@charset "utf-8";
/*-------------------------
	General Styles
--------------------------*/

body {
  font-family: Arial, sans-serif;
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
  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;
  /*background: url(../images/jiao1_46.jpg);*/
}

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

a {
  color: #4e4e4e;
}

a:hover {
  color: #309ae8;
}

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

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

/* Contract the navbar while scrolling */

.navbar.scrolled {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  padding: 0;
}

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

/* Brand name */

.brandStyle {
  height: 100px;
  padding: 0;
  margin-left: 0 !important;
  display: none;
}

.brandStyle img {
  height: 80px;
  display: block;
  float: left;
  margin-top: 10px;
}

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

.brandStyle span {
  display: block;
}
.navbar-right{
  float: left!important;
  width: 100%;
}

/* Menu */

/*-----------------------------------
	Main Picture
------------------------------------*/

.headpicture {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 600px;
}

.navbar {
  border: 0;
  background: transparent;
  -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;
}
#myNavbar .navbar-nav {
  width: 100%;
}
.navbar-nav > li a {
  display: block;
  width: auto;
  height: 26px;
  line-height: 26px;
  color: #fff !important;
  text-transform: capitalize;
  font-size: 17px;
  padding: 0 20px;
  border-right: 1px solid #ffffff;
}

.navbar-nav > li {
  text-align: left;
  position: relative;
  padding: 17px 0;
}



.navbar-nav > li:first-child a{
  padding-left: 0;
}
/*
.navbar-nav > li:nth-last-child(2) a{
  border-right: 0;
}


.navbar-nav > li:last-child a{
  border-right: 0;
}
*/


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

.navbar-nav li a:hover, .navbar-nav li.active a {
  /*background: url(../images/jiao1_08.png) no-repeat center;*/
  color: #333 !important;
  background-color: transparent !important;
}
.navbar-nav li.active>a{
  color: #fff !important;
  background-color: transparent !important;
}
.navbar-nav > li.li_language {
  float: right !important;
  padding: 0 0 0 0;
  margin-left: 10px;
}

.li_language .language {
  float: right;
  height: 60px;
  overflow: hidden;
  /*background: url(../images/jiao1_05.png) no-repeat center;*/
}

.li_language .language a {
  display: block;
  width: 65px;
  padding: 0 10px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-family: 'Arial';
  color: #fff !important;
  float: left;
  text-align: center;
  position: relative;
}
.li_language .language a p{
  display: block;
  padding: 0;
  text-align: center;
  height: 26px;
  line-height: 26px;
  width: 40px;
  margin-top: 17px;
}
.li_language .language a.active p{
  border: 1px solid #fff;
}
.li_language .language a:after{
  content: "\e608";
  font-size: 16px;
  font-family: "icon" !important;
  position: absolute;
  right: -10px;
  top: 0;
  width: 20px;
}
.li_language .language a:last-child:after{
  display: none;
}
.li_language .language a i{
  font-size: 24px;
}
.li_language .language a.active i{
  color: #ff6a00;
}
.navbar-nav > li.li_language:hover {
  background: transparent;
}

.navbar-nav > li.li_language:hover .language {
  /*background: url(../images/jiao1_05.png) no-repeat center;*/
  color: #fff !important;
  background-color: transparent !important;
}

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

.noBorder {
  background-color: #4e90cb;
  margin-bottom: 0;
  position: relative;
  box-shadow:0px 2px gray;
}

