 @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;
}
html{
    overflow-x: hidden;
}
body {
	font: 14px/1.6 Arial, RobotoRegular, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif;
}
.page-width{
    max-width: 1400px;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
}
.fs-12{
  font-size: 12px;
  line-height: 24px;
}
.fs-14 {
  font-size: 14px;
  line-height: 24px;
}

.fs-16 {
  font-size: clamp(0.875rem, 0.828rem + 0.2vw, 1rem);
  line-height: 1.6;
}

.fs-18 {
  font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
  line-height: 1.5;
}

.fs-20 {
  font-size: clamp(1rem, 0.907rem + 0.39vw, 1.25rem);
}

.fs-22 {
  font-size: clamp(1rem, 0.86rem + 0.59vw, 1.375rem);
}

.fs-24 {
  font-size: clamp(1.125rem, 0.985rem + 0.59vw, 1.5rem);
  line-height: 1.42;
}

.fs-26 {
  font-size: clamp(1.125rem, 0.939rem + 0.78vw, 1.625rem);
}

.fs-28 {
  font-size: clamp(1.25rem, 1.064rem + 0.78vw, 1.75rem);
}

.fs-30 {
  font-size: clamp(1.25rem, 1.017rem + 0.98vw, 1.875rem);
}

.fs-32 {
  font-size: clamp(1.25rem, 0.971rem + 1.18vw, 2rem);
}

.fs-34 {
  font-size: clamp(1.25rem, 0.924rem + 1.37vw, 2.125rem);
}

.fs-36 {
  font-size: clamp(1.375rem, 1.049rem + 1.37vw, 2.25rem);
  line-height: 1.32;
}

.fs-38 {
  font-size: clamp(1.375rem, 1.002rem + 1.57vw, 2.375rem);
}

.fs-40 {
  font-size: clamp(1.375rem, 0.956rem + 1.76vw, 2.5rem);
}

.fs-42 {
  font-size: clamp(1.5rem, 1.081rem + 1.76vw, 2.625rem);
}

.fs-44 {
  font-size: clamp(1.5rem, 0.988rem + 2.16vw, 2.875rem);
}

.fs-46 {
  font-size: clamp(1.5rem, 0.988rem + 2.16vw, 2.875rem);
}

.fs-48 {
  font-size: clamp(1.5rem, 0.941rem + 2.35vw, 3rem);
  line-height: 1.26;
}

.fs-50 {
  font-size: clamp(1.5rem, 0.895rem + 2.55vw, 3.125rem);
}

.fs-52 {
  font-size: clamp(1.625rem, 1.02rem + 2.55vw, 3.25rem);
}

.fs-54 {
  font-size: clamp(1.625rem, 0.973rem + 2.75vw, 3.375rem);
}

.fs-56 {
  font-size: clamp(1.625rem, 0.926rem + 2.94vw, 3.5rem);
}

.fs-58 {
  font-size: clamp(1.625rem, 0.88rem + 3.14vw, 3.625rem);
}

.fs-60 {
  font-size: clamp(1.625rem, 0.833rem + 3.33vw, 3.75rem);
}

.fs-62 {
  font-size: clamp(1.625rem, 0.787rem + 3.53vw, 3.875rem);
}

.fs-64 {
  font-size: clamp(1.625rem, 0.74rem + 3.73vw, 4rem);
}

.fs-66 {
  font-size: clamp(1.625rem, 0.694rem + 3.92vw, 4.125rem);
}

.fs-68 {
  font-size: clamp(1.625rem, 0.647rem + 4.12vw, 4.25rem);
}

.fs-70 {
  font-size: clamp(1.625rem, 0.6rem + 4.31vw, 4.375rem);
}

.fs-72 {
  font-size: clamp(1.625rem, 0.554rem + 4.51vw, 4.5rem);
}
.font-weight-bold {
    font-weight: 700;
}
.text-center {
    text-align: center;
}
  .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pt-1 { padding-top: 0.25rem; }
.pt-2 { padding-top: 0.5rem; }
.pt-3 { padding-top: 1rem; }
.pt-4 { padding-top: 1.5rem; }
.pt-5 { padding-top: 3rem; }


