html,
body {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
	overflow-x: hidden;
	position: relative;
}

body {
	overflow: hidden;
	z-index: -9;
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

ol li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	color: inherit;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.imgDiv {
	overflow: hidden;
	text-align: center;
}

img {
	max-width: 100%;
}

input:focus,
button:focus,
textarea:focus {
	outline: none;
}

p,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}

.ovh {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ovh3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.ease05 {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.bgf5f5f5 {
	background: #f5f5f5;
	transition: 0.4s;
}


/*******/


/*首页头部导航*/

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	height: 100px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

header .logo a {
	height: 100px;
	position: relative;
	z-index: 99;
	display: flex;
	justify-content: center;
	align-items: center;
}

header .logo a img {
	max-height: 50px;
}

header .rightDiv .menu {
	text-align: right;
	height: 100px;
}

header .rightDiv .menu>ul {
	display: inline-block !important;
}

header .rightDiv .menu>ul>li {
	float: left;
	padding: 0 30px;
}

header .rightDiv .menu>ul>li.on {
	background: #02509b;
}

header .rightDiv .menu>ul>li>a {
	line-height: 100px;
	text-align: center;
	display: block;
	position: relative;
	font-size: 16px;
}

header .rightDiv .menu>ul>li:hover>a {
	color: #02509b;
}

header .rightDiv .menu>ul>li.on>a {
	color: #fff;
}

header .rightDiv .menu>ul>li.on>a::after,
header .rightDiv .menu>ul>li:hover>a::after {
	width: 100%;
	transition: .5s;
}

header .header-container {
	position: relative;
}

.menu ul ul {
	position: absolute;
	top: 100px;
	left: -100%;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
	padding: 22px 0;
	background: rgba(255, 255, 255, 0.85);
	width: 100%;
	font-size: 16px;
	display: flex;
	justify-content: center;
}

.menu ul li:hover>ul {
	left: 0;
	overflow: hidden;
}

.menu ul ul li {
	float: left;
	padding: 0 34px;
}

.menu ul ul li:hover {
	color: #02509B;
	font-weight: bold;
}

header .mbtn {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(../img/menu.svg) no-repeat center center;
	background-size: 18px auto;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}

header .mbtn:active {
	opacity: .8;
}

body.on-menu header .mbtn {
	background: url(../img/close.svg) no-repeat center center;
	background-size: 18px auto;
}


/* banner */

.index-banner {
	width: 100%;
	position: relative;
}

.ui-homebanner .swiper-slide {
	overflow: hidden;
	position: relative;
}

.ui-homebanner .swiper-slide .img {
	width: 100%;
	display: block;
	height: 800px;
	background: none no-repeat center;
	background-size: cover;
	margin-top: 100px;
}

.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets {
	position: absolute;
	bottom: 20px;
}

.ui-homebanner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
	opacity: 1;
	transition: 0.5s;
}

.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;
}

.ui-homebanner .swiper-pagination-bullet-active {
	width: 30px;
	transition: 0.5s;
}


/*底部*/

footer {
	background: #02509b;
	color: #fff;
}

footer .upper ul {
	overflow: hidden;
	margin: 0 -130px;
	display: flex;
	justify-content: space-between;
	padding: 75px 0 45px;
}

footer .upper ul li {
	float: left;
	padding: 0 130px;
}

footer .upper ul li h4 {
	font-size: 24px;
	margin-bottom: 35px;
}

footer .upper ul li a,
footer .upper ul li p {
	display: block;
	font-size: 16px;
	margin: 5px 0;
}

footer .below {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	padding: 15px 0;
}

footer .below strong {
	font-size: 24px;
	margin-right: 35px;
}

footer .links {
	display: flex;
	align-items: center;
}

footer .links a {
	float: left;
}

