 @charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
body {
	font: 14px/1.6 Arial, RobotoRegular, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif;
}
table, td, tr, th {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
}
ol, ul {
	list-style: none;
}
li {
	list-style-type: none;
}
img {
	vertical-align: middle;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: normal;
}
.clear {
	clear: both;
}
.clear:after {
	display: block;
	overflow: hidden;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
a {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

::placeholder {
 color: #999;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.w1400 {
	width: 1400px;
}
#toolbar{
	display: none;
}
#wxnr{
	display: none;
}
#weixin{
	display: none;
}
 @media (max-width:1440px) {
.w1400 {
	width: 94%;
}
}
@font-face {
	font-family: "Helvetica";
	src: url('../fonts/Helvetica.ttf');
}
@font-face {
	font-family: "HelveticaBold";
	src: url("../fonts/HelveticaBold.ttf");
}
@font-face {
	font-family: "PangMen";
	src: url("../fonts/PangMen.ttf");
}
@font-face {
	font-family: "YouSheBiaoTiHei";
	src: url("../fonts/YouSheBiaoTiHei.ttf");
}
@font-face {
	font-family: "KOULEN";
	src: url("../fonts/KOULEN-REGULAR.TTF");
}
@font-face {
	font-family: "Impact";
	src: url("../fonts/Impact.ttf");
}
@font-face {
	font-family: "RobotoRegular";
	src: url("../fonts/RobotoRegular.ttf");
}
@font-face {
	font-family: "RobotoBold";
	src: url("../fonts/RobotoBold.ttf");
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
 width: 0;
}
/* 滚动槽宽度 */
::-webkit-scrollbar-track {
 background-color: #e6e6e6;
 border-radius: 0px;
}

::-webkit-scrollbar-thumb {
 background-color: #183980;
}

/* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb:window-inactive {
 background-color: #183980;
}
/* 滚动条滑块点击状态 */
.ey_top {
	width: 100%;
	height: 94px;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.ey_top .eytop_main {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 0 40px;
	position: relative;
}
.eytop_main .ey_logo {
	width: auto;
	height: 60px;
	overflow: hidden;
	margin: 17px 0;
	float: left;
}
.ey_logo a {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 60px;
	overflow: hidden;
}
.ey_logo a img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.eytop_main .eytop_scbtn {
	width: 94px;
	height: 94px;
	float: right;
}
.eytop_scbtn a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 25px;
	background-color: #2e3643;
	position: relative;
}
.eytop_scbtn a svg {
	display: block;
	width: 100%;
	height: 100%;
}
.eytop_scbtn a:hover {
	background-color: #212935;
}
.z_mask {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 94px;
	background: rgba(0, 0, 0, .5);
	z-index: 999;
	display: none;
}
.eytop_search {
	width: 100%;
	height: auto;
	padding: 40px 0;
	position: fixed;
	left: 0;
	top: 94px;
	z-index: 9999;
	transform: translateY(94px);
	background: linear-gradient(to right, #2e3643, #2e3643);
	text-align: center;
	opacity: 0;
	visibility: hidden;
}
.eytop_search.on {
	transform: translateY(0px);
	visibility: inherit;
	opacity: 1;
}
.eytop_search form {
	width: 40%;
	height: 80px;
	margin: 0 auto;
	padding: 0 80px 0 0;
	border-bottom: 1px solid #fafafa;
	position: relative;
}
.eytop_search form .scipt {
	width: 100%;
	height: 79px;
	overflow: hidden;
}
.eytop_search form .scipt input {
	display: block;
	width: 100%;
	height: 79px;
	overflow: hidden;
	line-height: 79px;
	color: #fafafa;
	font-family: Arial, RobotoRegular, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: none;
	border: 0;
	outline: none;
}
 .eytop_search form .scipt input::-moz-placeholder {
 color: rgba(255, 255, 255, 0.5);
}
 .eytop_search form .scipt input:-ms-input-placeholder {
 color: rgba(255, 255, 255, 0.5);
}
 .eytop_search form .scipt input::-webkit-input-placeholder {
 color: rgba(255, 255, 255, 0.5);
}
.eytop_search form .scbtn {
	width: 80px;
	height: 79px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
.eytop_search form .scbtn input {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(../images/ssbtn_icon1.png) center center no-repeat;
	background-size: 40px 40px;
	border: 0;
	outline: none;
	cursor: pointer;
}
.eytop_main .eytop_tel {
	width: 94px;
	height: 94px;
	background-color: #183980;
	position: relative;
	float: right;
}
.eytop_tel i {
	display: block;
	width: 36px;
	height: 36px;
	margin: 29px auto;
}
.eytop_tel i svg {
	display: block;
	width: 100%;
	height: 100%;
}
.eytop_tel p {
	width: 0;
	height: 94px;
	overflow: hidden;
	line-height: 40px;
	color: #fff;
	font-size: 28px;
	padding: 27px 0;
	background-color: #183980;
	position: absolute;
	top: 0;
	right: 100%;
	z-index: 1;
}
.eytop_tel:hover p {
	width: auto;
	padding: 27px 0 27px 27px;
}
 @media (max-width:1560px) {
.eytop_search form {
	width: 50%;
}
.eytop_search form .scipt input {
	font-size: 17px;
}
}
 @media (max-width:1440px) {
.ey_top {
	height: 80px;
}
.ey_top .eytop_main {
	padding: 0 0 0 3%;
}
.eytop_main .ey_logo {
	margin: 10px 0;
}
.eytop_main .eytop_scbtn, .eytop_main .eytop_tel {
	width: 80px;
	height: 80px;
}
.eytop_scbtn a {
	padding: 21px;
}
.eytop_tel i {
	width: 32px;
	height: 32px;
	margin: 24px auto;
}
.eytop_tel:hover p {
	padding: 20px 0 20px 20px;
}
.eytop_tel p {
	height: 80px;
	font-size: 24px;
}
.eytop_search {
	padding: 30px 0;
}
.eytop_search form {
	height: 61px;
	padding: 0 60px 0 0;
}
.eytop_search form .scipt {
	width: 100%;
	height: 60px;
}
.eytop_search form .scipt input {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
}
.eytop_search form .scbtn {
	width: 60px;
	height: 60px;
}
.eytop_search form .scbtn input {
	background: url(../images/ssbtn_icon1.png) center center no-repeat;
	background-size: 30px 30px;
}
.z_mask, .eytop_search {
	top: 80px;
}
}
 @media (max-width:1280px) {
.ey_top {
	height: 80px;
}
.eytop_main .ey_logo {
	height: 60px;
	margin: 10px 0;
}
.ey_logo a {
	height: 60px;
}
.z_mask {
	top: 80px;
}
.eytop_main .eytop_scbtn {
	width: 80px;
	height: 80px;
}
.eytop_scbtn a img {
	width: 30px;
	height: 30px;
}
.eytop_search {
	padding: 30px 0;
	top: 80px;
	transform: translateY(80px);
}
.eytop_search form {
	height: 51px;
	padding: 0 50px 0 0;
}
.eytop_search form .scipt {
	width: 100%;
	height: 50px;
}
.eytop_search form .scipt input {
	height: 50px;
	line-height: 50px;
	font-size: 15px;
}
.eytop_search form .scbtn {
	width: 50px;
	height: 50px;
}
.eytop_search form .scbtn input {
	background: url(../images/ssbtn_icon1.png) center center no-repeat;
	background-size: 26px 26px;
}
}
 @media (max-width:1200px) {
.ey_top {
	animation-name: none !important;
}
.eytop_main .eytop_tel, .eytop_tel p {
	background-color: #cb9900;
}
}
 @media (max-width:1024px) {
}
 @media (max-width:800px) {
.ey_top .eytop_main {
	padding: 0 0 0 10px;
}
..ey_logo a img{
	max-width:80%;
}
.eytop_search form {
	width: 80%;
}
}
 @media (max-width: 767px) {
.side{
	display: none;
}
.ey_top {
	height: 60px;
}
.eytop_main .ey_logo {
	height: 50px;
	margin: 5px 0;
}
.ey_logo a {
	height: 50px;
}
.eytop_main .eytop_tel {
	display: none;
}
.z_mask {
	top: 60px;
}
.eytop_main .eytop_scbtn {
	width: 60px;
	height: 60px;
}
.eytop_scbtn a {
	padding: 14px;
}
.eytop_search {
	padding: 20px 0;
	top: 60px;
	transform: translateY(60px);
}
.eytop_search form {
	width: 90%;
	height: 45px;
	padding: 0 44px 0 0;
}
.eytop_search form .scipt {
	width: 100%;
	height: 44px;
}
.eytop_search form .scipt input {
	height: 44px;
	line-height: 44px;
	font-size: 14px;
}
.eytop_search form .scbtn {
	width: 44px;
	height: 44px;
}
.eytop_search form .scbtn input {
	background: url(../images/ssbtn_icon1.png) center center no-repeat;
	background-size: 22px 22px;
}
}
 @media (max-width: 390px) {
.eytop_main .ey_logo {
	height: 44px;
	margin: 8px 0;
}
.ey_logo a {
	height: 44px;
}
}
 @media (max-width: 320px) {
.eytop_main .ey_logo {
	height: 40px;
	margin: 10px 0;
}
.ey_logo a {
	height: 40px;
}
.eytop_main .eytop_scbtn {
	width: 50px;
	height: 60px;
}
.eytop_scbtn a {
	padding: 11px;
}
}
.ey_nav {
	width: auto;
	height: auto;
	padding: 0 30px 0 0;
	float: right;
}
.ey_nav li, .ey_nav a {
	text-decoration: none;
	list-style: none;
}
 .ey_nav ::-webkit-scrollbar {
 display: none;
}
.ey_nav .nav_list {
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ey_nav .nav_list>ul>li {
	width: auto;
	position: relative;
	list-style: none;
	padding: 0 30px;
	float: left;
}
.ey_nav .nav_list>ul>li:last-child {
	background: none;
}
.ey_nav .nav_list>ul>li>a {
	display: inline-block;
	width: 100%;
	line-height: 60px;
	color: #333;
	font-size: 18px;
	text-align: center;
	padding: 17px 0;
	text-decoration: none;
	position: relative;
}
.ey_nav .nav_list>ul>li:hover>a, .ey_nav .nav_list>ul>li.active>a {
	color: #183980;
}
.ey_nav .nav_list>ul>li>a::after {
	content: '';
	display: block;
	width: 0%;
	height: 3px;
	background-color: #183980;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.ey_nav .nav_list>ul>li:hover>a::after, .ey_nav .nav_list>ul>li.active>a::after {
	width: 100%;
}
.ey_nav .nav_list>ul>li i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/down.png) center center no-repeat;
	background-size: 10px 10px;
	vertical-align: middle;
	cursor: pointer;
	display: none;
}
.ey_nav .nav_list>ul>li i.cur {
	background: url(../images/up.png) center center no-repeat;
	background-size: 10px 10px;
	text-decoration: none;
}
.ey_nav .nav_list>ul>li ul {
	display: none;
	position: absolute;
	left: -20%;
	top: 90px;
	z-index: 9;
	width: 140%;
	overflow: hidden;
	background-color: #fff;
	border-top: 2px solid #183980;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 2px 2px;
}
.ey_nav .nav_list>ul>li:hover ul {
	display: block;
}
.ey_nav .nav_list>ul>li ul li {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	border-bottom: 1px solid rgba(85, 87, 89, 0.1);
}
.ey_nav .nav_list>ul>li ul li:last-child {
	border: 0;
}
.ey_nav .nav_list>ul>li ul li a {
	display: block;
	width: 100%;
	height: 60px;
	overflow: hidden;
	line-height: 60px;
	color: #555;
	font-size: 18px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0 8px;
}
.ey_nav .nav_list>ul>li ul li a:hover {
	color: #183980;
}
.ey_nav .nav_menu {
	display: none;
}
 @media (max-width:1680px) {
.ey_nav {
	padding: 0 25px 0 0;
}
.ey_nav .nav_list>ul>li {
	padding: 0 25px;
}
}
 @media (max-width:1600px) {
.ey_nav .nav_list>ul>li>a {
	font-size: 17px;
}
.ey_nav .nav_list>ul>li>a>em.l {
	left: 10px;
}
.ey_nav .nav_list>ul>li>a>em.r {
	right: 10px;
}
}
 @media (max-width:1560px) {
.ey_nav {
	padding: 0 22px 0 0;
}
.ey_nav .nav_list>ul>li {
	padding: 0 22px;
}
.ey_nav .nav_list>ul>li>a>em.l {
	left: 8px;
}
.ey_nav .nav_list>ul>li>a>em.r {
	right: 8px;
}
}
 @media (max-width:1440px) {
.ey_nav {
	padding: 0 20px 0 0;
}
.ey_nav .nav_list>ul>li {
	padding: 0 20px;
}
.ey_nav .nav_list>ul>li>a {
	font-size: 16px;
	padding: 10px 0;
}
.ey_nav .nav_list>ul>li>a>em.l {
	left: 6px;
}
.ey_nav .nav_list>ul>li>a>em.r {
	right: 6px;
}
}
 @media (max-width:1366px) {
.ey_nav {
	padding: 0 16px 0 0;
}
.ey_nav .nav_list>ul>li {
	padding: 0 16px;
}
}
 @media (max-width:1280px) {
.ey_nav {
	padding: 0 14px 0 0;
}
.ey_nav .nav_list>ul>li {
	padding: 0 14px;
}
}
 @media (max-width:1200px) {
.ey_nav {
	height: 0;
	margin: 0;
	padding: 0;
}
.ey_nav .nav_list {
	width: 60%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 9999;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.ey_nav .nav_list ul {
	width: 50%;
	height: 100%;
	background-color: #fff;
	position: relative;
	z-index: 9999;
}
.ey_nav .nav_list .nav_mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9998;
}
.ey_nav .nav_list ul>li {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background: none;
	box-sizing: border-box;
	position: relative;
}
.ey_nav .nav_list ul>li a {
	display: block;
	width: 100%;
	line-height: 80px;
	color: #333;
	font-size: 18px;
	text-align: left;
	padding: 0 60px 0 20px;
	border-bottom: 1px solid rgba(85, 87, 89, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ey_nav .nav_list>ul>li:hover, .ey_nav .nav_list>ul>li.active {
	background-color: #183980;
}
.ey_nav .nav_list>ul>li:hover>a, .ey_nav .nav_list>ul>li.active>a {
	color: #fff;
	border-bottom: 1px solid #183980;
}
.ey_nav .nav_list>ul>li>a>em {
	display: none;
}
.ey_nav .nav_list>ul>li>a::after {
	display: none;
}
.ey_nav .nav_list>ul>li i {
	display: block;
	width: 60px;
	height: 60px;
	background-size: 14px 9px;
	position: absolute;
	top: 0;
	right: 0;
}
.ey_nav .nav_list>ul>li i.cur {
	background-size: 14px 9px;
}
.ey_nav .nav_list>ul>li ul {
	width: 100%;
	overflow: hidden;
	position: inherit;
	left: inherit;
	top: inherit;
	background-color: #f8f8f8;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid rgba(85, 87, 89, 0.1);
}
.ey_nav .nav_list>ul>li:hover>em, .ey_nav .nav_list>ul>li.active>em {
	display: none;
}
.ey_nav .nav_list>ul>li ul li a {
	height: 48px;
	line-height: 48px;
	color: #888;
	text-align: left;
	border: 0;
	padding: 0 40px;
}
.ey_nav .nav_menu {
	display: block;
	width: 80px;
	height: 80px;
	padding: 28px 20px;
	background-color: #183980;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ey_nav .nav_menu span {
	display: block;
	width: 30px;
	height: 2px;
	background-color: #fff;
	border-radius: 1px;
	margin: 0 auto;
}
.ey_nav .nav_menu span+span {
	margin-top: 8px;
}
.ey_nav .open {
	width: 100%;
	overflow: auto;
	left: 0%;
}
.ey_nav .nav_menu:active {
	background-color: #183980;
}
}
 @media (max-width: 767px) {
.ey_nav .nav_menu {
	width: 60px;
	height: 60px;
	padding: 18px 16px;
}
.ey_nav .nav_menu span {
	width: 28px;
}
.ey_nav .nav_list ul>li a {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	padding: 0 20px;
}
}
 @media (max-width: 320px) {
.ey_nav .nav_menu {
	width: 50px;
	padding: 20px 12px;
}
.ey_nav .nav_menu span {
	width: 24px;
}
.ey_nav .nav_menu span+span {
	margin-top: 6px;
}
.ey_nav .nav_list ul>li a {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	padding: 0 20px;
}
}
.eyfoot {
	overflow: hidden;
	background: #151c28 url(../images/footbg.png) center center no-repeat;
	border-top: 8px solid #183980;
	position: relative;
}
.eyfoot .eyfoot_main {
	margin: 0 auto
}
.eyfoot_main .eyfoot_head {
	padding: 40px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.eyfoot_head .eyfoot_logo {
	width: auto;
	height: 40px;
	overflow: hidden;
	float: left;
}
.eyfoot_logo a {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 40px;
	overflow: hidden;
}
.eyfoot_logo a img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.eyfoot_head .eyfoot_tel {
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	float: right;
}
.eyfoot_main .eyfoot_middle {
	margin: 60px auto 40px;
}
.eyfoot_middle .eyfoot_menu {
	float: left;
}
.eyfoot_menu ul li {
	padding-left: 180px;
	float: left;
}
.eyfoot_menu ul li:first-child {
	padding-left: 0;
}
.eyfoot_menu ul li span {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
}
.eyfoot_menu ul li p {
	height: auto;
	max-height: 140px;
	overflow: hidden;
}
.eyfoot_menu ul li p a {
	display: block;
	max-width: 200px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 5px;
}
.eyfoot_menu ul li p a:hover {
	color: #fff;
}
.eyfoot_middle .eyfoot_right {
	margin-top: -40px;
	float: right;
}
.eyfoot_right .eyfoot_email {
	margin-bottom: 20px;
}
.eyfoot_email span {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 20px;
	text-align: right;
	margin-bottom: 8px;
}
.eyfoot_email p {
	line-height: 22px;
	color: #fff;
	font-size: 14px;
	text-align: right;
}
.eyfoot_ewm {
	text-align: right;
}
.eyfoot_ewm i {
	display: inline-block;
	width: 124px;
	height: 124px;
	overflow: hidden;
	margin-bottom: 6px;
}
.eyfoot_ewm i img {
	display: block;
	width: 100%;
	height: 100%;
}
.eyfoot_ewm p {
	line-height: 22px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	text-align: right;
}
.eyfoot_copy {
	margin-top: 40px;
	padding-bottom: 40px;
}
.eyfoot_copy p {
	width: auto;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	text-align: center;
}
.eyfoot_copy p a {
	color: rgba(255, 255, 255, 0.5);
}
.eyfoot_copy p a:hover {
	color: #fff;
}
.eyfoot_copy p.fr a {
	display: inline-block;
	line-height: 28px;
	color: #fff;
	font-size: 14px;
	vertical-align: top;
	padding: 0 20px;
	background-color: #183980;
}
.eylinks {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 40px auto;
	padding: 10px 20px;
	background-color: #1c232f;
}
.eylinks .eylinks_title {
	width: 130px;
	height: 34px;
	overflow: hidden;
	line-height: 34px;
	color: #ffffff;
	font-size: 16px;
	float: left;
}
.eylinks_title i {
	display: block;
	width: 34px;
	height: 34px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 50%;
	margin-right: 8px;
	padding: 7px;
	float: left;
}
.eylinks_title i svg {
	display: block;
	width: 100%;
	height: 100%;
}
.eylinks .eylinks_list {
	width: calc(100% - 130px);
	padding: 3px 0;
	float: right;
}
.eylinks_list a {
	display: inline-block;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	vertical-align: top;
	margin-right: 16px;
}
.eylinks_list a:hover {
	color: #ffffff;
}
 @media (max-width:1440px) {
.eyfoot_main .eyfoot_head {
	padding: 30px 0;
}
.eyfoot_main .eyfoot_middle {
	margin: 40px auto 30px;
}
.eyfoot_middle .eyfoot_right {
	margin-top: -20px;
}
.eyfoot_email span {
	margin-bottom: 2px;
}
.eylinks {
	margin: 30px auto;
}
.eyfoot_copy {
	margin-top: 30px;
	padding-bottom: 30px;
}
}
 @media (max-width:920px) {
.eyfoot_menu ul li {
	padding-left: 100px;
}
}
 @media (max-width:820px) {
.eyfoot_menu ul li {
	padding-left: 80px;
}
}
 @media (max-width:767px) {
.eyfoot {
	border-top: 4px solid #183980;
}
.eyfoot_main .eyfoot_head {
	padding: 20px 0 0;
	border: 0;
}
.eyfoot_head .eyfoot_logo {
	margin-bottom: 12px;
	float: none;
}
.eyfoot_logo a {
	display: block;
	text-align: center;
}
.eyfoot_head .eyfoot_tel {
	text-align: center;
	float: none;
}
.eyfoot_main .eyfoot_middle {
	display: none;
	margin: 20px auto;
}
.eyfoot_middle .eyfoot_menu {
	width: 100%;
	float: none;
	display: none;
}
.eyfoot_menu ul {
	margin: 0 -6px;
}
.eyfoot_menu ul li {
	width: 33.333333%;
	padding: 0 6px !important;
	float: left;
}
.eyfoot_menu ul li span, .eyfoot_menu ul li p a {
	text-align: center;
}
.eyfoot_middle .eyfoot_right {
	margin: 0 auto;
	float: none;
}
.eyfoot_email span, .eyfoot_email p, .eyfoot_ewm p {
	text-align: center;
}
.eyfoot_ewm i {
	display: block;
	margin: 0 auto 6px;
}
.eylinks {
	margin: 20px auto;
	padding: 10px 12px;
}
.eylinks .eylinks_title {
	float: none;
}
.eylinks .eylinks_list {
	width: 100%;
	margin-top: 10px;
	padding: 0;
	float: none;
}
.eylinks_list a {
	margin-right: 12px;
}
.eyfoot_copy {
	margin-top: 14px;
	padding-bottom: 14px;
}
.eyfoot_copy p {
	padding: 6px 0;
	text-align: center;
	float: none !important;
}
.eyfoot_copy p.fr a {
	padding: 0 12px;
}
/* 工具栏 */
#toolbar{
	display: block;
}
#wxnr{
	display: block;
}
#weixin{
	display: block;
}

#toolbar {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 888;
	height: 60px;
	left: 0;
}
#toolbar .list {
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	height: 60px;
	margin: 0 auto;
	background: #183980;
}
#toolbar .list li {
	float: left;
	width: 25%;
	height: 60px;
	text-align: center;
	border: 1px solid #022164;
	border-left: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#toolbar .list li:first-child {
	border-left: 1px solid #022164;
}
#toolbar .list a {
	display: block;
	height: 60px;
	line-height: 30px;
	font-size: 30px;
	padding-top: 0px;
}
#toolbar .list a span {
	text-align: center;
	color: #fff;
	display: block;
	font-size: 15px;
	line-height: 15px;
}
#toolbar .list a s {
	width: 34px;
	height: 34px;
	display: block;
	margin:5px auto 0px;

}
#toolbar .list li:nth-child(1) a s{
	background: url(../images/footnav_01.png) no-repeat center center;
	background-size: 70%;
}
#toolbar .list li:nth-child(2) a s{
	background: url(../images/footnav_02.png) no-repeat center center;
	background-size: 70%;
}
#toolbar .list li:nth-child(3) a s{
	background: url(../images/footnav_03.png) no-repeat center center;
	background-size: 70%;
}
#toolbar .list li:nth-child(4) a s{
	background: url(../images/footnav_04.png) no-repeat center center;
	background-size: 70%;
}
#toolbar .list li:hover {
	background:#022164;
}
/*微信弹窗*/
#wxnr {
	width: 100%;
	height: 100%;
	max-width: 640px;
	min-width: 320px;
	position: fixed;
	top: 0;
	z-index: 1000;
	display: none;
	background: rgba(0,0,0,.6);
}
#wxnr .nrdf {
	margin: auto;
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
	width: 300px;
	height: 300px;
	padding: 20px;
	padding-top: 10px;
	margin-top: -2.5rem;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 2px 6px #777;
	-webkit-box-shadow: 0px 2px 6px #777;
	-moz-box-shadow: 0px 2px 6px #777;
	border-radius: 10px;
}
#wxnr img {
	width: 180px;
	height: 180px;
	display: block;
	margin: 5px auto;
}
#wxnr p {
	font-size: 16px;
	line-height: 22px;
	height: 22px;
	text-align: center;
}
#wxnr i {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-style: normal;
	background: #333;
	border-radius: 20px;
	cursor: pointer;
}
#wxnr span {
	display: inline-block;
	padding: 0px 10px;
	line-height: 22px;
	background-color: #dc0000;
	color: #fff;
	border-radius: 25px;
	cursor: pointer;
}
#wxnr span.wx {
	padding-left: 25px;
	background-image: url(../images/wx.png);
	background-size: 18%;
	background-position: 10px center;
	background-repeat: no-repeat;
}
/*复制提示*/
#weixin {
	position: fixed;
	top: 50%;
	margin-top: -0.4rem;
	z-index: 9999999;
	font-size: 0.26rem;
	color: #fff;
	width: 90%;
	right: 5%;
	line-height: 0.8rem;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	border: 2px solid #333;
	border-radius: 0.1rem;
	display: none;
}

}
.side {
    position: fixed;
    width: 78px;
    right: 0;
    top: 50%;
    margin-top: -200px;
    z-index: 100;
    border: 1px solid #e0e0e0;
    background: #fff;
    border-bottom: 0
}

