html {
	font-size: 14px;
	overflow-x: hidden;
}

li {
	list-style: none;
}

a {
	color: #212529
}

a:hover {
	text-decoration: none;
}

p, dl, dt, dd, ul {
	margin: 0px;
	padding: 0px;
}



:focus {
	color: #495057;
	border-color: #ddd;
	outline: 0;
	box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

html {
	margin: 0;
	padding: 0;
	border: 0;
}

body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Microsoft YaHei !important;
}

body {
	background: #fff;
	color: #666;
	position: relative;
	font-family: Microsoft YaHei !important;
	vertical-align: baseline;
	width: 100%;
	overflow-x: hidden;
	min-width: 1300px;
}


body::-webkit-scrollbar {
	width: 10px;
	height: 0px;
}
body::-webkit-scrollbar-button{
	background-color: #999;
	height: 0px;
}
body::-webkit-scrollbar-track{
	background: #1a9bdc;
}
body::-webkit-scrollbar-track-piece{
	background: #C7C7C7;
}
body::-webkit-scrollbar-thumb{
	background: #1a9bdc;
}
body::-webkit-scrollbar-corner{
	background:#1a9bdc;
}
body::-webkit-scrollbar-resizer{
	background:#1a9bdc;
}


a {
	text-decoration: none;
	outline: none;
}

a:link {
	color: #666;
}

a:visited {
	color: #666;
}

a:hover,a:active,a:focus {
	color: #1a9bdc;
	text-decoration: none;
	outline: none;
	background: none;
}

input {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}

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

ul,ol,li {
	list-style-type: none !important;
}

select,input,img,select {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table, th, td {
	vertical-align: middle
}

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

.clearfix {
	zoom: 1
}

.clearboth {
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	clear: both;
	font-size: 0px;
}

h1,h2,h3,h4 {
	font-size: 12px;
	font-weight: bold;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
}

h2.text-center {
	border-bottom: 1px solid #dee2e6!important;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.pageController ul {
	display: block;
}

.pageController {
	overflow: hidden;
	padding: 0px 0px;
	text-align: center;
}

.pageController ul li {
	display: inline-table;
}

.pageController ul li a {
	padding: 0px 12px;
	border: 1px #eeeeee solid;
	color: #999;
	font-size: 12px;
	line-height: 36px;
	display: inline-table;
	background: #fff;
	margin: 0px 2px;
	border-radius: 2px;
}

.pageController ul li a:hover {
	background: #1a9bdc;
	color: #fff;
	border: 1px #1a9bdc solid;
}

.pageController ul li .page-num-current {
	background: #1a9bdc;
	color: #fff;
	border: 1px #1a9bdc solid;
}




/**top**/


#menu {
	width: calc(100% - 430px);
	float: left;
}

.nav {
	width: auto;
	display: block;
	text-align: right;
	padding-right: 0px;
}

.nav li {
	line-height: 40px;
	text-align: center;
	width: auto;
	float: none;
	position: relative;
	z-index: 99999;
	display: inline-block;
	margin: 0px 0px 0px 0px;
}

.navej {
	position: absolute;
	width: 130%;
	background: #fff;
	left: -15%;
	display: none;
	padding: 10px 0px;
	box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
}

.nav li a {
	display: block;
	line-height: 90px;
	color: #333;
	font-size: 16px;
	padding: 0px 1vw;
	position: relative;
	transition: all 0.5s;
}

.nav li .jt
{
	width: 0;
	display: block;
	background: #1a9bdc;
	height: 3px;
	position: absolute;
	bottom: 0px;
	left: 50%;
    transition: all 0.5s;
}
.nav li:hover .jt
{
	width:100%;
	left:0px;
}


.nav li:hover a {
	color: #1a9bdc !important;
	text-decoration: none;
	font-weight: normal;
}

.nav .navej a {
	line-height: 40px;
	font-size: 14px;
	color: #666 !important;
}

.nav li:hover .navej a {
	color: #666 !important;
}

.nav li:hover .navej a:hover {
	color: #1a9bdc !important;
}

.nav .sec {
	height: 0;
	color: #fff;
	overflow: hidden;
	z-index: 9999;
	position: absolute;
	top: 54px;
	left: 0px;
	background: none;
}

.nav .sec a {
	color: #fff;
	height: 38px;
	line-height: 38px;
	width: 171px;
}

.nav .sec a:hover {
	text-decoration: none;
}

.mtop_tel {
	display: none;
}

.top_tel {
	padding-left: 0px;
	float: right;
	display: flex;
	max-width: 180px;
	height: 100px;
	justify-content: center;
	align-items: center;
}

