﻿/* 大熊科技通用模块样式表 */

/* TIME:2020-08-04 | author: liangHongHan */
.huanying {
	background: #000;
	height: 40px;
	line-height: 40px;
	padding: 0 50px;
}

.huanying p {
	margin-bottom: 0;
	font-size: 14px;
	color: #fff;
	float: left;
}

.huanying p:nth-child(2),
.huanying p:nth-child(3) {
	float: right;
}

.huanying p:nth-child(3) {
	margin-right: 50px;
}

.huanying p img {
	margin-right: 10px;
}

.head {
	position: absolute;
	top: 40px;
	left: 0;
	background: rgba(0, 0, 0, 0);
	width: 100%;
	height: 100px;
	line-height: 100px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	z-index: 999;
}

.head-inpage {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.head .logo {
	background: #5076b3;
	float: left;
	margin-right: 60px;
	width: 160px;
}

.head .logo img {
	display: block;
	width: 100%;
}

.daohang {
	float: left;
	margin-bottom: 0;
}

.daohang li {
	display: inline-block;
	line-height: 100px;
	padding: 0 27.5px;
	position: relative;
}

.daohang li a {
	color: #fff;
	font-size: 15px;
	position: relative;
}

.daohang li a:after {
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	bottom: -10px;
	left: 0;
	transition: .4s;
	display: block;
	background-color: #fff;
}

.daohang .active a:after {
	width: 100%;
}

.daohang li:hover a:after {
	width: 100%;
}

.daohang li div {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	transform: translateY(100px);
	background-color: #fff;
	padding: 15px 0 15px 27.5px;
	display: none;
}

.daohang li div a {
	display: block;
	width: 100%;
	line-height: normal;
	padding: 10px 0;
	color: #000;
	transition: .4s;
}

.daohang li div a:after {
	display: none;
}

.daohang li div a:before {
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #5076b3;
	transition: .4s;
}

.daohang li div a:hover {
	color: #5076b3;
	padding-left: 15px;
}

.daohang li div a:hover:before {
	width: 10px;
}

.swiper-button-nexta div {
	position: absolute;
	top: 0;
	right: 100%;
	width: 0;
	height: 80px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
	transition: .4s;
}

.swiper-button-preva div {
	position: absolute;
	top: 0;
	left: 100%;
	width: 0;
	height: 80px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	transition: .4s;
}

.swiper-button-preva:hover div,
.swiper-button-nexta:hover div {
	width: 142px;
}

.nav-but {
	width: 120px;
	height: 100px;
	float: right;
	position: relative;
	background-color: #5076b3;
	cursor: pointer;
}

.nav-but .third-box {
	width: 46px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.nav-but .third-box div:first-child {
	width: 100%;
	margin-top: 0;
}

.nav-but .third-box div {
	margin-top: 9px;
}

.nav .nav-but .third-box div:first-child {
	margin-top: 0px;
}

.third-box div:first-child span {
	display: block;
}

.third-box div:first-child span:first-child {
	width: 6px;
	height: 3px;
	background-color: #ffffff;
	float: left;
}

.third-box div:first-child span:nth-child(2) {
	width: 28px;
	height: 3px;
	background-color: #ffffff;
	transition: .3s;
	float: right;
}

.third-box div:nth-child(2) span {
	width: 37px;
	height: 3px;
	float: left;
	background-color: #ffffff;
	transition: .3s;

}

.third-box div:nth-child(3) span:first-child {
	width: 40px;
	height: 3px;
	background-color: #ffffff;
	float: left;
	transition: .3s;
}

.third-box div:nth-child(3) span:nth-child(2) {
	width: 6px;
	height: 3px;
	background-color: #ffffff;
	float: right;
}

.nav-but:hover .third-box div:first-child span:nth-child(2) {
	width: 40px;
	transition: .3s;
}

.nav-but:hover .third-box div:nth-child(2) span {
	transition: .3s;
	margin-left: 9px;
}

.nav-but:hover .third-box div:nth-child(3) span:first-child {
	width: 28px;
	transition: .3s;
}

.form-group {
	float: right;
	margin-right: 50px;
}

.sousuo {
	line-height: 100px;
	padding: 0;
	margin: 0;
	background: none;
	outline: 0;
	border: 0;
}

.sousuo i {
	font-size: 26px;
	color: #ffffff;
	line-height: 100px;
	cursor: pointer;
	z-index: 50;
}

.sousuoinput {
	width: 320px;
	height: 30px;
	margin-top: 36px;
	margin-right: -23px;
	float: left;
	background: none;
	outline: none;
	border: none;
	border-bottom: 1px solid rgba(197, 207, 217, .8);
	padding-right: 30px;
	padding-left: 5px;
	color: #ffffff;
	display: none;
}

.form-group input::-webkit-input-placeholder {
	color: #ecf1f8;
}

.form-group input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ecf1f8;
}

.form-group input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ecf1f8;
}

