    /*****通用编码******/
    * {
    	margin: 0;
    	padding: 0;
    }

    html {
    	-webkit-text-size-adjust: none;
    	/*只针对低版本谷歌*/
    	font-size: 10px;
    	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    	box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	/* Firefox */
    }

    *,
    :after,
    :before {
    	box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    	/* 谷歌 */
    	-moz-box-sizing: border-box;
    	/* Firefox */
    }

    body,
    ol,
    table,
    tr,
    td,
    ul,
    li,
    dt,
    dd,
    dl,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    form,
    input,
    select,
    textarea,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    b,
    u,
    i,
    center,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    footer,
    header,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    section,
    summary,
    time,
    mark,
    audio,
    video {
    	/*font-family: "Segoe UI", "Microsoft Yahei", 微软雅黑, STXihei, 华文细黑, Helvetica, Arial, Tahoma, sans-serif, \5b8b\4f53;*/
    	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    	line-height: 1.5;
    	font-weight: normal;
    	font-style: normal;
    	margin: 0;
    	padding: 0
    }

    *html {
    	background-attachment: fixed;
    }

    /*解决IE6下滚动抖动的问题*/
    body {
    	color: #1f2329;
    	font-size: 14px;
    	_overflow: hidden;
    	min-width: 1400px;
    	line-height: 1.5;
    	overflow-x: hidden;
    	background: #fff;
    	width: 100%;
    	-webkit-font-feature-settings: "tnum";
    	font-feature-settings: "tnum";
    	*cursor: default;
    }

    img {
    	border: none;
    	vertical-align: middle;
    }

    ul,
    ol,
    li,
    form,
    dl {
    	list-style: none;
    }

    p {
    	margin: 0px;
    	padding: 0px;
    }

    .fl {
    	float: left;
    }

    .fr {
    	float: right;
    }

    .flex {
    	display: flex;
    }

    .t-c {
    	text-align: center;
    }

    .t-r {
    	text-align: right;
    }

    .box {
    	padding: 60px 0;
    }

    /*-------给a加时间过渡、清除默认样式---------*/
    a {
    	outline: none;
    	cursor: pointer;
    	text-decoration: none;
    	color: #666;
    	transition: all .4s ease 0s;
    	-webkit-transition: all .4s ease 0s;
    	-moz-transition: all .4s ease 0s;
    }

    a:hover {
    	color: rgba(14, 85, 164, 1);
    }

    a:active,
    a:hover {
    	text-decoration: none
    }

    a,
    area,
    a:active {
    	blr: expression(this.onFocus=this.blur());
    }

    :focus {
    	-moz-outline-style: none;
    }

    /*在浏览器拖动鼠标颜色*/
    ::selection {
    	color: #fff;
    	background-color: rgba(14, 85, 164, 1);
    }

    ::-moz-selection {
    	color: #fff;
    	background-color: rgba(14, 85, 164, 1);
    }

    /*更改浏览器滚动条颜色兼容*/
    html,
    body {
    	/*更改ie内核滚动条颜色*/
    	scrollbar-face-color: rgba(14, 85, 164, 1);
    	scrollbar-highlight-color: rgba(14, 85, 164, 1);
    	scrollbar-shadow-color: rgba(14, 85, 164, 1);
    	scrollbar-3dlight-color: rgba(14, 85, 164, 1);
    	scrollbar-arrow-color: #222;
    	scrollbar-track-color: #222;
    	scrollbar-darkshadow-color: rgba(14, 85, 164, 1);
    }

    /*更改-webkit-内核滚动条样式*/
    ::-webkit-scrollbar {
    	width: 4px;
    	height: 4px;
    	background-color: #fcfcfc;
    }

    ::-webkit-scrollbar-track {
    	border-radius: 0;
    	background-color: #fcfcfc;
    }

    ::-webkit-scrollbar-thumb {
    	border-radius: 0;
    	background-color: rgba(14, 85, 164, 1);
    	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    /*-------表单居中、清理描边---------*/
    input,
    button,
    select,
    textarea {
    	outline: none
    }

    input,
    select,
    textarea,
    button {
    	vertical-align: middle
    }

    button {
    	border: 0 none;
    	background-color: transparent;
    	cursor: pointer
    }

    input[type=submit] {
    	cursor: pointer;
    }

    button::-moz-focus-inner,
    input[type="reset"]::-moz-focus-inner,
    input[type="button"]::-moz-focus-inner,
    input[type="submit"]::-moz-focus-inner,
    input[type="file"]>input[type="button"]::-moz-focus-inner {
    	border: none;
    	padding: 0;
    }

    /*----- 表格重置-----*/
    table {
    	width: 100%;
    	border-collapse: collapse;
    	border-spacing: 0;
    	table-layout: fixed;
    }

    caption {
    	display: none;
    }

    :focus {
    	outline: 0
    }

    .animate {
    	transition: all .5s cubic-bezier(.25, 0, 0, 1);
    	-webkit-transition: all .5s cubic-bezier(.25, 0, 0, 1);
    	-moz-transition: all .5s cubic-bezier(.25, 0, 0, 1);
    	-ms-transition: all .5s cubic-bezier(.25, 0, 0, 1);
    	-o-transition: all .5s cubic-bezier(.25, 0, 0, 1)
    }

    /*----- clearfix-----*/
    .clearfix {
    	*zoom: 1;
    }

    .clearfix:before,
    .clearfix:after {
    	display: table;
    	content: '';
    	line-height: 0;
    }

    .clearfix:after {
    	clear: both;
    }

    /*----- 超出省略号///-----*/
    .toe {
    	word-break: keep-all;
    	white-space: nowrap;
    	overflow: hidden;
    	text-overflow: ellipsis;
    }

    /**font-size**/
    .f12 {
    	font-size: 12px;
    }

    .f14 {
    	font-size: 14px;
    }

    .f16 {
    	font-size: 16px;
    }

    .f18 {
    	font-size: 18px;
    }

    .f20 {
    	font-size: 20px;
    }

    .f22 {
    	font-size: 22px;
    }

    .f12 {
    	font-size: 12px;
    }

    .f24 {
    	font-size: 24px;
    }

    .f32 {
    	font-size: 32px;
    }

    /* background color */
    .bgcolor-fff {
    	background-color: #fff !important;
    }

    .bgcolor-333 {
    	background-color: #333 !important;
    }

    .bgcolor-f6 {
    	background-color: #f6f6f6 !important;
    }

    /**font**/
    @font-face {
    	font-family: 'chiconfont';
    	src: url('../fonts/iconfont.eot');
    	src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont') format('svg');
    }

    .chiconfont {
    	font-family: "chiconfont" !important;
    	font-size: 16px;
    	font-style: normal;
    	-webkit-font-smoothing: antialiased;
    	-webkit-text-stroke-width: 0.2px;
    	-moz-osx-font-smoothing: grayscale;
    }

    @font-face {
    	font-family: BarlowLight;
    	src: url(../fonts/BarlowLight.ttf);
    }

    @font-face {
    	font-family: Aclonica;
    	src: url(../fonts/Aclonica-Regular.ttf);
    }

    #bd>section.atsx-layout {
    	display: block;
    }

    .atsx-layout {
    	display: -ms-flexbox;
    	display: flex;
    	-ms-flex: auto;
    	flex: auto;
    	-ms-flex-direction: column;
    	flex-direction: column;
    	min-height: 0;
    }

    @media screen and (max-width: 1440px) {}

    @media screen and (max-width: 1366px) {}

    @media screen and (max-width: 1200px) {}

    @media screen and (max-width: 1024px) {}

    @media screen and (max-width:950px) {}

    @media screen and (max-width: 760px) {
    	body {
    		min-width: auto;
    	}

    }

    /**header**/
    .header {
    	width: 100%;
    	z-index: 100;
    	background: hsla(0, 0%, 100%, 1);
    	border-bottom: 1px solid #eff0f1;
    	font-family: Gilroy-regular, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    	-webkit-user-select: none;
    	-moz-user-select: none;
    	-ms-user-select: none;
    	user-select: none;
    	transition: ease .5s;
    }

    .header-container {
    	z-index: 1100;
    }

    .header-content {
    	display: -ms-flexbox;
    	display: flex;
    	height: 100%;
    	-ms-flex-direction: row;
    	flex-direction: row;
    	-ms-flex-pack: justify;
    	justify-content: space-between;
    	-ms-flex-align: center;
    	align-items: center;
    	width: 1600px;
    	/* padding:0 10.93%; */
    	margin: 0 auto
    }
	.header-content .tel svg{
		width: 24px;
		height: 24px;
	}

    .dynamic-header {
    	position: fixed;
    	z-index: 10;
    	border-bottom: none;
    	width: 100%;
    	top: -96px;
    	/* -ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease; */
    	-webkit-transform: translateZ(0);
    	transform: translateZ(0);
    	will-change: transform;
    	-webkit-transition: -webkit-transform .5s;
    	transition: -webkit-transform .5s;
    	transition: transform .5s;
    	transition: transform .5s, -webkit-transform .5s;
    }

    .header-transparent {
    	-webkit-backdrop-filter: none;
    	backdrop-filter: none;
    	background: rgba(0, 0, 0, 0);
    	-ms-transform: translateY(90px);
    	transform: translateY(90px);
    	box-shadow: none !important;
    }

    .dynamic-header.header-show {
    	top: -60px;
    	-ms-transform: translateY(60px);
    	transform: translateY(60px);
    	border-bottom: solid 1px rgba(0, 0, 0, .1);
    }

    .logo {
    	position: relative;
    	width: 270px;
    	-ms-flex: 0 0 auto;
    	flex: 0 0 auto;
    }

    .logo a {
    	width: 100%;
    }

    .logo svg {
    	display: block;
    }

    .logo a img {
    	width: 100%;
    	position: absolute;
    	top: 50%;
    	transform: translateY(-50%);
    	opacity: 0;
    	transition: ease .5s;
    }

    .logo img:nth-child(1) {
    	opacity: 1;
    }

    .header-transparent .logo img:nth-child(1) {
    	opacity: 0;
    }

    .header-transparent .logo img:nth-child(2) {
    	opacity: 1;
    }

    .nav-wrapper {
    	display: -ms-flexbox;
    	display: flex;
    	-ms-flex-direction: row;
    	flex-direction: row;
    	list-style: none;
    	-ms-flex-align: center;
    	align-items: center;
    	padding: 0;
    	margin: 0 0 0 20px;
    	position: relative
    }

    .nav-wrapper .nav-item {
    	-ms-flex-negative: 0;
    	flex-shrink: 0;
    	position: relative;
    	z-index: 10
    }

    .nav-wrapper .nav-item h2.nav-item-link {
    	font-weight: 400;
    	font-size: 16px;
    	line-height: 80px;
    	cursor: pointer;
    }

    .nav-wrapper .nav-item h2.nav-item-link a {
    	color: #000;
    	font-weight: 400;
    	display: inline-block;
    	position: relative;
    	line-height: inherit;
		text-transform: uppercase;
    }

    .header-transparent .nav-wrapper .nav-item h2.nav-item-link a {
    	color: #fff;
    }

    /*.header .nav-wrapper .nav-item h2.nav-item-link a:before{*/
    /*	content: "";*/
    /*	position: absolute;*/
    /*	left: calc(50% - 2.5px);*/
    /*	bottom: 2px;*/
    /*	width: 0px;*/
    /*	height: 0px;*/
    /*	opacity: 0;*/
    /*	border-left: 2.5px solid transparent;*/
    /*	border-right: 2.5px solid transparent;*/
    /*	border-bottom: 5px solid rgba(14, 85, 164, 1);*/
    /*	transition:.3s ease-in-out;*/
    /*}*/
    .header-transparent .nav-wrapper .nav-item h2.nav-item-link a:before {
    	border-bottom-color: #fff;
    }

    .nav-wrapper .nav-item h2.nav-item-link a:after {
    	content: "";
    	display: block;
    	height: 2px;
    	width: 100%;
    	position: absolute;
    	left: 50%;
    	margin-left: -50%;
    	bottom: 0px !important;
    	background-color: #fff;
    	opacity: 0;
    	transform: scaleX(0);
    	transition: .3s ease-in-out;
    }

    .nav-item .submenu {
    	position: absolute;
    	top: 81px;
    	left: 50%;
    	width: 100%;
    	margin-left: -50%;
    	padding: 10px 0;
    	-moz-transition: all ease 0.3s;
    	-o-transition: all ease 0.3s;
    	-webkit-transition: all ease .3s;
    	transition: all ease .3s;
    	-webkit-transform: translateY(30px);
    	transform: translateY(30px);
    	display: none;
    	background: rgba(51, 51, 51, .6);
    	box-shadow: 0 3px 16px rgba(0, 0, 0, .1)
    }

    .nav-item .submenu a {
    	font-size: 14px;
    	line-height: 40px;
    	text-align: center;
    	position: relative;
    	display: block;
    	overflow: hidden;
    	height: 40px;
    	padding: 0 10px;
    	-webkit-transition: all ease .3s;
    	transition: all ease .3s;
    	white-space: nowrap;
    	text-overflow: ellipsis;
    	color: #fff;
    }

    .nav-item .submenu a:last-child {
    	border-bottom: 0
    }

    .nav-item .submenu a:hover {
    	color: #fff;
    }

    .nav-item .submenu a:hover:after {
    	right: 15px;
    	visibility: visible
    }

    .nav-wrapper .nav-item h2.nav-item-link a.active {
    	font-weight: 600;
    }

    .nav-wrapper .nav-item .nav-item-link:hover a:after,
    .nav-wrapper .nav-item .nav-item-link a.active:after {
    	opacity: 1;
    	transform: scaleX(1);
    }

    .nav-wrapper .nav-item .nav-item-link:hover a:before,
    .nav-wrapper .nav-item .nav-item-link a.active:before {
    	opacity: 1;
    }

    .nav-wrapper>.nav-item+.nav-item {
    	padding: 0 30px
    }

    .nav-wrapper .nav-item .nav-item-link:hover a,
    .nav-wrapper .nav-item .nav-item-link a.active {
    	color: rgba(14, 85, 164, 1);
    }

    .header .nav-wrapper .nav-item .nav-item-link:hover a:after,
    .header .nav-wrapper .nav-item .nav-item-link a.active:after {
    	/* background-color: rgba(14, 85, 164, 1); */
    }

    .header .nav-wrapper .nav-item .nav-item-link:hover a:before,
    .header .nav-wrapper .nav-item .nav-item-link a.active:before {
    	opacity: 1;
    }

    .header-transparent .nav-wrapper .nav-item .nav-item-link:hover a:after,
    .header-transparent .nav-wrapper .nav-item .nav-item-link a.active:after {
    	background-color: #fff
    }

    .header-transparent .nav-wrapper .nav-item .nav-item-link:hover a:before,
    .header-transparent .nav-wrapper .nav-item .nav-item-link a.active:before {
    	opacity: 1;
    }

    .header-transparent .nav-wrapper .nav-item .nav-item-link:hover a {
    	color: hsla(0, 0%, 100%, .5);
    }

    .header-transparent .nav-wrapper .nav-item h2.nav-item-link {
    	line-height: 80px;
    }

    .header-transparent .nav-item .submenu {
    	top: 80px;
    }

    .nav-wrapper:after {
    	content: "";
    	position: fixed;
    	left: 0;
    	top: 80px;
    	width: 100%;
    	min-height: 320px;
    	display: none;
    	background-color: rgba(255, 255, 255, .9);
    	box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    	-moz-transition: all ease 0.3s;
    	-o-transition: all ease 0.3s;
    	-webkit-transition: all ease .3s;
    	transition: all ease .3s;
    }

    .nav-wrapper .nav-item:hover .submenu {
    	background: rgba(51, 51, 51, .6);
    }

    .nav-wrapper:hover:after {
    	display: none
    }

    .nav-wrapper .nav-item:hover .submenu {
    	visibility: visible;
    	-webkit-transform: translateY(0);
    	transform: translateY(0);
    	display: block;
    }

    /*tel*/
    .tel {
    	color: rgba(14, 85, 164, 1);
    	align-items: center;
    }

    .tel i {
    	width: 40px;
    	height: 40px;
    	color: rgba(14, 85, 164, 1);
    	font-size: 40px;
    	text-align: center;
    	line-height: 42px;
    	margin-right: 5px;
    }

    .tel strong {
    	display: block;
    	font-size: 20px;
    	font-weight: 800;
    	line-height: 1;
    }

    .header-transparent .tel,
    .header-transparent .tel i {
    	color: #fff;
    }

    /*Header button*/
    .menu-button {
    	margin: 0;
    	position: relative;
    	height: 50px;
    	width: 30px;
    	cursor: pointer;
    }

    .menu-button:after,
    .menu-button:before {
    	position: absolute;
    	left: 0;
    	width: 100%;
    	height: 1px;
    	background: #4f4f4f;
    	content: "";
    	transition: ease 0.5s;
    	-webkit-transition: ease 0.5s;
    	-moz-transition: ease 0.5s;
    	-o-transition: ease 0.5s;
    }

    .menu-button:after {
    	bottom: 13px;
    }

    .menu-button:before {
    	top: 13px;
    }

    .menu-button span {
    	display: block;
    	height: 1px;
    	width: 100%;
    	background: #4f4f4f;
    	position: absolute;
    	top: 50%;
    	left: 0;
    	border-radius: 2px;
    	margin-top: -1px;
    	transition: ease 0.5s;
    	-webkit-transition: ease 0.5s;
    	-moz-transition: ease 0.5s;
    	-o-transition: ease 0.5s;
    }

    .menu-button.active:after {
    	transform: rotate(-45deg) translate(0px, -1px);
    	-webkit-transform: rotate(-45deg) translate(0px, -1px);
    	-moz-transform: rotate(-45deg) translate(0px, -1px);
    	-ms-transform: rotate(-45deg) translate(0px, -1px);
    	-o-transform: rotate(-45deg) translate(0px, -1px);
    	transform-origin: 0 100%;
    	-webkit-transform-origin: 0 100%;
    	-ms-transform-origin: 0 100%;
    	-moz-transform-origin: 0 100%;
    	-o-transform-origin: 0 100%;
    	left: 5px;
    	bottom: 13px;
    }

    .menu-button.active:before {
    	transform: rotate(45deg) translate(0px, 2px);
    	-webkit-transform: rotate(45deg) translate(0px, 2px);
    	-moz-transform: rotate(45deg) translate(0px, 2px);
    	-ms-transform: rotate(45deg) translate(0px, 2px);
    	-o-transform: rotate(45deg) translate(0px, 2px);
    	transform-origin: 0 100%;
    	-webkit-transform-origin: 0 100%;
    	-ms-transform-origin: 0 100%;
    	-moz-transform-origin: 0 100%;
    	-o-transform-origin: 0 100%;
    	top: 13px;
    	left: 5px;
    }

    .menu-button.active span {
    	opacity: 0
    }

    .header-transparent .menu-button:after,
    .header-transparent .menu-button:before {
    	background: #fff
    }

    .header-transparent .menu-button span {
    	background: #fff;
    }

    /* m nav*/
    .m-nav {
    	position: fixed;
    	top: 0;
    	/*box-shadow: 0 15px 27px 0 rgba(167, 165, 165, .38);*/
    	width: 100%;
    	height: 100%;
    	background: #fff;
    	transition: all ease .5s;
    	-webkit-transition: all ease .5s;
    	z-index: 0;
    	opacity: 0;
    	visibility: visible;
    	margin-top: 0;
    	overflow-y: auto;
    	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    	top: 0;
    	transform: translateX(100%)
    }

    .m-nav a {
    	outline: none
    }

    .m-nav.open {
    	z-index: 1000;
    	opacity: 1;
    	transform: translateX(0)
    }

    .m-nav .top {
    	height: 60px;
    	padding: 20px;
    	box-sizing: border-box
    }

    .m-nav .top .closed {
    	width: 30px;
    	height: 30px;
    	vertical-align: middle;
    	float: right;
    	cursor: pointer
    }

    .m-nav .logo {
    	width: 100%;
    	margin: 0 auto
    }

    .m-nav .logo img {
    	width: 38%;
    	display: block;
    	margin: 0 auto 30px
    }

    .m-nav .ul {
    	margin-top: 30px
    }

    .m-nav .ul li {
    	padding: 0 20px;
    	border-bottom: 1px solid #f5f5f5;
    	transform: translateY(0);
    	-webkit-transform: translateY(100%);
    	transform: translateY(100%);
    	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    	opacity: 0
    }

    .m-nav.open .ul li {
    	opacity: 1;
    	-webkit-transform: translateY(0);
    	transform: translateY(0)
    }

    .m-nav .ul li:nth-child(1) {
    	-webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    	transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms
    }

    .m-nav .ul li:nth-child(2) {
    	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    	transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms
    }

    .m-nav .ul li:nth-child(3) {
    	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms
    }

    .m-nav .ul li:nth-child(4) {
    	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    	transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms
    }

    .m-nav .ul li:nth-child(5) {
    	-webkit-transition: all 1s cubic-bezier(.77, 0, .175, 1) 0ms;
    	transition: all 1s cubic-bezier(.77, 0, .175, 1) 0ms
    }

    .m-nav .ul li:nth-child(6) {
    	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    	transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms
    }

    .m-nav .ul li:nth-child(7) {
    	-webkit-transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
    	transition: all 1s cubic-bezier(.77, 0, .175, 1) 0ms
    }

    .m-nav .ul li:nth-child(8) {
    	-webkit-transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0ms;
    	transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms
    }

    .m-nav .ul li a {
    	display: block;
    	text-decoration: none;
    	color: #333;
    	font-size: 16px;
    	height: 50px;
    	line-height: 50px;
    	width: 100%;
    	position: relative;
    }

    .m-nav .ul li a.active {
    	font-weight: 800;
    	color: #1b2c43
    }

    .m-nav .ul li a i {
    	font-size: 12px;
    	position: absolute;
    	right: 0px;
    	top: 50%;
    	transform: translateY(-50%);
    }

    .m-nav .ul li .dropdown_menu {
    	display: none
    }

    .m-nav .ul li.dropdown.active .dropdown_menu {
    	display: block
    }

    .m-nav .ul li .dropdown_menu a {
    	display: block;
    	font-size: 14px;
    	height: 40px;
    	line-height: 40px;
    	padding: 0 20px;
    	box-sizing: border-box;
    	border-bottom: 1px solid #f5f5f5
    }

    .m-nav .ul li .dropdown_menu a:last-child {
    	border: none
    }

    .m-nav-search {
    	border: solid 1px #ddd;
    	margin-top: 20px;
    	border-radius: 18px;
    	height: 36px;
    	width: 90%;
    	margin-bottom: 10px;
    }

    .m-nav-search input {
    	width: calc(100% - 40px);
    	padding-left: 20px;
    	height: 34px;
    	border: none;
    	outline: none;
    	background: transparent;
    	font-size: 1.4rem;
    	color: #333;
    }

    .m-nav-search button {
    	width: 40px;
    	height: 34px;
    	background: transparent;
    	border: none;
    	outline: none;
    	font-size: 1.8rem;
    	color: #333;
    }

    .m-nav-tel {
    	text-align: center;
    	margin-top: 18px;
    	margin-bottom: 20px;
    	font-size: 18px;
    	color: #666;
    }

    .m-nav-tel a {
    	font-weight: 800;
    }

    .m-nav-link {
    	text-align: center;
    	margin-top: 18px;
    }

    .m-nav-link a {
    	display: inline-block;
    	padding: 5px 25px;
    	color: #fff;
    	cursor: default;
    	background: #00598e;
    	font-size: 14px;
    	line-height: 2;
    }

    .container {
    	width: 1400px;
    	padding: 0;
    }

    @media screen and (max-width: 1660px) {}

    @media screen and (max-width: 1440px) {}

    @media screen and (max-width: 1366px) {}

    @media screen and (max-width: 1200px) {
    	.container {
    		width: 100%;
    		padding: 0 15px;
    	}
    }

    @media screen and (max-width: 1024px) {
    	.header-content {
    		width: 100%;
    	}
    }

    @media screen and (max-width:950px) {}

    @media screen and (max-width: 760px) {
    	.box {
    		padding: 30px 0;
    	}

    	.header-content {
    		padding: 0 15px;
    	}

    	.header-transparent.header .logo,
    	.header .logo {
    		width: 196px;
    		margin-left: -20px;
    	}
    }

    /**home banner**/
    /*banner*/
    #banner {
    	margin-top: 61px;
    	position: relative;
    	z-index: 1
    }

    .swiper-banner {
    	/* height: calc(100vh - 61px); */
    	overflow: hidden
    }

    .swiper-banner .swiper-slide {
    	position: relative;
    	height: 100%;
    	overflow: hidden
    }

    #banner img {
		margin: 0 auto;
    	display: block;
    	width: 100%;
    	/* height: 100%;
    	object-fit: cover */
    }

    .video-slide {
    	height: 100%;
    	position: relative;
    	min-height: 410px;
    	overflow: hidden
    }

    .video-slide video {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    	min-height: 410px;
    	-o-object-fit: cover;
    	object-fit: cover;
    	-o-object-position: 50% 60%;
    	object-position: 50% 60%;
    }

    .slide-inner {
    	position: absolute;
    	width: 100%;
    	height: 100%;
    	left: 0;
    	top: 0;
    	background-size: cover;
    	background-position: center;
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: -webkit-flex;
    	display: flex;
    	-webkit-box-pack: center;
    	-ms-flex-pack: center;
    	-webkit-justify-content: center;
    	justify-content: center;
    	-webkit-box-align: center;
    	-ms-flex-align: center;
    	-webkit-align-items: center;
    	align-items: center;
    }

    .banner-pagination {
    	justify-content: center;
    	-webkit-justify-content: center;
    	bottom: 55px !important;
    }

    .banner-pagination .circle-progress {
    	width: 14px;
    	height: 14px;
    	background: rgba(255, 255, 255, .6);
    	border: solid 1px rgba(0, 0, 0, .6);
    	opacity: 1;
    	transition: ease-in .3s;
    	position: relative;
    	margin: auto 15px !important
    }

    .banner-pagination .circle-progress i {
    	opacity: 0;
    	font-style: normal;
    	color: #fff;
    	font-size: 16px;
    }

    .banner-pagination .circle-progress.swiper-pagination-bullet-active i {
    	opacity: 1;
    	line-height: 46px;
    	font-size: 16px;
    	color: #fff;
    	font-style: normal
    }

    .banner-pagination .circle-progress.swiper-pagination-bullet-active {
    	width: 50px;
    	height: 50px;
    	border: solid 2px rgba(255, 255, 255, .5);
    	background: rgba(0, 0, 0, .5)
    }

    .banner-pagination .circle-progress.swiper-pagination-bullet-active .left {
    	left: -2px
    }

    .banner-pagination .circle-progress.swiper-pagination-bullet-active .right {
    	right: -2px
    }

    .banner-pagination .circle-progress.swiper-pagination-bullet-active .content {
    	position: absolute;
    	top: -2px;
    	width: 25px;
    	height: 50px;
    	overflow: hidden
    }

    .banner-pagination .circle-progress.swiper-pagination-bullet-active .circle {
    	position: absolute;
    	width: 50px;
    	height: 50px;
    	border-radius: 50%;
    	z-index: 2;
    	border: solid 2px transparent
    }

    .banner-pagination .circle-progress.swiper-pagination-bullet-active .left-circle {
    	left: 0;
    	border-top-color: #fff;
    	border-left-color: #fff;
    	animation: circle-left 5s linear;
    	transform: rotate(136deg);
    }

    .banner-pagination .circle-progress.swiper-pagination-bullet-active .right-circle {
    	right: 0;
    	border-bottom-color: #fff;
    	border-left-color: #fff;
    	animation: circle-right 5s linear;
    	transform: rotate(46deg);
    }

    @keyframes circle-right {
    	0% {
    		transform: rotate(46deg);
    	}

    	50%,
    	100% {
    		transform: rotate(224deg);
    	}
    }

    @keyframes circle-left {

    	0%,
    	50% {
    		transform: rotate(136deg);
    	}

    	100% {
    		transform: rotate(315deg);
    	}
    }

    @media screen and (max-width: 1660px) {}

    @media screen and (max-width: 1440px) {}

    @media screen and (max-width: 1366px) {}

    @media screen and (max-width: 1200px) {}

    @media screen and (max-width: 1024px) {}

    @media screen and (max-width:950px) {}

    @media screen and (max-width: 760px) {
    	#banner {
    		margin-top: 51px;
    	}

    	.banner {
    		height: 70vh;
    	}

    	.banner .text-title {
    		font-size: 32px;
    	}

    	.banner .text-desc {
    		font-size: 14px;
    	}

    	.video-slide i {
    		font-size: 60px;
    		position: absolute;
    		left: 50%;
    		top: 50%;
    		transform: translate(-50%, -50%);
    		color: #fff;
    		cursor: pointer;
    	}

    	.banner .more {
    		margin-top: 30px;
    	}

    	.banner-pagination .circle-progress {
    		margin: auto 8px !important
    	}

    	.banner-pagination .circle-progress.swiper-pagination-bullet-active {
    		width: 30px;
    		height: 30px;
    	}

    	.banner-pagination .circle-progress.swiper-pagination-bullet-active .content {
    		width: 15px;
    		height: 30px
    	}

    	.banner-pagination .circle-progress.swiper-pagination-bullet-active .circle {
    		width: 30px;
    		height: 30px
    	}

    	.banner-pagination .circle-progress.swiper-pagination-bullet-active i {
    		line-height: 24px;
    		font-size: 12px;
    	}

    	.banner-pagination {
    		bottom: 20px !important
    	}
    }

    /*main*/
    .main {
    	background-color: #fff;
    	position: relative;
    	z-index: 1
    }

    .title {
    	position: relative;
    	text-align: center;
    	padding-bottom: 15px;
    	margin-bottom: 30px;
    }

    .title h4 {
    	font-size: 38px;
    	font-weight: 800;
    	color: #333;
    	position: relative;
    	z-index: 1;
    }

    .title h4 span {
    	color: rgba(14, 85, 164, 1);
    }

    .title .en {
    	line-height: 1;
    	font-size: 16px;
    	color: #999;
    	text-transform: uppercase;
    }

    .title::after {
    	content: "";
    	width: 66px;
    	height: 5px;
    	background-color: rgba(14, 85, 164, 1);
    	position: absolute;
    	margin-left: -33px;
    	left: 50%;
    	bottom: 0;
    }

    .more {
    	display: inline-block;
    	padding: 8px 20px;
    	border: 1px solid #878889;
    	font-size: 14px;
    	color: #555;
    	border-radius: 2px;
    }

    .more i {
    	margin-left: 5px;
    	transition: ease 0.5s;
    	-webkit-transition: ease 0.5s;
    	-moz-transition: ease 0.5s;
    	-o-transition: ease 0.5s;
    }

    .more:hover {
    	border-color: rgba(14, 85, 164, 1);
    	background-color: rgba(14, 85, 164, 1);
    	color: #fff;
    }

    .more:hover i {
    	margin-left: 10px;
    }

    /* about us */
    .about {
    	background: url(../images/bg1.jpg) no-repeat 50% 0;
    	background-size: cover;
    }

    .about .title h4,
    .about .title p {
    	text-align: left;
    }

    .about .title::after {
    	left: 0;
    	margin-left: 0;
    }

    .about-cont {
    	flex-direction: row;
    }

    .about-pic {
    	width: 46%;
    	margin-left: 50px;
    	position: relative;
    }

    .about-pic img {
    	display: block;
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
    }

    .about-left {
    	width: 52%;
    	position: relative;
    }

    .abt-det {
    	font-size: 16px;
    	line-height: 2;
    	margin-bottom: 20px;
    	overflow: hidden;
    	display: block;
    	display: -webkit-box;
    	-webkit-box-orient: vertical;
    	-webkit-line-clamp: 5;
    }

    .abt-text .more {
    	margin-top: 20px;
    }

    .hor-list {
    	width: 110%;
    	padding-top: 40px;
    	clear: both;
    }

    .hor-list .swiper-slide {
    	height: 186px;
    }

    .hor-list .swiper-slide img {
    	width: 100%;
    	height: 100%;
    	display: block;
    	object-fit: cover;
    }

    .swiper-honor-next,
    .swiper-honor-prev {
    	top: 84%;
    }

    .swiper-honor-prev,
    .swiper-rtl .swiper-honor-next {
    	left: -60px;
    }

    .swiper-honor-next,
    .swiper-rtl .swiper-honor-prev {
    	right: -120px;
    }

    .swiper-honor-next,
    .swiper-honor-prev {
    	width: 36px;
    	height: 36px;
    	background-color: #a8aaab;
    	border-radius: 100%;
    	transition: all .5s;
    	outline: none;
    }

    .swiper-honor-next i,
    .swiper-honor-prev i {
    	font-size: 28px;
    	color: rgba(255, 255, 255, 1);
    }

    .swiper-honor-prev i {
    	transform: rotate(180deg);
    }

    .swiper-honor-next:after,
    .swiper-honor-prev:after {
    	content: "";
    }

    @media screen and (max-width: 1440px) {}

    @media screen and (max-width: 1366px) {}

    @media screen and (max-width: 1200px) {}

    @media screen and (max-width: 1024px) {}

    @media screen and (max-width:950px) {}

    @media screen and (max-width: 760px) {
    	.title {
    		text-align: center;
    	}

    	.title .en {
    		font-size: 16px;
    		margin-top: 0;
    	}

    	.title h4 {
    		font-size: 24px;
    	}

    	.title .sub-tit {
    		font-size: 14px;
    		margin: 10px 0 15px;
    	}

    	.more {
    		font-size: 12px;
    		padding: 6px 15px;
    	}

    	.about-cont {
    		margin-top: 20px;
    		flex-direction: column;
    	}

    	.abt-pic {
    		width: 100%;
    		margin: 0 0 20px;
    	}

    	.abt-text {
    		width: 100%;
    		margin-bottom: 20px;
    		text-align: center;
    	}

    	.abt-det {
    		text-align: left;
    		font-size: 14px;
    		line-height: 1.6;
    		text-align: justify;
    		margin-bottom: 20px;
    	}

    	.abt-text .more {
    		float: left !important;
    	}

    	.hor-list .swiper-slide {
    		height: 108px;
    	}

    	.swiper-honor-next,
    	.swiper-honor-prev {
    		display: none;
    	}
    }

    /* advantage */
    .advantage {
    	background-color: rgba(14, 85, 164, 1);
    	padding: 50px 0;
    }

    .adv-cont {
    	flex-direction: row;
    }

    .adv-cont .adv-item {
    	padding: 0 80px;
    	position: relative;
    	color: #fff;
    	text-align: center;
    }

    .adv-cont div+div:after {
    	content: '';
    	width: 1px;
    	height: 100%;
    	background-color: #fff;
    	left: 0;
    	top: 0;
    	position: absolute;
    	opacity: .34;
    }

    .adv-cont .adv-item h4 {
    	font-size: 14px;
    	letter-spacing: 1px;
    }

    .adv-cont .adv-item h4 i {
    	font-size: 28px;
    	font-weight: 800;
    }

    /* service */
    .service {
    	background: #fff;
    	padding-bottom: 0;
    }

    .ser-info {
    	height: 100%;
    	flex-direction: row;
    	align-items: stretch;
    	background-color: #fafafa;
    }

    .ser-img {
    	width: 60%;
    	height: 100%;
    }
	.ser-img img{
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

    .ser-text {
    	width: 40%;
    }

    .ser-hd {
    	background-color: rgba(14, 85, 164, 1);
    	color: #fff;
    	align-items: center;
    	flex-direction: row;
    	justify-content: space-between;
    	text-align: center;
    	height: 162px;
    }

    .ser-tit {
    	width: 66%;
    	height: 100%;
    	border-right: 1px solid rgba(255, 255, 255, .6);
    	font-size: 30px;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    }

    .ser-tit i {
    	font-size: 42px;
    	margin-right: 15px;
    }

    .ser-hd .ser-more {
    	width: 34%;
    }

    .ser-hd .ser-more i {
    	font-size: 26px;
    }

    .ser-bd {
    	padding: 45px;
    	color: #666;
    	line-height: 2;
    	text-align: justify;
    }

    .ser-list {
    	border: 1px solid #f0f0f0;
    }

    .ser-list .ser-li {
    	text-align: center;
    	padding: 40px 60px;
    	cursor: pointer;
    	position: relative;
    }

    .ser-list div+div::after {
    	content: "";
    	width: 1px;
    	height: 100%;
    	position: absolute;
    	left: 0;
    	top: 0;
    	background-color: #f0f0f0;
    }

    .ser-list .ser-li i {
    	font-size: 42px;
    	color: #555;
    }

    .ser-list .ser-li h4 {
    	font-weight: 600;
    	font-size: 22px;
    }

    .ser-list .ser-li .ser-en {
    	font-size: 12px;
    	text-transform: uppercase;
    	color: #999;
    }

    .ser-li:hover,
    .ser-li.swiper-slide-thumb-active {
    	background-color: rgba(14, 85, 164, 1);
    	color: #fff;
    }

    .ser-li:hover i,
    .ser-li.swiper-slide-thumb-active i {
    	color: #fff;
    }

    .ser-li:hover .ser-en,
    .ser-li.swiper-slide-thumb-active .ser-en {
    	color: #fff;
    }

    .ser-li.ser-more {
    	background: url(../images/m-bg.jpg) no-repeat 50%;
    	background-size: cover;
    }

    .ser-li.ser-more:hover {
    	color: #555;
    }

    .ser-li.ser-more:hover i {
    	color: #555;
    }

    .ser-li.ser-more:hover .ser-en {
    	color: #999;
    }

    @media screen and (max-width: 1600px) {
    	.ser-bd {
    		padding: 20px 35px
    	}
    }

    @media screen and (max-width: 1440px) {}

    @media screen and (max-width: 1366px) {}

    @media screen and (max-width: 1200px) {}

    @media screen and (max-width: 1024px) {}

    @media screen and (max-width:950px) {}

    @media screen and (max-width: 760px) {
    	.ser-cont {
    		margin-top: 20px;
    	}
    }

    /* case */
    .case {
    	background-color: #fff;
    	padding-bottom: 0;
    }

    .case .container {
    	position: relative;
    }

    .case-list li {
    	width: 25%;
    	float: left;
    	padding-right: 10px;
    	padding-bottom: 10px;
    }

    .case-list li:nth-child(3) {
    	width: 50%;
    	float: right;
    }

    .case-list li:nth-child(6) {
    	width: 50%;
    }

    .case-list li:nth-child(3) a {
    	height: 680px;
    }

    .case-list li a {
    	display: block;
    	width: 100%;
    	height: 335px;
    	position: relative;
    	overflow: hidden;
    }

    .case-list li a img {
    	display: block;
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
    	-webkit-transition: all 0.5s ease-out 0s;
    	-moz-transition: all 0.5s ease-out 0s;
    	-o-transition: all 0.5s ease-out 0s;
    	transition: all 0.5s ease-out 0s;
    	transition: -webkit-transform 2s;
    }

    .cs-text {
    	width: 100%;
    	height: 100%;
    	padding: 40px 30px;
    	position: absolute;
    	left: 0;
    	bottom: -100%;
    	color: #fff;
    	background-color: rgba(0, 78, 151, .8);
    	align-items: center;
    	justify-content: center;
    	opacity: 0;
    	transition: ease 0.5s;
    	-webkit-transition: ease 0.5s;
    	-moz-transition: ease 0.5s;
    	-o-transition: ease 0.5s;
    }

    .cs-text h3 {
    	font-size: 20px;
    	font-weight: 800;
    	letter-spacing: 1px;
    	text-align: center;
    }

    .cs-text h5 {
    	font-size: 14px;
    	line-height: 2;
    	color: #fff;
    	letter-spacing: 2px;
    }

    .cs-text i {
    	font-size: 24px;
    	color: #fff;
    	transform: rotateY(180deg);
    }

    .case-list li a:hover img {
    	-webkit-transform: scale(1.1);
    	-moz-transform: scale(1.1);
    	transform: scale(1.1);
    }

    .case-list li a:hover .cs-text {
    	bottom: 0;
    	opacity: 1;
    }

    .case-list li.cs-more .cs-text {
    	opacity: 1;
    	bottom: 0;
    	background-color: rgba(0, 78, 151, .45);
    }

    .case-list li.cs-more .more {
    	padding: 5px 15px;
    	line-height: 1;
    	color: #fff;
    	border-color: rgba(255, 255, 255, .6);
    }

    .case-list li.cs-more .more i {
    	font-size: 16px;
    }

    @media screen and (max-width: 1440px) {}

    @media screen and (max-width: 1366px) {}

    @media screen and (max-width: 1200px) {}

    @media screen and (max-width: 1024px) {}

    @media screen and (max-width:950px) {}

    @media screen and (max-width: 760px) {
    	.case .title {
    		text-align: center;
    	}

    	.case-thd {
    		width: 100%;
    	}

    	.case-tab,
    	.news-classify-tab {
    		margin-top: 10px;
    		margin-bottom: 10px;
    	}

    	.case-tab {
    		text-align: center;
    	}

    	.case-tab a {
    		margin: 0 15px;
    	}

    	.case-tab a,
    	.news-classify-tab span.c-item {
    		font-size: 16px;
    		line-height: 1.8;
    	}

    	.case-info {
    		flex-direction: column;
    	}

    	.case-text {
    		width: 100%;
    		margin-right: 0px;
    		padding-top: 26%;
    	}

    	.case-text h4 {
    		text-align: center;
    	}

    	.case-text p {
    		margin-bottom: 20px;
    		line-height: 1.8;
    	}

    	.swiper-case-next,
    	.swiper-case-prev {
    		width: 30px;
    		height: 30px;
    	}

    	.swiper-case-next:after,
    	.swiper-case-prev:after {
    		font-size: 16px;
    	}

    	.swiper-case-next,
    	.swiper-rtl .swiper-case-prev {
    		right: 15px;
    	}

    	.swiper-case-prev,
    	.swiper-rtl .swiper-case-next {
    		left: auto;
    		right: 50px;
    	}
    }

    /* news */
    .news {
    	background-color: #fff;
    }

    .news-classify-tab .more {
    	padding: 10px 0;
    	color: #555;
    	border: none;
    	line-height: 2;
    }

    .news-classify-tab .more:hover {
    	background-color: transparent;
    	border: none;
    }

    .swiper-news {
    	margin-bottom: 30px;
    }

    .news-thd {
    	margin-bottom: 10px;
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: -webkit-flex;
    	display: flex;
    	-webkit-box-pack: center;
    	-ms-flex-pack: center;
    	-webkit-justify-content: center;
    	justify-content: center;
    	-webkit-box-align: center;
    	-ms-flex-align: center;
    	-webkit-align-items: center;
    	align-items: center;
    	flex-direction: row;
    	-webkit-flex-direction: row;
    	-moz-flex-direction: row;
    	-ms-flex-direction: row;
    	-o-flex-direction: row;
    }

    .news-time {
    	width: 14%;
    	margin-right: 10px;
    }

    .news-time p {
    	color: #999;
    	line-height: 1;
    	font-size: 14px;
    	-ms-flex-align: flex-start;
    	-webkit-align-items: flex-start;
    	align-items: flex-start
    }

    .news-time .date {
    	font-size: 44px;
    	line-height: 1;
    }

    .news-time i {
    	display: inline-block;
    	font-size: 40px;
    	transform: rotate(90deg);
    }

    .news-info {
    	width: 85%
    }

    .news-info h4 {
    	padding: 10px 0;
    	color: #333;
    	font-size: 18px;
    	font-weight: 600;
    	border-bottom: 1px solid #dcdcdc;
    }

    .news-info p {
    	color: #999;
    	font-size: 14px;
    	line-height: 1.8;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	display: -webkit-box;
    	-webkit-line-clamp: 2;
    	line-clamp: 2;
    	-webkit-box-orient: vertical;
    }

    .news-img {
    	width: 100%;
    	height: 294px;
    	position: relative
    }

    .news-img img {
    	display: block;
    	width: 100%;
    	height: 100%;
    	object-fit: cover
    }

    .news-list-box li:hover .news-time .date,
    .news-list-box li:hover .news-time i,
    .news-list-box li:hover .news-info h4 {
    	color: rgba(14, 85, 164, 1);
    }

    @media screen and (max-width: 1440px) {}

    @media screen and (max-width: 1366px) {}

    @media screen and (max-width: 1200px) {}

    @media screen and (max-width: 1024px) {}

    @media screen and (max-width:950px) {}

    @media screen and (max-width: 760px) {
    	.news {
    		padding-bottom: 30px;
    	}

    	.news-classify-tab .more {
    		padding: 15px 0;
    		line-height: 1;
    	}

    	.news-thd {
    		margin-bottom: 10px;
    	}

    	.news-time .date {
    		font-size: 2.33rem
    	}

    	.news-time .year {
    		font-size: 1rem;
    	}

    	.news-time p {
    		font-size: 3rem;
    	}

    	.news-time i {
    		font-size: 2rem;
    	}

    	.news-info h4 {
    		font-size: 1.6rem;
    		padding: 5px 0 10px;
    		margin-bottom: 8px
    	}

    	.news-info p {
    		font-size: 1.4rem;
    		line-height: 1.6
    	}
    }

    /* partner */
    .partner {
    	background-color: #f2f2f2;
    }

    .partner-list {
    	margin-left: -1%;
    	margin-right: -1%;
    	margin-top: 40px;
    	overflow: hidden;
    }

    .partner-list .partner-item {
    	margin: 0.5%;
    	width: calc((100% - 6%) / 6);
    	height: 100px;
    	float: left;
    	background-color: #fff;
    }

    .partner-list a {
    	display: block;
    	text-align: center;
    	position: relative;
    	width: 100%;
    	height: 100%;
    }

    .partner-list a img {
    	position: absolute;
    	left: 0;
    	top: 50%;
    	margin-left: 50%;
    	transform: translate(-50%, -50%);
    	width: 80%;
    	height: 65%;
    	object-fit: contain;
    	-o-object-fit: contain;
    }

    .partner-list a:hover img {
    	-webkit-filter: grayscale(0);
    	-moz-filter: grayscale(0);
    	-ms-filter: grayscale(0);
    	-o-filter: grayscale(0);
    	filter: grayscale(0);
    }

    @media screen and (max-width: 1440px) {}

    @media screen and (max-width: 1366px) {}

    @media screen and (max-width: 1200px) {}

    @media screen and (max-width: 1024px) {}

    @media screen and (max-width:950px) {}

    @media screen and (max-width: 760px) {
    	.partner-list {
    		margin-top: 20px;
    	}

    	.partner-list .partner-item {
    		width: calc((100% - 4%) / 3);
    		height: 62px;
    	}
    }

    /* page */
    .pbanner {
    	position: relative;
    }

    .pbanner img {
    	display: block;
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
    }

    .ad-text {
    	background: url(../images/h-bg.png) no-repeat center 0;
    	background-size: contain;
    	color: #fff;
    	text-align: center;
    	padding: 20px 0;
    	position: absolute;
    	left: 10%;
    	width: 80%;
    	height: auto;
    	top: 50%;
    	-webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	transform: translateY(-50%);
    }

    .ad-text h2 {
    	font-size: 30px;
    	font-weight: 800;
    }

    .ad-text p {
    	text-transform: uppercase;
    	font-size: 16px;
    	line-height: 2;
    }

    /*location*/
    .location {
    	color: #4f4f4f;
    	box-shadow: 0 3px 7px rgba(0, 0, 0, .07);
    	position: relative;
    	z-index: 5;
    }

    .location .container:before,
    .location .container:after {
    	display: none;
    }

    .location .local {
    	line-height: 70px;
    	display: flex;
    	align-items: center;
    	justify-content: space-between;
    }

    .cTitle {
    	margin: 28px auto;
    	padding: 20px 0;
    	font-size: 30px;
    	font-weight: 700;
    	text-transform: uppercase
    }

    .cTitle b {
    	color: #000;
    	font-weight: 700
    }

    .cTitle span {
    	color: #BFBFBF;
    	text-transform: uppercase;
    	margin: 0 10px
    }

    .subtopic li {
    	display: inline-block
    }

    .subtopic li a {
    	position: relative;
    	line-height: 70px;
    	padding: 0 20px;
    	display: block;
    	transition: all .6s ease 0s;
    	font-size: 15px;
    	position: relative;
    }

    .subtopic li a::after {
    	content: "";
    	width: 0%;
    	height: 3px;
    	background-color: rgba(14, 85, 164, 1);
    	position: absolute;
    	left: 50%;
    	bottom: 0;
    	opacity: 0;
    	-webkit-transition: all .35s;
    }

    .subtopic li a:hover,
    .subtopic li a.active {
    	transition: all .6s ease 0s;
    	color: rgba(14, 85, 164, 1);
    	font-weight: 700
    }

    .subtopic li a.active::after,
    .subtopic li a:hover::after {
    	width: 36%;
    	margin-left: -18%;
    	opacity: 1;
    }

    .local i.iconfont {
    	vertical-align: bottom;
    	margin-right: 5px
    }

    .local,
    .local a {
    	font-size: .7rem
    }

    .page-content {
    	position: relative;
    	z-index: 1;
    	background-repeat: no-repeat;
    	background-position: 50%;
    	background-size: cover;
    }

    .about-content {
    	background-image: url(../images/p-bg1.jpg);
    }

    .p-about-text {
    	width: 50%;
    	margin-right: 3%;
    	font-size: 16px;
    	line-height: 2;
    	text-align: justify
    }

    .p-about-img {
    	width: 47%;
    	position: relative;
    }

    .p-about-img img {
    	display: block;
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
    }

    .page-abt-det {
    	-webkit-line-clamp: inherit;
		line-height: 3.2rem !important;
		margin-bottom: 30px !important;
		-webkit-line-clamp:initial !important
    }
	.page-abt-det p{
		line-height: 2;
	}

    .page-adv {
    	margin: 35px 0;
    	justify-content: space-between;
    }

    .page-adv .adv-item {
    	width: 22.5%;
    	background-color: #fff;
    	border-radius: 6px;
    	color: #666;
    	padding: 20px 50px;
    	box-shadow: 0 3px 6px rgba(220, 220, 220, .3);
    }

    .page-adv .adv-item h4 {
    	color: #333;
    }

    .page-adv .adv-item h4 i {
    	color: rgba(14, 85, 164, 1);
    	font-family: BarlowLight;
    	font-weight: 800;
    }

    .page-culture {
    	flex-direction: row;
    	justify-content: space-between;
    }

    .p-cul-item {
    	width: 32%;
    	position: relative;
    	overflow: hidden;
    }

    .p-cul-item img {
    	display: block;
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
    }

    .cul-text {
    	position: absolute;
    	left: 0;
    	top: 0;
    	width: 100%;
    	height: 100%;
    	background-color: rgba(0, 0, 0, .5);
    	text-align: center;
    	color: #fff;
    	align-items: center;
    	justify-content: center;
    }

    .cul-text .cul-tit {
    	font-size: 20px;
    	font-weight: 600;
    }

    .cul-text .cul-tit i {
    	font-size: 36px;
    	margin-right: 10px;
    	color: transparent;
    	-webkit-text-fill-color: transparent;
    	text-fill-color: transparent;
    	-webkit-background-clip: text;
    	background-clip: text;
    	background-image: linear-gradient(-360deg, rgb(1, 80, 154) 27.92%, rgb(22, 116, 203) 47.4%, rgb(44, 151, 252) 93.44%);
    }

    .cul-text p {
    	line-height: 2;
    	font-size: 16px;
    }

    .p-cul-item:first-child .cul-text .cul-tit i {
    	font-size: 30px;
    }

    @media screen and (max-width: 1440px) {}

    @media screen and (max-width: 1366px) {}

    @media screen and (max-width: 1200px) {}

    @media screen and (max-width: 1024px) {}

    @media screen and (max-width:950px) {}

    @media screen and (max-width: 760px) {
    	.pbanner {
    		height: 26vh;
    	}

    	.ad-text {
    		padding: 10px 0;
    	}

    	.ad-text h2 {
    		font-size: 18px;
    	}

    	.ad-text p {
    		font-size: 12px;
    	}
    }

    /* page honor */
    .page-honor {
    	margin-right: -30px;
    }

    .p-hor-item {
    	width: 25%;
    	padding-right: 30px;
    	margin-bottom: 30px;
    }

    .p-hor-item .hor-pic {
    	width: 100%;
    	height: 252px;
    	overflow: hidden;
    	position: relative;
    }

    .p-hor-item .hor-pic img {
    	display: block;
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
    }

    @media screen and (max-width: 1440px) {}

    @media screen and (max-width: 1366px) {}

    @media screen and (max-width: 1200px) {}

    @media screen and (max-width: 1024px) {}

    @media screen and (max-width:950px) {}

    @media screen and (max-width: 760px) {
    	.page-cont {
    		padding-bottom: 30px;
    	}

    	.location .local {
    		flex-direction: column;
    	}

    	.subtopic {
    		width: 100%
    	}

    	#partnav li {
    		margin: 8px 1.5%;
    		padding: 0;
    		width: 22%;
    		height: 35px;
    		border: 0;
    		border: 0;
    		background-color: #fff;
    		line-height: 35px;
    		float: left
    	}

    	.local p {
    		padding-left: 10px;
    		width: 100%;
    		line-height: 50px
    	}

    	#partnav li a {
    		width: 100%;
    		line-height: 35px;
    		display: block;
    		overflow: hidden;
    		padding: 0;
    		background-image: none;
    		text-align: center;
    		text-overflow: ellipsis;
    		white-space: nowrap
    	}

    	.content_box .local {
    		margin-top: 1rem;
    		padding: 10px 18px;
    		border: 1px solid #23478E;
    		border-right: 0;
    		border-left: 0
    	}

    	#partnav li.active a {
    		border: 1px solid #23478E;
    		background-color: #fff;
    		color: #23478E
    	}

    	.content_box .pro {
    		margin-top: 20px
    	}

    	.cTitle {
    		margin: 10px auto;
    	}

    	.cTitle span {
    		display: block;
    		font-size: 2rem
    	}

    	.cTitle b {
    		font-size: 2.4rem
    	}

    	.content_box .content .txt img {
    		width: 100% !important;
    		height: auto !important;
    	}

    	.content_box .pro_list li {
    		margin-top: 0;
    		padding: 0 5px;
    	}

    	.page-honor {
    		margin-right: 0;
    	}

    	.p-hor-item {
    		width: 50%;
    		padding: 0 2%;
    		margin-bottom: 2%;
    	}

    	.p-hor-item .hor-pic {
    		height: 128px;
    	}
    }

    /*page organization*/
    .org-content {
    	background-image: url(../images/org-bg.jpg);
    }

    /* page team */
    .page-submenu {
    	margin-bottom: 40px;
    }

    .page-submenu a {
    	display: inline-block;
    	margin-right: 40px;
    	line-height: 2;
    	padding-bottom: 8px;
    	font-size: 14px;
    	color: #333;
    	position: relative;
    }

    .page-submenu a::after {
    	content: "";
    	width: 0%;
    	height: 3px;
    	background-color: rgba(14, 85, 164, 1);
    	position: absolute;
    	left: 50%;
    	bottom: 0;
    	opacity: 0;
    	-webkit-transition: all .35s;
    }

    .page-submenu a:hover,
    .page-submenu a.active {
    	transition: all .6s ease 0s;
    	color: rgba(14, 85, 164, 1);
    	font-weight: 700
    }

    .page-submenu a.active::after,
    .page-submenu a:hover::after {
    	width: 100%;
    	left: 0;
    	opacity: 1;
    }

    .team-list {
    	flex-direction: row;
    	flex-wrap: wrap;
    	width: 100%;
    }

    .team-list .team-li {
    	float: left;
    	width: 25%;
    	height: 258px;
    	padding: 0 0.5%;
    	margin-bottom: 1%;
    }

    .team-list .team-li:first-child {
    	width: 50%;
    	height: 530px;
    }

    .team-list .team-li a {
    	display: block;
    	width: 100%;
    	height: 100%;
    	position: relative;
    	overflow: hidden;
    }

    .team-list .team-li img {
    	display: block;
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
    }

    .team-info {
    	position: absolute;
    	left: 0;
    	bottom: -100%;
    	width: 100%;
    	padding: 10px 20px;
    	color: #fff;
    	background-color: rgba(0, 0, 0, .51);
    	transition: ease 0.5s;
    	-webkit-transition: ease 0.5s;
    	-moz-transition: ease 0.5s;
    	-o-transition: ease 0.5s;
    }

    .team-info h4 {
    	font-size: 16px;
    	font-weight: 600;
    	margin-bottom: 3px;
    }

    .team-info p {
    	font-size: 12px;
    	line-height: 1.6;
    	color: rgba(255, 255, 255, .8);
    	overflow: hidden;
    	text-overflow: ellipsis;
    	display: -webkit-box;
    	-webkit-box-orient: vertical;
    	-webkit-line-clamp: 2;
    }

    .team-list .team-li a:hover .team-info {
    	bottom: 0;
    }

    /* page service */
    .service-content {
    	padding-bottom: 0;
    }

    .page-ser-info {
    	height: 580px;
    	margin-bottom: 50px;
    	position: relative;
    	overflow: hidden;
    }

    .page-ser-info img {
    	display: block;
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
    }

    .page-ser-info .ser-text {
    	position: absolute;
    	left: 0;
    	top: 0;
    	width: 50%;
    	height: 100%;
    	padding: 30px;
    	justify-content: center;
    	background-color: rgba(0, 78, 151, .8);
    }

    .page-ser-info .ser-text .title {
    	text-align: left;
    	padding-bottom: 20px;
    }

    .page-ser-info .ser-text .title h4,
    .page-ser-info .ser-text .title .en {
    	color: #fff;
    }

    .page-ser-info .ser-text .title::after {
    	background-color: #fff;
    	margin-left: 0;
    	left: 0;
    }

    .page-ser-info .ser-text .info-bd {
    	color: #fff;
    }

    .page-servicelist {
    	margin-bottom: 60px;
    }

    .ser-div {
    	width: 30.33%;
    	margin: 0 1.5%;
    	position: relative;
    	float: left;
    }

    .ser-div img {
    	display: block;
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
    }

    .shadow-box {
    	background-color: rgba(0, 0, 0, .3);
    	color: #fff;
    	width: 100%;
    	height: 100%;
    	text-align: center;
    	justify-content: center;
    	padding: 50px;
    	position: absolute;
    	left: 0;
    	top: 0;
    }

    .shadow-box h4 {
    	position: relative;
    	padding-bottom: 10px;
    	margin-bottom: 10px;
    	font-size: 24px;
    	text-shadow: 0 3px 5px rgba(0, 0, 0, .13);
    	line-height: 2;
    }

    .shadow-box h4::after {
    	content: "";
    	width: 40px;
    	height: 3px;
    	background-color: #fff;
    	position: absolute;
    	left: 50%;
    	margin-left: -20px;
    	bottom: 0;
    }

    .shadow-box p {
    	font-size: 14px;
    	line-height: 2;
    	text-transform: uppercase;
    }

    .ser-case-cont {
    	background-image: url(../images/p-bg2.jpg);
    }

    .page-sercase-list li:first-child {
    	width: 50%;
    }

    .page-sercase-list.case-list li:nth-child(3) {
    	width: 25%;
    	float: left;
    }

    .page-sercase-list.case-list li:nth-child(3) a {
    	height: 335px;
    }

    .page-ser-info2 {
    	margin-bottom: 50px;
    }

    .page-ser-info2 .info-bd {
    	padding: 0 220px;
    	margin-bottom: 30px;
    }

    .page-servicelist2 {
    	background-image: url(../images/p-bg3.jpg);
    }

    .p-ser-list2 {
    	flex-direction: row;
    	cursor: pointer;
    }

    .p-ser-li {
    	overflow: hidden;
    	box-shadow: 0 8px 16px rgba(0, 0, 0, .13);
    	position: relative;
    	-webkit-transition: all 0.5s ease-out 0s;
    	-moz-transition: all 0.5s ease-out 0s;
    	-o-transition: all 0.5s ease-out 0s;
    	transition: all 0.5s ease-out 0s;
    }

    .p-ser-li:not(:last-child) {
    	margin-right: 3px;
    }

    .img-box {
    	position: relative;
    	width: 100%;
    	overflow: hidden;
    }

    .img-box img {
    	display: block;
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
    	transition: 0.5s all ease-in-out;
    	-webkit-transition: 0.5s all ease-in-out;
    	-moz-transition: 0.5s all ease-in-out;
    	-o-transition: 0.5s all ease-in-out;
    }

    .img-box:hover img {
    	transform: scale(1.05);
    	-webkit-transform: scale(1.05);
    	-moz-transform: scale(1.05);
    	-o-transform: scale(1.05);
    }

    .p-ser-li .img-box {
    	height: 425px;
    }

    .p-ser-bd {
    	width: 100%;
    	padding: 20px 50px 35px;
    	background-color: #fff;
    	position: absolute;
    	left: 0;
    	right: 0;
    	bottom: -30px;
    	-webkit-transition: all .3s;
    	-moz-transition: all .3s;
    	-ms-transition: all .3s;
    	-o-transition: all .3s;
    	transition: all .3s;
    }

    .p-ser-bd h4 {
    	font-weight: 600;
    }

    .p-ser-bd h4 i {
    	color: rgba(14, 85, 164, 1);
    	font-size: 30px;
    	margin-right: 8px;
    	font-family: BarlowLight;
    }

    .p-ser-bd .en {
    	white-space: normal;
    	word-wrap: break-word;
    	word-break: break-all;
    	line-height: 1.4;
    	opacity: 0;
    	-webkit-transition: all .1s;
    	-moz-transition: all .1s;
    	-ms-transition: all .1s;
    	-o-transition: all .1s;
    	transition: all .1s;
    }

    .p-ser-li:hover {
    	transform: translate3d(0, -20px, 0);
    }

    .p-ser-li:hover .p-ser-bd {
    	background-color: rgba(14, 85, 164, 1);
    	color: #fff;
    	bottom: 0;
    }

    .p-ser-li:hover .p-ser-bd h4 i {
    	color: #3371ac;
    }

    .p-ser-li:hover .p-ser-bd .en {
    	opacity: 1;
    }

    /* page caselist */
    .page-case-list li {
    	width: 25%;
    	padding: 0 10px 20px;
    }

    .page-case-list li a {
    	display: block;
    	width: 100%;
    	box-shadow: 4px 5px 14px rgb(210 210 210 / 35%)
    }

    .page-case-list li .img-box {
    	height: 232px;
    }

    .page-case-list li .case-text {
    	width: 100%;
    	padding: 20px 22px 24px 22px;
    	background-color: #fff;
    }

    .page-case-list li .case-text h3 {
    	font-size: 20px;
    	color: #333;
    	line-height: 24px;
    	margin-bottom: 18px;
    }

    .page-case-list li .case-text p {
    	font-size: 16px;
    	color: #666;
    	line-height: 22px;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	display: -webkit-box;
    	-webkit-box-orient: vertical;
    	-webkit-line-clamp: 1;
    }

    /* page casedetail */
    .case-intro {
    	background-color: #fff;
    	margin-bottom: 30px;
    }

    .case-timg {
    	width: 45%;
    }

    .case-info {
    	width: 55%;
    	padding: 50px;
    }

    .case-info dl dd {
    	float: left;
    	width: 100%;
    	border-bottom: 1px solid #e5e5e5;
    	padding: 25px 0 15px 0;
    }

    .case-info dl dd h5 {
    	float: left;
    	width: 100%;
    	font-size: 16px;
    	color: #666666;
    	line-height: 26px;
    }

    .case-info dl dd h6 {
    	float: left;
    	width: 100%;
    	font-size: 18px;
    	color: #111111;
    	line-height: 28px;
    	margin-top: 10px;
    }

    .page-case-hot li {
    	width: 100%;
    	margin: 15px 0;
    }

    .page-case-hot li a {
    	display: block;
    	width: 100%;
    }

    .page-case-hot li .img-box {
    	height: 202px;
    }

    .page-case-hot li .case-text {
    	padding: 12px 20px;
    	background-color: #fff;
    }

    .page-case-hot li h4 {
    	font-size: 16px;
    	color: #111111;
    }

    /* page newslist */
    .page-news-list {
    	margin-top: 20px;
    }

    .page-news-list li {
    	width: 25%;
    	padding: 15px;
    }

    .page-news-list li a {
    	display: block;
    	background: #fff;
    	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .08);
    	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .08);
    	box-shadow: 0px 0px 10px rgba(0, 0, 0, .08);
    	transition: all 1s;
    	-webkit-transition: all 1s;
    	-ms-transition: all 1s;
    	-o-transition: all 1s;
    	-moz-transition: all 1s;
    	padding: 20px;
    }

    .page-news-list li h3 {
    	margin-top: 15px;
    	font-size: 18px;
    	color: #333;
    	text-overflow: ellipsis;
    	overflow: hidden;
    	white-space: nowrap;
    	margin-bottom: 10px;
    }

    .page-news-list li .page-news-img {
    	width: 100%;
    	height: 182px;
    	position: relative;
    	overflow: hidden;
    }

    .page-news-list li .page-news-img img {
    	display: block;
    	width: 100%;
    	height: 100%;
    	object-fit: cover
    }

    .page-news-list li .page-news-summary {
    	font-size: 13px;
    	color: #999;
    	line-height: 1.8;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	display: -webkit-box;
    	-webkit-line-clamp: 2;
    	-webkit-box-orient: vertical;
    }

    .page-news-list li .page-news-time {
    	margin-top: 15px;
    	border-top: solid 1px #ddd;
    	padding-top: 15px;
    	color: #333;
    	font-size: 14px;
    }

    .page-news-list li:hover a {
    	transform: translateY(-5px);
    	-webkit-transform: translateY(-5px);
    	-moz-transform: translateY(-5px);
    	-ms-transform: translateY(-5px);
    	-o-transform: translateY(-5px)
    }

    .page-news-list li:hover h3 {
    	color: #da251c
    }

    /*page news details*/
    .page-title {
    	font-size: 20px;
    	color: #000;
    	font-weight: bold
    }

    .page-info {
    	font-size: 12px;
    	color: #999;
    	padding: 10px 0;
    	border-bottom: dashed 1px #ddd;
    	margin-bottom: 30px;
    }

    .page-info span {
    	margin-left: 20px;
    }

    .page-text,
    .page-text p {
    	font-size: 14px;
    	line-height: 2;
    }

    .page-text img {
    	max-width: 100%;
    	height: auto !important
    }

    .page-case-left {
    	margin-bottom: 30px;
    	width: 75%;
    	background: #fff;
    	padding: 30px;
    }

    .page-case-12 {
    	width: 100%
    }

    .page-case-right {
    	width: 23%;
    	margin-bottom: 30px;
    	background: #fff;
    	padding: 15px;
    }

    .page-case-right h3 {
    	font-size: 24px;
    	color: #333;
    	font-weight: 800;
    }

    .page-case-right h3:after {
    	display: block;
    	width: 30px;
    	height: 1px;
    	background: #d81e06;
    	content: "";
    	margin-top: 10px;
    	margin-bottom: 15px;
    }

    .page-news-hot li {
    	padding: 8px 0
    }

    .page-news-hot li a {
    	display: block;
    	overflow: hidden;
    	line-height: 20px;
    	text-overflow: ellipsis;
    	white-space: nowrap;
    	font-size: 14px;
    	color: #000
    }

    .page-news-hot li i {
    	width: 20px;
    	height: 20px;
    	background: #ddd;
    	display: block;
    	float: left;
    	margin-right: 10px;
    	border-radius: 4px;
    	line-height: 20px;
    	text-align: center;
    	font-style: normal;
    	font-size: 12px;
    	color: #666;
    	font-family: SourceHanSerifCN
    }

    .page-news-hot li:hover a {
    	color: #d81e06
    }

    .page-news-hot li:first-child i {
    	background: #d80000;
    	color: #fff
    }

    .page-news-hot li:nth-child(2) i {
    	background: #d85600;
    	color: #fff
    }

    .page-news-hot li:nth-child(3) i {
    	background: #d88e00;
    	color: #fff
    }

    @media screen and (max-width: 1440px) {}

    @media screen and (max-width: 1366px) {}

    @media screen and (max-width: 1200px) {}

    @media screen and (max-width: 1024px) {}

    @media screen and (max-width:950px) {}

    @media screen and (max-width: 760px) {
    	.page-news-list li {
    		width: 100%;
    		padding: 0 0 15px;
    	}

    	.page-case-left {
    		width: 100%;
    		padding: 0 15px;
    	}

    	.page-case-right {
    		width: 100%;
    	}
    }

    /*page down list*/
    .page-down-list {}

    .page-down-list li {
    	width: 100%;
    	margin-bottom: 40px;
    	box-shadow: 4px 5px 21px rgba(210, 210, 210, 0.35);
    }

    .page-down-list li:hover {
    	background-color: #013e77;
    }

    .page-down-list li:last-child {
    	margin-bottom: 0;
    }

    .page-down-list li a {
    	display: block;
    	width: 100%;
    	overflow: hidden;
    	padding: 8px 0;
    }

    .page-down-list li a .con {
    	float: left;
    	padding: 13px 66px 13px 24px;
    	width: calc(100% - 230px);
    	width: -ms-calc(100% - 230px);
    	width: -o-calc(100% - 230px);
    	width: -moz-calc(100% - 230px);
    	width: -webkit-calc(100% - 230px);
    }

    .page-down-list li a .con .picbox {
    	width: 294px;
    	float: left;
    	height: 196px;
    	overflow: hidden;
    }

    .page-down-list li a .con .picbox .pic {
    	width: 100%;
    	height: 100%;
    	-webkit-transition: all 0.5s ease-out 0s;
    	-moz-transition: all 0.5s ease-out 0s;
    	-o-transition: all 0.5s ease-out 0s;
    	transition: all 0.5s ease-out 0s;
    	transition: -webkit-transform 2s;
    }

    .page-down-list li a:hover .con .picbox .pic {
    	transform: scale(1.05);
    	-webkit-transform: scale(1.05);
    	-moz-transform: scale(1.05);
    	-o-transform: scale(1.05);
    	-ms-transform: scale(1.05);
    }

    .page-down-list li a .con .wordsbox {
    	float: left;
    	height: 196px;
    	position: relative;
    	width: calc(100% - 294px);
    	width: -ms-calc(100% - 294px);
    	width: -o-calc(100% - 294px);
    	width: -moz-calc(100% - 294px);
    	width: -webkit-calc(100% - 294px);
    }

    .page-down-list li a .con .wordsbox .wboxs {
    	width: 100%;
    	position: absolute;
    	left: 0;
    	top: 50%;
    	padding-left: 68px;
    	transform: translate(0, -50%);
    	-ms-transform: translate(0, -50%);
    	-webkit-transform: translate(0, -50%);
    	-moz-transform: translate(0, -50%);
    	-o-transform: translate(0, -50%);
    }

    .page-down-list li a .con .wordsbox .wboxs .date {
    	font-size: 18px;
    	color: #666666;
    	line-height: 24px;
    	margin-bottom: 26px;
    }

    .page-down-list li:hover a .con .wordsbox .wboxs .date {
    	color: #fff;
    }

    .page-down-list li a .con .wordsbox .wboxs .date span {
    	font-size: 36px;
    }

    .page-down-list li a .con .wordsbox .wboxs h2 {
    	font-size: 20px;
    	color: #111111;
    	line-height: 24px;
    	margin-bottom: 22px;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	display: -webkit-box;
    	-webkit-box-orient: vertical;
    	-webkit-line-clamp: 1;
    }

    .page-down-list li:hover a .con .wordsbox .wboxs h2 {
    	color: #fff;
    }

    .page-down-list li a .con .wordsbox .wboxs .info {
    	font-size: 16px;
    	color: #666666;
    	line-height: 30px;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	display: -webkit-box;
    	-webkit-box-orient: vertical;
    	-webkit-line-clamp: 2;
    }

    .page-down-list li:hover a .con .wordsbox .wboxs .info {
    	color: #fff;
    }

    .page-down-list li a .icobox {
    	float: left;
    	width: 230px;
    	position: relative;
    	height: 222px;
    	border-left: 1px solid #e4e4e4;
    }

    .page-down-list li a:hover .icobox {
    	border-left: 1px solid #4e78a0;
    }

    .page-down-list li a .icobox .ico {
    	width: 39px;
    	height: 39px;
    	position: absolute;
    	left: 50%;
    	top: 50%;
    	transform: translate(-50%, -50%);
    	-ms-transform: translate(-50%, -50%);
    	-webkit-transform: translate(-50%, -50%);
    	-moz-transform: translate(-50%, -50%);
    	-o-transform: translate(-50%, -50%);
    }

    .page-down-list li a .icobox .ico.ico1 {
    	display: none;
    }

    .page-down-list li:hover a .icobox .ico.ico1 {
    	display: block;
    }

    .page-down-list li:hover a .icobox .ico.ico2 {
    	display: none;
    }

    /*page job*/
    .join_con {
    	position: relative;
    	background-color: #fff;
    	padding-bottom: 80px;
    }

    .join_nav {
    	width: 100%;
    	color: #000;
    	font-size: 14px;
    	text-align: left;
    	position: relative;
    	border-bottom: 1px solid #b2b2b2;
    	padding: 25px 4%;
    }

    .join_nav li {
    	display: inline-block;
    	opacity: .6;
    	padding: 0 20px;
    	cursor: pointer;
    }

    .join_nav li.on,
    .join_nav li:hover {
    	color: #e60012;
    	opacity: 1;
    }

    .join_nav li:nth-child(1) {
    	padding-left: 0;
    }

    .join_nav .mark {
    	position: absolute;
    	right: 4%;
    	top: 25px;
    }

    .join_list {
    	width: 100%;
    	padding: 0 30px;
    	text-align: left;
    	position: relative;
    }

    .join_list li {
    	width: 100%;
    	color: #000;
    	font-size: 12px;
    }

    .join_list li .li_con {
    	width: 100%;
    	border-bottom: 1px solid #e5e5e5;
    	position: relative;
    	padding: 30px 4%;
    	cursor: pointer;
    }

    .join_list li:nth-child(2n+2) .li_con {
    	background-color: #fcfcfc;
    }

    .join_list li .li_con:after {
    	content: '';
    	width: 0;
    	height: 0;
    	border-left: 5px solid transparent;
    	border-right: 5px solid transparent;
    	border-top: 8px solid #000;
    	border-bottom: none;
    	position: absolute;
    	right: 4%;
    	top: 32px;
    	/*transition: all .3s;*/
    }

    .join_list li:hover .li_con:after {
    	border-top: 8px solid red;
    }

    .join_list li.on .li_con:after {
    	border-left: 5px solid transparent;
    	border-right: 5px solid transparent;
    	border-bottom: 8px solid red;
    	border-top: none;
    }

    .join_list li .li_con b {
    	font-size: 16px;
    }

    .join_list li .li_con span {
    	float: right;
    	opacity: .6;
    	margin-right: 60px;
    }

    .join_list li .li_detail {
    	width: 100%;
    	color: #000;
    	font-size: 14px;
    	border-bottom: 1px solid #e5e5e5;
    	padding: 0 4% 80px;
    	display: none;
    }

    .join_list li .li_detail p {
    	line-height: 30px;
    }

    .join_list li .li_detail b {
    	font-weight: bold;
    }

    .li_detail_jy {
    	width: 100%;
    	border-bottom: 1px solid #e5e5e5;
    	padding: 35px 0;
    }

    .li_detail_jy p {
    	display: inline-block;
    	width: 36%;
    }

    .li_detail_jy p:nth-child(2),
    .li_detail_jy p:nth-child(5) {
    	width: 42%;
    }

    .li_detail_jy p:nth-child(3),
    .li_detail_jy p:nth-child(6) {
    	width: 20%;
    }

    .li_detail_jy p b {
    	margin-right: 10px;
    }

    .li_detail_xx {
    	width: 100%;
    	padding: 30px 0;
    }

    .li_detail_btn {
    	width: 250px;
    	height: 60px;
    	line-height: 60px;
    	color: #f3f3f3;
    	font-size: 18px;
    	text-align: center;
    	background-color: #222;
    	margin-left: 0;
    	cursor: pointer;
    }

    .li_detail_btn:hover {
    	background-color: #333;
    }

    .join_pop {
    	width: 100%;
    	height: 100%;
    	position: fixed;
    	left: 0;
    	top: 0;
    	z-index: 1000;
    	background-color: rgba(0, 0, 0, 0.85);
    	display: none;
    }

    .join_pop_box {
    	width: 1200px;
    	max-width: 90%;
    	max-height: 90%;
    	background-color: #fff;
    	position: relative;
    	top: 52%;
    	-webkit-transform: translateY(-50%);
    	-moz-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	-o-transform: translateY(-50%);
    	transform: translateY(-50%);
    	padding: 5% 0;
    }

    .join_pop_box_close {
    	position: absolute;
    	right: 0;
    	bottom: 100%;
    	z-index: 100;
    	background-color: #e60014;
    	padding: 5px;
    	cursor: pointer;
    }

    .join_pop_box_close i {
    	display: block;
    	color: #fff;
    	font-size: 40px;
    	transform: rotate(45deg);
    	cursor: pointer;
    }

    .join_pop_con {
    	width: 600px;
    	max-width: 100%;
    	height: 100%;
    }

    .section_title {
    	text-shadow: none;
    }

    .join_pop_put {
    	width: 100%;
    	position: relative;
    }

    .join_pop_put p {
    	width: 100%;
    	line-height: 40px;
    	text-align: left;
    	border-bottom: 1px solid #e5e5e5;
    	margin-bottom: 20px;
    }

    .join_pop_put p span {
    	display: block;
    }

    .join_pop_put p input {
    	display: block;
    	width: 100%;
    	line-height: 40px;
    	cursor: text;
    }

    .join_pop_put p select {
    	display: inline-block;
    	width: 45%;
    	line-height: 40px;
    	border: none;
    	cursor: pointer;
    }

    .join_pop_put p select.bm {
    	margin-right: 8%;
    }

    .join_pop_btn {
    	width: 250px;
    	height: 60px;
    	line-height: 60px;
    	color: #f3f3f3;
    	font-size: 18px;
    	text-align: center;
    	background-color: #222;
    	margin-left: 0;
    	margin-top: 50px;
    	cursor: pointer;
    }

    .join_pop_btn:hover {
    	background-color: #333;
    }

    .join_pop_em {
    	width: 100%;
    	text-align: left;
    	margin-top: 20px;
    }

    .join_pop_em span {
    	color: #d93a3a;
    }

    /* page jianlicalculator*/
    .page-calculator-cont {
    	background-color: #fff;
    	padding: 50px;
    }

    .item {
    	padding: 6px 20px;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    }

    .item label.itemname {
    	padding: 0 10px;
    	text-align: right;
    	font-size: 14px;
    	font-weight: 800;
    	min-width: 42%;
    	flex: 1 1 42%;
    }

    .item div.c-r {
    	min-width: 58%;
    	flex: 1 1 58%;
    }

    .item_a {
    	margin-top: 20px;
    	text-align: center;
    }

    .item_a .btn {
    	margin: 0 15px;
    	padding: 0 30px;
    	height: 42px;
    	border-radius: 55px !important;
    	background-color: rgba(14, 85, 164, 1);
    	color: #fff;
    	font-size: 16px;
    	border: none;
    }

    .slt {
    	border: 1px solid #ccc;
    	font-size: 14px;
    	height: 30px;
    	line-height: 24px;
    	padding: 2px 5px;
    	width: 120px;
    }

    .txt {
    	border: 1px solid #ccc;
    	font-size: 16px;
    	font-weight: 800;
    	height: 24px;
    	line-height: 24px;
    	margin-right: 5px;
    	padding: 2px 5px;
    }

    /* page contact */
    .contact {
    	width: 100%;
    	height: auto;
    	display: flex;
    	background-color: #fff;
    }

    .contact-block {
    	cursor: pointer;
    }

    .contact-address,
    .contact-telephone,
    .contact-email {
    	width: 33.33%;
    	height: 262px;
    	display: flex;
    	flex-wrap: wrap;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
    }

    .contact-block i {
    	font-size: 36px;
    	color: rgba(14, 85, 164, 1);
    }

    .addressmap {
    	width: 100%;
    	height: 368px;
    	background-color: #767676;
    }

    .contact-title {
    	font-size: 18px;
    	font-weight: 800;
    	color: rgba(14, 85, 164, 1);
    }

    .contact-list {
    	margin-top: 10px;
    }

    .contact-list p {
    	max-width: 100%;
    	font-size: 14px;
    	line-height: 1.6;
    }

    .BMap_bubble_title {
    	color: rgba(14, 85, 164, 1);
    	font-size: 16px;
    	font-weight: 800;
    }

    /* .contact-block.active,
    .contact-block:hover {
    	background-color: rgba(14, 85, 164, 1) !important;
    	color: #fff !important;
    	animation: swim 0.5s;
    } */

    /* .contact-block.active i,
    .contact-block.active .contact-title,
    .contact-block.active .contact-list a,
    .contact-block:hover i,
    .contact-block:hover .contact-title,
    .contact-block:hover .contact-list a {
    	color: #fff !important;
    } */

    /* pages 分页  */
    .pages {
    	margin-top: 40px;
    	margin-bottom: 30px;
    	text-align: center;
    }

    .pages b,
    .page-this {
    	display: inline-block;
    	background: rgba(14, 85, 164, 1);
    	padding: 0 15px;
    	font-size: 14px;
    	color: #fff;
    	line-height: 40px;
    	font-weight: 400;
    	margin: 0 5px;
    }

    .pages a,
    .page-end,
    .page-start {
    	display: inline-block;
    	background: #efefef;
    	padding: 0 15px;
    	font-size: 12px;
    	color: #666;
    	height: 40px;
    	line-height: 40px;
    }

    .pages a:hover,
    .pages b {
    	background: rgba(14, 85, 164, 1);
    	color: #fff;
    }

    .pages a,
    .pages b,
    .page-end,
    .page-start,
    .page-this {
    	line-height: 40px
    }

    /*page next*/
    .page-next {
    	margin-top: 20px;
    	border-top: dashed 1px #ddd;
    	padding-top: 15px;
    }

    .page-next p {
    	font-size: 14px;
    	line-height: 30px;
    	color: #999
    }

    .page-next p a {
    	color: #999
    }

    .page-next p:hover,
    .page-next p:hover a {
    	color: rgba(14, 85, 164, 1);
    	font-weight: bold
    }

    @media screen and (max-width: 1440px) {}

    @media screen and (max-width: 1366px) {}

    @media screen and (max-width: 1200px) {}

    @media screen and (max-width: 1024px) {}

    @media screen and (max-width:950px) {}

    @media screen and (max-width: 760px) {
    	.book {
    		width: 100%;
    	}
    }

    /*footer*/
    .footer {
    	width: 100%;
    	color: rgba(255, 255, 255, .72);
    	background: url(../images/bg2.jpg) no-repeat center 0 #002d57;
    	background-size: cover;
    }

    .bottom {
    	padding: 60px 0 80px;
    }

    .f-left {
    	width: 30%;
    }

    .flogo {
    	margin-bottom: 40px;
    }

    .f-contact-div {
    	flex-direction: row;
    	align-items: center;
    	margin: 15px 0;
    	flex-wrap: wrap;
    }

    .f-contact-div i {
    	width: 36px;
    	height: 36px;
    	text-align: center;
    	line-height: 36px;
    	font-size: 18px;
    	border: 1px solid rgba(255, 255, 255, .32);
    	border-radius: 50%;
    	margin-right: 12px;
    }

    .f-contact-div p {
    	padding-right: 30px;
    }

    .f-contact-div strong {
    	width: 100%;
    	display: block;
    	font-size: 20px;
    	font-weight: 800;
    	color: #fff;
    	line-height: 1;
    }

    .f-menu {
    	flex-direction: row;
    }

    .f-menu dl {
    	margin-right: 68px;
    }

    .f-menu dl dt {
    	font-size: 18px;
    	line-height: 2;
    	color: #fff;
    	position: relative;
    	padding-bottom: 10px;
    	margin-bottom: 10px;
    }

    .f-menu dl dt::after {
    	content: "";
    	width: 26px;
    	height: 2px;
    	background-color: #fff;
    	position: absolute;
    	left: 0;
    	bottom: 0;
    }

    .f-menu dl dd {
    	font-size: 14px;
    	line-height: 1.8;
    }

    .f-menu dl dd a {
    	color: rgba(255, 255, 255, .68);
    }

    .f-weixin {
    	width: 10%;
    	text-align: center;
    }

    .footer-copy {
    	background: #002d57;
    	padding: 25px 0;
    	position: relative;
    	font-size: 14px;
    	color: rgba(255, 255, 255, .56)
    }

    .footer-copy i {
    	position: absolute;
    	left: 50%;
    	top: -50px;
    	width: 140px;
    	height: 50px;
    	background: url(../images/backg_4.png) no-repeat top center;
    	content: "";
    	margin-left: -70px;
    	cursor: pointer
    }

    .footer-copy a {
    	color: rgba(255, 255, 255, .56)
    }

    /*
    .backTop {
      position: fixed;
      z-index: 10;
      right: 50px;
      bottom: -100px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      text-align: center;
      background-color: #fff;
      background-position: center center;
      background-repeat: no-repeat;
      box-shadow: 0 0 20px rgba(0, 0, 0, .2);
      cursor: pointer;
      line-height: 50px;
      font-size: 24px;
      color: #1f2329;
    }
    .backTop.active {
      bottom: 50px;
    }
*/
    @media screen and (max-width: 1440px) {}

    @media screen and (max-width: 1366px) {}

    @media screen and (max-width: 1200px) {}

    @media screen and (max-width: 1024px) {
    	.f-menu {
    		width: 38.625%
    	}

    	.footer-nav-list {
    		display: none
    	}

    	.footer-tel dd {
    		width: 100% !important;
    		float: none;
    	}

    	.footer-form {
    		width: 41.72%
    	}

    	.footer-form h3 {
    		font-size: 1.8rem
    	}

    	.footer-form h3 span {
    		font-size: 1.2rem
    	}
    }

    @media screen and (max-width:992px) {
    	.footer-top {
    		padding: 30px 0 85px
    	}

    	.f-menu {
    		width: 70%
    	}

    	.f-weixin {
    		margin-left: auto;
    		width: 30%
    	}

    	.footer-form {
    		width: 100%;
    	}

    	.footer-form h3 {
    		font-size: 1.4rem
    	}
    }

    @media screen and (max-width: 760px) {
    	.pages {
    		margin: 20px auto;
    	}

    	.footer {
    		margin-top: 0;
    	}

    	.bottom {
    		padding: 20px 0 40px;
    	}

    	.f-left {
    		width: 100%;
    		float: none;
    		padding: 0 15px;
    	}

    	.flogo {
    		margin-bottom: 30px;
    		text-align: center;
    	}

    	.flogo img {
    		width: 50%;
    	}

    	.f-contact-div {
    		width: 100%;
    		justify-content: flex-start;
    	}

    	.f-contact-div p {
    		width: 86%;
    		padding-right: 0;
    		font-size: 12px;
    	}

    	.f-menu {
    		width: 100%;
    		padding: 0 20px 20px;
    		margin-bottom: 20px;
    		flex-direction: column;
    		display: none;
    	}

    	.footer-tel {
    		font-size: 1.2rem
    	}

    	.footer-form-list li {
    		padding: 0
    	}

    	.f-weixin {
    		width: 100%
    	}

    	.footer-copy i {
    		top: -32px;
    		height: 32px;
    		background-size: contain;
    	}

    	.footer-copy {
    		font-size: 12px;
    		padding: 10px 0;
    		line-height: 1.8
    	}

    	.backTop {
    		width: 38px;
    		height: 38px;
    		line-height: 36px;
    		font-size: 14pt;
    		right: 30px;
    	}

    	.backTop.active {
    		bottom: 30px;
    	}
    }

    .box_d_mb {
    	margin: 10px;
    }

    .box_d_mb h4 {
    	font-size: 16px;
    	font-family: "微软雅黑";
    	line-height: 30px;
    	color: #333333;
    	padding-bottom: 10px;
    }

    .text {
    	border: 1px solid #ccc;
    	line-height: 24px;
    	padding: 10px;
    	color: #333;
    	font-size: 14px;
    }

    .text p {
    	border-bottom: 1px dashed #ccc;
    	margin: 10px 0;
    	line-height: 24px;
    }

    .red {
    	color: rgba(14, 85, 164, 1);
    	font-weight: 800;
    	margin-left: 5px;
    }

    .box_d_mc {
    	line-height: 24px;
    	margin: 20px 10px;
    	color: #333;
    }

    .table_a {
    	width: 100px;
    	border-bottom: 1px solid #ccc;
    	border-right: 1px solid #ccc;
    	font-size: 14px;
    	text-align: center;
    	font-weight: 800;
    	line-height: 24px;
    }

    .table_b {
    	width: 360px;
    	border-bottom: 1px solid #ccc;
    	border-right: 1px solid #ccc;
    	font-size: 14px;
    	text-align: center;
    	font-weight: 800;
    	line-height: 24px;
    }

    .table_c {
    	width: 120px;
    	border-bottom: 1px solid #ccc;
    	border-right: 1px solid #ccc;
    	font-size: 14px;
    	text-align: center;
    	font-weight: 800;
    	line-height: 24px;
    }

    .table_d {
    	width: 120px;
    	border-bottom: 1px solid #ccc;
    	border-right: 1px solid #ccc;
    	font-size: 14px;
    	text-align: center;
    	font-weight: 800;
    	line-height: 24px;
    }

    .table_e {
    	border-bottom: 1px solid #ccc;
    	border-right: 1px solid #ccc;
    	line-height: 24px;
    	padding: 5px 10px;
    }

    .table_f {
    	border-bottom: 1px solid #ccc;
    	border-right: 1px solid #ccc;
    	line-height: 24px;
    	text-align: center;
    }

    .table_g {
    	border-bottom: 1px solid #ccc;
    	border-right: 1px solid #ccc;
    	line-height: 24px;
    	padding-left: 10px;
    	width: 600px;
    }

    .box_d_md {
    	width: 500px;
    	border: 1px solid #ccc;
    	margin: 10px;
    	left: 50%;
    	top: 50%;
    	transform: translate(-50%, -50%)
    }

    .box_d_md h2,
    .box_d_mf h2,
    .box_d_mg h2 {
    	background: #006699;
    	height: 32px;
    	line-height: 32px;
    	font-size: 16px;
    	font-family: "微软雅黑";
    	margin: 1px 1px 10px 1px;
    	color: #fff;
    	padding-left: 10px;
    	position: relative;
    }

    .box_d_md h2 a,
    .box_d_mf h2 a,
    .box_d_mg h2 a {
    	color: #FFFFFF;
    	font-size: 12px;
    	position: absolute;
    	right: 5px;
    	top: 0;
    }

    .item span.sel a {
    	color: #006699;
    	cursor: pointer;
    	text-decoration: underline;
    }

    .box_d_md dl,
    .box_d_mf dl {
    	padding: 0 10px;
    }

    .md_1 {
    	background: #009999;
    }

    .md_2 {
    	background: #b2d1e0;
    	cursor: pointer;
    }

    .box_d_md dl dt,
    .box_d_mf dl dt {
    	line-height: 30px;
    	padding-left: 10px;
    	font-size: 16px;
    	font-weight: 800;
    	color: #333;
    	margin-bottom: 2px;
    }

    .box_d_md dd,
    .box_d_mf dd {
    	line-height: 24px;
    	padding-left: 10px;
    	margin-bottom: 2px;
    	position: relative;
    }

    .show_on {
    	background: #ccc;
    }

    .show {
    	background: #e8e8e8;
    	cursor: pointer;
    }

    .num {
    	position: absolute;
    	right: 10px;
    }

    .btndiv {
    	margin: 10px 0 10px 175px;
    }

    .btndiv_a {
    	margin: 10px 0 10px 80px;
    }

    .btndiv_b {
    	margin: 10px 0 10px 240px;
    }

    .btndiv_c {
    	margin: 20px 0 10px 130px;
    }

    .box_d_mf {
    	width: 620px;
    	border: 1px solid #ccc;
    	margin: 10px;
    	left: 50%;
    	top: 50%;
    	transform: translate(-50%, -50%)
    }

    .box_d_mg {
    	width: 300px;
    	border: 1px solid #ccc;
    	margin: 10px;
    	left: 50%;
    	top: 50%;
    	transform: translate(-50%, -50%)
    }

    .box_d_list {
    	padding: 0 10px 10px;
    }

    .box_d_list li {
    	height: 24px;
    	line-height: 24px;
    }

    .box_d_list label {
    	vertical-align: center;
    	height: 24px;
    }

    .fzli span.jbspan {
    	background: none repeat scroll 0 0 #6699CC;
    	float: left;
    	margin-right: 5px;
    	text-align: center;
    	width: 65px;
    }

    .box_fz_list {
    	padding: 0 10px;
    }

    .box_fz_list h3 {
    	background: #b2d1e0;
    	line-height: 30px;
    	padding-left: 10px;
    	font-size: 16px;
    	color: #333;
    	margin-bottom: 3px;
    }

    .fz_show {
    	background: #ccc;
    	clear: both;
    	overflow: hidden;
    	line-height: 24px;
    	padding-left: 20px;
    	margin-bottom: 2px;
    }

    .fz_show h4 {
    	float: left;
    	margin-right: 10px;
    }

    .fz_show span.show_a {
    	height: 22px;
    	line-height: 22px;
    	margin-top: 1px;
    	background: #abd9c5;
    	float: left;
    	margin-right: 5px;
    	text-align: center;
    	width: 65px;
    }

    .fz_show span.show_a:hover {
    	background: #cccc99;
    }

    .box_p {
    	width: 400px;
    	line-height: 22px;
    	background: url(../images/icon_h.gif) no-repeat 5px 15px;
    	padding: 10px 10px 10px 50px;
    	border: 1px solid #ccc;
    	margin: 10px;
    }

    .n_box4_f {
    	background: url(../images/rc_img.jpg) no-repeat scroll 0 0;
    	height: 55px;
    	line-height: 55px;
    	padding-left: 70px;
    }

    /*right-fixed*/
    #right-fixed {
    	position: fixed;
    	right: 0;
    	top: 50%;
    	transform: translateY(-50%);
    	-webkit-transform: translateY(-50%);
    	-moz-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	z-index: 10;
    }

    .right-fixed-item {
    	width: 70px;
    	height: 74px;
    	color: rgba(14, 85, 164, 1);
    	background-color: #fff;
    	padding: 10px;
    	margin-bottom: 10px;
    	position: relative;
    	box-shadow: 0 0 10px rgb(0 0 0 / 17%);
    	border-radius: 10px 0 0 10px;
    }

    .right-fixed-logo {
    	border-radius: 6px 6px 0 0;
    	overflow: hidden;
    	background: #0145a4;
    	height: 70px;
    }

    .right-fixed-item:last-child {
    	overflow: hidden;
    }

    .right-fixed-block {
    	height: 100%;
    	cursor: pointer;
    	position: relative;
    	z-index: 3;
    	justify-content: center;
    	align-items: center
    }

    .right-fixed-block i {
    	font-size: 24px;
    	color: rgba(14, 85, 164, 1);
    	line-height: 1.2
    }

    .right-fixed-block span {
    	color: #999;
    	font-size: 12px;
    }

    .right-fixed-item:last-child .right-fixed-block {
    	border: none
    }

    .right-fixed-code {
    	position: absolute;
    	right: 80px;
    	display: none;
    	width: 130px;
    	padding: 15px 15px 10px;
    	top: 0;
    	visibility: hidden;
    	transition: all .8s;
    	-webkit-transition: all .8s;
    	-moz-transition: all .3s;
    	-ms-transition: all .3s;
    	z-index: 1;
    	background: #fff;
    	text-align: center
    }

    .right-fixed-code img {
    	max-width: 100%
    }

    .right-fixed-code p {
    	line-height: 2;
    	font-size: 14px;
    	color: #333;
    }

    .right-fixed-contact {
    	display: none;
    	position: absolute;
    	right: 80px;
    	background: #fff;
    	border-radius: 6px;
    	top: 0;
    	width: 252px;
    	text-align: left;
    	transition: all .8s;
    	-webkit-transition: all .8s;
    	-moz-transition: all .2s;
    	-ms-transition: all .2s;
    	z-index: 1;
    	box-shadow: 0 0 5px rgba(0, 0, 0, .2)
    }

    .right-fixed-contact-text {
    	flex-direction: row;
    	align-items: center;
    	padding: 10px 15px;
    	border-radius: 6px 6px 0 0;
    }

    .right-fixed-contact-text dt i {
    	font-size: 24px;
    	color: rgba(14, 85, 164, 1);
    	margin-bottom: 0;
    	padding-right: 10px
    }

    .right-fixed-contact-text dd {
    	font-size: 14px;
    	color: rgba(14, 85, 164, 1);
    	line-height: 1.6;
    }

    .right-fixed-contact-text dd strong {
    	display: block;
    	font-size: 15px;
    	font-weight: 600;
    	color: #999
    }

    .right-fixed-contact-text:last-child {
    	border-radius: 0 0 6px 6px;
    }

    .right-fixed-item:hover {
    	background-color: rgba(14, 85, 164, 1)
    }

    .right-fixed-item:hover i,
    .right-fixed-item:hover span {
    	color: #fff
    }

    .right-fixed-item:hover .right-fixed-code {
    	display: block;
    	visibility: visible;
    }

    .right-fixed-item:hover .right-fixed-contact {
    	display: block
    }

    .right-fixed-item:hover .right-fixed-contact-text i {
    	color: rgba(14, 85, 164, 1);
    }

    .right-fixed-contact-text:hover {
    	background-color: rgba(14, 85, 164, 1);
    	color: #fff
    }

    .right-fixed-item:hover .right-fixed-contact-text:hover dt i,
    .right-fixed-item:hover .right-fixed-contact-text:hover dd,
    .right-fixed-item:hover .right-fixed-contact-text:hover dd strong {
    	color: #fff
    }

    @media(max-width: 760px) {
    	#right-fixed {
    		bottom: 10%;
    		top: auto;
    		display: none
    	}

    	.right-fixed-item {
    		width: 30px;
    		height: 30px;
    	}

    	.right-fixed-block i {
    		font-size: 1.4rem
    	}

    	.right-fixed-block span {
    		display: none
    	}

    	.right-fixed-code {
    		width: 200px;
    	}

    	.right-fixed-contact {
    		padding: 10px;
    		width: 210px;
    		top: auto;
    		bottom: 0
    	}

    	.right-fixed-contact dl dt {
    		font-size: 1.2rem
    	}

    	.right-fixed-contact dl dd {
    		line-height: 20px;
    	}

    	.right-fixed-item:hover .right-fixed-code {
    		right: 30px
    	}

    	.right-fixed-item:hover .right-fixed-contact {
    		right: 30px
    	}
    }

    /*fixbar*/
    /*footer button*/
    #fixbar {
    	background: rgba(14, 85, 164, 1);
    }

    #fixbar a {
    	border-right-color: #0c498d;
    	border-left-color: #1063bf
    }

    .navbar-bottom {
    	background: #398dee;
    	left: 0;
    	bottom: 0;
    	width: 100%;
    	height: 60px;
    	box-shadow: 0 0 10px rgba(9, 94, 193, .5)
    }

    .navbar-bottom a {
    	border-left: solid 1px #086ee4;
    	height: 100%;
    	border-right: solid 1px #5fa2ef;
    	text-align: center
    }

    .navbar-bottom a i {
    	display: block;
    	line-height: 36px;
    	font-size: 2.2rem;
    	color: #fff
    }

    .navbar-bottom a:nth-child(2) i {
    	font-size: 2.8rem;
    }

    .navbar-bottom a span {
    	font-size: 1.3rem;
    	line-height: 20px;
    	color: #fff
    }

    /* ----解决方案------ */
    .jiejue {
    	position: relative;
    }

    .jiejue p {
    	top: 50%;
    	left: 50%;
    	color: #fff;
    	font-size: 40px;
    	z-index: 10;
    	position: absolute;
    	transform: translate(-50%, -50%);
    }

    .jiejue img {
    	display: block;
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
    }

    .sectionUl {
    	display: flex;
    	justify-content: space-between;
    	flex-wrap: wrap;
    	margin-top: 5%;
    }

    .banner-text-box ul li {
    	margin-right: 2.5%;
    	width: 48.75%;
    	height: 100%;
    	transition: all ease-out 0.3s;
    	margin-bottom: 2.5%;
    }

    .banner-text-box ul li:nth-child(2n) {
    	margin-right: 0;

    }

    .ideaImg {
    	width: 100%;
    	height: 437px;
    	position: relative;
    }

    .ideaImg img {
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
    	top: 0;

    }

    .banner-text-box ul li .ideaImg::before {
    	content: '';
    	width: 100%;
    	height: 100%;
    	top: 0;
    	z-index: 2;
    	background: rgba(0, 0, 0, 0.3);
    	opacity: 0;
    	transition: all ease-out 0.3s;
    	position: absolute;
    }

    .banner-text-box ul li:hover {
    	transform: translateY(-10px);
    }

    .banner-text-box ul li:hover .font2 {
    	color: #666;
    }

    .banner-text-box ul li:hover .ideaImg::before {
    	opacity: 1;
    }


    .fz_title {
    	line-height: 1;
    	color: #333;
    	padding: 20px 0;
    	font-size: 3rem;
    }




    .tbox {
    	width: 100%;
    	background: #f8f8f8;
    	padding-left: 20px;
    	padding-bottom: 5%;
    }

    .tbox::after {
    	position: relative;
    }

    .tbox::after {
    	content: '';
    	width: 0;
    	height: 2px;
    	background: #003686;
    	position: absolute;
    	left: 0%;
    	bottom: 0;
    	transition: all ease-out 0.3s;
    }

    .banner-text-box ul li:hover .tbox::after {
    	width: 100%;
    }

    .banner-text-box ul li:hover .know div {
    	margin-left: 20px;
    	transition: all 0.3s linear;
    }



    .font2 {
    	width: 80%;
    	color: #666;
    	font-size: 1.6rem;
    	line-height: 30px;
    	display: -webkit-box;
    	-webkit-box-orient: vertical;
    	-webkit-line-clamp: 2;
    	overflow: hidden;
    }

    .know {
    	display: flex;
    	font-size: 12px;
    	margin-top: 5%;
		filter: grayscale(100);
		-webkit-filter: grayscale(100);
    }

    .know span {
    	display: inline-flex;
    	height: 36px;
    	align-items: center;
    	color: #3971ad;
    }

    .know div {
    	width: 15px;
    	height: 15px;
    	border-radius: 20px;
    	color: #fff;
    	margin-left: 8px;
    	background: #3971ad;
    	text-align: center;
    	line-height: 12px;
    	align-self: center;
    }




    /* 行业应用 */
    .hyyyBanner-box {
    	width: 100%;
    }

    .hyyyBanner-box li {
    	width: 100%;
    	height: 240px;
    	background: #f8f8f8;
    	display: flex;
    	margin: 3% 0;
    }

    .hyyyContainer li img {
    	width: 30%;
    	height: 100%;
    	overflow: hidden;
    	object-fit: cover;
    }

    .hyyyBox {
    	width: 80%;
    	height: 100%;
    }

    .hyyyBox p {
    	padding-left: 5%;
    	width: 80%;
    }

    .hyF24 {
    	width: 100%;
    	font-size: 2.7rem;
    	font-weight: bold;
    	margin-top: 4%;
    	margin-bottom: 2%;
    }

    .hyF16 {
    	width: 80%;
    	font-size: 1.6rem;
    	color: #777;
    	height: 45px;
    	display: -webkit-box;
    	/* 对象作为弹性伸缩盒子模型显示 */
    	overflow: hidden;
    	-webkit-box-orient: vertical;
    	/* 设置伸缩盒子对象的子元素的排列方式 */
    	-webkit-line-clamp: 2;
    	/* 设置块元素包含的文本行数 */
    }

    @media screen and (max-width: 1920px) {
    	body {
    		min-width: auto;
    	}


    }

    @media screen and (max-width: 1400px) {
    	body {
    		min-width: auto;
    	}

    	.sectionUl {
    		padding: 0 12.5%;
    	}

    	.hyyyBanner-box li {
    		width: 100%;
    		height: 200px;
    	}

    	.font2 {
    		font-size: 1.4rem;
    	}
    }

    @media screen and (max-width: 1330px) {
    	body {
    		min-width: auto;
    	}

    	,
    	.font2 {
    		font-size: 1.4rem;
    	}
    }

    @media screen and (max-width: 1250px) {
    	body {
    		min-width: auto;
    	}

    }

    @media screen and (max-width: 900px) {
    	body {
    		min-width: auto;
    	}

    	.banner-text-box ul li .ideaImg {
    		height: 240px;
    	}

    	.hyyyBanner-box li {
    		width: 100%;
    		height: 170px;

    	}


    }

    @media screen and (max-width:767px) {
    	body {
    		min-width: auto;
    	}

    	.jiejue p {
    		display: none;
    	}

    	.sectionUl {
    		width: 90%;
    		margin: 20px auto;
			padding: 0 15px;
    	}

    	.banner-text-box ul li {
    		width: 100%;
    		margin: 0 0 5%;
    		justify-content: center;
    	}

    	.hyyyBanner-box ul li {
    		width: 90%;
    		height: 100%;
    		display: block;
    		margin: 3% auto;
    	}

    	.hyyyBanner-box li img {
    		width: 90%;
    		height: 260px;
    		object-fit: contain;
    	}

    	.hyyyBox {
    		margin-bottom: 5%;
    	}

    	.fz_title {
    		font-size: 2.4rem;
    	}

    	.font2 {
    		font-size: 2rem;
    	}
    }

    @media screen and (max-width: 520px) {
    	body {
    		min-width: 320px;
    	}

    	.banner-text-box ul li .ideaImg {
    		height: 200px;
    	}

    	.hyyyBanner-box ul li img {
    		width: 90%;
    		height: 200px;
    		display: block;
    		margin: 3% auto;
    	}

    	.font2 {
    		font-size: 1.6rem;
    	}
    }