@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: "pt";
	src: url(font/PT-Serif.ttf);
}
body {
	font-family: "pt";
	font-size: 16px;
}
.wye-head-box {
	width: 1400px;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}
.wye-top-head {
	width: 100%;
	min-width: 1400px;
	
	background-color: #012f6c;
}
.wye-top-head .wye-content {
	margin: 0 auto;
	text-align: right;
}
.wye-top-head .wye-content a {
	display: block;
	height: 43px;
	line-height: 43px;
	color: #fff;
}
.wye-home-head {
	width: 100%;
	min-width: 1400px;
	height: 123px;
	background: url(../images/English-bg.jpg) repeat-x;
	position: relative;
}
.wye-head-left-img {
	position: absolute;
	left: 0;
	top: 0;
}
.wye-head-right-img {
	position: absolute;
	right: 0;
	top: 0;
}
.wye-logo {
	float: left;
	margin-top: 20px;
}
.wye-search-box {
	float: right;
	margin-top: 38px;
}
.wye-search {
	float: left;
	width: 256px;
	height: 32px;
	line-height: 32px;
	padding: 5px;
	outline: none;
}
.wye-search-btn {
	float: left;
	width: 52px;
	height: 42px;
	background: url(../images/English-search.png) no-repeat center center;
	background-color: #81d6e8;
	cursor: pointer;
	font-size: 0;
}
.wye-search-btn:hover {
	background-color: #3799aa;
}
.c-banner {
	width: 100%;
	min-width: 1400px;
	height: 480px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 90;
}
.c-banner img {
	width: 100%;
	height: 100%;
}
.c-banner .banner ul li:nth-child(1) {
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img {
	width: 100%;
	position: absolute;
	top: 0px;
}
/*.c-banner .banner ul li:first-child img {
	position: relative;
}*/
.c-banner .jumpBtn {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul {
	margin-bottom: 0px;
	padding: 0px;
}
.c-banner .jumpBtn ul li {
	width: 9px;
	height: 9px;
	border-radius: 5px;
	display: inline-block;
	background-color: #fff;
	opacity: 0.9;
	margin-left: 2px;
	cursor: pointer;
	transition: .8s;
}
.c-banner .jumpBtn ul li:first-child {
	margin-left: 0px;
}
.wye-nav {
	width: 1400px;
	margin: 0 auto;
}
.wye-content {
	width: 1400px;
	margin: 40px auto;
	position: relative;
}
.wye-box {
	width: 100%;
	min-width: 1400px;
	margin: 0 auto;
	background-color: #fff;
}
.wye-nav ul li {
	float: left;
	position: relative;
	z-index: 100;
}
.wye-nav>ul>li>a {
	display: block;
	width: 155px;
	padding: 14px 0;
	text-align: center;
	font-size: 20px;
	color: #202020;
	text-decoration: none;
}
.wye-nav>ul>li>a:hover {
	color: #202020;
	text-decoration: none;
	transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	-webkit-transition: 1s;
}
.wye-home-body .wye-nav ul li a {
	width: auto;
	padding: 12px 61px;
	text-align: center;
}
.wye-home-body .wye-nav ul li:first-child a {
	padding: 12px 46px;
}
.wye-home-body .wye-nav ul li .wye-show-subNav li {
	width: 100%;
}
.wye-home-body .wye-nav ul li .wye-show-subNav a {
	padding: 14px 0!important;
	text-align: center;
}
.wye-nav>ul>li:after {
	content: "";
	position: relative;
	width: 0;
	height: 8px;
	display: block;
	z-index: 100;
	background-color: #134c9f;
	transition: .5s ease-out all;
	left: 0;
	top: -12px;
	transform: translateY(180%);
}
.wye-nav>ul>li:hover:after {
	width: 100%;
}
.wye-nav>ul>li.on:after, .wye-nav>ul>li.on:hover:after {
	content: "";
	position: relative;
	width: 100%;
	height: 8px;
	display: block;
	z-index: 100;
	background-color: #134c9f;
	transition: .5s ease-out all;
	left: 0;
	top: -12px;
	transform: translateY(180%);
}
.wye-show-subNav {
	width: 100%;
	float: none;
	display: none;
	position: absolute;
	top: 49px;
	left: 0;
	background-color: #48aabb;
}
.wye-show-subNav1{
    position: absolute;
    left: 204px;
    top: -1px;
    width: 99%;
    display: none;
    }
.wye-show-subNav3 {
/* height: 0; */
	/* overflow: hidden; */
	/* width: 125%; */
	/* left: -25px; */
}
.wye-home-body .wye-show-subNav {
	top: 58px;
}
.wye-nav>ul>li.on a, .wye-nav>ul>li.on a:hover {
	color: #202020;
	text-decoration: none;
}
.wye-show-subNav li a {
	display: block;
	width: 155px;
	padding: 14px 0;
	text-align: center;
	font-size: 20px;
	color: #fff!important;
	text-decoration: none;
	background-color: #48aabb!important;
	border-bottom: solid 1px #60bdcd;
}
.wye-show-subNav li a:hover {
	color: #095765;
	text-decoration: none;
	background-color: #83cad6!important;
	border-bottom: solid 1px #60bdcd;
}
.wye-show-subNav li.on a, .wye-show-subNav li.on a:hover {
	color: #095765;
	text-decoration: none;
	background-color: #83cad6!important;
}
.wye-show-subNav .wye-show-more-nav {
	float: none;
	display: none;
	position: absolute;
	top: 0;
	left: 155px;
	background-color: #83cad6!important;
}
.wye-show-subNav .wye-show-more-nav a {
	display: block;
	width: 120px;
	padding: 14px 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	background-color: #83cad6!important;
}
.wye-show-subNav .wye-show-more-nav a:hover {
	color: #095765;
	text-decoration: none;
	border-bottom: none;
	background-color: #83cad6;
}
.wye-more-inf-box {
	width: 100%;
	min-width: 1400px;
	background-color: #d5e3f7;
}
.wye-more-inf-cont {
	width: 1400px;
	margin: 0 auto;
	padding: 10px 0;
}
.wye-click {
	width: 23px;
	height: 25px;
	display: none;
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 12px;
}
.wye-click {
	background: url(../images/nav.png) no-repeat;
}
.wye-left {
	float: left;
	width: 72%;
}
.wye-right {
	float: right;
	width: 330px;
}
.wye-list li {
	padding: 15px 0;
	margin-bottom: 25px;
	border-bottom: solid 1px #eaeaea;
}
.wye-list-time, .wye-list-tit-box {
	float: left;
}
.wye-list-time {
	width: 9%;
	text-align: center;
	border: solid 1px #134c9f;
	padding: 0 0 10px 0;
}
.wye-list-tit-box {
	width: 87%;
	margin-left: 3%;
}
.wye-day {
	font-size: 36px;
	color: #134c9f;
}
.wye-year {
	font-size: 14px;
	color: #adadad;
	letter-spacing: 2px;
}
.wye-list-tit {
	position: relative;
}
.wye-list-tit:after {
	content: "";
	position: relative;
	width: 0;
	height: 3px;
	display: block;
	z-index: 100;
	background-color: #012f6c;
	transition: .5s ease-out all;
	left: 0;
	top: -13px;
	transform: translateY(180%);
}
.wye-list-tit:hover:after {
	width: 90px;
}
.wye-list-tit a {
	width: 100%;
	height: 45px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #134c9f;
	display: block;
}
.wye-line {
	position: absolute;
	top: 36px;
	left: 0;
	width: 90px;
	height: 3px;
	background-color: #134c9f;
}
.wye-list-cont a {
	margin-top: 10px;
	font-size: 18px;
	color: #333333;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	text-align: justify;
	display: block;
}
.wye-list-more {
	margin-top: 15px;
}
.wye-list-more a {
	font-size: 16px;
	color: #134c9f;
}
.wye-tit-h3 {
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 30px;
	color: #134c9f;
	border-bottom: solid 3px #134c9f;
}
.wye-nav-fix ul li a {
	display: block;
	margin-bottom: 4px;
	padding: 20px 0;
	color: #333;
	font-size: 20px;
	background: #e5e5e5 url(../images/nav-bg1.jpg) right center no-repeat;
	padding-left: 13px;
}
.wye-nav-fix ul li a:hover {
	color: #fff;
	background: #134c9f url(../images/nav-bg2.jpg) right center no-repeat;
}
.wye-nav-fix ul li.on a {
	color: #fff;
	background: #134c9f url(../images/nav-bg2.jpg) right center no-repeat;
}
.wye-nav-fix ul li .wye-subNav {
	margin-top: -5px;
	margin-bottom: 5px;
	display: none;
}
.wye-nav-fix ul li .wye-subNav a {
	padding: 10px 0;
	background: none;
	color: #333;
	background-color: #e5e5e5;
	margin-bottom: 0;
	font-size: 18px;
	text-indent: 16px;
}
.wye-nav-fix ul li .wye-subNav a:hover {
	color: #fff;
	background-color: #134c9f;
}
.wye-nav-fix ul li.on .wye-subNav li.on a {
	color: #fff;
	background-color: #134c9f;
}
.wye-nav-fix ul li.on .wye-nav-icon {
	width: 9px;
	height: 4px;
	display: inline-block;
	margin-left: 10px;
	background: url(../images/down.png) no-repeat;
	vertical-align: 2px;
}
.wye-nav-fix ul li .txt a {
	padding: 5px 0;
	padding-left: 13px;
}
.wye-nav-icon {
	width: 9px;
	height: 4px;
	display: inline-block;
	margin-left: 10px;
	background: url(../images/down1.png) no-repeat;
	vertical-align: 2px;
}
.wye-nav-fix ul li a:hover .wye-nav-icon {
	width: 9px;
	height: 4px;
	display: inline-block;
	margin-left: 10px;
	background: url(../images/down.png) no-repeat;
	vertical-align: 2px;
}
.wye-show-box {
	width: 13%;
	float: right;
	padding-left: 10px;
	border-left: solid 2px #d2d2d2;
}
.wye-home-tit {
	margin-bottom: 41px;
	border-bottom: solid 2px #74859d;
}
.wye-home-h4 {
	float: left;
	padding-bottom: 8px;
	font-size: 30px;
	color: #333;
}
.wye-home-more {
	float: right;
	margin-top: 15px;
	color: #01204d;
	font-size: 18px;
	text-decoration: none;
}
.wye-home-more:hover {
	color: #19417b;
}
.wye-home-news-first-st-box {
	width: 68%;
	float: left;
}
.wye-home-news-first-st li {
	float: left;
	width: 50%;
}
.wye-home-news-first-st li p.img a {
	width: 446px;
	height: 274px;
	display: block;
	overflow: hidden;
}
.wye-home-news-first-st li p.img img {
	width: 446px;
	height: 274px;
	overflow: hidden;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.wye-home-news-first-st li p.img img:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.wye-home-news-first-st li p.txt a {
	display: block;
	margin-top: 25px;
	width: 446px;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	color: #333;
	font-size: 18px;
}
.wye-home-news-list {
	float: right;
	width: 445px;
}
.wye-home-describe {
	width: 92%;
	margin-top: 10px;
}
.wye-home-describe a {
	color: #777;
	text-decoration: none;
}
.wye-home-describe a:hover {
	color: #50a3b4;
	text-decoration: none;
}
.wye-home-news-list ul {
	margin-top: -26px;
}
.wye-home-news-list li {
	float: left;
	margin-left: 5px;
	padding: 28px 0;
	line-height: 20px;
	border-bottom: solid 1px #d2d2d2;
}
.wye-home-news-list li .time a {
	color: #134c9f;
	font-size: 16px;
}
.wye-home-news-list li .tit a {
	display: block;
	font-size: 18px;
	color: #333;
	text-decoration: none;
	height: 43px;
	overflow: hidden;
	line-height: 23px;
}
.wye-news-box .wye-home-news-list li .time {
	margin-bottom: 7px;
}
.wye-home-col {
	margin-top: 40px;
}
.wye-home-col1 {
	float: left;
	width: 49%;
}
.wye-home-col1 .wye-home-news-list, .wye-home-col2 .wye-home-news-list {
	width: 100%;
}
.wye-home-col1 .wye-home-news-list ul {
	margin-left: -28px;
	margin-top: -35px;
}
.wye-home-col1 .wye-home-news-list li {
	width: 46%;
	padding: 30px 0;
	margin-left: 28px;
}
.wye-home-col1 .wye-home-news-list li .txt a {
	border-left: solid 4px #134c9f;
	padding-left: 10px;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	color: #333;
	font-size: 16px;
	display: block;
}
.wye-home-col1 .wye-home-news-list li .time a {
	margin-left: 14px;
	margin-top: 10px;
	font-size: 16px;
	color: #134c9f;
}
.wye-home-col2 .wye-home-news-list ul {
	margin-left: -22px;
}
.wye-home-col2 .wye-home-news-list li {
	width: 30%;
	margin-left: 22px;
	padding: 20px 0;
	border-bottom: none;
	position: relative;
}
.wye-home-col2 {
	float: right;
	width: 49%;
}
.wye-home-col2 .wye-words-txt a {
	height: 80px;
	overflow: hidden;
	margin-top: 20px;
	font-size: 16px;
	text-align: left;
	line-height: 25px;
	display: block;
	color: #333;
}
.wye-home-col2 .wye-home-news-list li .wye-img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.wye-home-col2 .wye-home-news-list li .time {
	padding: 5px 18px;
	position: absolute;
	right: -6px;
	top: 120px;
	color: #fff;
	font-style: normal;
}
.wye-home-col2 .wye-home-news-list li .bg1 {
	background-color: rgb(70, 171, 35, .76);
}
.wye-home-col2 .wye-home-news-list li .bg2 {
	background-color: rgb(171, 113, 35, .79);
}
.wye-home-col2 .wye-home-news-list li .bg3 {
	background-color: rgb(135, 35, 171, .76);
}
.bgimg1 {
	width: 7px;
	height: 8px;
	display: block;
	background: url(../images/bg1.png) no-repeat;
	position: absolute;
	right: -6px;
	top: 113px;
}
.bgimg2 {
	width: 7px;
	height: 8px;
	display: block;
	background: url(../images/bg2.png) no-repeat;
	position: absolute;
	right: -6px;
	top: 113px;
}
.bgimg3 {
	width: 7px;
	height: 8px;
	display: block;
	background: url(../images/bg3.png) no-repeat;
	position: absolute;
	right: -6px;
	top: 113px;
}
.wye-more-inf-box .wye-home-h4 {
	margin-right: 10px;
	font-size: 24px;
}
.wye-more-inf-box .wye-more-inf-cont {
	color: #777;
}
.wye-home-body .wye-more-inf-box a {
	display: inline-block;
	margin: 8px;
	color: #333;
	text-decoration: none;
}
.wye-home-body .wye-more-inf-cont {
	padding: 12px 0;
}
.wye-copyright-box {
	width: 100%;
	min-width: 1400px;
	background-color: #134c9f;
}
.wye-copyright-box .wye-more-inf-cont {
	color: #fff;
}
.wye-home-body .wye-copyright-box .wye-more-inf-cont {
	padding: 45px 0;
	text-align: center;
}
.wye-img {
	width: 212px;
	height: 140px;
	overflow: hidden;
}
.wye-img img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.wye-img img:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.pb_sys_common {
	font-family: "微软雅黑"!important;
}
.p_pages {
	font-family: "微软雅黑"!important;
}
.listPageStyle {
	width: 300px;
	margin: 30px auto;
	font-size: 16px!important;
}
.listPageStyle table tr td:first-child {
	display: none;
}
.listPageStyle a, .listPageStyle span {
	font-family: "微软雅黑"!important;
}
.listPageStyle .this-page {
	border: 1px solid #00508e!important;
	color: #fff!important;
	background-color: #00508e!important;
}
.listPageStyle .PrevDisabled, .listPageStyle .this-page, .listPageStyle a, .listPageStyle .this-page, .listPageStyle .NextDisabled {
	padding: 5px 8px!important;
	border: 1px solid #ccc!important;
}
.listPageStyle a:hover {
	background-color: #f5f5f5!important;
}
.pb_sys_style1 .p_no_d {
	border: 1px solid #00508e!important;
	color: #fff!important;
	background-color: #00508e!important;
}
.wye-content-txt {
	font-family: "Arial";
	font-size: 16px;
	color: #333;
	text-align: justify;
	line-height: 32px;
}
.wye-content-txt .tit {
	font-family: "PT Serif";
	font-size: 22px;
	color: #333;
	text-align: left;
	margin-bottom: 15px;
}
.wye-content-txt .time {
	font-family: "PT Serif";
	font-size: 14px;
	color: #333;
	text-align: center;
	border-bottom: solid 1px #eee;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.listPage {
	width: 400px;
	margin: 0 auto;
}
.listPage table tr td:first-child {
	display: none;
}
.listPage a, .listPage span {
	font-family: "微软雅黑"!important;
}
.listPage .this-page {
	border: 1px solid #e8e8e8!important;
	color: #fff!important;
	background: #297a8a!important;
}
.nav-outbox {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	background: rgba(0,0,0,0.3);
	z-index: 100;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000, endColorstr=#19000000);
}
.nav-outbox .wye-nav {
	width: 50%;
	height: 95%;
	padding: 40px 60px 60px 30px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #012f6c;
	border-bottom: none;
	text-align: left;
	overflow-y: auto;
}
.nav-outbox .wye-nav ul li {
	float: none;
}
.nav-outbox .wye-nav ul li a {
	color: #fff;
}
.nav-outbox .wye-nav ul li a:hover {
	color: #fff;
}
.nav-outbox .wye-nav>ul>li:after {
	content: "";
	position: relative;
	width: 0;
	height: 0;
	display: block;
	z-index: 100;
	background-color: #fff;
	transition: .5s ease-out all;
	left: 0;
	top: -12px;
	transform: translateY(180%);
}
.nav-outbox .wye-nav>ul>li:hover:after {
	width: 100%;
}
.nav-outbox .wye-nav .wye-show-subNav {
	display: block;
	width: 100%;
	float: none;
	position: static;
	top: 0;
	left: 0;
	background-color: transparent;
}
.nav-outbox .wye-nav .wye-show-subNav li a {
	background-color: transparent!important;
	border-bottom: none;
}
.nav-outbox-close, .nav-outbox-close:hover {
	background: url(../images/close.png) no-repeat;
}
.nav-outbox-close {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
	z-index: 20;
	background-position: 0 0;
}
.nav-outbox-close:hover {
	background-position: 0 -16px;
}
.wye-tab {
	margin-left: -1px;/* margin-top: 27px; */
	border: solid 1px #ededed;
	border-bottom: none;
	border-right: none;
}
.wye-tab li {
	float: left;
	width: 24.9%;
	margin-left: 1px;
	background-color: #134c9f;
	text-align: center;
}
.wye-tab li.on {
	background-color: #d5e3f7;
}
.wye-tab li.on a {
	background-color: #d5e3f7;
	color: #333;
}
.wye-tab li a {
	display: block;
	padding: 30px 10px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.wye-tab1 {
	margin-left: -2px;
	margin-top: 27px;
	border: solid 1px #ededed;
	border-bottom: none;
	border-right: none;
	border-left: none;
}
.wye-tab1 li {
	float: left;
	width: 33.2%;
	margin-left: 1px;
	background-color: #ededed;
	text-align: center;
}
.wye-tab1 li.active {
	background-color: #fff;
}
.wye-tab1 li a {
	display: block;
	padding: 15px 10px;
	color: #333;
	text-align: center;
	font-size: 18px;
	height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.wye-name {
	padding: 15px 0;
	border-bottom: solid 1px #f1f1f1;
	color: #999;
	font-size: 14px;
}
.wye-name i {
	width: 5px;
	height: 24px;
	display: inline-block;
	margin: 0 15px 0 0;
	vertical-align: -2px;
	background-color: #3a5994;
}
.wye-name span {
	font-size: 20px;
	font-weight: bold;
	color: #3a5994;
}
.wye-tab-list {
	margin: 10px 0 20px 0;
}
.wye-tab-list li {
	float: left;
	width: 20%;
	margin: 20px 0;
	text-align: left;
}
.wye-tab-list li a {
	color: #333;
}
.szPage {
	width: 100%;
	/* min-width: 1440px; */
	margin-top: -40px;
	background-color: #f8f8f8;
	padding-top: 40px;
	padding-bottom: 1px;
}
.szPage .wye-content-box {
	margin-bottom: 0;
	/* padding: 60px 0; */
	background-color: #fff;
}
.wye-szdw-content-box {
	position: relative;
}
.szPage .wye-contain-box {
	margin-bottom: 0;
	padding: 60px 0;
	background-color: #fff;
}
.wye-szdw-share {
	position: absolute;
	left: -30px;
	top: 0;
}
.wye-szdw-share li {
	margin-bottom: 5px;
}
.wye-szdw-share li img:hover {
	box-shadow: 1px 1px 10px #ddd;
}
.wye-szdw-left {
	float: left;
	width: 301px;
	margin-left: 75px;
	margin-top: 40px;
}
.wye-szdw-img {
	text-align: center;
	width: 301px;
	height: 364px;
	margin-bottom: 35px;
	overflow: hidden;
}
.wye-szdw-img img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.wye-szdw-inf {
	width: 299px;
	border: 1px solid #d2d2d2;
	margin-bottom: 30px;
}
.wye-szdw-inf h4 {
	padding: 16px 0 16px 18px;
	margin: 0 0 10px;
	border-bottom: 1px solid #d2d2d2;
}
.wye-szdw-inf h4 span {
	font-size: 24px;
	color: #416baf;
	border-left: 3px solid #ff9600;
	padding-left: 15px;
	padding-bottom: 2px;
}
.wye-szdw-inf p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	padding: 0 18px;
}
.wye-szdw-right {
	float: right;
	width: 65%;
	/* margin-right: 5%; */
	/* margin-top: 20px; */
	margin: 40px 5% 20px 0;
}
.wye-szdw-right h3 {
	padding-left: 15px;
	margin-bottom: 30px;
	border-left: 3px solid #ff9600;
	font-size: 24px;
	color: #416baf;
}
.wye-szdw-right p {
	line-height: 40px;
}
.wy-ls-list {
	margin-top: 40px;
	margin-left: -1%;
}
.wy-ls-list li {
	float: left;
	width: 13.6%;
	margin-left: 3%;
	margin-bottom: 30px;
}
.wy-ls-list li .phone {
	width: 192px;
	height: 240px;
	overflow: hidden;
}
.wy-ls-list li .phone a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.wy-ls-list li .phone a img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.wy-ls-list li .phone a img:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.wy-ls-list li .name a {
	display: block;
	padding: 8px 0;
	color: #333;
	font-size: 16px;
	text-align: center;
	background-color: #f6f6f6;
}
.wye-change-txt {
	float: left;
	color: #fff;
	margin: 10px 10px 0 0;
	font-size: 20px;
}