.up {
  text-transform: uppercase;
}
.contact .mapbox .item img{
  max-width: none;
}
.g01{
	line-height: 1.1;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color:#d65522;
}
.g01:hover{
	color:#d65522;
}
.mbanner img{
  width: 100%;
}
.g02{
	line-height: 1.3;
	font-size: 12px;
}
.header {
  height: 73px;
  top: 50px;
  z-index: 6;
  padding-left: 35px;
  box-sizing: border-box;
  background: #fff;
}
.header .bocweb-logo {
  float: left;
}
.header .bocweb-logo a {
  height: 73px;
  width: 480px;
  position: relative;
  display: block;
}
.header .bocweb-logo a img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header .bocweb-nav.t {
  margin-right: 250px;
}
 .header .bocweb-nav .nav-li:hover {
  background: #0076b9 ;
  transition: .5s;
}
 .header .bocweb-nav .nav-li.active {
  background: #0076b9 ;
  transition: .5s;
}
 .header .bocweb-nav .nav-li:hover .li-top span {
  color: #fff;
  transition: .5s;
}
 .header .bocweb-nav .nav-li.active .li-top span {
  color: #fff;
  transition: .5s;
}
.header .bocweb-nav .nav-li {
  float: left;
  transition: .5s;
  position: relative;
  margin:0 2px;
}
.header .bocweb-nav .nav-li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: #e4e4e4;
  left: -2px;
  top: 0;
  bottom: 0;
  margin: auto;
  margin: auto;
}
.header .bocweb-nav .nav-li:nth-child(1):after {
  display: none;
}
.header .bocweb-nav .nav-li .li-bot {
  display: none;
  text-align: center;
  padding-top: 5px;
  box-sizing: border-box;
  position: absolute;
  top: 73px;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}
.header .bocweb-nav .nav-li .li-bot a {
  font-size: 16px;
  color: #454545;
  line-height: 50px;
  transition: .5s;
  background: #efefef;
  border-top:  1px solid #d7d7d7;
}
.header .bocweb-nav .nav-li .li-bot a:nth-child(1){
  border-top:none;
}
.header .bocweb-nav .nav-li .li-bot a:hover, .header .bocweb-nav .nav-li .li-bot a.active {
  background: #0076b9 ;
  color: #fff;
  transition: .5s;
}
.header .bocweb-nav .nav-li a {
  display: block;
  color: #404040;
  font-size: 16px;
}
.header .bocweb-nav .nav-li a.bocweb-search {
  line-height: 20px;
  font-size: 12px;
}
.header .bocweb-nav .nav-li .li-top {
  line-height: 73px;
  width: 140px;
  text-align: center;
  box-sizing: border-box;
}
.header .bocweb-nav .nav-li .li-top span {
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  transition: .5s;
}
.header .bocweb-nav .search {
  padding: 0;
  width: 92px;
  height: 73px;
  box-sizing: border-box;
  cursor: pointer;
  background: url(../img/bocweb-search.png) #0076b9 no-repeat center;
}

.header-line {
  background: #0076b9 ;
  height: 5px;
}

.m-header {
  height: 45px;
  width: 100%;
  background: #ffffff;
}
.m-header.cur {
  position: absolute;
}

.m-header .w-header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
}

