
/* css reset */
body,ul,li,p,h1,h2,h3,h4,h5,h6,img,br,hr,table,tr,td,dl,dt,dd,form {margin:0;padding:0;}
ul,li{list-style:none;}
img{border:none;}
a{text-decoration:none;color: #333}
input,textarea,button{padding:0;outline:none;}
em{font-style:normal;}
input{-webkit-appearance:none;}
input[type=checkbox]{-webkit-appearance:checkbox;}
*{box-sizing: border-box;}
@font-face{
	font-family:'Impact';
	src:url('/static/font/impact.ttf');
}
body{font-family: 'Microsoft YaHei','Microsoft YaHei UI','WenQuanYi Micro Hei','Arial','sans-serif',\5b8b\4f53;font-size:16px;line-height:1.5;}
/*visible&hidden*/
.visible-xs,.visible-sm,.visible-md,.visible-lg{display: none !important;}
@media (max-width: 767px){
  .visible-xs {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }  
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }  
}
@media (min-width: 992px) and (max-width:1190px) {
  .visible-md {
    display: block !important;
  }
  .hidden-md {
    display: none !important;
  }  
}
@media (min-width:1190px) {
  .visible-lg {
    display: block !important;
  }
  .hidden-lg {
    display: none !important;
  }  
}
.container{
	overflow: hidden;
}
.home-header .container{
	overflow: unset;
}

@media (min-width: 1200px){
	.container {
	    width: 1200px;
	}
}

.bg{background: #fff}

.home-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
}
@media (max-width: 767px) {
  .home-header {
    width: 100%;
    position: fixed;
  }
}
@media (max-width: 767px) {
  .home-header .container {
    width: 100%;
  }
}
.home-header .navbar {
  height: 90px;
  border-bottom: none;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .home-header .navbar {
    display: block!important;
    height: 60px;
  }
  .home-header .navbar .navbar-header {
    height: 60px;
  }
}
.home-header .navbar-brand {
  padding: 0;
  height: auto;
  margin-top: 20px!important;
  height: 50px;
}
.home-header .navbar-brand img {
  height: 100%;
}
@media (max-width: 1799px) {
  .home-header .navbar-brand {
	  height: auto;
	}
}
@media (max-width: 1199px) {
  .home-header .navbar-brand {
	  height: 25px;
	  margin-top: 30px!important
	}
}
@media (max-width: 767px) {
  .home-header .navbar-brand {
    margin: 10px 0 0 15px !important;
    height: 37px;
    width: 127px;
  }
  .home-header .navbar-brand img {
    width: 100%;
  }
}
.home-header .navbar-text {
  font-size: 20px;
  color: #333;
  margin: 18px 0 0 15px;
}
@media (max-width: 1199px) {
  .home-header .navbar-text {
    font-size: 16px;
    margin: 22px 0 0 15px;
  }
}
@media (max-width: 991px) {
  .home-header .navbar-text {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-header .navbar-text {
    display: none;
  }
}
@media (max-width: 767px) {
  .home-header .navbar-text {
    display: inline-block;
    font-size: 15px;
    margin: 9px 0 0 15px;
  }
}
.home-header .nav.navbar-nav {
  margin: 0;
}
@media (max-width: 767px) {
  .home-header .nav.navbar-nav {
    padding: 15px 0;
    margin: 0;
  }
}
.home-header .nav.navbar-nav > li {
  padding-top: 32px;
  margin: 0;
  position: relative;
  font-size: 16px;
  color: #333;
}
@media (min-width: 992px) {
  .home-header .nav.navbar-nav > li:last-child:before {
    content: "";
    position: absolute;
    background: #fff;
    font-size: 15px;
    top: 6px;
    left: 1px;
    width: 2px;
    height: 16px;
    display: none;
  }

}

@media (max-width: 991px) {
  .home-header .nav.navbar-nav > li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .home-header .nav.navbar-nav > li {
    padding-top: 0;
  }
}
.home-header .nav.navbar-nav > li > a {
  color: #fff;
  line-height: 26px;
  padding: 0 26px 32px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1799px) {
  .home-header .nav.navbar-nav > li > a {
    padding: 0 10px 30px;
  }
}
@media (max-width: 1199px) {
  .home-header .nav.navbar-nav > li > a {
    padding: 0 15px 30px;
  }
}
@media (max-width: 991px) {
  .home-header .nav.navbar-nav > li > a {
    padding: 0 6px 30px;
  }
}
@media (max-width: 767px) {
  .home-header .nav.navbar-nav > li > a {
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
  }
}
.home-header .nav.navbar-nav > li.active > a,
.home-header .nav.navbar-nav > li:hover:not(.nohover) > a {
  color: #fff;
  background-color: transparent;
  position: relative;
}
.home-header .nav.navbar-nav > li:hover>a{
	color: #1492e9;
}
.home-header .nav.navbar-nav > li.active > a:after,
.home-header .nav.navbar-nav > li:hover:not(.nohover) > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 50%;
  height: 45%;
	display: none!important;
  background-color: #1492e9;
  z-index: -1;
}

