body,
td,
th {
	font-size: 14px;
	color: #666;
}

a {
	color: #666;
	text-decoration: none;
	font-size: 14px;
}

a:hover {
	color: #2255ca;
	text-decoration: underline;
}

body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th {
	margin: 0;
	padding: 0;
}

dl,
dt,
dd {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul,
li {
	list-style: none;
}

em,
i {
	font-style: normal;
}

input,
textarea,
slsct {
	font-family: inherit;
	font-size: 14px;
}

img {
	border: 0;
}

.cl {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}



/*顶部*/
.top_bg {
	width: 100%;
	background: #eee;
	height: 48px;
	line-height: 48px;
}

.top {
	width: 1200px;
	margin: 0 auto;
}

.top_fl {
	float: left;
}

.top_fr {
	float: right;
}

.top_fr li {
	position: relative;
	float: left;
}

.top_fr li:nth-child(1) {
	padding-left: 29px;
	width: 56px;
	background: url(../img/20200819090052_1278101983.png) left no-repeat;
}

.top_fr li:nth-child(2) {
	margin-left: 29px;
	padding-left: 25px;
	width: 70px;
	background: url(../img/20200819090052_274876687.png) left no-repeat;
}

.top_fr li:nth-child(3) {
	margin-left: 21px;
	padding-left: 34px;
	width: 56px;
	background: url(../img/20200819090052_1810554040.png) left no-repeat;
}

.top_fr li em {
	position: absolute;
	top: 20px;
	right: 100px;
	transform: scale(0);
	transition: 0.5s;
	z-index: 10;
}

.top_fr li:hover {
	color: #2255ca;
	cursor: pointer;
}

.top_fr li:hover em {
	transform: scale(1);
}

.top_fr li em img {
	width: 100px;
}



/*抬头*/
.head_bg {
	width: 1200px;
	margin: 0 auto;
}

.head_logo {
	margin-top: 30px;
	width: 369px;
	height: 78px;
	float: left;
}

.head_ggy {
	margin-top: 42px;
	margin-left: 30px;
	float: left;
}

.head_ggy span {
	display: block;
	margin-bottom: 10px;
	color: #333;
	font-size: 26px;
	line-height: 26px;
}

.head_ggy li {
	margin-left: 10px;
	float: left;
	width: 66px;
	height: 40px;
	color: #fff;
	text-align: center;
}

.head_ggy li:nth-child(1) {
	margin-left: 6px;
	background: url(../img/20200819090052_653602663.png) center no-repeat;
}

.head_ggy li:nth-child(2) {
	background: url(../img/20200819090053_508189041.png) center no-repeat;
}

.head_ggy li:nth-child(3) {
	background: url(../img/20200819090053_1977153406.png) center no-repeat;
}

.head_phone {
	float: right;
	margin-top: 45px;
	padding-left: 68px;
	width: 210px;
	line-height: 14px;
	background: url(../img/20200904113003_1195556821.png) left no-repeat;
}

.head_phone span {
	display: block;
	margin-top: 9px;
	font-size: 28px;
	line-height: 28px;
	color: #333;
	font-weight: bold;
}


/*导航*/
.nav_bg {
	margin-top: 18px;
	width: 100%;
	height: 70px;
	background: #2255ca;
}

.nav {
	width: 1200px;
	margin: 0 auto;
}

.nav li {
	position: relative;
	float: left;
	background: url(../img/20200819101219_1602119279.png) right no-repeat;
}

.nav ul li:nth-child(10) {
	background: none;
}

.nav li a {
	display: block;
	padding: 0px 29px;
	line-height: 70px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}

.nav li:hover {
	background: #dcb555 !important;
}

.navcur {
	display: block;
	padding: 0px 30px 0 25px;
	line-height: 70px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	background: #dcb555 !important;
}




/*版权*/
.copy {
	position: relative;
	width: 100%;
	height: 346px;
	background: url(../img/20200820200859_65411307.jpg) center no-repeat;
}

.copy:after {
	position: absolute;
	left: 0;
	top: -15px;
	display: block;
	content: '';
	clear: both;
	width: 100%;
	height: 15px;
	background: url(../img/20200820204111_862454797.png) center no-repeat;
}

.copy a {
	text-decoration: none;
}

.copy_main {
	width: 1200px;
	margin: 0 auto;
}

/*版权左边*/
.copy_fl {
	position: relative;
	float: left;
	width: 785px;
}

.copy_row1 {
	width: 100%;
}

.copy_row1 ul {
	position: relative;
	padding: 50px 0 0 50px;
	float: left;
	width: 210px;
	height: 230px;
}

.copy_row1 ul:before {
	position: absolute;
	top: 0;
	left: 0px;
	content: '';
	display: block;
	
	background: #4e4e4e;
	transition: 0.3s all ease;
}

.copy_row1 ul:after {
	position: absolute;
	top: 55px;
	left: -2px;
	display: block;
	content: '';
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #666666 url(../img/20200820195411_1730765189.png) no-repeat center;
	transition: 0.3s all ease;
}

.copy_row1 ul.copy_row1_2:after {
	background: #666 url(../img/20200820195412_1519038161.png) no-repeat center;
}

.copy_row1 ul.copy_row1_3:after {
	background: #666 url(../img/20200820195412_1573410023.png) no-repeat center;
}

.copy_row1:after {
	content: '';
	display: block;
	clear: both;
}

.copy_row1 ul li a {
	color: #aaa;
	font-weight: 100;
	display: block;
	line-height: 36px;
	padding-left: 17px;
	background: url(../img/20200820203121_453458491.png) left 13px no-repeat;
}

.copy_row1 ul strong a {
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 46px;
}

.copy_row1 ul strong {
	display: block;
	padding-bottom: 10px;
	background: url(../img/20200820195412_1469439060.png) 83px 21px no-repeat;
}

.copy_row1 ul li a:hover {
	color: #eee;
}

/*备案号*/
.copy_row2 {
	position: relative;
	width: 100%;
	line-height: 28px;
	color: #aaa;
	padding-top: 1px;
	text-align: center;
}

.copy_row2 a {
	display: inline-block;
	color: #aaa;
}

.copy_row2 a:hover {
	color: #fff;
}

.copy_row2:after {
	position: absolute;
	top: -12px;
	right: 0;
	content: '';
	display: block;
	width: 1200px;
	height: 1px;
	background: #4e4e4e;
}

/*版权右边*/
.copy_fr {
	float: right;
	padding: 50px 0;
	width: 398px;
}

.copy_tel {
	position: relative;
	padding: 10px 0 15px;
	font-size: 14px;
	font-weight: 100;
	color: #aaa;
	line-height: 24px;
	text-align: right;
}

.copy_tel:after {
	position: absolute;
	bottom: 0;
	right: 2px;
	content: '';
	width: 20px;
	height: 2px;
	display: block;
	background: #fff;
}

.copy_tel strong {
	display: block;
	font-family: TwCenMT;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	line-height: 42px;
	text-align: right;
}

.copy_p2 {
	padding: 15px 0;
}

.copy_p2 p {
	text-align: right;
	font-size: 15px;
	color: #aaa;
	line-height: 35px;
	padding-right: 30px;
	font-family: arial;
}

.copy_p2_1 {
	background: url(../img/20200820195148_2147460405.png) no-repeat right center;
}

.copy_p2_2 {
	background: url(../img/20200820195148_1303527847.png) no-repeat right center;
}






/*右侧浮动*/
.y-kefu-box {
	position: fixed;
	right: 0;
	bottom: 20%;
	z-index: 9999;
	font-size: 13px;
}

.y-kefu-box a {
	text-decoration: none;
}

.y-kefu-box img {
	display: block;
	width: 100%;
	height: auto;
}

.y-kefu-box01 .icon {
	display: block;
	background: url(../img/20200821171554_819600455.png) no-repeat;
	margin: 0 auto 6px;
}

.y-kefu-box01 {
	width: 54px;
	color: #666;
	text-align: center;
}

.y-kefu-box01 .kf-close-btn {
	width: 27px;
	height: 27px;
	background-position: -5px -115px;
	position: relative;
	cursor: pointer;
}

.y-kefu-box01 .kf-close-btn:before {
	content: '';
	display: block;
	width: 1px;
	height: 12px;
	position: absolute;
	bottom: -12px;
	left: 13px;
	z-index: 1;
	background-color: #2255ca;
}

/*颜色更改*/
.y-kefu-box01 .show-status>a,
.y-kefu-box01 .show-status>div {
	display: block;
	width: 52px;
	padding: 8px 0 12px;
	background-color: #fff;
	border-left: solid 1px #efefef;
	border-top: solid 1px #efefef;
	border-right: solid 1px #efefef;
	position: relative;
}

.y-kefu-box01 .show-status {
	position: relative;
}

.y-kefu-box01 .show-status .kf-zixun {
	background-color: #2255ca;
	border-color: #2255ca;
	color: #fff;
	margin: 10px 0 7px;
}

/*颜色更改*/
.y-kefu-box01 .kf-zixun {
	border-radius: 2px;
}

.y-kefu-box01 .kf-zixun i {
	width: 21px;
	height: 22px;
	background-position: -5px -5px;
}

.y-kefu-box01 .kf-mobile {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.y-kefu-box01 .kf-mobile>i {
	width: 18px;
	height: 18px;
	background-position: -5px -32px;
}

.y-kefu-box01 .kf-mobile:hover>i {
	background-position: -30px -32px;
}

.y-kefu-box01 .kf-weChat>i {
	width: 22px;
	height: 19px;
	background-position: -5px -55px;
}

.y-kefu-box01 .kf-weChat:hover>i {
	background-position: -30px -55px;
}

.y-kefu-box01 .kf-email {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.y-kefu-box01 .kf-email>i {
	width: 18px;
	height: 14px;
	background-position: -5px -80px;
}

.y-kefu-box01 .kf-email:hover>i {
	background-position: -30px -80px;
}

.y-kefu-box01 .back-top i {
	width: 13px;
	height: 11px;
	background-position: -5px -98px;
}

.y-kefu-box01 .back-top:hover i {
	background-position: -30px -98px;
}

.y-kefu-box01 .kf-email,
.y-kefu-box01 .back-top {
	border-bottom: solid 1px #efefef;
}

.y-kefu-box01 .back-top {
	margin-top: 5px;
	border-radius: 2px;
	left: 55px;
}

.y-kefu-box01 .hver:hover {
	background-color: #2255ca;
	border-color: #2255ca;
}

/*颜色更改*/
.y-kefu-box01 .hver:hover>p {
	color: #fff;
}

.y-kefu-box01 .mobile-infos,
.y-kefu-box01 .y-ewm-box,
.y-kefu-box01 .y-email-infos {
	background-color: #fff;
	border: solid 1px #efefef;
	position: absolute;
	right: 90px;
	z-index: 2;
	border-radius: 2px;
	display: none;
}

/*电话*/
.y-kefu-box01 .mobile-infos {
	width: 260px;
	text-align: left;
	top: 0;
}

.y-kefu-box01 .mobile-infos>div {
	padding: 20px 0 20px 45px;
	position: relative;
}

.y-kefu-box01 .mobile-infos>div i {
	width: 15px;
	height: 15px;
	background-position: -52px -32px;
	position: absolute;
	top: 22px;
	left: 20px;
	z-index: 2;
}

.y-kefu-box01 .mobile-infos .online1 {
	border-bottom: solid 1px #efefef;
}

.y-kefu-box01 .mobile-infos span {
	color: #b9b9b9;
}

.y-kefu-box01 .mobile-infos p {
	color: #2255ca;
	font-size: 18px;
}

/*颜色更改*/
.right {
	width: 12px;
	height: 12px;
	position: absolute;
	right: -12px;
	top: 24px;
}

.right-arrow1,
.right-arrow2 {
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border-top: 6px transparent dashed;
	border-right: 6px transparent dashed;
	border-bottom: 6px transparent dashed;
	border-left: 6px white solid;
	overflow: hidden;
}

.right-arrow1 {
	left: 1px;
	border-left: 6px #efefef solid;
}

.right-arrow2 {
	border-left: 6px white solid;
}

/*二维码*/
.y-kefu-box01 .y-ewm-box {
	width: 151px;
	height: 178px;
	top: -60px;
}

.y-kefu-box01 .y-ewm-box>div {
	width: 151px;
	height: 178px;
}

.y-kefu-box01 .y-ewm-box img {
	width: 94px;
	height: 94px;
	margin: 30px auto 10px;
}

.y-kefu-box01 .y-ewm-box .y-ewm-img1 {
	width: 150px;
}

.y-kefu-box01 .y-ewm-box .right {
	top: 84px;
}

/*邮箱*/
.y-kefu-box01 .y-email-infos {
	padding: 28px 20px 28px 45px;
	color: #b9b9b9;
	text-align: left;
	bottom: 0;
}

.y-kefu-box01 .y-email-infos p {
	color: #2255ca;
	font-size: 16px;
}

/*颜色更改*/
.y-kefu-box01 .y-email-infos>i {
	width: 18px;
	height: 13px;
	background-position: -52px -80px;
	position: absolute;
	left: 15px;
	top: 30px;
}

.y-kefu-box01 .y-email-infos .right {
	top: 55px;
}

.y-kefu-box01 .hide-status {
	width: 54px;
	height: 65px;
	background-color: #2255ca;
	position: absolute;
	top: 37px;
	left: 55px;
	z-index: 9;
}

/*关闭后颜色*/
.y-kefu-box01 .hide-status .kf-zixun {
	padding: 10px 0 7px;
	color: #fff;
	cursor: pointer;
}