.m-header .w-header {
  position: relative;
  padding: 0 20px;
  padding-right: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 4;
  height: 45px;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.m-header .welcome-a {
  float: left;
  width: 50%;
  height: 100%;
  line-height: 48px;
  position: relative;
}

.m-header .welcome-a img {
  max-height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.m-header .search-cover {
  float: right;
  width: 35px;
  height: 48px;
  display: block;
  line-height: 48px;
}

.m-header .search-cover img {
  width: 100%;
  vertical-align: middle;
}

.m-header .uio {
  float: right;
  height: 100%;
  width: 65px;
  background: #0076b9;
}

.m-header .search-bg {
  position: fixed;
  left: 0;
  top: 48px;
  width: 100%;
  height: 150px;
  z-index: 10;
  background: #ffffff;
  display: none;
}

.m-header .subsearch {
  padding-right: 15px;
  border-right: 1px solid #d2d2d2;
  box-sizing: border-box;
}
.m-header .subsearch .sp {
  width: 35px;
  height: 35px;
  background: url(../img/img22.png) no-repeat center;
  background-size: 80%;
}

.m-header .subsearch img {
  height: 100%;
}

.m-header .search-bg .m-close-search {
  display: block;
  width: 10px;
  height: 10px;
  /*background: url(../img/close1.png) no-repeat center;*/
  background-size: 100% auto;
  position: fixed;
  right: 4%;
  top: 10px;
  cursor: pointer;
  z-index: 11;
}

.m-header .search-bg .m-search-box {
  width: 92%;
  margin: 0 auto;
  border-bottom: 1px solid #f2f2f2;
  position: absolute;
  left: 3%;
  top: 48px;
  height: 40px;
  z-index: 11;
}

.m-header .search-bg .m-search-box .tex {
  border: none;
  font-size: 12px;
  color: #a7a7a7;
  height: 41px;
  padding-left: 5px;
  box-sizing: border-box;
  width: 60%;
  background: none;
}

.m-header .search-bg .m-search-box .search-btn {
  border: none;
  width: 30px;
  height: 30px;
  background: url(../img/sousuo01.png) no-repeat center;
  background-size: 100%;
  margin-top: 6px;
}

.m-header .btn-na {
  margin-right: 15px;
}

.m-header .nav-btn {
  position: absolute;
  right: 17px;
  top: 50%;
  width: 31px;
  height: 30px;
  vertical-align: middle;
  cursor: pointer;
  margin-top: -18px;
}

.m-header .nav-btn .line {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  left: 0;
  border-radius: 4px;
}

.m-header .nav-btn .line1 {
  top: 6px;
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  transform-origin: left top 0;
}

.m-header .nav-btn .line2 {
  top: 16px;
}

.m-header .nav-btn .line3 {
  bottom: 1px;
  -webkit-transform-origin: left bottom 0;
  -ms-transform-origin: left bottom 0;
  transform-origin: left bottom 0;
}

.m-header .nav-btn.active {
  -webkit-animation: rotate 0.3s linear 0s;
  animation: rotate 0.3s linear 0s;
}

.m-header .nav-btn.hover .line {
  left: 6px;
}

.m-header .sub-menu {
  width: 100%;
  height: 100%;
  padding: 14px 0 0;
  display: none;
  position: fixed;
  left: 0;
  top: 45px;
  background-color: white;
  z-index: 10;
  color: #666;
}

.m-header .sub-menu li .sub-tit {
  padding: 0 3%;
  box-sizing: border-box;
}
.m-header .sub-menu li .sub-tit .tu-box {
  padding: 13px 0;
  border-bottom: 1px solid #e7e7e7;
  box-sizing: border-box;
  position: relative;
}
.m-header .sub-menu li .sub-tit .tu-box .imgbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  bottom: 0;
  margin: auto;
}

.m-header .sub-menu li .sub-tit.on .tu-box {
  border-bottom-color: transparent;
}

.m-header .sub-menu li a {
  display: block;
}

.m-header .sub-menu .tit {
  display: block;
  width: 100%;
  padding: 10px 3%;
  box-sizing: border-box;
  line-height: 33px;
  color: #666;
  position: relative;
  font-size: 15px;
  line-height: 20px;
}
.m-header .sub-menu .tit a {
  color: #666;
}

.menu-text {
  text-align: center;
  margin-top: 35px;
}
.menu-text .li {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f2f2f2;
  line-height: 50px;
  margin: 0 15px;
}
.menu-text .li img {
  width: 23px;
  display: inline-block;
}

.m-header .sub-menu .sub-tit.on a {
  color: #ffffff;
  transition: none;
}
.m-header .sub-menu .sub-tit.on .ty-img .m {
  opacity: 1;
}
.m-header .sub-menu .sub-tit.on .ty-img .n {
  opacity: 0;
}

.headsearch-box {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
}

.headsearch-box input[type="text"] {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
}

.headsearch-box input[type="submit"] {
  position: absolute;
  text-indent: -9999px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 35px;
  width: 35px;
  background: url(../img/img2.png) no-repeat center;
}

.headsearch-box input {
  border: none;
  background: none;
  outline: none;
}

.headsearch-box .x-box .x-o {
  position: absolute;
  right: 0;
  top: 10%;
  cursor: pointer;
}

.headsearch-box .x-box {
  /*height:960px;*/
  width: 1200px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.headsearch-box .x-p {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  height: 110px;
  line-height: 110px;
  border-bottom: 1px solid #606060;
  font-size: 24px;
  color: #606060;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.m-header .sub-menu .tit1 {
  display: block;
  width: 100%;
  line-height: 33px;
  color: #666;
  position: relative;
  font-size: 15px;
  line-height: 18px;
  box-sizing: border-box;
}

.m-header .sub-menu .sub-tit.on.on .btn-v {
  background: url(../img/img6.png) center center no-repeat;
  background-size: 100%;
}

.m-header .sub-menu .btn-v {
  display: inline-block;
  height: 20px;
  width: 20px;
  float: right;
  margin-right: 16px;
  margin-top: 0;
  background: url(../img/img5.png) center center no-repeat;
  background-size: 100%;
}

.m-header .sub-menu .sub-tit.on {
  color: #0076b9;
}

.m-header .sub-menu .sub-tit1.on {
  background-color: #ff0001;
  color: #fff;
}

.m-header .sub-menu .sub-tit.on:after {
  background-size: 100% auto;
}

.m-header .sub-menu .sec-list {
  line-height: 28px;
  padding: 1px 1.5%;
  display: none;
  background: #f2f2f2;
}

.m-header .sub-menu .sec-list p {
  background-size: 8px auto;
  height: 43px;
  line-height: 43px;
  font-size: 13px;
  border-top: 1px solid #e8e8e8;
  box-sizing: border-box;
}
.m-header .sub-menu .sec-list p:nth-child(1) {
  border-top: none;
}

.m-header .sub-menu .sec-list a {
  padding-left: 21px;
  color: #888;
  display: block;
}

.searchbox {
  border: 1px solid #535353;
  height: 68px;
  left: 0;
  right: 0;
  position: fixed;
  top: 169px;
  width: 80%;
  z-index: 101;
  margin: auto;
}

.searchbox input.tex {
  background: none;
  border: medium none;
  color: #a7a7a7;
  font-family: "Arial";
  font-size: 36px;
  height: 37px;
  line-height: 36px;
  padding: 16px 2% 15px;
  width: 80%;
}

.search-bg {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  display: none;
}

.searchbox input.search-btn {
  background: url(../img/search.png) no-repeat center center;
  background-size: 50% auto;
  border: medium none;
  height: 68px;
  margin-right: 1%;
  min-width: 40px;
  width: 7%;
}

.subsearch {
  height: 35px;
}

.news-details .tit .span {
  font-size: 16px;
  display: block;
  color: #777;
}

.w1400 {
  width: 1400px;
  margin: 0 auto;
}

.close-search {
  background: url(../img/ico_116.png) no-repeat center center;
  cursor: pointer;
  height: 37px;
  position: fixed;
  right: 3%;
  top: 50px;
  width: 37px;
  z-index: 10;
}

.bocweb-footer {
  height: 50px;
  background: #333333;
  font-size: 14px;
  color: #666666;
  line-height: 50px;
}
.bocweb-footer a {
  color: #666666;
  transition: .5s ease-in-out;
}
.bocweb-footer a:hover {
  color: #fff;
}
.bocweb-footer .bdsharebuttonbox a {
  display: inline-block;
  float: none;
  padding: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  background: #ccc;
  position: relative;
  top: 5px;
}
.bocweb-footer .bdsharebuttonbox .bds_tsina {
  background: url(../img/k1.png) no-repeat center;
  background-size: 100%;
  transition: .5s ease-in-out;
}
.bocweb-footer .bdsharebuttonbox .bds_tsina:hover {
  background: url(../img/k0.png) no-repeat center;
  background-size: 100%;
}
.bocweb-footer .bdsharebuttonbox .bds_weixin {
  background: url(../img/k3.png) no-repeat center;
  background-size: 100%;
  transition: .5s ease-in-out;
}
.bocweb-footer .bdsharebuttonbox .bds_weixin:hover {
  background: url(../img/k2.png) no-repeat center;
  background-size: 100%;
}

@font-face {
  font-family: 'beba';
  src: url("fonts/BEBAS.eot");
  src: url("fonts/BEBAS.eot") format("embedded-opentype"), url("fonts/BEBAS.woff") format("woff"), url("fonts/BEBAS.ttf") format("truetype"), url("fonts/BEBAS.svg#BEBAS") format("svg");
}
/*@font-face {
  font-family: 'aven';
  src: url("fonts/AvenirNextLTPro-Regular.eot");
  src: url("fonts/AvenirNextLTPro-Regular.eot") format("embedded-opentype"), url("fonts/AvenirNextLTPro-Regular.woff") format("woff"), url("fonts/AvenirNextLTPro-Regular.ttf") format("truetype"), url("fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular") format("svg");
}*/
@font-face {
  font-family: 'CN-Regular';
  src: url("font/CN-Regular.eot");
  src: url("font/CN-Regular.eot") format("embedded-opentype"), url("font/CN-Regular.woff") format("woff"), url("font/CN-Regular.ttf") format("truetype"), url("font/CN-Regular.svg#CN-Regular") format("svg");
}

body, html {
  /*font-family: "CN-Regular","Source Han Serif SC","Microsoft YaHei" , "Source Han Sans CN","PingFang SC","Helvetica Neue", Helvetica,  Arial,  "Hiragino Sans GB", "Heiti SC", sans-serif;*/
  font-family: "Source Han Sans CN","Microsoft YaHei" , "Source Han Sans CN","PingFang SC","Helvetica Neue", Helvetica,  Arial,  "Hiragino Sans GB", "Heiti SC", sans-serif;
}

img {
  max-width: 100%;
}

.bocweb-header {
  position: relative;
  z-index: 10;
}

.secwen {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(30px);
  transition: .8s;
}

.secwen-left {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateX(-60px);
  transition: .8s;
}

.secwen-left.animate {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(0);
  transition: .8s;
}

.secwen-right {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateX(60px);
  transition: .8s;
}

.secwen-right.animate {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(0);
  transition: .8s;
}

.commen-content .left-fixed {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateX(-60px);
  transition: .8s;
}

.commen-content .left-fixed.animate {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(0);
  transition: .8s;
}

.commen-content .right-fixed {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateX(60px);
  transition: .8s;
}

.commen-content .right-fixed.animate {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(0);
  transition: .8s;
}

body {
  overflow: hidden;
}

.serve-content {
  padding-top: 40px;
  padding-bottom: 110px;
  box-sizing: border-box;
}
.serve-content .item {
  display: block;
  padding: 25px 20px;
  box-sizing: border-box;
  transition: .5s ease-in-out;
}
.serve-content .item:nth-child(2n+2) {
  background: #f8f8f8;
}
.serve-content .item.play .images {
  position: relative;
}
.serve-content .item.play .images:after {
  content: "";
  width: 75px;
  height: 75px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/k5.png) no-repeat center;
  background-size: 100%;
}
.serve-content .item:hover {
  background: #0076b9;
  transition: .5s ease-in-out;
  color: #fff;
}
.serve-content .item:hover .words .t0, .serve-content .item:hover .words .t1, .serve-content .item:hover .words .t2, .serve-content .item:hover .words .t3 {
  color: #fff;
  transition: .5s ease;
}
.serve-content .item .images {
  width: 400px;
  height: 230px;
  overflow: hidden;
}
.serve-content .item .images img {
  transition: .5s ease;
}
.serve-content .item .words {
  width: 610px;
  padding-left: 15px;
  padding-top: 32px;
  box-sizing: border-box;
  line-height: 1.2;
  font-size: 14px;
  color: #666666;
}
.serve-content .item .words .t0, .serve-content .item .words .t1, .serve-content .item .words .t2, .serve-content .item .words .t3 {
  transition: .5s ease;
}
.serve-content .item .words .t0 {
  font-size: 36px;
  color: #cccccc;
}
.serve-content .item .words .t0 span {
  font-size: 18px;
}
.serve-content .item .words .t1 {
  color: #454545;
  margin-top: 16px;
  margin-bottom: 8px;
}
.serve-content .item .words .t2 {
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 50px;
}
.serve-content .item .words .t3 {
  font-size: 14px;
  color: #1a81ac;
  margin-top: 25px;
}

.animate.secwen {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
  transition: 1s;
}

.animate.add1 {
  transition-delay: .1s;
}

.animate.add2 {
  transition-delay: .2s;
}

.animate.add3 {
  transition-delay: .3s;
}

.animate.add4 {
  transition-delay: .4s;
}

.animate.add5 {
  transition-delay: .5s;
}

.animate.add6 {
  transition-delay: .6s;
}

.animate.add7 {
  transition-delay: .7s;
}

.animate.add8 {
  transition-delay: .8s;
}

/*banner*/


.commen-content .left-fixed {
  width: 238px;
  position: relative;
}
.commen-content .left-fixed .itembox-top {
  width: 238px;
  height: 90px;
  background: url(../img/cj.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: -90px;
  padding-left: 45px;
  padding-top: 25px;
  box-sizing: border-box;
  color: #fff;
  line-height: 1.2;
}
.commen-content .left-fixed .itembox-top .cn {
  font-size: 24px;
}
.commen-content .left-fixed .itembox-top .en {
  font-size: 16px;
  /*font-family: 'aven';*/
  margin-top: 7px;
}
.commen-content .left-fixed .itembox-bot .item {
  display: block;
  line-height: 1.2;
  color: #454545;
  height: 70px;
  background: #e6e6e6;
  padding-left: 45px;
  padding-right: 25px;
  padding-top: 20px;
  border-bottom: 1px solid #cecece;
  box-sizing: border-box;
  transition: .5s ease-in-out;
}
.commen-content .left-fixed .itembox-bot .item:hover, .commen-content .left-fixed .itembox-bot .item.active {
  background: #5faf33;
  color: #fff;
  transition: .5s  ease-in-out;
}
.commen-content .left-fixed .itembox-bot .item:hover .cn:after, .commen-content .left-fixed .itembox-bot .item.active .cn:after {
  background: url(../img/a0.png) no-repeat center;
  background-size: 100%;
  transition: .5s ease-in-out;
}
.commen-content .left-fixed .itembox-bot .item .cn {
  font-size: 16px;
  margin-bottom: 5px;
  position: relative;
}
.commen-content .left-fixed .itembox-bot .item .cn:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/a1.png) no-repeat center;
  background-size: 100%;
  transition: .5s ease-in-out;
}
.commen-content .left-fixed .itembox-bot .item .en {
  font-size: 14px;
  /*font-family: 'aven';*/
}
.commen-content .right-fixed {
  width: 1100px;
}
.commen-content .right-fixed .c-right-title {
  height: 58px;
  font-size: 14px;
  color: #999999;
  border-bottom: 1px solid #e7e7e7;
  line-height: 58px;
  box-sizing: border-box;
  overflow: hidden;
}
.commen-content .right-fixed .c-right-title a {
  color: #999999;
  transition: .5s ease;
}
.commen-content .right-fixed .c-right-title a:hover {
  color: #5faf33;
}
.commen-content .right-fixed .c-right-title .tiut .cn {
  color: #454545;
  font-size: 18px;
}
.commen-content .right-fixed .c-right-title .tiut .en {
  /*font-family: 'aven';*/
  color: #cccccc;
  margin-left: 8px;
}