.body-banner {
  background-image: linear-gradient(180deg, #12191e, #384148);
  height: auto;
  position: relative;
}

.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 > .dropdown-menu {
  height: auto;
  overflow: hidden;
  top: calc(100%);
  border-color: #afa9a9;
  text-align: left;
  border-top: 2px solid #116CDE;
  background: rgb(237, 238, 241);
  left: 0;
}

.dropdown-menu > li {
  /*float: left;*/
  width:100%;
  display: inline-block;
}

.dropdown-menu > li > a {
  display: block;
  color: #000 !important;
  padding: 0 30px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: underline;
  color: #186CDC !important;
  background: transparent;
}

.navbar-nav > li > .dropdown-menu.p_menu {
  height: auto;
}

.p_menu .p_menu_list {
  width: 550px;
  overflow: hidden;
}

.p_menu .p_menu_list li {
  float: left;
  width: 25%;
  text-align: left;
}

.p_menu .p_menu_list li a {
  font-size: 14px;
  padding: 10px 0;
  display: block;
  line-height: 1;
}

.p_menu .p_menu_list li a:hover {
  color: #186CDC !important;
  text-decoration: underline;
}

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

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

.m_search .search_all i {
  padding-right: 20px;
}
.navbar_head{
  height: 90px;
  padding: 15px 0;
  background: #ffffff;
}
.navbar_head_left{
  float: left;
  overflow: hidden;
}
.navbar_head_left:hover{
  color: #4e4e4e;
}
.navbar_head_left .navbar_head_img{
  height:60px;
  display: block;
  float: left;
  margin-right: 10px;
}
.navbar_head_left .navbar_head_txt{
  float: left;
  background: url(../images/logo_bg.png) no-repeat left;
  padding-left: 14px;
  padding-top: 4px;
}
.navbar_head_left .navbar_head_txt p{
  font-size: 20px;
  text-transform: capitalize;
}

.navbar_head_left .navbar_head_txt span{
  font-size: 20px;
  text-transform: capitalize;
}

.navbar_head_right{
  float: right;
}
.navbar_head_right p{
  font-size: 16px;
  color: #010101;
  margin-top: 10px;
  margin-right: 55px;
}
.navbar_head_right span{
  color: #ff6a00;
  font-size: 20px;
  font-weight: bold;
}

.ue_content{
  width:100%;
  padding:10px;
}

/*about*/
#about_us{
  float:left;
  margin-right:20px;
  margin-bottom:20px;
}














/*轮播*/

/*设置左右按钮样式*/

.w1140 {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.center {
  text-align: center;
}

/*轮播*/
.slideshow {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}

.slideshow * {
  outline: none;
}

.slideshow .slider {
  /*box-shadow: 0 20px 50px -25px black;*/
}

.slideshow .slider-track {
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.slideshow .item {
  height: 100%;
  position: relative;
  z-index: 1;
}

.slideshow .item img {
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  /*-webkit-transform: scale(1.2);*/
  /*transform: scale(1.2);*/
}

.slideshow .item.slick-active img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

* {
  margin: 0;
  padding: 0;
}

.slick {
  width: 100%;
  margin: 0 auto;
}

.slick img {
  width: 280px;
  padding: 10px;
}

.slick-prev:before, .slick-next:before {
  position: absolute;
  left: 0;
  top: 1px;
  color: #ccc;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-dots {
  bottom: -35px;
}

.slick-slider {
  margin-bottom: 0;
}

.slick-prev:before, .slick-next:before {
  font-size: 60px;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 50px;
}

.banner .slick-dots {
  bottom: 20px;
}

.index_main {
  position: relative;
}

.banner .slick-prev:before, .banner .slick-next:before {
  -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 .slick-prev, .banner .slick-next {
  opacity: 0;
  transition: all 1.5s;
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
}

.banner:hover .slick-prev {
  opacity: 1;
}

.banner:hover .slick-next {
  opacity: 1;
}

.banner .slick-prev:hover:before, .banner .slick-next:hover:before {
  color: #186CDC;
}

.navbar-nav > li > .dropdown-menu.p_menu {
  background: #ffffff;
}

.p_menu li {
  width: 200px;
  padding: 30px 10px;
}

.p_menu li img {
  width: 100%;
  display: block;
}

.dropdown ul.dropdown-menu {
  width: 100% !important;
}

.dropdown ul.dropdown-menu li a{
  height: 40px;
  line-height: 40px;
}


/*轮播*/
.navbar .container {
  width: 1140px;
}

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

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

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.in_about {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 84px;
  background-color: #fff;
}

.in_title {
  width: 1140px;
  margin: 0 auto;
  background: url(../images/jiao1_22.png) no-repeat center bottom;
  padding-bottom: 30px;
}

.in_title h2 {
  font-size: 30px;
  line-height: 24px;
  color: #1f2223;
  margin-bottom: 6px;
  font-family: 'swis721_ltex_btlight';
  text-align: center;
}

.in_title h3 {
  font-size: 20px;
  line-height: 24px;
  color: #555a5b;
  text-align: center;
}
.body_en .in_title h3{
  display: none;
}
.in_about_main {
  margin-top: 54px;
  overflow: hidden;
}

.in_about_main .in_about_left {
  float: left;
  width: 360px;
  height: 510px;
}

.in_about_main .in_about_left .img {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.in_about_main .in_about_left .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s
}
.in_about_main .in_about_left .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1)
}
.in_about_left .leftMain {
  width: 100%;
  height: 290px;
  padding: 35px 30px;
  background-color: #f6f7f7;
}

.leftMain h4 {
  color: #4e90cb;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  padding-bottom: 32px;
}

.leftMain h4:after {
  content: "";
  width: 23px;
  height: 2px;
  background-color: #4e90cb;
  margin-top: 15px;
  margin-bottom: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.leftMain p {
  color: #333;
  line-height: 24px;
  max-height: 120px;
  margin-bottom: 10px;
  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: 5;    
  -webkit-box-orient: vertical;
}

.in_More {
  display: block;
  width: 112px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 13px;
  color: #4e90cb;
  font-family: 'Arial';
  border: 1px solid #4e90cb;
  border-radius: 20px;
  -webkit-transition: .5s;
  transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s
}

.in_More:hover {
  background-color: #4e90cb;
  color: #fff
}

.in_about_main .in_about_right {
  width: calc(100% - 360px);
  float: right;
  padding-left: 18px;
}

.sec_top {
  width: 100%;
  height: 220px;
  margin-bottom: 16px;
  overflow: hidden;
  background-color: red;
}

.rightMain {
  float: left;
  width: calc(100% - 380px);
  height: 220px;
  padding: 35px 30px;
  background-color: #f6f7f7
}

.sec_top .img {
  width: 380px;
  height: 220px;
  float: right;
  overflow: hidden
}

.sec_top .img img {
  width: 380px;
  height: 220px;
  -webkit-transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s
}

.sec_top .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1)
}

