@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	line-height: 1;
}

body {
	font-family: 'Microsoft Yahei', 'arial';
	color: #2d343f;
	font-size: 16px;
	background-color: #fff;
	overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
	line-height: inherit;
	font-size: inherit;
	font-weight: normal;
}

i {
	font-style: normal;
}

img {
	border: none;
	vertical-align: middle;
}

ul,ol {
	list-style: none;
}

li {
	list-style: inherit;
}

input,
textarea,
button,
span,
li,
a,
div {
	border: none;
	outline: none;
	resize: none;
}

textarea {
	font-family: 'Microsoft Yahei', 'arial';
	overflow: auto;
}

table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

a,
a:active,
a:hover,
a:visited {
	color: inherit;
	font-size: inherit;
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.wes {
	/* 多出部分用省略号表示 , 用于一行 */
	overflow: hidden;
	word-wrap: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}

.mycol {
	margin: 0 -5px;
}

.mycol .col {
	float: left;
	padding: 0 5px;
	text-align: center;
}

.mycol .col img {
	max-width: 100%;
}

.mycol-2 .col {
	width: 50%;
}

.mycol-3 .col {
	width: 33.33333%;
}

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

.bg-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.imgs-btn img {
	cursor: zoom-in;
}

.com-padding {
	padding-top: 70px;
	padding-bottom: 70px;
}

.pt0 {
	padding-top: 0;
}

.pb0 {
	padding-bottom: 0;
}

body {
	padding-top: 100px;
}

/*all_title*/
.com-title {
	text-align: center;
	color: #2d343f;
}

.com-title.index-title {
	text-align: left;
}

.com-title h3 {
	height: 70px;
	margin-bottom: 40px;
	font-size: 46px;
	position: relative;
}

.com-title h3:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 60px;
	margin-left: -30px;
	border-bottom: 3px solid #036fc9;
}

.com-title p {
	margin-bottom: 10px;
	font-size: 18px;
	opacity: .5;
}

/*返回顶部*/
.go-top {
	display: none;
	cursor: pointer;
}

.go-top:before,
.go-top:after {
	content: '';
	position: fixed;
	right: 20px;
	bottom: 50px;
	width: 50px;
	height: 50px;
	background-color: #036fc9;
	border-radius: 5px;
	z-index: 9999;
}

.go-top:before {
	background: none;
	width: 20px;
	height: 20px;
	right: 34px;
	bottom: 58px;
	border: 3px solid #fff;
	border-bottom: none;
	border-right: none;
	transform: rotate(45deg);
	border-radius: 0;
	z-index: 99999;
}

/*nav*/
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100px;
	line-height: 100px;
	transition: all .3s;
	background-color: #fff;
	z-index: 999;
}

.header>.w {
	position: relative;
}

.header .logo {
	width: 22%;
	position: relative;
	overflow: hidden;
}

.header .logo img{
	width: 60%;
}

.header .logo a {
	width: 100%;
	display: block;
	font-size: 0;
}

.header .logo p {
	width: 230px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 120px;
	color: #666;
	font-size: 16px;
}

.header .logo p span {
	display: block;
	height: 30px;
	color: #333;
	font-size: 20px;
}

.header .nav {
	width: calc(100% - 540px);
	height: 100px;
	text-align: center;
}

.header .nav ul {
	margin-right: 50px;
}

.header .nav>ul>li {
	float: left;
	display: block;
	position: relative;
	padding: 0 3.5%;
	height: 100px;
}

.header .nav ul li>a {
	display: block;
	line-height: 100px;
	color: #333;
	font-size: 17px;
	text-align: center;
	position: relative;
	z-index: 3333
}

.header .nav ul li a span {
	display: block;
	font-size: 12px;
	color: #999;
}

.header .nav ul li:after,
.nav ul li:after {
	content: '';
	display: block;
	width: 100%;
	height: 38px;
	position: absolute;
	top: 0px;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	border-radius: 50px;
	z-index: 2222
}

.header .nav ul li.navcurrent:after,
.nav ul li:hover:after {
	opacity: 1;
	filter: alpha(opacity=100);
	top: 0;
}

.header .NavCeshi>li.navcurrent>a,
.NavCeshi>li:hover>a {
	margin: 0 auto;
	color: #333;
}

.header .nav ul li a:hover {
	color: #036fc9;
}
.header .nav ul li  .on{
	color: #036fc9;
}

