@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;
  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;
  padding: 5px 0; 
  height: auto;
}
.brandStyle a{
  display: block;
}
.brandStyle img {
  display: block;
  float: left;
  width: auto;
  height: 65px;
  transition: height .4s;
  -webkit-transition: height .4s;
  -moz-transition: height .4s;
  -ms-transition: height .4s;
  -o-transition: height .4s;
}

.brandStyle p {
  color: #333;
  font-size: 20px;
  float: left;
  display: block;
  line-height: 80px;
  font-weight: bold;
  margin-left: 15px;
}

.brandStyle span {
  display: block;
}
.index_main{
  /* padding-top: 100px; */
}

/* Menu */

/*-----------------------------------
  Main Picture
------------------------------------*/
.noBorder {
/*   background-color: #fff; */
  margin-bottom: 0;
  border-bottom: 1px solid #f5f5f5;
  background: rgba(36,42,55,.5);
  border-bottom: 1px solid #797b86;
}
.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;
}
.noBorder .container{
  width: 100%;
  padding: 0 50px;
}
.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;
}

.navbar-nav > li > a {
  font-size: 16px;
  color: #333 !important;
  font-weight: normal;
  padding: 25px 5px 20px;
  margin: 0 10px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  transition: padding .4s;
  -webkit-transition: padding .4s;
  -moz-transition: padding .4s;
  -ms-transition: padding .4s;
  -o-transition: padding .4s;
}
.navbar-nav > li.active > a {
  background: transparent !important;
  color: #fff!important;
}
.navbar-nav > li.active > a>p,.navbar-nav > li.active > a>span{
  /* color: #004f88!important; */
}
.navbar-nav > li:hover > a {
  background: transparent !important;
}

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

}
.navbar-nav > li:hover > a> p {
color:#0ae;
font-size:16px;
}
.scrolled .navbar-nav > li > a> p {
 color: #000;
}
.navbar-nav > li > a> p {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: normal;
}
.navbar-nav > li > a> span{
  font-size: 14px;
  color: #999;
  height: 25px;
  line-height: 25px;
  text-transform: uppercase;
  display: none;
}
.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: 0 15px;
  border-top: 3px solid #004f88;
}
.navbar-nav > li.active{
  
}
.dropdown-menu > li {
  display: block;
  border-bottom: 1px dashed #ccc;
  position: relative;
  padding: 10px 15px 10px 20px;

}

.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 {
  text-decoration: underline;
  color: #004f88 !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 {
  display: inline-block;
  float: initial;;
  padding: 0 20px;
  border: none;
}
.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;*/
}

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

.navbar-nav > li > .dropdown-menu.p_menu {
  height: auto;
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0px;
  overflow: hidden;
  padding: 45px calc(50% - 600px);
  background: #e6e6e6;
  margin:0 auto;
  text-align: center;
}
.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:nth-last-child(2){
  border-right-color: #dddddd;
}
.navbar-nav > li.zhaoshang{
  overflow: hidden;
  padding: 40px 0 30px;
  margin-left: 50px;
  border-left: 0;
  transition: padding .4s;
  -webkit-transition: padding .4s;
  -moz-transition: padding .4s;
  -ms-transition: padding .4s;
  -o-transition: padding .4s;
}

.navbar-nav > li.zhaoshang i{
  font-size: 30px;
  color: #004f88;
  float: left;
  display: block;
  line-height: 30px;
}

.navbar-nav > li.zhaoshang div{
  float: left;
  margin-left: 7px;
}
.navbar-nav > li.zhaoshang div p{
  font-size: 20px;
  line-height: 50px;
  color: #004f88;
  display: block;
}
.navbar-nav > li.zhaoshang div span{
  font-size: 16px;
  line-height: 30px;
  color: #004f88;
  display: block;
}


.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.w1300 {
  width: 100%;
  max-width: 1300px;
  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;
}

.noBorder.scrolled .navbar-nav > li > a{
  padding:25px 5px;
}

.noBorder.scrolled .navbar-nav > li.zhaoshang{
  padding:25px 0;
}

.noBorder.scrolled .brandStyle img{
  height: 70px;
}



.index_new_news{
  /*-moz-box-shadow:0px 3px 5px #d4d4d4;
  -webkit-box-shadow:0px 3px 5px #d4d4d4; 
  box-shadow:0px 3px 5px #d4d4d4;*/
  border-bottom: 1px solid #e0e0e0;
}

.index_new_news .smarticker .sec1-2{
  font-size: 16px;
  line-height: 50px;
}

.index_new_news .size1{
  height: 50px;
}

.index_new_news .smarticker li{
  line-height: 50px;
}
.index_new_news .theme1 .smarticker-news a{
  font-size: 15px;
}

.index_new_news li a:hover{
  color: #004f88;
  text-decoration: underline;
}

.index_new_news .size1{
  width: 80%;
  float: left;
}