.rightMain h4 {
  color: #4e90cb;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  padding-bottom: 32px;
}

.rightMain h4:after {
  content: "";
  width: 23px;
  height: 2px;
  background-color: #4e90cb;
  margin-top: 15px;
  margin-bottom: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.rightMain p {
  color: #333;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}

.rightMain .in_More {
  margin-top: 5px;
}


.sec_bottom {
  width: 100%;
  height: 275px;
  overflow: hidden;
}

.sec_bottom .slideBox {
  float: left;
  width: calc(100% - 210px);
  height: 100%;
  border: 2px solid #f9f9f9;
  border-right: none;
}

.sec_bottom .slideBox div{
  width: 100%;
  height: 100%;
  float: left;
  -webkit-box-shadow: 0 3px 1px #c3c3c3;
  overflow: hidden;
}

.sec_bottom .slideBox img {
  width: 100%;
}

.sec_bottom .titleBox {
  float: right;
  width: 205px;
  height: 100%;
  padding: 32px 35px;
  background: url(../images/jiao1_03.jpg) no-repeat center
}

.sec_bottom .titleBox h4 {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  padding-bottom: 32px;
}

.sec_bottom .titleBox h4:after {
  content: "";
  width: 23px;
  height: 2px;
  background-color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec_bottom .titleBox p {
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  margin-top: 10px;
  min-height: 120px;
}

.sec_bottom .titleBox a {
  display: block;
  width: 29px;
  height: 29px;
  background: url(../images/jiao1_03.png) no-repeat center;
  opacity: .6;
  filter: alpha(opacity=60)
}

.sec_bottom .titleBox:hover a {
  opacity: 1;
  filter: alpha(opacity=100)
}
.sec_bottom .titleBox a.in_More{
  display: none;
}



/****************************************首页产品展示*************************************************/
.in_product_main {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 50px;
}

.in_product {
  padding-top: 54px;
}

.in_product .in_title {
  margin-bottom: 45px;
  width: 100%;
}

.product-show{
  width:1440px;
  margin: auto;
}
.product-list{
  float: left;
  margin: 5px;
  width: calc(16.6% - 10px);
  border-radius: 3px;
  border: 1px solid rgb(223, 216, 216);
}

.product-txt{
  padding: 10px;
  height: 50px;
  text-align: center;
  font-size: 16px;
  color: black;
  background-color: gainsboro;
}
.product-img {
  width: 100%;
  height: auto;
}
.product-img img {
  width: 100%;
  height: auto;
}

/*手机、PAD等*/
@media only screen and (max-width: 1440px){
  .product-show {width: 100%;}
}
@media only screen and (max-width: 1200px) {
  .product-list {width: calc(33.33% - 10px);}
}
@media only screen and (max-width: 992px) {
  .product-list {width: calc(50% - 10px);}
}

/*******************************************首页新闻*********************************************/
.index-news {
  background-image: url(../images/index_news_bg.jpg);
  margin-top: 54px;
  width:100%;
  overflow: hidden;
}
.news-top{
  margin: 10px auto;
  padding: 10px;
  width: 100%;
  max-width: 200px;
  text-align: center;
}

.news-top span {
  display: inline-block;
  margin: 0 auto;
  padding: 10px;
  color: white;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 3px solid rgb(248, 122, 4);
}
.news-wrapper {
  width: 1220px;
  margin: auto;
  padding-bottom: 20px;
}
.news-box {
  float: left;
  width: 50%;
  padding:10px;
}


.news-content {
  width: 100%;
  padding: 20px;
  height: 300px;
  border-radius: 10px;
  background-color: rgb(247, 244, 244);
}

.news-content h2 {
  width: 100%;
  margin-bottom: 10px;
  padding: 5px;
  font-size: 18px;
  font-weight：bold;
  border-bottom: 1px solid rgb(189, 181, 181);
}
.news-list {
  list-style-type: none;
  padding: 5px;
}

@media screen and (max-width: 1200px){
  .news-wrapper, .news-box {width: 100%;}
  }








/*product.php > product list style*/

.product_main{
  width: 100%;
}
.product_list_ul{
  width:100%
}
.product_list_ul li{
  position:relative;
  float:left;
  width: 30%;
  height: 400px;
  margin: 10px;
  padding: 2px;
  border-radius:5px;
  background-color:rgb(221, 219, 224);
  overflow: hidden;
}
.product_list_ul li .img{
  
}
.product_list_ul li .img a {
  display: block;
}
.product_list_ul li .img a img{
  display: block;
  width: 100%;
}

.product_list_ul li .txt{
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #666;
  background-color: #f6fbf6;
  overflow: hidden;
}
.product_list_ul li .txt a{
  display: block;
  color: #666666;
}

.in_product_list_ul{
}

.in_product_list_ul li{
  float: left;
  width: calc(20% - 16px);
  margin:0 8px 15px;
}

.in_product_list_ul li a{
  font-size: 14px;
  color: #333333;
  background: #e5e5e5;
  text-align: center;
  display: block;
  height:30px;
  line-height: 30px;
  overflow: hidden;
}
.in_product_list_ul li.active a{
  background: #2481c6;
  color: #ffffff;
}
.in_product_box{

}
.in_product_box .box_main{
  display: none;
}
.pro_box{
  width: calc(100% - 420px);
  float: left;
  overflow: hidden;
  padding: 0 30px 30px;
  position: relative;
  margin:0 20px;
}
.pro_box .swiper-button-next,.pro_box .swiper-button-prev{
  background-size: 15px 30px;
  pointer-events:auto;
}
.pro_box .swiper-button-next{
  right: 0;
}
.pro_box .swiper-button-prev{
  left: 0;
}
.pro_box .swiper-slide a{
  width: 100%;
}
.pro_box .swiper-slide a img{
  width: 100%;
  border: 2px solid #999;
}
.pro_box .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: block;
  width: 100%;
}

.pro_box .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color:#000;
  opacity: 1;
  background: rgba(0,0,0,0.2);
}
.pro_box .swiper-pagination-bullet-active {
  color:#fff;
  background: #2481c6;
}
.pro_box .swiper-pagination{
  bottom: 0;
}
.pro_box_main a{
  width: 100%;
  display: block;
}
.pro_box_main a img{
  display: block;
  width: 100%;
  border: 2px solid #ccc;
}
.pro_left{
  width: 360px;
  height:360px;
  float: left;
}
.pro_left a{
  display: block;
}

.pro_left a {
  display: block;
  position: relative;
}

.pro_left a .img_links {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  background: rgba(26, 137, 234, 0.7);
  font-size: 0;
  text-align: center;
  -webkit-animation: zoomIn 0.6s ease forwards;
  animation: zoomIn 0.6s ease forwards;
}
.pro_left a .img_links p{
  font-size: 14px;
  line-height:24px;
  color: #ffffff;
  padding:50px 50px 30px;
}


.pro_left a:hover .img_links {
  display: block;
}

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

.pro_left a:hover img {

}

.pro_box .pro_txt{
  text-align: center;
  width: 100%;
  padding:10px 8px;
}
.pro_box .pro_txt h2{
  font-size: 18px;
  line-height: 24px;
  color: #2a2d2e;
  margin-top: 10px;
}
.pro_box .pro_txt p{
  margin-top: 5px;
  line-height: 24px;
  color: #8c8c8c;
  font-size: 14px;
}
.pro_box .pro_txt .more{
  display: block;
  width: 85px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  margin: 20px auto 0;
  border: 1px solid #c9c9c9;
  border-radius: 20px;
}
.pro_box .pro_txt:hover{
  cursor: pointer;
}
.pro_box .pro_txt:hover .more{
  background: #2481c6;
  color: #fff;
}
.pro_box .pro_img{
  display: block;
  width: 100%;
}
.pro_box .pro_img img{
  width: 100%;
}






.in_news {
  background-color: #fff;
  padding: 56px 0;
}

.in_news .n01 {
  width: 355px;
  float: left
}

.in_news .n01.center {
  margin: 0 36px;
  text-align: left;
}

.in_news .titleBox {
  width: 356px;
  min-height: 50px;
  padding-bottom: 10px;
  background: url(../images/jiao1_100.png) no-repeat center bottom;
  overflow: hidden
}

.in_news .titleBox img {
  float: left;
  margin-right: 8px
}

.in_news .titleBox h2 {
  font-size: 18px;
  padding-top: 10px;
  line-height: 26px;
  color: #2b2e33;
}

.in_news .titleBox h3 {
  font-size: 10px;
  line-height: 10px;
  color: #b2b2b2;
  font-weight: bold;
  font-family: 'Arial'
}
.in_news .titleBox a.in_More{
  display: none;
}
.in_news_box {
  margin-top: 30px;
  width: 355px;
  height: 445px;
  padding: 25px 25px 25px 25px;
  position: relative;
  background: url(../images/jiao1_105.png) no-repeat;
  background-size: 100%;
}

.in_news_box .newsMore {
  display: block;
  width: 52px;
  height: 53px;
  background: url(../images/jiao1_03_03.png) no-repeat;
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: none
}

.in_news_box:hover .newsMore {
  display: block
}

.in_news_box .img {
  width: 305px;
  height: 84px;
  overflow: hidden;
  margin-bottom: 28px
}

.in_news_box ul li {
  height: 36px;
  line-height: 36px
}

.in_news_box ul li a {
  padding-left: 13px;
  background: url(../images/jiao1_00_03.jpg) no-repeat left center;
  color: #666
}

.in_news_box ul li a:hover {
  background: url(../images/jiao1_07.jpg) no-repeat left center;
  color: #4e90cb
}

.in_news .n02 {
  width: 355px;
  float: left;
  position: relative;
}

.in_news_list {
  width: 355px;
  height: 445px;
  position: relative;
  background: url(../images/jiao1_105.png) no-repeat;
  background-size: 100%;
  margin-top: 30px;
}

.in_news_list .bd {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding:10px 20px;
}

.in_news_list .bd .in_news_list_swiper {
  overflow: hidden;
  z-index: 9;
  position: relative;
  padding-bottom: 50px;
}

.in_news_list .bd .in_news_list_swiper .swiper-slide {
  height: 100%;
  padding: 20px 0;
}

.in_news_list .bd .in_news_list_swiper .swiper-slide a {
  display: block;
  width: 100%;
  cursor: pointer;
  padding-top: 30px;
}

.in_news_list .bd .in_news_list_swiper .swiper-slide a h4 {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: left;
}

.in_news_list .bd .in_news_list_swiper .swiper-slide a:hover h4 {
  color: #4e90cb;
}

.in_news_list .bd .in_news_list_swiper .swiper-slide a .para {
  max-height: 90px;
  overflow: hidden;
  min-height: 72px;
}

.in_news_list .bd .in_news_list_swiper .swiper-slide a .para p {
  font-size: 13px;
  line-height: 18px;
  color: #666;
  text-align: left;
}

.in_news_list .bd .in_news_list_swiper .swiper-slide .line {
  width: 100%;
  height: 1px;
  background-color: #b9c1b9;
  margin-top: 25px
}
.in_news_list_swiper .swiper-pagination{
  bottom: 0;
}


.in_news_list .hd ul li.on {
  background-color: #4aca4a
}

footer {
  background-color:#040113;
  padding-top: 75px;
}

.footer .foot_left {
  float: left;
  width: 390px
}

.footLogo {
  display: block;
  width: 100%;
  overflow: hidden;
  cursor: pointer
}

.footLogo img {
  height: 90px;
  margin-right: 10px;
  display: block;
}

.footLogo h1 {
  font-size: 18px;
  line-height: 22px;
  color: #c2c9cc;
  margin-top: 10px;
}

.footLogo h6 {
  font-size: 12px;
  line-height: 22px;
  color: #5a6063;
  font-family: 'Arial'
}

.foot_left .foot_left_txt {
  padding-right: 50px;
  margin-bottom: 10px;
  clear: both
}

.foot_left .foot_left_txt p {
  color: #606669;
  font-size: 12px;
  line-height: 22px
}

.footer .bdsharebuttonbox span {
  float: left;
  color: #606669;
}

.foot_center {
  float: left;
  width: calc(100% - 670px);
  min-height: 220px;
  padding: 0 10px 0 50px;
  border-left: 1px solid #323436;
  border-right: 1px solid #323436
}

.footer dl {
  float: left;
  width: 25%;
}

.footer dl dt {
  line-height: 22px;
  margin-bottom: 12px
}

.footer dl dt a {
  color: #a3b4ba;
  font-size: 15px;
  text-transform: capitalize;
}

.footer dl dd {
  line-height: 20px
}

.footer dl dd a {
  color: #606669;
  font-size: 12px
}

.footer dl a:hover {
  color: #fff
}

.foot_right {
  width: 280px;
  float: right;
  padding-left: 100px;
}

.foot_right dl {
  width: 100%;
}

.copy {
  width: 100%;
  margin-top: 46px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #35383a;
}

.copy .add {
  float: left
}

.copy .copyR {
  float: right
}

.copy p, .copy p a {
  color: #4a4f51;
  font-size: 13px
}

.copy p a:hover {
  color: #eee
}

/*
------------内页--------------
*/
.page_main {

}

.page_banner {
  width: 100%;
}

.page_banner img {
  width: 100%;
}


.page_body {
  position: relative;
  margin: 0 auto;
  top: 10px;
  width: 100%;
  max-width: 1140px;
  z-index: 55;
  clear: both;
  padding-bottom: 50px;
}

.page_main_title {
  border-radius:10px 10px 0px 0px;
  min-height: 70px;
  background: #bcc1c5 url(../images/about_05.png) no-repeat 18px center;
}

.page_main_title h2 {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #fff;
  padding-left: 55px;
  float: left;
  padding-top: 18px
}

.page_main_title h2 span {
  font-size: 12px;
  color: #4e90cb;
  font-family: 'Arial'
}

.page_main_title .breakNav {
  float: right;
  margin-right: 50px;
  width: calc(100% - 250px);
  line-height: 70px;
  text-align: right;
  color: #fff
}

.page_main_title .breakNav img {
  display: inline;
  margin-right: 10px
}

.page_main_title .breakNav a {
  color: #fff
}

.page_main_title .breakNav a:hover {
  color: #fff
}

.page_main_container {
  margin-top:10px;
  /*overflow: hidden;*/
  width: 100%;
}

.page_left {
  float: left;
  width: 350px
}
.faq-page-left{
  float: left;
  width: 350px;
  height: 688px;
  background-image: url(../images/faq.jpg);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px){
  .faq-page-left {
    display: none;
  }
}

.page_left ul.page_left_ul {
  width: 100%;
  background-color: #fff;
  padding-top: 10px;
}

.page_left ul.page_left_ul li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin-bottom: 1px;
}