.pb-1 { padding-bottom: 0.25rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pb-3 { padding-bottom: 1rem; }
.pb-4 { padding-bottom: 1.5rem; }
.pb-5 { padding-bottom: 3rem; }
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;
}
 @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_tel {float:right;width:150px;height:50px;background:#b04b3f;border-top-left-radius:30px;border-bottom-left-radius:10px;margin-top:0.95rem;}
.eytop_tel  img{width:45px;height:33px;padding:0 0 7px 7px;}
.eytop_tel  span{font-size:14px;color:#fff;font-weight:bold;line-height:50px;}
.eytop_main .eytop_scbtn {
	width: 94px;
	height: 54px;
	float: right;
	}
.eytop_scbtn a {
	display: block;
	width: 100%;
	height: 100%;
	padding:27px;
	margin-top:0.95rem;
	background-color:#000066;
	position: relative;
	  text-align: center;
	  padding-top: 5px;
	
}
.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(../template/pc/skin/images/ssbtn_icon1.png) center center no-repeat;
	background-size: 40px 40px;
	border: 0;
	outline: none;
	cursor: pointer;
}
.eytop_main .eytop_tel {
	width: 170px;
	height: 54px;
	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: 18px;
	color:#FF0000;
	font-size: 18px;
	padding: 27px 0;
	background-color: #183980;
	position: absolute;
	top: 0;
	right: 100%;
	z-index: 1;
}

 @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: 170px;
	height: 40px;
}
.eytop_scbtn a {
	padding: 2px;
}
.eytop_scbtn a {
	display: block;
	width: 100%;
	height: 80%;
	padding:27px;
	margin-top:0.95rem;
	background-color:#000066;
	position: relative;
	  text-align: center;
	  padding-top: 5px;
	
}
.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: 16px;
}
.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: 50px;
}
.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:#183980;
}

}
 @media (max-width:1024px) {
}
 @media (max-width:800px) {
.ey_top .eytop_main {
	padding: 0 0 0 20px;
}
.eytop_search form {
	width: 80%;
}
}
 @media (max-width: 767px) {
.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: 50px;
}
.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;
}
.pord_box_280 .pord_con .bd {
        width: 90%;
    }
    
}
 @media (max-width: 390px) {
.eytop_main .ey_logo {
	height: 44px;
	margin: 8px 0;
}
.ey_logo a {
	height: 44px;
}
.pord_box_280 {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        padding: 20px 0 40px 0;
    }
}
 @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: 50px;
}
.eytop_scbtn a {
	padding: 11px;
}
 
}
.ey_nav {
	width: auto;
	height: auto;
	padding: 0 30px 0 0;
	float: left;
}
.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(../../../phpstudy_pro/WWW/template/pc/skin/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(../../../phpstudy_pro/WWW/template/pc/skin/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: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #555;
	font-size: 14px;
	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 5px 0 0;
}
.ey_nav .nav_list>ul>li {
	padding: 0 5px;
}
}
 @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 15px;
	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(../../../phpstudy_pro/WWW/template/pc/skin/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: 90px;
	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: -50px;
	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: -140px;
}
.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;
}
}


.w376 {
    width: 1200px;
    margin: 0 auto;
    padding: 55px 0 55px;
    min-height: 300px;
}
.w376 .list {
    padding-bottom: 30px;
}
.w376 .item {
    height: 178px;
    transition: all .5s;
    border: 1px solid #f3f3f3;
    display: block;
    margin-bottom: 20px;
}
.w376 .item a {
    padding: 26px;
    display: block;
}
.w376 .item img {
    width: 168px;
    height: 126px;
    display: block;
    margin-right: 30px;
}
.w376 .item h3 {
    font-size: 20px;
    padding: 25px 0 20px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    color: #000;
}
.w376 .item .txt {
    color: #999;
    line-height: 24px;
    width: 640px;
    height: 48px;
    overflow: hidden;
}
.w376 .item .time {
    width: 130px;
    padding: 20px 0 20px 45px;
    border-left: 1px solid #eee;
    font-family: arial;
    font-size: 18px;
    color: #999;
    text-align: center;
}
.w376 .item .time .day {
    font-size: 30px;
    line-height: 45px;
    display: block;
}
.w376 .item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin-left: 15px;
}
.w376 .item:hover h3 {
    color: #00122B;
}
.w376 .item:hover .time .day span {
    background: #6d6d6d;
}
.w376 .item:hover .time .day strong {
    background: #ff0000;
    color: #fff;
}
.w376 .pages {
    padding: 30px 0 15px;
    width: 100%;
    text-align: center;
    clear: both;
}
.w376 .pages a {
    color: #666;
    padding: 0 15px;
    margin: 0 3px;
    background: #fff;
    border: 1px solid #edebeb;
}
.w376 .pages * {
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    padding-bottom: 1px;
}
.w376 .pages a:hover, .w376 .pages .active a {
    display: inline-block;
    color: #fff;
    background: #00122B;
    border-color: #00122B;
}