.header .nav ul li>ul {
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	position: absolute;
	width: 140px;
	border-top: #036fc9 3px solid;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(26px, 10px, 0px);
	-moz-transform: translate3d(26px, 10px, 0px);
	-webkit-transform: translate3d(26px, 10px, 0px);
	z-index: 9999;
	left: -30%;text-align:center;
	top: 103px;
}
.header .nav ul li>ul li{text-align:center;}
.header .nav ul li>ul li>a {
	background: #036fc9;
	-webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 6px 10px rgba(0, 0, 0, .1);text-align:center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	color: #fff;
	font-size: 14px;
	-webkit-transition: none ease-out .3s;
	transition: none ease-out .3s;
	-webkit-transition-property: color, background, text-indent, opacity;
	transition-property: color, background, text-indent, opacity;
}

.header .nav ul li>ul li>a:hover {
	background: #fff;
	text-indent: 2px;
	color: #0053b9;
}

.header .nav ul li:hover>ul {
	opacity: 1;
	visibility: visible;
	transform: translate3d(26px, -6px, 0px);
	-moz-transform: translate3d(26px, -6px, 0px);
	-webkit-transform: translate3d(26px, -6px, 0px);
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.header .nav ul li ul li {
	position: relative;
}

.header .nav ul li ul li div {
	position: absolute;
	top: 0;
	left: 210px;
	opacity: 0;
	background: #fff;
}

.header .nav ul li>ul li:hover div {
	opacity: 1;
}

.header .nav ul li ul li div a {
	display: none;
	width: 120px;
	float: left;
	text-align: center;
	line-height: 62px;
}

.header .nav ul li>ul li:hover div a {
	display: block;
}

.header .nav ul li>ul li:hover div a:hover {
	background: #eee;
	color: #0053b9;
}

.header .phone {
	font-size: 0;
	position: relative;
}

.header .phone p {
	float: left;
	height: 100%;
	padding: 0 20px 0 35px;
	color: #036fc9;
	font-size: 20px;
	font-weight: 700;
	text-align: right;
	background: url(../IMAGES/icon_phone01.png) left center no-repeat;
}

.head_wechat:hover {
	cursor: pointer;
}

.head_wechat_hide {
	width: 100px;
	height: 120px;
	background: #fff;
	text-align: center;
	position: absolute;
	top: 64px;
	left: 156px;
	display: none;
}

.head_wechat_hide img {
	width: 80px;
	height: 80px;
	margin: 0 auto;
}

.head_wechat_hide span {
	font-size: 12px;
	color: #666;
	display: block;
	line-height: 12px;
}

.head_wechat:hover .head_wechat_hide {
	display: block;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #fff;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background-color: #036fc9;
}

.swiper-pagination.swiper-pagination {
	bottom: 0;
}

div.swiper-button-next,
div.swiper-button-prev {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	content: "";
	position: absolute;
	left: 45%;
	top: 50%;
	width: 8px;
	height: 8px;
	border: 2px solid #7f7f7f;
	border-left: none;
	border-bottom: none;
	transform: translate(-50%, -50%) rotate(45deg);
}

.swiper-button-prev:after {
	left: 55%;
	transform: translate(-50%, -50%) rotate(-135deg);
}

.swiper-button-next:hover,

.swiper-button-prev:hover {
	background-color: #036fc9;
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
	border-color: #fff;
}

/*banner*/
.index-banner {
	width: 100%;margin-top: 100px;
}

.index-banner img {
	width: 100%;
}

.index-banner .swiper-pagination.swiper-pagination {
	bottom: 30px;
}

.index-banner .swiper-pagination-bullet.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 6px;
	transition: all .3s;
}

.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 36px;
	border-radius: 12px;
	background-color: #fff;
}

.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
	width: 65px;
	height: 65px;
	background: url(../IMAGES/icon_left01.png) center no-repeat;
}

.index-banner .swiper-button-next {
	transform: rotate(180deg);
}

.index-banner .swiper-button-next:hover,
.index-banner .swiper-button-prev:hover {
	background-image: url(../IMAGES/icon_left01_active.png);
}

.index-banner .swiper-button-next:after,
.index-banner .swiper-button-prev:after {
	display: none;
}

/*product*/
.com-nav {
	text-align: center;
	margin-bottom: 40px;
	border-bottom: 1px dashed #ddd;
}