.recruit-con {
  padding-bottom: 55px;
  padding-top: 35px;
}

.recruit-con a, .recruit-con li, .recruit-con ul, .recruit-con span, .recruit-con div {
  box-sizing: border-box;
}

.recruit-con .form1.in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
}

.recruit-con .form1 .td {
  float: left;
  display: inline-block;
}

.recruit-con .form1 .tr1 {
  background: #f5f5f5;
  color: #4c4c4c;
  height: 55px;
  font-size: 14px;
  line-height: 55px;
  padding: 0 30px;
  font-weight: bold;
}

.recruit-con .form1 .tr1 .td {
  width: 23%;
}

.recruit-con .form1 .tr1 .td2 {
  width: 8%;
}

.recruit-con .form1 .tr2 {
  color: #444444;
  height: 65px;
  font-size: 14px;
  line-height: 65px;
  padding: 0 30px;
  box-sizing: border-box;
}

.re-a {
  display: inline-block;
  width: 145px;
  height: 40px;
  background: #0076b9;
  border-radius: 40px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 40px;
  margin-top: 25px;
  transition: .5s ease-in-out;
}
.re-a:hover {
  color: #fff;
  opacity: .6;
  transition: .5s ease-in-out;
}

.recruit-con .form1 .tr2.on {
  background: #0076b9;
  color: #fff;
}

.recruit-con .form1 .tr2 .td {
  width: 23%;
}

.recruit-con .form1 .tr2 .td0.cur {
  color: #333333;
}

