@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:#0075c5;}


.wrap{ width:1200px; margin:0 auto;}
.flex{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.clear{ clear:both;}


/* 首页 */


#header{ width:100%; float:left; background:#FFFFFF}
.logo{ float:left; padding:30px 0 25px 0;width:550px!important}
.logo img{ float:left; padding-right:20px; padding-top:5px;}
h1{ font-size:33px; color:#414141; letter-spacing:0px; font-weight:900; line-height:40px;}
h1 b{ font-size:33px; color:#0574c6; letter-spacing:0px; font-weight:900; line-height:40px;}

h6{ font-size:16px!important; color:#000; letter-spacing:0.9px; font-weight:normal; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase  }
.logo a{ color:none!important; }



.yuyan1{ float:right; width:90px;  padding-top:40px; margin-left:20px;  }
.yuyan{ float:left; width:80px; line-height:24px; margin-top:1px; text-align:center; background:#adadad; color:#FFFFFF;border-radius:2px;}
.yuyan a{ width:80px; clear:both; float:left; color:#FFFFFF; font-size:13px!important; -webkit-transition:all 1s ease 0s; transition:all 1s ease 0s;}

.yuyan a:hover{width:80px; clear:both; float:left; color:#FFFFFF; background:#0574c6; font-size:13px!important;  -webkit-transition:all 1s ease 0.1s; transition:all 1s ease 0.1s;}




.search { position: relative; width:317px; margin-left:50px; float:right; margin-top:40px;}
.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 #e8e8e8;
  border-radius: 5px;
  outline: 0;
  border: none;
  cursor:pointer;
}
.search_button:hover {
  background-color: #e8e8e8;
}



.sou_t{ width:220px; float:left; margin-top:12px; background:#f8f8f8; border-radius:25px;}
.sou1_t{ width:140px; float:left; border:none; font-size:12px; color:#858585; line-height:30px; height:30px; padding-left:10px; background:#f8f8f8; border-radius:25px;}
.sou2_t{ width:60px; line-height:30px; height:30px; float:right; border:none; border-radius:25px; background:#e3e3e3;}

#nav{ width:100%; float:left; background:#0574c6; height:60px; line-height:60px; color:#FFFFFF; font-size:17px;}
.nnn{ float:left; text-align:center; }
.nnn a{ color:#FFFFFF; display:block; width:170px;}
.nnn a:hover{ background:#00a1fd;}

ul.menu li{ position:relative; float:left; border-left:#046ab5 solid 1px;}
ul.menu ul{ position:absolute; display:none;}
ul.menu ul li{ background:#00a1fd; border-top:1px solid #046ab5; line-height:45px; font-size:15px;}
ul.menu ul li a:hover{ background:#0574c6;}
ul.menu .menulink:hover, ul.menu .menuhover{ background:#1564e7;}


.flash{ width:100%; float:left}


.nr1{ margin:auto;width:1200px; margin-top:20px; height:0px; position: relative;clear: both; z-index:9999; }
.nr2{width:85%; position: absolute;clear: both;margin-top:0px; text-align:center; padding-left:15%}

/* 渐变 */
.inside_l1 ul li a{
    border-radius: 2px; float:left;
    padding: 8px 0%;
	width:15%;
	color:#44a705;
	font-size:17px;
    background-color: #FFF;
    border: solid 1px #44a705;
	margin:0 10px 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_l1 ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 2px;
  background:linear-gradient(90deg,#3a8f04,#44a705);
  -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_l1 ul li a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.inside_l1 ul li a:hover {
  color: #fff;
}




.product{ width:100%; padding:50px 0 23px 0; clear:both;}
.product h1{ font-size:35px; color:#151515; font-weight:normal; text-align:center; margin:0;}
.product h2{ font-size:17px; color:#525151; text-transform:uppercase; font-weight:normal; text-align:center; margin:7px 0 0px 0;}
.product p{ font-size:15px; color:#b6b6b6; text-align:center; line-height:29px;}

.ppp1{ width:100%; background:#f5f5f5; padding-top:50px; padding-bottom:50px; margin-top:0px!important; margin-bottom:0px; float:left}

.ppp{ width:100%; background:#f5f5f5; padding-top:50px; padding-bottom:50px; margin-top:20px!important; margin-bottom:40px; float:left}

.p_sort{ align-items: center; padding-bottom:20px; margin:20px 0 21px 0; clear:both; }
.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:25px; color:#b4b4b4; font-weight:600; margin:0 0 0 18px; line-height:35px;}
.p_sort h3 span{ font-size:14px; color:#b4b4b4; text-transform:uppercase;font-weight:normal; padding-bottom:7px; line-height:17px;}
.p_sort li:hover h3 span{ color:#b4b4b4;}

.inside .search{ margin:0 auto 50px auto; width:687px;}
.inside .search_input{width: 666px;}

.p_list {	height: 340px;
	width: 1200px;
	overflow: hidden;
	position: relative;
}



.p_list ul {	height: 300px;
	width: 100000px;
	position: absolute;
	left: 0;
}


.p_list ul li{display: block;float: left; width:200px!important;background:#fff; border:solid 1px #e3e3e3; padding:35px 35px 35px 35px; margin:15px 0 15px 0!important; margin-right:30px!important;  border-radius:15px; box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1); transition: all 0.3s ease 0s;}
.p_list ul li:hover{ border:solid 1px #0574c6; box-shadow: 2px 2px 5px 0px rgba(5, 116, 198, 0.5); padding:30px 35px 30px 35px; margin:10px 0 10px 0;margin-right:30px!important;}
.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:18px!important;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:#0574c6;}
.p_intro{ font-size:14px; color:#585858; line-height:22px; margin-bottom:23px;}
.p_more{ font-size:14px; color:#fff; background:#0574c6; 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;
}




.introduction{ width:100%; padding:45px 0 0px 0; height:543px; clear:both; text-align:center; background: url(../images/introduction_bj.jpg) no-repeat center top; display: inline-block;}
.introduction h1{ font-size:35px; color:#fff; font-weight:normal; margin:0;}
.introduction h2{ font-size:17px; color:#fff; font-weight:normal; margin:18px 0 38px 0;}
.introduction ul li{ width:398px; height:148px; background:#fff; transition:all 0.5s; float:left;}
.introduction ul li p{ font-size:17px; color:#4a4a4a; line-height:25px; margin-top:48px;}
.introduction ul li:nth-child(2){ background:#fff;}
.introduction ul li:hover{ transform:scale(1.1); box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);}


.company{ width:100%; padding:5px 0 55px 0; clear:both;}
.news{ width:64.2%;}
.news h1 { font-size:25px; color:#000000; font-weight:normal; margin:0 0 32px 0; width:100%;
    position: relative;
    padding-bottom: 1px;
}
.news h1:before, .news h1:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e2e2e2;
}
.news h1:after {
  width: 116px;
  height: 2px;
  background: #10a4c2;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.news h1:hover:after {
  width: 100%;
}
.n_more{ font-size:12px; color:#44a705; border:solid 1px #44a705; margin-top:15px; float:right; height:26px!important; line-height:26px!important; width:100px; text-align:center;
    overflow: hidden;
    position: relative;
	transition: all 0.5s ease;
}
.n_more:hover {
  color: #ffffff;
}
.n_more:after {
  content: "";
  background: #44a705;
  position: absolute;
  z-index: -1;
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(40deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}
.n_more:hover:after {
  height:100%;
  width: 135%;
}

.n_pic{ width:301px; height:215px; overflow:hidden;}
.n_pic img{ max-width:100%; max-height:100%; transition:all 0.5s;}
.n_pic img:hover{ transform:scale(1.1);}
.news ul{ width:56.6%;}
.news ul li{ padding:18px 0 18px 0; position: relative;}
.news ul li:first-child{ padding-top:6px;}
.news ul li h3{ font-size:17px; color:#000000; font-weight:600; margin:0 0 5px 0; transition: all 0.3s ease 0s;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.news ul li p{ font-size:15px; color:#7d7d7d; line-height:25px;}
.news ul li:after, .news ul li:before {
  left: 0;
  bottom: 0px;
  height: 1px;
  width: 100%;
  content: "";
  position: absolute;
  background-color: #dddddd;
}
.news ul li:before {
  transform-origin: 100% 50%;
  transition: transform 0.3s linear;
}
.news ul li:after {
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: 0.3s linear 0.2s;
  background-color: #44a705;
}
.news ul li:hover:after, .news ul li:hover:before {
  background-color: #10a4c2;
  height:2px;
}
.news ul li:hover:before {
  transform: scaleX(0);
}
.news ul li:hover:after {
  transform: scaleX(1);
}
.news ul li:hover h3{ color:#10a4c2;}

.company_r{ width:32%;}
.company_r h2{ font-size:25px; color:#000000; font-weight: normal; margin:0 0 16px 7.1%;}
.c_pic{ border-left:solid 1px #e2e2e2; padding:2px 0 1px 7.1%;}

.all{ width: 350px; height: 259px; position: relative;}
.screen{
	height:100%;
	overflow:hidden; 
	position:relative;
}
.screen ul{ position:absolute; left:0; top:0px; width:3000px;}
.screen li{ overflow:hidden; float:left;}
.screen li img{ width:350px; height:259px; object-fit: cover;}
.all ol{ position:absolute; left:0px; bottom:0px; text-align:center; width:100%;}
.all ol li{ float: left; width: 25px; height: 25px; line-height:25px; cursor: pointer; font-size:12px; color:#898989; background:rgba(0, 0, 0, 0.5); border-radius:50%; margin-left:5px; margin-bottom:10px;}
.all ol li.current{ color:#fff; background: #000000;}


.foot{ width:100%; padding:45px 0 0px 0; height:285px; clear:both; background: url(../images/foot_bj.jpg) no-repeat center top; color:#fff;}
.logo_img{ float:left; padding-right:20px; padding-top:20px;}
.f_logo{  width:40%; float:left; height:190px; }
.f_logo h1{ font-size:25px; line-height:31px; margin:20px 0 0 0px; letter-spacing:0px;color:#fff!important; }
.f_logo h1 span{ font-size:16px; text-transform:uppercase; font-weight: normal; letter-spacing:0.5px;}
.f_logo h1 a:hover{ color:#fff;}
.f_logo p{float:left; padding-left:92px; padding-top:20px; }



.f_con{ width:60%; margin:20px 0% 0 0;}
.fcon_r{ width:90.5%; font-size:15px; color:#fff; line-height:26px; }
.fcon_r h3{ font-size:25px; font-weight:normal; margin:3px 0 30px 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:20px 0 0 0; clear:both; font-size:15px; color:#aeadad; border-top-style:solid; border-top-width:1px; border-top-color:rgba(255,255,255,0.2); margin-top:20px;}


/* 内页 */
.f_a{background-image:url(../images/f_a.jpg); background-position:center top; background-size:100%; background-repeat:no-repeat; background-attachment: fixed; height:490px!important;}
.f_p{background-image:url(../images/f_p.jpg); background-position:center top; background-size:100%; background-repeat:no-repeat; background-attachment: fixed; height:490px!important;}
.f_n{background-image:url(../images/f_n.jpg); background-position:center top; background-size:100%; background-repeat:no-repeat; background-attachment: fixed; height:490px!important;}
.f_s{background-image:url(../images/f_s.jpg); background-position:center top; background-size:100%; background-repeat:no-repeat; background-attachment: fixed; height:490px!important;}
.f_c{background-image:url(../images/f_c.jpg); background-position:center top; background-size:100%; background-repeat:no-repeat; background-attachment: fixed; height:490px!important;}


.f_wh{background-image:url(../images/f_wh.jpg); background-position:center top; background-size:100%; background-repeat:no-repeat; background-attachment: fixed; height:490px!important;}
.f_js{background-image:url(../images/f_js.jpg); background-position:center top; background-size:100%; background-repeat:no-repeat; background-attachment: fixed; height:490px!important;}




.location{ width:100%; padding:12px 0; clear:both; border-bottom:solid 1px #eee; font-size:15px;}
.location span{ color:#0075c5;}


.inside{ width:100%; padding:60px 0 70px 0; clear:both;}
.title {
    text-align: center;
}
.title h1 {
    color: #eeeeee;
    opacity: 0.5;
    text-transform: uppercase;
    font-size: 60px;
	margin:0;
}
.title h2 {
    position: relative;
    font-size: 36px;
	color:#000;
	letter-spacing: 2px;
	margin:-15px 0 50px 0;
}


/* 简介 */
.about_in{
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    padding: 40px 5%;
	width:90%; line-height:27px;
}
.about_in img{ width:auto; max-width:100%; height:auto
}



/* 产品 */
.p_list1 {	
	width: 1200px;

}



.p_list1 ul { width:100%; float:left
}


.p_list1 ul li{display: block;float: left;height: 270px; width:200px!important;background:#fff; border:solid 1px #e3e3e3; padding:35px 35px 35px 35px; margin:15px 0 15px 0!important; margin-right:25px!important;  border-radius:15px; box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1); transition: all 0.3s ease 0s;}
.p_list1 ul li:hover{ border:solid 1px #0574c6;height: 270px;  box-shadow: 2px 2px 5px 0px rgba(5, 116, 198, 0.5);padding:35px 35px 35px 35px; margin:15px 0 15px 0!important;margin-right:25px!important;}
.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_list1 li:hover .pic_img {
    transform: translateY(103%);
}
.p_list1 li:hover .pic_hover {
    transform: translateY(0);
}
.p_list1 li h4{ font-size:16px!important;color:#000; margin:24px 0 9px 0; font-weight:normal; padding-top:24px; border-top:solid 1px #e0e0e0;
}
.p_list1 li h4 a:hover{ color:#0574c6;}
.p_intro{ font-size:14px; color:#585858; line-height:22px; margin-bottom:23px;}
.p_more{ font-size:14px; color:#fff; background:#0574c6; 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;
}



.inside_l{ width:20%; padding-top:45px; padding-bottom:50px; padding-left:2%;  padding-right:2%;float:left; background:#0574c6; border-radius: 10px;}
.inside_l h3 {
    font-size:30px; width:100%!important;
	color: #fff;
    margin: 10px 0 30px 0; text-transform:uppercase;  font-weight:normal;
	text-align: center!important;
}
.inside_l ul li a{
    border-radius: 20px;
    width: 83%; font-size:15px; line-height:20px;
    padding: 8px 8%; color:#0574c6;
    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,#0574c6,#359be6);
  -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;
}

.zz11 a{ color:#FFFFFF; background:linear-gradient(90deg,#0574c6,#359be6);}


.inside_r{ width:68%; float:right; line-height:30px; border:#ececec solid 1px; box-shadow: 3px 3px 4px 3px rgba(191, 191, 191, 0.2); padding:50px 3% 30px 3%;border-radius: 10px; min-height:321px;}

.inside_r h3{ width:100%; font-size:30px; color:#000000; padding-bottom:25px; font-weight:normal}






.page_in {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
width:100%; float:left; padding-top:20px; padding-bottom:20px; margin-top:30px; margin-bottom:30px;
}
.page_in ul{ align-items: center;}
.page_in ul li { width: 44%; font-size:15px;}
.page_in ul li:nth-child(2){ text-align:center; background:#0075c5; width:50px; height:50px; line-height:50px; color:#fff; border-radius:50%; transition: all 0.3s ease 0s;}
.page_in ul li:nth-child(2) a{ display:block;}
.page_in ul li:nth-child(2):hover{ background:#444444;}
.page_in ul li:nth-child(2):hover a{ color:#fff;}
.page_in ul li:nth-child(3){ text-align:right;}


/* 翻页 */
.contentPage { color: #505050; text-align:center; clear:both; width:100%; margin-top:50px; float:left; padding-bottom:50px;}
.contentPage .zi { font-size:14px; font-weight:normal; float:none!important;}
.contentPage a { color: #505050; font-size: 14px; margin:0px 3px; padding:4px 7px; border: 1px solid #505050;}
.contentPage a:hover { color:#FFF; background-color:#505050;}
.contentPage .current { font-size: 12px; margin:0px 3px; padding:4px 7px;}


/* 新闻 */
.news_in ul li {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    padding: 35px 3%;
    position: relative;
	width:42.5%;
	box-shadow: 0px 5px 15px 0px rgba(0, 117, 197, .1);
	color: #1A1A1A;
	margin:40px 0 0 0;
}
.news_in ul li:nth-child(1), .news_in ul li:nth-child(2){ margin-top:0;}
.news_in ul li:before,
.news_in ul li:after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    opacity: 0;
}
.news_in ul li:before {
    top: 30px;
    left: 30px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}
.news_in ul li:after {
    bottom: 30px;
    right: 30px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.news_in ul li:hover {
    color: #fff;
    background-color: #0075c5;
}
.news_in ul li:hover h3 span, .news_in ul li:hover .n_text h4, .news_in ul li:hover .n_text p{ color: #fff;}
.news_in ul li:hover:before {
    opacity: 1;
    top: 10px;
    left: 10px;
}
.news_in ul li:hover:after {
    opacity: 1;
    bottom: 10px;
    right: 10px;
}
.news_in ul li:hover h3 {
    border-right-color: #fff;
}
.news_in ul li h3 {
    font-size: 40px;
    text-align: center;
    border-right: 1px solid #1A1A1A;
	line-height:35px;
	padding:10px 6% 0 0;
	margin:0;
}
.news_in ul li h3 span{ font-size:16px; font-weight:500; color: #737373;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.n_text { width:76%;}
.n_text h4{ font-size: 18px; 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_text p{ font-size:16px; color: #737373;
    -webkit-transition: 0.3s;
    transition: 0.3s;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}

.n_detail{ margin-bottom:40px;}
.n_title{ align-items: center; display: flex; margin-bottom:30px;}
.date {
    float: left;
    color: #fff;
    font-size: 14px;
    margin-right: 20px;
	background: #0075c5;
	padding: 5px 20px;
}
.n_title h3 {
    float: left;
    font-weight: 500;
	font-size: 22px;
	margin:0;
	color:#000;
}


/* 风采 */
.style_in{ display: inline-block; width:100%;}
.style_in ul li{ width:22.7%; float:left; box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .07); margin:40px 3% 0 0;}
.style_in ul li:nth-child(1), .style_in ul li:nth-child(2), .style_in ul li:nth-child(3), .style_in ul li:nth-child(4){ margin-top:0;}
.style_in ul li:nth-child(4n){ float:right; margin-right:0;}
.s_pic{ width:100%; height:200px; position:relative;overflow:hidden;}
.s_pic img{ width:100%; height:100%; object-fit: cover; -webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform 500ms ease;transition:-webkit-transform 500ms ease;transition:transform 500ms ease;transition:transform 500ms ease,-webkit-transform 500ms ease}
.s_pic>a{width:100%;height:100%;background-color:rgba(0,117,197,.3);position:absolute;top:0;left:0;opacity:0;-webkit-transform:translateY(-20%);transform:translateY(-20%);-webkit-transition:opacity 500ms ease,-webkit-transform 500ms ease;transition:opacity 500ms ease,-webkit-transform 500ms ease;transition:opacity 500ms ease,transform 500ms ease;transition:opacity 500ms ease,transform 500ms ease,-webkit-transform 500ms ease}
.s_pic>a::before,.s_pic>a::after{content:"";width:32px;height:2px;background-color:#fff;display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.s_pic>a::after{-webkit-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}
.style_in ul li:hover .s_pic>a{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
.style_in ul li:hover .s_pic>img{-webkit-transform:scale(1.05);transform:scale(1.05)}

.s_title{ text-align:center; margin:20px 0;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.style_in ul li:hover .s_title{ color:#0075c5;}


/* 联系 */
.info {
    background-color: #0075c5;
    width: 25%;
    padding: 50px 5%;
	color:#f1f1f1;
	line-height: 26px;
}
.info a:hover{ color:#fff;}

.form{ width:60%;}
.form h4 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
}
.form .input {
    border: 1px solid #ebebeb;
    border-radius: 25px;
    font-size: 15px;
    padding: 13px 3%;
	width:42.5%;
	margin-bottom:30px;
	outline:none;
}
.form textarea.input {
    border-radius: 20px;
    height: 100px;
	width:94%;
}
.input:focus {
    border-color: #0075c5;
}
.form .verify {
    border: 1px solid #ebebeb;
    border-radius: 25px;
    font-size: 15px;
    padding: 13px 3%;
	width:20%;
	margin-bottom:30px;
	outline:none;
	float:left;
}
.verify_img{ height:45px; margin:0 0 0 20px;}
.submit {
    background-color: #0075c5;
    border: none;
    border-radius: 25px;
    font-size: 18px;
    padding: 11px 50px;
	color:#fff;
	cursor:pointer;
	outline:none;
	float:right;
	transition: all 0.3s ease 0s;
}
.submit:hover{ background:#000;}

.ok{ font-size:24px; color:#0075c5; text-align:center;}


.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;}
.search_open{ display:none!important;}
.htmleaf-container_pc{ display:none;}
.htmleaf-container_wap{ display:block;}


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:34px 0 0px 0; clear:both; text-align:center;}
.product h1{ font-size:24px; color:#000000; font-weight:normal; margin:0; width:100%;}
.product h2{ font-size:16px; color:#858585; font-weight:normal; margin:5px 0 24px 0; width:100%;}
.pro_l{ width:100%; border-right: none; text-align:left; padding-bottom: 35px;}
.pl_pic{ width:100%; height:auto; overflow:hidden;}
.pl_pic img{ width:100%; height:100%; transition:all 1s; object-fit: cover;}
.pl_pic img:hover{ transform:scale(1.1);}
.pro_l h3{ font-size:18px; color:#000000; font-weight:normal; margin:25px 0 10px 0;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.pro_l h3 a:hover{ color:#0574c6;}
.pl_intro{ font-size:16px; color:#656464; margin:0 0 20px 0; line-height:26px; width: 86%;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:4;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.pl_more{ font-size:16px; color:#fff; padding:7px 0px 8px 0px; background:#0574c6; display: inline-block; width:49%; text-align:center;}
.pl_more:hover{ color:#FFFFFF;}
.pl_order{ font-size:16px; color:#0574c6; padding:4px 0px 5px 0px; border:solid 3px #0574c6; border-left:none; display: inline-flex; width:49%; justify-content: center;
    overflow: hidden;
    position: relative;
	transition: all 0.5s ease;
}
.pl_order:hover {
  color: #ffffff;
  border-color:#FFA500;
}
.pl_order:after { display:none;}
.pl_order:hover:after {
  height: 100%;
  width: 135%;
}

.pro_r{ width:100%;}
.pro_r ul li{ border-right:solid 1px #e3e3e3; padding:0px 5% 32px 0; position: relative; width:44.5%;}
.pro_r ul li:nth-child(2n){ border-right:none; padding-right:0;}
.pro_r ul li::before { display:none;}
.pro_r ul li:hover::before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.pro_r ul li:hover .pr_pic img{ transform:scale(1.1); margin-top:30px;}
.pr_pic{ width:100%; height:110px; overflow:hidden;}
.pr_pic img{ width:100%; height:100%; transition:all 0.5s; object-fit: cover;}
.pro_r h4{ font-size:17px; color:#474747; font-weight:normal; margin:16px 0 5px 0;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.pro_r h4 a:hover{ color:#0574c6;}
.pr_intro{ font-size:15px; color:#878787; margin:0 0 10px 0; height: 24px;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.pr_more{ font-size:13px; color:#666666; border:solid 1px #d5dce0; padding:0px 20px 0px 21px; border-radius:15px; display:inline-block;position:relative; overflow:hidden;}
.pr_more::after{ display:none;}
.pro_r ul li:hover .pr_more::after{left:0;width:100%;}
.pro_r ul li:hover .pr_more{ color:#fff;}


.introduction{ width:100%; padding:39px 0 43px 0; clear:both; text-align:center; background: url(../images/introduction_bj.jpg) no-repeat center top #0fa9dd; display: inline-block;}
.introduction h1{ font-size:24px; color:#fff; font-weight:normal; margin:0;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.introduction h2{ font-size:16px; color:#fff; font-weight:normal; margin:8px 0 28px 0;}
.introduction ul li{ width:100%; height:auto; background:#fff; transition:all 0.5s; float:left; display:block;}
.introduction ul li img{ max-width:100%;}
.introduction ul li p{ font-size:16px; color:#4a4a4a; line-height:25px; margin-top:35px; padding-bottom:35px;}
.introduction ul li:nth-child(2){ background:#eaeaea;}
.introduction ul li:hover{ transform:scale(1.1); box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);}


.company{ width:100%; padding:32px 0 40px 0; clear:both;}
.news{ width:100%;}
.news h1 { font-size:18px; color:#000000; font-weight:normal; margin:0 0 22px 0; width:100%;
    position: relative;
    padding-bottom: 6px;
}
.news h1:before, .news h1:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e2e2e2;
}
.news h1:after {
  width: 86px;
  height: 2px;
  background: #10a4c2;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.news h1:hover:after {
  width: 100%;
}
.n_more{ font-size:12px; color:#44a705; border:solid 1px #44a705; padding:0px 10px; margin-top:0px; float:right;
    overflow: hidden;
    position: relative;
	transition: all 0.5s ease;
}
.n_more:hover {
  color: #ffffff;
}
.n_more:after { display:none;}
.n_more:hover:after {
  height: 100%;
  width: 135%;
}

.n_pic{ width:100%; height:auto; overflow:hidden;}
.n_pic img{ max-width:100%; max-height:100%; transition:all 0.5s; width: 100%;}
.n_pic img:hover{ transform:scale(1.1);}
.news ul{ width:100%; margin-top: 15px;}
.news ul li{ padding:18px 0 18px 0; position: relative;}
.news ul li:first-child{ padding-top:6px;}
.news ul li h3{ font-size:16px; color:#000000; font-weight:600; margin:0 0 5px 0; transition: all 0.3s ease 0s;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.news ul li p{ font-size:15px; color:#7d7d7d; line-height:25px;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.news ul li:after, .news ul li:before {
  left: 0;
  bottom: 0px;
  height: 1px;
  width: 100%;
  content: "";
  position: absolute;
  background-color: #dddddd;
}
.news ul li:before {
  transform-origin: 100% 50%;
  transition: transform 0.3s linear;
}
.news ul li:after {
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: 0.3s linear 0.2s;
  background-color: #44a705;
}
.news ul li:hover:after, .news ul li:hover:before {
  background-color: #10a4c2;
  height:2px;
}
.news ul li:hover:before {
  transform: scaleX(0);
}
.news ul li:hover:after {
  transform: scaleX(1);
}
.news ul li:hover h3{ color:#10a4c2;}

.company_r{ width:100%; margin-top: 30px;}
.company_r h2{ font-size:18px; color:#000000; font-weight: normal; margin:0 0 11px 0;}
.c_pic{ border-left:none; padding:2px 0 1px 0;}

.all{ width: 100%; height: 209px; position: relative;}
.screen{
	height:100%;
	overflow:hidden; 
	position:relative;
}
.screen ul{ position:absolute; left:0; top:0px; width:3000px;}
.screen li{ overflow:hidden; float:left;}
.screen li img{ width:350px; height:209px; object-fit: cover;}
.all ol{ position:absolute; left:0px; bottom:0px; text-align:center; width:100%;}
.all ol li{ float: left; width: 30px; height: 30px; line-height:30px; cursor: pointer; font-size:18px; color:#898989; background:rgba(0, 0, 0, 0.5); border-radius:50%; margin-right:5px;}
.all ol li.current{ color:#fff; background: #000000;}


.foot{ width:100%; padding:30px 0 20px 0; clear:both; background: url(../images/foot_bj.jpg) no-repeat center top; color:#fff;}
.f_logo{ display:none;}

.f_con{ width:100%; margin:0px 0 0 0;}
.fcon_l img{ width:35px;}
.fcon_r{ width:82.5%; font-size:15px; color:#fff; line-height:22px;}
.fcon_r h3{ font-size:18px; font-weight:normal; margin:3px 0 10px 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;
}

.ewm{ display:none;}

.foot_b{ width:100%; padding:17px 0 0 0; clear:both; font-size:15px; color:#aeadad; border-top-style:solid; border-top-width:1px; border-top-color:rgba(255,255,255,0.2); margin-top:17px;}


/* 内页 */
.f_a{ background:url(../images/f_a.jpg) no-repeat center; width:100%; height:150px; background-size: 300%;}
.f_p{ background:url(../images/f_p.jpg) no-repeat center; width:100%; height:150px; background-size: 300%;}
.f_n{ background:url(../images/f_n.jpg) no-repeat center; width:100%; height:150px; background-size: 300%;}
.f_s{ background:url(../images/f_s.jpg) no-repeat center; width:100%; height:150px; background-size: 300%;}
.f_c{ background:url(../images/f_c.jpg) no-repeat center; width:100%; height:150px; background-size: 300%;}


.location{ width:100%; float:left;clear:both; border-bottom:solid 1px #eee; font-size:15px;}
.location span{ color:#0075c5;}


.inside{ width:100%; padding:45px 0 50px 0; clear:both;}
.title {
    text-align: center;
}
.title h1 {
    color: #DAE1E6;
    opacity: 0.5;
    text-transform: uppercase;
    font-size: 33px;
	margin:0;
	letter-spacing: -3px;
}
.title h2 {
    position: relative;
    font-size: 24px;
	color:#000;
	letter-spacing: 2px;
	margin:-20px 0 35px 0;
}


/* 简介 */
.about_in ul li {
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    padding: 30px 5%;
	width:100%;
}
.about_in ul li h3 {
    font-size: 20px;
    margin-bottom: 15px;
	color:#333;
    position: relative;
    padding-bottom: 10px;
	font-weight:500;
}
.about_in ul li h3:before{
      background-color: #0075c5;
      height: 2px;
      width: 40px;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
}
.about_in ul li p{ margin-bottom:10px; line-height:28px;}
.about_in img{ max-width:100%; max-height:100%; height:auto!important;}


/* 产品 */
.pro_in{ display:inline-block; width:100%;}
.pro_in ul li {
	width:100%;
	float:left;
	margin:35px 0 0 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){ margin-top:35px;}
.pro_in ul li:nth-child(3n){ margin-right:0; float:right;}
.p_img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
	height:210px;
}
.p_img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(27, 24, 37, 0.2);
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: top center;
    z-index: 1;
}
.pro_in ul li:hover .p_img:before {
    transform: scale(1, 1);
    transform-origin: bottom center;
}
.p_img img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
	height:100%;
	object-fit: cover;
}
.pro_in ul li:hover .p_img img {
    transform: scale(1.1);
}
.p_title {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .07);
    border-radius: 10px;
    padding: 20px 20px;
	margin:-60px 8% 0 8%;
    overflow: hidden;
    z-index: 1;
}
.p_title:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #0075c5;
    transition: all 500ms ease;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}
.pro_in ul li:hover .p_title:after {
    transform: scaleY(1);
}
.p_title h3 {
    font-size: 16px;
    transition: all 500ms ease;
	color:#333;
	font-weight:600;
	width: 70%;
	margin:0;
	text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;
}
.p_title p {
    font-size: 14px;
    transition: all 500ms ease;
	color:#7b7981;
	width: 70%;
	text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;
}
.p_arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 20px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms ease;
	background:#0075c5;
	border-radius: 50%;
}
.pro_in ul li:hover .p_title h3,
.pro_in ul li:hover .p_title p {
    color: #ffffff;
}
.pro_in ul li:hover .p_arrow {
    color: #0075c5;
	background:#fff;
}

.p_detail{ margin-bottom:60px;}
.p_left{ width:100%; line-height:28px; margin-bottom:20px;}
.p_left h3{ font-size:20px; color:#0075c5; margin:0px 0 15px 0; letter-spacing:0px;}
.p_left table tr:nth-child(odd) { background: #fcfcfc;}
.p_left table tr:nth-child(even) { background: #fff;}
.p_left table td{ padding:7px 0;}
.p_pic{ width:100%; height:auto; position:relative; margin-top: 0px;}
.p_pic:before {
    position: absolute;
    content: '';
    top: 105%;
    left: 5%;
    height: 10px;
    width: 90%;
    background: radial-gradient(ellipse at center, rgba(0, 117, 197, 0.35) 0%, transparent 80%);
}
.p_pic img{ width:100%; height:100%; object-fit: cover;}

.page_in {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
	padding:15px 5%;
	border-radius:30px;
}
.page_in ul{ align-items: center;}
.page_in ul li { width: 100%; font-size:15px;}
.page_in ul li:nth-child(2){ text-align:center; background:#0075c5; width:50px; height:50px; line-height:50px; color:#fff; border-radius:50%; margin: 10px auto;}
.page_in ul li:nth-child(3){ text-align:left;}


/* 翻页 */
.contentPage { color: #0075c5; text-align:center; clear:both; width:100%; margin-top:25px;}
.contentPage .zi { font-size:12px; font-weight:bold; float:none!important;}
.contentPage a { color: #0075c5; font-size: 12px; margin:0px 3px; padding:4px 7px; border: 1px solid #0075c5;}
.contentPage a:hover { color:#FFF; background-color:#0075c5;}
.contentPage .current { font-size: 12px; margin:0px 3px; padding:4px 7px;}


/* 新闻 */
.news_in ul li {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    padding: 25px 8%;
    position: relative;
	width:100%;
	box-shadow: 0px 5px 15px 0px rgba(0, 117, 197, .1);
	color: #1A1A1A;
	margin:30px 0 0 0;
}
.news_in ul li:nth-child(1){ margin-top:0;}
.news_in ul li:nth-child(2){ margin-top:30px;}
.news_in ul li:before,
.news_in ul li:after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    opacity: 0;
}
.news_in ul li:before {
    top: 30px;
    left: 30px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}
.news_in ul li:after {
    bottom: 30px;
    right: 30px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.news_in ul li:hover {
    color: #fff;
    background-color: #0075c5;
}
.news_in ul li:hover h3 span, .news_in ul li:hover .n_text h4, .news_in ul li:hover .n_text p{ color: #fff;}
.news_in ul li:hover:before {
    opacity: 1;
    top: 10px;
    left: 10px;
}
.news_in ul li:hover:after {
    opacity: 1;
    bottom: 10px;
    right: 10px;
}
.news_in ul li:hover h3 {
    border-right-color: #fff;
}
.news_in ul li h3 {
    font-size: 32px;
    text-align: center;
    border-right: 1px solid #1A1A1A;
	line-height:28px;
	padding:10px 6% 0 0;
	margin:0;
}
.news_in ul li h3 span{ font-size:14px; font-weight:500; color: #737373;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.n_text { width:66%;}
.n_text h4{ font-size: 16px; 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_text p{ font-size:15px; color: #737373; line-height: 22px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}

.n_title{ align-items: center; display: inline-block; margin-bottom:25px;}
.date {
    float: left;
    color: #fff;
    font-size: 14px;
    margin-right: 0px;
	background: #0075c5;
	padding: 5px 20px;
	margin-bottom: 15px;
}
.n_title h3 {
    float: left;
    font-weight: 500;
	font-size: 18px;
	margin:0;
	color:#000;
}


/* 风采 */
.style_in{ display: inline-block; width:100%;}
.style_in ul li{ width:100%; float:left; box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .07); margin:35px 0 0 0;}
.style_in ul li:nth-child(1){ margin-top:0;}
.style_in ul li:nth-child(2), .style_in ul li:nth-child(3), .style_in ul li:nth-child(4){ margin-top:35px;}
.style_in ul li:nth-child(4n){ float:right; margin-right:0;}
.s_pic{ width:100%; height:200px; position:relative;overflow:hidden;}
.s_pic img{ width:100%; height:100%; object-fit: cover; -webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform 500ms ease;transition:-webkit-transform 500ms ease;transition:transform 500ms ease;transition:transform 500ms ease,-webkit-transform 500ms ease}
.s_pic>a{width:100%;height:100%;background-color:rgba(0,117,197,.3);position:absolute;top:0;left:0;opacity:0;-webkit-transform:translateY(-20%);transform:translateY(-20%);-webkit-transition:opacity 500ms ease,-webkit-transform 500ms ease;transition:opacity 500ms ease,-webkit-transform 500ms ease;transition:opacity 500ms ease,transform 500ms ease;transition:opacity 500ms ease,transform 500ms ease,-webkit-transform 500ms ease}
.s_pic>a::before,.s_pic>a::after{content:"";width:32px;height:2px;background-color:#fff;display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.s_pic>a::after{-webkit-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}
.style_in ul li:hover .s_pic>a{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
.style_in ul li:hover .s_pic>img{-webkit-transform:scale(1.05);transform:scale(1.05)}

.s_title{ text-align:center; margin:15px 0;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.style_in ul li:hover .s_title{ color:#0075c5;}


/* 联系 */
.info {
    background-color: #0075c5;
    width: 90%;
    padding: 20px 5%;
	color:#f1f1f1;
}

.form{ width:100%; margin-top: 35px;}
.form h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
}
.form .input {
    border: 1px solid #ebebeb;
    border-radius: 25px;
    font-size: 15px;
    padding: 10px 5%;
	width:90%;
	margin-bottom:15px;
	outline:none;
}
.form textarea.input {
    border-radius: 20px;
    height: 80px;
	width:90%
}
.input:focus {
    border-color: #0075c5;
}
.form .verify {
    border: 1px solid #ebebeb;
    border-radius: 25px;
    font-size: 15px;
    padding: 10px 5%;
	width:35%;
	margin-bottom:20px;
	outline:none;
	float:left;
}
.verify_img{ height:39px; margin:0 0 0 20px;}
.submit {
    background-color: #0075c5;
    border: none;
    border-radius: 25px;
    font-size: 18px;
    padding: 8px 40px;
	color:#fff;
	cursor:pointer;
	outline:none;
	clear:both;
	display:flex;
	float:none;
	margin:0 auto;
}

.ok{ font-size:18px; color:#0075c5; text-align:center;}
}