.com-nav li {
	display: inline-block;
	margin: 0 0.8vw;
	text-align: center;
}

.com-nav li .img {
	height: 80px;
	filter: grayscale(100%);
	filter: gray;
}

.com-nav li.active .img,
.com-nav li:hover .img {
	filter: none;
}

.com-nav li h3 {
	height: 42px;
	position: relative;
	bottom: -1px;
	color: #2d343f;
	font-size: 15px;
}

.com-nav li.active h3,
.com-nav li:hover h3 {
	color: #036fc9;
	border-bottom: 2px solid #036fc9;
}

.com-nav a {
	display: block;
	width: 100%;
}

.com-list-main {
	position: relative;
}

.com-list-main .item {
	height: 0;
	overflow: hidden;
	position: relative;
	bottom: -10px;
	transition: all .3s;
	opacity: 0;
}

.com-list-main .item.active {
	height: auto;
	bottom: 0;
	opacity: 1;
}

.com-list-main li .box {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
}

.com-list-main li:hover .box {
	border-color: #036fc9;
}

.com-list-main li .img {
	padding-bottom: 102%;
}

.com-list-main li .txt {
	padding: 30px;
	position: relative;
	z-index: 1;
	background: #fafafa;
	border-top: 1px solid #ddd;
	text-align: left;
	transition: all .3s;
}

.com-list-main li:hover .txt {
	border-color: #036fc9;
	background: #036fc9;
}

.com-list-main li h4 {
	/* padding-right: 45px; */
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #2d343f;
	font-size: 20px;
	margin-bottom: 6px;
	transition: all .3s;
	/* background: url(../IMAGES/icon_right01.png) right center no-repeat; */
	overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align: center;
}

.com-list-main li:hover h4 {
	color: #fff;
	background-image: url(../IMAGES/icon_right01_active.png);
}

.com-list-main li:hover p {
	color: #fff;
	opacity: .5;
}

.com-list-main div.swiper-button-next,
.com-list-main div.swiper-button-prev {
	left: -50px;
	background: url(../IMAGES/icon_left02.png) center no-repeat;
}

.com-list-main div.swiper-button-next {
	left: auto;
	right: -50px;
	transform: rotate(180deg);
}

.com-list-main div.swiper-button-next:after,
.com-list-main div.swiper-button-prev:after {
	display: none;
}

.product .com-list-main li .img {
	width: 100%;
	height: 440px;
	line-height: 440px;
	text-align: center;
	padding: 0;
}

.product .com-list-main li img {
	max-width: 90%;
	max-height: 90%;
}

.pro_more {
	width: 160px;
	height: 46px;
	margin: 0 auto;
	margin-top: 40px;
	background: #e2e2e2;
	border-radius: 30px;
}

.pro_more a {
	font-size: 18px;
	text-align: center;
	line-height: 46px;
	display: block;
	width: 100%;
	color: #333;
}

.pro_more:hover {
	background: #036fc9
}

.pro_more:hover a {
	color: #fff
}

/*产品优势*/
.advantage {
	width: 100%;
	background: url(../IMAGES/adv_bg.jpg)no-repeat center;
	padding-top: 40px;
	padding-bottom: 50px;
	position: relative;
}

.advantage .title {
	width: 335px;
	padding-top: 20px;
	color: #fff;
}

.advantage .title h3 {
	height: 78px;
	font-size: 46px;
}

.advantage .title p {
	opacity: .7;
	line-height: 33px;
	margin-top: -8px;
	margin-bottom: 42px;
}

.advantage .title .more {
	display: block;
	width: 160px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0.2);
}

.advantage:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
}

.advantage .w li {
	margin-bottom: 16px;
	width: 32.5%;
	height: 12vw;
	margin-right: 1%;
	background: #fff;
	background-position-x: 50px;
}

.advantage .w li:nth-child(3) {
	margin-right: 0;
}

.advantage .w li:last-child {
	margin-right: 0;
}

.advantage .w li .box {
	display: inline-block;
	width: 84%;
	height: 48%;
	margin: 0 auto;
	text-align: left;
	margin-top: 11%;
	overflow: hidden;
}

.advantage .w li .box img {
	width: 18%;
	margin: 6% 0 0 8%;
}

.advantage .w li p {
	width: 64%;
	color: #333;
	line-height: 24px;
	margin: 6% 2% 0 0;
	font-size: 18px;
}