.recruit-con .form1 .tr2 .td2 {
  cursor: pointer;
  width: 8%;
  position: relative;
}
.recruit-con .form1 .tr2 .td2:after {
  content: "";
  width: 12px;
  height: 7px;
  background: url(../img/a2.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.recruit-con .form1 .tr2.on .td2:after {
  background: url(../img/a3.png) no-repeat center;
  background-size: 100%;
}

.recruit-con .form1 .hides {
  display: none;
  padding: 0 30px;
  background: #f5f5f5;
}

.recruit-con .form1 .hides .tr3 .td {
  float: left;
  width: 25%;
  font-size: 14px;
  color: #666;
  line-height: 32px;
  height: 120px;
  border-bottom: 1px solid #e8e8e8;
  padding-top: 22px;
  box-sizing: border-box;
}
.recruit-con .form1 .hides .tr3 .td span {
  color: #333;
}

.recruit-con .form1 .hides .dt {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  padding-top: 35px;
  padding-bottom: 25px;
  box-sizing: border-box;
}

.recruit-con .form1 .hides .dt .dl .h6 {
  font-weight: bold;
  font-size: 14px;
  color: #666666;
  margin-bottom: 5px;
}
.recruit-con .form1 .hides .dt .dl:nth-child(1) {
  margin-bottom: 25px;
}

.w-tr {
  border-bottom: 1px solid #ededed;
}

.recruit-con .form1 .hides .bot {
  padding: 28px 0 28px;
}

.recruit-con .form1 .hides .bot .re-a {
  display: inline-block;
  width: 150px;
  height: 42px;
  background: #28529b;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 42px;
}

.recruit-con .form1 .hides .bot .end-span {
  cursor: pointer;
  color: #28529b;
  line-height: 42px;
  font-size: 14px;
}

.sel_ul ul {
  overflow: hidden;
  padding: 0;
  padding: 1px;
  box-sizing: border-box;
}

.sel_ul ul li.cur .li {
  background: #0076b9;
  border: none;
  color: #ffffff;
  transition: .5s;
}

.sel_ul ul li.cur .li .num {
  color: #ffffff;
  transition: .5s;
}

.sel_ul ul li.cur .li .top {
  border-bottom: none;
  background: #ec8516;
  color: #fff;
}

.sel_ul .ull .lli {
  width: 100%;
  background: #fff;
  margin-top: 5px;
}

.sel_ul ul li .li {
  height: 50px;
  line-height: 50px;
  background: #fff;
  background: #f7f7f7;
  font-size: 15px;
  color: #333333;
  padding: 0 30px;
  transition: .5s;
}

.sel_ul ul li .li .position {
  max-width: 75%;
  height: 100%;
  overflow: hidden;
}

.sel_ul ul li .li .num {
  font-size: 12px;
  cursor: pointer;
  color: #999;
  transition: .5s;
}

.sel_ul ul li .li .top {
  height: 52px;
  width: 100%;
  font-size: 16px;
  color: #666;
  line-height: 52px;
  padding-left: 13px;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  position: relative;
}

.sel_ul ul li .li .top:after {
  content: "";
  position: absolute;
  right: 13px;
  top: 15px;
  height: 30px;
  width: 30px;
  background: url(../img/img-14.png) no-repeat center;
  background-size: 100%;
}

.sel_ul ul li .li .bot {
  background: #ffffff;
  overflow: hidden;
  padding: 10px 15px;
  box-sizing: border-box;
}

.sel_ul ul li .li .bot .bot1 {
  font-size: 12px;
  width: 50%;
  float: left;
}

.ruio {
  display: inline-block;
  width: 150px;
  height: 35px;
  background: #005197;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 35px;
  margin-top: 20px;
}

.ruio:hover {
  color: #ffffff;
}

.sel_ul ul li .yin {
  background: #f7f7f7;
  padding: 0 15px;
  padding-bottom: 30px;
  box-sizing: border-box;
  display: none;
}

.sel_ul ul li .yin h3 {
  font-size: 14px;
  color: #666;
  font-weight: bold;
  margin-top: 8px;
}

.sel_ul {
  padding-top: 18px;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.sel_ul ul li .yin .p {
  font-size: 12px;
  line-height: 1.5;
  color: #777;
}

.sel_ul ul li .yin .p span {
  color: #005197;
}

.sel_ul ul li .yin .p:nth-child(1) {
  border-top: 1px solid #e5e5e5;
}

.sel_ul ul li .yin .p span {
  margin-top: 5px;
}

.contact {
  padding-top: 60px;
  padding-bottom: 90px;
  box-sizing: border-box;
}
.contact .mapbox .item {
  height: 418px;
  width: 50%;
  background: #f8f8f8;
}

.contact .mapbox .images {
  width: 100%;
  height: 100%;
}
.contact .mapbox .words {
  padding: 55px 40px  40px 75px;
  box-sizing: border-box;
}
.contact .mapbox .words .t0 {
  font-size: 24px;
  color: #454545;
  line-height: 1.2;
  margin-bottom: 15px;
}
.contact .mapbox .words .p {
  font-size: 14px;
  line-height: 29px;
  color: #454545;
}
.contact .mapbox .words .t-ul {
  margin-top: 15px;
}
.contact .mapbox .words .t-ul .ul {
  float: left;
  width: 125px;
  margin-left: 25px;
  color: #454545;
  text-align: center;
  font-size: 14px;
}
.contact .mapbox .words .t-ul .ul:nth-child(1) {
  margin-left: 0;
}
.contact .mapbox .words .t-ul .span {
  margin-top: 10px;
  line-height: 1.2;
}
.contact .mapbox .words .t-ul .img {
  width: 125px;
  height: 125px;
  border-radius: 8px;
  overflow: hidden;
  padding: 8px;
  background: #fff;
  box-sizing: border-box;
}
.contact .mapbox .words .t-ul .img img {
  width: 100%;
}
.contact .map-txt {
  margin-top: 62px;
}
.contact .map-txt .item {
  float: left;
  width: 185px;
  margin-left: 43.75px;
  font-size: 14px;
  line-height: 24px;
}
.contact .map-txt .item:nth-child(5n+1) {
  margin-left: 0;
}
.contact .map-txt .item .tit {
  font-size: 16px;
  color: #454545;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px dashed #d1d1d1;
  box-sizing: border-box;
  margin-bottom: 12px;
}

.title01 {
  line-height: 1.2;
  color: #454545;
}
.title01 .cn {
  font-size: 24px;
}
.title01 .en {
  font-size: 20px;
  color: #333333;
  /*font-family: 'aven';*/
  margin-top: 10px;
  margin-bottom: 20px;
}
.title01 .line {
  width: 60px;
  height: 3px;
  background: #0076b9;
}

.home-tit {
  padding-left: 28px;
  position: relative;
}
.home-tit:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/home.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.about-content {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  padding-top: 36px;
  padding-bottom: 125px;
  box-sizing: border-box;
}
.about-content .words {
  margin-top: 25px;
}

.culture-content {
  padding-top: 67px;
  padding-bottom: 97px;
  box-sizing: border-box;
}

.awards-content {
  padding-top: 67px;
  padding-bottom: 90px;
}
.awards-content .awards-ul .item {
  width: 345px;
  float: left;
  margin-bottom: 34px;
  border: 1px solid #e9e9e9;
  box-sizing: border-box;
  margin-left: 32.5px;
}
.awards-content .awards-ul .item:nth-child(3n+1) {
  margin-left: 0;
}
.awards-content .awards-ul .item .words {
  font-size: 14px;
  color: #454545;
  text-align: center;
  height: 60px;
  line-height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.awards-content .awards-ul .item:hover .images .span img {
  transition: .5s ease;
  transform: scale3d(1.05, 1.05, 1);
}
.awards-content .awards-ul .item .images {
  padding: 8px;
  border-bottom: 1px solid #e9e9e9;
  box-sizing: border-box;
  background: #f8f8f8;
  overflow: hidden;
}
.awards-content .awards-ul .item .images .span {
  overflow: hidden;
  height: 220px;
}
.awards-content .awards-ul .item .images .span img {
  transition: .5s ease;
  width: 100%;
}

.pagination {
  text-align: center;
  background: #f4f4f4;
  height: 46px;
  width: 100%;
  position: relative;
}

.pagination a {
  display: inline-block;
  color: #666666;
  font-size: 16px;
  text-align: center;
  line-height: 46px;
  vertical-align: middle;
  transition: .5s;
  /*font-family: 'aven';*/
  padding: 0 10px;
  box-sizing: border-box;
}

.pagination a.prev {
  position: absolute;
  font-size: 14px;
  left: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: auto;
}

.bocweb-footer {
  overflow: hidden;
}

.pagination a.next {
  position: absolute;
  font-size: 14px;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: auto;
}

.pagination a.active, .pagination a:hover {
  color: #0076b9;
  transition: .5s ease;
}

.t24 {
  font-size: 24px;
}

.t72 {
  font-size: 72px;
}

.mission-content {
  padding-top: 35px;
  padding-bottom: 90px;
  box-sizing: border-box;
}
.mission-content .mission-itembox .items {
  padding: 30px 0;
  border-bottom: 1px solid #f3f3f3;
  padding-left: 120px;
  position: relative;
}
.mission-content .mission-itembox .items .img {
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
}
.mission-content .mission-itembox .items .text {
  line-height: 1.2;
}
.mission-content .mission-itembox .items .text .t0 {
  color: #454545;
}
.mission-content .mission-itembox .items .text .t0 .span {
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
}
.mission-content .mission-itembox .items .text .t1 {
  font-size: 16px;
  color: #666666;
  margin-top: 18px;
}
.mission-content .mission-itembox .items .num {
  color: #f3f3f3;
  /*font-family: 'aven';*/
  line-height: 1.2;
}
.mission-content .mission-images {
  margin-top: 50px;
}
.mission-content .mission-images .img {
  width: 100%;
  height: 100%;
  transition: .5s;
}
.mission-content .mission-images .item:hover .img {
  transition: .5s;
  transform: scale3d(1.05, 1.05, 1);
}
.mission-content .mission-images .left-img {
  width: 390px;
  height: 420px;
  overflow: hidden;
}
.mission-content .mission-images .right-img {
  width: 700px;
}
.mission-content .mission-images .right-img .item {
  float: left;
  overflow: hidden;
}
.mission-content .mission-images .right-img .item0 {
  width: 360px;
  height: 205px;
}
.mission-content .mission-images .right-img .item1 {
  height: 205px;
  width: 330px;
  margin-left: 10px;
}
.mission-content .mission-images .right-img .item3 {
  margin-bottom: 10px;
}

.news-content {
  padding-top: 30px;
  padding-bottom: 110px;
  box-sizing: border-box;
}
.news-content .news-ul {
  margin-bottom: 40px;
}
.news-content .news-ul .li {
  display: block;
  line-height: 42px;
  color: #454545;
  font-size: 14px;
  border-bottom: 1px dashed #c2c2c2;
  box-sizing: border-box;
  position: relative;
  padding-left: 28px;
}
.news-content .news-ul .li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #c9c9c9;
  border-radius: 50%;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #c9c9c9;
}
.news-content .news-ul .li .time {
  width: 75px;
}
.news-content .news-ul .li .text {
  height: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: calc(100% - 80px);
  transition: .5s;
}
.news-content .news-ul .li:hover .text {
  color: #0076b9;
  transition: .5s;
}

.infotit {
  text-align: center;
  padding-bottom: 28px;
  border-bottom: solid 1px #e7e7e7;
  margin-bottom: 32px;
}

.infotit h2 {
  font-size: 38px;
  color: #333;
  line-height: 42px;
  margin-bottom: 30px;
}

.infotit p {
  font-size: 14px;
  color: #999999;
  line-height: 1.2;
}

.infotit p span {
  color: #999;
}

.infotx {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

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

.infotx p {
  text-indent: 2em;
  word-wrap: break-word;
}

.infoctrl {
  padding-top: 35px;
  border-top: solid 1px #e7e7e7;
  margin-top: 40px;
}

.pagectrl p {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.pagectrl p a {
  color: #999;
  display: inline;
  transition: .5s ease-in-out;
}

.pagectrl p a:hover {
  color: #0076b9;
  text-decoration: underline;
  transition: .5s ease-in-out;
}

.infotit .tit01 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 18px;
}

.pageback a {
  font-size: 14px;
  height: 47px;
  width: 155px;
  padding-right: 22px;
  color: #fff;
  background: #0076b9;
  border-radius: 47px;
  display: block;
  line-height: 47px;
  padding-left: 28px;
  box-sizing: border-box;
  position: relative;
}
.pageback a:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 28px;
  width: 20px;
  height: 15px;
  background: url(../img/k4.png) no-repeat center;
  background-size: 100%;
  margin: auto;
  transition: .5s ease-in-out;
}

.pageback a:hover:after {
  right: 20px;
  transition: .5s ease-in-out;
}

.details-news {
  padding-top: 65px;
  padding-bottom: 65px;
  box-sizing: border-box;
}

.m-fixed {
  font-size: 15px;
  line-height: 45px;
  text-align: center;
  margin-bottom: 20px;
}
.m-fixed.m .swiper-slide:nth-child(1) .item{
  border-left: 1px solid #e7e7e7;
}
.m-fixed.x .swiper-slide:nth-child(1) .item{
  border-left: 1px solid #e7e7e7;
}

.m-fixed .item {
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  display: block;
  color: #666666;
}
.m-fixed .swiper-slide .active.item {
  color: #5faf33;
}
.m-fixed.m .swiper-slide {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.m-fixed .active .item {
  color: #5faf33;
}

.mission-content .mission-itembox .items .text .t0 .span {
  margin-left: 15px;
}

.t30 {
  font-size: 30px;
}

.serve-info-content {
  padding-top: 65px;
  box-sizing: border-box;
}
.serve-info-content .info-title {
  padding-bottom: 50px;
  border-bottom: 1px solid #ededed;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.serve-info-content .info-title .t0 {
  line-height: 1.2;
  color: #454545;
}
.serve-info-content .info-title .t1{
  width: 85%;
  margin:0 auto;
  text-align: left;
}
.serve-info-content .info-title .line {
  width: 40px;
  height: 2px;
  background: #0076b9;
  margin: 0 auto;
  margin-top: 18px;
  margin-bottom: 23px;
}

.info-swiperbox {
  padding-top: 48px;
  padding-bottom: 85px;
  box-sizing: border-box;
}
.info-swiperbox .info-tit {
  line-height: 1.2;
  text-align: center;
  margin-bottom: 40px;
}
.info-swiperbox .info-swiper {
  padding: 0 60px;
  box-sizing: border-box;
  position: relative;
}
.info-swiperbox .info-swiper .swiper-container {
  position: static;
}
.info-swiperbox .info-swiper .swiper-button-prev, .info-swiperbox .info-swiper .swiper-button-next {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  transition: .5s;
}
.info-swiperbox .info-swiper .swiper-button-prev:hover, .info-swiperbox .info-swiper .swiper-button-next:hover {
  transition: .5s;
}
.info-swiperbox .info-swiper .swiper-button-prev {
  background: url(../img/k6.png) no-repeat center;
  background-size: 100%;
  left: 0;
}
.info-swiperbox .info-swiper .swiper-button-prev:hover {
  background: url(../img/k7.png) #0076b9 no-repeat center;
  background-size: 100%;
}
.info-swiperbox .info-swiper .swiper-button-next {
  background: url(../img/k9.png) no-repeat center;
  background-size: 100%;
  right: 0;
}
.info-swiperbox .info-swiper .swiper-button-next:hover {
  background: url(../img/k8.png) #0076b9 no-repeat center;
  background-size: 100%;
}
.info-swiperbox .info-swiper .items {
  width: 310px;
  margin: 0 auto;
  font-size: 14px;
  color: #333333;
  text-align: center;
}
.info-swiperbox .info-swiper .items .span {
  line-height: 24px;
  margin-top: 15px;
}
.info-swiperbox .info-swiper .items .img {
  border: 1px solid #ebebeb;
  padding: 8px;
  box-sizing: border-box;
}
.info-swiperbox .info-swiper .items .img img {
  width: 100%;
}

.technology-content {
  padding-top: 60px;
  padding-bottom: 80px;
}
.technology-content .technology-words {
  text-indent: 2em;
  font-size: 15px;
  line-height: 28px;
  color: #454545;
}
.technology-content .technology-ul {
  margin-top: 46px;
  margin-bottom: 25px;
}
.technology-content .technology-ul .items {
  float: left;
  width: 340px;
  margin-left: 40px;
  margin-bottom: 30px;
  border: 1px solid  #e9e9e9;
  box-sizing: border-box;
}
.technology-content .technology-ul .items:hover .images img {
  transition: .5s;
  transform: scale3d(1.05, 1.05, 1);
}
.technology-content .technology-ul .items:nth-child(3n+1) {
  margin-left: 0;
}
.technology-content .technology-ul .items .text {
  height: 70px;
  line-height: 1.2;
  font-size: 16px;
  color: #454545;
  padding: 0 8px;
  padding-top: 23px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}
.technology-content .technology-ul .items .images {
  background: #f8f8f8;
  padding-top: 20px;
  height: 280px;
  box-sizing: border-box;
  overflow: hidden;
}
.technology-content .technology-ul .items .images img {
  max-width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  transition: .5s;
}

.video-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  top: 0;
  left: 0;
  cursor: pointer;
}

.video-fixed .cha {
  width: 25px;
  height: 25px;
  background: url(../img/x15.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  right: 5px;
  top: 5px;
}

.video-fixed .videobox {
  width: 80%;
  height: 70%;
  max-width: 1200px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  /*background:#fff;*/
  padding: 30px;
  box-sizing: border-box;
}

.innovation .innovation-ul .item .images {
  position: relative;
}

.innovation {
  padding-top: 57px;
  padding-bottom: 100px;
  box-sizing: border-box;
}
.innovation .innovation-ul .item {
  position: relative;
  margin-bottom: 16px;
}
.innovation .innovation-ul .item .images, .innovation .innovation-ul .item .words {
  width: 50%;
}
.innovation .innovation-ul .item:hover .images {
  position: relative;
}
.innovation .innovation-ul .item:hover .images img {
  transition: .5s;
  transform: scale3d(1.05, 1.05, 1);
}
.innovation .innovation-ul .item .images {
  overflow: hidden;
}
.innovation .innovation-ul .item .images img {
  transition: .5s;
}
.innovation .innovation-ul .item .words {
  padding: .55rem .45rem;
  background: #f6f6f6;
  box-sizing: border-box;
  height: 100%;
  position: absolute;
}
.innovation .innovation-ul .item .words .t0 {
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold;
  color: #0076b9;
  margin-bottom: 13px;
  padding-left: 28px;
  box-sizing: border-box;
  position: relative;
}
.innovation .innovation-ul .item .words .t0:after{
  position: absolute;
  content:"";
  width: 18px;
  height: 16px;
  left:0;
  top:0;
  bottom:0;
  margin: auto;
  background:url(../img/ax.png) no-repeat center;
  background-size: 100%;

}
.innovation .innovation-ul .item .words .t1 {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}

.innovation .innovation-ul .item.play .images:after {
  content: "";
  width: 75px;
  height: 75px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/k5.png) no-repeat center;
  background-size: 100%;
}

.wel-banner img {
  width: 100%;
}
.wel-banner .swiper-box {
  line-height: 1.2;
  position: absolute;
  bottom: 50px;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
}
.wel-banner .swiper-pagination {
  position: static;
  width: 100%;
  text-align: right;
}
.wel-banner .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #ffffff;
  margin-left: 13px;
}
.wel-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0076b9;
}
.wel-banner .images {
  height: 900px;
}
.wel-banner .itemsbox {
  display: block;
  position: relative;
}
.wel-banner .itemsbox .words {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 24px;
  color: #fefefe;
  line-height: 1.2;
}
.wel-banner .itemsbox .words .textbox {
  width: 680px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 220px;
  margin: auto;
}
.wel-banner .itemsbox .words .t0 {
  line-height: 1.2;
  font-size: 60px;
}
.wel-banner .itemsbox .words .t1 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 15px;
  padding-bottom: 18px;
  margin: 21px 0;
}
.wel-banner .itemsbox .words .t2 {
  width: 55px;
  height: 55px;
  margin: 0 auto;
  background: url(../img/k10.png) no-repeat center;
  background-size: 100%;
}

