@charset "utf-8";
/*-------------------------
  General Styles
--------------------------*/
@font-face {
  font-family: 'pingfang';
url('../fonts/pingfang regular.ttf') format('truetype'),
}

body {
  font-family: Arial, sans-serif;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  padding-top: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

body, div, p, span {
  font-family: 'pingfang', Arial;
}


/*-----------------------------------
  Navigation Bar Styles
------------------------------------*/

.navbar {
  padding: 0;
  background-color: #1e0e08;
  transition: padding 0.4s;
  border-color: transparent;
  border: 0;
}

/* Contract the navbar while scrolling */

#myNavbar {
  overflow-x: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Brand name */

.brandStyle {
  padding: 0;
  margin: 0 0 0 !important;
  height:65px;
  padding: 10px 0;
}

.brandStyle img {
  display: block;
  float: left;
  width: auto;
  height: 45px;
}

.brandStyle p {
  color: #ffffff;
  font-size: 12px;
  float: left;
  display: block;
  margin-top: 20px;
  margin-left: 10px;
}

.brandStyle span {
  display: block;
}

/* Menu */

/*-----------------------------------
  Main Picture
------------------------------------*/
.noBorder {
  background:rgba(255,255,255,.2);
  margin-bottom: 0;
}
.noBorder.scrolled{
  background: #fff;
  -webkit-box-shadow: 1px 1px 5px #ccc;
  -moz-box-shadow: 1px 1px 5px #ccc;
  -ms-box-shadow: 1px 1px 5px #ccc;
  -o-box-shadow: 1px 1px 5px #ccc;
  -webkit-box-shadow: 1px 1px 5px #ccc;
}
.navbar {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.navbar-nav > li {
  position: relative;
  padding: 0 15px;
}

.navbar-nav > li > a {
  font-size: 16px;
  height:65px;
  line-height: 25px;
  color: #fff !important;
  font-weight: normal;
  padding: 20px 0;
  position: relative;
  text-transform: uppercase;
}

.navbar-nav > li.active > a {
  background: transparent !important;

}



.navbar-nav > li.active:hover > a {

}

.navbar-nav > li > a:hover{
  color: #87bd07!important;
}

.navbar-nav > li > a p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: normal;
}

.navbar-nav > li > .dropdown-menu {
  height: auto;
  overflow: hidden;
  top: calc(100%);
  border-color: #ffffff;
  text-align: left;
  background: rgba(255, 255, 255, 1);
  border: 0;
  left: 0px !important;
  padding: 5px 10px;
  border-top: 5px solid #86BD07;
}

.navbar-nav > li.language_li{
  padding: 22.5px 0;
  margin-left: 20px;
}

.navbar-nav > li.language_li .language_li_div{
  overflow: hidden;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 1px;
}

.navbar-nav > li.language_li .language_li_div a{
  float: left;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  line-height: 16px;
  border-radius: 20px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-nav > li.language_li .language_li_div a.active{
  color: #333;
  background: #fff;
}

.dropdown-menu > li {
  display: block;
  position: relative;
  padding: 5px;
}

.dropdown-menu > li:hover:before{
  color: #d52323;
}
.dropdown-menu > li:last-child{
  border-bottom: 0;
}
.dropdown-menu > li > a {
  display: block;
  color: #000 !important;
  padding: 0;
  line-height: 20px;
  text-transform: uppercase;
  width: 100%;
  position: inherit;
  white-space: normal;
  text-align: left;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #86BD07 !important;
  background: transparent;
}

.navbar-nav > li.nav_li_pro {
  /*position: inherit;*/
}

.navbar-nav > li.nav_li_pro .dropdown-menu {
  left: 0 !important;
  border-radius: inherit;
}

.navbar-nav > li.nav_li_pro .dropdown-menu > li {
  
}
.navbar-nav > li.nav_li_pro .dropdown-menu > li h2{
  margin-bottom: 10px;
  font-size: 16px;
}
.navbar-nav > li.nav_li_pro .dropdown-menu > li h3{

}


.navbar-nav > li.nav_li_pro .dropdown-menu > li h2 a {
  color: #58585e;
}
.navbar-nav > li.nav_li_pro .dropdown-menu > li h3 a {
  padding-left: 0 !important;
  color: #888;
  padding: 4px 0;
  line-height: 20px;
  font-size: 15px;
}
.navbar-nav > li:nth-child(2) > .dropdown-menu {
  /*display: block!important;*/
  min-width: 90px;
}

.navbar-nav > li:nth-child(3) > .dropdown-menu {
  /*display: block !important;*/
}

.navbar-nav > li > .dropdown-menu.p_menu {
  
}

.noBorder.scrolled .navbar-nav > li > a{
  color: #000!important;
}


.noBorder.scrolled .navbar-nav > li.language_li .language_li_div{
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.noBorder.scrolled .navbar-nav > li.language_li .language_li_div a{
  color: #333;
}

.noBorder.scrolled .navbar-nav > li.language_li .language_li_div a.active{
  background: #86BD07;
  color: #fff;
}

.dropdown-menu.p_menu li{
  display: inline-block;
}
.dropdown-menu.p_menu li a{
  display: block;
  text-align: center;
}

.dropdown-menu.p_menu li img{
  width: 150px;
  display: block;
}
.dropdown-menu.p_menu li p{
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  padding: 10px 0;
  display: block;
}

.m_search {
  float: right;
  display: none;
}

.m_search .search_all {
  margin-top: 18px;
}

.m_search .search_all i {
  padding-right: 20px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background: transparent;
}



.navbar-nav > li.language_li:hover{
  background: transparent;
}

.nav_language{
  display: none;
  float: right;
  height: 50px;
  line-height: 50px;
  width: 40px;
}
.nav_language a{
  font-size: 13px;
  color: #666;
}


.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.w1120 {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  overflow: hidden;
}

.center {
  text-align: center;
}



.dropdown ul.dropdown-menu {
  width: 100% !important;
  right: inherit;
  left: 0;
}

html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; touch-callout: none; }

body, form, img, ul, ol, li, dl, dt, dd, p, tr, td, strong, span, pre { margin: 0; padding: 0; border: 0; background-repeat: no-repeat; outline:none;}

h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0; font-weight: normal; }

body, button, input, select, textarea { font-size: 14px; line-height: 24px; color: #333; font-family: arial,'寰�蒋闆呴粦','Hiragino Sans GB',sans-serif; }

ul, li { list-style: none; }

img { border: 0px; max-width: 100%; }

table { border-collapse: collapse; border-spacing: 0; }

*, :after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-repeat: no-repeat; }

article, aside, footer, header, nav, section { display: block; }

a { background-color: transparent; -webkit-text-decoration-skip: objects; text-decoration: none; color: #333; outline: none; cursor: pointer; }

a:hover { background-repeat: no-repeat; text-decoration: none; }

a, input[type="button"], button, label, input[type="submit"] { cursor: pointer; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

audio, video { display: inline-block; }

[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; }

input, textarea, select { font-family: Arial,'Microsoft YaHei','Hiragino Sans GB',Times,serif; outline: none; }

input[type="text"], input[type="password"], input[type="button"], input[type="submit"], select, textarea { outline-style: none; -webkit-appearance: none; resize: none; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset !important; }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.clearfix { *zoom: 1; }

.clear { clear: both; line-height: 0; height: 0; font-size: 0; }

.fl { float: left; }

.fr { float: right; }

.banner_swiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner{

}

.banner .swiper-pagination-bullet{
  background: #7d7d7d;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.banner .swiper-pagination-bullet-active{
  background: #87bd07;
  width: 35px;
  border-radius: 10px;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 15px;
}

/*首页业务*/
.index_main{
  
}
.index_product{
  padding: 20px 0;
  background: #FAFAFA;
}

.in_pro_title{
  padding: 40px 0 30px;
  text-align: center;
}
.in_pro_title h2{
  padding: 0 0 15px;
  font-size: 28px;
  line-height:40px;
  color: #86BD07;
  letter-spacing:5px;
  font-weight: bold;
  text-transform: uppercase;
}

.in_pro_title h3{
  font-size: 14px;
  color: #fff;
  padding: 8px 20px;
  background: #87bd07;
  display: inline-block;
  letter-spacing:5px;
  margin-bottom: 15px;
}
.in_pro_title h4{
  font-size: 18px;
  color: #666;
  text-transform: uppercase;
  line-height: 24px;
}
.in_pro_list{
  
}

.in_pro_list_ul{
  overflow: hidden;
}

.in_pro_list_ul li{
  overflow: hidden;
  float: left;
  width: calc(50% - 40px);
  margin:15px 20px;
  border: 1px solid transparent;
  /*padding: 45px 30px 45px 45px;*/
  padding: 15px;
  background: #fff;
}


.in_pro_list_ul .pro_info{
  overflow: hidden;
}

.in_pro_list_ul .txt{
  float: left;
  width: calc(100% - 340px);
  padding: 30px 10px 30px 30px;
  height: 280px;
}

.in_pro_list_ul .txt h2{
  font-size: 20px;
  color: #333;
  letter-spacing:2px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 20px;
}

.in_pro_list_ul .txt p{
  font-size: 14px;
  color: #999;
  display: block;
  line-height: 24px;
  padding-left: 20px;
  position: relative;
}

.in_pro_list_ul .txt p:before {
  content: '\e62d';
  font-family: 'icon';
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}

.in_pro_list_ul .txt a{
  margin-top: 30px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
}
.in_pro_list_ul .txt a i{
  font-size: 28px;
  color: #D7D7D7;
  display: inline-block;
}

.in_pro_list_ul .txt a:hover i{
  color: #389d38;
}

.in_pro_list_ul li:hover{
  border-color: #87bd07;
}

.in_pro_list_ul .img{
  float: left;
  width: 340px;
  height: 260px;
}
.in_pro_list_ul .img img{
  display: block;
  width: 100%;
  height: inherit;
}

.in_pro_more{
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
}

.in_pro_more a{
  color: #fff;
  display: inline-block;
  padding: 10px 50px;
  border-radius: 30px;
  font-size: 14px;
  background: #4ab344;
  text-transform: uppercase;
}






/*首页业务完*/


/*首页关于我们*/
.index_about{
  background-image: url(../1.jpg);
  background-attachment: fixed;
}

.index_about .w1200{
  height: 780px;
  position: relative;
}

.in_about_main{
  overflow: hidden;
  position: absolute;
  width: 560px;
  height: 328px;
  left: 0px;
  top: 226px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.57);
  padding: 50px;
}

.in_about_main h2{
  font-size: 24px;
  font-weight: bold;
  color: #333;
  line-height: 30px;
  margin-bottom: 35px;
}

.in_about_main .in_about_txt{

}

.in_about_main .in_about_txt p{
  font-size: 14px;
  color: #555;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.in_about_main .in_about_more{
  text-align: left;
  margin-top: 40px;
}

.in_about_main .in_about_more a i{
  font-size: 28px;
  color: #333;
  display: inline-block;
}

.in_about_main:hover .in_about_more a i{
  color: #4ab344;
}

/*首页关于我们完*/


/*首页案例中心*/

.index_case{
  /*background: url(../images/index_case_bg.jpg);*/
  background: #FAFAFA;
}

.index_case .w1200{
  /*position: relative;*/
  overflow: inherit;
}

.in_case_title{
  text-align: center;
  padding: 50px 0 40px;
}

.in_case_title h2{
  padding: 0 0 15px;
  font-size: 28px;
  line-height: 40px;
  color: #86BD07;
  letter-spacing: 5px;
  font-weight: bold;
  text-transform: uppercase;
}

.in_case_title h3{
  font-size: 14px;
  color: #fff;
  padding: 8px 20px;
  background: #87bd07;
  display: inline-block;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.in_case_list{
  /*position: absolute;*/
  /*bottom: -300px;*/
  /*left: 0;*/
  width: 100%;
  /*padding: 20px;*/
  /*background: #fff;*/
}

.in_case_list_ul{
  overflow: hidden;
  display: flex;
}

.in_case_list_ul li{
  width: calc(25% - 20px);
  float: left;
  margin: 0 10px;
  background: #fff;
}

.case_main .img{
  position: relative;
  padding: 20px;
}
.case_main .img>a{
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.case_main .img img{
  display: block;
  width: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.case_main:hover .img img{
  transform: scale(1.1);
}

.case_main .img a img {
  display: block;
  width: 100%;
  /*height: 263px;*/
  transition: all 0.8s ease;
  border: 1px solid #efefef;
}

.case_main .img a:hover img {

}

.case_main .txt{
  overflow: hidden;
  padding: 8px 10px 10px;
  background: #fff;
  padding: 20px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.case_main .txt h2{
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.case_main .txt h2 a{
  font-size: 16px;
  color: #333;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.case_main .txt p{
  font-size: 14px;
  line-height: 18px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.case_main .txt .case_a{
  display: block;
  padding: 30px 0 10px;
}

.case_main .txt .case_a i{
  font-size: 28px;
  color: #dcdcdc;
  display: inline-block;
}

.case_more{
  text-align: center;
  padding: 50px 0;
}

.case_more a{
  color: #fff;
  display: inline-block;
  padding: 10px 50px;
  border-radius: 30px;
  font-size: 14px;
  background: #4ab344;
  text-transform: uppercase;
}

.in_case_list_ul li:hover .txt{
  background: #4AB344;
}

.in_case_list_ul li:hover .txt h2 a{
  color: #fff;
}

.in_case_list_ul li:hover .txt p{
  color: #fff;
}

.in_case_list_ul li:hover .txt i{
  color: #ccc;
}



/*首页案例中心完*/


/*首页解决方案*/

.index_project{
  
}

.in_project_title{
  text-align: center;
  padding: 50px 0 40px;
}

.in_project_title h2{
  padding: 0 0 15px;
  font-size: 28px;
  line-height: 40px;
  color: #86BD07;
  letter-spacing: 5px;
  font-weight: bold;
  text-transform: uppercase;
}

.in_project_title h3{
  font-size: 14px;
  color: #fff;
  padding: 8px 20px;
  background: #87bd07;
  display: inline-block;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.in_project_list{
  
}

.in_project_list .in_project_scroll ul img {
  vertical-align: top;
  width: 250px;
}

.in_project_scroll {
  margin: 0 auto;
  height: 340px;
  width: 1000px;
  overflow: hidden;
  position: relative;
}

.in_project_scroll .in_project_ul {
  height: 340px;
  width: 100000px;
  position: absolute;
  left: 0;
} /*ul width的宽不能过小*/
.in_project_scroll ul li {
  display: block;
  float: left;
  margin: 5px;
  height: 330px;
  border-radius: 5px;
  position: relative;
  padding: 10px;
}

.in_project_scroll ul li a {
  display: inline-block;
  height: 330px;
}

.in_project_scroll ul li img {
  border-radius: 5px;
  display: block;
}

.in_project_scroll ul li a span {
  height: 0;
  display: block;
  background: rgba(0,0,0,0.4);
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 0px;
}

.in_project_scroll ul li a:hover span {
  height: 330px;
  line-height: 330px;
  font-size: 20px;
  text-align: center;
  transition: all 0.7s;
}









.project_more {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
}

.project_more a{
  color: #fff;
  display: inline-block;
  padding: 10px 50px;
  border-radius: 30px;
  font-size: 14px;
  background: #4ab344;
  text-transform: uppercase;
}


/*首页解决方案完*/


/*新闻资讯*/
.index_news{
  padding:0 0 40px 0;
  background: #FAFAFA;
}


.in_news_title{
  text-align: center;
  padding: 50px 0 40px;
}

.in_news_title h2{
  padding: 0 0 15px;
  font-size: 28px;
  line-height: 40px;
  color: #86BD07;
  letter-spacing: 5px;
  font-weight: bold;
  text-transform: uppercase;
}

.in_news_title h3{
  font-size: 14px;
  color: #fff;
  padding: 8px 20px;
  background: #87bd07;
  display: inline-block;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.in_news_main{
  overflow: hidden;
}

.in_news_left{
  float: left;
  width: 50%;
  padding-right: 50px;
}

.in_news_left_ul{
  background: #fff;
  overflow: hidden;
  padding: 30px 30px 10px; 
}

.in_news_left_ul li{
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
}

.in_news_left_ul li .n_img{
  float: left;
  width: 220px;
}

.in_news_left_ul li .n_img a{
  display: block;
}

.in_news_left_ul li .n_img img{
  width: 100%;
  height: 160px;
  display: block;
}

.in_news_left_ul li .n_txt{
  float: left;
  width: calc(100% - 220px);
  padding-left: 30px;
  padding-top: 30px;
}

.in_news_left_ul li .n_txt h2{
  font-size: 18px;
  color: #3A3A3A;
  line-height: 24px;
  margin-bottom: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.in_news_left_ul li .n_txt h2 a{
  color: #3A3A3A;
}

.in_news_left_ul li .n_txt h3{
  font-size: 14px;
  color: #999;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.in_news_left_ul li .n_txt .n_more{
  padding: 10px 0;
}

.in_news_left_ul li .n_txt .n_more a{
  display: block;
  padding: 10px 0 4px;
}

.in_news_left_ul li .n_txt .n_more i{
  font-size: 28px;
  color: #dcdcdc;
  display: inline-block;
}

.in_news_right{
  width: 50%;
  float: left;
  background: #fff;
}

.in_news_right_ul{
  padding: 30px 50px 50px;
}

.in_news_right_ul li{
  overflow: hidden;
  border-bottom: 1px solid #F0F0F0;
}

.in_news_right_ul li .txt{
  overflow: hidden;
}

.in_news_right_ul li .txt h2{
  float: left;
  font-size: 14px;
  line-height: 55px;
  width: calc(100% - 80px);
  color: #3B3B3B;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  padding-left: 30px;
}

.in_news_right_ul li .txt h2 a{
  color: #8a8a8a;
}

.in_news_right_ul li .txt h2:before{
  content: '\e646';
  font-family: 'icon';
  font-size: 30px;
  line-height: 55px;
  position: absolute;
  left: 0;
  top: 0;
  color: #4AB344;
}

.in_news_right_ul li .txt time{
  float: left;
  width: 80px;
  font-size: 12px;
  line-height: 55px;
  color: #999;
}

.in_news_right_ul li:hover .txt h2 a{
  color: #4AB344;
}
/*新闻资讯完*/


.index_link{
  background: #fff;
  padding: 15px 0;
  border-top: 1px solid #ccc;
}

.in_link_title{
  float: left;
}

.in_link_title h2{
  font-size: 16px;
  line-height: 20px;
  color: #333;
}
.in_link_title h2 p{
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #847575;
}
.in_link_list{
  overflow: hidden;
}
.in_link_list_ul{
  overflow: hidden;
  float: left;
}
.in_link_list_ul li{
  float: left;
  margin-right: 10px;
}

.in_link_list_ul li a{
  font-size: 14px;
  line-height: 20px;
  color: #666;
  display: block;
}

.in_link_list_ul li p{
  font-size: 12px;
  line-height: 20px;
  color: #999;
  display: block;
}

.in_link_list_ul li:hover a{
  color: #847575;
}

/*友情链接完*/




/*尾部样式*/

footer{
  background: #656565;
  padding: 30px 0 0;
}

.footer_list{
  text-align: center;
}

.footer_ul{
  display: inline-block;
  overflow: hidden;
}
.footer_ul li{
  float: left;
  margin: 0 25px;
}
.footer_ul li h2{
  
}
.footer_ul li h2 a{
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  height: 20px;
  display: block;
  text-transform: uppercase;
}

.foot_main{
  overflow: hidden;
}
.foot_main .w1200{
  padding: 40px 0;
  border-bottom: 1px solid #a7a7a7;
  text-align: center;
}
.foot_left{
  display: inline-block;
  padding: 15px 50px 15px 10px;
}

.foot_left img{
  height: 50px;
  display: block;
  margin-bottom: 15px;
}


.foot_left h2{
  overflow:hidden;
  display:table-cell;
  vertical-align:bottom;
  height: 50px;
}

.foot_left i{
  font-size: 50px;
  line-height: 50px;
  display: inline-block;
  color: #fff;
}

.foot_left p{
  display: inline-block;
  font-size: 20px;
  color: #fff;
  padding-left: 10px;
}

.foot_left h3{
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  padding:10px 0;
}
.foot_center{
  display: inline-block;
  text-align: left;
  padding: 10px 80px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.foot_center h2{
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 10px;
}
.foot_center h3{
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  padding: 3px 0;
}


.foot_right{
  display: inline-block;
  padding-left: 40px;
  text-align: center;
  padding-top: 10px;
}

.foot_right img{
  width: 130px;
  height: 130px;
  display: block;
}

.foot_right p{
  color: #fff;
  font-size: 14px;
  padding:5px 0;
}

.copyright{
  text-align: center;
  padding:15px 0;
}

.copyright p{
  display: inline-block;
  padding:0 10px;
  font-size: 14px;
  color: #fff;
}

.copyright a{
  display: inline-block;
  padding:0 10px;
  font-size: 14px;
  color: #fff;
}

/*尾部样式完*/


/*-------------内页样式----------*/

.page_main{

}
.page_banner{

}
.page_banner img{
  display: block;
  width: 100%;
}

/*案例中心*/

.case_content{
  
}
.case_select{
  text-align: center;
}

.case_select_ul{
  display: inline-block;
}

.case_select_ul li{
  float: left;
  margin: 0 10px;
}

.case_select_ul li a{
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  display: block;
  background: #efefef;
  color: #333;
}

.case_select_ul li.active a{
  
}

.case_info{
  padding: 10px 0 50px;
}

.case_info_txt{

}

.case_info_txt img{
  display: block;
  max-width: 100%;
  margin: 0 auto;
}


/*案例详情*/

.case_detail_content{
  /*background: #f3f3f3;*/
}

.case_detail_nav {
  overflow: hidden;
  padding: 20px 0;
}

.case_detail_nav h3 {
  position: relative;
  color: #666666;
  font-size: 14px;
  padding: 0 5px 0 30px;
  height: 35px;
  line-height: 35px;
  width: 160px;
  float: left;
  text-transform: capitalize;
}

.case_detail_nav h3:before {
  position: absolute;
  content: '\e6b8';
  font-family: 'icon';
  left: 0;
  top: 0;
  font-size: 20px;
}
.case_detail_tit_ul {
  float: left;
}

.case_detail_tit_ul li {
  float: left;
  padding-right: 5px;
}

.case_detail_tit_ul li:after {
  content: '\e605';
  font-family: 'icon';
  font-size: 18px;
  line-height: 35px;
  float: left;
}

.case_detail_tit_ul li a {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #666666;
  display: block;
  float: left;
  padding: 0 5px;
  text-transform: capitalize;
}

.case_detail_tit_ul li:last-child:after {
  display: none;
}


.case_detail_main{
  
}

.case_txt_title{
  
}

.case_txt_title h1{
  color: #86BD07;
  font-size: 30px;
  padding-bottom: 30px;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
}

.case_detail_info{
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.title_introduce{
  padding-bottom: 30px;
}

.title_introduce h2{
  font-size: 22px;
  font-weight: bold;
  color: #86BD07;
  line-height: 30px;
}

.title_introduce .title_introduce_txt{
  padding: 20px 0;
}

.title_introduce .title_introduce_txt p{
  font-size: 16px;
  color: #666;
  line-height: 24px;
  display: block;
}

.case_info{
  overflow: hidden;
}

.title_materiel{
  float: left;
  width: 50%;
}

.title_materiel h2{
  font-size: 22px;
  font-weight: bold;
  color: #86BD07;
  line-height: 30px;
}

.title_materiel_txt{
  padding: 20px 0;
}

.title_materiel_txt p{
  font-size: 16px;
  color: #666;
  line-height: 24px;
  display: block;
}

.title_advantage{
  float: left;
  width: 50%;
}

.title_advantage h2{
  font-size: 22px;
  font-weight: bold;
  color: #86BD07;
  line-height: 30px;
}

.title_advantage_txt{
  padding: 20px 0;
}

.title_advantage_txt p{
  font-size: 16px;
  color: #666;
  line-height: 24px;
  display: block;
}

.title_introduce_txt p,.title_materiel_txt p,.title_advantage_txt p{
  position: relative;
  padding-left: 25px;
}

.title_introduce_txt p:before,.title_materiel_txt p:before,.title_advantage_txt p:before{
  content: '\e630';
  font-family: 'icon';
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  color: #86BD07;
}

.case_images{
  padding: 10px 0;
}

.case_images img{
  padding: 10px 0;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/*案例详情完*/

/*新闻资讯*/

.news_content{
  background: #f3f3f3;
}

.news_nav {
  overflow: hidden;
  padding: 20px 0;
}

.news_nav h3 {
  position: relative;
  color: #666666;
  font-size: 14px;
  padding: 0 5px 0 30px;
  height: 35px;
  line-height: 35px;
  width: 160px;
  float: left;
}

.news_nav h3:before {
  position: absolute;
  content: '\e6b8';
  font-family: 'icon';
  left: 0;
  top: 0;
  font-size: 20px;
}

.news_nav_ul {
  float: left;
}

.news_nav_ul li {
  float: left;
  padding-right: 5px;
}

.news_nav_ul li:after {
  content: '\e605';
  font-family: 'icon';
  font-size: 18px;
  line-height: 35px;
  float: left;
}

.news_nav_ul li a {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #666666;
  display: block;
  float: left;
  padding: 0 5px;
  text-transform: capitalize;
}

.news_nav_ul li:last-child:after {
  display: none;
}


.news_list{
  text-align: center;
  padding: 30px 0;
}

.news_list_ul{
  display: inline-block;
}

.news_list_ul li{
  float: left;
  margin: 0 10px;
}

.news_list_ul li a{
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  display: block;
  background: #efefef;
  color: #333;
}

.news_list_ul li.active a{
  background: #333;
  color: #fff;
}

.news_content_info{
  
}

.news_all_ul{
  overflow: hidden;
}
.news_all_ul li{
  width: 32%;
  float: left;
  padding: 5px;
  background: #fff;
  margin-bottom: 20px;
}
.news_all_ul li:nth-child(3n-1){
  margin: 0 2%;
}
.news_all_ul li .img{
  width: 100%;
  display: block;
  height: 200px;
  max-height: 200px;
  overflow: hidden;
}

.news_all_ul li .img a{
  width: 100%;
  display: block;
  height: 100%;
  overflow: hidden;
}

.news_all_ul li .img img{
  width: 100%;
  display: block;
  height: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.news_all_ul li .txt{
  padding: 10px 10px;
  border-bottom: 1px solid #eaeaea
}

.news_all_ul li .txt h2{
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.news_all_ul li .txt h2 a{
  color: #333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news_all_ul li .txt .news_p{
  margin: 8px 0;
}

.news_all_ul li .txt .news_p p{
  display: block;
  font-size: 12px;
  height:40px;
  line-height: 20px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_all_ul li .news_more{
  overflow: hidden;
  padding: 5px 10px 0;
}

.news_all_ul li .news_more time{
  float: left;
  font-size: 14px;
  color: #777;
  line-height: 20px;
}

.news_all_ul li .news_more i{
  float: right;
  font-size: 20px;
  color: #777;
  line-height: 20px;
}

.news_all_ul li:hover img{
  transform: scale(1.1);
}

.news_all_ul li:hover .txt h2 a{
  color: #0e85bf;
}

.news_all_ul li:hover .news_more time,.news_all_ul li:hover .news_more i{
  color: #333;
}

.p_page {
  margin: 20px auto 50px;
  text-align: center;
}

.p_page_list {
  display: inline-block;
}

.p_page_list a {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  margin: 0 3px;
  color: #666;
  text-transform: uppercase;
}

.p_page_list a:hover {
  background: #333;
  color: #fff;
}

.p_page_list a.active {
  background: #86BD07;
  color: #ffffff;
}




/*新闻资讯完*/

/*新闻详情*/

.news_detail_content{
  background: #f3f3f3;
}

.news_detail_main{
  background: #fff;
  padding: 30px 50px;
}

.news_detail_info{

}

.news_detail_title{
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.news_detail_title h1{
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
  padding: 20px 0 20px;
}
.news_detail_title .news_detail_time{
  overflow: hidden;
}
.news_detail_title .news_detail_time time{
  font-size: 14px;
  color: #999;
  line-height: 20px;
  display: inline-block;
  margin: 0 10px;
}

.news_detail_title .news_detail_time p{
  font-size: 14px;
  color: #999;
  line-height: 20px;
  display: inline-block;
  margin: 0 10px;
}

.page_fenye{
  padding:10px 0;
}


.page_fenye a{
  width: 100%;
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-bottom: 10px;
}


.page_fenye a:hover{
  color: #333;
}

.news_detail_txt{

}

.news_detail_txt p{
  font-size: 14px;
  line-height: 24px;
  display: block;
  color: #666;
}

.news_detail_txt img{
  display: block;
  width: auto;
  margin: 10px auto;
  max-width: 80%;
}


/*新闻详情完*/


/*SEO优化*/

.seo_content{
  padding: 30px 0;
}

.seo_title{
  padding: 30px 0;
  text-align: center;
}
.seo_title h2{
  font-size: 38px;
  color: #666;
  font-weight: bold;
}

.seo_problem_main{
  padding: 30px 0;
}

.seo_problem_ul{
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.seo_problem_ul li{
  width: 50%;
  float: left;
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
}

.seo_problem_ul .img{
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 1000px;
  border: 3px solid #1580e2;
  text-align: center;
  position: absolute;
  z-index: 99;
}

.seo_problem_ul .img i{
  font-size: 36px;
  color: #107de1;
  line-height: 80px;
}

.seo_problem_ul .txt{
  display: block;
  background: #f0f0f0;
  border-radius: 10px;
  width: 80%;
  height: 60px;
  margin-left: 20px;
  position: relative;
  top: 10px;
  color: #333;
  padding: 5px 0;
  padding-left: 80px
}

.seo_problem_ul .txt p{
  font-size: 15px;
  line-height: 25px;
  display: block;
  color: #666;
}


.seo_do{

}

.seo_do_main{
  text-align: center;
}

.seo_do_ul{
  text-align: center;
  display: inline-block;
}

.seo_do_ul li{
  padding: 0 30px;
  background: #eee;
  float: left;
}

.seo_do_ul li a{
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #333;
}
.seo_do_ul li.active{
  background: #0e85bf;
}
.seo_do_ul li.active a{
  color: #fff;
}
.seo_do_box{
  padding: 30px 0;
}

.seo_do_box .seo_box{
  display: none;
}

.seo_ad{

}

.seo_ad_main{

}

.seo_ad_ul{
  overflow: hidden;
}

.seo_ad_ul li{
  float: left;
  width: 50%;
  padding: 65px 20px;
  position: relative;
}

.seo_ad_ul li .img{
  position: absolute;
  top: 20px;
  left: 60px;
  width: 90px;   
  height: 90px;  
  padding: 20px;
  border: 4px solid #fff;
  background-color: #0e85bf;   
  transform:rotate(45deg);   
  -ms-transform:rotate(45deg); /* Internet Explorer */  
  -moz-transform:rotate(45deg); /* Firefox */   
  -webkit-transform:rotate(45deg); /* Safari 和 Chrome */   
  -o-transform:rotate(45deg); /* Opera */   
} 

.seo_ad_ul li .img i{
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  display: inline-block;
  transform:rotate(-45deg);   
  -ms-transform:rotate(-45deg); /* Internet Explorer */  
  -moz-transform:rotate(-45deg); /* Firefox */   
  -webkit-transform:rotate(-45deg); /* Safari 和 Chrome */   
  -o-transform:rotate(-45deg); /* Opera */   
} 
.seo_ad_ul li .title{
  position: absolute;
  left: 180px;
  top: 30px;
}
.seo_ad_ul li .title p{
  color: #333;
  font-size: 24px;
  font-weight: bold;
  display: block;
}
.seo_ad_ul li .txt{
  height: 90px;
  width: 100%;
  background: #eee;
  padding: 20px 20px 20px 140px;
} 

.seo_ad_ul li .txt p{
  font-size: 14px;
  color: #000;
  display: block;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
} 


.seo_process{

}

.seo_process_main{

}

.seo_process_ul{
  overflow: hidden;
  text-align: center;
}

.seo_process_ul li{
  position: relative;
  text-align: center;
  display: inline-block;
  padding-right: 50px;
}

.seo_process_ul li:before{
  position: absolute;
  display: block;
  content: "\e60b";
  font-size: 30px;
  line-height: 30px;
  top: 40px;
  right: 10px;
  font-family: 'icon';
  color: #0e85bf;
}
.seo_process_ul img{
  display: block;
  height: 110px;
  width: auto;
  padding: 20px 30px;
}

.seo_process_ul p{
  
}
.seo_process_ul li:last-child{
  padding-right: 0;
}
.seo_process_ul li:last-child:before{
  display: none;
}


.seo_case{
  padding: 50px 0 0;
}

.seo_case_main{
  padding: 20px 0;
}

.seo_case_ul{
  overflow: hidden;
  margin-bottom: 30px;
}


.seo_case_ul li{
  width: 25%;
  float: left;
  padding: 0 10px;
  margin-bottom: 30px;
}

.seo_case_ul li .img{
  position: relative;
}
.seo_case_ul li .img a{
  display: block;
  width: 100%;
  overflow: hidden;
}
.seo_case_ul li .img img{
  display: block;
  width: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.seo_case_ul li:hover .img img{
  transform: scale(1.1);
}
.seo_case_ul li .txt{
  overflow: hidden;
  padding: 8px 0;
}
.seo_case_ul li .txt h2{
  font-size: 16px;
}
.seo_case_ul li .txt h2 a{
  font-size: 20px;
  color: #333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: center;
}
.seo_case_ul li .img .txt_p{
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  padding:5px 15px;
  background: rgba(14,131,191,.8);
}
.seo_case_ul li .img .txt_p a{
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  display: inline-block;
  padding-left: 5px;
  width: auto;
}
.seo_case_ul li .img .txt_p:before{
  content: '\e63e';
  font-family: 'icon';
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
}

.seo_case_more{
  text-align: center;
}
.seo_case_more a{
  display: inline-block;
  font-size: 16px;
  color: #333;
  background: #eee;
  padding:0 30px;
  line-height: 50px;
  height: 50px;
}
.seo_case_more a:hover{
  background: #0e85bf;
  color: #fff;
  font-weight: bold;
}
/*SEO优化完*/



/*解决方案*/

.solution_content{
  background: #f3f3f3;
  padding: 30px;
}

.solution_list{

}

.solution_list_ul{

}


.solution_list_ul{
  overflow: hidden;
}
.solution_list_ul li{
  width: 32%;
  float: left;
  padding: 5px;
  background: #fff;
  margin-bottom: 40px;
}
.solution_list_ul li:nth-child(3n-1){
  margin: 0 2%;
}
.solution_list_ul li .img{
  width: 100%;
  display: block;
  height: 200px;
  max-height: 200px;
  overflow: hidden;
}

.solution_list_ul li .img a{
  width: 100%;
  display: block;
  height: 100%;
  overflow: hidden;
}

.solution_list_ul li .img img{
  width: 100%;
  display: block;
  height: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.solution_list_ul li .txt{
  padding: 10px 10px;
}

.solution_list_ul li .txt h2{
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.solution_list_ul li .txt h2 a{
  color: #333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.solution_list_ul li .txt .solution_p{
  margin: 8px 0 0;
}

.solution_list_ul li .txt .solution_p p{
  display: block;
  font-size: 12px;
  height:40px;
  line-height: 20px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.solution_list_ul li:hover img{
  transform: scale(1.1);
}

.solution_list_ul li:hover .txt h2 a{
  color: #0e85bf;
}










/*解决方案完*/



/*解决方案详情页*/

.solution_detail_content{
  background: #f3f3f3;
}

.solution_detail_main{
  background: #fff;
  padding: 30px 50px;
}

.solution_detail_info{

}

.solution_detail_title{
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.solution_detail_title h1{
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
  padding: 20px 0 20px;
}
.solution_detail_txt{

}

.solution_detail_txt p{
  font-size: 14px;
  line-height: 24px;
  display: block;
  color: #666;
}

.solution_detail_txt img{
  display: block;
  width: auto;
  margin: 10px auto;
  max-width: 80%;
}


/*解决方案详情页完*/



/*关于我们*/

.about_content{

}

.about_list{
  box-shadow: 2px 2px 10px #dedede;
  border-bottom: 1px solid #dedede;
}

.about_list_ul{
  overflow: hidden;
  text-align: center;
}

.about_list_ul li{
  border-left: 1px solid transparent;
  border-right: 1px solid #ccc;
  display: inline-block;
  padding:25px 40px;
}

.about_list_ul li:first-child{
  border-left: 1px solid #ccc;
}

.about_list_ul li a{
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  text-transform: capitalize;
}

.about_list_ul li.active{
  background: #86BD07;
}

.about_list_ul li.active a{
  color: #fff;
}





.about_title{
  text-align: center;
  padding: 40px 0;
}

.about_title h1{
  font-size: 30px;
  font-weight: bold;
  color: #86BD07;
}
.about_main{
  padding-bottom: 40px;
}
.about_main p{
  display: block;
  font-size: 14px;
  line-height: 34px;
}
.about_page_title{
  text-align: center;
  padding: 40px 0;
}

.about_page_title h1{
  font-size: 30px;
  font-weight: bold;
  color: #86BD07;
}
.about_page_main{
  padding-bottom: 40px;
}
.about_page_main p{
  display: block;
  font-size: 14px;
  line-height: 26px;
}
.about_page_main span{
  display: inline-block;
  font-size: 14px;
  line-height: 34px;
}
.about_page_main img{
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}

/*关于我们完*/


/*人才招聘*/

.join_table {
  width: 100%;
}

.table_head {
  background: #347730;
  color: #ffffff;
}

.table_head div {
  float: left;
  border-right: 1px solid #cdcdcd;
}

.table_head div:last-child {
  border-right: 0;
}

.table_head p {
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  text-transform: capitalize;
}

.table_body {

}

.table_tr {

}

.table_tr .table_tr_head {
  width: 100%;
  display: flex;
  flex-direction: row;
  background: rgb(170 206 171 / 76%);
}

.table_tr .table_tr_head div {
  float: left;
}

.table_tr .table_tr_head p {
  padding: 10px 10px;
  text-align: center;
  display: block;
  color: #ffffff;
}

.table_body .table_tr:nth-child(2n) .table_tr_head {
  margin: 3px auto;
  background: rgb(103 109 99 / 76%);
}

.btn_show {
  padding: 5px 10px;
  text-align: center;
  display: block;
}

.btn_show i {
  font-size: 20px;
}

.table_tr_txt {
  background: rgba(245, 245, 245, 0.64);
  display: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.table_tr_txt .txt {
  padding: 10px 20px;
  background: transparent !important;
}

.table_tr_txt .txt p {
  font-size: 14px;
  line-height: 20px !important;
  padding-bottom: 5px;
  background: transparent !important;
}

.table_tr_txt .txt span, .table_tr_txt .txt div {
  background: transparent !important;
}

.t10 {
  width: 10%;
}

.t15 {
  width: 15%;
}

.t20 {
  width: 20%;
}

.t30 {
  width: 30%;
}

.t35 {
  width: 35%;
}

.t100 {
  width: 100%;
}


/*人才招聘完*/



/*联系我们*/
.contact_main{
  padding: 30px 0;
}
.contact_list{

}
.contact_list_ul{
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
.contact_list_ul li{
  float: left;
  width: 25%;
  border: 1px solid #ccc;
}
.contact_list_ul li .img{
  padding: 40px 0 20px;
  text-align: center;
}
.contact_list_ul li .img i{
  font-size: 50px;
  background: #0e85bf;
  border-radius: 50%;
  padding: 30px;
  line-height: 100px;
  color: #fff;
}
.contact_list_ul li .txt{
  text-align: center;
  padding: 20px;
}
.contact_list_ul li .txt h2{
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}
.contact_list_ul li .txt p{
  font-size: 16px;
  color: #666;
}
.contact_form {
  width:100%;
  margin: 0 auto;
  padding: 30px 0;
}
.contact_list_ul li:nth-child(1) .img i{
  background: #4562A8;
}
.contact_list_ul li:nth-child(2) .img i{
  background: #FFB850;
}
.contact_list_ul li:nth-child(3) .img i{
  background: #FF7D5F;
}
.contact_list_ul li:nth-child(4) .img i{
  background: #3CC6ED;
}
.contact_list_ul li:nth-child(-n+3){
  border-right-color: transparent;
}
.contact_form_title{

}
.contact_form_title h2{
  font-size: 30px;
  color: #333;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 30px;
}
.contact_form form {
  width: 100%;
  overflow: hidden;
}

.contact_form form input {
  width: calc(50% - 30px);
  float: left;
  height: 45px;
  padding: 0 15px;
  font-size: 14px;
  margin-bottom: 25px;
  border: 1px solid #ccc;
}

.contact_form form input:nth-child(even) {
  margin-left: 30px;
}

.contact_form form input:nth-child(odd) {
  margin-right: 30px;
}

.contact_form form textarea {
  width: 100%;
  height: 150px;
  padding: 10px 10px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #ccc;
  margin-bottom: 5px;
}

.contact_form form .con_btn {
  width: 200px;
  height: 45px;
  line-height: 45px;
  background: #999999;
  color: #fff;
  text-align: center;
  padding: 0;
  margin: 0 !important;
}
.contact_form form .con_btn:hover{
  background: #347730;
  color: #fff;
}
.contact_main .contact_map {
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}

.contact_map .map_left {
  width: 360px;
  float: left;
  height: 440px;
  background: url(../images/map.png) no-repeat center;
  background-size: contain;
  padding: 0 15px 0 15px;
}

.contact_map .map_left h2 {
  background: #86BD07;
  height: 70px;
  line-height: 70px;
  width: 100%;
  text-align: center;
  color: #fff;
}

.contact_map .map_left .map_ul {
  overflow: hidden;
}

.map_left .map_ul li {
  width: 100%;
  overflow: hidden;
  padding: 10px 20px;
}

.map_left .map_ul li i {
  float: left;
  font-size: 30px;
  color: #333;
  line-height: 40px;
  margin-right: 15px;
}

.map_left .map_ul li p {
  float: left;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  width: calc(100% - 45px);
}

.contact_map .map_right {
  width: calc(100% - 360px);
  float: right;
  padding: 0 0 0 40px;
}

/*联系我们完*/


/*业务领域*/

.field_main{

}

.field_list{
  padding: 30px 0 50px;
}

.field_list_ul{
  overflow: hidden;
}

.field_list_ul li{
  margin: 0 50px;
  border-radius: 50%;
  background: #6DB92D;
  float: left;
  text-align: center;
  width: 200px;
  height: 200px;
  line-height: 200px;
}

.field_list_ul li p{
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  color: #fff;
}

.body_en .field_list_ul li p{
  height: 60px;
}

.field_list_ul li:nth-child(2){
  background: #B5842D;
}

.field_list_ul li:nth-child(3){
  background: #17446F;
}

.field_list_ul li:nth-child(4){
  background: #6CBEB0;
}

.field_info {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.field_swiper{
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  padding-bottom: 40px;
}

.field_info .swiper-button-next{
  right: -100px;
  top: calc(50% - 50px);
  opacity: 0.8;
  width: 68px;
  height: 68px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 999;
}

.field_info .swiper-button-prev{
  left: -100px;
  top: calc(50% - 50px);
  opacity: 0.8;
  width: 68px;
  height: 68px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 999;
}

.field_info .swiper-button-next:after, .field_info .swiper-button-prev:after{
  display: none;
}

.field_info .swiper-button-next:focus, .field_info .swiper-button-prev:focus{
  outline: aliceblue;
}

.field_content .w1200{
  overflow: initial;
}


.field_info .swiper-slide{
  padding: 0 20px;
}

.field_content{

}
.field_content .img{

}

.field_content .img img{
  
}

.field_content .txt{
  text-align: center;
}

.field_content .txt h2{
  font-size: 16px;
  padding: 10px;
  display: block;
}

/*----------------------------------------------*/

.body_en{

}

.body_en .case_detail_nav h3{
  width: 160px;
}