.page_left ul.page_left_ul li a {
  display: block;
  width: 100%;
  padding-left: 70px;
  height: 60px;
  font-size: 16px;
  color: #333;
  border-left: 6px solid #fff;
  background: #fff url(../images/about_16.png) no-repeat 270px center;
  -webkit-transition: .3s;
  transition: .3s
}

.page_left ul.page_left_ul li a:hover, .page_left ul.page_left_ul li.active a {
  border-left: 6px solid #fa0000;
  background: #ededed url(../images/about_13.png) no-repeat 270px center
}
.body_en .page_left ul.page_left_ul li a{
  padding-left: 40px;
}

.problem_next a:hover{
  background-color: #fa0000;
  color: #ffffff;
}

.page_left dl.page_problem {
  width: 354px;
  background-color: #fff;
  margin-top: 0px;
}

.page_left dl.page_problem dt {
  width: 354px;
  height: 70px;
  background: #2681C2 url(../images/about_19.png) no-repeat 30px center;
  overflow: hidden;
  margin-bottom: 36px
}

.page_left dl.page_problem dt h3 {
  font-size: 18px;
  line-height: 18px;
  padding-left: 74px;
  color: #fff;
  padding-top: 18px
}

.page_left dl.page_problem dt h3 span {
  font-size: 12px
}