.en {
  /*font-family: 'aven';*/
}

.wel-serve-tit .span {
  color: #454545;
  line-height: 28px;
  border-left: 4px solid #0076b9;
  padding-left: 12px;
  box-sizing: border-box;
}
.wel-serve-tit .span span {
  font-size: 18px;
  color: #999999;
  margin-left: 6px;
}
.wel-serve-tit .more {
  width: 103px;
  height: 30px;
  background: #0076b9;
  border-radius: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: block;
  transition: .5s ease-in-out;
}
.wel-serve-tit .more:hover {
  transform: translateY(-10px);
  color: #fff;
  transition: .5s ease-in-out;
}

.wel-contents .wel-top {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ececec;
  box-sizing: border-box;
}
.wel-contents .wel-top .wel-about {
  display: block;
  width: 930px;
}
.wel-contents .wel-top .wel-about .images {
  float: left;
  width: 385px;
  overflow: hidden;
}
.wel-contents .wel-top .wel-about .images img {
  transition: .5s ease-in-out;
}
.wel-contents .wel-top .wel-about .images:hover img {
  transition: .5s ease-in-out;
  transform: scale3d(1.05, 1.05, 1);
}
.wel-contents .wel-top .wel-about .words {
  float: right;
  width: 500px;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  /*padding-top: 48px;*/
  box-sizing: border-box;
}
.wel-contents .wel-top .wel-about .words .wel-serve-tit{
	display: block;
	padding-bottom: 23px;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
}
.wel-contents .wel-top .wel-about .words .cn {
  line-height: 1.2;
  color: #333333;
}
.wel-contents .wel-top .wel-about .words .en {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 10px;
  color: #999999;
}
.wel-contents .wel-top .wel-about .words .p {
  margin-top: 28px;
}
.wel-contents .wel-top .wel-about .words .more {
  display: block;
  width: 163px;
  height: 50px;
  background: #0076b9;
  border-radius: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
  transition: .5s ease-in-out;
}
.wel-contents .wel-top .wel-about .words .more:hover {
  transform: translateY(-10px);
  color: #fff;
  transition: .5s ease-in-out;
}
.wel-contents .wel-top .wel-serve {
  width: 390px;
  /*padding-top: 20px;*/
  box-sizing: border-box;
}
.wel-contents .wel-top .wel-serve .wel-serve-ul {
  margin-top: 18px;
}
.wel-contents .wel-top .wel-serve .wel-serve-ul .items {
  float: left;
  position: relative;
  display: block;
  width: 189px;
  height: 90px;
  margin-left: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}