.index_new_news_more{
  width:auto;
  display: inline-block;
  float: right;
  padding:20px 35px;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.index_new_news .size1.shadow{
  box-shadow: none;
}
.index_new_news_more a{
  overflow: hidden;
  display: block;
}
.index_new_news_more a i{
  font-size: 24px;
  line-height: 25px;
  display: inline-block;
  float: left;
  color: #666666;
  margin-right: 10px;
}

.index_new_news_more a p{
  color: #666;
  font-size: 14px;
  line-height: 25px;
  float: left;
  display: inline-block;
}



.box {
  height:35px;
  background:#000;
  overflow:hidden
}
.t_news {
  height:25px;
  color:#fff;
  padding-left:10px;
  margin:20px 0;
  overflow:hidden;
  position:relative;
  float: left;
  width: 80%;

}
.t_news b {
  line-height:25px;
  font-weight:700;
  display:inline-block;
  color: #fff;
  padding: 0 10px;
  background: #004f88;
  border-radius: 30px;
}
.news_li,.swap {
  line-height:25px;
  display:inline-block;
  position:absolute;
  top:0;
  left:95px;
}
.news_li a,.swap a {
  color:#333;
  line-height:25px;
  display: block;
}
.swap {
  top:25px
}


/**/

.index_product{
  padding: 70px 0;
}

.in_pro_title{
  text-align: center;
  padding-bottom: 50px;
}
.in_pro_title h2{
  padding: 0 0 25px;
  font-size: 26px;
  line-height: 30px;
  color: #333;
}

.in_pro_title h3{
  font-size: 16px;
  color: #666;
}
.in_pro_list{
  /* background: #fff; */
  margin-top:30px;
}

.in_pro_list_ul{
  overflow: hidden;
  padding: 10px;
}

.in_pro_list_ul li{
  width: 23%;
  float: left;
  margin: 0 1%;
  /* padding: 15px 0; */
/*   border-radius: 10px;
  box-shadow: #ddd 1px 5px 10px 3px; */
  transition: background .4s;
  -webkit-transition: background .4s;
  -moz-transition: background .4s;
  -ms-transition: background .4s;
  -o-transition: background .4s;
}
.in_pro_list_ul li .img{
  text-align: center;
  width: 100%;
}
.in_pro_list_ul li .img i{
  font-size: 70px;
  line-height: 1;
  color: #333;
  display: inline-block;
  padding: 25px;
  border-radius: 50%;
}
.in_pro_list_ul li .img .img_i{
  display: inline-block;
  border-radius: 50%;
  /*background: red;*/
}

.in_pro_list_ul li .img p{
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 10px 0;
  display: block;
}

.in_pro_list_ul li .img span{
  color: #949a9e;
  font-size: 14px;
  display: block;
}
.in_pro_list_ul li .txt{
  text-align: left;
  padding: 20px 0 10px;
}
.in_pro_list_ul li .txt p{
  font-size: 14px;
  line-height: 24px;
  color: #373d41;
  padding:20px;
}
.in_pro_list_ul li .txt a{
  padding: 7px 25px;
  font-size: 15px;
  border-radius: 30px;
  color: #004f88;
  background:#fff;
  margin-top: 15px;
  display: inline-block;
  opacity: 0;
}
.in_pro_list_ul li.active{
	-webkit-box-shadow:0 0 20px hsla(0,0%,84.3%,.4);
	box-shadow:0 0 20px hsla(0,0%,84.3%,.4);
	cursor:pointer;
	border-top:5px solid #0ae;
	/* cursor:default */
}
.in_pro_list_ul li.active .img{

}


.in_pro_list_ul li.active .txt{

}
.in_pro_list_ul li.active .txt p{
  color: #373d41;
}

.in_pro_list_ul li.active .img p{
  color: #373d41;
}
.in_pro_list_ul li.active .img span{
  color: #f3d1d1;
}
.in_pro_list_ul li.active .txt a{
  display: inline-block;
  opacity: 1;
}






.index_cooperation{
  padding: 20px 0;
}

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

.cooperation_ttitle h2{
  padding: 0 0 20px;
  font-size: 50px;
  line-height: 60px;
  color: #004f88;
}

.cooperation_ttitle h3{
  font-size: 16px;
  color: #666;
}

.cooperation_list{
  padding-bottom: 30px;
}

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








.index_case{
  padding: 40px 0 10px;
}

.case_title{
  text-align: center;
  padding-bottom: 30px;
}

.case_title h2{
  padding: 0 0 20px;
    font-size: 28px;
    font-weight: 700;
  line-height: 30px;
  color: #333;
}

.case_title h3{
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}

.in_case_list{

}

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

.in_case_list_ul li{
  display: inline-block;
  padding: 3px 0;
}

.in_case_list_ul li a{
  display: inline-block;
  padding: 0 28px;
  height: 24px;
  line-height: 24px;
  color: #606060;
  font-size: 16px;
  border-left: 1px solid #bfbfbf;
}
.in_case_list_ul li:first-child a{
  border-left: none;
}
.in_case_list_ul li.active a{
  color: #004f88;
}

.in_case_main{
  padding: 10px 0 30px;
  overflow: hidden;
}
.in_case_box{
  max-height: 1270px;
  overflow: hidden;
}
.in_case_box .box_main{
  display: none;
}

.in_case_box_ul{
  overflow: hidden;
}

.in_case_box_ul>li{
  width: 32%;
  float: left;
  padding: 0 5px;
  margin-bottom: 25px;
}
.in_case_box_ul>li:nth-child(3n-1){
  margin-left: 1%;
  margin-right: 1%;
}
.in_case_box_ul>li .img{
  position: relative;
}
.in_case_box_ul>li .img>a{
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.in_case_box_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;
}
.in_case_box_ul>li:hover .img img{
  transform: scale(1.1);
}

.in_case_box_ul .img a .img_links {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  background: rgba(0, 0, 0, 0.7);
  font-size: 0;
  text-align: center;
  -webkit-animation: zoomIn 0.6s ease forwards;
  animation: zoomIn 0.6s ease forwards;
}

.in_case_box_ul .img a .img_links .pro_txt{
  padding: 0 10px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform:translateY(-50%);
}
.in_case_box_ul .img a .img_links .pro_txt h3{
  font-size: 16px;
  line-height:30px;
  color: #ffffff;
  display: block;
  margin-bottom: 10px
}
.in_case_box_ul .img a .img_links .pro_txt p{
  font-size: 14px;
  line-height:20px;
  color: #ffffff;
  display: block;
  margin-bottom: 5px;
}
.in_case_box_ul .img a .img_links .pro_txt span{
  font-size: 14px;
  line-height:20px;
  color: #004f88;
  display: block;
  font-weight: bold;
}
.in_case_box_ul .img a:hover .img_links {
  display: block;
}

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

.in_case_box_ul .img a:hover img {

}

.in_case_box_ul li .txt{
  overflow: hidden;
  padding: 8px 10px 10px;
  background: #f8f8f8;
}
.in_case_box_ul li .txt h2{
  font-size: 16px;
  overflow: hidden;
  margin-bottom: 15px;
}
.in_case_box_ul li .txt h2 a{
  font-size: 14px;
  width: calc(100% - 130px);
  color: #555;
  font-weight: bold;
  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;
  float: left;
}
.in_case_box_ul li .txt h2 p{
  float: right;
  font-size: 14px;
  line-height: 20px;
  width: 120px;
  display: block;
  color: #999;
}
.in_case_box_ul li .txt .txt_p{
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
} 
.in_case_box_ul li .txt .txt_p a{
  font-size: 14px;
  line-height: 20px;
  color: #333;
  display: inline-block;
  padding-left: 5px;
  width: auto;
  float: left;
}

.in_case_box_ul li .txt_p{
  overflow: hidden;
}
.in_case_box_ul li .txt_p li{
  float: left;
  width: 50%;
}
.in_case_box_ul li .txt_p li:nth-child(even){
  width: 60%;
}
.in_case_box_ul li .txt_p li:nth-child(odd){
  width: 40%;
}
.in_case_box_ul li .txt_p li:nth-child(-n+2){
  padding-bottom: 10px;
}  
.in_case_box_ul li .txt_p li p{
  font-size: 14px;
  color: #666;
  line-height: 20px;
  display: block;
}

.in_case_box_ul .txt .txt_more{
  overflow: hidden;
}
.in_case_box_ul .txt .txt_more p{
  float: left;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: inline-block;
}
.in_case_box_ul .txt .txt_more a{
  overflow: hidden;
  float: right;
}

.in_case_box_ul .txt .txt_more a i{
  float: left;
  display: inline-block;
  color: #004f88;
  font-size: 18px;
  line-height: 20px;
  margin-right: 3px;
}

.in_case_box_ul .txt .txt_more a span{
  float: left;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  color: #004f88;
}







.index_choose{
  background-size: cover;
  padding-top: 70px;
  padding-bottom:0px;
  background: #F3F4F6; 
  overflow: hidden;
 /*  background: url(../images/choose_bk.jpg) no-repeat;  */
  background-size: cover;
}
.index_choose_main{
  overflow: hidden;
  background:#F3F4F6;
  display: flex;
  flex-direction: row;
  padding: 8px;
  height: 600px;
  opacity: 0.8;
}

.choose_left{
  float: left;
  width: 280px;
 /*  background: rgba(226, 225, 225, 0.5); */
}

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

.choose_right{
  width: calc(100% - 280px);
  float: left;
  padding: 10px 30px;
  overflow: hidden;
}

.choose_list{
  text-align: left;
}

.choose_list_ul{
  display: inline-block;
}

.choose_list_ul li{
  float: left;
  width: 100%;
  padding: 52.5px 0 52.5px 15px;
  background: #fff;
  margin-bottom: 8px;
}

.choose_list_ul li a{
  font-size: 20px;
  line-height: 35px;
  color: #666;
  font-weight: bold;
  overflow: hidden;
  display: block;
}
.choose_list_ul li a i{
  display: block;
  float: left;
  font-size: 30px;
  margin-right: 15px;
  color: #333;
}
.choose_list_ul li a p{
  float: left;
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.choose_list_ul li.active{
  background: #004f88;
}
.choose_list_ul li.active a{
  color: #ff001a;
}
.choose_list_ul li.active a p,.choose_list_ul li.active a i{
  color: #fff;
}


.choose_list_ul li:first-child{
  margin-left: 0;
}
.choose_box{
  height: 100%;
}
.choose_box .box_main{
  display: none;
  height: 100%;
}

.choose_about_main{
  overflow: hidden;
 /*  padding: 30px 0; */
}

.choose_about_main .choose_about_img{
  float: left;
  width: 320px;
}
.choose_about_main .choose_about_img img{
  display: inline-block;
  
}
.choose_about_main .choose_about_txt{
 /*
  float: left;
  width: calc(100% - 320px);
  */
  /* padding-left: 50px; */
}

.choose_about_p p{
  font-size: 15px;
  line-height: 26px;
  color: #333;
  display: block;
  margin-bottom: 5px;
}
.choose_about_p a{
  color: #333;
}
.choose_more{
  
}

.choose_more a{
  overflow: hidden;
  padding: 8px 30px;
  border-radius: 30px;
  border: 1px solid #ccc;
  display: inline-block;
}

.choose_more a i{
  float: left;
  font-size: 20px;
  line-height: 20px;
}

.choose_more a p{
  float: left;
  display: inline-block;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-right: 10px;
}

.choose_about_title{
  margin-bottom: 20px;
}

.choose_about_title h2{
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  color: #333;
}

.choose_about_p{
  margin-bottom: 20px;
}

.choose_team_main{
  
}

.choose_team_main .choose_team_ul{
  overflow: hidden;
  height: auto;
  margin-bottom:10px;
}

.choose_team_main .choose_team_ul li{
  width: 26%;
  margin:0 3.5%;
  height: auto;
  float: left;
  padding: 1px;
}
.choose_team_main .choose_team_ul2 li{
  width: 45%;
  margin:0 1.7%;
  height: auto;
  float: left;
  padding: 1px;
}
.choose_team_main .choose_team_ul li img{
  display: block;
  width: 100%;
  height: 100%;
}

.choose_service_main{
  overflow: hidden;
  padding: 20px 0;
}
.choose_service_img{
  width: 350px;
  float: left;
}
.choose_service_img img{
  display: block;
  width: 100%;
}
.choose_service_txt{
  float: left;
  width: calc(100% - 350px);
  padding-left: 50px;
}

.choose_service_txt .choose_service_title{
  margin-bottom: 20px;
}

.choose_service_txt .choose_service_title h2{
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  color: #333;
}

.choose_service_p{
  font-size: 15px;
  line-height: 26px;
  color: #666;
  display: block;
  margin-bottom: 50px;
}

.choose_cooperation_main{
  height: 100%;
}

.choose_cooperation_ul{
  overflow: hidden;
  height: 100%;
}
.choose_cooperation_ul li{
  float: left;
  width: 25%;
  height: 33.33%;
  border: 1px solid #ccc;
  background: #fff;
}

.choose_cooperation_ul li a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.choose_cooperation_ul li a img{
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 15px;
  transform: translate3d(-50%,-50%,0);
}


/*é–«å¤‹å«¨éŽ´æˆœæ»‘ç€¹?/



/*éªžå†²å½´çžæ› ãš*/

.index_show{
  background: url(../images/show_bg.jpg);
  padding: 70px 0;
  background-size: cover;
}

.in_show_title{
  text-align: center;
  padding-bottom: 60px;
}

.in_show_title h2{
  padding: 0 0 20px;
  font-size: 26px;
  line-height: 30px;
  color: #fff;
}

.in_show_title h3{
  font-size: 16px;
  color: #fff;
}

.show_swiper{
  overflow: hidden;
  position: relative;
}

.show_main{
  width: 100%;
  overflow: hidden;
}

.show_main .img{
  float: left;
  width: 710px;
}

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

.show_main .txt{
  width: calc(100% - 710px);
  float: left;
  padding: 60px 30px;
}
.show_main .txt h2{
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.show_main .txt .txt_info{
  margin-bottom: 20px;
}
.show_main .txt .txt_info p{
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}

.show_main .txt .txt_more{
  overflow: hidden;
  padding: 20px 0;
} 

.show_main .txt .txt_more a{
  float: left;
  overflow: hidden;
  border-radius: 30px;
  padding: 7px 20px;
  background: #a0a0a0;
}
.show_main .txt .txt_more a i{
  float: left;
  font-size: 25px;
  line-height: 25px;
  color: #fff;
}

.show_main .txt .txt_more a p{
  font-size: 16px;
  color: #fff;
  line-height: 25px;
  float: left;
  margin-left: 5px;
}

.show_main .txt .txt_more a:nth-child(2){
  background: #004f88;
  margin-left: 20px;
}
.show_swiper .swiper-button-next,.show_swiper .swiper-button-prev{
  width: 50px;
  height: 50px;
}
.show_swiper .swiper-button-next{

}

.show_swiper .swiper-button-prev{

}


/*éªžå†²å½´çžæ› ãšç€¹?/


/*éå……ç°¬éŽ´æˆœæ»‘*/
.index_about{
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
}
.index_about_main{
  background: #222328;
  padding: 70px 0 100px;
}

.about_title{

}

.about_title h2{
  font-size: 52px;
  color: #fff;
  margin-bottom: 35px;
}

.about_title h3{
  font-size: 14px;
  color: #bcbcbc;
}

.in_about_list{
  text-align: center;
}

.in_about_ul{
  display: inline-block;
}


.in_about_ul li{
  display: inline-block;
  padding:0 70px;
}

.in_about_ul .counter{
  overflow: hidden;
}
.in_about_ul .counter .timer{
  font-size: 40px;
  color: #000;
  float: left;
  padding-right: 10px;
}
.in_about_ul .counter i{
  font-size: 20px;
  line-height: 40px;
  float: left;
}
.in_about_ul li p{
  font-size: 16px;
  color: #999;
  line-height: 30px;
}

/*éå……ç°¬éŽ´æˆœæ»‘ç€¹?/

/*é‚ä¼´æ¤ˆç’§å‹®î††*/
.index_news{
  background: #f4f4f4;
  padding: 50px 0 0;
}

.in_news_title{
  text-align: center;
  padding-bottom: 60px;
}

.in_news_title h2{
  padding: 0 0 20px;
  font-size: 26px;
  line-height: 30px;
  color: #333;
}

.in_news_title h3{
  font-size: 16px;
  color: #666;
}

.in_news_list{
  text-align: center;
}

.in_news_list_ul{
  display: inline-block;
  overflow: hidden;
}

.in_news_list_ul li{
  float: left;
}

.in_news_list_ul li a{
  display: inline-block;
  padding: 0 28px;
  height: 24px;
  line-height: 24px;
  color: #606060;
  font-size: 16px;
  border-left: 1px solid #bfbfbf;
}
.in_news_list_ul li:first-child a {
    border-left: none;
}
.in_news_list_ul li.active{
  
}
.in_news_list_ul li.active a {
    color: #004f88;
}

.in_news_main{
  padding: 50px 0;
}
.in_news_main .in_news_box{

}
.in_news_main .in_news_box .n_box{
  display: none;
}

.news_box_list{
  overflow: hidden;
}

.news_box_list li{
  overflow: hidden;
  width: 48%;
  float: left;
  margin: 0 1%;
}

.news_box_list .n_img{
  display: block;
  float: left;
  width: 150px;
  height: 110px;
}
.news_box_list .n_img a{
  display: block;
}

.news_box_list .n_img a img{
  display: block;
  width: 100%;
  max-height: 110px;
} 

.news_box_list .n_txt{
  float: left;
  width: calc(100% - 150px);
  padding: 0 20px;
}

.news_box_list .n_txt h2{
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  overflow: hidden;
}
.news_box_list .n_txt h2 a{
  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;
  float: left;
}
.news_box_list .n_txt h2 time{
  float: right;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.news_box_list .n_txt h3{
  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;
}
.news_box_list .n_txt .n_more{
  overflow: hidden;
  padding: 10px 0 0;
}
.news_box_list .n_txt .n_more a{
  float: left;
  display: inline-block;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.news_box_list .n_txt .n_more time{
  float: right;
  display: inline-block;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}

.news_box_list li:nth-child(-n+2) .n_txt h2 time{
  display: none;
}
.news_box_list li:nth-child(-n+2){
  padding-bottom: 10px;
}
.news_box_list li:nth-child(-n+2):hover .n_txt h2 a{
  color: #004f88;
}
.news_box_list li:nth-child(-n+2):hover .n_txt .n_more a{
  text-decoration: underline;
   color: #004f88;
}
.news_box_list li:nth-child(n+3) .n_img{
  display: none;
}
.news_box_list li:nth-child(n+3) .n_txt{
  width: 100%;
}
.news_box_list li:nth-child(n+3) .n_txt h3,.news_box_list li:nth-child(n+3) .n_txt .n_more{
  display: none;
}
.news_box_list li:nth-child(n+3) .n_txt h2{
  margin-bottom: 0;
}
.news_box_list li:nth-child(n+3) .n_txt h2 a{
  width: calc(100% - 100px);
  font-size: 15px;
  line-height: 20px;
}
.news_box_list li:nth-child(n+3) .n_txt h2 time{
  width: 100px;
  float: right;
  text-align: right;
  font-size: 15px;
  line-height: 20px;
}
.news_box_list li:nth-child(n+3){
  padding: 10px 0;
  border-top: 1px dashed #ccc;
}
.news_box_list li:nth-child(2n+3) .n_txt{
  padding: 0 15px 0 0!important;
}
.news_box_list li:nth-child(2n+4) .n_txt{
  padding: 0 0 0 15px!important;
}
.news_box_list li:nth-child(n+3):hover .n_txt h2 a{
  color: #004f88;
}




.index_link{
  background: #262844;
  padding: 30px 0 20px;
}

.in_link_title{
  padding-bottom: 20px;
}
.in_link_list{
  overflow: hidden;
}

.in_link_list_ul{
  overflow: hidden;
}
.in_link_list_ul li{
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.in_link_list_ul li h2{
  font-size: 16px;
  color: #bcbcbc;
}
.in_link_list_ul li h2 p{
  display: inline-block;
  font-size: 16px;
  color: #bcbcbc;
}


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

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

/*é™å¬«å„é–¾ç‚¬å¸´ç€¹?/




/*çé¹ƒå„´éå³°ç´¡*/

footer{
  padding-bottom: 0!important;
}

.bookmark{
  padding: 25px 0 15px;
  background: #262844;
  border-bottom: 1px solid #484848;
}


.bookmark_list{

}
.bookmark_list_ul{
  overflow: hidden;
  margin-bottom: 10px;
}
.bookmark_list_ul li{
  float: left;
}
.bookmark_list_ul li:nth-child(2){
  margin-left: 20px;
}
.bookmark_list_ul li a{
  font-size: 16px;
  display: block;
  line-height: 20px;
  color: #d8d8d8;
  border-left: 1px solid #ccc;
}
.body_index .bookmark_list_ul li a{
  color: #333333;
  border-left: 1px solid #ccc;
}
.bookmark_list_ul li:first-child a{
  border-left: 0;
}
.bookmark_list_ul li:nth-child(2) a{
  padding-left: 20px;

}
.bookmark_list_ul li.active a{
  color: #004f88;
}
.bookmark_main{

}

.bookmark_main .b_box{
  display: none;
}


.body_index .bookmark{
  background: #fff;
}



.body_index .bookmark_list_ul li.active a{
  color: #004f88;
}

.b_box_ul{
  overflow: hidden;
}
.b_box_ul li{
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.b_box_ul li h2{
  height:24px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
}

.b_box_ul li a{
  height:24px;
  line-height: 24px;
  font-size: 14px;
  color: #b1b1b1;
  display: block;
}
.b_box_ul li:hover a{
  color: #004f88;
}
.copyright{
  text-align: center;
  background: #181818;
  padding:15px 0;
  border-bottom: 1px solid #484848;
}

.copyright_title{
  overflow: hidden;
  display: block;
  text-align: center;
 /* padding: 30px 0; */
}
.copyright_title .img{
  float: left;
  width: 120px;
  margin-top: 10px;
}

.copyright_title .img img{
  display: block;
  width: auto;
  width: 100%;
}

.copyright_title .img p{
  display: block;
  color: #b3b4be;
  padding: 10px 0;
  font-size: 16px;
}

.copyright_title .img p i{
  font-size: 20px;
  margin-right: 8px;
}

.copyright_title .txt{
  float: left;
  padding:20px 30px 0 0;
  width: 350px;
}
.copyright_title .txt .txt_p{
  text-align: left;
}
.copyright_title .txt .txt_p p{
  font-size: 14px;
  color: #b4b4b4;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 7px;
  display: block;
}
.copyright_title .txt .txt_p p i{
  margin-right: 10px;
  font-size: 24px;
  line-height: 24px;
  margin-top: 3px;
  float: left;
}
.copyright_title .txt .txt_p p span {
    font-size: 16px;
}
.copyright_sitemap{
  text-align: left;
  padding: 5px 0;
}

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

.copyright_sitemap a{
  display: inline-block;
  font-size: 14px;
  color: #bcbcbc;
  height: 20px;
  line-height: 20px;
  margin:0 5px;
}

.copyright_sitemap a:hover{
  text-decoration: underline;
}
.foot_list{
  float: left;
  width: calc(100% - 550px);
  padding: 20px 20px;
  margin: 0 20px;
  border-left: 1px solid #484848;
  border-right: 1px solid #484848;
}
.foot_list_ul{
  overflow: hidden;
}

.foot_list_ul li{
  float: left;
  width: 25%;
  padding: 0 10px;
}

.foot_list_ul dl{
  text-align: left;
}

.foot_list_ul dl dt{
  margin-bottom: 7px;
}

.foot_list_ul dl dt a{
  display: block;
  font-size: 15px;
  color: #b4b4b4;
  line-height: 30px;
  margin-bottom: 7px;
}

.foot_list_ul dl dd{

}

.foot_list_ul dl dd a{
  display: block;
  font-size: 13px;
  color: #b4b4b4;
  line-height: 24px;
}

.txt_contact{
  text-align: left;
  margin-bottom: 10px;
}

.txt_contact span{
  font-size: 15px;
  color:#b4b4b4;
  display: block;
  line-height: 24px;
}

.txt_contact p{
  font-size: 15px;
  color: #d8d8d8;
  display: block;
  margin-bottom: 10px;
}

.txt_contact a{
  display: inline-block;
  padding: 0 25px;
  line-height: 35px;
  color: #fff;
  background: #ff3333;
  border-radius: 30px;
}




.page_main{
  /* padding-top: 100px; */
}
.page_banner{

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



.case_content{
  padding: 50px 0;
}
.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{
  background: #004f88;
  color: #fff;
}


.case_list_list{
  padding: 30px 0;
}
.case_list_list_ul{
  overflow: hidden;
}
.case_list_list_ul li{
  float: left;
  margin-right: 10px;
}
.case_list_list_ul li h2{
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  color: #333;
  font-weight: bold;
}
.case_list_list_ul li a{
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  color: #333;
  display: block;
  padding: 0 5px;
}
.case_list_list_ul li.active a{
  background: #004f88;
  color: #fff;
}


.case_all{

}

.case_all_ul{
  overflow: hidden;
}

.case_all_ul>li{
  width: 32%;
  float: left;
  padding: 0 5px;
  margin-bottom: 25px;
}
.case_all_ul>li:nth-child(3n-1){
  margin-left: 1%;
  margin-right: 1%;
}

.case_all_ul>li .img{
  position: relative;
}
.case_all_ul>li .img>a{
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.case_all_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;
}
.case_all_ul>li:hover .img img{
  transform: scale(1.1);
}

.case_all_ul .img a .img_links {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  background: rgba(0, 0, 0, 0.7);
  font-size: 0;
  text-align: center;
  -webkit-animation: zoomIn 0.6s ease forwards;
  animation: zoomIn 0.6s ease forwards;
}

.case_all_ul .img a .img_links .pro_txt{
  padding: 0 10px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform:translateY(-50%);
}
.case_all_ul .img a .img_links .pro_txt h3{
  font-size: 16px;
  line-height:30px;
  color: #ffffff;
  display: block;
  margin-bottom: 10px
}
.case_all_ul .img a .img_links .pro_txt p{
  font-size: 14px;
  line-height:20px;
  color: #ffffff;
  display: block;
  margin-bottom: 5px;
}
.case_all_ul .img a .img_links .pro_txt span{
  font-size: 14px;
  line-height:20px;
  color: #004f88;
  display: block;
  font-weight: bold;
}
.case_all_ul .img a:hover .img_links {
  display: block;
}

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

.case_all_ul .img a:hover img {

}

.case_all_ul li .txt{
  overflow: hidden;
  padding: 8px 10px 10px;
  background: #f8f8f8;
}
.case_all_ul li .txt h2{
  font-size: 16px;
  overflow: hidden;
  margin-bottom: 15px;
}
.case_all_ul li .txt h2 a{
  font-size: 14px;
  width: calc(100% - 130px);
  color: #555;
  font-weight: bold;
  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;
  float: left;
}
.case_all_ul li .txt h2 p{
  float: right;
  font-size: 14px;
  line-height: 20px;
  width: 120px;
  display: block;
  color: #999;
}
.case_all_ul li .txt .txt_p{
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
} 
.case_all_ul li .txt .txt_p a{
  font-size: 14px;
  line-height: 20px;
  color: #333;
  display: inline-block;
  padding-left: 5px;
  width: auto;
  float: left;
}

.case_all_ul li .txt_p{
  overflow: hidden;
}
.case_all_ul li .txt_p li{
  float: left;
  width: 50%;
}
.case_all_ul li .txt_p li:nth-child(even){
  width: 60%;
}
.case_all_ul li .txt_p li:nth-child(odd){
  width: 40%;
}
.case_all_ul li .txt_p li:nth-child(-n+2){
  padding-bottom: 10px;
}  
.case_all_ul li .txt_p li p{
  font-size: 14px;
  color: #666;
  line-height: 20px;
  display: block;
}

.case_all_ul .txt .txt_more{
  overflow: hidden;
}
.case_all_ul .txt .txt_more p{
  float: left;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: inline-block;
}
.case_all_ul .txt .txt_more a{
  overflow: hidden;
  float: right;
}

.case_all_ul .txt .txt_more a i{
  float: left;
  display: inline-block;
  color: #004f88;
  font-size: 18px;
  line-height: 20px;
  margin-right: 3px;
}

.case_all_ul .txt .txt_more a span{
  float: left;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  color: #004f88;
}







/*å¦—å œç·¥ç’‡ï¸½å„*/

.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: 110px;
  float: left;
}

.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 a {
  float: left;
}

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

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

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


.case_detail_main{
  padding: 40px 0;
}

.case_detail_title{
  text-align: center; 
}

.case_detail_title h1{
  color: #333;
  font-size: 26px;
  padding-bottom: 30px;
}

.case_detail_title .title_info{
  padding: 0 0 30px;
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 30px;
}
.case_detail_title .title_info h2{
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #555;
  margin: 0 10px;
}

.case_detail_info{
  
}

.case_table table {
  *border-collapse: collapse;
  /* IE7 and lower */
  border-spacing: 0;
  width: 100%;
} /*========bordered table========*/
.bordered {
  border: solid #ccc 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 1px #ccc;
  -moz-box-shadow: 0 1px 1px #ccc;
  box-shadow: 0 1px 1px #ccc;
}

.bordered tr {
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.bordered tr td strong{
  font-weight: bold;
  color: #343434;
}

.bordered .highlight, .bordered tr:hover {
  background: #fbf8e9;
}

.bordered td, .bordered th {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 8px 20px;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
}

.bordered th {
  background-color: #dce9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
  background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: linear-gradient(top, #ebf3fc, #dce9f9);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ebf3fc, endColorstr=#dce9f9);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ebf3fc, endColorstr=#dce9f9)";
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  border-top: none;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.bordered td:first-child, .bordered th:first-child {
  border-left: none;
}

.bordered th:first-child {
  -moz-border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
}

.bordered th:last-child {
  -moz-border-radius: 0 6px 0 0;
  -webkit-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
}

.bordered tr:last-child td:first-child {
  -moz-border-radius: 0 0 0 6px;
  -webkit-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
  -moz-border-radius: 0 0 6px 0;
  -webkit-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
}

.table_display_none{
  display: none!important;
}
.table_display_block{
  display: block!important;
}

.case_table{
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.bordered th:first-child{
  width: 150px;
}


.case_detail_info .case_introduce{
  padding: 30px 0;
}


.case_detail_info .case_introduce .title{
  padding: 10px 0;
}
.case_detail_info .case_introduce .title h2{
  font-size: 20x;
  line-height: 30px;
  color: #333;
  font-weight: bold;
}

.case_detail_info .case_introduce_info{
  
}

.case_detail_info .case_introduce_info p{
  font-size: 16px;
  color: #666;
  line-height: 30px;
  display: block;
}
.case_detail_info .case_introduce_info strong{
  
}
.case_detail_info .case_introduce_info span{
  
}


.case_detailed_description{

}
.case_detailed_description .case_introduce_info p{
  font-size: 15px;
  color: #666;
  line-height: 30px;
  display: block;
}
.case_detailed_description img{
  display: block;
  width: auto;
  max-width: 100%;
  margin: 20px auto;
  height:auto !important;
}
.case_detailed_description strong{
  
}
.case_detailed_description span{
  
}

.case_detailed_description p{
  font-size: 15px;
  color: #666;
  line-height: 30px;
  display: block;
}

.case_detail_feedback{

}
.case_detail_feedback h3{
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 5px;
  color: #666;
  font-weight: bold;
}

.case_detail_feedback p{
  font-size: 15px;
  color: #666;
  line-height: 30px;
  display: block;
}


.case_detail_recommend{
  padding: 30px 0 0;
  margin-top: 50px;
  border-top: 1px dashed #ccc;
}

.case_detail_recommend h2{
  font-size: 20px;
  text-align: center;
  color: #333;
  font-weight: bold;
  margin-bottom: 30px;
}

/*å¦—å œç·¥ç’‡ï¸½å„ç€¹?/

/*é‚ä¼´æ¤ˆç’§å‹®î††*/

.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: 110px;
  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: #004f88;
  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: 180px;
  max-height: 180px;
  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: #004f88;
}

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

.pagebar{clear:both;margin:20px auto 50px;text-align:center;}
.pagebar a:hover{color:#004f88;}
.page-status{border-radius:2px 0 0 2px;}
.page-last{border-radius:0 2px 2px 0;}
.page-index,.page-last,.page-next,.page-num,.page-pre,.page-status{display:inline-block;margin:0 -1px 5px 0;padding:0 15px;height:28px;border:1px solid #e2e2e2;background-color:#fff;color:#333;vertical-align:middle;font-size:12px;line-height:28px;}
.page-status{display:none;}
.page-num-current{height:30px;border-top:none;border-bottom:none;background-color:#004f88;color:#fff !important;line-height:30px;}
a.page-num-current:hover{color:#fff;}






.news_detail_content{
  background: #f3f3f3;
}

.news_detail_main{
  background: rgba(255,255,255,.5);
  padding: 20px;
  overflow: hidden;
  display: flex;
    flex-direction: row;
}

.news_detail_info{
  background: #fff;
 /*  float: left; */
/*   width: calc(100% - 340px); */
width:100%;
  padding: 20px 20px 40px;
}

.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:30px 0;
  position: relative;
}


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


.page_fenye a:hover{
  color: #333;
}
.page_fenye .page_more{
  position: absolute;
  right: 0;
  top: 45px;
}
.page_fenye .page_more a{
  padding: 10px 30px;
  line-height: 28px;
  border: 1px solid #ccc;

  font-size: 15px;
  display: block;
  width: auto!important;
  margin-bottom: 0!important;
  border-radius: 5px;
}
.page_fenye .page_more a:hover{
  background: #004f88;
  color: #fff;
}

.news_detail_txt{

}

.news_detail_txt p{
  font-size: 16px;
  line-height: 4rem;
  display: block;
  color: #666;
}
.news_detail_txt strong{
  font-weight: bold!important;
}

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

.news_detail_page{
  width: 320px;
  float: left;
  margin-left: 10px;
  background: #fff;
}

.news_page_list{
  padding: 30px 10px;
}


.news_page_list h3{
  font-size: 20px;
  font-weight: bold;
  color: #333;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.news_page_list h3:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 10px;
  background: #004f88;
}

.news_page_list_ul{
  overflow: hidden;
}

.news_page_list_ul li{
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #F6F6F6;
  padding: 10px 0;
}

.news_page_list_ul li a{
  font-size: 14px;
  line-height: 20px;
  display: block;
  padding: 0 15px;
}

.news_page_list_ul li.active{
  background: #004f88;
}
.news_page_list_ul li.active a{
  color: #fff;
}
.news_page_new{
  padding: 20px 10px; 
}

.news_page_new h3{
  font-size: 18px;
  color: #666;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.news_page_new h3:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #FF3954;
}
.news_page_new_ul{
  
}

.news_page_new_ul li{
  padding: 5px 0;
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
  position: relative;
}

.news_page_new_ul li a{
  font-size: 14px;
  color: #333;
  padding-left: 30px;
  display: block;
  line-height: 30px;
  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_page_new_ul li:before{
  content: '\e630';
  font-family: 'icon';
  font-size: 25px;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 5px;
}

.news_page_relevant{

}
.news_page_relevant{
  padding: 20px 10px 0; 
}

.news_page_relevant h3{
  font-size: 18px;
  color: #666;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.news_page_relevant h3:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #FF3954;
}
.news_page_relevant_ul{
  
}

.news_page_relevant_ul li{
  padding: 5px 0;
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
  position: relative;
}

.news_page_relevant_ul li a{
  font-size: 14px;
  color: #333;
  padding-left: 30px;
  display: block;
  line-height: 30px;
  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_page_relevant_ul li:before{
  content: '\e630';
  font-family: 'icon';
  font-size: 25px;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 5px;
}


/*é‚ä¼´æ¤ˆç’‡ï¸½å„ç€¹?/


/*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;
  width:62%;
  /* border-bottom: 2px solid #026bbc; */
}

.seo_do_ul li{
  padding: 20px 10px;
  background: #eee;
  float: left;
  width:32.666%;
  margin-right:1%;
  border-radius:20px;
}
.seo_do_ul li:last-child{
	margin-right:0px;
}
.seo_do_ul li a{
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  color: #333;
}
.seo_do_ul li.active{
  background: #026bbc;

}
.seo_do_ul li.active a{
  color: #fff;
}
.seo_do_box{
  padding: 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: #004f88;   
  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: #004f88;
}
.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_faq{
  padding: 50px;
  background: #f1f1f1;
}

.faq_list{

}

.faq_list_main{

}

.faq_list_ul{
  overflow: hidden;
}

.faq_list_ul li{
  margin-bottom: 25px;
}

.faq_list_ul li span{
  font-size: 15px;
  line-height: 22px;
  color: #666;
  display: block;
  padding-bottom: 7px;
  font-weight: bold;
}
.faq_list_ul li span i{
  float: left;
  padding-right: 5px;
  font-size: 20px;
  color: #000;
}
.faq_list_ul li p{
  font-size: 14px;
  line-height: 24px;
  color: #999;
  display: block;
  text-indent: 20px;
}

.faq_more{
  text-align: center;
}

.faq_more a{
  display: inline-block;
  color: #076bf2;
  border: 1px solid #076bf2;
  border-radius: 4px;
  width: 166px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin: 0 40px;
}
.faq_more a span{

}
.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%;
  height: 200px;
  -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: 16px;
  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: #004f88;
  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: 20px;
}
.solution_list_ul li:nth-child(3n-1){
  margin: 0 2%;
}
.solution_list_ul li .img{
  width: 100%;
  display: block;
  height: 180px;
  max-height: 180px;
  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: #004f88;
}












.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_title{
  text-align: center;
  padding: 40px 0;
}

.about_title h1{
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.about_main{
  padding-bottom: 40px;
}
.about_main img{
	max-width:100%;
	height:auto !important;
}
.about_main p{
  display: block;
  font-size: 14px;
  line-height: 34px;
  text-indent:3rem;
}
/*éå……ç°¬éŽ´æˆœæ»‘ç€¹?/


/*é‘±æ—‚éƒ´éŽ´æˆœæ»‘*/
.contact_main{
  padding: 0 0 30px;
}
.contact_list{

}
.contact_list_ul{
  overflow: hidden;
  display: flex;
  flex-direction: row;
  padding: 30px 0;
}
.contact_list_ul li{
  float: left;
  width: calc(25% - 20px);
  margin: 0 10px;
  box-shadow: #ddd 1px 5px 8px 0px;
}
.contact_list_ul li .img{
  padding: 40px 0 20px;
  text-align: center;
}
.contact_list_ul li .img i{
  font-size: 50px;
  background: #004f88;
  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: 18px;
  color: #666;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact_list_ul li .txt p{
  font-size: 14px;
  color: #888888;
  line-height: 24px;
}
.contact_form {
  width:100%;
  margin: 0 auto;
  padding: 30px 0;
  background: #f7f7f7;
}
.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% - 20px);
  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: 20px;
}

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

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

.contact_form form .con_btn {
  display: inline-block;
  float: right;
  width: auto;
  height: 45px;
  line-height: 45px;
  background: #f24141;
  color: #fff;
  text-align: center;
  padding: 0 70px;
  margin: 0 !important;
}

.contact_form form .con_btn:hover{
  background: #004f88;
  color: #fff;
}

/*é‘±æ—‚éƒ´éŽ´æˆœæ»‘ç€¹?/




/*éå›©î„·æ¾¶Ñƒå*/

.tag_content{
  padding: 30px 0;
}

.tag_list{
  margin-bottom: 30px;
  text-align: center;
}
.tag_list_ul{
  overflow: hidden;
  display: inline-block;
}
.tag_list_ul li{
  float: left;
  font-size: 16px;
  padding: 0 15px;
}
.tag_list_ul li a{
  font-size: 16px;
  padding: 10px 25px;
  background: #ccc;
  color: #fff;
  display: block;
}
.tag_list_ul li.active{
  
}
.tag_list_ul li.active a{
  background: #004f88;
}
.t_box_ul{
  overflow: hidden;
}

.t_box_ul li{
  float: left;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  margin-bottom: 10px;
}

.t_box_ul li a{
  font-size: 15px;
  line-height: 16px;
  display: block;
  color: #666;
  text-transform: uppercase;
}

.t_box_ul li a:hover{
  color: #000;
  text-decoration: underline;
}

.tag_main{

}
.tag_main .t_box{
  display: none;
}



.tag_banner{
  background: url(../images/tag_banner.jpg) no-repeat;
  background-size: 100%;
  height: 300px;
  padding:80px 0;
  text-align: center;
}

.tag_banner h2{
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}

.tag_banner h3{
  font-size: 15px;
  color: #fff;
  line-height: 30px;
}

.statement{
  background: #fcf2e1;
  border: 1px solid #efd3b1;
  margin-top: 20px;
  padding: 10px;
}

.statement p{
  font-size: 14px;
  color: #555;
  line-height: 30px;
}
/*é¦ã„§åšŽç€¹ãˆ¡æ¹‡*/
.keifu{
  position:fixed;
  top:10%;
  right:0;
  width:131px;
  _position:absolute;
  _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom,10)||0)-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
  z-index:990;
}
.icon_keifu{
  width:26px;
  height:100px;
  float:left;
  background:url(../images/keifu.png) 0 0;
  position:relative;
  display:none;
  cursor:pointer;
}
.keifu_box{
  float:left;
  width:131px;
}
.keifu_head{
  width:131px;
  height:41px;
  background:url(../images/keifu.png);
  background-position: 0 -103px;
  font-size:0;
  position:relative;
}
.keifu_close:link,.keifu_close:visited{
  display:block;
  width:11px;
  height:11px;
  background:url(../images/keifu.png) -42px 0;
  position:absolute;
  top:5px;
  right:5px;
}
.keifu_close:hover{
  background-position:-60px 0;
}
.keifu_con{
  border-left:7px solid #029bdb;
  border-right:7px solid #029bdb;
  border-bottom:7px solid #029bdb;
  padding-top:5px;
  padding-bottom: 0px;
  background:#fbfbfb;
}
.keifu_con li{
  padding-left:10px;
  padding: 5px 
}
.keifu_con li a{
  overflow: hidden;
  display: block;
}

.keifu_con li a img{
  width: 20px;
  height: 20px;
  display: block;
  float: left;
}
.keifu_con li a p{
  font-size: 14px;
  line-height: 20px;
  display: block;
  float: left;
  padding-left: 5px;
}
.keifu_con .weixin{
  
}
.keifu_con .weixin img{
  height: 96px;
  display: block;
  width: 96px;
}
.keifu_con .weixin p{
  font-size: 14px;
  line-height: 20px;
  display: block;
  text-align: center;
}
.keifu_con .bt{
  font-size:16px;
  height:30px;
  line-height:30px;
  text-align:left;
  padding:0 0 0 20px;
  color:#012646;
}
.keifu_bot{
  width:131px;
  height:119px;
  background:url(../images/keifu.png);
  background-position:0 -149px;
}

.top {
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 99999999;
}

.icon-top:before {
  font-family: "icon" !important;
  speak: none;
  font-size: 30px;
  line-height: 50px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.icon-top:before {
  content: "\e60c";
}

.icon-top {
  display: inline-block;
  font-size: 0;
  cursor: pointer;
  margin: 15px 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
}

.icon-top {
  background: rgba(151, 159, 208, .5);
  -webkit-transition: -webkit-transform ease-out .1s, background .2s;
  -moz-transition: -moz-transform ease-out .1s, background .2s;
  transition: transform ease-out .1s, background .2s
}
.icon-top:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.icon-top:after {
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .1);
  opacity: 0;
  -webkit-transform: scale(.9);
  -moz-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9)
}

.icon-top:hover {
  background: rgba(255, 255, 255, .2);
  -webkit-transform: scale(.93);
  -moz-transform: scale(.93);
  -ms-transform: scale(.93);
  transform: scale(.93);
  color: #102189;
}

.icon-top:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms infinite;
  -moz-animation: sonarEffect 1.3s ease-out 75ms infinite;
  animation: sonarEffect 1.3s ease-out 75ms infinite;
}

@-moz-keyframes sonarEffect {
  0% {
    opacity: .3
  }
  40% {
    opacity: .5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, .5)
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, .5);
    -moz-transform: scale(1.5);
    opacity: 0
  }
}

@keyframes sonarEffect {
  0% {
    opacity: .3
  }
  40% {
    opacity: .5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, .5)
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, .5);
    transform: scale(1.5);
    opacity: 0
  }
}

/*ç¼ƒæˆ ç¯å¯¤é¸¿î†•éŽ·æ¶˜æ™¢*/

.wensite_content{
  padding: 40px 0 0;
}

.w_main_title{
  position: relative;
  border-top: 1px solid #004f88;
  padding: 20px 0;
  margin-bottom: 50px;
  overflow: initial;
}

.w_main_title h2{
  position: absolute;
  font-size: 36px;
  line-height: 40px;
  padding: 0 70px;
  transform: translateX(-50%);
  left: 50%;
  top: -20px;
  background: #fff;
  color:#026bbc;
}

.w_main_title h2:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
 /*  background: url(../images/website_line.png) no-repeat left center; */
  height: 41px;
  width: 29px;
}
.w_main_title h2:after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  /* background: url(../images/website_line.png) no-repeat right center; */
  height: 41px;
  width: 29px;
}
.w_main1,.w_main2,.w_main3,.w_main4,.w_main5{
  padding: 30px 0;
}
.w_main1_list{
  text-align: left;
  font-size:18px;
  font-family:å¾®è½¯é›…é»‘;
  line-height:2.2
}

.w_main1_ul{
  overflow: hidden;
  padding: 0 100px;
}

.w_main1_ul li{
  float: left;
  width: 20%;
  padding: 0 13px;
  text-align: center;
  overflow: hidden;
}

.w_main1_ul_info{
  overflow: hidden;
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.w_main1_ul_info h2{
  font-size: 50px;
  font-weight: bold;
  color: #333;
  line-height: 50px;
  display: inline-block;
}

.w_main1_ul_info p{
  font-size: 24px;
  display: inline-block;
  color: #333;
  line-height: 20px;
  margin-left: 7px;
}

.w_main1_ul span{
  float: left;
  width: 100%;
  font-size: 16px;
}









.w_main2_list{
  
}


.w_main2_ul{
  overflow: hidden;
}

.w_main2_ul li{
  width: 25%;
  float: left;
  padding: 0 5px;
}
.w_main2_ul li .txt{
  padding: 40px 0 100px;
  text-align: center;
  background: #999999;
  position: relative;
}
.w_main2_ul li .txt h3{
  font-size: 18px;
  color: #fff;
  line-height: 20px;
}

.w_main2_ul li .txt .img{
  position: absolute;
  bottom: -68px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255,255,255,.25);
  border-radius: 50%;
  padding: 10px;
  z-index: 9999;
}
.w_main2_ul li .txt .img .img_img{
  background: #fff;
  border-radius: 50%;
}
.w_main2_ul li .txt .img img{
  padding: 19.5px;
  display: block;
  
}
.w_main2_ul .txt_p{
  padding: 120px 10px 60px;
  background: #f4f5f9;
  text-align: center;
}
.w_main2_ul .txt_p p{
  font-size: 16px;
  color: #232323;
  line-height: 30px;
  display: block;
  height: 90px;
}

.w_main2_ul li:nth-child(even) .txt{
  background: #af2121;
}

.w_main3_list{

}

.w_main3_ul{
  overflow: hidden;
}

.w_main3_ul li{
  float: left;
  width: 25%;
  padding: 0;
}

.w_main3_ul li .img{
  display: block;
}

.w_main3_ul li .img img{
  display: block;
  margin: 0 auto;
}

.w_main3_ul li .txt{
  text-align: center;
}
.w_main3_ul li .txt p{
  font-size: 18px;
  color: #232323;
  padding: 25px 0;
  display: block;
  font-weight: bold;
}
.w_main3_ul li .txt span{
  color: #232323;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.w_main4{
  background-image: linear-gradient(270deg, #12438f, #26a3ff);
}

.w_main4 .img{
  float: left;
  width: 100%;
}

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

.w_main4 .txt{
  float: left;
  width: 100%;
  padding: 0px 0 60px;
}

.w_main4 .txt h2{
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 70px;
}
.w_main4 .txt p{
  font-size: 16px;
  color: #fff;
  display: block;
  line-height: 24px;
}
.w1550{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.w_main5_list{
  background: url(../images/w_main5.png) no-repeat center;
}

.w_main5_ul{
  overflow: hidden;
}

.w_main5_ul li{
  overflow: hidden;
  padding: 10px 0;
  width: 48%;
  border-bottom: 1px solid #bfbfbf;
  float: left;
  margin-bottom: 20px;
}

.w_main5_ul li:nth-child(even){
  margin-left: 2%;
}
.w_main5_ul li:nth-child(odd){
  margin-right: 2%;
}
.w_main5_ul .txt{
  float: left;
  width: calc(100% - 80px);
}

.w_main5_ul .txt p{
  color: #232323;
  font-size: 18px;
  display: block;
  line-height: 24px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}

.w_main5_ul .txt span{
  font-size: 16px;
  color: #232323;
  display: block;
  line-height: 30px;
}

.w_main5_ul .img{
  float: right;
  width: 70px;
}

.w_main5_ul .img img{
  display: block;
  width: 70px;
  height: 69px;
}

.w_main6{
  background: #5e5e5e;
  padding: 40px 0 20px;
  text-align: center;
}

.w_main6 h3{
  font-size: 23px;
  color: #fff;
  margin-bottom: 20px;
}

.w_main6 a{
  font-size: 18px;
  color: #fff;
  background: #af2121;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 10px;
}

.sm_foot{
  display: none;
}

.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:ç€¹å¬©ç¶‹}
.text-secondary{ text-align:center; padding:20px 0}

#maximg img{ max-width:100%; height:auto !important}


.pro_timg{
	width:189px!important;
	height:100px!important;
	margin-bottom:10px!important;
}
.case_bg{
	width:100%;
	background: #000;
	 margin-top:0px 
}



.index_content_05 {
	/* margin-top:50px; */
	float:left;
	background:#000;
	width:100%
}
@media only screen and (max-width:1080px) {
	.pane-first-con-banner .el-carousel__container {
	height:320px
}
.index_content_05 {
	overflow:auto
}
}.index_content_05_info .hd {
	width:1200px;
	overflow:hidden;
	margin:0 auto
}
.index_content_05_info .hd ul {
	width:100%
}
.index_content_05_info .hd ul li {
	width:238px;
	background:#000;
	height:470px;
	float:left;
	margin-right:2px;
	*display:inline
}
.index_content_05_info .hd .thumb {
	width:238px;
	height:470px;
	position:relative;
	/* cursor:default */
}
.index_content_05_info .hd .thumb img {
	width:238px;
	height:470px;
}
.index_content_05_info .hd .thumb .shadow {
	width:238px;
	height:470px;
	text-align:center;
	opacity:1;
	filter:alpha(opacity=100);
	background-color:rgba(0,0,0,.7);
	position:absolute;
	left:0;
	top:0;
	transition:all .3s ease-in 0s;
	-webkit-transition:all .3s ease-in 0s;
	-moz-transition:all .3s ease-in 0s;
	-ms-transition:all .3s ease-in 0s;
	-o-transition:all .3s ease-in 0s;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.index_content_05_info .hd .thumb .shadow img {
	width:auto;
	height:95px;
	display:inline-block;
	margin:160px 0 30px
}
.index_content_05_info .hd .thumb .shadow span {
	width:100%;
	text-align:center;
	font-size:25px;
	color:#fff
}
.index_content_05_info .hd .thumb .desc {
	width:238px;
	height:470px;
	text-align:center;
	opacity:0;
	filter:alpha(opacity=0);
	background-color:rgba(0,130,192,.8);
	position:absolute;
	left:0;
	top:0;
	transition:all .3s ease-in 0s;
	-webkit-transition:all .3s ease-in 0s;
	-moz-transition:all .3s ease-in 0s;
	-ms-transition:all .3s ease-in 0s;
	-o-transition:all .3s ease-in 0s
}
.index_content_05_info .hd .thumb .desc h3 {
	height:26px;
	line-height:26px;
	font-size:18px;
	color:#fff;
	margin-top:140px
}
.index_content_05_info .hd .thumb .desc p {
	line-height:23px;
	color:#fff;
	width:158px;
	text-align:left;
	margin:40px auto
}
.index_content_05_info .hd .thumb .desc a {
	color:#fff;
	position:absolute;
	bottom:30px;
	left:140px
}
.index_content_05_info .hd ul li:hover {
	text-decoration:none;
	cursor:default
}
.index_content_05_info .hd ul li:hover .shadow {
	opacity:0;
	filter:alpha(opacity=0)
}
.index_content_05_info .hd ul li:hover .desc {
	opacity:1;
	filter:alpha(opacity=100)
}
@media only screen and (max-width:1080px) {
	.pane-first-con-banner .el-carousel__arrow {
	top:20%
}
.pane-first-con-banner .el-carousel__arrow--left {
	left:5px
}
.pane-first-con-banner .el-carousel__arrow--right {
	right:5px
}
}.index_content_05 .el-carousel {
	width:1200px;
	margin:0 auto
}
.index_content_05 .el-carousel__arrow {
	font-size:72px;
	width:50px;
	height:90px
}
.index_content_05 .el-carousel .el-carousel__arrow--left {
	left:6px
}
.index_content_05 .el-carousel .el-carousel__arrow--right {
	right:45px
}

/* æœåŠ¡ */

@media only screen and (max-width:1080px) {
	.index_content_04_2 .hd {
	width:100%;
	overflow:hidden;
	margin:0 auto;
	 /* padding-top:80px  */
}
}@media only screen and (min-width:1081px) {
	.index_content_04_2 .hd {
	width:1200px;
	overflow:hidden;
	margin:0 auto;
	padding-top:10px
}
}.index_content_04_2 .hd ul {
	width:100%
}
.index_content_04_2 .hd ul li {
	width:380px;
	height:291px;
	float:left;
	margin-right:21px;
	display:inline;
	margin-bottom:15px
}

.index_content_04_2 .hd ul li:nth-child(3n+3) {
	margin-right:0
}
.index_content_04_2 .hd .thumb {
	width:380px;
	height:241px;
	position:relative;
	/* cursor:pointer */
}
.thumb img {
	width:380px;
	height:241px;
	
}


/* hd2 */

}.index_content_04_2 .hd2 ul {
	width:100%
}
.index_content_04_2 .hd2 ul li {
	width:590px;
	height:300px;
	float:left;
	margin-right:20px;
	display:inline;
	margin-bottom:45px
}

.index_content_04_2 .hd2 ul li:nth-child(2n+2) {
	margin-right:0
}
.index_content_04_2 .hd2 .thumb {
	width:590px;
	height:300px;
	position:relative;
	/* cursor:pointer */
}
.index_content_04_2 .hd2 .thumb img {
	width:590px;
	height:300px;
	
}
/* hd2 */


/* hd3 */

}.index_content_04_2 .hd3 ul {
	width:100%
}
.index_content_04_2 .hd3 ul li {
	width:222px;
	height:auto;
	float:left;
	margin-right:20px;
	display:inline;
	margin-bottom:45px
}

.index_content_04_2 .hd3 ul li:nth-child(5n+5) {
	margin-right:0
}
.index_content_04_2 .hd3 .thumb {
	width:222px;
	height:auto;
	position:relative;
	/* cursor:pointer */
}
.index_content_04_2 .hd3 .thumb img {
	width:222px;
	height:auto;
	
}
/* hd3 */



.index_content_04_2 .hd .thumb .shadow {
	width:380px;
	height:241px;
	text-align:center;
	opacity:1;
	filter:alpha(opacity=100);
	background-color:rgba(0,0,0,.7);
	position:absolute;
	left:0;
	top:0;
	transition:all .3s ease-in 0s;
	-webkit-transition:all .3s ease-in 0s;
	-moz-transition:all .3s ease-in 0s;
	-ms-transition:all .3s ease-in 0s;
	-o-transition:all .3s ease-in 0s
}
.index_content_04_2 .hd .thumb .shadow img {
	width:auto;
	height:auto;
	display:inline-block;
	margin:90px 0 20px
}
.index_content_04_2 .hd .thumb .desc {
	width:380px;
	height:241px;
	text-align:center;
	opacity:0;
	filter:alpha(opacity=0);
	background-color:rgba(0,130,192,.8);
	position:absolute;
	left:0;
	top:0;
	transition:all .3s ease-in 0s;
	-webkit-transition:all .3s ease-in 0s;
	-moz-transition:all .3s ease-in 0s;
	-ms-transition:all .3s ease-in 0s;
	-o-transition:all .3s ease-in 0s
}
.index_content_04_2 .hd .thumb .desc img {
	width:auto;
	height:auto;
	display:inline-block;
	margin:50px 0 20px
}
.index_content_04_2 .hd .thumb .desc h3 {
	width:100%;
	text-align:center;
	font-size:18px;
	color:#fff
}
.index_content_04_2 .hd .thumb .desc p {
	line-height:23px;
	color:#fff;
	width:100%;
	text-align:center;
	margin:10px auto
}
.index_content_04_2 .hd ul li:hover {
	text-decoration:none;
	cursor:default
}
.index_content_04_2 .hd ul li:hover .shadow {
	opacity:0;
	filter:alpha(opacity=0)
}
.index_content_04_2 .hd ul li:hover .desc {
	opacity:1;
	filter:alpha(opacity=100)
}
.w_main3{
	margin-top:0px;
}
.logoh{
    display: none!important;
}
.scrolled .logoh{
    display: block!important;
}
.scrolled .logo{
    display: none;
}
.li20 li{
	width:20%;
}
.li16 li{
	width:16.6%;
}
.ppimg{
	text-align:center!important;
}
.ppimg p{
	text-align:left!important;
}
.ppimg img{
	margin:auto;
}



.main_zldw{padding-bottom:70px}
.main_zldw .box1{overflow:hidden}
.main_zldw .box1 ul{width:1200px}
.main_zldw .box1 ul li{display:block;float:left;width:136px;margin-right:64px;text-align:center;line-height:22px}
.main_zldw .box1 ul li:hover a{color:#026bbc;text-decoration:underline}
.main_zldw .box1 ul li strong{display:block;color:434343;font-size:18px;font-weight:400;padding-top:15px;padding-bottom:15px}
.main_scdy{height:600px;background-image:url(../images/p1.jpg);background-repeat:no-repeat;background-position:center center}
.common_tit {
    text-align: center;
    clear: both;
    float: none;
}
.mt70 {
    margin-top: 70px;
}
.common_tit strong {
    color: #026bbc;
    font-size: 36px;s
    display: block;
}
.common_tit p {
    font-size: 18px;
    padding-top: 10px;
    color: #333;
}
.main_zldw ul li img {
	width:100px;
	height:100px;
}
.common_tit i {
    font-size: 0;
    line-height: 0;
    background-color: #026bbc;
    display: inline-block;
    height: 5px;
    width: 70px;
    margin-top: 10px;
}


.main_jjfa{padding-top:70px;padding-bottom:70px;background-color:#f0f0f0}

.main_jjfa .box{padding-top:50px}

.main_jjfa ul li{-o-transition:all .6s;-moz-transition:all .6s;-webkit-transition:all .6s;-ms-transition:all .6s;transition:all .6s;
float:left;height:138px;width:398px;display:block;padding-top:30px;padding-left:24px;font-size:18px;color:#333;
font-weight:700;padding-right:24px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}

.main_jjfa ul li a{color:#333}

.main_jjfa ul li:hover{background-color:#d8e2f0}

.main_jjfa ul li p{font-size:14px;line-height:24px;color:#999;font-weight:400;padding-top:10px}

.main_jjfa ul li img{float:left;height:86px;width:86px;margin-right:15px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}


.left01{
	float:left;
	width:48%;
	margin-right:2%;
}
.left02{
	float:left;
	width:50%;
}
.left02 h2 {
    font-size: 36px;
    line-height: 40px;
    padding: 30px 0px;
	text-align:center;
}
.left23{
	float:left;
	width:23%;
	margin:0 1%;
	margin-bottom:30px;
}
.left23 h2 {
    font-size: 20px!important;
}
.left23 img{
	width:100%;
	height:200px;
}
.fdj img{

	width:32px;
	height:32px;
}
.seo_box p{
	font-size: 20px;
    display: block;
    line-height: 48px;
}
.imgtitle{
	display:block;
	text-align:center;
	font-size:16px;
	margin:15px 0;
}

.anli2 p{
	width:33.33%;
	float:left;
	font-size:16px;
}

/* è½®æ’­ */
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
  height: 0;
  padding-bottom: 49%;
  position: relative;
}
.banner .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide video {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  height: 100% !important;
  object-fit: cover;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text {
  position: absolute;
  width: 100%;
  top: 45%;
  left: -25%;
  z-index: 3;
  text-align: center;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text p {
  text-align: left;
  font-size: 2.3rem;
  color: #fff;
  position: relative;
  opacity: 0;
  text-shadow: 4px 8px 10px rgba(0, 0, 0, 0.14);
  transform: translateY(4rem);
  -ms-transform: translateY(4rem);
  -webkit-transform: translateY(4rem);
  transition: all 1s ease 0.5s;
  -webkit-transition: all 1s ease 0.5s;
  -moz-transition: all 1s ease 0.5s;
  -ms-transition: all 1s ease 0.5s;
  display: inline-block;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text h2 {
  margin-bottom: 1.2rem;
  font-weight: bold;
  text-align: center;
  font-size: 4.6rem;
  color: #fff;
  position: relative;
  opacity: 0;
  text-shadow: 4px 8px 10px rgba(0, 0, 0, 0.14);
  transform: translateY(4rem);
  -ms-transform: translateY(4rem);
  -webkit-transform: translateY(4rem);
  transition: all 1s ease 1s;
  -webkit-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  -ms-transition: all 1s ease 1s;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text.active p {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text.active h2 {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.banner .swiper-container .swiper-button-prev {
  width: 4.8rem;
  height: 4.8rem;
  background: none;
  margin-top: 0;
  left: 2%;
  top: 46%;
}
.banner .swiper-container .swiper-button-prev:before {
  content: '\e640';
  font-family: 'icon';
  font-size: 4rem;
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
}
.banner .swiper-container .swiper-button-prev:hover:before {
  color: #31a338;
}
.banner .swiper-container .swiper-button-next {
  width: 4.8rem;
  height: 4.8rem;
  background: none;
  margin-top: 0;
  right: 2%;
  top: 46%;
}
.banner .swiper-container .swiper-button-next:before {
  content: '\e63f';
  font-family: 'icon';
  font-size: 4rem;
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
}
.banner .swiper-container .swiper-button-next:hover:before {
  color: #31a338;
}
.banner .swiper-container .pagination-all {
  position: absolute;
  bottom: 8rem;
  width: 100%;
  left: 0;
  z-index: 100;
  text-align: center;
}
.banner .swiper-container .pagination-all .sign {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  margin-left: 2.5rem;
  cursor: pointer;
}
.banner .swiper-container .pagination-all .sign span {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 3.4rem;
  position: relative;
}
.banner .swiper-container .pagination-all .sign span.play {
  left: 1px;
}
.banner .swiper-container .pagination-all .sign span.pause {
  display: none;
}
.banner .swiper-container .pagination-all .sign.active span.play {
  display: none;
}
.banner .swiper-container .pagination-all .sign.active span.pause {
  display: block;
}
.banner .swiper-container .swiper-pagination {
  position: relative;
  display: inline-block;
  text-align: left;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 4rem;
  height: 4px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
  margin: 0 0.2rem;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #31a338;
}
.banner .slide-next {
  width: 5rem;
  height: 5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 4rem;
  left: 50%;
  margin-left: -3.5rem;
  z-index: 2;
  cursor: pointer;
  animation-name: bounces;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  animation-fill-mode: both;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.banner .slide-next span {
  display: block;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  text-align: center;
  line-height: 5rem;
  color: #fff;
  font-size: 3rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.banner .slide-next:hover {
  background: #fff;
}
.banner .slide-next:hover span {
  color: #31a338;
}
.gy{
	background:url(/skin/img/gy.png) no-repeat;
}
.seo_do_ul a{
	cursor:default;
}