.page_left dl.page_problem dd {
  width: 304px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #cdcdcd;
  overflow: hidden
}

.page_left dl.page_problem dd a {
  display: block;
  width: 280px;
  height: 40px;
  padding-left: 19px;
  border-left: 5px solid #fff
}

.page_left dl.page_problem dd a:hover {
  border-left: 5px solid #fa0000;
  background-color: #ededed
}

.page_left .introImg {
  width: 100%;
  background-color: #fff;
  margin-top: 30px;
  padding: 23px
}

.page_left .introImg iframe {
  width: 100%;
}

.page_right {
  width: calc(100% - 380px);
  float: right;
  /*padding: 40px 40px 80px;*/

  background-color: #fff;
  margin-left: 10px;
}
.page_right img{
  display: block;
  margin:0 auto;
  max-width: 100%;
}
.about_main {
  padding-top:10px;
}
.about_main p {
  text-indent: 0em;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

.cooperation_main {

}

.cooperation_list {
  border: 1px solid #ddd;
  border-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
}

.cooperation_list li {
  width: 25%;
  float: left;
  border: 1px solid #ddd;
  border-left: 0;
  border-top: 0;
  flex:0 1 25%;
  
}
.cooperation_list li:nth-child(4n){
  border-right: 0;
}
.cooperation_list li a {
  display: block;
  
}

.cooperation_list li a img {
  transition: .5s;
  -webkit-transition: .5s;
  display: block;
  width: 100%;
  height: 127px;
}

/*分页*/
.p_page{
  text-align: center;
  margin:30px auto 0;
}
.p_page_list a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #f2f2f2;
  font-family: 'Arial';
  color: #a3a3a3;
  margin: 0 5px;
  overflow: hidden
}