@media (min-width: 768px) {
  .home-header .nav.navbar-nav > li.active > a,
  .home-header .nav.navbar-nav > li:hover:not(.nohover) > a {
    color: #fff;
    /*background-color: transparent;
    background-image: url(../images/home/navbg.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center 25px;*/
    transition: 0s;
  }
}
.home-header .nav.navbar-nav > li.active:hover > a,
.home-header .nav.navbar-nav > li.active:hover > a i,
.home-header .nav.navbar-nav > li:hover:not(.nohover) > a,
.home-header .nav.navbar-nav > li:hover:not(.nohover) > a i{
	color: #1492e9!important;
}
.home-header .mobile-navbtn {
  display: none;
}
@media (max-width: 767px) {
  .home-header .mobile-navbtn {
    width: 40px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: url(/static/image/jia.png) center no-repeat;
    background-size: 100%;
  }
  .home-header .mobile-navbtn.open {
    background: url(/static/image/jian.png) center no-repeat;
    background-size: 100%;
  }
  /*.home-header .mobile-navbtn.iconb {
    background: url(../images/home/jia-b.png) center no-repeat;
    background-size: 100%;
  }
  .home-header .mobile-navbtn.iconb.open {
    background: url(../images/home/jian-b.png) center no-repeat;
    background-size: 100%;
  }*/
}
.home-header .icon {
  display: inline-block;
  width: 13px;
  height: 8px;
  background: url(/static/image/but.png) no-repeat center;
  background-size: 100% 100%;
  margin-left: 8px;
}
@media (max-width: 991px) {
  .home-header .icon {
    display: none;
  }
}
.home-header .dropdown-menu.open {
  display: block !important;
}
.home-header .dropdown-menu.multi {
  position: absolute;
  left: 100% !important;
  right: 0;
  top: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0 !important;
}
.home-header .dropdown-menu.multi a {
  font-size: 12px;
}
@media (max-width: 767px) {
  .home-header .dropdown-menu.multi {
    position: static;
  }
}
@media (max-width: 767px) {
  .home-header .dropdown-menu {
    position: relative;
    width: 100%;
    margin: 0 0 5px;
  }
  .home-header .dropdown-menu.multi-dropdown {
    left: 0 !important;
  }
}
.home-header .dropdown-menu li {
  width: 100%;
  position: relative;
  font-size: 14px;
}
@media (max-width: 767px) {
  .home-header .dropdown-menu > li > a {
    position: relative;
  }
  .home-header .dropdown-menu em i {
    color: #333;
  }
}
.home-header .dropdown-menu > li > a {
  padding: 14px 20px;
}
.home-header .language img {
  vertical-align: middle;
  margin: -3px 0 0 5px;
}
.home-header .navbar-toggle {
  transition: 0s;
}
.home-header .navbar-toggle:focus,
.home-header .navbar-toggle:hover {
  background-color: #fff;
}
.home-header .navbar-toggle:focus .icon-bar,
.home-header .navbar-toggle:hover .icon-bar {
  background-color: #00023d;
}
.home-header .navbar-toggle:active {
  background-color: #00023d;
}
.home-header .navbar-toggle:active .icon-bar {
  background-color: #fff;
}
@media (max-width: 767px) {
  .home-header .navbar-toggle {
    margin: 12px 15px 0 0;
  }
  .home-header .dropdown-menu > li > a {
	  padding: 5px 20px;
	}
}
@media (max-width: 767px) {
  .home-header .navbar-collapse {
    background: #333;
    border: 0;
  }
}
.home-header .navbar-collapse > ul > li > .cut {
  width: 31px;
  height: 30px;
  padding: 0;
  margin-left: 10px;
  margin-right: 10px; 
  /*border: 1px solid rgba(255, 255, 255, 0.5);*/
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
@media (max-width: 1799px) {
  .home-header .navbar-collapse > ul > li > .cut {
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .home-header .navbar-collapse > ul > li > .cut {
    margin-left: 0px;
    width: 62px;
  }
}
.home-header .navbar-collapse > ul > li > .cut i {
  display: block;
  width: 31px;
  height: 30px;
  background: url(/static/image/lang.png) no-repeat center;
  background-size: 100% 100%;
  margin-left: 0px;
}
@media (min-width: 768px) {
  .home-header .search-box .header-top-sreach-box {
    position: absolute;
    right: 17px;
    top: 45px;
    z-index: 999;
    display: none;
  }
  .home-header .search-box .header-top-sreach-box .header-top-form {
    border: 1px solid #d9d9d9;
    display: block;
    float: right;
    position: relative;
    width: 180px;
    background-color: #fff;
  }
  .home-header .search-box .header-top-sreach-box .header-top-form-input {
    padding-right: 0;
    font-size: 12px;
    outline: none !important;
    display: block;
    width: 148px !important;
    height: 31px !important;
    border: 0 !important;
    float: left !important;
    padding-left: 8px !important;
    background-color: transparent !important;
  }
  .home-header .search-box .header-top-sreach-box .header-top-form-sbm {
    outline: none;
    width: 20%;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 81%;
    float: left;
    height: 31px;
    display: block;
    border: 0;
    background: url(../images/home/search.png) center center no-repeat;
  }
  .home-header .search-box .search-btn {
    display: inline-block;
    width: 24px;
    height: 25px;
    background: url(/static/image/fang.png) no-repeat center center;
    background-size: cover;
    padding: 0!important;
    margin-right: 0px;
    margin-top: 1px;
  }
}
@media (min-width: 991px) and (max-width: 1799px) {
  .home-header .search-box .search-btn {
    margin-right: 0px;
    margin-left: 10px
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-header .search-box .search-btn {
    margin-right: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home-header .search-box .header-top-sreach-box {
    right: 7px;
  }
}
@media (max-width: 767px) {
  .home-header .search-box .header-top-sreach-bigbox {
    position: relative;
    margin-top: 16px;
    text-align: center;
    display: block;
    width: 37px;
    height: 28px;
  }
  .home-header .search-box .header-top-sreach-box {
    position: relative;
    z-index: 999;
    margin-top: 10px;
  }
  .home-header .search-box .header-top-form {
    border: 1px solid #d9d9d9;
    display: flex;
    position: relative;
    width: 100%;
    background-color: #fff;
  }
  .home-header .search-box .header-top-form-input {
    padding-right: 0;
    font-size: 12px;
    outline: none !important;
    display: block;
    flex: 1;
    height: 31px !important;
    border: 0 !important;
    padding: 0 50px 0 8px !important;
    background-color: transparent !important;
  }
  .home-header .search-box .header-top-form-sbm {
    outline: none;
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 31px;
    display: block;
    border: 0;
    background: url(/static/image/search.png) center center no-repeat;
  }
  .home-header .search-box .search-btn img {
    vertical-align: middle;
    margin-top: -3px;
  }
  .home-header .search-box .search-btn {
    display: none;
  }
}
@media (min-width: 768px) {
  .home-header li.hasdrop {
    position: relative;
  }
  .home-header li.hasdrop .hasdrop-hover {
    position: absolute;
    background-color: #ebf0f4;
    padding: 20px;
    left: 0;
    transform: translateX(-50%);
    top: 100%;
    display: none;
  }
  .home-header li.hasdrop .hasdrop-hover .cont {
    display: flex;
    justify-content: space-between;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu .li {
    width: 220px;
    height: 80px;
    background-color: #d6dbdf;
    display: flex;
    align-items: center;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu .li a {
    font-size: 24px;
    color: #1f242a;
    text-indent: 1em;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu .li a i {
    display: none;
    width: 9px;
    height: 15px;
    background: url(/static/image/gtbulr.png) no-repeat center;
    background-size: cover;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu .li.active {
    background-color: #fff;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu .li.active a {
    color: #1492e9;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu .li.active a i {
    display: block;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item {
    display: none;
    padding: 20px 20px 0;
    background-color: #fff;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .list {
    width: 170px;
    margin-right: 10px;
    display: block;
    text-align: center;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .list .img {
    width: 100%;
    height: 180px;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .list .img img {
    /*width: 100%;*/
    height: 100%;
    object-fit: cover;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .list .font {
    width: 100%;
    line-height: 47px;
    font-size: 16px;
    color: #1f242a;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .but {
    display: block;
    width: 70px;
    height: 180px;
    background: #1492e9;
    color: #fff;
    line-height: 180px;
    text-align: center;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item.show1 {
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home-header li.hasdrop .hasdrop-hover {
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .home-header li.hasdrop .hasdrop-hover {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu .li {
    height: 50px;
    width: 180px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu .li {
    height: 45px;
    width: 125px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu .li a {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu .li a {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item {
    padding: 10px 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .list {
    width: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .list {
    width: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .list .img {
    height: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .list .img {
    height: 110px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .list .font {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .but {
    width: 60px;
    height: 150px;
    line-height: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .but {
    height: 110px;
    line-height: 110px;
  }
}


.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.header-top-sreach-pc {
  position: absolute;
  top: -36px;
  left: 500px;
  z-index: 5;
  height: 92px;
  width: 580px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
  opacity: 0;
}
.header-top-sreach-pc-cont {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-top-sreach-pc input {
  width: 100%;
  outline: none;
  /*border: none;*/
  padding: 0;
  margin-right: 10px;
}
.header-top-sreach-pc button {
  width: 17px;
  background-color: #fff;
  outline: none;
  border: none;
  padding: 0;
}
.header-top-sreach-pc button img {
  width: 100%;
}
.header-top-sreach-pc {
    position: absolute;
    top: -2px;
    left: 500px;
    z-index: 5;
    height: 90px;
    width: 580px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: left 0.3s linear;
    transition: left 0.3s linear;
    opacity: 0;
}
.home-header li.hasdrop .hasdrop-hover {
  box-shadow: 0 5px 10px rgba(0,0,0,.05);
}
.header-top-sreach-pc-cont form{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
  margin-left: 0;
}
.home-header .nav.navbar-nav > li {
  position: static;
}
.home-header .nav.navbar-nav .search-box,.home-header .nav.navbar-nav .dropdown {
  position: relative;
}
@media (min-width: 768px){
  .home-header li.hasdrop .hasdrop-hover {
    width: 100%;
    padding: 60px 0;
    transform: translateX(0);
    background: #fff;
    border-top: 1px solid #ebebeb;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu {
    width: 33%;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu .c-bigTitle {
    margin: 0;
    font-size: 32px;
    line-height: 1em;
    color: #333;
    padding-bottom: 50px;
    border-bottom: 1px solid #eee;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu .li {
    width: 100%;
    height: 60px;
    background-color: #fff;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu .li a {
    font-size: 20px;
    color: #555;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu .li.active {
    background-color: #fff5ef;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu .li.active a {
    color: #555;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu .li a i {
    margin-right: 20px;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont {
    width: 63%;
    z-index: 9999
  }
  .home-header li.hasdrop .hasdrop-hover .cont .c-hovcont {
    width: 100%;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item {
    padding: 0;
    margin-top: 70px
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .list {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 0 0 20px;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .c-hovcont .item .list {
    width: -webkit-calc(25% - 10px);
    width: calc(25% - 10px);
    margin: 0 0 20px;
  }

  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item.show1 {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .list .img {
    position: relative;
    height: 170px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .list .img img {
    transition: .6s;
    margin-right: 20px;
    width: 200px;
    max-width: 200px;
    height: auto;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .list:hover .img img {
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1); 
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .list .font {
    /*position: absolute;
    bottom: 0;
    left: 0;*/
    z-index: 2;
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    /*color: #fff;*/
    /*background: rgba(0,0,0,.3);*/
    text-align: left;
    flex: 1
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .but {
    display: block;
    width: 100%;
    height: 64px;
    background: #f5f5f5;
    color: #008cd6;
    line-height: 64px;
    transition: .6s;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .c-hovcont .item .but {
    width: -webkit-calc(25% - 10px);
    width: calc(25% - 10px);
    height: 170px;
    line-height: 170px;

  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .item .but:hover {
    color: #fff;
    background: #008cd6;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .c-list{
  	display: flex;
    flex-wrap: wrap;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .c-list .c-item {
    margin-bottom: 20px;
    display: inline-block;
    width: 49%;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .c-list .c-item:last-child {
    margin-bottom: 0;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .c-list .c-item .c-title{
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 28px;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .c-list .c-item .c-contact{
    margin-bottom: 5px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .c-list .c-item .c-email{
    margin-bottom: 5px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .c-list .c-item .c-address{
    padding-left: 0px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
  }
}
#c-ishome {
  display: none;
}
@media (max-width: 1500px){
  .home-header li.hasdrop .hasdrop-hover {
    padding: 30px 0;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovmenu .c-bigTitle {
    padding-bottom: 30px;
  }
  .home-header li.hasdrop .hasdrop-hover .cont .hovcont .c-list .c-item  {
    margin-bottom: 30px;
  }
}


.home-header-hover .navbar-default {
  background-color: #fff !important;
  border-bottom: 1px solid #ddd !important;
  background-image: none!important;
}
.home-header-hover .navbar-default .navbar-toggle .icon-bar {
  background-color: #333;
}
.home-header-hover .nav.navbar-nav > li > a {
  color: #333;
}
@media (max-width: 767px) {
  .home-header-hover .nav.navbar-nav > li > a {
    color: #fff;
  }
}
.home-header-hover .nav.navbar-nav > li > a {
  color: #333 !important;
}
@media (max-width: 767px) {
  .home-header-hover .nav.navbar-nav > li > a {
    color: #fff !important;
  }
}
.home-header-hover .nav.navbar-nav > li:last-child:before {
  background-color: #666;
}
.home-header-hover .navbar-collapse > ul > li > .cut {
  /*border: 1px solid rgba(0, 0, 0, 0.2);*/
}
@media (max-width: 992px) {
  .home-header-hover .navbar-collapse > ul > li > .cut {
    font-size: 14px;
  }
}
.home-header-hover .icon {
  background: url(/static/image/buthei.png) no-repeat center;
  background-size: 100% 100%;
}
.home-header-hover .search-box .search-btn {
  /*background: url(../images/home/fanghei.png) no-repeat center;
  background-size: cover;*/
}
.home-header-hover .navbar-collapse > ul > li > .cut i {
 /* background: url(../images/home/buthei.png) no-repeat center;
  background-size: 100% 100%;*/
}
.navbar-default .navbar-nav>.open>a.cut{
	background: none!important
}
.lang{
	/*width: 0px;*/
	margin-left: 0px!important;
}
@media (min-width: 767px) {
	.lang .dropdown-menu{
		width: 100px;
		min-width: 120px;
		right: -20px;
		top: 89px;
		border: none;
		margin-right: 0px;
		border-radius: 0px;
		background-clip:unset;
	}
}
.home-header .lang .dropdown-menu > li.disabled a{
	background: #ff6600;
	color: #fff
}
.home-header .lang .dropdown-menu > li > a{
	padding: 5px 20px
}

.home-header-hover2 .navbar-default {
  background-color: #fff !important;
  border-bottom: 1px solid #ddd !important;
  background-image: none!important;
}
.home-header-hover2 .navbar-default .navbar-toggle .icon-bar {
  background-color: #333;
}
.home-header-hover2 .nav.navbar-nav > li > a {
  color: #333;
}
@media (max-width: 767px) {
  .home-header-hover .nav.navbar-nav > li > a {
    color: #fff;
  }
}
.home-header-hover2 .nav.navbar-nav > li > a {
  color: #333 !important;
}
@media (max-width: 767px) {
  .home-header-hover .nav.navbar-nav > li > a {
    color: #fff !important;
  }
}
.home-header-hover2 .nav.navbar-nav > li:last-child:before {
  background-color: #666;
}
.home-header-hover2 .navbar-collapse > ul > li > .cut {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 992px) {
  .home-header-hover2 .navbar-collapse > ul > li > .cut {
    font-size: 14px;
  }
}
.home-header-hover2 .icon {
  background: url(../images/home/buthei.png) no-repeat center;
  background-size: 100% 100%;
}
.home-header-hover2 .search-box .search-btn {
  background: url(../images/home/fanghei.png) no-repeat center;
  background-size: cover;
}
.home-header-hover2 .navbar-collapse > ul > li > .cut i {
  background: url(../images/home/buthei.png) no-repeat center;
  background-size: 100% 100%;
}


.home-header .nav.navbar-nav > li.daima{
	padding-top: 32px;
	padding-left: 20px;
	padding-right: 60px;
}
@media (max-width: 1799px) {
  .home-header .nav.navbar-nav > li.daima{
		padding-top: 32px;
		padding-right: 20px
	}
}
@media (max-width: 1199px) {
	.home-header .nav.navbar-nav > li.daima{
		display: none;
	}
}
@media (max-width: 767px) {
	.home-header .nav.navbar-nav > li.daima{
		display: none;
	}
}
.home-header .nav.navbar-nav > li > a.f_navbut{
	/*padding: 0;*/
	font-size: 14px;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
	max-height: 100%
}

.banner{
	width: 100%;
	height: 100%;
	background: #999;
	position: relative;
	overflow: hidden;
}
.banner .banner1.swiper-container {
      width: 100%;
      height: 100%;
    }
.banner .banner1 .swiper-slide{
	 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;
      background-size: contain;
}

.banner .banner1 .swiper-slide video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: auto;
    object-fit:cover;
}
.banner .banner1 .swiper-slide .wap_video{
	display: none;
}

.banner_info{
	width: 1350px;
	display: flex;
	align-items: center;
}
.banner_txt{float: left;margin-top: 10%;width: 40%}
.banner_img{
	float: right;
	width: 60%
}
.banner_img img{
	max-height: 500px
}

.sa1{
	
	color: #fff;
	font-size: 48px;
	font-weight: bold;
}
.sa2{
	margin-top: 10px;
	padding-left: 0px;
	color: #fff;
	font-size: 30px;
	line-height: 50px;
}
.sbtn{
	display: inline-block;
	border: 1px solid #ff6600;
	color: #ff6600;
	padding: 5px 30px;
	margin-top: 30px;
	margin-left: 0px;
}
.sbtn i{
	font-size: 12px
}
a.sbtn:hover{
	color: #ff6600;
}

.m-video.index_video{
	display: none;
	position: relative;
	width: 100px;
	height: 100px;
	background: #fff;
	z-index: 1;
	background: url(/static/image/play1.png) center center no-repeat;
	background-size: 50px;
}

@media (max-width: 1401px){
	.banner_info{
		width: 1200px
	}
	.banner_txt{
		margin-left: 10%
	}
	.banner_img img{
		height: 400px;
		max-width: 100%
	}
	.sa1{
	
		color: #fff;
		font-size: 30px;
	}
	.sa2{
		font-size: 16px;
		padding-left: 0px;
		line-height: 1.5
	}
	.sbtn{
		padding: 5px 10px;
		height: auto;
	}	
}

@media (max-width: 1201px){
	.banner_info{
		width: 100%
	}
	.sa1{
	
		color: #fff;
		font-size: 30px;
	}
	.sa2{
		font-size: 20px;
		padding-left: 0px;
		line-height: 1.5
	}
	.sbtn{
		padding: 5px 10px;
		height: auto;
	}	
	
}
@media (max-width: 991px){
	.banner_info{
		flex-direction:column ;
	}
	.banner_txt{
		margin-left: 0px;
		padding-left: 0%;
		width: 100%;
		order: 2;
		text-align: center;
	}
	.banner_img{
		width: 100%;
		order: 1;
		text-align: center;
		margin-top: 0;
	}
	.banner_img img{
		height: auto;

	}
	.banner .banner1 .swiper-slide video {
	    display: none;
	}
	.banner .banner1 .swiper-slide .wap_video{
		display: block;
		height: 100%;
		min-width: 100%;
	    min-height: 100%;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%,-50%);
	    height: auto;
	    object-fit:cover;
	}
	.m-video.index_video{
		display: block;
	}
}

.banner .banner2{
	position: absolute;
	height: 170px;
	width: 100%;
	bottom: 20px;
	z-index: 1
}
@media (max-width: 1201px){
	.banner .banner2{
		z-index: -1;
		width: 1px;
		overflow: hidden;
	}	
}
.banner .banner2 .swiper-container{
	width: 990px;
	height: 100%;
}
@media (max-width: 1800px){
	.banner .banner2 .swiper-container{
		width: 790px;
	}	
	.banner .banner2{
		height: 150px;
	}
}
@media (max-height: 800px){	

	.banner_img img{
		max-height: 400px
	}
}
.banner .banner2 .swiper-container  .swiper-slide{
	
	padding: 30px 35px;
	box-sizing: border-box;
}
.banner .banner2 .swiper-container  .swiper-slide-thumb-active{
	border: 1px solid #9c9595;
	
}

.swiper-slide-thumb-active h2,.swiper-slide-thumb-active p,.swiper-slide-thumb-active a{
	opacity: .5
	
}
.banner .banner2 .swiper-container  .swiper-slide h2{
	color: #fff;
	font-size: 18px;
}
.banner .banner2 .swiper-container  .swiper-slide p{
	font-size: 12px;
	margin-top: 10px;
	height: 55px;
	color: #ccc
}
.banner .banner2 .swiper-container  .swiper-slide a{
	display: block;
	width: 100px;
	padding:5px 0; 
	border: 1px solid #ccc;
	text-align: center;
	color: #ccc;
	font-size: 12px;
}


.home-section1{
	margin-top: 60px;
}
.title{
	position: relative;
}
.title h2{
	font-size: 72px;
    color: #ff6600;
    font-family: "Impact";
    margin: 0 0 10px;
    line-height: 1;
    text-transform: uppercase;
}
.title p.tit{
	font-size: 36px;
    color: #333333;
    margin: 0 0 10px;
}
.title p.dec{
	font-size: 16px;
    color: #999999;
    margin: 0 0 0px;
}
.title p.dec1{
  font-size: 26px;
    color: #fff;
    line-height: 1.6;
    margin: 0 0 0px;
    font-weight: normal;
}
@media (max-width: 1201px){
	.title h2{
		font-size: 56px;
	}
	.title p.tit{
		font-size: 30px;
	}
	.title p.dec{
		font-size: 16px;
	}	
}
@media (max-width: 991px){
	.title h2{
		font-size: 36px;
	}
	.title p.tit{
		font-size: 26px;
	}
	.title p.dec{
		font-size: 16px;
	}	
}
@media (max-width: 776px){
	.title h2{
		font-size: 30px;
	}
	.title p.tit{
		font-size: 20px;
	}
	.title p.dec{
		font-size: 14px;
	}	
}





.h100{
  height: 100%
}
.home-section1 .item{
  margin-top: 30px;
  height: 900px;position: relative;
}

.item1{
	margin-top: 0px;
	position: relative;
	display: block;
}
.item1 .img{
	height: 90%;
	margin:0 auto;
	text-align: center;
	margin-top: 0%;
	display: flex;
    align-items: center;
    width: 50%
    
}
@media (max-width: 991px){
  .item1 .img{
    width: 100%
  }
}  
@media screen and (min-width:1200px){
  .trans1{
    display: block;
  }
  .trans1 img{
    transition: 0.3s;
  }
  .trans1:hover img{
    transform: scale(1.1);
  }
}

.item1 .img img{
	max-height: 100%;
	max-width: 100%;
	display: block;
	margin: 0 auto
}
.item1 h3{
	position: absolute;
	left: 0px;
	bottom: 20px;
	padding: 0 20px;
	line-height: 1.5;
	font-size: 18px;
	color: #555;
	display: block;
	width: 100%;
	height: 40px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}
.item_pro1 .item1,.item_pro2 .item1{
  height: 100%;
  display: flex;align-items: center;flex-wrap: nowrap;
}
@media (max-width: 991px){
  .item_pro1 .item1,.item_pro2 .item1{
    flex-direction: column;
  }
  
}

.item_pro1{
  height: calc(50% - 15px);
  margin-bottom:30px;

}
.item_pro2{
 height: calc(50% - 15px);

}
.item_pro1 .item1{
  background: #f1f1f1
}
.item_pro1 .item1 .img{
  order: 1
}
@media (max-width: 991px){
  .item_pro1 .item1 .img{
    order: 0
  }
  
}
.item_pro2 .item1{
 background: #fff1e8
}
.item_pro3 .item1{
  height: 100%;
  background:#e7f6fd;
  padding: 0 5%;
  box-sizing: border-box;
}
@media (max-width: 991px){
  .item_pro1 .item1,.item_pro2 .item1,.item_pro3 .item1{
    padding: 20px 10px
  }
}
.show_title{
  width: 30%;
  box-sizing: border-box;
  padding-left: 10%;
}
@media (max-width: 991px){
  .show_title{
    width: 100%;
    margin-top: 10px;
    padding-left: 0px;
    text-align: center;
  }
  
}
.item_pro2 .show_title{
   order: 2;
   padding-left: 0
}
@media (max-width: 991px){
  .item_pro2 .show_title{
     padding-left: 0
  }
}  
.item_pro3 .show_title{
  width: 100%;
}
.item_pro3  .item1 .img{
  height: 65%;
  width: 100%
}
.show_title p.p1{
    font-size: 40px;
    color: #ff6600;
    font-family: "Impact";
    text-transform: uppercase;
}

.show_title h2{
    font-size: 30px;
    margin: 10px 0 15px
}

.show_title p.p2{
    font-size: 18px;
}


.show_title p.p3{
    font-size: 18px;
    margin-top: 30px
}


@media (min-width: 991px){


	.home-section1 .col-md-3{
		width: 30%
	}
	.home-section1 .col-md-6{
		width: 40%
	}
}

@media (max-width: 991px){
  .home-section1 .item{
    height: auto;
  }
  .item_pro3{
    margin-top: 30px
  }
}

.home-section2{
	margin-top: 40px;
	position: relative;
	padding-top: 24%;
}
@media (max-width: 991px){


	.home-section2{
		margin-top: 20px;
		position: relative;
		padding-top: 24%;
	}
}
.img_bg{
	width: 100%;
	position: absolute;
	top: 0px;
}
.item_about{
	/*padding-top: 24%;
*/
	position: relative;
	/*background: #fff;
	height: 530px;*/
	width: 1200px;
	margin: 0 auto
	/*left: 50%;
	transform: translate(-50%, -60%);
	bottom: -100px;*/
}
@media (max-width: 1201px){
	.item_about{
		width: 950px;
	}
}
@media (max-width: 991px){
	.item_about{
		width: 100%;
	}
	/*.img_bg{
		position: relative;
	}*/
	.item_about{
		position: relative;
		padding-top: 0;
		height: auto;
		width: 100%;
		left: unset;
		transform: unset;
		/*bottom: -100px;*/
	}
}
.item_about .flex{
	display: flex;
	background: #ff6600;
    flex-wrap: wrap;
}

.box-col{
	/*flex: 1;*/
	flex: 0 0 25%;
    min-width: 20%;
    padding: 20px 30px;
}
.box-col .numbox {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    margin: 0 0 10px;
}
.box-col .numbox .incrementing {
    font-size: 60px;
    color: #fff;
    line-height: 1;
    vertical-align: text-top;
}
.box-col .numbox .symbol {
    font-size: 18px;
    color: #fff;
    vertical-align: bottom;
}
.box-col .txt {
    text-align: center;
    font-size: 14px;
    color: #fff;
}
@media (max-width: 1199px){
	.about-section2 .flex{
		padding-top: 20px
	}
	.box-col {
	    flex: 0 0 50%;
	    min-width: 50%;
	    padding: 0 10px;
	    margin: 0 0 20px;
	}
}

@media (max-width: 767px){
	.box-col .numbox {
	    padding: 10px 0 0;
	    margin: 0 0 10px;
	}
	.box-col .numbox .incrementing {
	    font-size: 30px;
	}
	.box-col .numbox .symbol {
	    font-size: 12px;
	    color: #fff;
	    vertical-align: bottom;
	}
}



.about_info{
	padding:20px;
	background:#fff;
}
.about_info p{
	margin: 10px 0;
	text-indent: 2em;
	line-height: 2;
	font-size: 14px
}
.about_info .btn{
	margin-top: 20px;
	padding: 7px 20px;
	border: 1px solid #ff6600;
	border-radius: unset;
	color: #ff6600;
	width: 120px;
}
.about_info .btn span{
	font-size: 12px;
}
.about_info .btn:hover{
	background: #ff6600;
	border: 1px solid #ff6600;
	color: #fff;
}


.home-section3{
	margin-top: 60px;
}
.home-section3 .item{
  padding: 0px;
  position: relative;
  text-align: center;
}
/*.home-section3 .item:first-child{
	padding-right: 0px;
	position: relative;
	text-align: center;
}
.home-section3 .item:last-child{
	padding-left: 0px;
	position: relative;
	text-align: center;
}*/
.home-section3 .item img{
	width: 100%
}
.home-section3 .item .txt{
/*	background-image: linear-gradient(-90deg,rgba(100,154,235,0),rgba(99,104,212,0));
    background-image: -ms-linear-gradient(-90deg,rgba(100,154,235,0) 0,rgba(99,104,212,0) 100%);
*/    position: absolute;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    color: #fff;
    transition: all .2s;
    display: block;
    width: 100%;
}
.home-section3 .item .txt .row1{
	display: flex;
    flex-wrap: wrap;
    height: 100%
}
.home-section3 .item .txt .align-items-center {
    align-items: center!important;
}
.home-section3 .item .txt .row1 .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.home-section3 .item .txt .row1 .col h3{
    font-size: 30px;
}
.home-section3 .item .txt .row1 .col p{
    padding: 20px 0 40px 0px;
    font-size: 18px;
}
.home-section3 .item .txt .more {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    padding: 12px 10px;
    width: 160px;
    border: 1px solid #fff;
    transition: all .5s;
}
.home-section3 .item .txt .more span {
    font-size: 14px;
}


@media (max-width: 991px) {
	.home-section3 .item .txt .row1 .col h3{
    	font-size: 24px;
	}
  .home-section3 .item .txt .row1 .col p {
     padding: 10px 0 20px 0px;
     font-size: 14px;
  }
  .home-section3 .item .txt .more{
  	width: 100px;
  	padding: 5px 0px;
  	font-size: 12px;
  }
}

.home-section4 {
  padding: 80px 0;
}
@media (max-width: 1440px) {
  .home-section4 {
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  .home-section4 {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .home-section4 {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  .home-section4 {
    padding: 30px 0;
  }
}
.home-section4 .flexbox {
  display: flex;
}
@media (max-width: 767px) {
  .home-section4 .flexbox {
    flex-direction: column;
  }
}
.home-section4 .flexbox .leftbox {
  flex: 0 0 400px;
  min-width: 400px;
  margin: 0 50px 0 0;
  position: relative;
}
@media (max-width: 1440px) {
  .home-section4 .flexbox .leftbox {
    margin: 0 40px 0 0;
    flex: 0 0 250px;
    min-width: 250px;
  }
}
@media (max-width: 991px) {
  .home-section4 .flexbox .leftbox {
    margin: 0 30px 0 0;
    flex: 0 0 220px;
    min-width: 220px;
  }
}
@media (max-width: 767px) {
  .home-section4 .flexbox .leftbox {
    flex: inherit;
    min-width: inherit;
    margin: 0;
  }
}

.home-section4 .flexbox .leftbox a.alink{
	position: absolute;
	bottom: 0;
	left: 0px;
	color: #ff6600;
	display: flex;
	align-items: center;
}
.home-section4 .flexbox .leftbox a.alink i{
	display: block;
	margin-right: 10px;
	height: 33px;
	width: 45px;
	background: url(/static/image/video_link.png) center center no-repeat;
}

.home-section4 .flexbox .rightbox {
  flex: 1;
  overflow: hidden;
  
  background: #000
}
.home-section4 .flexbox .rightbox .swiper-container .swiper-slide{
	overflow: hidden;
}
.home-section4 .flexbox .rightbox .swiper-container .swiper-slide img{
	width: 100%;
  	height: auto;
}
@media (max-width: 1800px) {
  .home-section4 .flexbox .rightbox {
    width: 100%;
    height: auto;
  }
  /*.home-section4 .flexbox .rightbox img{
    width: 100%;
    height: auto;
  }*/
  .home-section4 .flexbox .rightbox .swiper-container .swiper-slide img{
	width: 100%;
    height: auto;
  }
}
@media (max-width: 1201px) {
	.home-section4 .flexbox .leftbox a.alink{
		font-size: 12px;
	}
   .home-section4 .flexbox .leftbox a.alink i{
		background-size: 65%;
		margin-right:0px;
	}
}
@media (max-width: 991px) {
	
  .home-section4 .flexbox .rightbox {
    width: 100%;
    height: auto;
  }
  .home-section4 .flexbox .rightbox .swiper-slide,.home-section4 .flexbox .rightbox .swiper-container{
    width: 100%;
    height: 100%;
  }
  .home-section4 .flexbox .rightbox .swiper-container .swiper-slide img{
    width: 100%;
    height: 100%;
  }

}
@media (max-width: 767px) {
	.home-section4 .flexbox .leftbox a.alink{
		top: 10%;
		right: 0px;
		bottom: unset;
		left: unset;
		font-size: 12px;
	}
   .home-section4 .flexbox .leftbox a.alink i{
		background-size: 50%;
		margin-right:0px;
	}
  .home-section4 .flexbox .rightbox .swiper-slide,.home-section4 .flexbox .rightbox .swiper-container{
    width: 100%;
    height: auto;
  }
  .home-section4 .flexbox .rightbox .swiper-container .swiper-slide img{
    width: 100%;
    height: auto;
  }
  .home-section4-tabs {
    display: flex;
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
.home-section4 .swiper-slide{
	position: relative;
}
.home-section4 .swiper-slide .title{
	position: absolute;
	left: 0px;
	height: 37px;
	line-height: 37px;
	bottom: 3%;
	z-index: 1;
	color: #fff;
	padding-left: 0px;
	margin-left: 30px;

}
.home-section4 .swiper-slide .title i{
	display: inline-block;
	width: 37px;
	height: 37px;
	background: url(/static/image/play1.png) center center /cover no-repeat;
	vertical-align: middle;
	margin-right: 5px;
}


.home-section4-tabs a {
  width: 100%;
  /*height: 60px;*/
  padding: 20px 0px;
  display: flex;
  /*justify-content: center;*/
  padding-left: 20px;
  align-items: center;
  margin: 0 0 0px;
  background: #f0f0f0;
  color: #555;
  font-size: 16px;
  transition: 0.3s;
  text-decoration: none;
}
@media (max-width: 991px) {
  .home-section4-tabs a {
    height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .home-section4-tabs a {
    flex: 1;
    margin: 0;
  }
}
@media (max-width: 575px) {
  .home-section4-tabs a {
    font-size: 14px;
    height: 40px;
  }
}
.home-section4-tabs a:last-child {
  margin: 0;
}
.home-section4-tabs a.active {
  background: #ff6600;
  color: #fff;
}
.home-section4-swiper {
  width: 100%;
}


/* 伙伴 */
.home-section5 {
	position: relative;
	padding: 90px 0 150px;
	background: url(/static/image/hezuo.jpg)repeat;
	height: 985px;
}
@media (max-width: 1201px) {
  .home-section5{
   padding: 40px 0 10px;
  }
}
.home-section5 .c-container {
	index:3;
}

.home-section5 .flexbox {
  display: flex;
}
@media (max-width: 1201px) {
  .home-section5 .flexbox {
    flex-direction: column;
  }
}
.home-section5 .flexbox .leftbox {
  flex: 0 0 400px;
  min-width: 400px;
  margin: 0 50px 0 0;
  text-align: right;
}
@media (max-width: 1800px) {
  .home-section5 .flexbox .leftbox {
    margin: 0 40px 0 0;
    flex: 0 0 250px;
    min-width: 250px;
  }
}
@media (max-width: 991px) {
  .home-section5 .flexbox .leftbox {
    margin: 0 30px 0 0;
    flex: 0 0 220px;
    min-width: 220px;
  }
}
@media (max-width: 1201px) {
  .home-section5 .flexbox .leftbox {
    flex: inherit;
    min-width: inherit;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .home-section5 .flexbox .leftbox {
    flex: inherit;
    min-width: inherit;
    margin: 0;
  }
}

@media (max-width: 1201px) {
  .home-section5 .flexbox .leftbox .title{
    text-align: center;
  }
}
.home-section5 .flexbox .leftbox .txt{
	padding: 5px 0
}
@media (max-width: 1201px) {
  .home-section5 .flexbox .leftbox .txt{
    text-align: center;
  }
}
.home-section5 .flexbox .leftbox .txt h3{
	font-family: "Impact";
  font-size: 60px;
  color: #ff6600;
  padding: 25px 0 30px;
}
@media (max-width: 1201px) {
  .home-section5 .flexbox .leftbox .txt  h3{
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .home-section5 .flexbox .leftbox .txt  h3{
    font-size: 30px;
  }
}
.home-section5 .flexbox .leftbox .txt p{
  font-size: 18px;
  color: #555;
}
@media (max-width: 991px) {
  .home-section5 .flexbox .leftbox .txt  p{
    font-size: 14px;
  }
}

.home-section5 .flexbox .rightbox {
  flex: 1;
  overflow: hidden;
  padding: 120px 100px 0;
  flex-wrap: wrap;
  display: flex;
}
@media (max-width: 1800px) {
  .home-section5 .flexbox .rightbox{
    padding: 50px 50px 0 0;
  }
}
@media (max-width: 1201px) {
  .home-section5 .flexbox .rightbox{
    padding: 50px 0px 0 0;
  }
}


.home-section5 .flexbox .rightbox .c-banner2{
	/*width: 80%;*/
	margin-left: 0
}
.home-section5 .flexbox .align-items-center{
	align-items: center!important;
}
.home-section5 .navi{
	position: relative;
	margin: 0 5%
}
.home-section5 .pre{
	display: none;
}
.home-section5 .swiper-button-prev:focus,.home-section5 .swiper-button-next:focus{
	outline: -webkit-focus-ring-color auto 0px;
}
.home-section5 .swiper-button-prev{
	background: url(/static/image/left_btn.png) center center no-repeat;
}
.home-section5 .swiper-button-next{
	background: url(/static/image/right_btn.png) center center no-repeat;
}
.home-section5 .swiper-button-prev.swiper-button-disabled{
	background: url(/static/image/left_btn_hover.png) center center no-repeat;
}
.home-section5 .swiper-button-next.swiper-button-disabled{
	background: url(/static/image/right_btn_hover.png) center center no-repeat;
}
@media (max-width: 1201px) {
  .home-section5 .flexbox .rightbox {
	  order: 2;
  }
  .home-section5 .flexbox .leftbox {
	  order: 1;
  }
  .home-section5 .pre{
		display: block;
	}
	.home-section5 .navi{
		display: none;
	}
}
@media (max-width: 991px) {
	.home-section5 .flexbox .rightbox{
		padding: 20px 15px
	}
	.home-section5 .pre{
		display: block;
	}
	.home-section5 .navi{
		display: none;
	}
}

.home-section5 .c-banner2 {
	padding-bottom:95px;
}
.home-section5 .c-banner2 .c-wrap{
	height: 110px;
	background: #fff;
	text-align: center;
}
.home-section5 .c-banner2 .c-wrap img {
	max-width: 100%;
	height:100%;
	object-fit: cover;
}
.home-section5 .c-banner2 .swiper-pagination {
	bottom:0;
}
.home-section5 .c-banner2 .swiper-pagination-bullet {
	opacity: 1;
	background: #fff;
}
.home-section5 .c-banner2 .swiper-pagination-bullet-active {
	background: #bb1c14;
}
.home-section52 {
	padding: 80px 0 120px;
	background: #fff;
}
.home-section52 .c-main-wrap {
	box-shadow: 0 2px 30px rgba(84,0,0,.07);
}
.c-banner11-top {
	padding-bottom: 10px;
}
.c-banner11-top .swiper-slide {
	height: 90px;
	font-size: 30px;
	line-height: 90px;
	text-align: center;
	color: #333;
	background: #ddd;
	cursor: pointer;
	transition: .5s;
}
.c-banner11-top .swiper-slide::before{
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	transition: .5s;
}
.c-banner11-top .swiper-slide-thumb-active::before,.c-banner11-top .swiper-slide:hover::before {
	border-top: 10px solid #bb1c14;
}
.c-banner11-top .swiper-slide-thumb-active,.c-banner11-top .swiper-slide:hover {
	background: #bb1c14;
	color: #fff;
}

.c-banner11-bottom .swiper-slide .c-wrap{
	margin: 0 -10px;
	padding: 45px 35px 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.c-banner11-bottom .swiper-slide .c-img-box {
	margin-bottom: 20px;
	padding: 0 10px;
	width: 14.28%;
	height: .82rem;
}
.c-banner11-bottom .swiper-slide .c-img-box .c-box{
	border: 1px solid #eeeeee;
	height: 100%;
	overflow: hidden;
}
.c-banner11-bottom .swiper-slide .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}




.home-section6{
	padding-bottom: 60px;
	padding-top: 60px;
	background: #Fff;
}
.home-section6{
  padding: 60px 0
}

.home-section6 h2.title{
  text-align: center;
  font-size: 30px;
  color: #333;
  margin-bottom: 40px
}
.home-section6 .title a.alink{
	position: absolute;
	top: 50%;
	right: 0px;
	color: #ff6600;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
}
.home-section6 .title a.alink i{
	display: block;
	margin-right: 10px;
	height: 35px;
	width: 35px;
	background: url(/static/image/news_link.png) center center no-repeat;
}

.home-section6 .item_news{
  width: 100%;
  display: block;
  transition: 0.3s;
  margin-top: 40px
}

.home-section6 .item_news .img{
  width: 100%;
  height: 290px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.home-section6 .item_news .img img{
  width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
.home-section6 .item_news:hover .img img{
  transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
}
.home-section6 .item_news .c-text-box{
  padding-top: 20px;
}
.home-section6 .item_news .c-title{
  font-size: 16px;
  padding: 10px 0;
  color: #555;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-section6 .item_news .c-dec{
  font-size: 14px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px 0 30px;

}
.home-section6 .item_news .btn{
  width: 100px;
  text-align: center;
  border: 1px solid #a8a8a8;
  display: block;
  color: #a8a8a8;
  padding: 5px 0;
  border-radius: unset;
}
.home-section6 .item_news .btn i{
  font-size: 12px
}
@media (max-width: 1201px) {

  .home-section6 .title a.alink i{
		background-size: 65%;
		margin-right:0px;
  }
}
@media (max-width: 991px) {
  .home-section6 .item_news .img{
   height: 220px;
  }
  .home-section6 .item_news .c-text-box{
    padding-top: 0;
  }
  .home-section6 .item_news .c-dec{
    margin: 10px 0 10px;
  }

  .home-section6 .title a.alink i{
		background-size: 50%;
		margin-right:0px;
  }
}
@media (max-width: 575px) {
	.home-section6 .item_news{
	  margin-top: 20px
	}
  .home-section6 .item_news .img{
   height: 180px;
  }
}
a:focus, a:hover{
	text-decoration: none;
}

.home-section7{
	background: #ff6600;
	height: 100px;
	
}

.home-section7 p.p1{
	line-height: 100px;
	color: #fff;
	background: url(/static/image/gp.jpg) left top no-repeat;
	padding-left: 160px;
}
.home-section7 p.p2{
	line-height: 100px;	
	color: #fff;
}
.home-section7 p.p2 i{
	display: inline-block;
	vertical-align: middle;
	margin-left:10px;
	margin-right: 20px;
	width: 51px;
	height: 60px;
	background: url(/static/image/ico_map.png) center top no-repeat;
}

@media (max-width: 767px) {
	.home-section7{
		height: 60px;
		overflow: hidden;
	}
	.home-section7 p.p1{
		line-height: 60px;
		color: #fff;
		background: url(/static/image/gp.jpg) left top no-repeat;
		padding-left: 90px;
		background-size:  auto 60px;
		white-space: nowrap;
		font-size: 14px;

	}
}

.home-footer {
  padding: 50px 0 50px;
  background: url(/static/image/fbg.png) center top  no-repeat #333333;
  /*height: 404px;*/
}
.fline{
	width: 100%;
	display: block;
	height: 2px;
	background: url(/static/image/fline.png) repeat-x;
	border: none;
	clear: both;
}

@media (max-width: 991px) {
  .home-footer {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .home-footer {
    padding: 30px 0;
  }
}
.home-footer .flogo {
  width: 235px;
  margin: 0 auto 50px;
}
@media (max-width: 575px) {
  .home-footer .flogo {
    width: 260px;
    margin: 0 auto 30px;
  }
}
.home-footer .flogo img {
  width: 100%;
}
.home-footer .fnavmenu {
  display: flex;
  justify-content: center;
  margin: 20px 0 20px;
}
@media (max-width: 991px) {
  .home-footer .fnavmenu {
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .home-footer .fnavmenu {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .home-footer .fnavmenu {
    margin: 30px 0 30px;
  }
}
.home-footer .fnavmenu li {
  position: relative;
  margin: 0 130px 0 0;
}
.home-footer .fnavmenu li:last-child{
	margin-right: 0
}
@media (max-width: 1199px) {
  .home-footer .fnavmenu li {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 767px) {
  .home-footer .fnavmenu li {
    margin: 0 10px 10px 10px;
  }
}
.home-footer .fnavmenu li a {
  font-size: 16px;
  color: #fff;
  transition: 0.3s;
}
.home-footer .fnavmenu li a:hover {
  color: #bad618;
}
@media (max-width: 991px) {
  .home-footer .fnavmenu li a {
    font-size: 14px;
  }
}

.home-footer .copyright {
  font-size: 13px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  color: #6a6a6a
}
@media (max-width: 575px) {
  .home-footer .copyright {
    line-height: 1.8;
  }
}
.home-footer .copyright a {
  color: #fff;
  transition: 0.3s;
  color: #6a6a6a
}
.home-footer .copyright a:hover {
  color: #bad618;
}

.home-footer-contact{
	color: #fff;
	width: 1200px;
	margin:40px auto;
}
@media (max-width: 1200px) {
  .home-footer-contact {
    margin: 20px auto;
    width: auto;
  }
}
.home-footer-contact:after{
	content: "";
	clear: both;
	display: block;
}
.home-footer-contact .c-ico-box{
	float: left;
	width: 16%;
	display: block;
	margin-top: 5px
}
.home-footer-contact .c-ico-box .c-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    background: rgba(2555,255,255,.1);
    transition: all 0.5s;
    color: #fff;
    background: #999;
}
.home-footer-contact .con1,.home-footer-contact .con2,.home-footer-contact .con3,.home-footer-contact .con4{
	float: left;
	text-align: center;
	font-size: 14px;
}
.home-footer-contact .con1{
	width: 33%;
}
.home-footer-contact .con2{
	width: 18%;
}
.home-footer-contact .con3{
	width: 15%;
}
.home-footer-contact .con4{
	width: 18%;
}


.home-footer-contact .c-weixin{
	display: none;
	position:fixed;
	z-index: 910;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,.5);
}
.home-footer-contact .c-weixin .c-img-box {
	position: absolute;
	top:50%;
	left:50%;
	margin: -138px 0 0 -120px;
	padding: 20px;
	width: 240px;
	background:#fff;
	overflow: hidden;
}
.home-footer-contact .c-weixin .c-img-box img {
	width: 100%;
	margin-bottom: 20px;
}
.home-footer-contact .c-weixin .c-img-box p {
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	color: #555;
}






/*内页*/
.fixedboximg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.fixedboximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.basebannerbox {
  height: 810px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.basebannerbox .title p.dec{
	color: #fff
}

@media (max-width: 991px) {
  .basebannerbox {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .basebannerbox {
    height: 350px;
  }
}
.basebannerbox .c-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 160px;
  width: 100%;
}
@media (max-width: 991px) {
  .basebannerbox .c-box {
    top: 160px;
  }
}
@media (max-width: 767px) {
  .basebannerbox .c-box {
    top: 80px;
    justify-content: center;
  }
}
.basebannerbox .c-box .c-item {
  width: 295px;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  background: #fff;
}
@media (max-width: 991px) {
  .basebannerbox .c-box .c-item {
    width: 140px;
    padding: 10px;
  }
}
.basebannerbox .c-box .c-item:last-child {
  margin: 0 60px 0 10px;
}
@media (max-width: 991px) {
  .basebannerbox .c-box .c-item:last-child {
    margin: 0 100px 0 10px;
  }
}
@media (max-width: 575px) {
  .basebannerbox .c-box .c-item:last-child {
    margin: 0 0 0 10px;
  }
}
.basebannerbox .c-box .c-item .c-img-box {
  margin-right: 20px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #1492e9;
  overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 991px) {
  .basebannerbox .c-box .c-item .c-img-box {
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }
}
.basebannerbox .c-box .c-item .c-img-box img {
  width: 60%;
	height: auto;
  vertical-align: top;
}
.basebannerbox .c-box .c-item .c-title {
  font-size: 18px;
  line-height: 28px;
  color: #1f242a;
  width: -webkit-calc(4%);
  width: calc(100% - 96px);
}
@media (max-width: 991px) {
  .basebannerbox .c-box .c-item .c-title {
    font-size: 12px;
    line-height: 15px;
    width: -webkit-calc(60%);
    width: calc(100% - 40px);
  }
}
.basebannerbox .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  color: #fff;
  font-weight: bold;
  font-size: 50px;
  line-height: 59px;
}
@media (max-width: 1440px) {
	.basebannerbox .cont{
		font-size: 40px;
		line-height: 49px;
	}
}
@media (max-width: 767px) {
  .basebannerbox .cont {
    width: 100%;
    font-size: 30px;
    line-height: 35px;
  }
}
.basebannerbox p.tit {
  width: 585px;
  color: #fff;
  font-weight: normal;
}
@media (max-width: 991px) {
  .basebannerbox .tit {
    width: 100%;
  }
}

/*.basebannerbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}*/
.basebannerbox .icont {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 209px;
}
@media (min-width: 1921px) {
  .basebannerbox .icont {
    height: 33%;
  }
}
@media (max-width: 1199px) {
  .basebannerbox .icont {
    height: 115px;
  }
}
@media (max-width: 991px) {
  .basebannerbox .icont {
    height: 95px;
  }
}
@media (max-width: 767px) {
  .basebannerbox .icont {
    height: 70px;
  }
}
@media (max-width: 575px) {
  .basebannerbox .icont {
    height: 51px;
  }
}



/*productlist*/


.s1-item{background:#fff;margin:15px 0;transition:all .3s ease-in-out 0s;}
.s1-item a{display:block;position:relative;text-decoration:none;overflow:hidden}
.s1-img{position:relative}
.s1-img{display:block;overflow:hidden;height: 445px;background: #f2f2f2;align-items: center!important;display: flex;
    flex-wrap: wrap;}
.s1-img img{width:100%;height:auto;margin:0 auto;transition:.6s;vertical-align: middle;flex-basis: 0;max-width: 100%;max-height: 100%}
.s1-item:hover{box-shadow:0 22px 40px rgba(0,0,0,.16)}
.s1-item:hover .s1-img img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
.s1-img:before{position:absolute;content:"";z-index:2;display:block;left:0;right:0;top:0;bottom:0;border:1px solid #fff;transition:all .3s ease-in-out 0s;opacity:0}
.s1-item:hover .s1-img:before{opacity:.8;left:10px;right:10px;top:10px;bottom:20px}
.s1-img:after{content:"";display:block;position:absolute;height:40px;width:46px;right:35px;bottom:-40px;transition:all .3s ease-in-out 0s;z-index:3}
.s1-item:hover .s1-img:after{bottom:10px}
.s1-text{padding:15px;position:relative;border: 1px solid #f2f2f2;}
.s1-text:before{z-index:4;background:#fff;position:absolute;content:"";display:block;height:10px;left:0;right:0;top:0;transition:all .3s ease-in-out 0s}
.s1-text h4{position:relative;top:0;transition:all .3s ease-in-out 0s;margin-bottom:15px;font-size:15px;width:70%;color:#262626;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
/*.s1-item:hover .s1-text h4{color:#ff6600}*/
.s1-text p{position:relative;top:0;left:0;margin-right:200px;font-size:12px;color:#6e6e6e;height:20px;transition:all .3s ease-in-out 0s;line-height:20px;margin-bottom:10px;margin-top:12px;overflow:hidden}
.s1-text div.more{
	position:absolute;top:30px;right:20px;width:100px;height:30px;line-height: 30px;transition:all .3s ease-in-out 0s;
	overflow:hidden;border: 1px solid #a8a8a8;text-align: center;color: #a8a8a8;font-size: 12px
}

.s1-text .line{display:block;position:absolute;height:10px;background:#ff6600;left:0;right:0;bottom:-11px;text-align:center;transition:all .3s ease-in-out 0s}
@media (min-width: 1201px){
	.s1-item:hover .s1-text .line{bottom:0}
	.s1-item:hover .s1-text:before{top:-10px}
	.s1-item:hover .s1-text h4{top:-10px}
	.s1-item:hover .s1-text p{top:-10px}
	.s1-item:hover .s1-text .more{top:20px}
}
@media (max-width: 1800px){
	.s1-img{
		height: 300px
	}
}
@media (max-width: 1201px){
	.s1-text div.more{
		top:30px;right:10px;width:70px;
	}
}
@media (max-width: 991px){
	.s1-text h4{width: 70%}

	.s1-img{border: 0px solid #f2f2f2;border-bottom: unset;padding: 1px;height: auto;}
	.s1-img img{width:100%;height:auto;flex-basis:unset;}
	.s1-text div.more{
		top:30px;right:20px;width:100px;
	}
}
@media (max-width: 767px){
	

}
@media (max-width: 575px){
	.s1-text div.more{
		right:10px;
		width:80px;height:30px;line-height: 30px;
	}

}


/*videolist*/

.videolist{padding: 30px 0 0}
.video-item{background:#fff;margin:15px 0;transition:all .3s ease-in-out 0s;}
.video-item a{display:block;position:relative;text-decoration:none;overflow:hidden}
.video-img{position:relative}
.video-img{display:block;overflow:hidden;height: 440px;background: #f2f2f2;align-items: center!important;display: flex;
    flex-wrap: wrap;}
.video-img img{max-width:100%;height:auto;margin:0 auto;transition:.6s;max-height: 100%;height: 100%}
.video-item:hover{box-shadow:0 22px 40px rgba(0,0,0,.16)}
.video-item:hover .video-img img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
.video-img:before{position:absolute;content:"";z-index:2;display:block;left:0;right:0;top:0;bottom:0;border:1px solid #fff;transition:all .3s ease-in-out 0s;opacity:0}
.video-item:hover .video-img:before{opacity:.8;left:10px;right:10px;top:10px;bottom:20px}
.video-img:after{content:"";display:block;position:absolute;height:42px;width:34px;left:50%;margin-left:-17px;/*right:35px;bottom:-40px;*/
transition:all .3s ease-in-out 0s;z-index:3;background: url(/static/image/play.png) no-repeat;z-index: 1}
.video-item:hover .video-img:after{}
.video-text{padding:15px;position:relative;border: 1px solid #f2f2f2;}
.video-text:before{z-index:4;background:#fff;position:absolute;content:"";display:block;height:10px;left:0;right:0;top:0;transition:all .3s ease-in-out 0s}
.video-text h4{position:relative;top:0;transition:all .3s ease-in-out 0s;margin-bottom:15px;font-size:15px;color:#262626;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
/*.video-item:hover .video-text h4{color:#ff6600}*/
.video-text p{position:relative;top:0;left:0;margin-right:200px;font-size:12px;color:#6e6e6e;height:20px;transition:all .3s ease-in-out 0s;line-height:20px;margin-bottom:10px;margin-top:12px;overflow:hidden}
.video-text div.more{
	position:absolute;top:30px;right:20px;width:100px;transition:all .3s ease-in-out 0s;
	padding: 5px;
	overflow:hidden;border: 1px solid #a8a8a8;text-align: center;color: #a8a8a8;font-size: 12px;border-radius: 15px
}

.video-text .line{display:block;position:absolute;height:10px;background:#ff6600;left:0;right:0;bottom:-11px;text-align:center;transition:all .3s ease-in-out 0s}
.video-item:hover .video-text .line{bottom:0}
.video-item:hover .video-text:before{top:-10px}
.video-item:hover .video-text h4{top:-10px}
.video-item:hover .video-text p{top:-10px}
.video-item:hover .video-text .more{top:20px}
@media (min-width: 1201px){
	
	.video-img{height: 260px;}
}

@media (min-width: 1800px){
	
	.video-img{height: 440px;}
}
@media (max-width: 1201px){
	.videolist{padding: 0px 0 0}
	.video-img{height: 260px;}
	.video-img img{height: 100%;width: auto;}
	.video-text h4{
		width: 60%
	}
	.video-text div.more{
		width: 80px;
		right: 10px
	}
}

/*path*/
.pathto{
	margin-bottom: 15px;
}
.pathto .breadcrumb{
	background:none!important;
	margin-bottom: 0px;
	padding:30px 15px 30px
}
.pathto i{
	color: #ccc;
	margin-right: 10px
}
.pathto span.interval{
	padding: 0 10px
}

.pathto .line{
	border-bottom: 1px solid #ebebeb
}

.pathto .nav{
    float: right;
  }
.pathto .nav>li{
    display: inline-block;
  }
.pathto .nav>li>a{
  	padding:30px 15px 30px;
  	font-size: 16px;
  }
.pathto .nav>li>a:focus, .pathto .nav>li>a:hover {
    text-decoration: none;
    background-color: unset;
}
.pathto .nav>li>a.active {
    color: #ff6600;
    border-bottom: 1px solid #ff6600
}
.pathto .nav .dropdown-menu{
	padding: 0;
	/*margin: 0px;*/
	border-radius: 0;
	border: none;
}
.pathto .nav .dropdown-menu>li>a{
	display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.pathto .nav  .dropdown-menu>li>a:focus,.pathto .nav  .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ff6600;
}
@media (max-width: 992px){
	.pathto .breadcrumb{
		border-bottom: 1px solid #ebebeb
	}
	.pathto .nav{
		float: unset;
		width: 100%;
	    padding: 10px 0;
	    overflow: auto;
	    display: block;
	    
	    white-space:nowrap
	}
	.pathto .nav>li>a{
	  	padding:10px 6px 10px;
	  	font-size: 16px;
	}
	.pathto .nav>li>a.active {
		    color: #ff6600;
		    border-bottom: unset;
	}
	.pathto .line{
		
	}
}

/*pages*/
.pages{
        display: block;
        text-align: right;
        margin: 50px 0
      }
      .pages a,.pages span{
        border: 1px solid #eee;
        padding: 0 10px;
        margin: 0px 2px 0px 4px;
        display: inline-block;
        color: #333;
        overflow: hidden;
        height: 30px;
        line-height: 30px;
        vertical-align: text-top;
        border-radius: 3px;
      }
      .pages span{
        border: 1px solid #ff6600;
        color: #ff6600
      }
      /*.pages a.a1:first-child{
        display: none;
      }*/
      .pages a.a1:nth-child(2),.pages a.a1:last-child{
        width: 30px;
        font-size: 0px;
        position: relative;
      }
      .pages a.a1:nth-child(2):after{
        content: "<";
        position: absolute;
        left: 0px;right: 0px;
        top: 0px;
        font-size: 16px;
        text-align: center;
      }
      .pages a.a1:last-child:after{
        content: ">";
        position: absolute;
        left: 0px;right: 0px;
        top: 0px;
        font-size: 16px;
        text-align: center;
      }
.pline{
	border-top: 1px solid #ebebeb
}

@media (min-width: 1800px){
	.container {
	    width: 1800px;
	}
}

/*media query*/
@media screen and (min-width:992px){
  	.header .nav{display:block !important;}
  	.home-section3 .item .txt:active, .home-section3 .item .txt:focus, .home-section3 .item .txt:hover {
    	background-image: linear-gradient(-90deg,rgba(33,33,33,.3),rgba(66,66,66,.3));
    	/*background-image: -ms-linear-gradient(-90deg,rgba(100,154,235,.8) 0,rgba(99,104,212,.8) 100%);*/
  	}
  	.home-section3 .item .txt:active .more, .home-section3 .item .txt:focus .more, .home-section3 .item .txt:hover .more{
  		border-radius: 25px;
  		background: #fff;
  		color: #000
  	}
  	.home-section4-tabs {
	    margin-top: 40px;
	  }
  	.home-section4-tabs a {
	    width: 120px;
	}
	.home-section4-tabs a.active{
		width: 145px;
	}

	/*.home-section6 .container{
		padding-left: 37px;
		padding-right: 37px;
	}
	.home-section6 .row{
		margin-left: -37px;
		margin-right: -37px;
	}
	.home-section6 .col-md-3{
		padding-left: 37px;
		padding-right: 37px;
	}*/

	.item_news:hover{
		transform: translate(0, -5px);
		box-shadow: 0px 0px 10px 0px #ffffff;
	}

	.home-footer .container{
		width: 1200px;
	}
	.home-section7 .container{
		width: 1200px;
	}

}
@media screen and (max-width:1800px){
	/*.container{
		width: 1800px;
	}*/
}
@media screen and (max-width:1270px){
	.home-section4-tabs a {
	    padding: 10px 20px;
	}
	.home-footer .container{
		width: 100%!important;
	}
	.home-section7 .container{
		width: 100%!important;
	}
}
@media screen and (max-width:991px){
	.home-footer-contact{
		width: 100%
	}
	.home-footer-contact .c-ico-box{
		width: 100%;
		text-align: center;
	}
	
}
@media screen and (max-width:767px){
	

}

@media screen and (min-width:1200px){
	.trans{
		overflow: hidden;
    width: 100%;
    display: block;
	}
	.trans img{
		transition: 0.3s;
	}
	.trans:hover img{
		transform: scale(1.1);
	}
}


/*发展历程*/
.history_list{
	padding-bottom: 50px;
  background-image: url(/static/image/history_bg.png);
}
.history_title{
        padding-left: 0;
        padding-top: 10%;
    }
    .history_title h2{
        font-family: "Impact";
        font-size: 42px;
        color: #ff6600;
    }
    .history_title p{
        font-size: 36px;
        color: #fff;
    }
    
    .months{
        margin-left: 0px;
        border-left: 0px solid #ccc;
        padding:0px 0;
        height: 100%;
        min-height: 200px
    }
    .months li{
        margin: 15px 0 0px;
        padding-left: 20px;
        font-family: "Impact";
        font-size: 18px;
        color: #fff

    }
    .months li.active{
        color: #ff6600
    }
    
    .history{
      margin-top: 8%
    }
    .history .tit{
      width: 100%;
      font-family: "Impact";
      color: #fff;
      font-size: 36px;
      text-align: center;
    }
    .myline{
      height: 2px;width: 100%;
      background: #fff;
      position: relative;
      margin: 20px 0
    }
    .myline:after{
      content: "";
      position: absolute;
      left: 50%;
      width: 20px;
      height: 20px;
      margin-left: -10px;
      margin-top: -10px;
      border-radius: 10px;
      background: #fff;

    }
    .history p{
      width: 100%;
      color: #fff;
      font-size: 16px;
      text-align: center;
    }
    .history_btn{
      width: 200px;
      margin: 0 auto;
      position: relative;
      height: 300px;
    }

    .history_btn .swiper-button-prev {
      background: url(/static/image/left_btn_hover.png) center center no-repeat;
  }
    .history_btn .swiper-button-next {
      background: url(/static/image/right_btn_hover.png) center center no-repeat;
  }

    @media (max-width: 991px) {
        .history_title{
            display: none;
        }
        .history_list .item{
            display: flex;
            flex-direction: column;
        }
        .history_list .item_2{
            order: 2
        }
        .months{
            margin-left: 0;
            border-bottom: 1px solid #ccc;
            border-left: unset;
            height: auto;
            min-height: auto
        }
        .months li{
            display: inline-block;
            border-left: unset;
            margin: 0px;
            padding: 15px 10px;;
            text-align: center;
        }
        .months li.active{
            border-left: unset;
            border-bottom: 1px solid #ff6600
        }
        .jiantou{
            width: 100%;
            height: 25px;
            margin: 10px auto 0;
            background: url(/static/image/history.png) center top no-repeat;
        }
        .item_history h2{
	        font-size: 30px;
	    }
	    .item_history h2 .symbol{
	    	font-size: 16px;padding-left: 3px
	    }
    }


/*about*/
.about-section1 {
  margin: 60px 0
}
.about-section1 .titen {
  font-size: 48px;
  color: #ff6600;
  font-family: "Impact";
  margin-bottom: 5px;
  display: block;
  margin-top: -15px;
  text-transform: uppercase;
}
.about-section1 .tit {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 15px;
  color: #333;
  display: block;
}

.about-section1 .font {
  font-size: 15px;
  color: #555;
  line-height: 31px;
  text-align: justify;
}
.about-section1 .font h2{
  color: #ff6600;
  font-weight: normal;
  font-size: 20px;
  padding-top: 20px;
  display: block;
}
@media (max-width: 992px) {
  .about-section1 .titen {
    font-size: 32px;
    margin-top: 0px;
  }
}


.about-section1 .gt{
    overflow: hidden;
    float: left;
    margin: 0 20px 10px 0;
}
.about-section1 .gt img{
  transition: 0.3s  
}
.about-section1.tleft .gt{
    overflow: hidden;
    float: right;
    margin: 0px 0px 10px 20px;
}
@media (min-width: 992px) {
 .about-section1 .gt:hover img{
      transform: scale(1.1);
  } 
}
@media (max-width: 1800px) {
  .about-section1 img{
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .about-section1 img{
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .about-section1 {
    margin: 30px 0
  }
  .about-section1 .container{
    display: flex;
    flex-direction:column;
  }
  .about-section1 .gt{
    order: 2;
    width: 100%;
    margin:20px 0 0!important;
  }
  .about-section1 .tit {
    margin-bottom: 35px;
    font-size: 30px;
  }
  .about-section1 img{
    max-width: 100%;
    
  }
}
@media (max-width: 767px) {
  .about-section1 .tit {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.about-section1 .font p{
	margin-top: 10px;
	line-height: 33px;
  letter-spacing: -.6px;
  color: #555
}
@media (max-width: 991px) {
	.about-section1 .font p{
	  margin-top: 10px
	}
}
@media (max-width: 767px) {
	.about-section1 .font p{
	  margin-top: 10px
	}
}


.about-section2{
 
}
.about-section2 .flex{
  display: flex;
    background: #ff6600;
    flex-wrap: wrap;
}


.about-section3{
  padding-bottom: 60px;
}
.align-items-center {
    align-items: center!important;
}
.row1 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.about-section3 .container .row{
  padding: 0;
  overflow: hidden;
}
.about-section3 .col-md-6{padding: 0}
.about-section3 .pic{
  overflow: hidden;
}
.about-section3 .pic img {
    display: block;
    width: 100%;
    transition: 0.3s;
}

.order-md-1 {
    order: 1;
}
.order-md-2 {
    order: 2;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
    padding: 0
}
.about-section3 .abg1{background: url(/static/image/about_3.png) center center / cover no-repeat #ff6600;}
.about-section3 .abg2{background: url(/static/image/about_4.png) center center / cover no-repeat #2a324b;}

.about-section3 .row1 .txt {
    transition: 0.3s;
}
.about-section3 .abg1 .txt{
  margin-left: 23%;
  text-align: left;
  color: #fff;

}
.about-section3 .abg1 .txt .title{
  font-size: 35px;
  padding-bottom: 15%;

}
.about-section3 .abg2  .txt .title{
  text-align: center;
  line-height: 1.8;
  font-size: 35px;
  color: #fff;
}


.about-section3 .row1:hover .pic img {
    transform: scale(1.1);
}
.about-section3 .row1:hover .txt {
    transform: translateY(-5px);
}

@media (max-width: 767px) {
	.about-section3{
	  padding-bottom: 30px;
	}
	.about-section3 .abg1 .txt .title{
	  font-size: 26px;
	  padding-bottom: 15%;

	}
	.about-section3 .abg2  .txt .title{
	  text-align: center;
	  line-height: 1.8;
	  font-size: 26px;
	  color: #fff;
	}
}


/*product info*/

/*productview*/
.productView-section1 {
  padding: 20px 0 120px;
}
@media (max-width: 1440px) {
  .productView-section1 {
    padding: 10px 0 70px;
  }
}
@media (max-width: 1199px) {
  .productView-section1 {
    padding: 10px 0 50px;
  }
}
@media (max-width: 991px) {
  .productView-section1 {
    max-width: 768px;
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .productView-section1 {
    padding: 40px 0 30px;
  }
}
@media (max-width: 575px) {
  .productView-section1 {
    padding: 30px 0 20px;
  }
}
.productView-section1 .flexbox {
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .productView-section1 .flexbox {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .productView-section1 .flexbox {
    width: 100%;
    flex-direction: column;
  }
}
.productView-section1 .flexbox .leftbox {
  position: relative;
  overflow: hidden;
  flex: 0 0 50%;
  min-width: 50%;
}
@media (max-width: 991px) {
  .productView-section1 .flexbox .leftbox {
    flex: inherit;
    min-width: inherit;
    width: 100%;
  }
}
.productView-section1 .flexbox .rightbox {
  flex: 0 0 50%;
  min-width: 50%;
  padding: 0 0 0 80px;
}
@media (max-width: 1440px) {
  .productView-section1 .flexbox .rightbox {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 991px) {
  .productView-section1 .flexbox .rightbox {
    flex: inherit;
    min-width: inherit;
    padding: 0;
    /* text-align: center; */
  }
}
.productView-section1 .flexbox .rightbox h4 {
  font-size: 30px;
  color: #333;
  line-height: 50px;
  margin: 0 0 30px;
  width: 80%
}
@media (max-width: 1199px) {
  .productView-section1 .flexbox .rightbox h4 {
    font-size: 24px;
    width: 100%
  }
}
@media (max-width: 991px) {
  .productView-section1 .flexbox .rightbox h4 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .productView-section1 .flexbox .rightbox h4 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 20px;
  }
}
.productView-section1 .flexbox .rightbox .des {
  font-size: 12px;
  color: #999;
  padding: 0px 0px;
  margin: 30px 0 0px;
  display: inline-block;
}
.productView-section1 .flexbox .rightbox .tips {
  font-size: 12px;
  color: #555;
  line-height: 2;
  margin: 0 0 0px;
}
/*@media (max-width: 1440px) {
  .productView-section1 .flexbox .rightbox .tips {
    margin: 0 0 40px;
  }
}
@media (max-width: 1199px) {
  .productView-section1 .flexbox .rightbox .tips {
    margin: 0 0 30px;
  }
}
@media (max-width: 575px) {
  .productView-section1 .flexbox .rightbox .tips {
    margin: 0 0 20px;
    line-height: 1.8;
  }
}*/
.productView-section1 .flexbox .rightbox .listbox {
  margin: 0 0px 30px;
  line-height: 30px;
  border: 1px solid #f2f2f2;
  padding: 15px 20px
  /*display: flex;*/
  /*flex-wrap: wrap;*/
}
@media (max-width: 1710px) {
  .productView-section1 .flexbox .rightbox .listbox {
    margin: 0 -15px;
  }
}
@media (max-width: 1440px) {
  .productView-section1 .flexbox .rightbox .listbox {
    margin: 0 -5px;
  }
}
@media (max-width: 1199px) {
  .productView-section1 .flexbox .rightbox .listbox {
    margin: 0 -10px;
  }
  .productView-section1 .flexbox .rightbox .listbox {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .productView-section1 .flexbox .rightbox .listbox {
    margin-bottom: 10px;
  }
}


.productView-section1 .flexbox .rightbox .button-group {
  display: flex;
  align-items: center;
}
.productView-section1 .flexbox .rightbox .button-group > a {
  width: 208px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px 0 0;
  font-size: 18px;
  background: #ff6600;
  transition: 0.3s;
  border-radius: 5px;
  color: #fff
}
.productView-section1 .flexbox .rightbox .button-group > a:last-child{
  background: #000
}
@media (max-width: 1500px) {
  .productView-section1 .flexbox .rightbox .button-group > a {
    width: 180px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {

	.productView-section1 .flexbox .rightbox .button-group{
		justify-content: center;
	}
  .productView-section1 .flexbox .rightbox .button-group > a {
    width: 130px;
    height: 40px;
    margin: 0 15px 0 0;
    /*border: 1px solid #1f242a;*/
    font-size: 14px;
  }
}
.productView-section1 .flexbox .rightbox .button-group > a:hover {
  color: #fff;
  background: #1492e9;
  border-color: #1492e9;
}
.productView-section1 .flexbox .rightbox .button-group > a:last-child {
  margin: 0;
}




.productView-section1-swiper {
  height: 530px;
  background: #f6f6f6;
}
@media (max-width: 1440px) {
  .productView-section1-swiper {
    height: 390px;
  }
}
@media (max-width: 991px) {
  .productView-section1-swiper {
    width: 100%;
    /* margin: 0 0 30px; */
  }
}
@media (max-width: 575px) {
  .productView-section1-swiper {
    height: 240px;
    /* margin: 0 0 20px; */
  }
}
.productView-section1-swiper .swiper-slide{
  display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.productView-section1-swiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  /*object-fit: cover;*/
}
.productView-section1-swiper .swiper-slide video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.productView-section1-swiper .swiper-button-prev,
.productView-section1-swiper .swiper-button-next {
  width: 14px;
  height: 25px;
  margin: 0 105px 0 0;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  background: transparent;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .productView-section1-swiper .swiper-button-prev,
  .productView-section1-swiper .swiper-button-next {
    margin: 0 60px 0 0;
  }
}
.productView-section1-swiper .swiper-button-prev:before,
.productView-section1-swiper .swiper-button-next:before {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  width: 14px;
  height: 25px;
  background: url(/static/image/left.png) center / contain no-repeat;
}
.productView-section1-swiper .swiper-button-prev:after,
.productView-section1-swiper .swiper-button-next:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 43px;
  top: 0;
  bottom: 0;
  left: -8px;
  margin: auto;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .productView-section1-swiper .swiper-button-prev:after,
  .productView-section1-swiper .swiper-button-next:after {
    width: 8px;
    height: 30px;
  }
}
.productView-section1-swiper .swiper-button-prev:hover:before,
.productView-section1-swiper .swiper-button-next:hover:before {
  background: url(../images/left-h.png) center / contain no-repeat;
}
.productView-section1-swiper .swiper-button-prev:hover:after,
.productView-section1-swiper .swiper-button-next:hover:after {
  background: #bad618;
}
.productView-section1-swiper .swiper-button-next {
  margin: 0;
}
.productView-section1-swiper .swiper-button-next:before {
  content: "";
  display: block;
  background: url(/static/image/right.png) center / contain no-repeat;
}
.productView-section1-swiper .swiper-button-next:after {
  left: auto;
  right: -8px;
}
.productView-section1-swiper .swiper-button-next:hover:before {
  background: url(../images/right-h.png) center / contain no-repeat;
}


.productView-section1-swiper-thumbs.swiper-container{
  margin: 20px 0 0;
}
@media (max-width: 992px) {
  .productView-section1-swiper-thumbs.swiper-container{
    margin: 20px 0 40px;
  }
}
@media (max-width: 768px) {
  .productView-section1-swiper-thumbs.swiper-container{
    margin: 20px 0 30px;
  }
}
.productView-section1-swiper-thumbs .swiper-slide-thumb-active .item{
  border: 1px solid #d0d1d3;
}
.productView-section1-swiper-thumbs .item{
  width: 100%;
  height: 120px;
  overflow: hidden;
  border: 1px solid #f2f2f2;
}
@media (max-width: 1440px) {
  .productView-section1-swiper-thumbs .item{
    height: 80px;
  }
}
@media (max-width: 576px) {
  .productView-section1-swiper-thumbs .item{
    height: 55px;
  }
}
.productView-section1-swiper-thumbs .item img{
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}








.productView-section2 {
  padding: 0 0 60px;
}
@media (max-width: 767px) {
  .productView-section2 {
    padding: 0 0 40px;
  }
}
.productView-section2-tab{
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 40px
}
.productView-section2-tab li{
  float: left;
  padding: 34px 20px 34px 20px;
  font-size: 24px;
  cursor: pointer;
}
.productView-section2-tab li.active{
  color: #ff6600;
  border-bottom: 2px solid #ff6600
}

.productView-section2-content{
  padding: 0px 0 30px;
  overflow: hidden;
  background: #fff;
  display: none;
}
.productView-section2-content.open{
  display: block;
}

.productView-section2-content img{
  max-width: 100%;
}

@media (max-width: 992px) {
  .productView-section2-content img{
    max-height: 100%;
    height: auto!important;
  }
  .productView-section2-tab li{
  	width: 30%;
  	padding: 20px 0;
  	text-align: center;
  	font-size: 14px;
  }
}




/*newslist*/
.news_list{padding-top: 10px; margin-bottom: 70px;}
.news_list ul li {/*background: #fafafa;*/ overflow: hidden; position: relative; margin-top: 30px;}
.news_list ul li .pic{padding-bottom: 0px; display: block; width: 800px; float: left;overflow: hidden;height: 310px;display: flex;align-items: center;justify-content: center;}
.news_list ul li .pic img{transition: 0.3s;max-height: 100%;max-width: 100%;height: 100%;width: 100%}
.news_list ul li .text{ margin-left: 2%;margin-right: 0%; float: left;position: relative;}
.news_list ul li .text .title{font-size: 26px; margin-top: 48px; color: #333; font-weight: bold; display: block; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.news_list ul li .text .txt{font-size: 14px; color: #666; line-height: 30px; margin-top: 20px; max-height: 62px; overflow: hidden;

	display: -webkit-box;    
	    -webkit-box-orient: vertical;    
	    -webkit-line-clamp: 2;    
	    overflow: hidden;
}
.news_list ul li .text .more{font-size: 14px; color: #a4a4a4; margin-top: 30px; display: inline-block;width: 100px;height: 30px;border: 1px solid #a4a4a4;text-align: center;;line-height: 30px;}
.news_list ul li .text .more i{font-size: 12px}
.news_list ul li .time{position: absolute; right: 0%;bottom: 0px;  font-size: 26px; color: #999; text-align: center;font-family: "Impact";}

.news_list ul li:hover .pic img {
  transform: scale(1.1);
}
.news_list ul li:hover .title{color: #106ac2; }
.news_list ul li:hover .more{}



.news_infoT .title{font-size: 36px; color: #333; width: 68.5%; line-height: 48px;padding-top: 0px;}
.news_infoT .tip{font-size: 16px; color: #999; margin-top: 20px;}
.news_infoT .tip span{display: inline-block; float: left; line-height: 28px; margin-right: 20px;}
.news_infoT .tip a{display: inline-block;  width: 85px; height: 28px;  padding-left: 20px; line-height: 28px; text-align: center; color: #fff; background: url(../images/share.png) 50% 50% no-repeat!important;background-size: 85px 28px!important; float: none!important; float: left;}
.news_infoT .tip a:hover{color: #fff; text-decoration: none;}
.news_infoT .tip .bshare-custom .bshare-more.more-style-addthis{display: inline-block;  width: 85px; height: 28px; margin-left: 30px; padding-left: 20px; line-height: 28px; text-align: center; background: url(../images/share.png) 50% 50% no-repeat!important; float: none!important; color: #fff!important; }
#bsBox{box-sizing: content-box!important;}
#bsPanel{box-sizing: content-box!important;}
.bFind-wrapper-top{height: 30px!important; line-height: 30px!important;}


.news_infoBox{margin: 40px 0 78px 0;}
.news_infoBox .left{width: 68.5%; float: left;}
.news_infoBox .left .text{
	padding-top: 40px
}
.news_infoBox .left .text img{max-width: 100%;}
.news_infoBox_page{margin-top: 40px;padding-top: 20px; border-top: 1px solid #dddddd; position: relative;}
.news_infoBox_page a{display: block; margin-top: 10px; width: 50%; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.news_infoBox_page a em{font-style: normal; color: #999;}
.news_infoBox_page .retum{position: absolute; width: 240px; height: 60px; line-height: 60px; right: 0; text-align: center; top: 50%;margin-top: 10px; transform: translateY(-50%); background: url(../images/return.png) 0 0 no-repeat; color: #fff; font-size: 18px; background-size: contain;}
.news_infoBox_page em {

  font-style: normal;
}
.news_infoBox_page>div{
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
}
.news_infoBox_page>div div{
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
}
.news_infoBox_page a {
  margin-top: 0;
}



.news_infoBox .right{width: 25%; float: right;}
.news_infoBox .right .tit{font-size: 24px; padding-bottom: 20px; color: #333; } 
.news_infoBox .right .list ul li{border-top: 1px solid #eeeeee; padding: 30px 0;}
.news_infoBox .right .list ul li span{display: block;}
.news_infoBox .right .list ul li a{display: block; overflow: hidden;}
.news_infoBox .right .list ul li .pic{float: left; margin-right: 30px;height: 100px;}
.news_infoBox .right .list ul li .pic img{max-width: 120px;height: 100%;object-fit: cover;}
.news_infoBox .right .list ul li .time{font-size: 16px; color: #999; margin-top: 1%;margin-bottom: 1%;font-family: "Impact";}
.news_infoBox .right .list ul li .title{display: block; margin-top: 2%; /*overflow: hidden; white-space: nowrap; text-overflow: ellipsis;*/ font-size: 14px; color: #333;}
.news_infoBox .right .list ul li .btn{width: 100px;border: 1px solid #999;color: #999;display: inline-block;border-radius: unset;padding: 4px 5px;}  
 



@media(max-width:1800px){
	.news_list ul li .pic{width: 35%;}  
	.news_list ul li .time{font-size: 46px;margin-top: 3%;right: 2%}
}

@media(max-width:1200px){
.news_list ul li .pic{width: 30%;height: 200px}  
.news_b ul li .title{font-size: 30px;}
.news_infoT .title{font-size: 30px;}
.news_infoBox .right .list ul li .pic{margin-right: 10px;}

.field_box5 .con .tit{font-size: 40px;}
.field_box5 .pic{width: 42%;}
.field_box5 .con{width: 50%;}
    
.field_box6 .tit span{font-size: 40px;}
.field_box8 .con{padding-bottom: 200px;}
    
.field_box9_tit .en span{font-size: 16px;}
.field_box9_tit .btn{font-size: 16px;}
}

@media(max-width:1000px){
.news_list ul li .pic{width: 35%;}  
.news_list ul li .text .title{margin-top: 20px; font-size: 24px;}
.news_list ul li .time{font-size: 30px;}
    
.news_infoBox .left{width: 100%;}    
.news_infoBox .right{width: 100%; margin-top: 20px;}    
.news_infoBox_page .retum{height: 40px; line-height: 40px; width: 160px;}
.news_infoBox .right .tit{font-size: 20px;}
.news_infoT .title{width: 100%;}
.news_infoBox .right .list ul li .time{margin-top: 1%;}
.news_infoBox .right .list ul li .title{margin-top: 10px;}
    
.field_box1{width: 100%;}
.field_box2 .tab span{width: 110px; height: 40px; line-height: 40px; padding-left: 20px;}
.field_box2 .tab span i{left: 10px;}
.field_box2 .tab span i{height: 30px; margin-top: -15px;}
.field_box2 .tab{bottom: 20px;}
    
.field_box4 .tab span{width: 110px; height: 40px; line-height: 40px; }
.field_box4 .tab span em{left: 10px;}
.field_box4 .tab span{padding-left: 55px;}
.field_box4 .tab span.span2 em{left: 20px;}
.field_box4 .tab span.span3 em{left: 15px;}
    
.field_box5 .con .tit{font-size: 30px;}
.field_box5 .con .list ul li .title{font-size: 16px; height: 40px; line-height: 30px; }
.field_box5 .con .list ul li .title img{height: 40px;}
.field_box5 .con .list ul li .txt{font-size: 16px;}
    
.field_box6 .tit span{font-size: 30px;}
.field_box6{margin-top: 50px;} 
.field_box6 .list ul li .title{font-size: 16px;}
.field_box6 .list ul li .text{padding: 10px;}
    
.field_box7_top{font-size: 30px; line-height: 30px; padding-bottom: 220px;} 
.field_box7_top .more{width: 160px; height: 60px; line-height: 60px;}
.field_box7 .bg{height: 350px;}
.field_box7{margin-top: 50px; padding-top: 50px;}
.field_box7 .list{margin-top: -174px;}
.field_box7 .left{width: 100%;}
.field_box7 .left .pic{padding-bottom: 194px;}
.field_box7 .right {width: 100%; margin-top: 20px;}
.field_box7 .right .pic{padding-bottom: 48%;}
.field_box7 .right .title{height: 60px; line-height: 60px; font-size: 18px;}
    
.field_box8 .text .title{font-size: 30px;}
.field_box8 .text .txt{width: 100%;}
.field_box8{margin-top: 50px;}
   
.field_box9{margin-top: 50px;}
.field_box9_tit .en{font-size: 30px;}
.field_box9_tit .btn{position: relative; top: 0; margin-top: 10px; height: 60px; line-height: 60px;} 
.field_box9 .list ul {margin-left: -1%;}
.field_box9 .list ul li {width: 32.333%; margin-left: 1%;}
.field_box9 .list ul li .title{font-size: 16px;}
.field_box9 .list ul li .txt{height: 88px;}

    
.field_box7 li .tit{height: 60px; line-height: 60px; font-size: 20px;}
.field_box7 li .text .more{margin-top: 10px;}
.field_box7 li .text .txt{margin-top: 10px;}
    
.field_pro{padding: 50px 0;}
.field_pro .tit{font-size: 40px;}
.field_pro ul li .text{height: 80px;}
.field_pro ul li .text .title{font-size: 20px; line-height: 80px;}
.field_pro ul li:hover .text{height: 130px;}
}

@media(max-width:768px){
	.news_list ul li .pic{width: 40%;}  
	.news_list ul li .text{width: 38%;} 
	.news_list ul li .time{font-size: 24px;}
	    
	.news_b ul li{width: 100%; margin-top: 10px;}
	.news_menu ul li{ margin-top: 10px; margin-right: 20px; float: left;}
	.news_menu ul li a{font-size: 14px;}
	.news_list{padding-top: 0px;}
	.news_infoT .title{font-size: 20px; line-height: 24px;}
	    
	.field_box3 .title{font-size: 30px; line-height: 36px;}
	.field_box3 .text{font-size: 18px; width: 100%;}

	.field_box5 .pic{width: 100%; padding-bottom: 100%;}
	.field_box5 .con{width: 100%; padding: 0 5% 20px 5%; position: relative; position: relative; margin: 0 auto; right: 0; }
	.field_box5 .con .list ul li {
	    width: 96%;
	}
	.field_box5 .con .tit {
	    padding-top: 110%;
	}
	.field_box5 .con {
	    left: 0;
	}
	.field_box8 .con{padding: 5% 5% 100px 5%;}
	.field_box8 .text .more{margin-top: 20px;}
	    
	.field_box9{padding-bottom: 30px;}
	.field_box9 .list{margin-top: 30px;}
	.field_box9 .list ul li{width: 100%; margin-top: 20px;}
	    
	.field_box7 li{width: 100%;}
	    
	.field_pro{padding: 30px 0;}
	.field_pro .list{margin-top: 30px;}
	.field_pro .tit{font-size: 30px;}
	.field_pro ul li .text{height: 50px;}
	.field_pro ul li .text .title{font-size: 16px; line-height: 50px;}
	.field_pro ul li:hover .text{height: 100px;}
	.field_box2 .list ul li img,.field_box4 .list ul li img {height: 300px;width: 100%;object-fit: cover;}
	.field_box2 .swiper-slide .c-text-box {width: 100%;}
	.news_infoBox{
		margin-bottom: 20px;
	}
	.news_infoBox .left .text img{
		height: auto!important;
	}
	.news_infoBox .left .text video{
		width: 100%;
		height: auto!important;
	}

}

@media(max-width:640px){
	.news_list ul li .pic{width: 100%;min-height: 200px;height: auto;}  
	.news_list ul li .pic img{width: 100%;height: auto;}  
.c-logo-box {padding: 30px 0 0;}
.c-logo-box .c-list li {width: 50%;margin: 0 0 30px;}
.c-logo-box.c-unique {
    padding-top: 180px;
}
.news_menu ul li{text-align: center;}
.news_list{margin-bottom: 30px;}
.news_list ul li {padding-bottom: 20px;}
.news_list ul li .pic{width: 100%; padding-bottom: 0;}  
.news_list ul li .text{width: 90%; margin: 0 5%;} 
.news_list ul li .text .title{font-size: 18px;}
.news_list ul li .text .txt{line-height: 24px;}
.news_list ul li .time{font-size: 24px;  top: auto; bottom: 0px; transform: translateY(0); font-size: 16px;}
.news_list ul li .time span{font-size: 12px;}
.Page_con{margin-top: 20px;}
.page em{display: none;}
    
.news_b ul li .title{font-size: 20px; height: 47px; line-height: 47px;}
.news_infoBox_page a{width: 68%;}
.news_infoBox_page .retum{height: 30px; line-height: 30px; width: 110px; font-size: 14px; display: block; position: relative; margin-top: 20px; transform: translateY(0);}
.news_menu ul li a{font-size: 12px;}
    
.field_box1{font-size: 18px; line-height: 24px;}
.field_box2 .tab{bottom: 10px;}   
.field_box2 .tab span{width: 20%; margin: 0 2%; float: left; font-size:14px; height: 30px; line-height: 30px;}
.field_box2 .tab span i{width: 20px; height: 20px; margin-top: -10px;}
.field_box2 .swiper-slide .c-text-box .c-title {font-size: 18px; line-height: 24px;}    
.field_box2 .swiper-slide .c-text-box .c-text{font-size: 16px;}

.field_box3{margin-top: 8%;}
.field_box3 .title{font-size: 18px; line-height: 24px;}
.field_box3 .text{font-size: 16px;}
    
.field_box4 .tab{bottom: 10px;}   
.field_box4 .tab span{width: 21%; margin: 0 2%; padding-left: 30px; float: left; font-size:14px; height: 30px; line-height: 30px;}
.field_box4 .tab span em{left: 5px;}
.field_box4 .tab span em i{margin: 0 1px;width: 2px; border-radius: 2px;} 
.field_box4 .tab span.span2 em{left: 20px;}
.field_box4 .tab span.span3 em{left: 15px;}
    
.field_box4 .tab span.span1 em{width: 15px;}
.field_box4 .tab span.span2 em{width: 15px; left: 10px;}
.field_box4 .tab span.span3 em{width:23px; left: 8px;}
 
.field_box5 .con .tit{font-size: 24px;}
.field_box5 .con .list ul li .title img{height: 30px; top: 5px;}
.field_box5 .con .list ul li .title{font-size: 14px;}
.field_box5 .con .list ul li .txt{font-size: 14px; margin-top: 10px;}
    
.field_box6 .tit span{font-size: 24px;}
.field_box6 .list ul li{width: 48%; margin-top: 20px;}
.field_box6 .list ul li .tip{font-size: 14px;}
    
.field_box7_top{font-size: 24px; padding-bottom: 120px;}
.field_box7 .bg{height: 230px;}
.field_box7_top .more {width: 100px;height: 40px; top: 10px; line-height: 40px; font-size: 14px;}
.field_box7 .left .pic{padding-bottom: 92px;}
.field_box7 .list{margin-top: -92px;}
.field_box7 .pagination3 span{width: 12px; height: 12px;}    
    
.field_box8 .text .title{font-size: 24px;}
.field_box8 .text .txt{line-height: 24px; margin-top: 10px;}
    
.field_box9{margin-top: 30px;}
.field_box9_tit .en{font-size: 24px;}
.field_box9_tit .btn{height: 45px; line-height: 45px; font-size: 14px;}
    
.field_box9 .list ul li .more{height: 30px; line-height: 30px; width: 100px;}
.basebannerbox .tit span{font-size: 14px; line-height: 24px;}
     
.field_pro .tit{font-size: 24px;}
.field_pro ul{margin-top: -50px;}
.field_pro ul li {width: 99%; margin-top: 60px;} 
.field_pro ul li .text .title{font-size: 14px;}
}
.fieldzhe .tab span i:nth-child(2){
    display: none;
}
.fieldzhe .tab span.on i:nth-child(1){
    display: none;
}
.fieldzhe .tab span.on i:nth-child(2){
    display: block;
}
.fieldzhe .tab span img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    float: left;
}
.fieldzhe .tab span:hover i:nth-child(1){
    display: none;
}
.fieldzhe .tab span:hover i:nth-child(2){
    display: block;
}





/*文化*/
.wenhua-section1 {
  padding-top: 60px;
  padding-bottom: 60px;
}


@media (max-width: 991px) {
  .wenhua-section1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .wenhua-section1 {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
.wenhua-section1 .bag {
  margin-bottom: 0px;
  padding: 0px 0;
}
@media (max-width: 1199px) {
  .wenhua-section1 .bag {
    margin-bottom: 62px;
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .wenhua-section1 .bag {
    margin-bottom: 42px;
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .wenhua-section1 .bag {
    margin-bottom: 22px;
    padding: 0px 0;
  }
}
.wenhua-section1 .bag:nth-child(2n) {
  background-color: #f9f9fb;
}
.wenhua-section1 .bag:last-child {
  margin-bottom: 0;
}
.wenhua-section1 .cont {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.wenhua-section1 .cont .item {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  margin-bottom: 72px;
  height: auto;
  overflow: hidden;
  width: 100%;
}
.wenhua-section1 .cont .item.c-dt {
  justify-content: flex-start;
}
.wenhua-section1 .cont .item:nth-child(2n) {
  flex-direction: row-reverse;
}

.wenhua-section1 .cont .item .lt{
  width:49%;
}
.wenhua-section1 .cont .item .gt {
  width: 49%;

}
.wenhua-section1 .cont .item .lt {
  padding: 0px;
}
@media (max-width: 991px) {
  .wenhua-section1 .cont .item .lt {
    padding: 0;
    margin-bottom: 0px;
  }
}

.wenhua-section1 .cont .item .lt .titen {
  font-size: 48px;
  color: #ff6600;
  font-family: "Impact";
  margin-bottom: 5px;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .wenhua-section1 .cont .item .lt .titen {
    font-size: 40px;
    margin-top: 0px;
  }
}
.wenhua-section1 .cont .item .lt .tit {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 45px;
  color: #333;
}
@media (max-width: 991px) {
  .wenhua-section1 .cont .item .lt .tit {
    margin-bottom: 35px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .wenhua-section1 .cont .item .lt .tit {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.wenhua-section1 .cont .item .lt .font {
  font-size: 16px;
  color: #555;
  line-height: 32px;
}
 .wenhua-section1 .cont .item .lt .font p {
  margin-bottom: 40px;
  height: 128px;
}
@media (max-width: 991px) {
  .wenhua-section1 .cont .item .lt .font p {
    margin-bottom: 10px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .wenhua-section1 .cont .item .lt .font p {
    margin-bottom: 15px;
  }
} 

.wenhua-section1 .cont .item .lt img{
  width: 100%
}
@media (max-width: 991px) {
  .wenhua-section1 .cont .item .lt  img {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .wenhua-section1 .cont .item .lt  img {
    margin-bottom: 20px;
  }
} 


.wenhua-section1 .cont .item .lt a {
  display: block;
  width: 90px;
  height: 40px;
  border-bottom: 3px solid #106ac2;
  color: #333;
  font-size: 18px;
  margin-top: 58px;
}
@media (max-width: 575px) {
  .wenhua-section1 .cont .item .lt a {
    margin-top: 38px;
    font-size: 13px;
    height: 35px;
    border-bottom: 2px solid #106ac2;
  }
}
.wenhua-section1 .cont .item .lt a i {
  display: inline-block;
  width: 8px;
  height: 13px;
  float: right;
  background: url(../images/home/gthei.png) no-repeat center;
  background-size: 100% 18px;
  margin-top: 6px;
}
.wenhua-section1 .cont .item .lt a i img {
  width: 100%;
}
@media (max-width: 575px) {
  .wenhua-section1 .cont .item .lt a i {
    width: 6px;
    height: 11px;
  }
}
@media (max-width: 991px) {
  .wenhua-section1 .cont .item .lt {
    width: 100%;
    margin-top: 10px
  }
}
.wenhua-section1 .cont .item .gt {
  float: right;
  /*height: 500px;*/
  overflow: hidden;
}
@media (max-width: 991px) {
  .wenhua-section1 .cont .item .gt {
   /* height: 400px;*/
      order: 2
  }
}
@media (max-width: 767px) {
  .wenhua-section1 .cont .item .gt {
    height: auto;
  }
}
.wenhua-section1 .cont .item .gt img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
  transition: 0.3s;
}
.wenhua-section1 .cont .item .gt:hover img{
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .wenhua-section1 .cont .item .gt {
    float: left;
    width: 100%;
    margin-top: 10px
  }
}
@media (max-width: 1199px) {
  .wenhua-section1 .cont .item {
    margin-bottom: 62px;
  }
}
@media (max-width: 991px) {
  .wenhua-section1 .cont .item {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .wenhua-section1 .cont .item {
    margin-bottom: 22px;
  }
}
.wenhua-section1 .cont .item:last-child {
  margin-bottom: 0;
}

.wenhua-section2{
  margin-top: 10px
}
.wenhua-section2 .pic1{
  float: left;
  margin-left: 103px;
  width: 365px;
  margin-bottom: 10px;
  text-align: center;
}
.wenhua-section2 .pic1 img{
  width: 100%
}
.wenhua-section2 .pic1:first-child{
  margin-left: 0
}
.wenhua-section2 .pic1 p{
    margin-bottom: 10px;
    margin-top: 10px;
  } 

@media (max-width: 1800px){
  .wenhua-section2 .pic1 {
    width: 270px;
    height: auto;
    margin-left: 20px;
  } 
}
@media (max-width: 1200px){
  .wenhua-section2 .pic1 {
    width: 48%;
    margin-left: 0;
    height: auto;
  } 
  .wenhua-section2 .pic1:nth-child(2n) {
    margin-left: 4%;
  }

}


.wenhua-section3{
  padding: 60px 0
}
@media (max-width: 991px) {
  .wenhua-section3{
	  padding: 30px 0
	}
}
@media (max-width: 767px) {
  .wenhua-section3{
	  padding: 30px 0 30px
	}
}
.wenhua-section3 .vimg{
 text-align: right;
}
.wenhua-section3 img{
  max-width: 100%;
}

.wenhua-section3 .lt .tit {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 45px;
  color: #333;
}
@media (max-width: 991px) {
  .wenhua-section3 .lt .tit {
    margin-bottom: 35px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .wenhua-section3 .lt .tit {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.wenhua-section3 .lt .font {
  font-size: 16px;
  color: #555;
  line-height: 32px;
}

.wenhua-section3 .lt .font p {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
 .wenhua-section3 .lt .font p {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
 .wenhua-section3 .lt .font p {
    margin-bottom: 15px;
  }
} 




/*服务*/

.fuwu-section1{
  margin-top: 60px;
}
.fuwu-section1 .item{
  padding: 0px;
  position: relative;
  text-align: center;
}

.fuwu-section1 .item img{
  width: 100%
}
.fuwu-section1 .item .txt{
  background-image: linear-gradient(-90deg,rgba(100,154,235,0),rgba(99,104,212,0));
    background-image: -ms-linear-gradient(-90deg,rgba(100,154,235,0) 0,rgba(99,104,212,0) 100%);
    position: absolute;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    color: #fff;
    transition: all .2s;
    display: block;
    width: 100%;
}
.fuwu-section1 .item .txt .row{
  display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    height: 100%
}
.fuwu-section1 .item .txt .align-items-center {
    align-items: center!important;
}
.fuwu-section1 .item .txt .row .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.fuwu-section1 .item .txt .row .col h3{
    font-size: 30px;
    line-height: 1.5
}
.fuwu-section1 .item .txt .row .col p{
    padding: 50px 0 0px 0px;
    font-size: 18px;
    line-height: 1.5
}
@media (max-width: 991px) {
  .fuwu-section1 .item{
    margin-bottom: 20px
  }
  .fuwu-section1 .item .txt .row .col h3{
    font-size: 20px;
    line-height: 1.5
  }
  .fuwu-section1 .item .txt .row .col p{
      padding: 30px 0 0px 0px;
      font-size: 14px;
      line-height: 1.5
  }
}


.fuwu-section2{
  margin: 60px 0
}
.fuwu-section2 h1{
  text-align: center;
  font-size: 30px;
  display: block;
  margin-bottom: 30px;
  color: #333
}
.fuwu-section2 .item{
  text-align: center;
}
.fuwu-section2 .item i{
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  margin-top: 30px;
}
.fuwu-section2 .item h2{
  font-size: 18px;
  color: #555;
  margin: 20px auto
}

.fuwu-section2 .item p{
  font-size: 16px;
  color: #999
}




.fuwu-section3{
  padding: 0px 0 60px;

}
.fuwu-section3 .container{
    border-top: 1px solid #eee;
    padding-top: 60px;

}
.fuwu-section3 .lt {
  width: 500px;
  margin: 0 auto;

}
.fuwu-section3 .lt .tit {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 45px;
  color: #ff6e0d;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .fuwu-section3 .lt{
    width: 100%;
    margin-bottom: 30px
  }
  .fuwu-section3 .lt .tit {
    margin-bottom: 35px;
    font-size: 30px;
    margin-left: 0px;
    text-align: center;
  }

  .fuwu-section3 .lt img {
    width: 100%
  }
}
@media (max-width: 767px) {
  .fuwu-section3 .lt .tit {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.fuwu-section3 .lt .font {
  font-size: 16px;
  color: #555;
  line-height: 32px;
  margin-left: 20px;
}

.fuwu-section3 .lt .font p {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .fuwu-section3 .lt .font{
    margin-left: 0px;
  }
 .fuwu-section3 .lt .font p {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
 .fuwu-section3 .lt .font p {
    margin-bottom: 15px;
  }
} 




.rencai-section1{
  padding: 60px 0
}
.rencai-section1 .txt{
  text-align: center;
}
.rencai-section1 .txt h3{
  font-size: 30px;
  margin: 0 auto 0px
}
.rencai-section1 .txt p{
  font-size: 16px;
  margin: 45px auto 60px
}
.rencai-section1 .txt a.btn{
  font-size: 16px;
  color: #fff;
  margin: 0 auto;
  background: #ff6600;
  border-radius: 0px;
  transition: 0.3s
}
.rencai-section1 .txt a.btn span{
  font-size: 12px;
}
@media (min-width: 991px) {
  .rencai-section1 .txt a.btn:hover{
    border:1px solid #ff6600;
    background: none;
    border-radius: 5px;
    color: #ff6600
  }

}


.rencai-section2{
  padding:60px 0;
  background: #ebebeb
}

.rencai-section2 .item{
  text-align: center;
  background: #fff;
  padding: 50px 0;
  transition: 0.3s;
}
.rencai-section2 .item i{
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  margin-top: 0px;
}
.rencai-section2 .item h2{
  font-size: 18px;
  color: #555;
  margin: 20px auto
}

.rencai-section2 .item a.btn{
  margin: 0 auto;
  width: 160px;
  /*height: 40px;*/
  font-size: 16px;
  color: #ff6600;
  border:1px solid #ff6600;
  border-radius: 0px;
  line-height: 1;
  padding: 10px 0
}
.rencai-section2 .item a.btn span{
  font-size: 12px;
}
@media (min-width: 991px) {
  .rencai-section2 .item:hover{
    transform: translateY(-10px);
  }
  .rencai-section2  .item a.btn:hover{
    background: #ff6600;
    color: #fff;
  }

}
@media (max-width: 991px) {
  .rencai-section2 .item{
    text-align: center;
    background: #fff;
    padding: 20px 0;
    margin-bottom: 30px
  }

}
@media (max-width: 767px) {
  .rencai-section2{
    padding:30px 0 0px;
  }
  .rencai-section2 .item{
    margin-bottom: 30px
  }
  .rencai-section2 .item a.btn{
    width: 60%;
    padding: 0;
    height: 3rem;
    line-height: 3rem;
  }
}



.rencai-section3{
  padding: 60px 0 0px;
  text-align: center;
}
.rencai-section3 .item{
  padding-bottom: 60px;
}
.rencai-section3 h2{
  font-size: 30px;
  color: #333
}
.rencai-section3 p{
  font-size: 16px;
  margin: 50px;
  color: #555
}
.rencai-section3 img{
  width: 100%
}

/*钥匙工程*/
.solution-section1 {
  margin: 0 0 120px;
}
@media (max-width: 1199px) {
  .solution-section1 {
    margin: 0 0 60px;
  }
}
@media (max-width: 767px) {
  .solution-section1 {
    margin: 0 0 30px;
  }
}
.solution-section1 .secflex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .solution-section1 .secflex {
    flex-direction: column;
  }
}
.solution-section1 .secflex .leftbox h2 {
  font-size: 48px;
  color: #ff6600;
  font-family: "Impact";
  margin: 0 0 20px;
  line-height: 1;
}
@media (max-width: 1440px) {
  .solution-section1 .secflex .leftbox h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .solution-section1 .secflex .leftbox h2 {
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .solution-section1 .secflex .leftbox h2 {
    font-size: 33px;
    /* text-align: center; */
  }
}
.solution-section1 .secflex .leftbox .tit {
  font-size: 30px;
  color: #333;
  margin: 0 0 70px;
}
@media (max-width: 1440px) {
  .solution-section1 .secflex .leftbox .tit {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .solution-section1 .secflex .leftbox .tit {
    margin: 0 0 40px;
  }
}
@media (max-width: 575px) {
  .solution-section1 .secflex .leftbox .tit {
    font-size: 24px;
    /* text-align: center; */
    margin: 0 0 20px;
  }
}
.solution-section1 .secflex .rightbox {
  flex: 0 0 1114px;
  min-width: 1114px;
}
@media (max-width: 1710px) {
  .solution-section1 .secflex .rightbox {
    flex: 0 0 800px;
    min-width: 800px;
  }
}
@media (max-width: 1199px) {
  .solution-section1 .secflex .rightbox {
    flex: 0 0 540px;
    min-width: 540px;
  }
}
@media (max-width: 991px) {
  .solution-section1 .secflex .rightbox {
    flex: inherit;
    min-width: inherit;
  }
}
.solution-section1 .secflex .rightbox .des {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin: 0 0 50px;
}
@media (max-width: 1710px) {
  .solution-section1 .secflex .rightbox .des {
    margin: 0 0 20px;
  }
}
@media (max-width: 1199px) {
  .solution-section1 .secflex .rightbox .des {
    margin: 0 0 20px;
  }
}
@media (max-width: 575px) {
  .solution-section1 .secflex .rightbox .des {
    margin: 0 0 20px;
  }
}
.solution-section1 .secflex .rightbox .icoflexbox {
  overflow: hidden;
}
.solution-section1 .secflex .rightbox .icoflexbox .box-row {
  /*margin: 0 -27px;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end
}
@media (max-width: 1710px) {
  .solution-section1 .secflex .rightbox .icoflexbox .box-row {
    margin: 0 -15px;
  }
}
@media (max-width: 1199px) {
  .solution-section1 .secflex .rightbox .icoflexbox .box-row {
    margin: 0 -5px;
    justify-content: flex-start;
  }
}
.solution-section1 .secflex .rightbox .icoflexbox .box-col1 {
 /* flex: 0 0 10.28%;
  min-width: 10.28%;*/
  padding: 0 0px;
  margin-left: 20px
}
@media (max-width: 1710px) {
  .solution-section1 .secflex .rightbox .icoflexbox .box-col1 {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .solution-section1 .secflex .rightbox .icoflexbox .box-col1 {
    padding: 0 0px;
    /*flex: 0 0 20%;
    min-width: 20%;*/
  }
}
@media (max-width: 575px) {
  .solution-section1 .secflex .rightbox .icoflexbox .box-col1 {
    flex: 0 0 25%;
    min-width: 25%;
    margin: 0 0 15px;
    padding:0;
  }
}
.solution-section1 .secflex .rightbox .icoflexbox .itemico {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 12px;
}
.solution-section1 .secflex .rightbox .icoflexbox .itemico img{
  width: 45%;
}
@media (max-width: 1199px) {
  .solution-section1 .secflex .rightbox .icoflexbox .itemico {
    height: 65px;
    margin: 0 auto 8px;
  }
}
@media (max-width: 1710px) {
  .solution-section1 .secflex .rightbox .icoflexbox .itemico img {
    width: 40%;
  }
}
.solution-section1 .secflex .rightbox .icoflexbox .tit {
  font-size: 18px;
  color: #333;
  text-align: center;
}
@media (max-width: 1710px) {
  .solution-section1 .secflex .rightbox .icoflexbox .tit {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .solution-section1 .secflex .rightbox .icoflexbox .tit {
    font-size: 14px;
  }
}
@media (max-width: 1441px) {
  .solution-section1 .swiper-container {
    margin-top: 30px
  }
}
@media (max-width: 991px) {
  .solution-section1 .swiper-container {
    margin-top: 0px
  }
}


.solution-section2 {
  padding: 0px 0 0;
  margin: 0 0 120px;
  background: url(/static/image/yaoshi_bg.jpg) center top no-repeat #f7f7f7;
  background-size: auto 100%;
}
@media (max-width: 1440px) {
  .solution-section2 {
    padding: 0px 0 0;
    margin: 0 0 80px;
  }
}
@media (max-width: 1199px) {
  .solution-section2 {
    padding: 0px 0 0;
    margin: 0 0 60px;
  }
}
@media (max-width: 767px) {
  .solution-section2 {
    padding: 0px 0 0;
    margin: 0 0 40px;
  }
}
@media (max-width: 575px) {
  .solution-section2 {
    padding: 0px 0 0;
  }
}
.solution-section2 h2 {
  font-size: 72px;
  color: #31af9a;
  font-family: "BEBAS";
  margin: 0 0 20px;
  line-height: 1;
}
@media (max-width: 1440px) {
  .solution-section2 h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .solution-section2 h2 {
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .solution-section2 h2 {
    font-size: 25px;
  }
}
.solution-section2 .tit {
  font-size: 36px;
  color: #333;
  margin: 0 0 70px;
}
@media (max-width: 1440px) {
  .solution-section2 .tit {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .solution-section2 .tit {
    margin: 0 0 40px;
  }
}
@media (max-width: 575px) {
  .solution-section2 .tit {
    font-size: 18px;
    /* text-align: center; */
    margin: 0 0 30px;
  }
}
.solution-section2 .secbanner {
  position: relative;
}
@media (max-width: 767px) {
  .solution-section2 .secbanner {
    height: 280px;
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .solution-section2 .secbanner {
    height: 300px;
  }
}
.solution-section2 .secbanner .itembanner {
  width: 100%;
}
@media (max-width: 767px) {
  .solution-section2 .secbanner .itembanner {
    width: auto;
    height: 100%;
  }
}
.solution-section2 .secbanner .info {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 0 0 0px;
}
@media (max-width: 1199px) {
  .solution-section2 .secbanner .info {
    padding: 0 0 0 0px;
  }
}
@media (max-width: 767px) {
  .solution-section2 .secbanner .info {
    padding: 0 0 0 0px;
  }
}
.solution-section2 .secbanner h4 {
  font-size: 48px;
  color: #ff6600;
  font-weight: normal;
  font-family: "Impact";
  margin: 0 0 10px;
}
@media (max-width: 1199px) {
  .solution-section2 .secbanner h4 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .solution-section2 .secbanner h4 {
    font-size: 33px;
  }
}
.solution-section2 .secbanner .des {
  position: relative;
  font-size: 30px;
  color: #333;
  margin: 0 0 78px;
}
@media (max-width: 1199px) {
  .solution-section2 .secbanner .des {
    font-size: 30px;
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .solution-section2 .secbanner .des {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
.solution-section2 .secbanner .checksec {
  color: #ff6600;
  margin: 0 0 15px;
  font-size: 16px
}
@media (max-width: 1199px) {
  .solution-section2 .secbanner .checksec {
    margin: 0 0 10px;
  }
}
@media (max-width: 991px) {
  .solution-section2 .secbanner .checksec {
    margin: 0 0 10px;
  }
}

.solution-section2 .secbanner .smdes {
  font-size: 16px;
  color: #555;
  width: 43%;
  line-height: 30px
}
@media (max-width: 1199px) {
  .solution-section2 .secbanner .smdes {
   width: 100%;
  }
}


.solution-section4 {
  margin: 0 0 120px;
}
@media (max-width: 1199px) {
  .solution-section4 {
    margin: 0 0 60px;
  }
}
@media (max-width: 767px) {
  .solution-section4 {
    margin: 0 0 30px;
  }
}
.solution-section4 > .container {
  position: relative;
}
.solution-section4 .head {
  position: absolute;
  left: 0;
  top: 0;
  padding: 75px 38px;
  background: #ff6600;
}
@media (max-width: 1710px) {
  .solution-section4 .head {
    padding: 40px 20px;
  }
}
@media (max-width: 1199px) {
  .solution-section4 .head {
    position: static;
    background: #fff;
    padding: 0;
  }
}
.solution-section4 h2 {
  font-size: 60px;
  color: #fff;
  font-family: "Impact";
  margin: 0 0 20px;
  line-height: 1;
}
@media (max-width: 1710px) {
  .solution-section4 h2 {
    font-size: 45px;
  }
}
@media (max-width: 1199px) {
  .solution-section4 h2 {
    color: #ff6600;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .solution-section4 h2 {
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .solution-section4 h2 {
    font-size: 33px;
    /* text-align: center; */
    text-align: left;
  }
}
.solution-section4 .tit {
  font-size: 30px;
  color: #fff;
}
@media (max-width: 1710px) {
  .solution-section4 .tit {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  .solution-section4 .tit {
    color: #333;
    margin: 0 0 40px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .solution-section4 .tit {
    font-size: 24px;
    /* text-align: center; */
    margin: 0 0 30px;
    text-align: left;
  }
}
.solution-section4 .secprocess {
  margin: 0 0 0 auto;
  width: 1360px;
}
@media (max-width: 1710px) {
  .solution-section4 .secprocess {
    width: 1100px;
  }
}
@media (max-width: 1199px) {
  .solution-section4 .secprocess {
    width: 100%;
  }
}
.solution-section4 .secprocess img {
  width: 100%;
}









.yaoshi-section1{
  margin: 60px 0
}
.yaoshi-section1 h1{
  text-align: center;
  font-size: 30px;
  display: block;
  margin-bottom: 30px;
  color: #333;
  line-height: 1.5
}
.yaoshi-section1 .item{
  text-align: center;
}
.yaoshi-section1 .item i{
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.yaoshi-section1 .item i img{

  margin: 0 auto;
}
.yaoshi-section1 .item .txt{
  padding: 0px 20px
}
.yaoshi-section1 .item h2{
  font-size: 24px;
  color: #555;
  margin: 20px auto;
}

.yaoshi-section1 .item p{
  font-size: 16px;
  color: #999;
  line-height: 1.5
}

@media (min-width: 991px) {
  
}
@media (max-width: 991px) {
  

}
@media (max-width: 767px) {
	.yaoshi-section1{
	  margin: 30px 0
	}
  .yaoshi-section1 h1{
	  font-size: 26px;
	  margin-bottom: 0px;
	}
}





.yaoshi-section4{
  padding-bottom: 60px;
  padding-top: 60px;
}
.yaoshi-section4 h1{
  text-align: center;
  font-size: 30px;
  display: block;
  margin-bottom: 60px;
  color: #333;
  line-height: 1.5
}

.row1 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.yaoshi-section4 .container .row{
  padding: 0;
  overflow: hidden;
}
.yaoshi-section4 .col-md-6{padding: 0}
.yaoshi-section4 .pic{
  overflow: hidden;
}
.yaoshi-section4 .pic img {
    display: block;
    width: 100%;
    transition: 0.3s;
}

.order-md-1 {
    order: 1;
}
.order-md-2 {
    order: 2;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
    padding: 0
}

.yaoshi-section4 .row1 .txt {
    transition: 0.3s;
}
.yaoshi-section4 .txt{
  padding: 0 30px;
  text-align: left;
  color: #333;

}
.yaoshi-section4 .txt .title{
  font-size: 24px;
  padding-bottom: 10%;

}
.yaoshi-section4  .txt p{
  text-align: left;
  font-size: 16px;
}
@media (max-width: 1800px) {
  .yaoshi-section4 .txt .title{
    padding-bottom: 10px;

  }
  .yaoshi-section4 .txt{
    padding: 0 15px;

  }
}
@media (max-width: 991px) {
  .yaoshi-section4 .order-md-2{
    order: 1
  }
  .yaoshi-section4 .order-md-1{
    order: 2
  }
  .yaoshi-section4 .txt{
    padding: 10px 0px 20px;
  }
}
@media (max-width: 991px) {
  

}
@media (max-width: 767px) {
	.yaoshi-section4{
	  margin: 0px 0 0px;
	  padding-bottom: 20px;
	  padding-top: 30px
	}
  .yaoshi-section4 h1{
	  font-size: 26px;
	  margin-bottom: 30px;
	}
}



/* 伙伴 */
.solution-section3 {
  position: relative;
  padding: 110px 0 110px;
  background: #f7f7f7
}
@media (max-width: 1201px) {
  .solution-section3{
   padding: 40px 0 10px;
  }
}
.solution-section3 .c-container {
  index:3;
}

.solution-section3 .flexbox {
  display: flex;
}
@media (max-width: 1201px) {
  .solution-section3 .flexbox {
    flex-direction: column;
  }
}
.solution-section3 .flexbox .leftbox {
  flex: 0 0 400px;
  min-width: 400px;
  margin: 0 50px 0 0;
  text-align: right;
}
@media (max-width: 1800px) {
  .solution-section3 .flexbox .leftbox {
    margin: 0 40px 0 0;
    flex: 0 0 250px;
    min-width: 250px;
  }
}
@media (max-width: 991px) {
  .solution-section3 .flexbox .leftbox {
    margin: 0 30px 0 0;
    flex: 0 0 220px;
    min-width: 220px;
  }
}
@media (max-width: 1201px) {
  .solution-section3 .flexbox .leftbox {
    flex: inherit;
    min-width: inherit;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .solution-section3 .flexbox .leftbox {
    flex: inherit;
    min-width: inherit;
    margin: 0;
  }
}
.solution-section3 .flexbox .leftbox .title h2{
    font-size: 48px;

  }
@media (max-width: 991px) {
  .solution-section3 .flexbox .leftbox .title h2{
    font-size: 33px;
  }
}
.solution-section3 .flexbox .leftbox .title .tit{
    font-size: 30px;

  }
@media (max-width: 991px) {
  .solution-section3 .flexbox .leftbox .title .tit{
    font-size: 24px;
  }
}
@media (max-width: 1201px) {
  .solution-section3 .flexbox .leftbox .title{
    text-align: center;

  }
}
.solution-section3 .flexbox .leftbox .dec{
    color: #555;
    margin-top: 40px
  }
@media (max-width: 991px) {
  .solution-section3 .flexbox .leftbox .dec{
    margin-top: 20px
  }
}
.solution-section3 .flexbox .rightbox {
  flex: 1;
  overflow: hidden;
  padding: 0px 100px 0;
  flex-wrap: wrap;
  display: flex;
}
@media (max-width: 1800px) {
  .solution-section3 .flexbox .rightbox{
    padding: 50px 50px 0 0;
  }
}
@media (max-width: 1201px) {
  .solution-section3 .flexbox .rightbox{
    padding: 50px 0px 0 0;
  }
}


.solution-section3 .flexbox .rightbox .c-banner2{
  /*width: 80%;*/
  margin-left: 0
}
.solution-section3 .flexbox .align-items-center{
  align-items: center!important;
}
.solution-section3 .navi{
  position: relative;
  margin: 0 5%
}
.solution-section3 .pre{
  display: none;
}
.solution-section3 .swiper-button-prev:focus,.solution-section3 .swiper-button-next:focus{
  outline: -webkit-focus-ring-color auto 0px;
}
.solution-section3 .swiper-button-prev{
  background: url(/static/image/left_btn.png) center center no-repeat;
}
.solution-section3 .swiper-button-next{
  background: url(/static/image/right_btn.png) center center no-repeat;
}
.solution-section3 .swiper-button-prev.swiper-button-disabled{
  background: url(/static/image/left_btn_hover.png) center center no-repeat;
}
.solution-section3 .swiper-button-next.swiper-button-disabled{
  background: url(/static/image/right_btn_hover.png) center center no-repeat;
}
@media (max-width: 1201px) {
  .solution-section3 .flexbox .rightbox {
    order: 2;
  }
  .solution-section3 .flexbox .leftbox {
    order: 1;
  }
  .solution-section3 .pre{
    display: block;
  }
  .solution-section3 .navi{
    display: none;
  }
}
@media (max-width: 991px) {
  .solution-section3 .flexbox .rightbox{
    padding: 20px 15px
  }
  .solution-section3 .pre{
    display: block;
  }
  .solution-section3 .navi{
    display: none;
  }
}

.solution-section3 .c-banner2 {
  padding-bottom:0px;
}
.solution-section3 .c-banner2 .c-wrap{
  height: 110px;
  background: #fff;
  text-align: center;
}
.solution-section3 .c-banner2 .c-wrap img {
  max-width: 100%;
  height:100%;
  object-fit: cover;
}
.solution-section3 .c-banner2 .swiper-pagination {
  bottom:0;
}
.solution-section3 .c-banner2 .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}
.solution-section3 .c-banner2 .swiper-pagination-bullet-active {
  background: #bb1c14;
}


.yaoshi-section5{
  margin-top: 80px;
  padding-top: 0px;
  padding-bottom: 80px;
}
.yaoshi-section5 .swiper-slide{
  background: #fff;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.yaoshi-section5 .swiper-container-horizontal>.swiper-pagination{
  bottom: 0px;
}
.yaoshi-section5 .swiper-slide img{
  margin: 0 auto
}


@media (max-width: 1800px) {
  .yaoshi-section5 .swiper-container{
    padding-bottom: 30px;
  }
}

.yaoshi-section5 .item{
  text-align: center;
}
.yaoshi-section5 .item i{
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
}
.yaoshi-section5 .item h2{
  font-size: 18px;
  color: #555;
  margin: 20px auto
}

.yaoshi-section5 .item p{
  font-size: 16px;
  color: #999
}
@media (max-width: 991px) {
  

}
@media (max-width: 767px) {
	.yaoshi-section5{
	  margin: 40px 0 0px;
	  padding-bottom: 20px;
	  padding-top: 0px
	}
  .yaoshi-section5 h1{
	  font-size: 26px;
	  margin-bottom: 30px;
	}
}

/*公益*/
.gongyi{
  background-image: url(/static/image/gongyi.jpg);
  background-repeat: no-repeat;
  background-position:  right 150px;
}

.gongyi-section1{
margin-top: 40px
}
.gongyi-section1 .item{
  height: 454px;
  background-image: url(../images/gongyi_11.jpg);
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  color: #555
}
.gongyi-section1 .item .txt{
  width: 40%;
  
}
.gongyi-section1 .item .txt .titen{
  font-size: 48px;
  color: #ff6600;
  font-family: "Impact";
  margin-bottom: 0px;
  display: block;
  margin-top: -15px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .gongyi-section1 .item .txt .titen {
    font-size: 33px;
    margin-top: 0px;
  }
}
.gongyi-section1 .item .txt .tit{
  font-size: 30px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .gongyi-section1 .item .txt .tit {
    margin-bottom: 10px;
  }
}
.gongyi-section1 .item .txt p{
  font-size: 16px;
  color: #555;
  line-height: 32px
}
@media (max-width: 1800px) {
  .gongyi-section1 .item{
   height: 303px;
  }
  .gongyi{
    background-size: auto 500px
  }
}
@media (max-width: 991px) {
  .gongyi{
    background-image: none;
  }
  .gongyi-section1 .item{
   background-position: right center;
   height: auto;
  }
  .gongyi-section1 .item .txt{
    width: 100%;
    /*color: #fff;*/
  }
  .gongyi-section1 .col-md-12:last-child .item{
    background-position: center center;
  }
}

.gongyi-section2{
  padding: 60px 0 60px
}
@media (max-width: 992px) {
  .gongyi-section2 {
     padding: 30px 0 10px
  }
}
.gongyi-section2 .titen{
  font-size: 48px;
  color: #ff6600;
  font-family: "Impact";
  margin-bottom: 5px;
  display: block;
  margin-top: -15px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .gongyi-section2 .titen {
    font-size: 33px;
    margin-top: 0px;
  }
}
.gongyi-section2 h2.title{
  font-size: 30px;
  color: #333;
}


.gongyi-section3 {
  padding-top: 0px;
  padding-bottom: 60px;
}


@media (max-width: 991px) {
  .gongyi-section3 {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .gongyi-section3 {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}

.gongyi-section3 .cont {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.gongyi-section3 .cont .item {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 72px;
  height: auto;
  overflow: hidden;
  width: 100%;
}

.gongyi-section3 .cont .item:nth-child(2n) {
  flex-direction: row-reverse;
}

.gongyi-section3 .cont .item .lt{
  width:59%;
}
.gongyi-section3 .cont .item .gt {
  width: 39%;

}
.gongyi-section3 .cont .item .lt {
  padding: 0px;
}
@media (max-width: 991px) {
  .gongyi-section3 .cont .item .lt {
    padding: 0;
    margin-bottom: 0px;
  }
}

.gongyi-section3 .cont .item .lt .titen {
  font-size: 48px;
  color: #ff6600;
  font-family: "Impact";
  margin-bottom: 5px;
  display: block;
  text-transform: uppercase;
}

.gongyi-section3 .cont .item .lt .tit {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 45px;
  color: #333;
}
@media (max-width: 991px) {
  .gongyi-section3 .cont .item .lt .tit {
    margin-bottom: 35px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .gongyi-section3 .cont .item .lt .tit {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.gongyi-section3 .cont .item .lt .font {
  font-size: 16px;
  color: #555;
  line-height: 32px;
}
 .gongyi-section3 .cont .item .lt .font p {
  margin-bottom: 40px;
  color: #999
}
@media (max-width: 991px) {
  .gongyi-section3 .cont .item .lt .font p {
    margin-bottom: 10px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .gongyi-section3 .cont .item .lt .font p {
    margin-bottom: 15px;
  }
} 

.gongyi-section3 .cont .item .lt a.btn{
  width: 100px;
  text-align: center;
  border: 1px solid #a8a8a8;
  display: block;
  color: #a8a8a8;
  padding: 5px 0;
  border-radius: unset;
}
.gongyi-section3 .cont .item .lt a.btn i{
  font-size: 12px
}

.gongyi-section3 .cont .item .lt img{
  width: 100%
}
@media (max-width: 991px) {
  .gongyi-section3 .cont .item .lt  img {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .gongyi-section3 .cont .item .lt  img {
    margin-bottom: 20px;
  }
} 


@media (max-width: 991px) {
  .gongyi-section3 .cont .item .lt {
    width: 100%;
    margin-top: 10px
  }
}
.gongyi-section3 .cont .item .gt {
  float: right;
  /*height: 500px;*/
  overflow: hidden;
}
@media (max-width: 991px) {
  .gongyi-section3 .cont .item .gt {
   /* height: 400px;*/
     /* order: 2*/
  }
}
@media (max-width: 767px) {
  .gongyi-section3 .cont .item .gt {
    height: auto;
  }
}
.gongyi-section3 .cont .item .gt img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
  transition: 0.3s;
}
.gongyi-section3 .cont .item .gt:hover img{
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .gongyi-section3 .cont .item .gt {
    float: left;
    width: 100%;
    margin-top: 10px
  }
}
@media (max-width: 1199px) {
  .gongyi-section3 .cont .item {
    margin-bottom: 62px;
  }
}
@media (max-width: 991px) {
  .gongyi-section3 .cont .item {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .gongyi-section3 .cont .item {
    margin-bottom: 22px;
  }
}
.gongyi-section3 .cont .item:last-child {
  margin-bottom: 0;
}



/*contact*/

.contact_list{
  padding-bottom: 0px
}
.contact_title{
  padding-left: 10%;
  padding-top: 16%;
}
.contact_title h2{
        font-family: "Impact";
        font-size: 60px;
        color: #ff6600;
}
.contact_title p{
        font-size: 36px;
        color: #555;
}
.contact_list .item_2{
    border-left: 1px solid #ebebeb
}
.contact{margin: 70px}
.contact h2{
  color: #ff6600;
  font-size: 18px;
  margin-bottom: 40px;
}

.contact p{
  font-size: 16px;
   line-height: 30px;
   margin: 10px 0
}
.contact p.p1{
  margin: 20px 0
}
.contact hr{
  height: 1px;
  background: none;
  border: none;
  border-top: 1px dashed  #ebebeb;
  margin: 20px 0 0px;
  display: block;
}
.contact h3{
  color: #ff6600;
  font-size: 18px;
  margin-bottom: 40px;
  margin-top: 40px;
}

#map{
  width: 100%;height: 600px
}
@media (max-width: 991px) {
  .contact_title{
    padding-left: 0
  }
  .contact_title h2 {
   font-size: 33px;
  }
  .contact_title p{
    font-size: 28px;
  }
  .contact{margin: 30px 0}
  .contact h2{
    margin-bottom: 20px;
  }
  .contact h3{
    margin: 20px 0;
  }
  #map{
    height: 500px
  }
}


/*job*/

.job_list{
  padding-bottom: 30px
}
.job_title{
  padding-left: 0;
  margin-top: 80px;
  width: 300px
}
.job_title h2{
        font-family: "Impact";
        font-size: 48px;
        color: #ff6600;
}
.job_title .tit{
        font-size: 30px;
        color: #555;
        margin-bottom: 40px;
        margin-top: 20px;
}
.job_title p{
        font-size: 16px;
        color: #555;
        line-height: 36px;
        text-align: justify;
}
@media (max-width: 991px) {
  .job_title h2{
    font-size: 33px
  }
  .job_title .tit{
    margin: 10px 0 20px
  }
}
.job_show{
   margin-top: 80px;
}
.job_show ul ol,.job_show ul li{
 
 /* justify-content: space-between;*/
}
.job_show ul ol{
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom:20px;
  margin-bottom: 20px;
}
.job_show ul ol .job_info_title{
  height: 40px;
  line-height: 40px;
   display: flex;
   font-weight: bold;
}
.job_show ul ol .job_info_title div{

}
.job_show ul ol .job_info_title div:nth-child(1){
  width: 20%;
  box-sizing: border-box;
  padding-left: 10px
}
.job_show ul ol .job_info_title div:nth-child(2){
  width: 30%
}
.job_show ul ol .job_info_title div:nth-child(3){
  width: 20%;
  text-align: center;
}
.job_show ul ol .job_info_title div:nth-child(4){
  width: 15%
}
.job_show ul ol .job_info_title div:nth-child(5){
  width: 15%;
  text-align: right;
}


.job_show ul li .job_info_title{
  height: 50px;
  line-height: 50px;
   display: flex;
}
.job_show ul li:nth-child(2n+1){
  background: #f6f6f6
}
.job_show ul li .job_info_title div{

}
.job_show ul li .job_info_title div:nth-child(1){
  width: 20%;
  box-sizing: border-box;
  padding-left: 10px
}
.job_show ul li .job_info_title div:nth-child(2){
  width: 30%
}
.job_show ul li .job_info_title div:nth-child(3){
  width: 20%;
  text-align: center;
}
.job_show ul li .job_info_title div:nth-child(4){
  width: 15%
}
.job_show ul li .job_info_title div:nth-child(5){
  width: 15%;
  text-align: right;
  box-sizing: border-box;
  padding-right: 5px
}
.job_info{
  border: 1px solid #eeeeee;
  padding: 20px;
  font-size: 16px;
  background: #fff;
  display: none;
}

.job_info .title{
  color: #ff6600;
  font-size: 16px;
  margin: 0px  0 10px;
}

.job_info p{
  line-height: 30px;
  color: #333
}

.contact_left{
  border: 1px solid #f6f6f6;
 width: 300px;
 float: right;
 padding: 15px;
 margin-top: 80px;
}
.contact_left .tit{
  color: #ff6600;
  font-size: 20px;
  margin:10px 0;
}

.contact_left p{
 line-height: 2
}

@media (min-width: 1800px) {
  .job_show{
    width: 100%;
    margin-left:  auto
    margin-right:  auto
  }
}
@media (max-width: 1800px) and (min-width: 1200px) {
  .job_list .item_3 {
      display: none;
  }
  .job_list .col-lg-3 {
    width: 30%;
  }
  .job_list .col-lg-6 {
    width: 70%;
  }
}
@media (max-width: 1201px) {
  .job_title{
    margin-right: auto;
    margin-top: 40px;
    width: 100%
  }
  .job_show{
    margin-top: 20px;
  }
  .contact_left{
    width: 100%;
    margin-top: 20px;
  }
  .contact_left img{
    width: 100%
  }

  .job_show ul ol .job_info_title div:nth-child(1){
    width: 60%;
  }
  .job_show ul ol .job_info_title div:nth-child(5){
    width: 40%;
  }

  .job_show ul li .job_info_title div:nth-child(1){
    width: 60%;
  }
  .job_show ul li .job_info_title div:nth-child(5){
    width: 40%;
  }

}
@media (max-width: 991px) {
 
}

