/*通用类*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  font-family: "Microsoft Yahei";
  background: #fff;
  overflow-x: hidden;
  text-align: justify;
  color: #333;
}
.wb {
  background: #fff;
}
/*不同设备字体em基准
@media screen and (min-width: 320px) and (max-width: 360px){
  body{
  	font-size:13.5px;
  }
}
@media screen and (min-width: 360px) and (max-width: 480px){
  body{
  	font-size:15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 700px){
  body{
  	font-size:22.5px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1000px){
  body{
  	font-size:28px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px){
  body{
  	font-size:32px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px){
  body{
  	font-size:40px;
  }
}
@media screen and (min-width: 1400px){
  body{
  	font-size:50px;
  }
}
*/
img {
  border: none;
}
h1,
h2,
h3 {
  font-weight: normal;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
input,
textarea,
select {
  font-family: "Microsoft Yahei";
  font-size: 1em;
  outline: none;
  margin: 0;
  padding: 0;
}
input::-webkit-input-placeholder {
  color: #979797 !important;
}
textarea::-webkit-input-placeholder {
  color: #979797 !important;
}
input[type='button'],
input[type='text'],
input[type='search'],
input[type='submit'],
input[type='reset'],
input[type='date'],
input[type='time'],
input[type='number'] {
  -webkit-appearance: none;
}
select {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
em {
  font-style: normal;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
input.sub,
label {
  border: none;
  cursor: pointer;
}
input,
textarea {
  font-family: "Microsoft Yahei";
  outline: none;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
.clear::before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clear::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.contain {
  width: 1240px;
  margin: 0 auto;
}
.index_baner {
  display: block;
  width: 100%;
}
.index_baner img {
  display: block;
  width: 100%;
}
.pulic_head_cont {
  padding: 10px 0;
}
.pulic_head_cont .contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pulic_head_cont .logo {
  display: block;
}
.pulic_head_cont .navi_dl {
  display: flex;
  align-items: center;
}
.pulic_head_cont .navi_dl .li {
  padding: 30px 25px;
  position: relative;
  color: #333;
  font-size: 16px;
}
.pulic_head_cont .navi_dl .li::after {
  content: "";
  width: 0;
  height: 2px;
  background: #ff4500;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}
.pulic_head_cont .navi_dl .li:hover {
  color: #ff4500;
}
.pulic_head_cont .navi_dl .li:hover::after {
  width: 100%;
}
.index_pulic_title {
  text-align: center;
  padding: 24px 0;
  color: #595959;
}
.index_pulic_title h2 {
  font-size: 36px;
}
.index_pulic_title h2 em {
  font-weight: bold;
}
.index_pulic_title .line {
  display: block;
  width: 50px;
  height: 1px;
  background: #424242;
  margin: 10px auto;
}
.index_pulic_title p {
  font-size: 24px;
}
.index_serve_cont {
  display: flex;
  flex-wrap: wrap;
}
.index_serve_cont .list {
  width: calc(100% / 4);
  position: relative;
  overflow: hidden;
}
.index_serve_cont .list img {
  display: block;
  width: 100%;
}
.index_serve_cont .list .bit_txt {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  transition: all 0.5s;
}
.index_serve_cont .list .bit_txt h2 {
  font-size: 18px;
  line-height: 36px;
  color: #fff;
}
.index_serve_cont .list .bit_txt p {
  font-size: 14px;
  color: #999999;
  line-height: 28px;
}
.index_serve_cont .list .bit_txt .more {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-size: 14px;
  height: auto;
  color: #ce9d5f;
}
.index_serve_cont .list:hover .bit_txt {
  bottom: 0;
  background: #fff;
}
.index_serve_cont .list:hover .bit_txt h2 {
  color: #875F23;
}
.index_serve_cont .list:hover .bit_txt p {
  color: #875F23;
}
.index_serve_cont .list:hover .bit_txt .more {
  display: inline-block;
}
.index_about_cont {
  width: 100%;
  background-image: url(../i/1.jpg);
  background-position: center 0;
  overflow: hidden;
  position: static;
  padding: 120px 0 100px;
}
.index_about_cont .title_head {
  text-align: center;
}
.index_about_cont .title_head h2 {
  font-size: 24px;
  color: #fff;
  line-height: 48px;
  margin-bottom: 10px;
}
.index_about_cont .title_head p {
  font-size: 16px;
  color: #cccccc;
}
.index_about_cont .title_head .line {
  display: block;
  width: 120px;
  height: 1px;
  margin: 40px auto 20px;
  background: #fff;
}
.index_about_cont .bit_txt {
  width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.index_about_cont .bit_txt p {
  font-size: 14px;
  color: #cccccc;
  line-height: 30px;
}
.index_news_content {
  background: #f2f2f2;
  padding: 30px 0;
}
.index_news_content .news_last .list {
  display: flex;
  width: 100%;
  background: #fff;
  margin-bottom: 20px;
}
.index_news_content .news_last .list .l_img {
  width: 50%;
}
.index_news_content .news_last .list .l_img img {
  display: block;
  width: 100%;
}
.index_news_content .news_last .list .r_cont {
  width: 50%;
  padding: 76px;
  position: relative;
}
.index_news_content .news_last .list .r_cont h2 {
  font-size: 20px;
  color: #134e8f;
  margin-bottom: 15px;
}
.index_news_content .news_last .list .r_cont p {
  font-size: 14px;
  line-height: 22px;
  color: #595959;
}
.index_news_content .news_last .list .r_cont::after {
  content: "";
  display: block;
  width: 0;
  height: 5px;
  background: #134e8f;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.8s;
}
.index_news_content .news_last .list:hover .r_cont::after {
  width: 100%;
}
.index_news_content .news_last .list:nth-child(2n) .l_img {
  order: 2;
}
.index_news_content .news_last .list:nth-child(2n) .r_cont {
  order: 1;
}
.index_news_content .news_last .list:last-child {
  margin-bottom: 0;
}
.pulic_footer_cont {
  background: #fff;
}
.pulic_footer_cont .tis_cont {
  display: flex;
  justify-content: space-between;
  padding: 90px 0 56px;
}
.pulic_footer_cont .tis_cont .logo {
  display: block;
}
.pulic_footer_cont .tis_cont .logo img {
  display: block;
}
.pulic_footer_cont .tis_cont .navi_dl {
  display: flex;
  align-items: flex-start;
}
.pulic_footer_cont .tis_cont .navi_dl .li {
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
}
.pulic_footer_cont .tis_cont .navi_dl .li:hover {
  color: #ff4500;
}
.pulic_footer_cont .tis_cont .r_about {
  width: 398px;
}
.pulic_footer_cont .tis_cont .r_about .title {
  margin-bottom: 36px;
}
.pulic_footer_cont .tis_cont .r_about .title h2 {
  font-size: 25px;
  color: #333333;
}
.pulic_footer_cont .tis_cont .r_about .title p {
  font-size: 36px;
  color: #0094dc;
}
.pulic_footer_cont .tis_cont .r_about .txt p {
  font-size: 15px;
  color: #626566;
  margin-bottom: 6px;
}
.pulic_footer_cont .copy {
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #dadbdd;
  font-size: 14px;
  color: #999999;
}
.product_head_navi {
  background: #f2f2f2;
}
.product_head_navi .contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_head_navi .navi {
  display: flex;
  align-items: center;
}
.product_head_navi .navi .li {
  display: block;
  padding: 22px 42px;
  font-size: 17px;
  color: #383737;
  margin-right: 12px;
}
.product_head_navi .navi .li:hover {
  background: #00a1e9;
  color: #fff;
}
.product_head_navi .maps {
  font-size: 13px;
  color: #999999;
  height: 66px;
  display: flex;
  align-items: center;
}
.news_detail_content {
  padding: 70px 0 50px;
}
.news_detail_content .title_head {
  text-align: center;
  margin-bottom: 60px;
}
.news_detail_content .title_head h2 {
  font-size: 40px;
  color: #393838;
  margin-bottom: 12px;
}
.news_detail_content .title_head p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news_detail_content .title_head p span {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #9f9f9f;
  margin: 0 10px;
}
.news_detail_content .title_head p span img {
  margin-right: 5px;
}
.news_detail_content .detail_txt {
  font-size: 17px;
  color: #3d3c3c;
  min-height: 220px;
}
.news_detail_content .detail_bit_more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.news_detail_content .detail_bit_more .page p {
  font-size: 15px;
  color: #999999;
}
.news_detail_content .detail_bit_more .page h2 {
  font-size: 18px;
  color: #363636;
  margin-top: 5px;
}
.news_detail_content .detail_bit_more .page:last-child {
  text-align: right;
}
.news_last_content {
  padding: 40px 0;
}
.news_last_content .contain {
  display: flex;
  flex-wrap: wrap;
}
.news_last_content .list_cont {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  padding: 10px;
  background: #f5f5f5;
}
.news_last_content .list_cont:nth-child(3n) {
  margin-right: 0;
}
.news_last_content .list_cont .tis_img {
  width: 100%;
  height: 270px;
  overflow: hidden;
}
.news_last_content .list_cont .tis_img img {
  display: block;
  width: 100%;
  transition: 0.5s linear 0s;
}
.news_last_content .list_cont .bit_cont {
  padding: 30px 18px;
}
.news_last_content .list_cont .bit_cont h2 {
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s ease 0s;
}
.news_last_content .list_cont .bit_cont p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.3s ease 0s;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  max-height: 65px;
}
.news_last_content .list_cont:hover .tis_img img {
  transform: scale(1.2);
}
.news_last_content .list_cont:hover .bit_cont {
  background: #004a86;
}
.news_last_content .list_cont:hover .bit_cont h2 {
  color: #fff;
}
.news_last_content .list_cont:hover .bit_cont p {
  color: #fff;
}
.about_case_1 {
  padding: 40px 0;
}
.about_case_1 .det_txt p {
  font-size: 14px;
  color: #333;
  line-height: 32px;
}
.about_case_2 {
  background: url(../i/cbbga.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  padding: 40px 0;
}
.about_case_2 .index_pulic_title h2 {
  color: #fff;
}
.about_case_2 .det_txt {
  padding: 40px 0;
  width: 70%;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
}
.about_case_2 .det_last {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about_case_2 .det_last .list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  border: 1px solid #fff;
  border-radius: 100%;
  font-size: 20px;
  color: #fff;
  line-height: 32px;
  padding: 0 10px;
  text-align: center;
}
.contact_case_1 {
  padding: 40px 0;
}
.contact_case_1 .contact_dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.contact_case_1 .contact_dl .list {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #666;
}
.contact_case_1 .contact_dl .list span {
  font-size: 16px;
  color: #1fbbf6;
}
.contact_case_1 .contact_dl .list img {
  margin-right: 5px;
}
/*# sourceMappingURL=app.css.map */