.p_page_list a.p_prev {
  text-align: left;
  color: #f2f2f2;
  background: #f2f2f2 url(../images/product_14.png) no-repeat
}

.p_page_list a.p_next {
  text-align: left;
  color: #f2f2f2;
  background: #f2f2f2 url(../images/product_17.png) no-repeat
}

.p_page_list a:hover, .p_page_list a.active {
  background-color: red;
  color: #fff
}

.p_page_list a.p_prev:hover, .p_page_list a.p_prev.active, .p_page_list a.p_next:hover, .p_page_list a.p_next.active {
  color: red
}

.table_tr{
  border: 1px solid #ededed;
  margin-bottom: 24px;
}
.table_tr .btn_show{
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
  color: #666;
  background: url(../images/server_07.png) no-repeat right 20px center;
  cursor: pointer;
}
.table_tr .btn_show a{
  max-width: 80%;
  overflow: hidden;
  display: block;
}
.table_tr .btn_show a:hover{
  color: #fa0000;
}
.table_tr .btn_show.active {
  background: #ededed url(../images/server_03.png) no-repeat right 20px center;
}

.table_tr_txt {
  padding: 10px 20px;
  background: #fff;
  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;
}

.problem_detail_main{
  padding: 10px;
}
.problem_title{
  border-bottom: 1px solid #ededed;
}
.problem_title h2{
  font-size: 16px;
  line-height: 24px
}
.problem_title .time{
  height: 60px;
  line-height: 60px;
  overflow: hidden
}

