@charset "UTF-8";
/* color */
/* 清除浮动 */
.clearfix { zoom: 1; }
.clearfix:after { display: table; line-height: 0; content: ""; clear: both; }

/* flex */
.flex-row { display: flex;flex-direction: row; justify-content: center; align-items: center; }
.flex-col { display: flex;flex-direction: column; justify-content: center; align-items: center; }

.pc-show { display: none; }

.moible-show { display: block; }

.ellipsis { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

.zb-container, .zb-box { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; position: relative; }

@media (min-width: 768px) { .zb-container, .zb-box { width: 750px; } }
@media (min-width: 992px) { .zb-container, .zb-box {width: 992px;}
  .pc-show { display: block; }
  .moible-show { display: none; } }
@media (min-width: 1200px) { .zb-container, .zb-box {width: 1200px;}
  .moible-show { display: none; } }
@media (min-width: 1650px) { .zb-container { width: 1650px; }
  .moible-show { display: none; } }
/* 引用字体 */
@font-face { font-family: 'popins'; src: url("/static/font/poppins-regular.ttf"); }
@font-face { font-family: 'bosan'; src: url("/static/font/bosan03.ttf"); }
/* 默认样式 */
* { font-family: 'popins'; padding: 0; border: none; margin: 0; outline: none; box-sizing: border-box; }

html, body { width: 100%; }

ul, ol, li, dl, dt, dd { list-style: none; }

p, h1, h2, h3, h4, h5, h6 { font-weight: normal; }

button, input { display: block; -webkit-appearance: none; }

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

a { text-decoration: none; }

/* header */
.zb-header {line-height: 58px;height: 58px;/* background-color: #f3f4f8; */position: absolute;right: 0px;top: 26px;z-index: 90;}
.zb-header .zb-container {text-align: right;font-size: 0;width: auto !important;}
.zb-header .zb-container li { display: inline-block; vertical-align: middle; height: 58px; }
.zb-header .zb-container .search-box {display: none;height: 58px;background-color: #ddd;position: absolute;right: 0;top: 84px;width: 350px;}
.zb-header .zb-container .search-box .input { width: 280px; padding-left: 20px; padding-right: 10px; height: 58px; background-color: transparent; font-size: 16px; line-height: 1.2; float: left; }
.zb-header .zb-container .search-box .btn { width: 60px; height: 58px; float: right; background: url(/static/images/search-nor.png) center no-repeat; background-size: 30px auto; cursor: pointer; }
.zb-header .zb-container .search-box .btn:hover { background-image: url(/static/images/search-clk.png); }
.zb-header .zb-container .search-btn { width: 80px; background: url(/static/images/search-nor.png) center no-repeat; background-size: 30px auto; cursor: pointer; }
.zb-header .zb-container .search-btn:hover { background-image: url(/static/images/search-clk.png); }
.zb-header .zb-container .close-btn { display: none; width: 80px; background: url(/static/images/close-nor.png) center no-repeat; background-size: 30px auto; cursor: pointer; }
.zb-header .zb-container .close-btn:hover { background-image: url(/static/images/close-clk.png); }
.zb-header .zb-container .change-btn { font-size: 15px; color: #666666; width: 70px; border-left: 1px solid #e6e7eb; text-align: center; cursor: pointer; }

/* nav */
.zb-nav { background-color: #fff; height: 110px; line-height: 110px; position: relative; }
.zb-nav .logo { width: 250px; float: left; position: relative; margin-top: 55px; transform: translateY(-50%); }
.zb-nav .nav-list {float: right;text-align: right;line-height: 110px;height: 110px;font-family: 'bosan';font-size: 0;margin-right: 130px;}
.zb-nav .nav-list dl { display: inline-block; vertical-align: middle; position: relative; }
.zb-nav .nav-list dl dt { font-size: 18px; color: #000000; cursor: pointer; padding: 0 26px; }
.zb-nav .nav-list dl dt a { color: inherit; display: block; }
.zb-nav .nav-list dl dt span { display: inline-block; width: 8px;height: 8px; border-right: 2px solid #ccc; border-bottom: 2px solid #ccc; transform: rotate(45deg) translateY(-5px);}
.zb-nav .nav-list dl:hover dt, .zb-nav .nav-list dl.active dt { color: #0173b1; }
.zb-nav .nav-list dl:hover dt span { border-color: #0173b1; }
.zb-nav .nav-list dl dd { display: none; position: absolute; top: 110px; z-index: 9; background-color: #fff; text-align: left; line-height: 54px; font-size: 16px;min-width: 200px;}
/* .zb-nav .nav-list dl dd { text-align: center;   width: 250px;left: 50%;margin-left: -125px;display: none;position: absolute;top: 110px;z-index: 9;background-color: #fff;line-height: 54px;font-size: 16px;width: 400px;left: 50%;margin-left: -200px;} */
.zb-nav .nav-list dl dd a { display: block; padding: 0 25px; color: #333; white-space: nowrap; cursor: pointer; transition: all 500ms;}
.zb-nav .nav-list dl dd a.active { color: #0173B1; }
.zb-nav .nav-list dl dd a:hover { background-color: #0173B1; color: #fff; }
.zb-nav .nav-list dl dd a:first-child {border-top: 2px solid #0173b1;}
.zb-nav .nav-list dl:hover dd {display: block;}
.zb-nav .menu-btn { width: 60px; height: 60px; position: absolute; top: 0; right: 15px; cursor: pointer; }
.zb-nav .menu-btn .menu-btn-list { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.zb-nav .menu-btn .menu-btn-list span { width: 40%; height: 3px; background-color: #03132b; margin: 2px 0; transition: all 500ms; }
.zb-nav .menu-btn .menu-btn-list.active .line-1 { transform: rotate(-45deg) translate3d(-5px, 5px, 0); transform-origin: center; }
.zb-nav .menu-btn .menu-btn-list.active .line-2 { opacity: 0; }
.zb-nav .menu-btn .menu-btn-list.active .line-3 { transform: rotate(45deg) translate3d(-5px, -5px, 0); transform-origin: center; }

@media (max-width: 1649px) { .zb-nav .logo { width: 200px; }
  .zb-nav .nav-list dl dt {font-size: 16px;padding: 0 15px;} }
@media (max-width: 1199px) { .zb-nav .logo { width: 160px; }
  .zb-nav .nav-list dl dt { font-size: 14px; padding: 0 10px; }
  .zb-nav .nav-list dl dd { font-size: 14px; } }
@media (max-width: 991px) { .zb-nav { line-height: 60px; height: 60px; }
  .zb-nav .logo { width: 150px; margin-top: 30px; }
  .zb-nav .nav-list { display: none; position: absolute; top: 60px; left: 0; width: 100%; height: auto; background-color: #fff; z-index: 999; box-shadow: 0 10px 10px rgba(0,0,0,.1); }
  .zb-nav .nav-list.active { display: block; }
  .zb-nav .nav-list dl { display: block; width: 100%; line-height: 50px; text-align: left; }
  .zb-nav .nav-list dl dt { font-size: 16px; padding: 0 15px; position: relative; }
  .zb-nav .nav-list dl dt span { float: right; position: relative; margin-top: 22px; margin-right: 8px; }
  .zb-nav .nav-list dl dt:after { content: ''; width: calc(100% - 30px); position: absolute; bottom: 0; left: 15px; height: 1px; background-color: #e1e1e1; }
  .zb-nav .nav-list dl:last-child dt::after { content: none; } 
  .zb-nav .nav-list dl dd { position: relative; top: 0; }
  .zb-nav .nav-list dl dd { padding: 0 15px; }
  .zb-nav .nav-list dl dd a { padding: 0 15px; position: relative; }
  .zb-nav .nav-list dl dd:hover a { background-color: transparent; color: #333; }
  .zb-nav .nav-list dl dd a:first-child {border-top: none;}
  .zb-nav .nav-list dl dd a:after { content: ''; width: calc(100% - 15px); position: absolute; bottom: 0; left: 15px; height: 1px; background-color: #e1e1e1; }
  .zb-nav .nav-list dl dd a:last-child:after { content: ''; width: 100%; left: 0; }
  /* .zb-nav .nav-list dl:hover dd {display: none;} */
}

/* main-banner */
.main-banner { padding: 0 10px; background-color: #fff; }
#mainBanner .slick-slide {width: 100%; height: 650px; overflow: hidden;background-color: #f7f7f7;}
#mainBanner .slick-slide img {width: 100%;height: 100%;object-fit: cover;}
@media (max-width: 991px) {
  .main-banner { padding: 0; }
  #mainBanner .slick-slide { height: 320px; }
}

/* our product */
.our-product .main-title{font-size: 20px;margin-top: 120px;color: #0173b1;margin-bottom: 30px;}
.our-product .module-1 .name { font-size: 50px; color: #333; line-height: 50px; height: 50px; float: left; }
.our-product .module-1 .btn {float: right;line-height: 50px;height: 50px;text-align: right;font-size: 0;}
.our-product .module-1 .btn span { display: inline-block; vertical-align: middle;width: 30px;height: 30px; margin-left: 15px; cursor: pointer;}
.our-product .module-1 .btn .prev-btn { background: url(/static/images/prev-icon.png) center top no-repeat; background-size: 100% auto; }
.our-product .module-1 .btn .next-btn { background: url(/static/images/next-icon.png) center top no-repeat; background-size: 100% auto; }
.our-product .module-1 .btn span:hover {background-position-y: bottom;}
.our-product .product-list { width: 100%; overflow: hidden; margin-top: 60px;}
.our-product .product-item { border: 1px solid #e1e1e1; box-sizing: border-box;margin: 1px 10px;}
.our-product .product-item .photo { width: 100%;background-color: #ddd; }
.our-product .product-item .name { font-size: 30px;color: #333;line-height: 34px; height: 68px;padding:0 20px; margin: 20px 0; overflow: hidden;}
.our-product .product-item .extra { padding: 20px;font-size: 0; text-align: left; cursor: pointer;}
.our-product .product-item .extra span { display: inline-block; vertical-align: middle; }
.our-product .product-item .extra .txt {font-size: 14px;color: #666; transition: color 500ms;}
.our-product .product-item .extra:hover .txt {font-size: 14px;color: #0073b1;}
.our-product .product-item .extra .icon {cursor: pointer; width: 20px;height: 20px;margin-left: 10px;background: url(/static/images/more-btn.png) center top no-repeat; background-size: 100% auto; }
.our-product .product-item .extra:hover .icon { background-position-y: bottom; }
@media (max-width: 991px) {
  .our-product .main-title {font-size: 16px; margin-top: 50px;margin-bottom: 20px;}
  .our-product .module-1 .name {font-size: 28px;}
  .our-product .product-item .name  { font-size: 18px; padding: 0 15px; margin: 15px 0; line-height: 20px;height: 40px; }
  .our-product .product-item .extra { padding: 15px; }
  .our-product .product-list { margin-top: 20px; }
}

/* social */
.social-container .title {font-size: 30px; padding-top: 100px; padding-bottom: 10px;}
.social-container {padding-bottom: 120px;}
.social-container .social-item { float: left; width: 33.3333%;overflow: hidden;font-size: 0; text-align: center; line-height: 1.2;}
.social-container .social-item .info .val {color: #0173b1;font-size: 48px;}
.social-container .social-item .info .unit {color: #333;font-size: 12px;}
.social-container .social-item .name {color: #999;font-size: 16px;}
@media (max-width: 991px) {
  .social-container .title { font-size: 20px; padding-top: 60px; padding-bottom: 5px; }
  .social-container .social-item { float: none; width: 100%; padding: 15px 0;}
  .social-container {padding-bottom: 50px;}
  .social-container .social-item .info .val {font-size: 28px;}
  .social-container .social-item .name {font-size: 14px;}
}


/* our story */
.our-story {width: 100%; position: relative;background: url(/static/images/our-story-bg.jpg) left center no-repeat;background-size: auto 100%; text-align: right; font-size: 0;}
.our-story .module { background-color: #f3f4f8; min-width: 50%; max-width: 58%; display: inline-block; padding: 50px 80px 30px 140px; text-align: left;position: relative;}
.our-story .module .title {font-size: 20px;color: #0073b1;margin-bottom: 40px;}
.our-story .module .bt {font-size: 48px;color: #4a4a4a;margin-bottom: 20px;}
.our-story .module .content {font-size: 18px;color: #666666;line-height: 1.5;margin-bottom: 40px;}
.our-story .module .url {font-size: 16px;color: #333;text-decoration: underline;cursor: pointer;}
.our-story .module .btn { width: 110px; height: 110px;border: 10px solid #f3f4f8; background-color: #fff;position: absolute; top: 50%;left: 0; transform: translate3d(-50%,-50%,0);border-radius: 50%;cursor: pointer; transition: all 500ms; }
.our-story .module .btn::after {content: '';width: 0;height: 0;border-top: 10px solid transparent;border-bottom: 10px solid transparent;border-left: 15px solid #0073b1;position: absolute; top: 50%; left: 50%; transform: translate3d(-50%,-50%,0);}
.our-story .module .btn:hover {background-color: #f3f4f8;border-color:#fff}
@media (max-width: 1199px) {
  .our-story .module { padding: 30px 50px 20px 80px; }
  .our-story .module .bt {font-size: 30px }
  .our-story .module .content, .our-story .module .url {font-size: 14px;}
}
@media (max-width: 991px) {
  .our-story { margin-top: 30px; }
  .our-story .module { width: 100%; max-width: 100%; box-sizing: border-box;padding: 30px 15px 15px 15px; }
  .our-story .module .title { font-size: 16px; }
  .our-story .module .bt {font-size: 28px }
  .our-story .module .btn { top: 0; left: 50% }
}

/* brand-box */
.brand-box {padding-top: 120px; padding-bottom: 66px;border-bottom: 1px solid #dedede;}
.brand-box .brand-item { margin: 0 5px; }
.tc_tipadd {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #101010 !important;
	background-color: rgba(0, 44, 71, 0.98) !important
}
.tc_tipadd1{
	padding: 80px;
	width: 800px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #FFFFFF;
}

.tc_tittle{
	font-size: 30px;
	color: #000000;
	font-weight: bold;
}
.tc_font{
	font-size: 14px;
	color: #101010;
	margin-top: 10px;
}
.tc_button{
	margin-top: 10px;
	font-size: 0;
}
.tc_button a{
	display: inline-block;
	font-size: 14px;
	padding: 0 20px;
	height: 36px;
	line-height: 34px;
	margin-right: 10px;
}
.tc_button1{
	background-color: #00c1de;
	color: #FFFFFF;
	border: 1px solid #00c1de;
}
.tc_button2{
	color: #101010;
	border: 1px solid #101010;
}

@media (max-width: 991px) {
  .brand-box {padding-top: 60px; padding-bottom: 32px;}
  .tc_tipadd1{
  	width: 90%;
  	padding: 20px;
  }
}

/* join-us */
.join-us {padding-top: 66px; padding-bottom: 102px;}
.join-us .info {flex: 1;}
.join-us .photo { width: 46%; margin-left: 10%; }
.join-us .title { font-size: 30px; color: #03132b; margin-bottom: 20px ; }
.join-us .content { font-size: 18px; color: #6d6d6d; margin-bottom: 30px; line-height: 1.4; }
.join-us .btn {font-size: 0; line-height: 60px;text-align: left;}
.join-us .btn a { text-align: center; display: inline-block; vertical-align: middle; width: 156px; line-height: 58px; height: 60px; font-size: 18px; box-sizing: border-box; cursor: pointer; transition: all 500ms;}
.join-us .btn-1 { background-color: #0073b1; border: 1px solid #0073b1; color: #fff; margin-right: 10px; }
.join-us .btn-2 { color: #03132b; border: 1px solid #9c9c9c; }
.join-us .btn a:hover {background-color: #03132b; border-color: #03132b;color: #fff;}
@media (max-width: 1199px) {
  .join-us {padding-top: 50px; padding-bottom: 80px;}
  .join-us .title { font-size: 24px; margin-bottom: 15px; }
  .join-us .content {font-size: 16px; margin-bottom: 24px;}
  .join-us .btn {line-height: 50px;}
  .join-us .btn a { width: 136px; line-height: 48px; height: 50px; font-size: 16px;}
}
@media (max-width: 991px) {
  .join-us .join-box { display: block; }
  .join-us .info { width: 100%; }
  .join-us .photo { width: 100%; margin-left: 0; }
  .join-us .btn { margin-bottom: 20px; }
}

/* our-advantage */
.our-advantage { background: url(/static/images/adv-bg.jpg) center top no-repeat; background-size: auto 86%; }
.our-advantage .title {padding-top: 100px; font-size: 20px; color: #0073b1; padding-bottom: 20px;}
.our-advantage .bt { font-size: 50px; color: #333333; padding-bottom: 48px;line-height: 1.1;}
.our-advantage .adv-list { text-align: center; font-size: 0; }
.our-advantage .adv-item {width: 24%; display: inline-block; vertical-align: top;font-size: 14px; background-color: #fff; border: 1px solid #cccccc; padding: 20px; margin-bottom: 20px; margin-left: 0.5%; margin-right: 0.5%;}
.our-advantage .adv-item .top { margin-bottom: 20px; }
.our-advantage .adv-item .top .icon { width: 68px; height: 68px; margin-right: 15px; }
.our-advantage .adv-item .top .name { font-size: 24px; color: #333; line-height: 28px;max-height: 56px; flex: 1; overflow: hidden; text-align: left; }
.our-advantage .adv-item .bottom { font-size: 16px; color: #666666; line-height: 24px; text-align: left; height: 144px; overflow: hidden; }
@media (max-width: 1199px) {
  .our-advantage .adv-item { padding: 15px; width: 32.33%; }
  .our-advantage .adv-item .top .icon { width: 50px; height: 50px; margin-right: 10px; }
  .our-advantage .adv-item .top .name { font-size: 18px; line-height: 24px; max-height: 48px; }
  .our-advantage .adv-item .bottom { font-size: 14px; line-height: 20px;height: 120px; }
}
@media (max-width: 991px) {
  .our-advantage .title {font-size: 16px;}
  .our-advantage .bt {font-size: 28px;}
  .our-advantage .adv-item { padding: 10px; width: 49%; }
}

/* culture */
.culture-container .title {font-size: 20px; color: #0073b1;padding-top: 110px; padding-bottom: 30px; text-transform: uppercase;}
.culture-container .bt-box {line-height: 1.1; margin-bottom: 46px;}
.culture-container .bt-box .bt {flex: 1;overflow: hidden;font-size: 50px; color: #333333;}
.culture-container .bt-box .btn {cursor: pointer;}
.culture-container .bt-box .btn .txt {flex: 1;overflow: hidden;white-space: nowrap;font-size: 18px;color: #737373;}
.culture-container .bt-box .btn .icon {width: 20px; height: 20px;margin-left: 10px;}
.culture-container .culture-item { position: relative; }
.culture-container .culture-item .box {position: absolute; top: 0; right: 0;width: 100%;height: 100%;background-color: rgba(14,30,56,.6);overflow: hidden; transition: transform 300ms, opacity 300ms; opacity: 0; transform: translateX(30%); }
.culture-container .culture-item .box .arrow-btn {width: 28px;height: 28px;position: absolute; top: 24px; right: 24px; background: url(/static/images/arrow-btn.png) center no-repeat;background-size: 100% auto;cursor: pointer;}
.culture-container .culture-item .box dl {padding: 24px;color: #fff;width: 100%;position: absolute;bottom: 0;right: 0; line-height: 1.5;transition: opacity 500ms;}
.culture-container .culture-item:hover .box { opacity: 1;transform: translateX(0); }
.culture-container .culture-item:hover .box dl {opacity: 1;}
.culture-container .culture-item .box dl dt {font-size: 30px; padding-bottom: 10px;}
.culture-container .culture-item .box dl dd {font-size: 18px;}
@media (max-width: 991px) {
  .culture-container .title {font-size: 16px;padding-top: 50px;padding-bottom: 15px;}
  .culture-container .bt-box {margin-bottom: 24px; display: block;}
  .culture-container .bt-box .bt {font-size: 28px; display: block;}
  .culture-container .bt-box .btn { display: inline-block; margin-top: 10px;}
  .culture-container .bt-box .btn .txt { display: inline-block; vertical-align: middle; }
  .culture-container .bt-box .btn .icon { display: inline-block; vertical-align: middle; margin-left: 0; }
  .culture-container .culture-item .box .arrow-btn { width: 24px; height: 24px; top: 12px; right: 12px; }
  .culture-container .culture-item .box dl { padding: 12px; }
  .culture-container .culture-item .box dl dt {font-size: 18px; padding-bottom: 6px;}
  .culture-container .culture-item .box dl dd {font-size: 14px;}
}

/* the news */
#newsModule .swiper-slide { padding-bottom: 120px; }
#newsModule .swiper-slide .news-item { margin: 2px 10px; }
.news-item { background-color: #fff; box-shadow: 0 0 2px rgba(0,0,0,.2); transition: box-shadow 500ms; }
.news-item:hover { box-shadow: 0 0 10px rgba(0,0,0,.2); }
.news-item .photo { width: 100%; overflow: hidden; }
.news-item .txt { padding-left: 30px; padding-right: 30px; overflow: hidden; line-height: 1.2;}
.news-item .t1 { padding-top: 25px; font-size: 14px; color: #707070;padding-bottom: 16px;}
.news-item .t1 span {color: #333;}
.news-item .t2 {font-size: 24px; color: #03132b; line-height: 28px;height: 56px;margin-bottom: 24px;cursor: pointer; transition: color 500ms;}
.news-item .t2:hover {color: #0073B1;}
.news-item .t3 {font-size: 16px;color: #252525; line-height: 24px; height: 72px;overflow: hidden;margin-bottom: 30px;}
.news-item .btn { font-size: 0; padding-bottom: 25px;line-height: 20px;height: 45px; cursor: pointer;}
.news-item .btn span {display: inline-block;vertical-align: middle;font-size: 14px; color: #707070;margin-right: 6px; transition: color 500ms;}
.news-item .btn .img {display: inline-block;vertical-align: middle; width: 20px;height: 20px;background: url(/static/images/more-btn.png) center top no-repeat; background-size: 100% auto;}
.news-item .btn:hover span { color: #0073B1; }
.news-item .btn:hover .img {background-position-y: bottom;}


/* zb-footer */
.zb-footer { background-color: #eeeff3; padding-top: 100px;}
.zb-footer .zb-footer-bottom {border-top: 1px solid #c3c3c4;font-size: 16px; color: #494949; margin-top: 70px;line-height: 24px; padding: 18px 0;}
.zb-footer .zb-footer-bottom .left { float: left; }
.zb-footer .zb-footer-bottom .left .t1 { padding-left: 60px; }
.zb-footer .zb-footer-bottom .right { float: right; }
.zb-footer .zb-footer-bottom .right span { padding: 0 20px; }
.zb-footer .zb-footer-bottom .right a {cursor: pointer;transition: color 500ms;}
.zb-footer .zb-footer-bottom .right a:hover {color: #0073B1;}
.zb-footer .zb-footer-top li {float: left; overflow: hidden;}
.zb-footer .zb-footer-top .m1 { width: 30%; padding-right: 15px;}
.zb-footer .m1 .logo {  max-width: 200px; width: 40%; }
.zb-footer .m1 .info { padding-top: 30px; line-height: 1.6;font-size: 14px; color: #494949; }
.zb-footer .m1 .info span { display: block; margin-bottom: 10px;}
.zb-footer .zb-footer-top .m2 { width: 17.5%; padding-right: 15px; }
.zb-footer .m2 dt { font-size: 16px; color: #333333;font-weight: 800; font-family: 'bosan'; padding-bottom: 20px; }
.zb-footer .m2 dd {font-size: 0; text-align: left;}
.zb-footer .m2 dd a { display: block; font-size: 14px; color: #494848; line-height: 1.2;margin-bottom: 12px; cursor: pointer; transition: color 500ms; }
.zb-footer .m2 dd a:hover {color: #0073B1;}
@media (max-width:1199px) {
  .zb-footer { padding-top: 50px;}
  .zb-footer .zb-footer-top .m1 { width: 100%; margin-bottom: 20px;}
  .zb-footer .zb-footer-top .m2 { width: 50%; margin-bottom: 20px;}
  .zb-footer .zb-footer-bottom { margin-top: 30px; font-size: 14px; }
  .zb-footer .zb-footer-bottom .left { float: none; text-align: center; }
  .zb-footer .zb-footer-bottom .left .t1 { padding-left: 0; }
  .zb-footer .zb-footer-bottom .right { float: none; text-align: center; margin-top: 10px; }
  .zb-footer .zb-footer-bottom .right span {padding: 0 5px;}
}
@media (max-width:991px) {
  .zb-footer .zb-footer-top .m2 { width: 100%;}
}

/* 视频预览 */
.preview-video {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.preview-video .bg {
  background-color: black;
  opacity: .6;
  width: 100%;
  height: 100%;
}
.preview-video .box {
  max-width: 880px;
  max-height: 490px;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.preview-video .box video {
  display: block;
  width: 100%;
  height: 100%;
}
.preview-video .box .close-btn {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #999;
  cursor: pointer;
  position: absolute;
  top: -40px;
  right: 0;
  text-align: right;
  transition: color 500ms;
}
.preview-video .box .close-btn:hover {
  color: #fff;
}



/* zb-pagination */
.zb-page-box {text-align: center; padding: 15px 0;}
.zb-page-box span { display: inline-block; vertical-align: middle; width: 30px; height: 30px;line-height: 30px; font-size: 14px; color: #1f2329;}
.zb-page-box .page, .zb-page-box .prev-btn, .zb-page-box .next-btn { cursor: pointer; }
.zb-page-box .page:hover { color: #0073B1; }
.zb-page-box .page.active { color: #0073B1; font-weight: 800; }
.zb-page-box .prev-btn, .zb-page-box .next-btn {font-size: 18px; }
.zb-page-box .disabled { color: #d7d9dc; cursor: not-allowed; }
/* zb-pagination end */


/* back-top */
.back-top { display: none;width: 50px;height: 50px; background-color: #0073B1; position: fixed; right: 40px; bottom: 10%; z-index: 99; cursor: pointer;}
.back-top::after { content: '';width: 10px; height: 10px; border-left: 2px solid #fff; border-top: 2px solid #fff; position: absolute; top: 55%; left: 50%; transform: translate(-50%, -50%) rotate(45deg); }
@media (max-width: 991px) {
  .back-top { right: 15px; bottom: 5%; }
}
/* back-top end */

/* common card */
.common-card { padding: 0 10px; background-color: #fff; }
.common-card .module {width: 100%; height: 650px; overflow: hidden;background-color: #f7f7f7;}
.common-card .module dl {width: 76%; margin: 0 auto; padding: 0 15px; line-height: 1.1; overflow: hidden; align-items: flex-start;}
.common-card .module dl .name {font-size: 48px;color: #fff; font-weight: 800;}
.common-card .module dl .line { background-color: #da202c; width: 58px; height: 6px; margin-bottom: 24px; margin-top: 20px;}
.common-card .module dl .navigation { font-size: 16px; color: #fff; }
@media (max-width: 991px) {
  .common-card { padding: 0; }
  .common-card .module { height: 320px; }
  .common-card .module dl {width: 100%;}
  .common-card .module dl .name {font-size: 28px;}
  .common-card .module dl .line { width: 50px; height: 4px; margin-bottom: 12px; margin-top: 10px;}
  .common-card .module dl .navigation { font-size: 14px; color: #fff; }
}
/* common card end */


/* Jobs start */
.jobs-bg { background: url(/static/images/bg.jpg) center no-repeat; background-size: cover; }
.jobs-container {padding-top: 90px; position: relative;}
.jobs-module { flex: 1; width: 100%; margin-right: 40px;}
.jobs-module .jobs-title{ font-size: 30px; color: #333; line-height: 1.2; margin-bottom: 30px; }
.jobs-module .jobs-list { overflow: hidden; }
.jobs-item { background-color: #f2f4f6; padding: 50px; margin-bottom: 40px; }
.jobs-item .t1 { font-size: 30px; color: #252525; }
.jobs-item .t2 { font-size: 14px; color: #707070; margin-top: 10px; }
.jobs-item .t3 { font-size: 18px; font-weight: 800; color: #333; margin: 20px 0; }
.jobs-item .t4 { font-size: 16px; color: #252525; }
.jobs-item .btn { cursor: pointer; margin-top: 50px; width: 144px; height: 52px; line-height: 52px; text-align: center;background-color: #0073b1; color: #fff;font-size: 14px; }
.jobs-module .zb-page-box { margin-bottom: 30px; }
.jobs-filter { /** position: absolute; top: 90px; right: 0; min-height: 100px; **/ width: 340px; }
.jobs-filter .search-box { padding: 40px 30px; box-shadow: 0 3px 30px rgba(0,0,0,.1); margin-bottom: 50px; }
.jobs-filter .search-box .b1 { border: 1px solid #c2c2c2; border-radius: 5px; overflow: hidden; }
.jobs-filter .search-box .b1 input { flex: 1; overflow: hidden; padding: 0 20px; height: 48px; line-height: 1.2; font-size: 16px;}
.jobs-filter .search-box .b1 .btn { cursor: pointer;width: 48px; height: 48px; background: url(/static/images/search-icon.png) center top no-repeat; background-size: 100% auto; }
.jobs-filter .search-box .b1 .btn:hover { background-position-y: bottom; }
.jobs-filter .screen-box { padding: 20px 30px; box-shadow: 0 3px 30px rgba(0,0,0,.1); margin-bottom: 50px; }
.jobs-filter .screen-box .top .left { flex: 1; font-size: 24px; color: #333; padding-bottom: 10px; position: relative; font-weight: 800; }
.jobs-filter .screen-box .top .left:after { content: ''; width: 42px; height: 2px; background-color: #0073B1; position: absolute; bottom: 0; left: 0; }
.jobs-filter .screen-box .top .right { cursor: pointer; font-size: 18px; color: #333333; }
.jobs-filter .screen-box .m1 .bt { padding: 30px 0; font-size: 20px; color: #0073b1; line-height: 1.1; }
.jobs-filter .screen-box .m1 .list .item { cursor: pointer;display: flex; align-items: flex-start; justify-content: center; margin-bottom: 10px; }
.jobs-filter .screen-box .m1 .list .item input { cursor: pointer; display: block; width: 16px; height: 16px; border-radius: 3px; border: 1px solid #8f959e; margin-top: 4px; margin-right: 10px; }
.jobs-filter .screen-box .m1 .list .item input:checked { background-color: #3370ff; border-color: #3370ff;position: relative;}
.jobs-filter .screen-box .m1 .list .item input:checked::after { content: '';width: 3px; height: 6px; border-bottom: 2px solid #fff; border-right: 2px solid #fff; position: absolute; top: 40%; left: 50%; transform: translate(-50%, -50%) rotate(45deg); }
.jobs-filter .screen-box .m1 .list .item span { flex: 1; overflow: hidden; line-height: 24px; font-size: 16px; color: #494949;}
@media (max-width:991px) {
  .jobs-module .jobs-title { font-size: 24px; }
  .jobs-item {padding: 15px; margin-bottom: 15px;}
  .jobs-item .t1 { font-size: 20px; }
  .jobs-item .t2 { font-size: 12px; margin-top: 5px; }
  .jobs-item .t3 { font-size: 16px;margin: 15px 0; }
  .jobs-item .t4 { font-size: 14px; }
  .jobs-item .btn { margin-top: 20px;width: 120px; height: 44px; line-height: 44px; }
  .jobs-container.flex-be{display: block;padding-top: 50px;}
  .jobs-filter { position: static; width: 100%; margin-bottom: 20px; }
  .jobs-filter .search-box {margin-bottom: 15px; padding: 15px;}
  .jobs-filter .screen-box {padding: 15px; margin-bottom: 15px;}
}
.jt-ri{padding-left:16px; background-image: url(/static/images/jt-ri.png); background-repeat: no-repeat;background-position: 0 center;background-size:12px;}
.ico-canlen{padding-left:26px; background-image: url(/static/images/ico-canlen.png); background-repeat: no-repeat;background-position: 0 center;}
.ico-eye{padding-left:20px; background-image: url(/static/images/ico-eye.png); background-repeat: no-repeat;background-position: 0 center;}
.arrow-btn1{background-image: url(/static/images/arrow-btn1.png); background-repeat: no-repeat;background-position: center;background-size: 20px; width:20px; height:20px;display:inline-block; vertical-align: middle; position: relative;transition: all ease .3s;}
.flex-be{justify-content: space-between !important;align-items: flex-start;display: flex;}
.mat20{margin-top: 20px;}
.jobs-filter .jt-ri{color: #6b6b6b;display: block;margin-bottom: 20px;}
.jobs-filter .jt-ri:hover,.field-item .t4:hover{color: #007AFF;}
.jobs-filter .posts{display: block;display: flex;align-items: center;justify-content: space-between;padding:16px 0; border-bottom: 1px solid #ededed;}
.jobs-filter .posts .imgW{width:78px; border-radius: 3px; -webkit-border-radius: 3px;overflow: hidden;}
.jobs-filter .posts .mlW{width:100%; flex: 1; margin-left:20px;}
.jobs-filter .posts .tit{line-height:20px; max-height: 40px; overflow: hidden;margin-bottom:6px;}
.jobs-filter .ico-canlen{background-size:16px; padding-left:20px;font-size: 12px;}

.field-item{box-shadow: 0 3px 30px rgba(0,0,0,.1); margin-bottom: 50px;}
.field-item .t1{font-size:24px; color: #333333;line-height: 1.4;margin-bottom: 25px;}
.field-item .t2{font-size:18px; color: #666666;margin-bottom: 30px;}
.field-item .t3{font-size:16px; color: #666666;margin-bottom: 30px;}
.field-item .t4{font-size:16px; color: #333333;font-weight: bold;display: block;}
.field-item .t4:hover .arrow-btn1{transform: translateX(10px);}
.field-item .t4 .arrow-btn1{margin-left:10px;}
.field-item .ico-eye{margin-left:45px;}
.field-item .info{padding: 35px;}

@media (max-width:991px) {
  .field-item .t3,.field-item .t2,.field-item .t1{margin-bottom:12px;}
  .field-item .t1{font-size: 16px;}
  .field-item .t2,.field-item .t3,.field-item .t4{font-size:12px;}
  .field-item .t4 .arrow-btn1{background-size:16px;}
  .field-item .info{padding:16px;}
}


/* contact */
.contact-container{padding:60px 0 90px;}
.concat-tit{font-size: 20px; color: #da202c; margin-bottom: 25px;}
.concat-h2{font-size:36px; line-height:1.2; margin-bottom: 35px;}
.concat-left{width:370px;}
.concat-left dd{line-height:1.4; margin-bottom: 45px;font-size:16px;}
.concat-left dd p{color: #999999;}
.concat-left dd .t2{color: #333333;}
.concat-left dd.ico-address{margin-bottom:0;}
.concat-ri{width: 100%; flex: 1; margin-left: 50px;}
.flex1{width: 100%; flex: 1;}
.flex-bect{display: flex;align-items: center;justify-content: space-between;}
.concat-ri dd,.concat-ri dt{background-color: #f3f5fa;}
.concat-ri dd{padding:0 10px; width:48%; box-sizing: border-box;float: left;margin-bottom: 30px;}
.concat-ri .text{height:40px; background-color: #f3f5fa;margin: 0 10px;}
.concat-ri .textarea{display:block;width: 100%;box-sizing: border-box;margin:0;height:100px;}
.concat-ri dd.fr{float: right;}
.concat-ri dt{clear: both;padding:10px;}
.concat-btn{background-color: #0073b1; color: #FFFFFF; height:60px; display: block;width: 100%; font-size:16px; border-radius:3px; margin-top:35px; cursor: pointer;}
.concat-map{display: block;width: 100%;margin-top:70px;}

.ico-email{background-image: url(/static/images/ico-email.png);}
.ico-phone{background-image: url(/static/images/ico-phone.png);}
.ico-address{background-image: url(/static/images/ico-address.png);}
.ico-email,.ico-phone,.ico-address{background-position: center;background-repeat: no-repeat;background-position: 0 5px; padding-left:50px; background-size: 40px auto;}
@media (max-width:991px) {
  .concat-box{display: block;}
  .concat-left,.concat-ri{margin-left: 0;width: 100%;}
  .concat-h2,.concat-left dd{margin-bottom:20px !important;}
  .concat-left dd{font-size:14px;}
  .concat-ri dd { width: 100%; }
  .concat-ri dd,.concat-tit{margin-bottom:16px;}
  .concat-btn{margin-top:25px;}
  .concat-map{margin-top:20px;}
  .contact-container{padding: 36px 10px;}
  .concat-h2{font-size:24px;}
  .ico-email,.ico-phone,.ico-address {background-size: 30px auto; padding-left: 40px;}
}






/* company - overview */
.overview-box { padding-top: 100px; padding-bottom: 120px; }
.overview-box dt { flex: 1; overflow: hidden; }
.overview-box dt .t1 { font-size: 20px; color: #0073b1; line-height: 1.1; }
.overview-box dt .t2 { font-size: 50px; color: #333; margin: 15px 0; line-height: 1.1; }
.overview-box dt .t3 { font-size: 18px; color: #666666; line-height: 1.5; }
.overview-box dd { width: 40%; margin-left: 6%; }
.overview-box dd .photo { position: relative; }
.overview-box dd .photo .tag { line-height: 1.2; position: absolute;color: #fff; right: 20px; bottom: -30px; background-color: #da202c; padding: 10px 15px; text-align: center; }
.overview-box dd .photo .tag .f1 {font-size: 48px; font-family: impact;}
.overview-box dd .photo .tag .f2 {font-size: 18px;margin-top: 5px;}
@media (max-width: 991px) {
  .overview-box { padding-top: 50px; padding-bottom: 60px; }
  .overview-box dl.flex-row { display: block; }
  .overview-box dt { margin-bottom: 20px; }
  .overview-box dt .t1 { font-size: 16px; }
  .overview-box dt .t2 { font-size: 24px; margin: 10px 0;  }
  .overview-box dt .t3 { font-size: 14px; }
  .overview-box dd { width: 100%; margin-left: 0; }
}

.facts-box {height: 310px; background: url(/static/images/about-total-bg.jpg) center no-repeat; background-size: cover;}
.facts-box .bt {font-size: 48px; color: #fff; line-height: 1.2; margin-bottom: 20px;}
.facts-item { overflow: hidden; color: #fff; line-height: 1.2; width: 25%; float: left;}
.facts-item .icon { width: 80px; height: 80px; }
.facts-item .t1 { font-size: 48px; font-family: impact; padding: 10px 0; }
.facts-item .t2 { font-size: 18px; }

.video-module { position: relative; margin: 76px 0 94px 0;}
.video-module .play-btn { width: 130px; height: 130px; border: 10px solid #f3f4f8; background-color: #fff; border-radius: 50%; transform: translate(-50%, -50%); position: absolute; top: 50%; left: 50%; cursor: pointer; transition: all 500ms;}
.video-module .play-btn::after {content: '';width: 0;height: 0;border-top: 14px solid transparent;border-bottom: 14px solid transparent;border-left: 20px solid #0073b1;position: absolute; top: 50%; left: 54%; transform: translate3d(-50%,-50%,0);}
.video-module .play-btn:hover {background-color: #f3f4f8;border-color:#fff}
@media (max-width: 991px) {
  .facts-box  { height: 480px; }
  .facts-box .bt {font-size: 28px;}
  .facts-item { width: 50%; margin-top: 20px; }
  .facts-item .icon { width: 50px; height: 50px; }
  .facts-item .t1 { font-size: 30px; padding: 5px 0; }
  .facts-item .t2 { font-size: 14px; }
  .video-module  { margin: 15px 0; }
  .video-module .play-btn { width: 90px; height: 90px; border-width: 6px; }
}


/* about - history */
.history-list {margin-bottom: 96px;}
.history-item {align-items: flex-start; overflow: hidden;font-family: 'bosan'; }
.history-item .year {font-size: 24px; color: #0073b1; line-height: 1.5;width: 90px; margin-top: 30px; line-height: 30px; }
.history-item .content { flex: 1; border-left: 4px solid #cccccc; padding: 30px; font-size: 20px; color: #333333; line-height: 30px; position: relative;}
.history-item .content::after { content: ''; width: 10px; height: 10px; border-radius: 50%; background-color: #fff; border: 3px solid #0073B1; position: absolute; top: 35px; left: -10px; }

/* about-our people */
.people-list { margin-top: 60px; }
.people-item { cursor: pointer; width: 32%; margin-right: 2%; box-shadow: 0 3px 3px rgba(0,0,0,.1); background-color: #fff; float: left; margin-bottom: 15px; text-align: center; transition: all 300ms; transform: translateZ(0); }
.people-item:nth-child(3n) { margin-right: 0; }
.people-item .name { padding-top: 24px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 24px; color: #000; line-height: 1.2; }
.people-item .job {padding-bottom: 24px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 1.2; font-size: 16px; color: #5a5a5a; margin-top: 10px; }
.people-item:hover { transform: translateY(-10px); box-shadow: 0 10px 10px rgba(0,0,0,.1); }
@media (max-width: 991px) {
  .people-list { margin-top: 30px; }
  .people-item { width: 49%; }
  .people-item:nth-child(3n) { margin-right: 2%; }
  .people-item:nth-child(2n) { margin: 0; }
  .people-item .name { padding-top: 15px; font-size: 18px; }
  .people-item .job { padding-bottom: 15px; font-size: 12px; }
}

/* people-detail */
.people-dtl { padding-top: 96px; padding-bottom: 160px; }
.people-dtl .photo { width: 38%; margin-right: 3%; }
.people-dtl .info { flex: 1; overflow: hidden; line-height: 1.5; }
.people-dtl .info .t1 { font-size: 20px; color: #0073b1; }
.people-dtl .info .t2 { font-size: 32px; color: #333; font-weight: 800; padding-top: 24px; padding-bottom: 40px; }
.people-dtl .info .t3 { font-size: 16px; color: #333; }
.people-dtl .info .btn-box { margin-top: 24px; }
.people-dtl .info .btn-box span { cursor: pointer; display: block; float: left; width: 30px; height: 30px;border-radius: 50%;margin-right: 24px; background-color: #c1c1c1; transition: background-color 500ms; }
.people-dtl .info .btn-box span:hover { background-color: #0073B1; }
@media (max-width: 1199px) {
  .people-dtl .info .t1 { font-size: 18px; }
  .people-dtl .info .t2 { font-size: 24px; padding-top: 12px; padding-bottom: 20px; }
  .people-dtl .info .t3 { font-size: 14px; }
  .people-dtl .info .btn-box { margin-top: 14px; }
  .people-dtl .info .btn-box span { margin-right: 15px; }
}
@media (max-width: 991px) {
  .people-dtl { display: block; padding-top: 48px; padding-bottom: 80px; }
  .people-dtl .photo { width: 100%; margin: 0; }
  .people-dtl .info { margin-top: 24px; }
}

/* report */
.report-m1 { margin-bottom: 100px; }
.report-m1 .bt { font-size: 34px; color: #333; margin-bottom: 30px; }
.report-m1 .content { font-size: 18px; color: #484848; line-height: 1.5; font-family: 'bosan'; overflow: hidden; }
.report-m1 .content img { margin-top: 40px; }
.report-file .file-item { margin-bottom: 20px; }
.report-file .icon { margin-right: 10px; width: 14px; height: 18px; }
.report-file .name { flex: 1; overflow: hidden; line-height: 18px; font-size: 16px; color: #535353; }
.report-file .btn { cursor: pointer; margin-left: 10px; width: 16px; height: 18px; }
@media (max-width: 991px) {
  .report-m1 { margin-bottom: 50px; }
  .report-m1 .bt { font-size: 20px; margin-bottom: 15px; }
  .report-m1 .content { font-size: 16px; }
  .report-m1 .content img { margin-top: 30px; }
}

/* news */
.news-dtl { overflow: hidden; font-family: 'bosan'; }
.news-dtl .bt { font-size: 30px; font-weight: 800; line-height: 1.4; color: #333; text-align: center; margin-bottom: 18px; }
.news-dtl .date { font-size: 16px; line-height: 1.2; color: #666; margin-bottom: 44px; }
.news-dtl .date dt { margin-right: 8px; }
.news-dtl .content { overflow: hidden; font-family: 'bosan'; border-bottom: 1px solid #d0d0d0; padding-bottom: 20px; }
.news-dtl .content .t1 { font-size: 18px; color: #333333; line-height: 1.6; margin: 40px 0; }
.news-dtl .content .t2 { font-size: 24px; color: #333; margin: 30px 0; }
.news-dtl .more-module { overflow: hidden; padding-top: 28px; padding-bottom: 120px; font-size: 16px; }
.news-dtl .more-module ol { flex: 1; overflow: hidden; }
.news-dtl .more-module ol .btn { line-height: 20px; height: 20px; color: #666666; cursor: pointer; }
.news-dtl .more-module ol .btn a { color: inherit; }
.news-dtl .more-module ol .btn:hover {color: #0073B1;}
.news-dtl .more-module ol .title { margin-top: 12px; width: 90%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 20px; height: 20px; }
.news-dtl .more-module ol.prev .btn { padding-left: 24px; background: url(/static/images/prev-btn.png) left center no-repeat; background-size: auto 16px; }
.news-dtl .more-module ol.next .btn { padding-right: 24px; background: url(/static/images/arrow-btn1.png) right center no-repeat; background-size: auto 16px; }
.news-dtl .more-module ol.next { text-align: right; }

@media (max-width: 991px) {
  .news-dtl .bt { font-size: 24px; }
  .news-dtl .content .t1 { font-size: 14px; margin: 20px 0; }
  .news-dtl .content .t2 { font-size: 20px; margin: 15px 0; }
  .news-dtl .more-module { padding-top: 14px; padding-bottom: 60px; font-size: 14px; }
}


/* social */
.about-social-box { margin-top: -50px; margin-bottom: 120px; }
.about-social-container { position: relative; }
.about-social-container .box { width: 30% }
.about-social-container .left { float: left; }
.about-social-container .right { float: right; }
.about-social-container .social-item { margin-bottom: 76px; position: relative; z-index: 2; }
.about-social-container .social-item dt {position: relative; background-color: #0073b1; height: 68px; width: 170px; font-size: 24px; line-height: 1.2; color: #fff; text-align: center; transform: translateX(26px); z-index: 3;}
.about-social-container .social-item dd {background: rgba(255,255,255,.9); box-shadow: 0 3px 10px rgba(0,0,0,.1); padding: 70px 30px 30px 30px; margin-top: -26px; font-size: 18px; color: #444; line-height: 1.4; }
.about-social-container .bg {
  width: 68%;
  position: absolute;
  top: 0;
  left: 16%;
}
@media (max-width: 1199px) {
  .about-social-container .box { width: 45% }
}
@media (max-width: 991px) {
  .about-social-box { margin-top: -50px; margin-bottom: 50px; }
  .about-social-container .box { width: 100% }
  .about-social-container .social-item { margin-bottom: 15px; }
  .about-social-container .social-item dt { height: 50px; width: 150px; font-size: 18px; line-height: 1.2; transform: translateX(15px); }
  .about-social-container .social-item dd { padding: 40px 15px 15px 15px; margin-top: -15px; font-size: 16px; }
  .about-social-container .bg { width: 90%; left: 5%; }
}