.form-group input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ecf1f8;
}

.header-group {
	position: relative;
	overflow: hidden;
}

.right_div {
	position: fixed;
	top: 0;
	right: -600px;
	width: 600px;
	height: 100%;
	background: #fff;
	padding: 80px;
	z-index: 1003;
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .6s cubic-bezier(.77, 0, .175, 1);
	transition: all .6s cubic-bezier(.77, 0, .175, 1);
}

.right_p1 {
	font-size: 14px;
	color: #5076b3;
	text-transform: uppercase;
	margin-bottom: 0;
}

.right_div h2 {
	font-size: 36px;
	color: #000;
	margin: 10px 0 45px;
}

.qiehuan {
	margin-bottom: 60px;
	display: flex;
}

.qiehuan a {
	width: 50%;
	padding: 20px 0;
	text-align: center;
	font-size: 24px;
	color: #000000;
	background-color: #f2f4f6;
	transition: .4s;
}

.qiehuan a:first-child {
	margin-right: 20px;
}

.qiehuan .active,
.qiehuan a:hover {
	background-color: #5076b3;
	color: #fff;
}

.contact_index {
	margin: 40px 0;
}

.contact_index p {
	font-size: 16px;
	color: #999999;
	margin-bottom: 10px;
}

.contact_index p:nth-child(3) {
	margin-bottom: 40px;
}

.right_div .contact_icon {
	position: relative;
}

.right_div .contact_icon a {
	margin-left: 0;
	margin-right: 10px;
}

.right_div .contact_icon img {
	left: 0;
}

.contact_anniu {
	height: 100px;
	width: 120px;
	background-color: #000;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.contact_anniu div {
	width: 50px;
	height: 35px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.contact_anniu div:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 4px;
	background-color: #fff;
	display: block;
	transition: .4s;
}

.contact_anniu div:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 4px;
	background-color: #fff;
	display: block;
	transition: .4s;
}

.contact_anniu div span:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 4px;
	background-color: #fff;
	display: block;
	transition: .4s;
}

.contact_anniu div span:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 4px;
	background-color: #fff;
	display: block;
	transition: .4s;
}

.contact_anniu n {
	width: 10px;
	height: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	display: block;
	transition: .4s;
}

.contact_anniu:hover div:after {
	left: calc(100% - 10px);
}

.contact_anniu:hover div:before {
	top: calc(100% - 4px);
}

.contact_anniu:hover div span:after {
	bottom: calc(100% - 4px);
}

.contact_anniu:hover div span:before {
	right: calc(100% - 10px);
}

.eew {
	right: 0;
}

.eew2 {
	right: -100%
}

.heimu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	z-index: -1;
	background-color: rgba(0, 0, 0, .3);
	-webkit-transition: opacity .3s ease-in-out, z-index .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out, z-index .3s ease-in-out;
	transition: opacity .3s ease-in-out, z-index .3s ease-in-out;
}