.problem_title .time span {
  float: left;
  font-size: 12px;
  color: #bcbcbc;
  font-family: 'Arial'
}

.problem_title  .bdsharebuttonbox {
  float: left;
  height: 28px;
  padding-top: 16px;
  margin-left: 20px
}

.problem_content{
  padding-top: 30px;
}

.problem_content p{
  color: #666;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 35px;
}

.problem_next{
  margin-top: 88px;
  padding-top: 70px;
  border-top: 1px solid #ededed;
  text-align: center;
}
.problem_next a{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: auto;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #f2f2f2;
  color: #a3a3a3;
  margin: 0 5px;
  overflow: hidden;
  padding:0 20px;
}

.problem_next a.prev {
  text-align: left;
  color: #f2f2f2;
  background: #f2f2f2 url(../images/product_14.png) no-repeat;
  width: 50px;
}
.problem_next a.next {
  text-align: left;
  color: #f2f2f2;
  background: #f2f2f2 url(../images/product_17.png) no-repeat;
  width: 50px;
}

.faq{
  margin-top:30px;
  text-align:center;
  font-size:3em;
  color:#4c5355;
  text-shadow: 1px 1px #170daa;
}

.faq_content{
  width:100%;
  padding:10px;
}

.product_detail_main{
  width: 100%;
  text-align: center;
}
.product_detail_main .tit{
  text-align: center;
  height: 46px;
  line-height: 46px;
  margin: 0 auto 30px;
  border-top: 1px solid #a5a6a6;
  border-bottom: 1px solid #a5a6a6;
  display: inline-block;
}
.product_detail_main .detail_img{
  width: 100%;
  max-width: 530px;
  margin:0 auto 30px;
}
.clear{
  clear: both;
}


