@charset "utf-8";
body{ font-family:Arial,"Microsoft YaHei"; font-size:16px; line-height:24px; 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:#008dd7;}


.wrap{ width:1200px; margin:0 auto;}
.flex{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both;}


/* 首页 */
.head{ width:1200px; height:159px; margin:0 auto; clear:both;}
.logo{ margin-top:28px;}
.logo h1{ font-size:30px; color:#323232; line-height:28px; margin:44px 0 0 16px; letter-spacing: 3px;}
.logo h1 span{ font-size:16px; text-transform:uppercase; letter-spacing: 1.5px;}

.navi{ margin-top:73px;}
.navi>ul{ margin-top:10px;}
.navi>ul>li{font-size:17px;color:#000000; padding:0 15px;}
.navi>ul>li>a{padding:13px 0 0 0; border-top: 4px solid transparent; transition: 0.5s all;}
.navi>ul>li:hover>a{color:#008dd7;border-top: 4px solid #008dd7;}
.navi ul li>.sub-menu{position:absolute;background:#fff;-webkit-box-shadow:0 0 6px -3px;box-shadow:0 0 6px -3px;width:140px;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border-bottom:3px solid #008dd7; margin-top:20px; z-index:9;}
.navi ul li>.sub-menu>li>a{padding:7px 17px;display:block;font-size:16px;border-bottom:1px dashed #efefef;color:#000;}
.navi ul li>.sub-menu>li:last-child>a{ border-bottom:none;}
.navi ul li>.sub-menu>li>a:hover{color:#008dd7;padding-left:22px}
.navi ul li:hover .sub-menu{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}

.en{ width:40px; height:40px; line-height:40px; border-radius:50%; background:#cfcfcf; text-align:center; margin-left:10px; color:#fff; font-size:16px;}
.en:hover{ background:#008dd7; color:#fff;}


.product{ width:100%; padding:62px 0 49px 0; clear:both;}
.product h1{ font-size:35px; color:#151515; font-weight:normal; text-align:center; margin:0;}
.product h2{ font-size:19px; color:#aaaaaa; letter-spacing:1.7px; text-transform:uppercase; font-weight:normal; text-align:center; margin:7px 0 12px 0;}
.product p{ font-size:16px; color:#b7b7b7; text-align:center; line-height:29px;}
.p_sort{ align-items: center; border-bottom:solid 1px #eaeaea; padding-bottom:40px; margin:36px 0 21px 0;}
.p_sort li{ align-items: center; display:flex;}
.sort_pic img {
	transition: .5s linear;
}
.p_sort li:hover img {
	transform: rotateZ(360deg);
}
.p_sort h3{ font-size:20px; color:#000000; font-weight:600; margin:0 0 0 18px; line-height:26px;}
.p_sort h3 span{ font-size:16px; color:#888888; border-bottom:solid 1px #cfcfcf; font-weight:normal; padding-bottom:7px;}
.p_sort li:hover h3 span{ color:#008dd7;}

.search { position: relative; width:317px; margin-left:50px;}
.search_input {
  height: 48px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 16px;
  padding: 0 0 0 20px;
  width: 296px;
}
.search_input:focus {
  outline: 0;
  border: 1px solid #0b72b4;
}
.search_button {
  position: absolute;
  width: 67px;
  height: 50px;
  top: 0;
  right: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background:url(../images/search.png) no-repeat center #0b72b4;
  border-radius: 5px;
  outline: 0;
  border: none;
  cursor:pointer;
}
.search_button:hover {
  background-color: #009944;
}


.p_list li{ width:19.4%; border:solid 1px #e3e3e3; padding:34px 2% 28px 2%; margin:15px 0 15px 0; border-radius:15px; box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1); transition: all 0.3s ease 0s;}
.p_list li:hover{ border:solid 1px #009944; box-shadow: 2px 2px 5px 0px rgba(0, 153, 68, 0.5); padding:39px 2% 33px 2%; margin:10px 0 10px 0;}
.list_pic{ text-align:center; height:90px; position: relative; overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: center;}
.list_pic img{ max-width:100%; max-height:100%;}
.pic_img{ transition: all 0.3s linear; height:90px;}
.pic_hover{
    width: 100%;
    height: 100%;
    transform: translateY(-103%);
    position: absolute;
    left: 0;
    top: 0;
    transition: all .4s ease;
	background:#fff;
	align-items: center;
    display: flex;
    justify-content: center;
}
.p_list li:hover .pic_img {
    transform: translateY(103%);
}
.p_list li:hover .pic_hover {
    transform: translateY(0);
}
.p_list li h4{ font-size:15px; color:#000; margin:24px 0 9px 0; font-weight:normal; padding-top:24px; border-top:solid 1px #e0e0e0;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.p_list li h4 a:hover{ color:#009944;}
.p_intro{ font-size:12px; color:#585858; line-height:22px; margin-bottom:23px;}
.p_more{ font-size:12px; color:#fff; background:#009944; display:block; line-height:29px; text-align: center; position: relative;}
.p_more:before {
    position: absolute;
    bottom: -3px;
    right: 0;
    left: 0;
    width: 0;
    content: "";
    background-color: #333;
    height: 1px;
    transition: all 500ms ease;
}
.p_more:hover:before {
    width: 100%;
}
.p_more:hover {
    background-color: #333;
	color:#FFFFFF;
}


.about{ width:100%; padding:79px 0 73px 0; clear:both; background:url(../images/about_bj.jpg) no-repeat center top;}
.a_left{ margin-left:32px;}
.a_top{ color:#fff; display:inline-block; margin:0 0 33px 0;}
.a_top p{ width:15px; float:left; font-size:15px; line-height:15px; margin:0 0 0 30px;}
.a_top p span{ margin-top:9px; display:block;}
.a_top h1{ width:40px; float:left; font-size:40px; line-height:51px; margin:-9px 0 0 13px;}
.a_logo img{ transition: all 1s linear;}
.a_logo:hover img{ transform: rotateY(360deg);}

.a_right{ width:925px; height:250px; background:#fff; padding:32px 40px 29px 36px;}
.a_pic{ width:314px; height:250px; overflow:hidden;}
.a_pic img{ transition:all 0.5s;}
.a_pic img:hover{ transform:scale(1.1);}
.a_intro{ font-size:15px; color:#575757; line-height:27px; width:61.7%; margin-top: -4px;}
.aa{text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:7;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.a_more{ color:#000000; padding:6px 40px 7px 41px; border:solid 1px #979797; border-radius:10px; margin-top:23px; display:inline-block;
    overflow: hidden;
    position: relative;
	transition: all 0.5s ease;
	z-index:1;
}
.a_more:hover {
  color: #ffffff;
  border:solid 1px #008dd7;
}
.a_more:after {
  content: "";
  background: #008dd7;
  position: absolute;
  z-index: -1;
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(40deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}
.a_more:hover:after {
  height: 100%;
  width: 135%;
}


.news{ width:100%; padding:54px 0 59px 0; clear:both; text-align:center;}
.news h1{ font-size:35px; color:#080808; font-weight:normal; margin:0;}
.news h2{ font-size:18px; color:#aaaaaa; font-weight:normal; margin:9px 0 36px 0;}
.news ul li{ width:45%; align-items: center; margin-bottom:27px; position: relative; padding-right:1%;}
.news ul li::after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: "";
    z-index: -1;
    transition: 0.5s;
	width:85px;
	height:85px;
	border:solid 1px #a9a9a9;
}
.news ul li:hover::after{
    width: 100%;
    height: 85px;
	border:solid 1px #008dd7;
	background:linear-gradient(90deg,#008dd7,#4cafe3);
}
.news ul li:hover .n_date h3, .news ul li:hover .n_intro h4, .news ul li:hover .n_intro p{ color:#fff;}

.n_date{ width:87px; height:87px; align-items: center; display: flex; justify-content: center;}
.n_date h3{ font-size:32px; color:#a9a9a9; line-height:29px; margin:0;}
.n_date h3 span{ font-size:15px; font-weight:normal;}
.n_intro{ width:78%; text-align:left;}
.n_intro h4{ font-size:18px; color:#2e2e2e; font-weight:600; margin:0 0 5px 0;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.n_intro p{ font-size:15px; color:#797979; line-height:25px;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}


.foot_t{ width:100%; padding:36px 0 37px 0; clear:both; background:#4e4e4e;}
.f_logo{ margin-bottom:26px;}
.f_pic{ width:19.5%;}
.f_pic ul li{ position: relative; float:left; margin-left:34px;}
.f_pic ul li:nth-child(2){ margin-left:27px;}
.f_pic ul li p{ opacity: 0; top: 140%; left:0px; position: absolute;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  visibility:hidden;
}
.f_pic ul li:hover p{ opacity: 1; top: 100%; visibility:visible;}

.f_navi{ width:35%; margin-top:35px;}
.f_navi li h2{ font-size:20px; color:#fff; font-weight:normal; margin:0 0 10px 0;}
.f_navi li p{ font-size:16px; color:#aeaeae; line-height:33px;}

.f_con{ width:28%; margin-top:31px;}
.fcon_l{ width:19%;}
.fcon_r{ width:81%; font-size:15px; color:#fff; line-height:26px;}
.fcon_r h3{ font-size:20px; font-weight:normal; margin:7px 0 25px 0;}
.f_con:hover .fcon_l img{
  animation-name: animation-pulse-shrink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@-webkit-keyframes animation-pulse-shrink {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  75% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}

.foot_b{ width:100%; padding:32px 0 26px 0; clear:both; background:#4e4e4e; border-top:solid 1px #464646; font-size:15px; color:#aeadad; line-height:26px;}


/* 内页 */
.f_a{ background:url(../images/f_a.jpg) no-repeat center; width:100%; height:300px;}
.f_p{ background:url(../images/f_p.jpg) no-repeat center; width:100%; height:300px;}
.f_n{ background:url(../images/f_n.jpg) no-repeat center; width:100%; height:300px;}
.f_c{ background:url(../images/f_c.jpg) no-repeat center; width:100%; height:300px;}
.f_s{ background:url(../images/f_s.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:#008dd7;}

.inside .search{ margin:0 auto 50px auto; width:687px;}
.inside .search_input{width: 666px;}

.inside{ width:100%; padding:60px 0 70px 0; clear:both;}
.inside h1 {
    position: relative;
    padding-left: 15px;
	margin:0 auto 55px auto;
	color:#000;
	letter-spacing:5px;
	display:table;
}
.title_1 {
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 56px;
    opacity: .06;
}
.title_2 {
    font-size: 36px;
}


/* 翻页 */
.contentPage { color: #008dd7; text-align:center; clear:both; width:100%; margin-top:30px;}
.contentPage .zi { font-size:12px; font-weight:bold; float:none!important;}
.contentPage a { color: #008dd7; font-size: 12px; margin:0px 3px; padding:4px 7px; border: 1px solid #008dd7;}
.contentPage a:hover { color:#FFF; background-color:#008dd7;}
.contentPage .current { font-size: 12px; margin:0px 3px; padding:4px 7px;}


/* 简介 */
.inside_l{ width:20%; padding: 40px 3%; float:left; border: solid 1px #EBEBEB; border-radius: 10px;}
.inside_l h3 {
    font-size: 24px;
	color: #333;
    margin: 0 0 30px 0;
	text-align: center;
}
.inside_l ul li a{
    border-radius: 20px;
    width: 83%;
    padding: 8px 8%;
    background-color: #FFF;
    border: solid 1px #EBEBEB;
	margin:0 0 10px 0;
	display: inline-block;
	text-align: center;
  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;
}
.inside_l ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 20px;
  background:linear-gradient(90deg,#008dd7,#4cafe3);
  -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;
}
.inside_l ul li a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.inside_l ul li a:hover {
  color: #fff;
}

.zz1 a{ color:#FFFFFF; background:linear-gradient(90deg,#008dd7,#4cafe3);}


.inside_r{ width:64%; float:right; line-height:30px; box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.1); padding:25px 3% 30px 3%; border-radius: 10px 0px 0px 0px;}

.inside_r h2 {
    font-size: 22px;
	margin:0;
	font-weight:normal;
	color:#008dd7;
}

.inside_r h4 {
    font-size: 16px;
    position: relative;
    padding-left: 30px;
	color:#ccc;
	font-weight:500;
	margin:5px 0 15px 0;
}
.inside_r h4:after, .inside_r h4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #e2e2e2;
    width: 12px;
    height: 3px;
    margin-top: -2px;
}
.inside_r h4:after {
    width: 4px;
    left: 16px;
}

.inside_r h5 {
	position: relative;
	font-size: 22px;
	margin:10px 0 25px 2px;
	font-weight:normal;
	background:linear-gradient(90deg,#008dd7,#4cafe3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	letter-spacing:2px;
}
.inside_r h5::after {
    content: "";
    border-radius: 50%;
    background-color: #eef3ff;
    position: absolute;
    left: -22px;
    top: -10px;
    width: 50px;
    height: 50px;
    z-index: -1;
}


.dzhc{ margin:0 0 0 20px; float:right;}


/* 产品 */
.pro_in ul li {
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
	width:22.7%;
	float:left;
	margin:45px 3% 0 0;
	border-radius: 50px 0px 0px 0px;
}
.pro_in ul li:nth-child(4n){ float:right; margin-right:0;}
.pro_in ul li:nth-child(1), .pro_in ul li:nth-child(2), .pro_in ul li:nth-child(3), .pro_in ul li:nth-child(4){ margin-top:0;}
.pro_in ul li:hover .pro_top{ color:#fff; background: #008dd7;}
.pro_top {
    padding: 0px 20px 0px 25px;
    border-radius: 100px 0px 100px 50px;
	color: #000;
    background: #f1f1f1;
	text-align: center;
	height:70px;
	align-items: center;
    display: flex;
	justify-content: center;
	transition: all 0.3s ease 0s;
}
.pro_top h2 {
    font-size: 16px;
    font-weight: 500;
	margin:5px 0 0 0;
	text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;
}
.pro_text {
    margin: 20px 30px 20px 30px;
    color: #656565;
    font-size: 15px;
}
.pro_text p {
    border-bottom: 1px solid #ececec;
    padding-bottom: 5px;
	margin: 0 0 5px 0;
}
.pro_text strong {
    margin-right: 10px;
    color: #1f1f1f;
}
.pro_more {
    padding-bottom: 30px;
	text-align: center;
}
.more_btn {
    padding: 5px 25px;
    font-size: 15px;
    color: #ffffff;
    background: #008dd7;
    display: inline-block;
    position: relative;
}
.more_btn:hover {
    color: #ffffff;
	background: #121212;
}
.more_btn:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: -5px;
    left: -5px;
    padding: 5px;
    box-shadow: 0 0 0 2px #121212;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.more_btn:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.page_in{ border-top:solid 1px #eee; margin-top:30px; padding-top:15px; font-size:15px;}
.page_in li{ width:48%;}
.page_in li:nth-child(2){ text-align:right;}


/* 新闻 */
.news_in ul li{ width:47.5%; border-bottom:dashed 1px #eee; padding-bottom:30px; margin-top:30px; transition: all 0.3s ease 0s;}
.news_in ul li:nth-child(1), .news_in ul li:nth-child(2){ margin-top:0;}
.news_in ul li:hover{ border-bottom:dashed 1px #008dd7;}
.news_in ul li:hover .news_r h2{ color:#008dd7;}
.news_d {
    float: left;
    border: 1px solid #ccc;
    width: 15%;
    text-align: center;
	margin-top:2px;
}
.day {
    display: block;
    padding: 6px 0px;
    font-size: 26px;
	color: #312f2f;
}
.month {
    display: block;
    background-color: #ccc;
    color: #ffffff;
    padding: 2px 0px;
    font-size: 16px;
}
.news_r {
    margin-left: 20%;
}
.news_r h2 {
    font-size: 17px;
	color: #312f2f;
	font-weight:600;
	margin:0 0 5px 0;
}
.news_r p {
    font-size: 15px;
    margin-bottom: 10px;
	line-height:22px;
	text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;
}
.news_b {
    font-size: 15px;
    display: inline-block;
    color: #ffffff;
    padding: 5px 20px;
	background-color: #008dd7;
  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;
}
.news_b:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  -webkit-transform: scaleY(0);
  transform: scaleY(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;
}
.news_b:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.news_b:hover{ color:#fff;}


/* 联系 */
.con_in{ width:40%; position:relative; min-height:220px; border-radius: 10px; padding:40px 4%; background: #7fc6eb; line-height:30px; color:#FFFFFF; margin-bottom:20px;}
.con_in h3{ font-size:22px; margin:0 0 10px 0;}
.con_in:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 80%;
    height: 85%;
    background: #008dd7;
    border-radius: 10px;
    z-index: -1;
}
.map{ width:48%; position:relative;}
.map:before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 80%;
    height: 85%;
    background: #008dd7;
    border-radius: 10px;
    z-index: -1;
}


.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;}
.htmleaf-container_pc{ display:none;}
.htmleaf-container_wap{ display:block;}
.search_open{ display:none!important;}


table{ width:100%!important; max-width:100%!important;}
table td{ table-layout:fixed; word-break: break-all; overflow:hidden;}


.wrap{ width:90%; margin:0 auto;}


/* 首页 */
.head{ display:none;}


.product{ width:100%; padding:37px 0 29px 0; clear:both;}
.product h1{ font-size:24px; color:#151515; font-weight:normal; text-align:center; margin:0;}
.product h2{ font-size:15px; color:#aaaaaa; letter-spacing:0px; text-transform:uppercase; font-weight:normal; text-align:center; margin:0px 0 10px 0;}
.product p{ display:none;}
.p_sort{ align-items: center; border-bottom:solid 1px #eaeaea; padding-bottom:40px; margin:23px 0 21px 0;}
.p_sort li{ align-items: center; display:block; margin-bottom: 20px;}
.sort_pic img {
	transition: .5s linear;
	width:54px;
}
.p_sort li:hover img {
	transform: rotateZ(360deg);
}
.p_sort h3{ font-size:16px; color:#000000; font-weight:600; margin:12px 0 0 0px; line-height:22px;}
.p_sort h3 span{ font-size:14px; color:#888888; border-bottom:solid 1px #cfcfcf; font-weight:normal; padding-bottom:2px; display: inline-block;}
.p_sort li:hover h3 span{ color:#008dd7;}

.inside .search{ margin:0 auto 20px auto; width:100%;}
.inside .search_input{width: 100%;}

.search { position: relative; width:100%; margin-left:0px; margin-top:10px;}
.search_input {
  height: 42px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 14px;
  padding: 0 0 0 0;
  width: 100%;
}
.search_input:focus {
  outline: 0;
  border: 1px solid #0b72b4;
}
.search_button {
  position: absolute;
  width: 20%;
  height: 44px;
  top: 0;
  right: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background:url(../images/search.png) no-repeat center #0b72b4;
  border-radius: 5px;
  outline: 0;
  border: none;
  cursor:pointer;
}
.search_button:hover {
  background-color: #009944;
}




.p_list li{ width:39%; border:solid 1px #e3e3e3; padding:14px 4% 20px 4%; margin:10px 0 10px 0; border-radius:15px; box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1); transition: all 0.3s ease 0s;}
.p_list li:hover{ border:solid 1px #009944; box-shadow: 2px 2px 5px 0px rgba(0, 153, 68, 0.5); padding:28px 9% 28px 9%; margin:10px 0 10px 0;}
.list_pic{ text-align:center; height:50px; position: relative; overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: center;}
.list_pic img{ max-width:100%; max-height:100%;}
.pic_img{ transition: all 0.3s linear; height:50px;}
.pic_hover{
    width: 100%;
    height: 100%;
    transform: translateY(-103%);
    position: absolute;
    left: 0;
    top: 0;
    transition: all .4s ease;
	background:#fff;
	align-items: center;
    display: flex;
    justify-content: center;
}
.p_list li:hover .pic_img {
    transform: translateY(103%);
}
.p_list li:hover .pic_hover {
    transform: translateY(0);
}
.p_list li h4{ font-size:15px; color:#000; margin:9px 0 5px 0; font-weight:normal; padding-top:9px; border-top:solid 1px #e0e0e0; height:24px;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.p_list li h4 a:hover{ color:#009944;}
.p_intro{ font-size:12px; color:#585858; line-height:20px; margin-bottom:8px;}
.p_more{ font-size:12px; color:#fff; background:#009944; display:block; line-height:24px; text-align: center; position: relative;}
.p_more:before { display:none;}
.p_more:hover:before {
    width: 100%;
}
.p_more:hover {
    background-color: #333;
	color:#FFFFFF;
}


.about{ width:100%; padding:46px 0 46px 0; clear:both; background:url(../images/about_bj.jpg) no-repeat center top #008dd7;}
.a_left{ display:none;}

.a_right{ width:90%; height:auto; background:#fff; padding:15px 5% 29px 5%;}
.a_pic{ width:100%; height:auto; overflow:hidden;}
.a_pic img{ transition:all 0.5s; max-width:100%;}
.a_pic img:hover{ transform:scale(1.1);}
.a_intro{ font-size:15px; color:#575757; line-height:27px; width:100%; margin-top: 20px;}
.aa{text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:7;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.a_more{ color:#000000; padding:4px 30px 5px 31px; border:solid 1px #979797; border-radius:10px; margin-top:20px; display:inline-block;
    overflow: hidden;
    position: relative;
	transition: all 0.5s ease;
	z-index:1;
}
.a_more:hover {
  color: #ffffff;
  border:solid 1px #008dd7;
}
.a_more:after { display:none;}
.a_more:hover:after {
  height: 100%;
  width: 135%;
}


.news{ width:100%; padding:40px 0 25px 0; clear:both; text-align:center;}
.news h1{ font-size:24px; color:#080808; font-weight:normal; margin:0;}
.news h2{ font-size:15px; color:#aaaaaa; font-weight:normal; margin:0px 0 20px 0;}
.news ul li{ width:99%; align-items: center; margin-bottom:20px; position: relative; padding-right:1%;}
.news ul li::after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: "";
    z-index: -1;
    transition: 0.5s;
	width:23%;
	height:75px;
	border:solid 1px #a9a9a9;
}
.news ul li:hover::after{
    width: 23%;
    height: 75px;
	border:solid 1px #a9a9a9;
	background:none;
}
.news ul li:hover .n_date h3{ color:#a9a9a9;}
.news ul li:hover .n_intro h4{ color:#2e2e2e;}
.news ul li:hover .n_intro p{ color:#797979;}

.n_date{ width:24%; height:77px; align-items: center; display: flex; justify-content: center;}
.n_date h3{ font-size:28px; color:#a9a9a9; line-height:29px; margin:0;}
.n_date h3 span{ font-size:15px; font-weight:normal;}
.n_intro{ width:70%; text-align:left;}
.n_intro h4{ font-size:16px; color:#2e2e2e; font-weight:600; margin:0 0 5px 0;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.n_intro p{ font-size:15px; color:#797979; line-height:25px;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}


.foot_t{ width:100%; padding:36px 0 27px 0; clear:both; background:#4e4e4e;}
.f_pic{ display:none;}

.f_navi{ display:none;}

.f_con{ width:100%; margin-top:0px;}
.fcon_l{ width:19%;}
.fcon_r{ width:81%; font-size:15px; color:#fff; line-height:26px;}
.fcon_r h3{ font-size:18px; font-weight:normal; margin:7px 0 17px 0;}
.f_con:hover .fcon_l img{
  animation-name: animation-pulse-shrink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.foot_b{ width:100%; padding:27px 0 26px 0; clear:both; background:#4e4e4e; border-top:solid 1px #464646; font-size:15px; color:#aeadad; line-height:26px;}


/* 内页 */
.f_a{ background:url(../images/f_a.jpg) no-repeat center; width:100%; height:150px; background-size: 270%;}
.f_p{ background:url(../images/f_p.jpg) no-repeat center; width:100%; height:150px; background-size: 270%;}
.f_n{ background:url(../images/f_n.jpg) no-repeat center; width:100%; height:150px; background-size: 270%;}
.f_s{ background:url(../images/f_s.jpg) no-repeat center; width:100%; height:150px; background-size: 270%;}
.f_c{ background:url(../images/f_c.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:#008dd7;}


.inside{ width:100%!important; padding:20px 0 0px 0; clear:both;}
.inside h1 {
    position: relative;
    padding-left: 12px;
	margin:0 auto 35px auto;
	color:#000;
	letter-spacing:2px;
	display:table;
}
.title_1 {
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 40px;
    opacity: .06;
}
.title_2 {
    font-size: 24px;
}


/* 翻页 */
.contentPage { color: #008dd7; text-align:center; clear:both; width:100%; margin-top:20px;}
.contentPage .zi { font-size:12px; font-weight:bold; float:none!important;}
.contentPage a { color: #008dd7; font-size: 12px; margin:0px 3px; padding:4px 7px; border: 1px solid #008dd7;}
.contentPage a:hover { color:#FFF; background-color:#008dd7;}
.contentPage .current { font-size: 12px; margin:0px 3px; padding:4px 7px;}


/* 简介 */
.inside_l{ display:none;}


.inside_r{ width:100%; float:right; line-height:26px; box-shadow: none; padding:0;}

.inside_r h2 {
    font-size: 18px;
	margin:0;
	font-weight:normal;
	color:#008dd7;
}

.inside_r h4 {
    font-size: 16px;
    position: relative;
    padding-left: 30px;
	color:#ccc;
	font-weight:500;
	margin:0px 0 15px 0;
}
.inside_r h4:after, .inside_r h4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #e2e2e2;
    width: 12px;
    height: 3px;
    margin-top: -2px;
}
.inside_r h4:after {
    width: 4px;
    left: 16px;
}

.inside_r h5 {
	position: relative;
	font-size: 18px;
	margin:0px 0 20px 17px;
	font-weight:normal;
	background:linear-gradient(90deg,#008dd7,#4cafe3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	letter-spacing:0px;
}
.inside_r h5::after {
    content: "";
    border-radius: 50%;
    background-color: #eef3ff;
    position: absolute;
    left: -17px;
    top: -8px;
    width: 40px;
    height: 40px;
    z-index: -1;
}


.dzhc{ margin:0 0 10px 10px; float:right;}


/* 产品 */
.pro_in ul li {
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
	width:100%;
	float:left;
	margin:35px 0 0 0;
	border-radius: 50px 0px 0px 0px;
}
.pro_in ul li:nth-child(4n){ float:right; margin-right:0;}
.pro_in ul li:nth-child(1){ margin-top:0;}
.pro_in ul li:nth-child(2), .pro_in ul li:nth-child(3), .pro_in ul li:nth-child(4){ margin-top:35px;}
.pro_in ul li:hover .pro_top{ color:#fff; background: #008dd7;}
.pro_top {
    padding: 0px 20px 0px 25px;
    border-radius: 100px 0px 100px 50px;
	color: #000;
    background: #f1f1f1;
	text-align: center;
	height:70px;
	align-items: center;
    display: flex;
	justify-content: center;
	transition: all 0.3s ease 0s;
}
.pro_top h2 {
    font-size: 16px;
    font-weight: 500;
	margin:5px 0 0 0;
	text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;
}
.pro_text {
    margin: 20px 30px 20px 30px;
    color: #c2c2c2;
    font-size: 15px;
}
.pro_text p {
    border-bottom: 1px solid #ececec;
    padding-bottom: 5px;
	margin: 0 0 5px 0;
}
.pro_text strong {
    margin-right: 10px;
    color: #1f1f1f;
}
.pro_more {
    padding-bottom: 30px;
	text-align: center;
}
.more_btn {
    padding: 5px 25px;
    font-size: 15px;
    color: #ffffff;
    background: #008dd7;
    display: inline-block;
    position: relative;
}
.more_btn:hover {
    color: #ffffff;
	background: #121212;
}
.more_btn:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: -5px;
    left: -5px;
    padding: 5px;
    box-shadow: 0 0 0 2px #121212;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.more_btn:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.page_in{ border-top:solid 1px #eee; margin-top:30px; padding-top:15px; font-size:15px;}
.page_in li{ width:100%;}
.page_in li:nth-child(2){ text-align:left;}


/* 新闻 */
.news_in ul li{ width:100%; border-bottom:dashed 1px #eee; padding-bottom:25px; margin-top:20px; transition: all 0.3s ease 0s;}
.news_in ul li:nth-child(1){ margin-top:0;}
.news_in ul li:nth-child(2){ margin-top:20px;}
.news_in ul li:hover{ border-bottom:dashed 1px #008dd7;}
.news_in ul li:hover .news_r h2{ color:#008dd7;}
.news_d {
    float: left;
    border: 1px solid #ccc;
    width: 20%;
    text-align: center;
	margin-top:2px;
}
.day {
    display: block;
    padding: 6px 0px;
    font-size: 26px;
	color: #312f2f;
}
.month {
    display: block;
    background-color: #ccc;
    color: #ffffff;
    padding: 2px 0px;
    font-size: 15px;
}
.news_r {
    margin-left: 25%;
}
.news_r h2 {
    font-size: 16px;
	color: #312f2f;
	font-weight:600;
	margin:0 0 5px 0;
	text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;
}
.news_r p {
    font-size: 15px;
    margin-bottom: 10px;
	line-height:22px;
	text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;
}
.news_b {
    font-size: 15px;
    display: inline-block;
    color: #ffffff;
    padding: 3px 15px;
	background-color: #008dd7;
  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;
}
.news_b:before { display:none;}
.news_b:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.news_b:hover{ color:#fff;}


/* 联系 */
.con_in{ width:80%; position:relative; min-height:auto; border-radius: 10px; padding:25px 10%; background: #7fc6eb; line-height:24px; color:#FFFFFF; margin-bottom:50px;}
.con_in h3{ font-size:18px; margin:0 0 10px 0;}
.con_in:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 80%;
    height: 85%;
    background: #008dd7;
    border-radius: 10px;
    z-index: -1;
}
.map{ width:100%; position:relative; margin-bottom:20px;}
.map:before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 80%;
    height: 85%;
    background: #008dd7;
    border-radius: 10px;
    z-index: -1;
}
}