.pro365{width:95%;height:auto;
}
.pro365 .eynews {
    width: 95%;
    margin-top: 20px;
    float: left;
}
.pro365 .eynews h4 {
    padding-left: 12px;
    height: 36px;
    line-height: 36px;
    color: #b14d40;
    font-weight: normal;
    border-bottom: 1px solid #b14d40;
    font-size: 18px;
}
.pro365 .commend {
    width: 204px;
    overflow: hidden;
    float: left;
    margin: 23px 19px 0 0;
}
.pro365 .commend:nth-child(4) {
    margin-right: 0;
}
.pro365 .commend dt {
    width: 204px;
}
.pro365 .commend dt a {
    display: block;
    width: 204px;
    padding: 1px;
    border: 1px solid #ccc;
}
.pro365 .commend dt a:hover {
    border: 1px solid #b14d40;
}
.pro365 .commend dt img {
    width: 200px;
    height: 150px;
}
.pro365 .commend dd {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
}
.pro_main {
    zoom: 1;
}
.pro365 .mod_goods_info {
    clear: both;
    margin-bottom: 10px;
    position: relative;
    background-color: #eee;
    height: 65px;
}
.pro365 .mod_goods_info .hds {
    height: 65px;
    _overflow: hidden;
}
.pro365 .mod_goods_info .hds li {
    float: left;
    cursor: pointer;
}
.pro365 .mod_goods_info .hds li h3 {
    display: block;
    width: 128px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 18px;
    border-bottom: 0;
    font-weight: normal
}
.pro365 .mod_goods_info .hds li h3 a {
    color: #666;
    font-weight: normal;
    text-decoration: none;
    outline: none
}
.pro365 .mod_goods_info .hds .on {
    height: 62px;
    line-height: 62px;
    border-top: 3px solid #b14d40;
    position: relative;
}
.pro365 .mod_goods_info .hds .on h3 {
    height: 62px;
    line-height: 58px;
    background-color: #fff;
    color: #b14d40
}
.pro365 .mod_goods_info .hds .on h3 a {
    color: #076EBB;
    font-weight: bold
}
.pro365 .cpright .propar a {
    text-align: center;
    display: block;
    width: 128px;
    height: 50px;
    margin: 7px auto;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    background: #b14d40;
}
.pro365 .neirong {
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    overflow : hidden;
}
.pro365 .neirong p {
    color: #414141
}
.pro365 {
    background: #EBEBEB;
    overflow: hidden;
}
.pro365 .container {
    margin-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 92%;
}
.pro365 .cpright {
    width: 95%;
    padding: 0 25px;
    padding-bottom: 15px;
    background: #fff;
    float: right;
}
.pro365 .cpright a {
    color: #b14d40;
}
.pro365 .rtop {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 9px;
    border-bottom: 1px solid #b14d40;
}
.pro365 .rtop h5 {
    margin:0; 
    padding:0;
    float: left;
    padding-left: 36px;
    font-size: 16px;
    color: #b14d40;
    font-weight: normal;
    line-height: 22px;
    background: url({eyou:global name='web_cmspath' /}/skin/images/tb365.png) no-repeat;
}
.pro365 .rtop span {
    float: right;
    color: #b14d40;
    font-size: 14px;
}
.pro365 .prodetailsinfo {
    padding: 25px 0;
    clear: both;
    zoom: 1;
    margin-bottom: 20px;
}
.pro365 .prodetailsinfo .photo {
    width: 92%;
    position: relative;
}
.pro365 .prodetailsinfo .photo .jqzoom {
    width: 92%;
    height: 382px;
    overflow: hidden;
    position: relative;
    padding: 0px;
    cursor: pointer;
}
.pro365 .prodetailsinfo .photo .img {
    width: 92%;
    height: 400px;
    display: block;
}
.pro365 .prodetailsinfo .photo .bigimg {
    width: 92%;
    height: 382px;
    border: 1px solid #ddd;
    display: block;
    position: relative;
    overflow: hidden;
}
.pro365 .prodetailsinfo .photo .bigimg .list {
    width: 100%;
    position: relative;
}
.pro365 .prodetailsinfo .photo .bigimg .list li {
    width: 92%;
    height: 382px;
    float: left;
}
.pro365 .prodetailsinfo .photo .bigimg .list img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all ease 300ms;
}
.pro365 .prodetailsinfo .photo .photoimg {
    width: 92%;
    height: 62px;
    padding-top: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.pro365 .prodetailsinfo .photo .photoimg .list {
    width: 92%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.pro365 .prodetailsinfo .photo .photoimg .listcon {
    width: 300%;
    position: relative;
}
.pro365 .prodetailsinfo .photo .photoimg .listcon li {
    width: 64px;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 10px;
}
.pro365 .prodetailsinfo .photo .photoimg .listcon li img {
    border: 1px solid #ddd;
    width: 62px;
    height: 48px;
    display: block;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.pro365 .prodetailsinfo .photo .photoimg .listcon li:hover img, .pro365 .prodetailsinfo .photo .photoimg .listcon li.on img {
    border-color: #b14d40;
}
.pro365 .prodetailsinfo .photo .photoimg .prev, .pro365 .prodetailsinfo .photo .photoimg .next {
    width: 25px;
    height: 50px;
    z-index: 10;
    position: absolute;
    top: 10px;
    cursor: pointer;
    background: #ddd url({eyou:global name='web_cmspath' /}/skin/images/pn365.png) no-repeat;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.pro365 .prodetailsinfo .photo .photoimg .prev:hover, .pro365 .prodetailsinfo .photo .photoimg .next:hover {
    background-color: #b14d40;
}
.pro365 .prodetailsinfo .photo .photoimg .prev {
    left: 0px;
    background-position: 0 center;
}
.pro365 .prodetailsinfo .photo .photoimg .next {
    right: 0px;
    background-position: -25px center;
}
.pro365 .prodbaseinfo_a {
    float: right;
    width: 495px;
    margin-left: 16px;
    z-index: 1;
}
.pro365 .h2_prodtitle {
    font-size: 22px;
    color: #b14d40;
    padding: 0 0 10px;
    line-height: 1.6em;
    border-bottom: 1px dashed #DCDCDC;
}
.pro365 .ul_prodinfo {
    padding: 6px 0;
    overflow: hidden;
    zoom: 1;
}
.pro365 .ul_prodinfos {
    padding: 6px 15px;
    overflow: hidden;
    zoom: 1;
    background: #f3f3f3;
    font-size: 14px;
    font-weight: bold;
}
.pro365 .ul_prodinfos li {
    font-size: 20px;
    float: left;
    height: 65px;
    line-height: 65px;
}
.pro365 .ul_prodinfos li.li_weight {
    float: right;
}
.pro365 .ul_prodinfo li {
    font-size: 14px;
    float: left;
    padding: 6px 0;
    text-align: justify;
    height: 188px;
    overflow: hidden;
}
.pro365 .li_normalprice {
    line-height: 24px;
}
.pro365 .reLink {
    height: 48px;
    line-height: 48px;
    padding: 0;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    margin: 20px auto;
}
.pro365 .reLink .prevLink, .reLink .nextLink {
    width: 50%;
}
.pro365 .reLink .nextLink {
    text-align: right;
}
.pro365 .right .eynews .random {
    border: 1px solid #ccc;
    border-top: none;
    background: #fff;
}
/*新增*/
  .right-aside {
        position: fixed;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 60px;
        background-color: #fff;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        border-radius: 5px 0 0 5px;
        z-index: 1000;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 15px 0;
      }

      .right-aside .sidebar-item {
        position: relative;
        width: 40px;
        height: 40px;
        margin: 10px 0;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: all 0.3s ease;
      }
      .right-aside .sidebar-item svg {
        width: 30px;
        height: 30px;
      }

      .right-aside .sidebar-item .panel {
        position: absolute;
        right: 50px;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
        white-space: nowrap;
        min-width: 0;
        width: auto;
      }

      .right-aside .sidebar-item:hover .panel {
        opacity: 1;
        visibility: visible;
        padding: 15px;
      }

      .right-aside .sidebar-item .panel .panel-title {
        font-size: 14px;
        margin-bottom: 10px;
        color: #333;
      }

      .right-aside .sidebar-item .panel .qrcode-img {
        width: 120px;
        height: auto;
        object-fit: contain;
      }

      .right-aside .sidebar-item .panel .phone-number {
        font-size: 16px;
        font-weight: bold;
        color: #1890ff;
      }

      .right-aside .sidebar-item.back-to-top {
        margin-top: 20px;
      }
      .right-aside .sidebar-item.back-to-top svg{
       width: 25px;
       height: 25px;
      }
          .mobile-footer {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        z-index: 100;
      }

      .mobile-footer .mobile-footer-content {
        display: flex;
        justify-content: space-around;
        padding: 12px 0;
      }

      .mobile-footer .mobile-footer-content .mobile-footer-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #333;
        font-size: 14px;
        flex: 1;
        text-align: center;
        padding: 8px 0;
      }
      .mobile-footer .mobile-footer-content .mobile-footer-link svg {
        width: 24px;
        height: 24px;
      }
      .mobile-footer .mobile-footer-content .mobile-footer-link:hover {
        
      }
@media screen and (min-width: 1px) and (max-width: 767px) {
    .right-aside{
        display: none;
    }
    .mobile-footer{
        display: block;
    }
    body{
        margin-bottom: 86px;
    }
}