/*服务优势*/
.index-about .nav {
	width: 100%;
	margin: 0;
}

.index-about ul {
	min-width: 1200px;
}

.index-about .nav li {
	cursor: pointer;
}

.index-about .nav li span {
	display: block;
	color: #666;
	font-size: 4vw;
	margin-bottom: 40px;
}

.index-about .nav li p {
	height: 60px;
	color: #333;
	font-size: 1.5vw;
	line-height: 60px;
}

.index-about .nav li.swiper-slide-thumb-active * {
	color: #036fc9;
}

.index-about .nav li.swiper-slide-thumb-active p {
	border-top: 3px solid #036fc9;
}

.index-about .main {
	overflow: visible !important;
}

.index-about .main .w {
	text-align: left;
}

.index-about .main .box {
	display: inline-block;
	width: 390px;
	height: 30.3vw;
	color: #fff;
	text-align: left;
	overflow: hidden;
	background: rgba(0, 96, 176, 0.84);
}

.index-about .main .tit {
	padding: 8vw 2vw 0 2vw;
}

.index-about .main .tit h4 {
	height: 68px;
	font-size: 32px;
	border-bottom: 1px solid #fff;
}

.index-about .main .tit p {
	font-size: 14px;
	line-height: 24px;
	margin-top: 24px;
}

.index-about .more {
	margin: 1vw 0 0 2.5vw;
	display: block;
}

/*公司介绍*/
.company {
	width: 100%;
	margin-top: 40px;
	min-width: 1200px;
	position: relative;
}

.company img {
	width: 100%;
	height: auto;
}

.company_font {
	position: absolute;
	top: 18%;
	left: 58%;
	height: 30%;
	width: 38%;
	color: #fff;
	overflow: hidden;
}

.company_font a {
	font-size: 1.5vw;
	display: block;
}

.company_font span {
	display: block;
	width: 10%;
	height: 4px;
	background-color: #fff;
	margin-top: 20px;
}

.company_font p {
	font-size: 1.1vw;
	margin-top: 20px;
	line-height: 30px;
}

.company_honor {
	width: 60%;
	height: 32%;
	position: absolute;
	left: 36%;
	bottom: 9%;
}

.company_honor li {
	width: 25%;
	text-align: center;
}

.company_honor li img {
	width: 170px;
	height: auto;
}

/*公司环境*/
.environment {
	width: 100%;
	height: auto;
	min-width: 1200px;
}

.box_env {
	width: 100%;
	height: 520px;
	overflow: hidden;
	position: relative;
}

.box_env1_img,
.box_env1_img a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

.box_env1_img a img {
	width: 100%;
	height: 100%;
	transition: .6s;
}

.box_env:hover .box_env1_img a img {
	transform: scale(1.05)
}

.box_env1_font {
	width: 100%;
	height: 140px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.43);
	color: #fff;
}

.box_env1_font_left {
	width: 56%;
	margin: 40px 40px;
}

.box_env1_font_left span {
	display: block;
	font-size: 22px;
	font-weight: bold;
	width: 100%;
	letter-spacing: 1px;
}

.box_env1_font_left p {
	font-size: 16px;
	margin-top: 20px;
}

.box_env1_font_right {
	width: 30%;
	margin: 40px 40px;
}

.box_env1_font_right .box_env1_more1 {
	width: 40%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #fff;
	border-radius: 40px;
	display: block;
	float: left;
	text-align: center;
}

.box_env1_font_right .box_env1_more2 {
	width: 40%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #fff;
	border-radius: 40px;
	display: block;
	float: right;
	text-align: center;
	background: #fff;
	color: #036fc9;
	margin-left: 20px;
	font-size:14px;
}

.box_env1_font_right .box_env1_more1:hover {
	border: 1px solid #036fc9;
	background: #036fc9;
}

.box_env1_font_right .box_env1_more2:hover {
	border: 1px solid #036fc9;
	background: #036fc9;
	color: #fff;
}

.environment .mycol .col {
	float: left;
	padding: 0 0;
	text-align: center;
	margin-top: 22px;
	width: 32%;
	margin-right: 2%;
}

.environment .mycol li:last-child {
	margin-right: 0
}

.box_env2_img {
	width: 100%;
	height: 288px;
	overflow: hidden;
}

.box_env2_img a img {
	width: 100%;
	height: 100%;
	display: block;
}

