html{

}

@font-face {
  font-family: "NotoSansCJKsc-Regular";
  src: url("../images/font/NotoSansCJKsc-Regular.otf");
}
@font-face {
  font-family: "NotoSansCJKsc-Medium";
  src: url("../images/font/NotoSansCJKsc-Medium.otf");
}
/*
@font-face {
  font-family: "NotoSansCJKsc-Thin";
  src: url("../images/font/NotoSansCJKsc-Thin.otf");
}
@font-face {
@font-face {
  font-family: "NotoSansCJKsc-Light";
  src: url("../images/font/NotoSansCJKsc-Light.otf");
  }
@font-face {
  font-family: "NotoSansCJKsc-DemiLight";
  src: url("../images/font/NotoSansCJKsc-DemiLight.otf");
}
@font-face {
  font-family: "NotoSansCJKsc-Bold";
  src: url("../images/font/NotoSansCJKsc-Bold.otf");
}
@font-face {
  font-family: "NotoSansCJKsc-Black";
  src: url("../images/font/NotoSansCJKsc-Black.otf");
}*/
body {
	margin:0;
	padding:0 0 0 0;
	font:13px/1.5 Arial, Verdana, Helvetica, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
}
select{
  font:14px/1.5 FZLTXHK--GBK1-0,Verdana, Arial, Helvetica, sans-serif;
}
ul,li,dl,dd,dt{
	margin:0;
	padding:0;
	list-style-type:none;
}
h1,h2,h3,h4{
	margin:0;
	padding:0;
	font-weight: normal;
}
img{
	border:none;
}
.wrapper{
	width:1200px;
	margin:0 auto;
}
.wrap{
  width: 1476px;
  margin: 0 auto;
}
.w100{
  display: table;
  width:100%;
}
a,a:focus,a:hover,.btn:focus,li, li:focus, li:hover, input, input:focus, input:hover, textarea, textarea:focus, textarea:hover, select, select:focus, select:hover {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
a,a:link,a:active,a:visited {
	color:#333333;
	text-decoration:none;
  outline: none;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
a.bt-blue{
  color: #3085BE;
}
a.bt-red{
  color: #FF6600;
}
a.bt-green{
  color: #20D274;
}
a.white{
  color: #FFFFFF;
}
a.white:hover{
  color: #DDDDDD;
}
.h5{
    display: none;
}
.pc{
    display: block;
}
.block{
    display: block;
}
.float_left{
	float:left;
	}
.float_right{
	float:right;
}
.m12{
  margin-top:12px !important;
}
.m20{
	margin-top:20px;
}
.m30{
	margin-top:30px;
}
.m50{
    margin-top:50px;
}
.mb20{
    margin-bottom: 20px !important;
}
.red{
  color: #F0575A;
}
.green{
  color: #35C7C9;
}
.orange{
  color: #FDA04B;
}
.blue{
  color: #5AB1EF;
}
/*header*/
.header{
  float: left;
  width: 100%;
  height: 118px;
}
.header .logo{
  float: left;
  width: 112px;
  height: 70px;
  margin: 10px 0 1px 28px;
}
.header .logo img{
  width: 100%;
  height: auto;
}
.header .wrapper{
  position: relative;
}
.menu{
  float: right;
  list-style:none;
  margin:0;
  padding:0;
  margin: 38px 0 0 10px;
}
.menu li{
  float: left;
  display:inline-block;
  margin: 0 34px;
  position:relative;
}
.menu li i{
  display: none;
}
.menu li.hover i,.menu li:hover i{
  display: block;
  position: absolute;
  top: 38px;
  left: 7%;
  width: 86%;
  border-bottom: 2px solid #333333;
}
.menu.white li.hover i,.menu.white li:hover i{
  border-bottom: 2px solid #FFFFFF;
}
.menu li.sub{
  margin: 0 36px 0 32px;
}
.menu li.sub.right{
  margin-right: 0;
}
.menu li.sub a{
  padding: 2px 18px 2px 0;
  background:url(../images/icon-menu-arrow.png) no-repeat center right;
}
.menu li.sub.hover a{
  padding: 2px 18px 2px 0;
  background:url(../images/icon-menu-arrow.png) no-repeat center right;
}
.menu li.sub a:hover,.menu li.sub:hover a{
  background:url(../images/icon-menu-arrow-v.png) no-repeat center right;
  padding: 2px 18px 2px 0;
}
.menu.white li.sub a{
  background:url(../images/icon-menu-arrow-w.png) no-repeat center right;
}
.menu.white li.sub.hover a{
  background:url(../images/icon-menu-arrow-w.png) no-repeat center right;
}
.menu.white li.sub a:hover,.menu.white li.sub:hover a{
  background:url(../images/icon-menu-arrow-v-w.png) no-repeat center right;
}
.menu li a{
  display:block;
  width:auto;
  height: 34px;
  line-height: 34px;
  padding: 2px 0;
  color:#333333;
  font-size:18px;
  text-align: center;
  font-family: NotoSansCJKsc-Regular;
}
.menu.white li a{
  color:#FFFFFF;
}
.menu li a:hover{
  color: #000000;
}
.menu .hover a{
  color: #000000;
}
.menu.white li a:hover{
  color: #FFFFFF;
}
.menu.white .hover a{
  color: #FFFFFF;
}
.menu li .subnav{
  position:absolute;
  background:#FFF;
  padding:8px 30px 8px 10px;
  width: auto;
  border-radius: 4px;
  left:0;
  z-index:9999;
  opacity:0;
  transition:all .3s ease 0s;
  visibility:hidden;
  top: 40px;
  box-shadow: 0px 8px 16px 0px rgb(62 108 158 / 35%);
}
.menu li .subnav.w285{
  min-width: 305px !important;
}
.menu li .subnav.w85{
  width: 70px !important;
}
.menu li .subnav li{
  position: relative;
  display:block;
  text-align:left;
  margin:0;
  width: 100%;
}
.menu li:hover .subnav{
  opacity:1;
  transform:translate3d(0,0,0);
  visibility:visible;
}
.menu li:hover .subnav a,.menu li .subnav li a,.menu li.sub.hover .subnav li a{
  float: left;
  width: auto;
  background-color: #FFF;
  background-image: none;
  color:#333333;
  padding:0 0 0 0;
  font-size:14px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  border-bottom: 1px solid #FFFFFF;
}
.menu li:hover .subnav a:hover,.menu li.sub.hover:hover .subnav li a:hover,.menu li.sub.hover .subnav li.hover a{
  background-image: none;
  color:#22468a;
  border-bottom: 1px solid #22468a;
}
.servicesbanner{
  float: left;
  width: 100%;
  height: 400px;
  background: url(../images/banner-ship-repair.png) no-repeat center top;
}
.serviceslgbanner{
  float: left;
  width: 100%;
  height: 400px;
  background: url(../images/banner-lubricant-sales.png) no-repeat center top;
}
.serviceswhbanner{
  float: left;
  width: 100%;
  height: 400px;
  background: url(../images/banner-ship-spare-parts-sales.png) no-repeat center top;
}
.servicessvbanner{
  float: left;
  width: 100%;
  height: 400px;
  background: url(../images/banner-labor-protection-products.png) no-repeat center top;
}
.advicesbanner{
  float: left;
  width: 100%;
  height: 400px;
  background: url(../images/bg-culture-bottom.png) no-repeat center top;
}
.momentsbanner{
  float: left;
  width: 100%;
  height: 400px;
  background: url(../images/banner-moments.jpg) no-repeat center top;
}

/*home banner*/
.header.home{
    position: absolute;
    left: 0;
    top: 0;
    float: left;
    width: 100%;
    height: 118px;
    z-index: 110;
}
.topbanner-container{
    width: 100%;
    height: 941px;
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
}
.topbanner-container .swiper-wrapper{
    width: 100%;
}
.topbanner-container .swiper-slide{
    width: 100%;
    height: 100%;
}
.topbanner-container .swiper-pagination{
    right: 20% !important;
    top: 58% !important;
}
.topbanner-container .swiper-pagination .swiper-pagination-bullet{
    width: 8px !important;
    height: 8px !important;
    background: transparent !important;
    border: 1px solid #FFFFFF !important;
    margin: 0 auto 10px auto !important;
    opacity: 1 !important;
}
.topbanner-container .swiper-pagination .swiper-pagination-bullet-active{
    width: 14px !important;
    height: 14px !important;
    border: none !important;
    background: #FFFFFF !important;
}
.homebanner{
    display: table;
    width: 100%;
    height: 941px;
    position: relative;
}
.homebox{
    display: table;
    margin: 0 auto 0 auto;
    width: 940px;
    height: 480px;
    text-align: center;
    color: #FFFFFF;
    font-family: NotoSansCJKsc-Medium;
    margin-top: 175px;
    border-radius: 8px;
    padding: 0 80px;
}
.homebox h2{
    display: block;
    width: 100%;
    font-size: 56px;
    margin-top: 76px;
    /* text-shadow: 0px 4px 1px #317ac0; */
}
.homebox h4{
    display: block;
    font-size: 30px;
    line-height: 60px;
    margin-top: 32px;
    /* text-shadow: 0px 3px 1px #317ac0; */
}
.home-more{
    position: absolute;
    width: 100%;
    height: 220px;
    bottom: 0;
    background: url(../images/bg-home-banner.png) no-repeat center bottom;
    z-index: 112;
}

.serbox{
  text-align: center;
  color: #FFFFFF;
  font-family: NotoSansCJKsc-Medium;
  margin-top: 150px;
}
.serbox h2{
  font-size: 40px;
}
.serbox h4{
  font-size: 24px;
  margin-top: 16px;
}
.content{
  display: table;
  width: 100%;
}
.services-subtitle{
  font-family: NotoSansCJKsc-Medium;
  margin-top: 32px;
}
.services-subtitle h1{
  font-size: 40px;
}
.services-subtitle h3{
  font-size: 24px;
  margin-top: 10px;
}
.services-nav{
  display: block;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
  border-bottom: 2px solid #f2f2f2;
}
.services-nav ul{
  display: flex;
}
.services-nav li{
  width: 17.4%;
  padding: 18px 0.8%;
  font-size: 16px;
  line-height: 21px;
  font-family: NotoSansCJKsc-Medium;
  position: relative;
  margin-right: 2%;
}
.services-nav li a{
  display: block;
}
.services-nav li:last-child{
  margin-right: 0;
}
.services-nav li i{
  display: none;
}
.services-nav li:hover{
  color: #000000;
}
.services-nav li.cur i,.services-nav li:hover i{
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #3e6c9e;
  z-index: 101;
}
.services-list{
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.services-list h2{
  font-size: 24px;
  font-family: NotoSansCJKsc-Medium;
  margin-bottom: 45px;
  margin-top: 10px;
}
.services-list li{
  display: inline-block;
  width: 282px;
  height: 370px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
  background-color: #FFFFFF;
}
.services-list li:nth-child(4n){
  margin-right: 0;
}
.services-list li:hover{
  background-color: #FFFFFF;
    box-shadow: 0px 3px 25px 0px rgb(204 204 223 / 50%);
}
.services-list li img{
  display: block;
  width: 202px;
  height: 202px;
  margin: 40px auto 25px auto;
  border-radius: 10px; 
}
.services-list li span{
  display: block;
  font-size: 18px;
  line-height: 24px;
  padding: 0 15px;
  text-align: justify;
}
.ser-box{
    display: table;
    width: 100%;
    padding: 60px 0;
}
.ser-box.top{
    padding-top: 30px;
}
.ser-box.t02{
    background-color: #f2f2f2;
}
.imagi-box{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
}
.imagi-box:last-child{
    margin-bottom: 0;
}
.imagi-box .imagi-pic{
    width: 670px;
    height: 600px;
    background: url(../images/bg-services.jpg) no-repeat right top;
}
.imagi-box .imagi-pic img{
    width: auto;
    height: auto;
    margin-top: 110px;
}
.imagi-box .imagi-txt{
    width: 470px;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    vertical-align: middle;
    text-align: justify;
    padding-left: 30px;
}
.imagi-box .imagi-txt h2{
    font-size: 30px;
    line-height: 30px;
    font-family: NotoSansCJKsc-Medium;
    margin-bottom: 38px;
}
.t02 .imagi-box .imagi-pic{
    text-align: left;
    background: url(../images/bg-services.jpg) no-repeat left top;
}
.t02 .imagi-box .imagi-pic img{
    margin-top: 125px;
}
.t02 .imagi-box .imagi-txt{
    padding-right: 30px;
    padding-left: 0;
}
.t03 .imagi-box .imagi-pic{
    text-align: right;
}
.t03 .imagi-box .imagi-pic img{
    margin-top: 43px;
}
.advices-desc{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}
.advices-desc h1{
    font-size: 36px;
    height: 88px;
    line-height: 88px;
    font-family: NotoSansCJKsc-Medium;
    background: url(../images/line-advices.png) no-repeat center bottom;
}
.advices-desc .dv-text{
    display: block;
    width: 830px;
    margin: 30px auto 0 auto;
    font-size: 14px;
    line-height: 30px;
    color: #6a6a6a;
}
.advices-map{
    display: table;
    width: 100%;
    height: 600px;
    position: relative;
    background: url("../images/maps.png") no-repeat center top;
}
.advices-map .dv-contact{
    position: absolute;
    bottom: 55px;
    left: 50%;
    margin-left: -300px;
    display: block;
    width: 600px;
    height: 200px;
    border-left: 2px solid #22468a;
    background-color: #FFFFFF;
    padding-top: 30px;
}
.advices-map .dv-contact p{
    font-size: 14px;
    line-height: 38px;
    margin-top: 0;
    margin-bottom: 25px;
}
.advices-map .dv-contact p img{
    vertical-align: middle;
    margin: 0 25px 0 20px;

}
.advices-form{
    margin-top: 38px;
    margin-bottom: 50px;
}
.advices-form h1{
    text-align: center;
    font-size: 36px;
    height: 88px;
    line-height: 88px;
    font-family: NotoSansCJKsc-Medium;
    background: url(../images/line-advices.png) no-repeat center bottom;
    margin-bottom: 40px;
}
.advices-form .af-text{
    width: 1170px;
    height: 150px;
    border: 1px solid #d3d3d3;
    font-size: 14px;
    padding: 10px;
    font-family: Arial;
}
.advices-form .af-input{
    display: inline-block;
    height: 40px;
    border: 1px solid #d3d3d3;
    width: 560px;
    font-size: 14px;
    padding: 0 10px;
    margin: 20px 29px 0 0;
}
.advices-form .af-submit{
    display: block;
    width: 220px;
    height: 40px;
    line-height: 40px;
    background: #22468a;
    font-size: 14px;
    color: #fff;
    margin: 20px 0 0 0;
    border: 0;
    padding: 0;
    cursor: pointer;
}
.advices-form .af-submit:hover{
    background: #0e347c;
}
.advices-form .af-tips{
    font-size: 14px;
    line-height: 30px;
    color: #6a6a6a;
    margin-top: 22px;
}
.moments-top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 65px;
}
.nr-top{
    width: 740px;
}
.nr-top .nrt-pic{
    width: 740px;
    height: 520px;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.nr-top .nrt-pic img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.4s linear;
}
.nr-top:hover .nrt-pic img{
  opacity: 1;
  transform: scale(1.05);
}
.nr-top .nrt-title{
    font-size: 36px;
    height: 28px;
    line-height: 28px;
    font-family: NotoSansCJKsc-Medium;
}
.nr-top:hover .nrt-title{
    color: #296fa3;
}
.nr-top .nrt-title span{
    float: right;
    font-size: 18px;
    color: #666666;
}
.nr-top .nrt-txt{
    font-size: 18px;
    line-height: 35px;
    text-align: justify;
    margin-top: 27px;
}
.nr-list{
    width: 716px;
}
.nr-list h2{
    font-size: 28px;
    height: 22px;
    line-height: 22px;
    font-family: NotoSansCJKsc-Medium;
    border-bottom: 1px solid #bfbfbf;
    padding: 0 0 20px 20px;
    margin-bottom: 20px;
}
.nr-list li{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.nr-list li a{
    display: flex;
}
.nr-list li a .icon-number{
    width: 24px;
}
.nr-list li a .icon-number img{
    display: block;
    width: 24px;
    height: 24px;
    margin-top: 58px;
}
.nr-list li a .nr-pic{
    display: block;
    width: 200px;
    height: 140px;
    margin-left: 20px;
    border-radius: 5px;
    overflow: hidden;
}
.nr-list li a .nr-pic1{
    display: block;
    width: 500px;
    height: 700px;
    margin-left: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.nr-list li a .nr-pic img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.4s linear;
}
.nr-list li:hover a .nr-pic img{
  opacity: 1;
  transform: scale(1.10);
}
.nr-list li a .nr-box{
    /* width: 432px; */
    margin-left: 20px;
}
.nr-list li a .nr-box2{
    width: 632px;
    margin-left: 20px;
}
.nr-list li a .nr-box3{
    width: 800px;
    margin-left: 20px;
}
.nr-list li a .nr-title{
    font-size: 30px;
    height: 25px;
    line-height: 25px;
    margin: 15px 0;
    font-family: NotoSansCJKsc-Medium;
}
.nr-list li:hover a .nr-title{
    color: #296fa3;
}
.nr-list li a .nr-title span{
    float: right;
    font-size: 18px;
    color: #666666;
}
.nr-list li a .nr-txt{
    font-size: 18px;
    line-height: 27px;
    text-align: justify;
}

.rn-list{
    margin-top: 65px;
}
.rn-list ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 28px;
}
.rn-list li{
    width: 472px;
}
.rn-list li .rn-pic{
    width: 472px;
    height: 256px;
    margin-bottom: 28px;
    border-radius: 8px;
    overflow: hidden;
}
.rn-list li .rn-pic img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.4s linear;
}
.rn-list li:hover .rn-pic img{
  opacity: 1;
  transform: scale(1.08);
}
.rn-list li strong{
    display: block;
    font-size: 36px;
    line-height: 32px;
    height: 32px;
    font-weight: normal;
    font-family: NotoSansCJKsc-Medium;
}
.rn-list li:hover strong{
    color: #296fa3;
}
.rn-list li span{
    display: block;
    font-size: 18px;
    line-height: 27px;
    height: 56px;
    margin-top: 10px;
}
.htitle{
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 36px;
    background: url(../images/icon-moments-title.png) no-repeat left center;
    padding-left: 35px;
    font-family: NotoSansCJKsc-Medium;
}
.h2title{
    display: block;
    color: #fff;
    height: 44px;
    line-height: 44px;
    font-size: 36px;
    background: url(../images/icon-moments-title.png) no-repeat left center;
    padding-left: 35px;
    font-family: NotoSansCJKsc-Medium;
}
.sc-list{
    margin-top: 65px;
    margin-bottom: 40px;
}
.sc-list ul{
    display: table;
    width: 100%;
    margin-top: 30px;
}
.sc-list li{
    display: inline-block;
    width: 710px;
    margin-bottom: 32px;
    margin-right: 56px;
}
.sc-list li:nth-child(2n){
  margin-right: 0;
}
.sc-list li a{
    display: flex;
}
.sc-list li a .sc-pic{
    width: 294px;
    height: 250px;
    margin-right: 26px;
    border-radius: 5px;
    overflow: hidden;
}
.sc-list li a .sc-pic img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.4s linear;
}
.sc-list li:hover a .sc-pic img{
  opacity: 1;
  transform: scale(1.10);
}
.sc-list li a .sc-box{
    width: 380px;
}
.sc-list li a .sc-box strong{
    display: block;
    font-size: 36px;
    line-height: 32px;
    height: 32px;
    font-weight: normal;
    font-family: NotoSansCJKsc-Medium;
    margin-top: 22px;
    margin-bottom: 18px;
}
.sc-list li:hover a .sc-box strong{
    color: #296fa3;
}
.sc-list li a .sc-time{
    display: block;
    font-size: 24px;
    line-height: 30px;
}
.sc-list li a .sc-txt{
    display: block;
    font-size: 18px;
    line-height: 27px;
    text-align: justify;
    margin-top: 10px;
}
.moments-detail{
    width: 1410px!important;
    margin-top: 40px;
    margin-bottom: 100px;
}
.moments-detail h1{
    display: block;
    font-size: 30px;
    line-height: 46px;
    height: 45px;
    font-family: NotoSansCJKsc-Medium;
    border-bottom:1px solid #cccccc; 
    padding: 20px 0;
}
.moments-detail h1 i{
    display: inline-block;
    width: 13px;
    height: 45px;
    margin-left: 10px;
    margin-right: 28px;
    background-color: #22468a;
    vertical-align: -10px;
    border-radius: 4px;
}
.moments-detail h2{
    display: block;
    font-size: 28px;
    color: #000000;
    text-align: center;
    font-family: NotoSansCJKsc-Medium;
    margin-bottom: 12px;
    margin-top: 45px;
}
.moments-detail .md-time{
    display: block;
    font-size: 14px;
    text-align: center;
    color: #666666;
}
.moments-detail .md-desc{
    display: block;
    padding: 20px 20px;
    font-size: 12px;
    color: #7b7b7b;
    background-color: #f8f8f8;
    margin-top: 35px;
    text-align: justify;
}
.moments-detail .md-detail{
    display: table;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 45px;
}
.moments-detail .md-detail img{
    display: block;
    margin: 40px auto;
}
.moments-detail .md-detail p{
    text-indent: 2em;
    text-align: justify;
}
.banner-bottom{
    display: table;
    width: 100%;
    height: 630px;
    background: url(../images/bg-culture-bottom.png) no-repeat center top;
    margin-bottom: -30px;
    margin-top: 30px;
}
.banner-bottom .cbb-box{
    display: block;
    margin-top: 190px;
    color: #FFFFFF;
    text-align: center;
    font-family: NotoSansCJKsc-Regular;
}
.banner-bottom .cbb-box h2{
    display: block;
    line-height: 80px;
    height: 80px;
    font-size: 70px;
    margin-bottom: 20px;
}
.banner-bottom .cbb-box h4{
    display: block;
    line-height: 30px;
    height: 30px;
    font-size: 24px;
    margin-bottom: 140px;
}
.banner-bottom .cbb-box a{
    display: block;
    margin: 0 auto;
    width: 180px;
    height: 68px;
    background-color: #257edc;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 65px;
    text-align: center;
    border-radius: 5px;
}
.omv-list{
    margin-top: 35px;
}
.omv-list h2{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 36px;
    height: 50px;
    line-height: 50px;
    font-family: NotoSansCJKsc-Medium;
}
.omv-list ul{
    display: table;
    width: 100%;
    margin-top: 60px;
}
.omv-list li{
    float: left;
    width: 386px;
    height: 360px;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 3px 20px 0px rgb(105 207 255 / 10%);
}
.omv-list li:hover{
    box-shadow: 0px 3px 20px 0px rgb(105 207 255 / 30%);
}
.omv-list li:nth-child(3n){
  margin-right: 0;
}
.omv-list li .omv-pic{
    display: block;
    margin: 35px auto 0 auto;
    width: 160px;
    height: 164px;
}
.omv-list li .omv-pic img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.4s linear;
}
.omv-list li:hover .omv-pic img{
  opacity: 1;
  transform: scale(1.10);
}
.omv-list li .omv-title{
    display: block;
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    margin-top: 25px;
}
.omv-list li .omv-txt{
    display: block;
    width: 280px;
    margin: 15px auto 0 auto;
    font-size: 14px;
    line-height: 28px;
    height: 126px;
    overflow: hidden;
    color: #8f8f8f;
}
.our-team{
    display: table;
    width: 1140px;
    margin: 55px auto 0 auto;
}
.our-team h2{
    display: block;
    width: 100%;
    line-height: 45px;
    font-size: 38px;
    text-align: center;
    font-family: NotoSansCJKsc-Medium;
    margin-bottom: 32px;
}
.our-team .ot-left{
    float: left;
    width: 555px;
    height: auto;
}
.our-team .ot-left .otl-pic{
    display: block;
    width: 555px;
    height: 420px;
    overflow: hidden;
}
.our-team .ot-left .otl-pic img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.4s linear;
}
.our-team .ot-left .otl-pic:hover img{
  opacity: 1;
  transform: scale(1.05);
}
.our-team .ot-left .otl-txt{
    display: block;
    font-size: 28px;
    line-height: 46px;
    color: #1a1b1e;
    word-break:break-all;
    margin-top: 16px;
    height: 184px;
    overflow: hidden;
    font-family: NotoSansCJKsc-Medium;
}
.our-team .ot-left .otl-txt strong{
    display: block;
    font-weight: normal;
}
.our-team .ot-right{
    float: right;
    width: 555px;
}
.our-team .ot-right .otr-pic{
    display: block;
}
.our-team .ot-right .otr-pic li{
    float: left;
    width: 263px;
    height: 195px;
    margin-right: 28px;
    margin-bottom: 28px;
    overflow: hidden;
}
.our-team .ot-right .otr-pic li:nth-child(2n){
  margin-right: 0;
}
.our-team .ot-right .otr-pic li img{
    display:inline-block;
    width: 100%;
    height: 100%;
    transition: all 0.4s linear;
}
.our-team .ot-right .otr-pic li:hover img{
  opacity: 1;
  transform: scale(1.10);
}
.our-team .ot-right .otr-txt{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    color: #6f7176;
    height: 184px;
    overflow: hidden;
}
.our-team .ot-list{
    float: left;
    display: table;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 15px;
}
.our-team .ot-list ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.our-team .ot-list li{
    width: 260px;
}
.our-team .ot-list li strong{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 5px;
    font-family: NotoSansCJKsc-Medium;
}
.our-team .ot-list li span{
    display: block;
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    color: #6f7176;
}
.culturebanner{
    display: table;
    width: 100%;
    height: 908px;
    background: url(../images/banner-culture.png) no-repeat center top;
}
.culbox{
    display: table;
    margin: 0 auto 0 auto;
    width: 940px;
    height: 480px;
    text-align: center;
    color: #FFFFFF;
    font-family: NotoSansCJKsc-Medium;
    margin-top: 210px;
    background-color: rgba(255,255,255,0.2);
    border-radius: 8px;
    padding: 0 80px;
}
.culbox h2{
    display: block;
    width: 100%;
    font-size: 68px;
    margin-top: 76px;
    /* text-shadow: 0px 2px 1px #22468a; */
}
.culbox h4{
    display: block;
    font-size: 34px;
    line-height: 60px;
    margin-top: 32px;
    /* text-shadow: 0px 2px 1px #22468a; */
}
.our-history{
    display: table;
    width: 100%;
    height: 908px;
    background: url(../images/bg-culture-history.jpg) no-repeat center top;
    margin-top: 30px;
    color: #FFFFFF;
    position: relative;
}
.our-history h2{
    display: block;
    width: 100%;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    font-family: NotoSansCJKsc-Medium;
    margin-top: 50px;
}
.our-history .oh-year{
    position: absolute;
    display: block;
    font-size: 36px;
    font-family: NotoSansCJKsc-Medium;
    height: 30px;
    line-height: 30px;
}
.our-history .oh-box{
    display: block;
    width: 260px;
    height: 110px;
    overflow: hidden;
    position: absolute;
}
.our-history .oh-box strong{
    display: block;
    font-size: 24px;
    font-family: NotoSansCJKsc-Regular;
    padding-left: 10px;
    font-weight: normal;
}
.our-history .oh-box span{
    display: block;
    font-size: 12px;
    line-height: 150%;
}
.our-history .oh-year.y2012{
    left: 205px;
    top: 292px;
}
.our-history .oh-box.y2012{
    left: 198px;
    top: 430px;
    width: 200px;
}
.our-history .oh-year.y2013{
    left: 465px;
    bottom: 370px;
}
.our-history .oh-box.y2013{
    left: 558px;
    bottom: 100px;
}
.our-history .oh-year.y2009{
    left: 890px;
    top: 340px;
}
.our-history .oh-box.y2009{
    left: 878px;
    top: 222px;
    width: 210px;
}
.our-history .oh-year.y2014{
    left: 1158px;
    top: 565px;
}
.our-history .oh-box.y2014{
    left: 1000px;
    bottom: 180px;
    width: 215px;
}
.our-history .oh-box.y2014 strong{
    padding-left: 50px;
}
.our-history .oh-year.y2016{
    left: 1352px;
    top: 320px;
}
.our-history .oh-box.y2016{
    left: 1325px;
    top: 200px;
}
.our-history .oh-year.y2017{
    left: 1600px;
    top: 560px;
}
.our-history .oh-box.y2017{
    left: 1640px;
    top: 390px;
}
.our-history .oh-year.y2020{
    left: 1812px;
    top: 320px;
}
.our-history .oh-box.y2020{
    left: 1815px;
    top: 200px;
}
.home-about{
    display: table;
    margin-top: 135px;
    position: relative;
}
.home-about .hab-pic{
    position: absolute;
    top: -15px;
    left: -235px;
    width: 671px;
    height: 602px;
}
.home-about .hab-pic img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.4s linear;
}
.home-about:hover .hab-pic img{
  opacity: 1;
  transform: scale(1.03);
}
.home-about .hab-box{
    float: right;
    width: 700px;
    height: auto;
}
.home-about .hab-box .hab-txt{
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #525f7f;
    margin-top: 5px;
    text-align: justify;
}
.home-about .hab-box .hab-txt p{
    text-indent: 2.5em;
}
.home-we{
    display: table;
    width: 100%;
    height: 565px;
    margin-top: 20px;
    padding-top: 345px;
    background: #edf4ff url(../images/bg-home-we.jpg) no-repeat center top;
}
.home-we .wrapper{
    width: 1276px;
}
.home-we h2{
    display: block;
    height: 88px;
    line-height: 44px;
    font-size: 36px;
    background: url(../images/icon-home-title.png) no-repeat left center;
    padding-left: 30px;
    font-family: NotoSansCJKsc-Medium;
    margin-top: 25px;
    margin-bottom: 35px;
}
.home-we h2 strong{
    display: block;
    font-weight: normal;
    color: #3eb2ff;
}
.home-we ul{
    display: table;
    width: 100%;
}
.home-we li{
    float: left;
    width: 288px;
    height: 278px;
    border-radius: 10px;
    text-align: center;
    margin-right: 38px;
    margin-bottom: 38px;
}
.home-we li:hover{
    background-color: #FFFFFF;
    box-shadow: 0px 10px 20px 0px rgb(238 238 238 / 40%);
}
.home-we li:nth-child(4n){
  margin-right: 0;
}
.home-we li .hw-pic{
    display: block;
    width: 80px;
    height: 80px;
    margin: 35px auto 37px auto;
}
.home-we li .hw-pic img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.4s linear;
}
.home-we li:hover .hw-pic img{
  opacity: 1;
  transform: scale(1.10);
}
.home-we li .hw-title{
    display: block;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
}
.home-we li .hw-txt{
    display: block;
    font-size: 16px;
    height: 75px;
    line-height: 25px;
    color: #525f7f;
    overflow: hidden;
    margin-top: 10px;
}
.home-contact{
    display: table;
    width: 100%;
    height: 908px;
}
.home-contact .hc-box{
    display: block;
    width: 1498px;
    height: 836px;
    background: url(../images/bg-home-ct.png) no-repeat center top;
    margin: 40px auto 0 auto;
}
.home-contact .hc-box .hc-left{
    float: left;
    width: auto;
    padding: 35px 35px; 
}
.home-contact .hc-box ul{
    display: block;
    width: 100%;
    margin-top: 20px;
}
.home-contact .hc-box li{
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-family: NotoSansCJKsc-Regular;
    margin-bottom: 22px;
}
.home-contact .hc-box li .hc-white{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}
.home-contact .hc-box li .hc-txt{
    color: #fff;
    margin-top: 15px;
}
.home-contact .hc-right{
    float: right;
    width: 826px;
    height: 470px;
    margin-top: 197px;
    position: relative;
    margin-right: 30px;
    /*background-color: #FFFFFF;*/
}
.home-contact .hc-right .hc-lbs{
    position: absolute;
    font-size: 14px;
    color: #ff0000;
    padding-left: 60px;
    background: url(../images/icon-home-map-line.png) no-repeat left center;
    
}
.home-news{
    display: table;
    width: 100%;
    height: auto;
    background: url(../images/bg-home-news.jpg) no-repeat center bottom;
    margin-bottom: -30px;
    padding: 0px 0 30px 0;
}
.home-news h2{
    display: table;
    width: 100%;
    font-size: 36px;
    line-height: 40px;
    height: 40px;
    padding: 40px 0;
    background: url(../images/line-home-news.png) no-repeat center bottom;
    margin-bottom: 68px;
    text-align: center;
}
.home-news .wrapper{
    display: table;
    width: 1160px;
    background-color: #FFFFFF;
    padding: 20px;
}
.home-news .hn-left{
    float: left;
    width: 484px;
    height: 484px;
    overflow: hidden;
    position: relative;
    margin-left: 15px;
}
.home-news .hn-left .hnl-pic{
    display: block;
    width: 484px;
    height: 484px;
}
.home-news .hn-left .hnl-pic img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.4s linear;
}
.home-news .hn-left:hover .hnl-pic img{
  opacity: 1;
  transform: scale(1.03);
}
.home-news .hn-left .hnl-box{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 444px;
    height: 116px;
    padding: 25px 20px;
    color: #FFFFFF;
    background-color: rgba(0,0,0,0.2);
}
.home-news .hn-left .hnl-box strong{
    display: block;
    font-size: 18px;
    font-family: NotoSansCJKsc-Medium;
}
.home-news .hn-left .hnl-box span{
    display: block;
    width: 100%;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 35px;
    font-family: NotoSansCJKsc-Medium;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ion-eye-w,.icon-comment-w{
    display: inline-block;
    width: 55px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-style: normal;
    padding-left: 32px;
}
.ion-eye-w{
    background: url(../images/icon-eye-w.png) no-repeat left center;
}
.icon-comment-w{
    background: url(../images/icon-comment-w.png) no-repeat left center;
}
.hn-list{
    display: table;
    width: 100%;
    margin-top: 35px;
    margin-bottom: -10px;
}
.hn-list ul{
    display: table;
    width: 100%;
}
.hn-list li{
    display: block;
    width: 100%;
    height: 94px;
    padding: 23px 0;
    background-color: #f8f8f8;
    margin-bottom: 10px;
}
.hn-list li a{
    display: flex;
}
.hn-list li .hnl-date{
    width: 94px;
    height: 94px;
    background-color: #416291;
    margin: 0 15px;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
}
.hn-list li .hnl-date strong{
    display: block;
    font-size: 39px;
    line-height: 40px;
    height: 40px;
    margin-top: 15px;
}
.hn-list li .hnl-txt{
    width: 1030px;
}
.hn-list li .hnl-txt strong{
    display: block;
    font-size: 16px;
    line-height: 28px;
    height: 28px;
    margin-top: 10px;
    font-family: NotoSansCJKsc-Medium;
}
.hn-list li .hnl-txt span{
    display: block;
    font-size: 12px;
    line-height: 24px;
    height: 48px;
    color: #7b7b7b;
    margin-top: 5px;
}

/*news-container*/
.news-container{
    float: right;
    width: 624px;
    height: 484px;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
}
.news-container .swiper-wrapper{
    width: 100%;
}
.news-container .swiper-slide{
    width: 194px;
    height: 484px;
}
.news-container .hnr-pic{
    display: block;
    width: 194px;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.news-container .hnr-pic img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.4s linear;
}
.news-container .hnr-pic:hover img{
  opacity: 1;
  transform: scale(1.03);
}
.news-container .hnr-pic i{
    position: absolute;
    left: 12px;
    top: 12px;
    width: 38px;
    height: 35px;
    border-radius: 3px;
    z-index: 101;
    font-size: 15px;
    line-height: 35px;
    color: #FFFFFF;
    font-style: normal;
    background: #ff8e6b url(../images/icon-love.png) no-repeat 12px center;
    background-size: 15px 15px;
    padding-left: 32px;
}
.news-container .hnr-txt{
    display: block;
    width: 100%;
    margin-top: 38px;
}
.news-container .hnr-txt strong{
    display: -webkit-box;
    font-size: 16px;
    line-height: 22px;
    font-family: NotoSansCJKsc-Medium;
    font-weight: normal;
    color: #666666;
    width: 100%;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-container .hnr-txt span{
    display: -webkit-box;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 25px;
    color: #999999;
    width: 100%;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 8px;
}
.ion-eye,.icon-comment{
    display: inline-block;
    width: 55px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-style: normal;
    padding-left: 32px;
}
.ion-eye{
    background: url(../images/icon-eye.png) no-repeat left center;
}
.icon-comment{
    background: url(../images/icon-comment.png) no-repeat left center;
}
.swiper-button-next,.swiper-button-prev{
    width: 50px !important;
    height: 50px !important;
    background-color: #ff764c;
    border-radius: 5px !important;
    top: 32% !important;
    z-index: 1000 !important;
}
.swiper-button-next:hover,.swiper-button-prev:hover{
    background-color: #ff6600;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: #FFFFFF !important;
    font-size: 22px !important;
}
.swiper-button-next{
    right: 2px !important;
}
.swiper-button-prev{
    left: 2px !important;
}
/*footer*/
.footer{
  display: table;
  width: 100%;
  height: 285px;
  background-color: #000000;
  color: #FFFFFF;
  margin-top: 30px;
}
.footer .wrapper{
  display: block;
  margin-top: 40px;
}
.footer-logo{
  float: left;
  width: 122px;
  height: 110px;
  margin-left: 55px;
}
.footer-logo img{
  display: block;
  width: 100%;
  height: auto;
}
.footer-nav{
  float: left;
  width: auto;
  margin-left: 35px;
}
.footer-nav dl{
  float: left;
  width: 170px;
  text-align: center;
}
.footer-nav dt{
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
}
.footer-nav dd{
  display: block;
  font-size: 14px;
  line-height: 24px;
}
.footer-nav a,.footer-copyright a{
  color: #FFFFFF;
}
.footer-nav a:hover,.footer-copyright a:hover{
  color: #DDDDDD;
}
.footer-ercode{
  float: right;
  width: 160px;
  height: 145px;
  font-size: 16px;
  text-align: center;
  padding: 0 70px 0 70px;
  border-left: 1px solid #666666;
}
.footer-ercode img{
  display: block;
  width: 92px;
  height: 92px;
  margin: 6px auto 0 auto;
}
.footer-copyright{
  float: left;
  display: table;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-top:1px solid #444444;
  margin-top: 35px;
  font-size: 12px;
}


/*PC 1280 v1*/
@media only screen and (min-width:1000px) and (max-width:1280px){
.wrapper{
  width:1120px;
  margin:0 auto;
}
.wrap{
  width:1120px;
}
.homebanner{
    height: 900px;
}
.topbanner-container{
    height: 900px;
}
.topbanner-container .swiper-pagination{
    right: 10% !important;
}
.home-about{
    margin-top: 135px;
}
.home-about .hab-pic{
    top: 15px;
    left: -65px;
    width: 521px;
    height: auto;
}
.home-about .hab-box {
    width: 640px;
}
.home-about .hab-box .hab-txt {
    line-height: 26px;
}
.home-we {
    height: 785px;
    padding-top: 305px;
    background-size: 113% auto;
}
.home-we .wrapper{
    width: 1120px;
}
.home-we li {
    width: 258px;
    margin-right: 28px;
    margin-bottom: 28px;
}
.home-contact .hc-box .hc-left{
  padding: 35px 28px;
  color: #fff;
}
.home-contact .hc-box {
    width: 1200px;
    height: 836px;
    background: url(../images/bg-home-ct-12800.png) no-repeat center top;
    background-size: 100% auto;
    margin: 40px auto 0 auto;
}
.home-contact .hc-box li {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 16px;
}
.home-contact .hc-right {
    width: 655px;
    height: 390px;
    margin-top: 230px;
    margin-right: 20px;
}
.home-contact .hc-right .hc-lbs:nth-child(1n){
    top: 115px !important;
    left: 195px !important;
}
.home-contact .hc-right .hc-lbs:nth-child(2n){
    top: 230px !important;
    left: 200px !important;
}
.home-contact .hc-right .hc-lbs:nth-child(3n){
    top: 260px !important;
    left: 355px !important;
}
.home-contact .hc-right .hc-lbs:nth-child(4n){
    top: 170px !important;
    left: 525px !important;
}
.home-contact .hc-right .hc-lbs:nth-child(5n){
    top: 120px !important;
    left: 558px !important;
}
.serbox{
  margin-top: 150px;
}
.omv-list {
    margin-top: 35px;
}
.omv-list li{
    width: 360px;
}
.our-team {
    margin: 55px auto 0 auto;
}
.our-team .ot-right {
    width: 545px;
}
.our-team .ot-right .otr-pic li{
    margin-right: 18px;
}
.advices-form .af-text {
    width: 1090px;
}
.advices-form .af-input{
    width: 520px;
}
.services-subtitle{
  margin-top: 32px;
}
.services-list li{
  width: 262px;
}
.imagi-box .imagi-txt {
    width: 430px;
}
.imagi-box .imagi-pic {
    width: 630px;
}
.footer-logo {
    margin-left: 15px;
}
.footer-ercode {
    padding: 0 30px 0 50px;
}
.our-history{
    display: table;
    width: 100%;
    height: 47.291vw;
    background: url(../images/bg-culture-history.jpg) no-repeat left top;
    background-size: 100% auto;
    margin-top: 1.5625vw;
    color: #FFFFFF;
    position: relative;
}
.our-history h2{
    display: block;
    width: 100%;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    font-family: NotoSansCJKsc-Medium;
    margin-top: 50px;
}
.our-history .oh-year{
    position: absolute;
    display: block;
    font-size: 1.875vw;
    font-family: NotoSansCJKsc-Medium;
    height: 1.5625vw;
    line-height: 1.5625vw;
}
.our-history .oh-box{
    display: block;
    width: 13.5416vw;
    height: 6.229vw;
    overflow: hidden;
    position: absolute;
}
.our-history .oh-box strong{
    display: block;
    font-size: 1.25vw;
    font-family: NotoSansCJKsc-Regular;
    padding-left: 0.520vw;
    font-weight: normal;
}
.our-history .oh-box span{
    display: block;
    font-size: 0.625vw;
    line-height: 120%;
}
.our-history .oh-year.y2012{
    left: 10.677vw;
    top: 15.208vw;
}
.our-history .oh-box.y2012{
    left: 10.312vw;
    top: 22.396vw;
    width: 10.416vw;
}
.our-history .oh-year.y2013{
    left: 24.218vw;
    bottom: 19.2708vw;
}
.our-history .oh-box.y2013{
    left: 28.2625vw;
    bottom: 6.108vw;
}
.our-history .oh-year.y2014{
    left: 33.854vw;
    top: 15.625vw;
}
.our-history .oh-box.y2014{
    left: 31.666vw;
    top: 8.437vw;
    width: 10.937vw;
}
.our-history .oh-year.y2015{
    left: 54.583vw;
    top: 24.218vw;
}
.our-history .oh-box.y2015{
    left: 49.479vw;
    bottom: 5.729vw;
    width: 11.197vw;
}
.our-history .oh-box.y2015 strong{
    padding-left: 2.604vw;
}
.our-history .oh-year.y2016{
    left: 70.937vw;
    top: 15.104vw;
}
.our-history .oh-box.y2016{
    left: 64.843vw;
    top: 6.510vw;
}
.our-history .oh-year.y2017{
    left: 83.333vw;
    top: 27.083vw;
}
.our-history .oh-box.y2017{
    left: 83.916vw;
    top: 18.75vw;
}
.sc-list li {
    width: 540px;
    margin-bottom: 32px;
    margin-right: 30px;
}
.sc-list li a .sc-pic {
    width: 230px;
    height: 170px;
    margin-right: 16px;
    border-radius: 5px;
}
.sc-list li a .sc-box strong {
    font-size: 26px;
    line-height: 26px;
    height: 26px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.sc-list li a .sc-time {
    font-size: 18px;
    line-height: 20px;
}
.sc-list li a .sc-txt {
    font-size: 15px;
    line-height: 18px;
    margin-top: 10px;
}
.rn-list li {
    width: 352px;
}
.rn-list li .rn-pic{
    width: 352px;
    height: auto;
    margin-bottom: 15px;
}
.rn-list li span{
  font-size: 16px;
}
.nr-top {
    width: 550px;
}
.nr-top .nrt-pic{
    width: 550px;
    height: auto;
    margin-bottom: 30px;
}
.nr-list {
    width: 550px;
}
.nr-list li a .nr-pic{
  height: auto;
}
.nr-top .nrt-txt{
  line-height: 36px;
}

}