.heimu.active {
	opacity: 1;
	z-index: 1002;
	-webkit-transition: opacity .3s ease-in-out, z-index .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out, z-index .3s ease-in-out;
	transition: opacity .3s ease-in-out, z-index .3s ease-in-out;
}

.headerfixed {
	position: fixed;
	top: 0;
	animation: mymove .4s;
	-webkit-animation: mymove .4s;
	/*Safari and Chrome*/
	background: #fff;
	border-bottom: 1px solid #e9e9e9;
}

.headerfixed .daohang li>a {
	color: #101010;
}

.headerfixed .daohang li>a:after {
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	bottom: -10px;
	left: 0;
	transition: .4s;
	display: block;
	background-color: #101010;
}

.daohang li:hover>a:after {
	width: 100%;
}

.headerfixed .daohang li div {
	-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.headerfixed i {
	color: #aaa;
}

.headerfixed .sousuoinput {
	border-bottom: 1px solid #e9e9e9;
	color: #aaa;
}

.headerfixed input::-webkit-input-placeholder {
	color: #aaa;
}

.headerfixed input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #aaa;
}

.headerfixed input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #aaa;
}

.headerfixed input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #aaa;
}

@keyframes mymove {
	from {
		top: -100%;
	}

	to {
		top: 0;
	}
}

@-webkit-keyframes mymove

/*Safari and Chrome*/
	{
	from {
		top: 0;
	}

	to {
		top: -100%;
	}
}




/* TIME:2020-08-05 | author: heFengYu */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: 0;
}

html *::-webkit-scrollbar {
	width: 7px;
	background: #fff;
}

html *::-webkit-scrollbar-thumb {
	background: #ccc;
}

html *::-webkit-scrollbar-track-piece {
	width: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	padding: 0;
	margin: 0;
}

fieldset,
iframe,
img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video,
progress {
	display: inline-block;
	vertical-align: baseline;
}

p {
	margin: 0;
}

button {
	background: none;
	border: 0;
	box-sizing: content-box;
	color: inherit;
	cursor: pointer;
	font: inherit;
	line-height: inherit;
	overflow: visible;
	vertical-align: inherit;
}

button:disabled {
	cursor: default;
}

audio:not([controls]) {
	display: none;
}

input {
	font-family: "微软雅黑";
}

input[type="text"],
input[type="tel"],
input[type="button"],
input[type="reset"],
input[type="email"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-family: "微软雅黑";
}

body {
	font: normal normal normal 14px/1.8 Gotham, "Microsoft YaHei", Helvetica,
		Arial, " sans-serif";
	color: #555;
	background: #fff;
}

a,
a:link,
a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}