.top_tel p {
	color: #fff;
	padding-left: 0px;
	margin-right: 0px;
}



.top_tel a {
	color: #333 !important;
	font-size: 22px;
	line-height: 36px;
	float: right;
	margin-right: 0px;
	background: url(../images/yq_05.png) no-repeat 0px 0px;
	padding-left: 34px;
	border: 0px #fff solid;
	display: block;
	width: 100%;
	font-family: bahnschrift !important;
}

.top_tel .nav_contact {
	width: 90px;
	height: 40px;
	background: #3269ff;
	border-radius: 4px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	float: right;
	margin-right: 0px;
}

.index_top {
	width: 100%;
	background: rgba(255,255,255,0.9);
	position: fixed;
	z-index: 999;
	top: 0px;
	height: 90px;
	min-width: 1300px;
	transition: all 0.5s;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

.index_top:before {
	content: '';
	width: 14%;
	height: 100%;
	right: 0px;
	z-index: -1;
	position: absolute;
}

.index_top .tou2 {
	max-width: 100%;
	padding: 0px 20px;
	margin: auto;
	overflow: hidden;
}

.logo {
	width: 430px;
	float: left;
	height: 90px;
	display: flex;
	position: relative;
	align-items: center;
}

.logo_text {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin-left: 15px;
}

.logo_text span {
	display: block;
	font-size: 16px;
	color: #999999;
	font-weight: normal;
}

#slider {
	overflow: hidden;
	width: 100%;
	margin-top: 100px;
}

.bxslider img {
	width: 100%;
}

.logo a {
	display: flex;
	height: auto;
	justify-content: center;
	align-items: center;
}

.logo a p {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	transition: all 0.5s;
	margin-left: 20px;
}

.logo a p span {
	font-size: 17px;
	color: #999999;
	font-weight: normal;
	display: block;
}

.logo a img {
	float: left;
	height: 40px;
}







/**footer**/
.bq_c {
	max-width: 1300px;
	overflow: hidden;
	padding: 20px 20px;
	margin: auto;
}

.bq {
	max-width: 100%;
	overflow: hidden;
	margin: auto;
	padding: 0px 0px;
	position: relative;
	z-index: 1;
	border-top: 1px rgba(255,255,255,0.05) solid;
}

.bq a {
	color: #fff;
	margin-left: 10px;
	opacity: 1;
}

.bq_left {
	width: 50%;
	float: left;
	color: #fff;
	text-align: left;
	line-height: 1.8em;
	opacity: 0.8;
}

.bq_right {
	width: 50%;
	float: right;
	text-align: right;
	margin: auto;
}

.footer_main {
	background: url(../images/footer.jpg) no-repeat center;
	overflow: hidden;
	width: 100%;
	position: relative;
	background-size: cover;
}

.footer_main:before {
	content: '';
	position: absolute;
	right: 0px;
	height: 100%;
	width: 20%;
}

.footer_main_center {
	max-width: 1300px;
	padding: 0px 20px;
	margin: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.footer_left {
	width: calc(100% - 260px);
	float: left;
	padding: 80px 0px;
}

.footer_left ul li {
	width: auto;
	float: left;
	padding-right: 10%;
}
.footer_left ul li:nth-last-of-type(1) {
	padding-right: 0px;
}

.footer_navyj {
	font-size: 18px;
	color: #ffffff !important;
	padding-bottom: 10px;
	display: block;
}

.footer_navej {
}

.footer_navej a {
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 2.3em;
	opacity: 0.8;
}

.footer_navej a:hover {
	color: #fff;
	opacity: 1;
}

.footer_right {
	width: 260px;
	float: right;
	min-height: 360px;
	padding: 80px 0px;
}

.footer_right p:nth-of-type(1) {
	color: #fff;
	font-size: 16px;
	text-align: left;
	margin-bottom: 5px;
}

.footer_right p:nth-of-type(2) {
	font-size: 30px;
	color: #fff;
	text-align: left;
	margin-bottom: 25px;
	font-family: bahnschrift !important;
}

.footer_right .address {
	text-align: left;
	color: #fff;
	opacity: 0.8;
	line-height: 2em;
}

.footer_right .email {
	text-align: left;
	color: #adadad;
	background: url(../images/msk_81.jpg) no-repeat left center;
	padding-left: 20px;
	margin-bottom: 10px;
}

.footer_right .mobile {
	text-align: left;
	color: #adadad;
	background: url(../images/msk_85.jpg) no-repeat left center;
	padding-left: 20px;
}