.wel-contents .wel-top .wel-serve .wel-serve-ul .items img {
  transition: .5s;
}
.wel-contents .wel-top .wel-serve .wel-serve-ul .items:hover img {
  transition: .5s;
  transform: scale3d(1.05, 1.05, 1);
}
.wel-contents .wel-top .wel-serve .wel-serve-ul .items:nth-child(2n+1) {
  margin-left: 0;
}
.wel-contents .wel-top .wel-serve .wel-serve-ul .items .words {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  padding-top: 32px;
  box-sizing: border-box;
  background:rgba(0,0,0,.25);

}
.wel-contents .wel-top .wel-serve .wel-serve-ul .items .words .cn {
  font-size: 14px;
  /*font-weight: bold;*/
  text-align: right;
  position: absolute;
  right: 13px;
  bottom:13px;
  color:rgba(255,255,255,.6);
}
.wel-contents .wel-top .wel-serve .wel-serve-ul .items .words .en {
  font-size: 14px;
  margin-top: 7px;
  display: none;
}
.wel-contents .wel-bot {
  position: relative;
}
.wel-contents .wel-bot .bg {
  font-size: 150px;
  color: #f9f9f9;
  line-height: 1.2;
  /*font-family: 'aven';*/
  text-transform: uppercase;
  letter-spacing: 35px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.wel-contents .wel-bot .swiper-pagination {
  position: static;
  margin-top: 60px;
  line-height: 1.2;
  text-align: left;
}
.wel-contents .wel-bot .swiper-pagination .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
  margin: 0 6px;
}
.wel-contents .wel-bot .swiper-pagination .swiper-pagination-bullet-active {
  background: #0076b9;
}
.wel-contents .wel-bot .bot-swiper {
  position: relative;
  z-index: 3;
  padding-bottom: 80px;
  padding-top: 20px;
  box-sizing: border-box;
}
.wel-contents .wel-bot .bot-swiper .title {
  width: 200px;
}
.wel-contents .wel-bot .bot-swiper .title .cn {
  color: #333333;
  line-height: 1.2;
}
.wel-contents .wel-bot .bot-swiper .title .en {
  line-height: 1.2;
  margin-top: 10px;
  font-size: 18px;
  color:#999999;
}
.wel-contents .wel-bot .bot-swiper .words {
  width: 1130px;
}
.wel-contents .wel-bot .bot-swiper .itembox {
  display: block;
}
.wel-contents .wel-bot .bot-swiper .itembox:hover {
  transition: .5s;
}
.wel-contents .wel-bot .bot-swiper .itembox:hover .text {
  transition: .5s;
  color: #0076b9;
}
.wel-contents .wel-bot .bot-swiper .itembox .text {
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.wel-contents .wel-bot .bot-swiper .itembox .time {
  line-height: 1.2;
  font-size: 12px;
  color: #666666;
  margin-top: 8px;
  margin-bottom: 10px;
}
.wel-contents .wel-bot .bot-swiper .itembox .p {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.wel-contents .wel-bot .bot-swiper .itembox .more {
  font-size: 14px;
  color: #1a81ac;
  line-height: 1.2;
  margin-top: 10px;
}

.mbox {
  display: none;
}

.pcbox {
  display: block;
}

@media screen and (max-width: 1900px) {
  .header .bocweb-nav.t {
    margin-right: 2.5rem;
  }
  .wel-contents .wel-top .wel-serve{
  	/*padding-top: .2rem;*/
  }
  .wel-contents .wel-top .wel-about .words .wel-serve-tit{
  	padding-bottom: .23rem;
  }

  .header .bocweb-nav .nav-li .li-top {
    width: 1.4rem;
  }

  .header .bocweb-logo a {
    width: 4.15rem;
  }

  .wel-contents .wel-top {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: .3rem;
  }

  .wel-contents .wel-bot .bot-swiper {
    padding-bottom: .8rem;
  }
}
@media screen and (max-width: 1500px) {
  .w1400 {
    width: 95%;
  }

  .wel-contents .wel-bot .bg {
    font-size: 2rem;
    letter-spacing: .4rem;
  }

  .commen-content .right-fixed {
    width: calc(100% - 280px);
  }

  .contact .map-txt .item {
    width: 19%;
    margin-left: 1.25%;
  }

  .awards-content .awards-ul .item {
    width: 32%;
    margin-left: 2%;
  }

  .awards-content .awards-ul .item .images .span {
    height: auto;
  }

  .mission-content .mission-images .left-img {
    width: 35%;
  }

  .mission-content .mission-images .right-img {
    width: 64%;
  }

  .mission-content .mission-images .right-img .item0 {
    width: 51%;
  }

  .mission-content .mission-images .right-img .item1 {
    width: 47%;
    margin-left: 2%;
  }

  .serve-content .item .words {
    width: calc(100% - 420px);
  }

  .info-swiperbox .info-swiper .items {
    width: 95%;
  }

  .technology-content .technology-ul .items {
    width: 32%;
    margin-left: 2%;
  }

  .wel-contents .wel-top .wel-about {
    width: calc(100% - 420px);
  }

  .wel-contents .wel-top .wel-about .words {
    width: 53%;
  }

  .wel-contents .wel-top .wel-about .images {
    width: 42%;
  }

  .wel-contents .wel-bot .bot-swiper .words {
    width: 80%;
  }

  .wel-contents .wel-bot .bot-swiper .title {
    width: 140px;
  }
}
@media screen and (max-width: 1480px) {
  .header .bocweb-nav .nav-li a {
    font-size: 14px;
  }
	.header .bocweb-nav .nav-li .li-bot a{
		font-size: 14px;
		line-height: 40px;
	}
  .header .bocweb-nav.t {
    margin-right: 1.5rem;
  }

  .header {
    padding-left: 20px;
  }

  .header .bocweb-nav .search {
    width: 75px;
  }

  .mission-content .mission-images {
    margin-top: 35px;
  }

  .serve-content .item .words {
    width: calc(100% - 380px);
  }

  .serve-content .item .images {
    width: 355px;
    height: auto;
  }

  .t30 {
    font-size: 24px;
  }

  .t24 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1380px) {
  .recruit-con .form1 .tr1 .td {
    width: 20%;
  }

  .recruit-con .form1 .tr2 .td {
    width: 20%;
  }

  .recruit-con .form1 .tr2 .td2 {
    width: 15%;
  }

  .contact .mapbox .words {
    padding: 35px 25px 25px 45px;
    box-sizing: border-box;
  }

  .contact .mapbox .words .t0 {
    font-size: 20px;
  }

  .contact .mapbox .words .t-ul .img {
    width: 110px;
    height: 110px;
  }

  .contact .mapbox .words .t-ul .ul {
    width: auto;
  }

  .title01 .cn {
    font-size: 20px;
  }

  .title01 .en {
    font-size: 18px;
  }

  .serve-content .item .words {
    width: calc(100% - 290px);
  }

  .serve-content .item .images {
    width: 280px;
  }

  .serve-content .item .words {
    padding-top: 5px;
    padding-left: 5px;
  }

  .serve-content .item .words .t3 {
    margin-top: 15px;
  }

  .serve-content .item .words .t0 {
    font-size: 30px;
  }

  .wel-contents .wel-top .wel-about .words {
    /*padding-top: 30px;*/
    line-height: 24px;
  }

  .wel-contents .wel-top .wel-about .images {
    width: 45%;
  }

  .wel-contents .wel-top .wel-about .words .p {
    margin-top: 20px;
  }

  .wel-contents .wel-top .wel-serve {
    width: 360px;
  }

  .wel-contents .wel-top .wel-serve .wel-serve-ul .items {
    width: 49%;
    margin-left: 2%;
    height: auto;
    margin-bottom: 5px;
  }

  .wel-contents .wel-top .wel-about {
    width: calc(100% - 390px);
  }

  .wel-contents .wel-top .wel-about .words .more {
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .pcbox {
    display: none;
  }

  .mbox {
    display: block;
  }

  .commen-content .left-fixed {
    display: none;
  }

  .commen-content .right-fixed {
    width: 100%;
  }

  .contact .mapbox .item {
    width: 100%;
  }

  .contact .map-txt .item {
    width: 32%;
    margin-left: 2%;
    margin-bottom: 20px;
  }
  .contact .map-txt .item:nth-child(5n+1) {
    margin-left: 2%;
  }
  .contact .map-txt .item:nth-child(3n+1) {
    margin-left: 0;
  }

  .contact .map-txt .item .tit {
    font-size: 14px;
    margin-bottom: 8px;
    padding-bottom: 12px;
  }

  .awards-content .awards-ul .item {
    width: 49%;
    margin-left: 2%;
  }
  .awards-content .awards-ul .item:nth-child(3n+1) {
    margin-left: 2%;
  }
  .awards-content .awards-ul .item:nth-child(2n+1) {
    margin-left: 0;
  }

  .mission-content .mission-images .left-img {
    height: auto;
  }

  .mission-content .mission-images .right-img .item {
    height: auto;
  }

  .mission-content .mission-images .right-img .item3 {
    margin-bottom: 5px;
  }

  .serve-content .item .words .t0 span {
    font-size: 16px;
  }

  .serve-content .item .words .t0 {
    font-size: 24px;
  }

  .wel-contents .wel-top .wel-about .words {
    width: 100%;
  }

  .wel-contents .wel-top .wel-serve {
    width: 100%;
  }
  .wel-contents .wel-top .wel-serve img {
    width: 100%;
  }

  .wel-contents .wel-top .wel-about .images {
    float: right;
  }

  .wel-contents .wel-top .wel-about {
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 30px;
    border-bottom: 5px solid #eeeeee;
    box-sizing: border-box;
  }
  .wel-contents .wel-top .wel-about .words {
    width: 100%;
    float: none;
  }

  .wel-contents .wel-top .wel-about .words .more {
    margin: 20px auto;
  }

  .wel-contents .wel-top {
    padding-top: 40px;
    padding-bottom: 45px;
    margin-bottom: 30px;
  }

  .wel-contents .wel-top .wel-about .images {
    width: 35%;
    margin-left: 20px;
  }

  .wel-contents .wel-bot .bot-swiper .title {
    width: 100%;
    margin-bottom: 15px;
  }

  .wel-contents .wel-bot .bot-swiper .words {
    width: 100%;
  }

  .wel-contents .wel-bot .bot-swiper .itembox .text {
    height: auto;
  }

  .wel-contents .wel-bot .bot-swiper .itembox .p {
    height: auto;
  }

  .wel-contents .wel-bot .bg {
    display: none;
  }

  .wel-contents .wel-bot .bot-swiper .itembox {
    padding: 25px 0;
    border-top: 1px solid #dcdcdc;
    box-sizing: border-box;
  }
  .wel-contents .wel-bot .bot-swiper .itembox:nth-child(1) {
    border-top: none;
  }

  .wel-banner .swiper-box {
    bottom: 25px;
  }

  .wel-contents .wel-top .wel-about .words {
    padding-top: 0;
  }

  .wel-banner .swiper-pagination {
    text-align: center;
    margin: .36rem auto;
  }
}
@media screen and (max-width: 900px) {
  .technology-content .technology-ul .items {
    width: 49%;
    margin-left: 2%;
  }
  .technology-content .technology-ul .items:nth-child(3n+1) {
    margin-left: 2%;
  }
  .technology-content .technology-ul .items:nth-child(2n+1) {
    margin-left: 0;
  }

  .technology-content .technology-ul .items .text {
    font-size: 14px;
  }

  .innovation .innovation-ul .item .images, .innovation .innovation-ul .item .words {
    width: 100%;
    position: relative;
  }
  .innovation .innovation-ul .item .images img, .innovation .innovation-ul .item .words img {
    width: 100%;
  }

  .innovation .innovation-ul .item .words {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 768px) {
  .tiut {
    width: 100%;
  }
  .recruit-con .form1 .tr2 .td2{
    display: none;
  }
  .recruit-con .form1 .tr2{
    height: 45px;
    line-height: 45px;
    padding:0 15px;
  }
  .recruit-con .form1 .tr1 .td1{
    width: 20%;
  }
  .recruit-con .form1 .tr2 .td1{
    width: 20%;
  }
  .recruit-con .form1 .tr1 .td0,.recruit-con .form1 .tr2 .td0{
    width: 40%;
  }
  .recruit-con .form1 .tr1{
    line-height: 40px;
    height: 40px;
    padding:0 15px;
  }
  .pageback a{
    float:right;
  }
  .bocweb-footer{
    height:  auto;
    line-height: 1.5;
    text-align: center;
    padding:10px;
  }
  .bdsharebuttonbox {
    display: none;
  }
  .bocweb-footer .text{
    width: 100%;
  }
  .innovation {
    padding-top: 25px;
    padding-bottom: 60px;
  }

  .innovation .innovation-ul .item .words .t0 {
    font-size: 15px;
  }

  .info-swiperbox .info-swiper .swiper-button-prev, .info-swiperbox .info-swiper .swiper-button-next {
    width: 25px;
    height: 25px;
  }

  .info-swiperbox .info-swiper {
    padding: 0 30px;
  }

  .serve-content .item .images {
    width: 100%;
  }
  .serve-content .item .images img {
    width: 100%;
  }

  .innovation .innovation-ul .item.play .images:after, .serve-content .item.play .images:after {
    width: 50px;
    height: 50px;
  }

  .info-swiperbox {
    padding-top: 25px;
    padding-bottom: 60px;
  }

  .t30 {
    font-size: 22px;
  }

  .serve-content .item .words {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }

  .m-fixed {
    line-height: 38px;
    font-size: 14px;
  }

  .about-content {
    line-height: 1.5;
  }

  .title01 .en {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .contact .mapbox .map {
    height: 300px;
  }

  .title01 .cn {
    font-size: 16px;
  }

  .contact .mapbox .words {
    height: auto;
  }

  .home-tit {
    width: 100%;
  }

  .contact .map-txt .item {
    width: 50%;
    margin-left: 0;
    margin-bottom: 35px;
  }
  .contact .map-txt .item:nth-child(5n+1) {
    margin-left: 0;
  }

  .contact .mapbox .words {
    padding: 20px;
  }

  .awards-content .awards-ul .item .images {
    padding: 4px;
  }

  .contact .mapbox .words .p {
    line-height: 24px;
  }

  .contact .mapbox .words .t0 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .contact {
    padding-top: 35px;
    padding-bottom: 50px;
  }

  .awards-content .awards-ul .item {
    width: 100%;
    margin-left: 0%;
  }
  .awards-content .awards-ul .item:nth-child(3n+1) {
    margin-left: 0%;
  }
  .awards-content .awards-ul .item:nth-child(2n+1) {
    margin-left: 0;
  }

  .awards-content .awards-ul .item .words {
    line-height: 45px;
    height: 45px;
  }

  .pagination {
    height: 38px;
  }

  .pagination a {
    font-size: 14px;
    line-height: 38px;
    padding: 0 5px;
  }

  .pagination a.next {
    font-size: 13px;
    right: 10px;
  }

  .pagination a.prev {
    font-size: 13px;
    left: 10px;
  }

  .news-content .news-ul .li .time {
    font-size: 12px;
  }

  .news-content {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .commen-content .right-fixed .c-right-title {
    height: 45px;
    line-height: 45px;
  }

  .commen-content .right-fixed .c-right-title .tiut .cn {
    font-size: 16px;
  }

  .details-news {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .infotit .tit01 {
    font-size: 20px;
  }

  .pageback {
    width: 100%;
    margin-top: 15px;
  }

  .about-content {
    padding-top: 20px;
    padding-bottom: 70px;
  }

  .t24 {
    font-size: 20px;
  }

  .mission-content .mission-itembox .items .img {
    width: 40px;
    height: 40px;
    left: 20px;
  }

  .mission-content .mission-itembox .items {
    padding: 20px 0;
    padding-left: 80px;
  }

  .mission-content .mission-itembox .items .text .t1 {
    font-size: 14px;
    margin-top: 12px;
  }

  .t72 {
    font-size: 50px;
  }

  .mission-content {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .serve-content {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .awards-content, .culture-content {
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .serve-info-content {
    padding-top: 35px;
  }

  .serve-info-content .info-title {
    padding-bottom: 30px;
  }

  .info-swiperbox .info-tit {
    margin-bottom: 25px;
  }

  .technology-content {
    padding-top: 25px;
    padding-bottom: 45px;
  }

  .technology-content .technology-ul .items {
    margin-bottom: 15px;
  }

  .technology-content .technology-ul {
    margin-top: 35px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .mission-content .mission-images .left-img {
    width: 100%;
    margin-bottom: 5px;
  }
  .mission-content .mission-images .left-img img {
    width: 100%;
  }
  .serve-info-content .info-title .t1{
    width: 90%;
  }

  .commen-content .right-fixed .c-right-title {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .c-right-combox, .wel-contents {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .contact .map-txt {
    margin-top: 35px;
  }

  .w1400 {
    width: 100%;
  }

  .wel-serve-tit .span span {
    font-size: .2rem;
  }

  .wel-contents .wel-bot .bot-swiper {
    padding-top: .2rem;
    padding-bottom: .4rem;
  }

  .wel-contents .wel-top {
    padding-bottom: .4rem;
    margin-bottom: .3rem;
  }

  .wel-serve-tit .span {
    font-size: .36rem;
    line-height: 1.3;
    border-left: .05rem solid #0076b9;
  }

  .wel-contents .wel-top .wel-serve .wel-serve-ul .items .words .cn {
    font-size: .28rem;
  }

  .wel-contents .wel-top .wel-serve .wel-serve-ul .items .words .en {
    font-size: .2rem;
    /*margin-top: .05rem;*/
  }

  .wel-serve-tit .more {
    width: 1.65rem;
    height: .5rem;
    line-height: .5rem;
    font-size: .28rem;
  }

  .wel-contents .wel-top .wel-serve {
    padding-top: 0;
  }

  .wel-contents .wel-top .wel-about {
    padding-bottom: .3rem;
    margin-bottom: .5rem;
  }

  .wel-contents .wel-top .wel-about .words .more {
    width: 1.65rem;
    height: .5rem;
    line-height: .5rem;
    font-size: .28rem;
  }

  .wel-contents .wel-top .wel-about .images {
    width: 2.95rem;
  }

  .wel-contents .wel-top .wel-about .words .p {
    font-size: .28rem;
    color: #666666;
    line-height: .48rem;
    margin-top: .1rem;
  }

  .wel-contents .wel-top .wel-about .words .cn {
    font-size: .32rem;
    color: #333333;
  }

  .wel-contents .wel-top .wel-about .words .en {
    font-size: .28rem;
    color: #999999;
    margin-top: .1rem;
  }

  .wel-banner .swiper-box {
    bottom: .25rem;
  }

  .m-header .welcome-a {
    width: 5rem;
  }

  .technology-content .technology-words {
    font-size: 14px;
    line-height: 24px;
  }

  .technology-content .technology-ul .items .text {
    height: auto;
    padding: 20px 10px;
  }

  .technology-content .technology-ul .items {
    width: 100%;
    margin-left: 0%;
  }
  .technology-content .technology-ul .items:nth-child(3n+1) {
    margin-left: 0;
  }
  .technology-content .technology-ul .items:nth-child(2n+1) {
    margin-left: 0;
  }

  .info-swiperbox .info-swiper .items {
    width: 100%;
  }

  .mission-content .mission-images .right-img {
    width: 100%;
  }
  .mission-content .mission-images .right-img img {
    width: 100%;
  }

  .t24 {
    font-size: 18px;
  }

  .infotit .tit01 {
    font-size: 18px;
    line-height: 1.5;
  }

  .serve-content .item {
    padding: .4rem .3rem;
  }

  .serve-content .item .words {
    padding: .25rem;
  }

  .serve-content .item .words .t0 span {
    font-size: 14px;
  }

  .serve-content .item .words .t0 {
    font-size: 20px;
  }

  .serve-content .item .words .t2 {
    line-height: 20px;
    font-size: 13px;
    height: 40px;
  }
}

@media screen and (max-width: 550px){
  .recruit-con .form1 .tr2{
    height: auto;
    line-height: 1.5;
    padding:8px 10px;
  }
  .recruit-con .form1 .tr1{
    height: auto;
    line-height: 1.5;
    padding:8px 10px;
  }
  .recruit-con .form1 .hides .dt{
    padding:20px 0;
  }
  .recruit-con .form1 .hides{
    padding:0 15px;
  }

}
@media screen and (max-width: 450px) {
  .m-header .w-header {
    padding: 0 10px;
    padding-right: 0;
  }

  .t30 {
    font-size: 18px;
  }

  .mission-content .mission-itembox .items .text .t1 {
    font-size: 13px;
    line-height: 1.5;
  }

  .t72 {
    font-size: 30px;
  }

  .mission-content .mission-itembox .items .num {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    bottom:0;
    margin: auto;
  }

  .mission-content .mission-itembox .items {
    padding-left: 50px;
  }
  .mission-content .mission-itembox .items .text{
    width: calc(100% - 60px)
  }

  .mission-content .mission-itembox .items .img {
    width: 30px;
    height: 30px;
    left: 10px;
  }
  .mission-content .mission-itembox .items .text .t0 .span{
    font-size: 12px;
  }

  .t72 {
    font-size: 40px;
  }

  .t24 {
    font-size: 15px;
  }

  .news-content .news-ul .li {
    padding-left: 16px;
  }

  .news-content .news-ul .li:before {
    left: 5px;
  }

  .infotx {
    line-height: 1.8;
  }

  .pageback a {
    height: 40px;
    line-height: 40px;
  }

  .infotit .tit01 {
    font-size: 15px;
  }

  .details-news {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .about-content {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 330px) {
  .wel-serve-tit .more {
    font-size: .2rem;
  }
}

/*# sourceMappingURL=style.css.map */