a:hover {
	text-decoration: none;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

dl,
dd {
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

.clearfix {
	clear: both;
}

/* 其他 */
.grey {
	background: #f1f3f5;
}

.container {
	padding: 0;
	width: 1300px;
	margin: 0 auto;
	position: relative;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
	margin-left: 10px;
	width: 12px;
	height: 12px;
	background: none;
	border: 2px solid #5479b5;
	opacity: 1;
	outline: none;
}

.swiper-pagination-bullet-active {
	background-color: #5076b3 !important;
}

/* 标题 */
.title {
	overflow: hidden;
}

.title i {
	writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
	float: left;
	color: #5076b3;
	font-size: 14px;
	margin-right: 20px;
	line-height: 10px;
	text-transform: uppercase;
	font-style: normal;
}

.title h4 {
	font-size: 36px;
	color: #000000;
	margin: 0 0 10px 0;
}

.title p {
	font-size: 16px;
	color: #666666;
	font-weight: 300;
}

/* btn */
.btn-group {
	position: relative;
	display: inline-block;
	background: #5076b3;
}

.btn-group p {
	color: #fff;
	padding: 20px 40px;
	font-size: 15px;
	position: relative;
	margin: 0;
	line-height: normal;
	z-index: 2;
}

.btn-group span {
	width: 55px;
	height: 1px;
	display: inline-block;
	background: #fff;
	vertical-align: middle;
	margin-left: 5px;
	position: relative;
}

.btn-group span:after {
	content: '';
	width: 7px;
	height: 1px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: #fff;
	transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	/* IE 9 */
	-moz-transform: rotate(30deg);
	/* Firefox */
	-webkit-transform: rotate(30deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(30deg);
	transform-origin: right;
	transition: .4s;
}

.btn-group span:before {
	content: '';
	width: 7px;
	height: 1px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: #fff;
	transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	/* IE 9 */
	-moz-transform: rotate(-30deg);
	/* Firefox */
	-webkit-transform: rotate(-30deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(-30deg);
	transform-origin: right;
	transition: .4s;
}

.btn-group:hover span:after,
.btn-group:hover span:before {
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	/* IE 9 */
	-moz-transform: rotate(0deg);
	/* Firefox */
	-webkit-transform: rotate(0deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(0deg);
	opacity: 0;
}

.btn-group:after {
	content: '';
	width: 0;
	height: 50%;
	display: block;
	background-color: #101010;
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	transition: .4s;
	z-index: 1;
}

.btn-group:before {
	content: '';
	width: 0;
	height: 50%;
	display: block;
	background-color: #101010;
	position: absolute;
	bottom: 0;
	right: 0;
	left: auto;
	transition: .4s;
	z-index: 1;
}

.btn-group:hover:after {
	width: 100%;
	left: auto;
	right: 0;
}

.btn-group:hover:before {
	width: 100%;
	left: 0;
	right: auto;
}


/*foot*/
.foot {
	width: 100%;
	background-color: #101010;
}

.ft-top {
	padding-top: 100px;
}

.ft-top .logo {
	float: left;
	background: none;
	margin-right: 0;
}

.ft-top .logo h4 {
	font-size: 23px;
	color: #bbbbbb;
	margin: 30px 0 5px 0;
}

.ft-top .logo p {
	font-size: 13px;
	color: #bbbbbb;
}

.ft-top .ft-ul1 {
	float: left;
}

.ft-top .ft-ul1 span {
	font-size: 16px;
	color: #ffffff;
}

.ft-top .ft-ul1 ul {
	list-style: none;
	padding: 0;
}

.ft-top .ft-ul1 ul li {
	background-image: url("../images/dian.jpg");
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-top: 24px;
}

.ft-top .ft-ul1 ul li:first-child {
	margin-top: 30px;
}

.ft-ul1 ul li a {
	font-size: 14px;
	color: #bbbbbb;
}

.ft-ul1 ul li a:hover {
	color: #ffffff;
}

.ft-top .ft-ul2 ul {
	list-style: none;
	padding: 0;
}

.ft-top .ft-ul2 span {
	font-size: 16px;
	color: #ffffff;
}

.ft-top .ft-ul2 ul li {
	padding-left: 32px;
	margin-top: 28px;
	position: relative;
	display: block;
}

.ft-top .ft-ul2 ul li:first-child {
	margin-top: 35px;
}

.ft-ul2 ul li a {
	font-size: 14px;
	color: #bbbbbb;
}

.ft-ul2 ul li a:hover {
	color: #ffffff;
}

.ft-top .ft-ul2 ul li:first-child:after {
	content: "\e61f";
	display: block;
	position: absolute;
	color: #5076b3;
	font-size: 18px;
	font-family: iconfont;
	top: -2px;
	left: 0;
}

.ft-top .ft-ul2 ul li:nth-child(2):after {
	content: "\e61b";
	display: block;
	position: absolute;
	color: #5076b3;
	font-size: 18px;
	font-family: iconfont;
	top: 0px;
	left: 0;
}

.ft-top .ft-ul2 ul li:nth-child(3):after {
	content: "\e607";
	display: block;
	position: absolute;
	color: #5076b3;
	font-size: 14px;
	font-family: iconfont;
	top: 0px;
	left: 0;
}

.bq-box {
	border-top: 1px solid #333333;
	padding: 22px 0;
	margin-top: 115px;
}

.bq .bq-left span,
.bq .bq-left a {
	color: #bbbbbb;
	font-size: 13px;
	line-height: 40px;
}

.bq .bq-left span:first-child {
	margin-right: 15px;
	border-right: 1px solid #bbbbbb;
	padding-right: 15px;
}

.bq .bq-left a:hover {
	color: #005bee;
}

.bq .bq-box .bq-right {
	float: right;
	vertical-align: middle;
	position: relative;
}

.bq .bq-left {
	float: left;
	vertical-align: middle;
}

.bq-right a {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-left: 10px;
	background-color: #5076b3;
	position: relative;
}

.bq-right img {
	width: 120px;
	position: absolute;
	bottom: 55px;
	left: 10px;
	display: none;
	border: 2px solid #5076b3;
}

.bq-right .wx:after {
	content: "\e614";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	color: #ffffff;
	font-family: iconfont;
}

.bq-right .niao:after {
	content: "\e652";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	color: #ffffff;
	font-family: iconfont;
}

.bq-right .f:after {
	content: "\e527";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	color: #ffffff;
	font-family: iconfont;
}

.bq-right .in:after {
	content: "\e60d";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	color: #ffffff;
	font-family: iconfont;
}

.bq-right a:hover {
	background: #244e90;
	transition: all ease 0.3s;
}

/* 内页索引 */
.banner .index {
	position: absolute;
	top: 50%;
	left: 16%;
	font-size: 16px;
	color: #fff;
}

.banner .index h4 {
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.banner .index a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
}

.banner .index a.first {
	padding-left: 36px;
	background: url(../images/icon8.png) no-repeat left center;
}

/* 页码 */
.ym {
	text-align: center;
}

.ym a {
	display: inline-block;
	margin: 0 10px;
	padding: 0 5px;
	color: #333;
	font-size: 16px;
	line-height: 32px;
}

.ym .prev {
	transform: rotate(180deg);
}

.ym img {
	display: inline-block;
	height: 12px;
	line-height: 32px;
}

.ym .active {
	border-bottom: 1px solid #5076b3;
	color: #5076b3;
}


/*---------手机站导航开始----------*/
.sp_header {
	height: 50px;
	/*overflow: hidden;*/
	background: #fff;
	position: fixed;
	z-index: 9999;
	width: 100%;
	top: 0;
	left: 0;
	/*border-bottom: 1px solid #ead59f;*/
}

.sp_logo {
	float: left;
}

.sp_logo img {
	margin-top: 12px;
	margin-left: 10px;
	display: block;
	margin-right: 20px;
	width: 80px;
}

.sp_nav {
	width: 55px;
	float: right;
	position: relative;
	cursor: pointer;
	height: 30px;
	margin-top: 14px
}

.sp_nav span {
	display: block;
	background: #5076b3;
	width: 30px;
	height: 4px;
	position: absolute;
	left: 10px;
	transition: all ease 0.35s;
	/* border-radius: 4px; */
}

.sp_nav span:nth-of-type(1) {
	top: 0px
}

.sp_nav span:nth-of-type(2) {
	top: 10px
}

.sp_nav span:nth-of-type(3) {
	top: 20px
}

.sp_nav_se span:nth-of-type(2) {
	width: 20px
}

.sp_nav_se span:nth-of-type(3) {
	width: 10px
}

.sjj_nav {
	position: fixed;
	z-index: 999999;
	background: #fff;
	width: 60%;
	height: 100%;
	font-size: 14px;
	line-height: 40px;
	top: 50px;
	right: -60%;
	border-top: 1px #e9e9e9 solid;
	overflow: auto;
	overflow-x: hidden;
	transition: right ease 0.35s;
}

.nav_show {
	right: 0
}

.sjj_nav ul li i {
	position: absolute;
	top: 6px;
	right: 0px;
	/*border-left: 1px #eee solid;*/
	height: 30px;
	padding: 0px 7px 0 7px
}

.sjj_nav>ul>li {
	border-bottom: 1px #e9e9e9 solid;
	padding: 0 20px;
	position: relative;
	line-height: 46px;
	font-size: 14px
}

.sjj_nav ul li ul {
	display: none;
	padding-bottom: 10px;
	padding-left: 10px;
}

.sjj_nav ul li>ul>li {
	font-size: 14px;
	line-height: 30px;
	position: relative;
	width: 100%;
}

.sjj_nav ul li a {
	color: #333;
	width: 80%
}

.sjj_nav ul li ul li a {
	color: #888;
	text-align: left;
	display: block;
	width: 100%;
}

.sjj_nav ul li i svg {
	width: 20px;
	height: 20px;
	fill: #5076b3;
}

.sjj_nav ul li ul li>ul {
	margin-left: 10px
}

.yd_nav {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 99;
	padding: 5px 0;
	border-top: 1px #e9e9e9 solid;
	overflow: hidden
}

.yd_nav ul {
	overflow: hidden;
}

.yd_nav ul li {
	width: 25%;
	float: left;
	text-align: center;
	/*border-right: 1px rgba(0,0,0,0.1) solid;*/
}

.yd_nav ul li:last-child {
	border-right: 0
}

.yd_nav ul li i {
	display: inline-block;
	color: #aaa;
	font-size: 24px;
	line-height: 26px;
}

.yd_nav ul li h4 {
	color: #999;
	margin: 0;
	font-size: 13px;
	line-height: 15px;
}

.yd_nav ul .active h4 {
	color: #5076b3;
}

.yd_nav ul .active i {
	color: #5076b3;
}
.sjj_nav>ul>li:last-child a{
	color: #5076b3;
}
/*--------手机站导航结束---------*/



/* -------------------------1681------------------------- */
@media (max-width: 1681px) {}
/* -------------------------1441------------------------- */
@media (max-width: 1441px) {
	.container{
		width: 1200px;
	}
	.daohang li{
		padding: 0 20px;
	}
	.qiehuan{
		margin-bottom: 40px;
	}
	.right_div{
		padding: 60px 80px;
	}
	.right_div h2{
		font-size: 30px;
		margin-bottom: 20px;
	}
	.qiehuan a{
		font-size: 20px;
		padding: 15px 0;
	}
	.contact_index {
		margin: 20px 0;
	}	
	.contact_index p {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.contact_index p:nth-child(3) {
		margin-bottom: 20px;
	}
	.sousuoinput{
		width: 200px;
	}
}
/* -------------------------1367------------------------- */
@media (max-width: 1367px) {
	
}
/* -------------------------1201------------------------- */
@media (max-width: 1201px) {
	body {
		padding-top: 50px;
		padding-bottom: 55px;
	}
	.banner .index{
		top: 50%;
		transform: translate(0 , -50%);
	}
	.container{
		width: 970px;
	}
}
/* -------------------------997------------------------- */
@media (max-width: 997px) {
	.container{
		width: 730px;
	}
	.title h4{
		font-size: 30px;
	}
	.title p{
		font-size: 14px;
	}
	.title i{
		display: none;
	}
}
/* -------------------------766------------------------- */
@media (max-width: 766px) {
	.container{
		width: 100%;
		padding: 0 15px;
	}
	.banner .index{
		font-size: 13px;
		position: initial;
		top: 0;
		transform: translate(0,0);
		color: #666;
		border-bottom: 1px solid #e9e9e9;
	}
	.banner .index h4{
		display: none;
	}
	.banner .index a{
		font-size: 13px;
		color: #666;
		line-height: 36px;
	}
	.banner .index a.first{
		background: none;
		padding-left: 15px;
	}
	.btn-group p{
		padding: 15px 30px;
	}
}
/* -------------------------410------------------------- */
@media (max-width: 410px) {}
/* -------------------------380------------------------- */
@media (max-width: 380px) {}
/* -------------------------340------------------------- */
@media (max-width: 340px) {}