footer .links .icon {
	display: block;
	position: relative;
	border-radius: 50%;
	margin: 0 12px;
	width: 40px;
	height: 40px;
	transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

footer .links .tooltip {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
	color: #ffffff;
	padding: 5px 8px;
	border-radius: 5px;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

footer .links .icon:hover .tooltip {
	bottom: 50px;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

footer .links .icon:hover span,
footer .links .icon:hover .tooltip {
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

footer .links .icon:hover .tooltip,
footer .links .icon:hover .tooltip::before {
	background: #fff;
	color: #02509b;
}

footer .links .weixin img {
	max-width: 90px;
}

footer .links .linkedin {
	background: url(../img/linkedin.svg) #fff center center no-repeat;
	background-size: 18px;
}

footer .links .facebook {
	background: url(../img/facebook.svg) #fff center center no-repeat;
	background-size: 18px;
}

footer .links .instagram {
	background: url(../img/instgram.svg) #fff center center no-repeat;
	background-size: 18px;
}

footer .links .weixin {
	background: url(../img/weixin.svg) #fff center center no-repeat;
	background-size: 18px;
}

footer .links .twitter {
	background: url(../img/twitter.svg) #fff center center no-repeat;
	background-size: 18px;
}

footer .links .youtube {
	background: url(../img/you-tube.svg) #fff center center no-repeat;
	background-size: 18px;
}

footer .copyright {
	margin-top: 10px;
}


/*留言*/

.message {
	position: fixed;
	left: 0;
	bottom: 50px;
	border-radius: 0 15px 15px 0;
	overflow: hidden;
	width: 250px;
	z-index: 999;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.message .upper {
	position: relative;
	background: #02509B;
	color: #fff;
	text-align: center;
	line-height: 55px;
	font-size: 18px;
}

.message.down .upper {
	background: #f38138;
}

.message .upper .m-btn {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 18px;
	right: 13px;
	cursor: pointer;
}

.message .upper .m-btn .wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
}

.message .upper .m-btn .heng {
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	margin-top: -1px;
}

.message .upper .m-btn .zong {
	height: 100%;
	width: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -1px;
}

.message .below {
	background: #f5f5f5;
	padding: 15px 20px;
}

.message .below p {
	font-size: 16px;
	color: #7d7d7d;
	border-bottom: 1px solid #bfc0c0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.message textarea,
.message input,
.message button {
	width: 100%;
	border: none;
	margin: 5px 0;
	height: 28px;
	border-radius: 5px;
}

.message textarea {
	height: 90px;
	padding: 10px;
}

.message input {
	padding-left: 30px;
}

.message button {
	background: #02509B;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}


/*首页*/

.indexDiv {
	padding: 80px 0;
}

.title {
	font-size: 32px;
	text-align: center;
	position: relative;
	color: #02509b;
	margin-bottom: 50px;
	padding-top: 20px;
	font-weight: bold;
}

.title::before {
	content: "";
	width: 40px;
	height: 2px;
	background: #02509B;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.indexDiv a.more {
	display: block;
	color: #777;
	font-size: 12px;
	width: 135px;
	text-align: center;
	line-height: 42px;
	border-radius: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	background: linear-gradient(90deg, #02509B, #02509B) no-repeat;
	background-size: 0 100%;
}

.indexDiv a.more:hover {
	background-size: 100% 100%;
	color: #fff;
	border: 1px solid #02509B;
}


/***天汉供应链***/

.indexDiv1 {
	padding: 80px 0 30px;
}

.indexDiv1 .title,
.indexDiv5 .title {
	text-align: left;
}

.indexDiv1 .title::before,
.indexDiv5 .title::before {
	left: 0;
	transform: translateX(0);
}

.indexDiv1 .text {
	width: 62.5%;
	padding-right: 30px;
}

.indexDiv1 .text p {
	text-indent: 2em;
	line-height: 30px;
}

.indexDiv1 .text ul {
	/*width: 50%;*/
	overflow: hidden;
	margin: 30px 0;
}

.indexDiv1 .text li {
	list-style-type: disc;
	font-size: 16px;
	margin-left: 20px;
	float: left;
	min-width: 170px;
	line-height: 34px;
}

.indexDiv1 .content {
	position: relative;
}

.indexDiv1 .imgDiv {
	position: absolute;
	left: 62.5%;
	width: 748px;
}


/***服务项目****/

.indexDiv2 {
	background: #f8f8f8;
}

.indexDiv2 .main .tab {
	width: 220px;
	background: #fff;
	border-radius: 5px;
	padding: 25px 0;
}

.indexDiv2 .main .tab a {
	display: block;
	margin: 15px 20px;
	width: 100%;
	font-size: 20px;
	position: relative;
	padding: 5px 0;
}

.indexDiv2 .main .tab a.on,
.indexDiv2 .main .tab a:hover {
	background: #02509B;
	color: #fff;
	border-radius: 5px 0 0 5px;
	padding-left: 20px;
}

.indexDiv2 .main .content {
	width: calc(100% - 235px);
	box-shadow: 4px 0 18px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.indexDiv2 .main .content .imgDiv {
	width: 46%;
	position: absolute;
	height: 100%;
}

.indexDiv2 .main .content .imgDiv img {
	height: 100%;
	object-fit: cover;
}

.indexDiv2 .main .content .text {
	width: 54%;
	padding: 55px 40px;
	min-height: 395px;
	float: right;
	position: relative;
}

.indexDiv2 .more {
	position: absolute;
	bottom: 55px;
}

.indexDiv2 .main .content .text h4 {
	font-size: 24px;
	color: #02509B;
}

.indexDiv2 .main .content .text p {
	margin: 35px 0;
	line-height: 32px;
}


/***我们的优势***/

.indexDiv3 .title {
	color: #fff;
}

.indexDiv3 .title::before {
	background: #fff;
}

.indexDiv3 ul {
	overflow: hidden;
}

.indexDiv3 ul li {
	width: 33.3%;
	float: left;
}

.indexDiv3 .imgDiv {
	position: relative;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	margin-bottom: 35px;
}

.indexDiv3 .imgDiv:hover .color-w {
	transform: rotateY(180deg);
}

.indexDiv3 .imgDiv:hover .color-b {
	transform: rotateY(0);
}

.indexDiv3 ul li p {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	margin: 0 auto;
	line-height: 120px;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	transition: 0.5s;
}

.indexDiv3 ul li .color-w {
	background: #fff;
}

.indexDiv3 ul li .color-b {
	background: #02509b;
	transform: rotateY(180deg);
}

.indexDiv3 ul li h6 {
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #fff;
}


/***合作案例***/

.indexDiv4 .container {
	position: relative;
}

.indexDiv4 .swiper-container {
	padding: 10px;
}

.indexDiv4 .swiper-slide a {
	display: block;
	background: #fff;
	height: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.indexDiv4 .swiper-slide a:hover img {
	transform: scale(1.05);
}

.indexDiv4 .swiper-slide a .text {
	padding: 30px;
	line-height: 28px;
}

.indexDiv4 .swiper-button-next,
.indexDiv4 .swiper-button-prev {
	width: 33px;
	height: 33px;
	margin-top: -16px;
	background-size: 13px;
	background-color: #bbb;
}

.indexDiv4 .swiper-button-next,
.indexDiv4 .swiper-container-rtl .swiper-button-prev {
	background-image: url(../img/left.png);
	transform: rotate(180deg);
	right: -45px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(../img/left.png);
	left: -45px;
}

.indexDiv4 .swiper-button-next:hover,
.indexDiv4 .swiper-button-prev:hover {
	background-color: #02509B;
}


/***联系我们***/

.indexDiv5 .content {
	width: 1045px;
	background: rgba(255, 255, 255, 0.9);
	padding: 55px 45px;
}

.indexDiv5 .content p {
	font-size: 18px;
	color: #02509b;
	padding: 6px 0;
}

.indexDiv5 .content p img {
	max-width: 39px;
	margin-right: 15px;
}

.indexDiv5 .content .below {
	margin-top: 30px;
}

.indexDiv5 .content .leftDiv,
.indexDiv5 .content .rightDiv {
	width: 50%;
}

.indexDiv5 .content .rightDiv {
	border-left: 1px solid #02509B;
	padding-left: 10%;
}


/***新闻动态***/

.indexDiv6 .row a {
	display: block;
	height: 100%;
}

.indexDiv6 .row a:hover img {
	transform: scale(1.05);
}

.indexDiv6 .row a:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.indexDiv6 .row a:hover .text {
	box-shadow: 0 5px 0 #02509b;
}

.indexDiv6 .row a .text {
	padding: 25px 15px;
}

.indexDiv6 .row a .upper p {
	font-size: 16px;
}

.indexDiv6 .row a .upper span {
	margin: 15px 0;
	display: block;
}

.indexDiv6 .row a span {
	font-size: 12px;
}

.indexDiv6 .row a .more {
	display: inline-block;
	padding: 4px 13px;
	border-radius: 100px;
	background: #0365c6;
	color: #fff;
	float: right;
}


/*列表页*/

.ny-main {
	background: #f5f5f5;
}

.ny-banner {
	position: relative;
}

.ny-banner .img {
	height: 350px;
	margin-top: 100px;
}

.ny-main .breadcrumbs {
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
	padding: 15px 0;
	color: #7d7d7d;
}

.ny-main .breadcrumbs a:hover {
	color: #02509B;
}

.ny-main .wrap {
	max-width: 1300px;
	background: #fff;
}

.ny-main .main {
	padding: 60px 50px;
}

.ny-main h4 {
	color: #02509B;
	font-size: 24px;
	margin-bottom: 30px;
}

.ny-main h5 {
	color: #02509B;
	font-size: 20px;
	margin-bottom: 20px;
}


/*页码*/

.pageNum {
	margin-top: 50px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.pageNum span,
.pageNum a {
	display: inline-block;
	padding: 3px 10px;
	color: #000;
	margin: 0 5px;
	border-radius: 5px;
}

.pageNum span,
.pageNum a:hover {
	background: #02509b;
	color: #fff;
}


/***关于我们***/

.aboutus .abDiv1 p {
	text-indent: 2em;
	line-height: 32px;
}

.aboutus .abDiv1 ul {
	overflow: hidden;
	margin: 30px 0;
}

.aboutus .abDiv1 li {
	list-style-type: disc;
	font-size: 16px;
	margin-left: 20px;
	float: left;
	min-width: 150px;
	line-height: 34px;
}

.aboutus .abDiv2 {
	margin: 60px 0;
}

.aboutus .abDiv2 .content {
	height: 100%;
	border-radius: 5px;
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.08);
	padding: 50px 35px;
	display: flex;
	align-items: center;
}

.aboutus .abDiv2 .row {
	margin: -15px -30px;
}

.aboutus .abDiv2 .row>div {
	padding: 15px 30px;
}

.aboutus .abDiv2 .content img,
.aboutus .abDiv3 .content img {
	max-width: 52px;
}

.aboutus .abDiv2 .content .text {
	width: calc(100% - 52px);
	padding-left: 30px;
}

.aboutus .abDiv3 .content {
	height: 100%;
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.08);
	padding: 50px 35px;
	text-align: center;
}

.aboutus .abDiv3 .content:hover {
	margin-top: -20px;
}

.aboutus .abDiv3 .row {
	margin: -7px;
}

.aboutus .abDiv3 .row>div {
	flex: 0 0 20%;
	max-width: 20%;
	padding: 7px;
}

.aboutus .abDiv3 .content h5 {
	color: #333;
	margin-top: 25px;
}


/***服务项目***/

.case .main {
	padding: 60px 0;
}

.case .upper .text {
	width: 51.25%;
}

.case p {
	color: #000;
	line-height: 28px;
}

.case .upper {
	overflow: hidden;
}

.case .upper .imgDiv {
	width: 46.25%;
}

.case li {
	padding: 55px 50px;
}

.case li:nth-child(even) {
	background: #f6f8fc;
}

.case li:nth-child(odd) .text,
.case li:nth-child(even) .imgDiv {
	float: left;
}

.case li:nth-child(even) .text,
.case li:nth-child(odd) .imgDiv {
	float: right;
}

.case .row {
	margin: 25px -20px;
}

.case .row>div {
	padding: 20px;
}

.case .row .line {
	height: 100%;
	padding: 25px 20px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
	border-radius: 10px;
}

.case .below {
	font-size: 20px;
	color: #02509B;
	border-top: 1px solid #c2c2c2;
	padding: 30px 50px 0;
}


/***新闻资讯***/


/*.news ul {
	margin: -60px;
}*/

.news ul li {
	padding: 60px;
}

.news ul li:hover {
	background: #02509b;
	color: #fff;
}

.news ul li:hover .more {
	display: none;
}

.news ul li:hover span,
.news ul li:hover p {
	color: #fff;
}

.news ul li:hover .date {
	border: 1px solid #fff;
	color: #fff;
}

.news ul li a {
	display: block;
	overflow: hidden;
	position: relative;
}

.news ul li a .imgDiv {
	width: 32.5%;
}

.news ul li a .text {
	width: 67.5%;
	padding-left: 50px;
}

.news ul li .date {
	width: 101px;
	line-height: 27px;
	font-size: 16px;
	border: 1px solid #9fa0a0;
	color: #000;
	text-align: center;
}

.news ul li p {
	font-size: 20px;
	margin: 30px 0;
	color: #000000;
}

.news ul li span {
	color: #7d7d7d;
}

.news ul li .more {
	display: block;
	width: 80px;
	color: #02509b;
	background: url(../img/more.png)right center no-repeat;
	position: absolute;
	bottom: 0;
}


/***招聘信息***/

.joinus ul li {
	background: #fafafa;
	margin: 9px 0;
}

.joinus ul li .upper {
	padding: 28px;
	position: relative;
}

.joinus ul li .upper p {
	font-size: 18px;
}

.joinus ul li .join-btn {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.joinus ul li .join-btn i {
	display: block;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #666;
}

.joinus ul li .below {
	padding: 32px;
	border-top: 1px solid #eee;
	line-height: 36px;
	display: none;
}

.joinus ul li .upper.show .upper p {
	font-weight: bold;
	color: #02509b;
}

.joinus ul li .upper.show .join-btn i {
	border-top: 8px solid #02509b;
	transform: rotate(180deg);
}

.joinus .info {
	margin-top: 50px;
}

.joinus .info p {
	font-size: 18px;
	line-height: 36px;
}

.joinus .info strong {
	color: #02509B;
}

.joinus .info p:first-child strong {
	font-size: 24px;
}


/******联系我们******/

.contactus .upper {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ececec;
	padding-bottom: 50px;
}

.contactus .upper h2 {
	font-size: 32px;
	color: #02509B;
	margin-bottom: 15px;
}

.contactus .upper p {
	font-size: 16px;
}

.contactus .upper .text {
	max-width: 40%;
}

.contactus .upper .info {
	text-align: right;
	overflow: hidden;
	max-width: 60%;
}

.contactus h6 {
	padding-top: 65px;
	font-size: 18px;
	margin-bottom: 10px;
}

.contactus .upper .info .add h6 {
	padding-top: 55px;
	color: #02509B;
	background: url(../img/add.png)top right no-repeat;
}

.contactus .upper .code img {
	max-width: 114px;
	border: 1px solid #eee;
	margin-left: 30px;
}

.contactus ul {
	overflow: hidden;
	margin: 70px 0 60px;
}

.contactus ul li:first-child {
	border-right: 1px solid #eee;
}

.contactus ul li,
.contactus ul li>div {
	width: 50%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.contactus ul li .tel {
	background: url(../img/tel.png) top center no-repeat;
}

.contactus ul li .email {
	background: url(../img/email.png) top center no-repeat;
}

.contactus .map {
	height: 695px;
}


/*笔记本*/

@media all and (max-width:1220px) {
	.wrap {
		padding: 0 20px
	}
}

@media (min-width:993px) and (max-width:1024px) {
	header .logo a img {
		max-height: 45px;
	}
	header .rightDiv .menu>ul>li {
		float: left;
		padding: 0 28px;
	}
	footer .upper ul {
		margin: 0 -70px;
	}
	footer .upper ul li {
		padding: 0px 70px;
	}
	.news ul li p {
		font-size: 18px;
		margin: 20px 0;
	}
	.news ul li span {
		display: none;
	}
	.news ul li {
		padding: 45px;
	}
	.ny-main .main {
		padding: 60px 0;
	}
}

@media all and (max-width:992px) {
	.message {
		display: none;
	}
	.menu {
		width: 100%
	}
	.menu ul {
		width: 100%;
		display: block;
	}
	.menu ul ul {
		top: 0;
		border: 0;
	}
	.menu>ul>li>a {
		padding: 0 20px;
	}
	.menu.align-center>ul,
	.menu.align-right ul ul {
		text-align: left
	}
	.menu ul li,
	.menu ul ul li,
	.menu ul li:hover>ul>li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(0, 0, 0, .1)
	}
	.menu ul li a,
	.menu ul ul li a {
		width: 100%
	}
	.menu>ul>li,
	.menu.align-center>ul>li,
	.menu.align-right>ul>li {
		float: none;
		display: block
	}
	.menu ul ul li a {
		padding: 0 20px 0 30px;
		font-size: 12px;
		color: #333;
		background: 0 0
	}
	.menu ul ul li:hover>a,
	.menu ul ul li a:hover {
		color: #333
	}
	.menu ul ul ul li a {
		padding-left: 40px
	}
	.menu ul ul,
	.menu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0
	}
	.menu>ul>li.has-sub>a::after,
	.menu ul ul li.has-sub>a::after {
		display: none
	}
	#menu-line {
		display: none
	}
	.menu #menu-button {
		display: block;
		padding: 20px;
		color: #000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase
	}
	.menu #menu-button::after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #fff
	}
	.menu #menu-button::before {
		content: '';
		position: absolute;
		top: 25px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff
	}
	.menu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		display: block;
		border-left: 1px solid rgba(0, 0, 0, .1);
		height: 60px;
		width: 60px;
		cursor: pointer
	}
	.menu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 2px;
		height: 12px;
		background: #333;
		z-index: 99
	}
	.menu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 12px;
		height: 2px;
		background: #333;
		z-index: 99
	}
	.menu .has-sub:hover>ul {
		left: 0;
		margin-left: 0;
		background: rgba(0, 0, 0, 0.15);
	}
	.menu ul ul p {
		display: none;
	}
	.menu .submenu-button.submenu-opened:after {
		display: none
	}
	.menu ul ul {
		background: transparent;
		border-bottom: none;
		padding: 0;
	}
	.menu ul ul ul {
		top: 0;
	}
	.menu li:hover>ul {
		left: auto;
		margin-left: auto;
	}
	header {
		position: fixed !important;
		z-index: 99;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 60px;
		transition: right 300ms !important;
	}
	header .logo a {
		height: 60px;
		line-height: 60px;
		width: initial;
	}
	header .logo img {
		height: 35px;
	}
	header .mbtn {
		display: block;
	}
	body.on-menu header .mbtn {
		z-index: 1;
	}
	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 0px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		background-color: #fff;
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}
	header .rightDiv .menu ul li {
		padding: 0;
		margin: 0;
		float: none;
	}
	header .rightDiv .menu ul li a {
		display: block;
		line-height: 60px;
		height: 60px;
		text-align: left;
		font-size: 16px;
	}
	header .rightDiv .menu>ul {
		padding-top: 60px;
	}
	header .rightDiv .menu ul li a span {
		display: none;
	}
	header .rightDiv .menu>ul>li>a img {
		display: none;
	}
	header .rightDiv .menu>ul>li.on>a img.red,
	header .rightDiv .menu>ul>li:hover>a img.red {
		display: none;
	}
	header .rightDiv .menu ul li a.on {
		background: none;
	}
	body.on-menu header .rightDiv .menu {
		right: 0;
	}
	body.on-menu .main {
		right: 0;
	}
	header .rightDiv .menu ul li>a {
		margin: 0;
		width: calc(100% - 50px);
	}
	header .rightDiv .menu>ul>li.has-sub {
		padding: 0;
	}
	header .menu .search {
		padding: 5vw;
		width: 100%;
	}
	header .rightDiv .menu>ul>li.on>a::after,
	header .rightDiv .menu>ul>li:hover>a::after {
		bottom: 26px;
	}
	header .logo img {
		height: 28px;
	}
	.ui-homebanner .swiper-slide .img {
		height: 470px;
		margin-top: 60px;
	}
	.title {
		font-size: 26px;
		margin-bottom: 40px;
	}
	.indexDiv1 .text p {
		line-height: 26px;
	}
	.indexDiv2 .main .tab a {
		margin: 10px 15px;
		font-size: 16px;
	}
	.indexDiv2 .main .tab {
		width: 190px;
		padding: 20px 0;
	}
	.indexDiv2 .main .content .text h4 {
		font-size: 18px;
	}
	.indexDiv2 .main .content .text p {
		margin: 15px 0;
		line-height: 26px;
	}
	.indexDiv2 .main .content .text {
		padding: 30px 22px;
		min-height: 310px;
	}
	.indexDiv3 ul li p {
		line-height: 100px;
	}
	.indexDiv3 .imgDiv {
		width: 100px;
		height: 100px;
	}
	.indexDiv4 .swiper-button-next,
	.indexDiv4 .swiper-container-rtl .swiper-button-prev {
		right: -15px;
	}
	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: -15px;
	}
	.indexDiv4 .swiper-slide a .text {
		padding: 18px;
		line-height: 23px;
	}
	.indexDiv5 .content p {
		font-size: 16px;
	}
	.indexDiv5 .content .rightDiv {
		padding-left: 4%;
	}
	.indexDiv5 .content {
		width: 85%;
		padding: 35px 30px;
	}
	.indexDiv6 .row a .upper p {
		height: 50px;
		overflow: hidden;
	}
	.indexDiv6 .row a .upper span {
		margin: 10px 0;
		height: 36px;
		overflow: hidden;
	}
	.indexDiv6 .row a .text {
		padding: 15px;
	}
	footer .upper ul {
		margin: 0;
		padding: 40px 0 45px;
	}
	footer .upper ul li {
		padding: 0px;
		width: 25%;
	}
	footer .upper ul li:last-child {
		width: 50%;
	}
	.ny-banner .img {
		height: 240px;
		margin-top: 60px;
	}
	.ny-main .breadcrumbs {
		padding: 10px 0;
	}
	.ny-main .main {
		padding: 40px 20px;
	}
	.aboutus .abDiv3 .row>div {
		flex: 0 0 100%;
		max-width: 33.3%;
		padding: 7px;
	}
	.aboutus .abDiv3 .content {
		padding: 35px 23px;
	}
	.aboutus .abDiv2 {
		margin: 40px 0;
	}
	.case li {
		padding: 55px 0px;
	}
	.case .row>div {
		padding: 20px;
		max-width: 100%;
		flex: 0 0 100%;
	}
	.news ul li {
		padding: 28px;
	}
	.news ul li span {
		display: none;
	}
	.news ul li p {
		font-size: 18px;
		margin: 10px 0;
	}
	.news ul li .date {
		width: 85px;
		line-height: 20px;
		font-size: 12px;
	}
	.contactus .upper .text {
		max-width: 100%;
	}
	.contactus .upper {
		display: block;
		padding-bottom: 50px;
	}
	.contactus .upper .info {
		max-width: 100%;
		margin-top: 30px;
		width: 100%;
		text-align: left;
	}
	.contactus .upper .info .add h6 {
		background: url(../img/add.png)top left no-repeat;
	}
	.contactus ul {
		margin: 15px 0;
	}
	.contactus ul li {
		width: 100%;
		padding: 30px 0;
	}
	.contactus ul li:first-child {
		border-right: none;
		border-bottom: 1px solid #eee;
	}
	.contactus .map {
		height: 300px;
	}
}