.side ul li {
    width: 78px;
    height: 78px;
    float: left;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    transition: all .3s;
    cursor: pointer
}

.side ul li:hover {
    background: #183980;
    color: #fff
}

.side ul li:hover a {
    color: #fff
}

.side ul li i {
    height: 25px;
    margin-bottom: 1px;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 25px;
    margin-top: 14px;
    transition: all .3s
}

.side ul li i.bgs1 {
    background-image: url(../images/right_pic5.png)
}

.side ul li i.bgs2 {
    background-image: url(../images/right_pic7.png)
}

.side ul li i.bgs3 {
    background-image: url(../images/right_pic2.png)
}

.side ul li i.bgs4 {
    background-image: url(../images/right_pic1.png)
}

.side ul li i.bgs5 {
    background-image: url(../images/right_pic3.png)
}

.side ul li i.bgs6 {
    background-image: url(../images/right_pic6_on.png)
}

.side ul li:hover i.bgs1 {
    background-image: url(../images/right_pic5_on.png)
}

.side ul li:hover i.bgs2 {
    background-image: url(../images/right_pic7_on.png)
}

.side ul li:hover i.bgs3 {
    background-image: url(../images/right_pic2_on.png)
}

.side ul li:hover i.bgs4 {
    background-image: url(../images/right_pic1_on.png)
}