.box_env2_img img {
	width: 100%;
	height: 100%;
	transition: .6s;
}

.box_env2_font {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #eaeaea;
	text-align: center;
	color: #333;
}

.box_env2_font a {
	width: 100%;
	height: 100%;
	display: block;
	line-height: 60px;
	background: #eaeaea;
	font-size:14px;
}

.environment .mycol li:hover .box_env2_img img {
	transform: scale(1.05)
}

.environment .mycol li:hover .box_env2_font a {
	color: #fff;
	background: #036fc9;
}


/*合作客户*/
.cooperation {width: 100%;height: auto;	background: #eaeaea;min-width: 1200px;}
.cooperations {width: 100%;height: auto;	background: #fff!important;min-width: 1200px;}
.cooperation .mycol .col {width: 19.7%;padding: 0 0;height: 14rem;background: #fff;margin: 0 0.3% 0.3% 0;}
.cooperation li:nth-child(5) {margin-right: 0;}
.cooperation li:nth-child(10) {margin-right: 0;}
.cooperation li:last-child {margin-right: 0;}
.cooperation .mycol .col a {width: 100%;height: 100%;display: block;position: relative;overflow: hidden;}
.cooperation .mycol .col a img {display: block;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;transition: 0.6s;width:70%}
.cooperation .mycol .col:hover a img {transform: scale(1.1)}

/*新闻*/
.index-news .com-title h3 {
	height: 55px;
	font-size: 36px;
}

.index-news .com-title h3:after {
	left: 0;
	margin: 0;
}

.index-news .nav a {
	margin-left: 2vw;
	color: #59616c;
	font-size: 18px;
	transition: all .3s;
}

.index-news .nav a.active,
.index-news .nav a:hover {
	color: #036fc9;
}

.index-news ul.mycol {
	margin: 0 -15px;
}

.index-news li.col {
	padding: 10px 18px;
}

.index-news .item {
	height: 0;
	overflow: hidden;
	position: relative;
	bottom: -10px;
	transition: all .3s;
	opacity: 0;
}

.index-news .item.active {
	height: auto;
	bottom: 0;
	opacity: 1;
}

.index-news .item .box {
	box-shadow: 0 0 10px 0 #ddd;
}

.index-news .item li .box {
	height: 455px;
	overflow: hidden;
	padding: 100px 30px;
	text-align: left;
}

.index-news .item li .box .t {
	margin-top: -435px;
	transition: all .3s;
}

.index-news .item li .date p {
	height: 45px;
	color: #59616c;
	font-size: 18px;
}

.index-news .item li .txt h4 {
	height: 70px;
	overflow: hidden;
	color: #2d343f;
	font-size: 20px;
	line-height: 30px;
	transition: all .3s;
}

.index-news .item li .txt p {
	height: 110px;
	overflow: hidden;
	margin-top: 20px;
	color: #a0a3a8;
	font-size: 14px;
	line-height: 28px;
}

.index-news .item .box:hover {
	background: #036fc9;
}

.index-news .item li:hover .date p {
	color: #fff;
}

.index-news .item li:hover .txt h4 {
	color: #fff;
}
.index-news .item li:hover .txt h4 a{
	color: #fff;
}
.index-news .item li:hover .txt p {
	color: #fff;
}

.mycol {
	margin: 0 -5px;
}

.mycol .col {
	float: left;
	padding: 0 5px;
	text-align: center;
}

/*友情链接*/
.links {
	margin: 30px 0;
	line-height: 1.5;
	color: #59616c;
	font-size: 16px;
}

.links a {
	margin-right: 1vw;
	color: #59616c;
	font-size: 16px;
}

.links a:hover {
	color: #036fc9;
	text-decoration: underline;
}

/*底部*/
.footer {
	min-width: 1200px;
	padding: 40px 0;
	color: #b1b1b1;
	background-color: #212121;
}

.footer_left {
	width: 28%;
}

.footer_logo {
	width: 130px;
	height: 54px;
}

.footer_logo a,
.footer_logo a img {
	width: 100%;
	height: 100%;
	display: block;
}

.footer_nav {
	width: 56%;
}

.footer_nav p {
	font-size: 1.2vw;
	font-weight: bold;
}

.footer_nav li {
	width: 50%;
	float: left;
	text-align: left;
	margin-top: 14px;
}

.footer_nav li a {
	font-size: 1vw;
}

.footer_nav li a:hover {
	color: #036fc9;
}

.footer_right {
	width: 68%;
}

.footer_contact {
	width: 73%;
}

.footer_contact span {
	display: block;
	font-size: 1.2vw;
	font-weight: bold;
}

.footer_contact p {
	font-size: 1vw;
	margin-top: 10px;
	line-height: 24px;
}

.footer_ewm {
	width: 27%;
}

.footer_ewm1 {
	width: 46%;
	margin-right: 8%;
	overflow: hidden;
	text-align: center;
}

.footer_ewm2 {
	width: 46%;
	overflow: hidden;
	text-align: center;
}

.footer_ewm1 img,
.footer_ewm2 img {
	width: 100%;
}

.footer_ewm1 p,
.footer_ewm2 p {
	font-size: 1vw;
	line-height: 30px;
	width: 100%;
}

.footer_copy {
	width: 100%;
	height: 44px;
	background: #121212;
	color: #808080;
}

.footer_copy p {
	float: left;
	width: 60%;
	height: 100%;
	line-height: 44px;
	overflow: hidden;
	font-size: 1vw;
}

.footer_copy p a {
	margin-left: 10px;
	display: inline-block;
}

.footer_copy span {
	float: right;
	height: 100%;
	line-height: 44px;
	overflow: hidden;
	font-size: 1vw;
}

.footer_copy p a:hover {
	color: #036fc9;
}

.footer_copy span a:hover {
	color: #036fc9;
}

@media (max-width: 1500px) {
	.w {
		width: 1200px;
	}
}

@media screen and (min-width:1400px) and (max-width:1500px) {
	.header .nav>ul>li {
		padding: 0 2.5%;
	}

	.header .nav ul li>a {
		font-size: 16px;
	}

	.header .logo {
		width: 25%;
	}
}

@media screen and (min-width:1300px) and (max-width:1400px) {
	.company_honor li img {
		width: 156px;
	}

	.header .nav>ul>li {
		padding: 0 2.5%;
	}

	.header .nav ul li>a {
		font-size: 16px;
	}

	.header .logo {
		width: 25%;
	}
}

@media screen and (min-width:1200px) and (max-width:1300px) {
	.company_honor li img {
		width: 140px;
	}

	.header .nav>ul>li {
		padding: 0 2.5%;
	}

	.header .nav ul li>a {
		font-size: 14px;
	}

	.header .logo {
		width: 25%;
	}
}


/*右侧悬浮*/
.right_nav_fixed {
	right: 0;
	bottom: 40%;
	position: fixed;
	text-align: left;
	overflow: hidden;
	z-index: 999;

}

.right_nav_fixed li {
	background: #036fc9;
	margin: 4px 0;
	padding: 10px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	cursor: pointer;
	position: relative;
	right: -58px;
	width: 102px !important;
}

.right_nav_fixed li .iconBox {
	text-align: center;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.right_nav_fixed li img {
	width: 30px;
}

.right_nav_fixed li h4 {
	color: #fff;
	font-size: 14px;
	margin: 2px 0;
	margin-left: 15px
}

.right_nav_fixed li:hover {
	background: #008bff;
}

.right_nav_fixed li .hideBox {
	display: none;
	position: absolute;
	right: 96px;
	padding: 10px;
	padding-right: 15px;
	top: -10px;
	z-index: 999
}

.right_nav_fixed li .hideBox .hb {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 10px 20px;
	border-top: 2px solid #036fc9;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.right_nav_fixed li .hideBox .hb h5 {
	padding: 5px 0;
	border-bottom: 2px solid #ccc;
	color: #036fc9;
	font-size: 16px;
	font-weight: 400;
	display: block;
	white-space: nowrap
}

.right_nav_fixed li .hideBox .hb p {
	margin-top: 5px;
	font-size: 18px;
	font-weight: 700;
}

.right_nav_fixed li .hideBox .hb .qqtalk {
	margin-top: 10px
}

.right_nav_fixed li .hideBox .hb .qqtalk a {
	display: flex;
	align-items: center
}

.right_nav_fixed li .hideBox .hb .qqtalk img {
	width: 25px;
	height: 25px
}

.right_nav_fixed li .hideBox .hb .qqtalk p {
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
	margin-top: -5px;
	margin-left: 5px
}

.right_nav_fixed li:nth-child(3) .hideBox img {
	width: 140px;
	height: 140px;
	margin-top: 10px
}