/*手机端*/

@media (max-width:767px) {
	html,
	body {
		font-size: 12px;
	}
	.wrap {
		padding: 0 5vw;
	}
	.ui-homebanner .swiper-pagination-bullet {
		height: 8px;
	}
	.ui-homebanner .swiper-slide .img {
		height: 300px;
	}
	.title {
		font-size: 18px;
		margin-bottom: 25px;
	}
	.indexDiv {
		padding: 40px 0;
	}
	.indexDiv1 .text {
		width: 100%;
		padding: 0;
	}
	.indexDiv1 .imgDiv {
		position: inherit;
		width: 100%;
		left: 0;
		margin-top: 30px;
	}
	.indexDiv1 .text ul {
		padding-left: 20px;
	}
	.indexDiv1 .text li {
		width: 50%;
		font-size: 14px;
		line-height: 26px;
		margin: 0;
	}
	.indexDiv a.more {
		width: 110px;
		line-height: 36px;
		border-radius: 5px;
	}
	.indexDiv2 .main .tab {
		width: 100%;
		padding: 0px 0;
		margin-bottom: 30px;
		overflow: hidden;
	}
	.indexDiv2 .main .content {
		width: 100%;
		box-shadow: 4px 0 10px rgb(0 0 0 / 10%);
	}
	.indexDiv2 .main .tab a {
		margin: 0;
		font-size: 14px;
		width: 50%;
		text-align: center;
		float: left;
		padding: 10px 0;
	}
	.indexDiv2 .main .tab a.on,
	.indexDiv2 .main .tab a:hover {
		border-radius: 0;
		padding-left: 0;
	}
	.indexDiv2 .main .content .text h4 {
		font-size: 16px;
	}
	.indexDiv2 .main .content .text p {
		line-height: 22px;
	}
	.indexDiv2 .main .content .text {
		padding: 25px 20px;
		min-height: 260px;
	}
	.indexDiv2 .more {
		position: relative;
		bottom: 0;
	}
	.indexDiv3 ul li h6 {
		font-size: 14px;
		line-height: 24px;
	}
	.indexDiv3 .imgDiv {
		width: 75px;
		height: 75px;
	}
	.indexDiv3 ul li p {
		line-height: 75px;
	}
	.indexDiv3 ul li p img {
		width: 33px;
	}
	.indexDiv5 .content {
		width: 100%;
		padding: 25px 20px;
	}
	.indexDiv5 .content p {
		font-size: 14px;
	}
	.indexDiv5 .content p img {
		width: 20px;
		margin-right: 10px;
	}
	.indexDiv5 .content .leftDiv,
	.indexDiv5 .content .rightDiv {
		width: 100%;
	}
	.indexDiv5 .content .below {
		margin-top: 0;
	}
	.indexDiv5 .content .rightDiv {
		padding-left: 0;
		border-top: 1px solid #02509B;
		border-left: none;
		padding-top: 10px;
		margin-top: 10px;
	}
	.indexDiv6 .row {
		margin: -20px 0;
	}
	.indexDiv6 .row>div {
		padding: 20px 0;
	}
	footer .upper ul {
		display: block;
	}
	footer .upper ul li {
		width: 50%;
	}
	footer .upper ul li:last-child {
		width: 100%;
		margin-top: 30px;
	}
	footer .upper ul li h4 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	footer .upper ul li a,
	footer .upper ul li p {
		display: block;
		font-size: 13px;
		margin: 5px 0;
	}
	footer .links .icon {
		margin: 0 5px;
		width: 30px;
		height: 30px;
	}
	footer .below strong {
		font-size: 14px;
		margin-right: 10px;
	}
	footer .links .linkedin,
	footer .links .facebook,
	footer .links .twitter,
	footer .links .instagram,
	footer .links .youtube,
	footer .links .weixin {
		background-size: 12px;
	}
	footer .copyright {
		margin-top: 17px;
		text-align: center;
		width: 100%;
	}
	/*内页*/
	.ny-main .main {
		padding: 40px 0;
	}
	.ny-main .breadcrumbs {
		font-size: 12px;
		padding: 8px 0;
	}
	.ny-banner .img {
		height: 150px;
	}
	.pageNum {
		margin-top: 38px;
	}
	.ny-main h5 {
		font-size: 16px;
		margin: 15px 0 10px;
	}
	.aboutus .abDiv1 p {
		line-height: 24px;
	}
	.aboutus .abDiv1 li {
		font-size: 14px;
		line-height: 30px;
	}
	.aboutus .abDiv2 .content {
		padding: 25px 19px;
	}
	.aboutus .abDiv3 .row>div {
		max-width: 50%;
	}
	.aboutus .abDiv3 .content {
		padding: 19px 16px;
	}
	.aboutus .abDiv2 .content img,
	.aboutus .abDiv3 .content img {
		max-width: 45px;
	}
	.aboutus .abDiv3 .content h5 {
		margin-top: 15px;
	}
	.case .wrap {
		padding: 0;
	}
	.case .upper .text {
		width: 100%;
	}
	.case .upper .imgDiv {
		width: 100%;
		margin-top: 20px;
	}
	.case ul {
		margin: -25px 0;
	}
	.case li {
		padding: 25px 20px;
	}
	.case p {
		line-height: 24px;
	}
	.ny-main h4 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.case .row .line {
		padding: 12px 20px;
		box-shadow: 0 0 8px rgb(0 0 0 / 13%);
	}
	.case li:nth-child(even) .text {
		padding: 0 15px;
	}
	.case .below {
		font-size: 16px;
		padding: 30px 20px 0;
	}
	.news ul li p {
		font-size: 14px;
		margin: 10px 0;
	}
	.news ul li a .text {
		padding-left: 19px;
	}
	.news ul li .more {
		display: none;
	}
	.joinus ul li .upper {
		padding: 18px;
	}
	.joinus ul li .upper p {
		font-size: 14px;
		width: calc(100% - 35px);
	}
	.joinus ul li .join-btn {
		width: 35px;
		height: 35px;
		right: 7px;
	}
	.joinus ul li .join-btn i {
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #666;
	}
	.joinus ul li .below {
		padding: 15px;
		line-height: 24px;
	}
	.joinus .info p {
		font-size: 14px;
	}
	.joinus .info p:first-child strong {
		font-size: 18px;
	}
	.contactus .upper h2 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.contactus .upper p {
		font-size: 13px;
	}
	.contactus .upper .info .add h6 {
		background-size: 26px;
		padding-top: 48px
	}
	.contactus .upper .code img {
		margin-left: 0;
	}
	.contactus .upper .info .add {
		width: 65%;
	}
	.contactus .upper .info .code {
		width: 30%;
	}
	.contactus ul li .tel,
	.contactus ul li .email {
		background-size: 30px;
	}
	.contactus h6 {
		padding-top: 52px;
		font-size: 16px;
	}
}