.side ul li:hover i.bgs5 {
    background-image: url(../images/right_pic3_on.png)
}

.side ul li .sidebox {
    position: absolute;
    width: 78px;
    height: 78px;
    top: 0;
    right: 0;
    transition: all .3s;
    overflow: hidden
}
.side ul li a{
    color:#333;
}

.side ul li.sidetop {
    background: #183980;
    color: #fff
}

.side ul li.sidetop:hover {
    opacity: .8;
    filter: Alpha(opacity=80)
}

.side ul li.sideewm .ewBox.son {
    width: 238px;
    display: none;
    color: #363636;
    text-align: center;
    padding-top: 235px;
    position: absolute;
    left: -240px;
    top: 0;
    background-image: url(../images/leftewm.png);
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #e0e0e0
}

.side ul li.sideetel .telBox.son {
    width: 240px;
    height: 237px;
    display: none;
    color: #fff;
    text-align: left;
    position: absolute;
    left: -240px;
    top: -79px;
    background: #14306c
}

.side ul li.sideetel .telBox dd {
    display: block;
    height: 118.5px;
    overflow: hidden;
    padding-left: 82px;
    line-height: 24px;
    font-size: 18px
}

.side ul li.sideetel .telBox dd span {
    display: block;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    margin-top: 32px;
    font-size: 18px
}

.side ul li.sideetel .telBox dd.bgs1 {
    background: url(../images/right_pic8.png) 28px center no-repeat;
    background-color: #183980
}
.side ul li.sideetel .telBox dd.bgs1:nth-child(1){
	background-color:#183980 ;
}
.side ul li.sideetel .telBox dd.bgs1:nth-child(2){
	background-color:#14306c ;
}

.side ul li.sideetel .telBox dd.bgs2 {
    background: url(../images/right_pic9.png) 28px center no-repeat
}

.side ul li:hover .son {
    display: block !important;
    animation: fadein 1s
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}