/*放大镜*/
#showbox {
  background: #fff;
  border: 1px solid #e0e0e0;
}

#showsum {
  left: 20px;
  margin-top: 10px;
}

#showsum span {
  border: 1px solid #ddd;
  background: #ffffff;
}

#showsum span.sel {
  border: 1px solid #f60;
}

#showbox img {
  max-width: 100%;
  width: 100%;
}

.showpage {
  width: 100%;
  position: relative;
}

.showpage a {
  display: block;
  width: 20px;
  border: 1px solid #ddd;
  height: 73px;
  line-height: 73px;
  background: #eee;
  text-align: center;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: -75px;
  text-decoration: none;
  color: #999;
}

.showpage a#shownext {
  left: auto;
  right: 0;
}

.showpage a:hover {
  background: #ccc;
  color: #777;
}

.detail_txt{
  padding: 30px 15px;
  border-top: 1px solid #e5e5e5;
}

.detail_txt p{
  color: #666;
  line-height: 24px;
  margin-bottom: 30px;
}

.news_main{

}
.news_list_ul {
  width: 100%;
  margin-bottom: 50px;
}

.news_list_ul li {
  width: 100%;
  padding: 40px 23px 35px 10px;
  border-bottom: 1px solid #ededed;
  -webkit-transition: .2s;
  transition: .2s
}

.news_list_ul li:hover {
  background-color: #ededed
}

.news_list_ul li a {
  display: block;
  width: 100%;
  cursor: pointer;
  overflow: hidden
}

.news_list_ul li a .time {
  float: left;
  width: 120px;
  height: 40px;
  line-height: 25px;
  padding: 5px 0;
  text-align: center;
  color: #666;
  font-size: 16px;
  -webkit-transition: .2s;
  transition: .2s
}

.news_list_ul li a:hover .time {
  background-color: #fa0000;
  color: #fff
}

.news_list_ul li a .news_txt {
  width: calc(100% - 120px);
  float: right;
  padding-left: 25px;
}

.news_list_ul li a .news_txt h3 {
  font-size: 16px;
  line-height: 24px
}

.news_list_ul li a:hover .news_txt h3 {
  color: #fa0000
}

.news_list_ul li a .news_txt .newsP {
  margin-top: 8px
}

.news_list_ul li a .news_txt .newsP p {
  font-size: 12px;
  line-height: 18px;
  color: #666
}

.news_list_ul li a:hover .news_txt .newsP p {
  text-decoration: underline
}

.news_content{
  padding-top: 30px;
}

.news_content p{
  color: #666;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 35px;
}


.sm_foot{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  height: 95px;
  width: 100%;
}

.sm_foot .sm_phone{
  height: 50px;
  background: #4e90cb;
}

.sm_foot .sm_phone a{
  color: #fff;
  text-align: center;
  display: block;
  height: 50px;
  line-height: 50px;
}
.sm_foot .sm_phone i{
  font-size: 20px;
  color: #fff;
  display: inline-block;
}
.sm_foot .sm_phone p{
  display: inline-block;
}
.sm_foot .sm_ul{
  overflow: hidden;
    border-top: 1px solid rgba(255,255,255,0.2);
    height: 45px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#585858), to(#444444));
    background: -moz-linear-gradient(#585858, #444444);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#585858', endColorstr='#444444');
}

.sm_foot .sm_ul li{
  width: 20%;
  float: left;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.2);
    -moz-box-flex: 1;
}
.sm_foot .sm_ul li a{
  display: block;
}
.sm_foot .sm_ul li i{
  font-size: 20px;
  height: 25px;
  line-height: 25px;
  color: #CACACA;
  display: block;
}

.sm_foot .sm_ul li p{
  font-size: 12px;
  height: 20px;
  line-height: 14px;
  color: #CACACA;
  text-transform: capitalize;
}
.logo_language{
  display: none;
  width: 40px;
  line-height: 55px;
  float: right;
  text-align: center;
  margin-right: 10px;
}
.logo_language a{
  color: #333;
  text-decoration: underline;
}

















.asdasds{
    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;
}


@media (max-width: 767px){
.navbar-nav > li a{
  text-align: left;
}
}