.header {
	margin: 0 3rem;
	min-width: 1200px;
	max-width: 1800px;
}
em, i {
	font-style: normal;
}
body {
	width: 100%;
	min-width: 1200px;
	max-width: 1920px;
	margin: 0 auto;
	overflow-x: hidden;
}
.top_bg {
	height: 6rem;
}
.fix {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99;
	visibility: visible;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.15)
}
.h_con {
	position: relative;
	height: 6rem;
}
.h_con .h_xx {
	position: absolute;
	right: 0;
	top: 1rem;
}
.h_con .h_xx ul {
	float: left;
	margin-right: 1.2rem;
}
.h_con .h_xx ul li {
	float: left;
	height: 1.2rem;
	border-right: 1px solid #cccccc;
	box-sizing: border-box;
	padding: 0 1.2rem;
	font-size: 0.8rem;
	color: #333333;
}
.h_con .h_xx ul li img {
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.5rem;
	vertical-align: -0.3rem;
}
.h_con .logo {
	float: left;
	position: relative;
	z-index: 10;
	margin-top: 1.5rem;
}
.h_con .logo img {
	display: block;
	width: 7rem;
	height: 3rem;
}
.h_con h2 {
	height: 3.4rem;
	margin-top: 1.5rem;
	float: left;
}
.h_con h2 span {
	display: block;
	font-size: 1.6rem;
	color: #0067ac;
	line-height: 1.4rem;
	font-weight: bold;
}
.h_con h2 i {
	display: block;
	font-size: 0.6rem;
	color: #666;
	line-height: 1rem;
	margin-top: 0.5rem;
	text-transform: uppercase;
	font-weight: normal;
}
.h_con .wm {
	float: right;
	position: relative;
}
.h_con .wm span>img {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin-right: 0.5rem;
	vertical-align: -0.1rem;
}
.h_con .wm span {
	display: inline-block;
	font-size: 0.8rem;
	line-height: 1.2rem;
	color: #333;
}
.h_con .wm span i>img {
	display: inline-block;
	width: 0.65rem;
	height: 0.35rem;
	margin-left: 0.5rem;
	vertical-align: 0.1rem;
}
.h_con .wm_m {
	position: absolute;
	left: -25%;
	top: 1.5rem;
	padding: 0.4rem 0;
	background: #fff;
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.12);
	z-index: 20;
	width: 150%;
	display: none;
}
.h_con .wm_m a {
	display: block;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #333;
	text-align: center;
}
.h_con p {
	float: right;
	margin-top: 1.9rem;
}
.h_con p img {
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	margin-right: 0.4rem;
	vertical-align: -0.1rem;
}
.h_con p em {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.5rem;
	color: #0067ac;
	font-weight: bold;
}
.h_nav {
	float: right;
	margin-top: 2rem;
	margin-right: 1.5rem;
}
.h_nav ul li {
	display: block;
	float: left;
	position: relative;
	height: 2.5rem;
	margin-left: 1.4rem;
	padding: 0 0.4rem;
}
.h_nav ul li:first-of-type {
	margin-left: 0;
}
.h_nav ul li a {
	z-index: 1;
	font-size: 0.9rem;
	font-weight: normal;
	color: #333;
	line-height: 1rem;
	display: block;
	text-align: center;
	position: relative;
	top: 0;
	opacity: 1;
	transition-property: top, color;
	transition-duration: 0.5s;
	white-space: nowrap;
}
.h_nav ul li > a::after {
	content: attr(title);
	position: absolute;
	left: 0;
	top: 100%;
	opacity: 0;
	transition: opacity 0.25s;
	font-weight: bold;
}
.h_nav ul li.cur, .h_nav ul li:hover {
	border-bottom: 3px solid #0067ac;
	box-sizing: border-box;
}
.h_nav ul li.cur a, .h_nav ul li:hover a {
	color: #0067ac;
	top: -1rem;
	color: rgba(255, 255, 255, 0);
}
.h_nav ul li.cur a::after, .h_nav ul li:hover a::after {
	opacity: 1;
	color: #0067ac;
}
/* .h_nav ul li.cur a,.h_nav ul li:hover a { color: #c72a1d;font-weight: bold;}
     
   */

.h_nav li:last-child {
	margin-right: 0;
}
html {
	font-size: 10px;
	-webkit-text-size-adjust: none;
}

@media screen and (min-width: 1200px) {
html {
	font-size: 12.5px;
}
}

@media screen and (min-width: 1280px) {
html {
	font-size: 13.33px;
}
}

@media screen and (min-width: 1366px) {
html {
	font-size: 14.22px;
}
}

@media screen and (min-width: 1440px) {
html {
	font-size: 15px;
}
}

@media screen and (min-width: 1600px) {
html {
	font-size: 16.66px;
}
}

@media screen and (min-width: 1920px) {
html {
	font-size: 20px;
}
}
.footer {
	background-color: #333;
	padding-top: 56px;
	box-sizing: border-box;
	color: #fff;
}
.content22 {
	width: 1400px;
	margin: 0 auto
}

@media screen and (max-width:1440px) {
.content22 {
	width: 1200px;
	margin: 0 auto
}
}
.footer .gsxx {
	height: 104px;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
}
.footer .gsxx h2 a {
	display: block;
	float: left;
	width: 240px;
	height: 104px;
	line-height: 104px;
	color: #fff;
	font-size: 40px;
}
.footer .gsxx ul {
	float: right;
}
.footer .gsxx ul li {
	float: left;
	margin-right: 70px;
}
.footer .gsxx ul li span {
	display: block;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
}
.footer .gsxx ul li span>img {
	display: inline-block;
	height: 24px;
	width: auto;
	margin-right: 10px;
	vertical-align: middle;
}
.footer .gsxx ul li p {
	display: block;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	margin-top: 12px;
}
.footer .gsxx ul li:last-child {
	margin-right: 0;
}
/* .footer .gsxx ul li:last-child p{ font-size: 20px;line-height: 20px;margin-top: 10px; } */
   
.footer .ft-top {
	height: 300px;
	padding-top: 48px;
	box-sizing: border-box;
}
.footer .ft-top .ft-nav {
	width: 321px;
	height: 192px;
	border-right: 1px solid #dddddd;
	box-sizing: border-box;
	float: left;
}
.ft-top h2 {
	display: block;
	font-size: 20px;
	color: #fff;
	height: 45px;
	line-height: 20px;
}
.footer .ft-top .ft-nav ul li {
	float: left;
	width: 160px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #fff;
}
.footer .ft-top .ft-nav ul li:nth-child(2n) {
	float: right;
}
.footer .ft-top .ft-nav ul li a {
	font-size: 16px;
	color: #fff;
	height: 32px;
	line-height: 32px;
}
.footer .ft-top .ft-nav ul li a:hover {
	color: #ff0000;
}
.s_box {
	float: left;
	width: 760px;
	padding-left: 70px;
	height: 192px;
	border-right: 1px solid #dddddd;
	box-sizing: border-box;
}
.footer .ft-top .s_box ul li {
	float: left;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #fff;
	width: 25%;
}
.footer .ft-top .s_box ul li a {
	font-size: 16px;
	color: #fff;
	height: 32px;
	line-height: 32px;
}
.footer .ft-top .s_box ul li a:hover {
	color: #ff0000;
}
.footer .ft-top .ft-code {
	width: 254px;
	float: right;
}
.footer .ft-top .ft-code li {
	display: block;
	width: 120px;
	float: left;
}
.footer .ft-top .ft-code li i {
	display: block;
	width: 100%;
	line-height: 0;
	overflow: hidden;
}
.footer .ft-top .ft-code li i img {
	width: 100%;
}
.footer .ft-top .ft-code li span {
	display: block;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.footer .link span {
	display: block;
	padding-bottom: 10px;
	text-align: center;
}
.footer .link span a{color: #fff;}
@media screen and (min-width:230px) and (max-width:1440px) {
.footer .ft-top .ft-nav {
	width: 261px;
}
.footer .ft-top .ft-nav ul li {
	float: left;
	width: 130px;
}
.s_box {
	float: left;
	width: 660px;
	padding-left: 40px;
}
}
.client-2 {
	width: 45px;
	position: fixed;
	right: 10px;
	top: 69%;
	z-index: 999;
	color: #fff;
}
.client-2 li a {
	text-decoration: none;
	color: #fff;
}
.client-2 li {
	margin-bottom: 5px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
}
.client-2 li.my-kefu-tel {
	background: #0067ac url(../images/cimg25.png) center no-repeat;
}
.client-2 li.my-kefu-shouye {
	background: #0067ac url(../images/tohome.png) center no-repeat;
	background-size: 26px;
}
.client-2 li.my-kefu-shouye a {
	width: 45px;
	height: 45px;
	display: block;
}
.client-2 li.my-kefu-ftop {
	background: #0067ac url(../images/returnTop.png) center no-repeat;
}
.client-2 li p {
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}
.client-2 li.my-kefu-tel .cont {
	margin: 0;
	background: #0067ac url(../images/cimg25.png) 15px center no-repeat;
	border-radius: 50px;
	padding-left: 45px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 18px;
	width: 180px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}
.client-2 .my-kefu-ftop .my-kefu-main {
	padding-top: 6px;
}
.client-2 li.my-kefu-weixin .cont {
	margin: 0;
	width: 115px;
	padding: 5px;
	border: solid 1px #ccc;
	position: absolute;
	left: -150px;
	top: -44px;
	background-color: #fff;
}
.client-2 li.my-kefu-weixin .cont span {
	display: block;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	color: #1a1a1a;
}
.client-2 li.my-kefu-weixin .cont img {
	width: 115px;
	height: 115px;
}
.client-2 li:hover .cont {
	display: block!important;
}
.yqlj {
	background-color: #333;
	text-align: center;
	color: #fff;
	line-height: 32px;
}
.yqlj a {
	color: #fff;
}
.ty-banner-1 {
	position: relative;
	overflow: hidden;
	line-height: 0;
	text-align: center;
}
.ty-banner-1 img {
	top: 0;
	left: 50%;
	visibility: hidden;
}
.ty-banner-1 img.show {
	visibility: visible;
}
.p102-search-1 {
	height: 70px;
	border-bottom: 1px solid #ededed;
	background: #f7f7f7;
}
.contenttb {
	width: 1200px;
	margin: 0 auto;
}
.p102-curmbs-1 {
	height: 70px;
	line-height: 70px;
	font-size: 14px;
	color: #808080;
}
.p102-curmbs-1 b {
	font-weight: normal;
	padding-left: 35px;
	background: url(../images/p102-curmbs-icon1.png) no-repeat left center;
}
.p102-curmbs-1 a {
	color: #808080;
}
.p102-curmbs-1 a:hover {
	color: #0067ac;
}
.endit-content {
	font-size: 16px;
	line-height: 32px;
	color: #4c4c4c;
	text-align: justify;
	padding: 50px 0;
}
.content {
	margin-top: 30px;
}
.wenhua {
	background: url(../images/ys1.jpg);
	padding: 50px 0;
	line-height: 36px;
	font-size: 16px;
}
.wenhua p {
	width: 400px;
	background: #0067aced;
	padding: 40px;
	color: #fff;
}
.wenhua p b {
	display: block;
	font-size: 26px;
	line-height: 44px;
}
.wenhua p i {
	display: block;
	width: 50px;
	height: 2px;
	background: #fff;
	margin-top: 18px;
	margin-bottom: 30px;
}
.leftnav-z1-desc {
	background: #fff;
	max-height: 180px;
	margin-bottom: 14px;
}
.hc_desc {
	font-size: 16px;
	line-height: 30px;
	margin: 20px 0;
	overflow: hidden;
}
.hc_desc p {
	font-size: 16px;
	line-height: 30px;
	margin: 20px 0;
	overflow: hidden;
}
.leftnav-z1-desc dt {
	height: 30px;
	padding: 20px 0;
}
.leftnav-z1-desc dt b {
	display: inline-block;
	font-weight: normal;
	border-left: 13px solid #e3e3e3;
	border-right: 7px solid #e3e3e3;
	padding: 0 12px 0 13px;
	font-size: 28px;
	color: #7c7c7c;
}
.leftnav-z1-desc dt b span {
	font-size: 18px;
	color: #bfbfbf;
	text-transform: uppercase;
	padding-left: 10px;
}
.leftnav-z1-desc dd {
	padding: 0 27px 0 27px;
}
.leftnav-z1-desc dd h4 {
	font-size: 24px;
	font-weight: normal;
	color: #797979;
	max-height: 44px;
	line-height: 44px;
	overflow: hidden;
}
.leftnav-z1-desc dd div {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	max-height: 48px;
	overflow: hidden;
}
.leftnav-z1-tit {
	height: 50px;
	font-size: 24px;
	font-weight: normal;
	line-height: 50px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 15px;
}
.leftnav-z1-tit span {
	display: inline-block;
	height: 50px;
	border-bottom: 1px solid #009e33;
}
.leftnav-z1-list dl {
	width: 32.2%;
	background: #fff;
	float: left;
	margin-right: 1.7%;
	box-sizing: border-box;
}
.leftnav-z1-list dl:nth-child(3n) {
	margin-right: 0;
}
.leftnav-z1-list dt {
	width: 298px;
	height: auto;
	text-align: center;
	border: 1px solid #CCCCCC;
}
.leftnav-z1-list dt a {
	width: 100%;
}
.leftnav-z1-list dd {
	text-align: center;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	font-size: 14px;
	width: 100%;
}
.product_img {
	width: 298px;
	height: 298px;
	display: table-cell;
	vertical-align: middle;
	margin: 0px;
	float: none;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}
.leftnav-z1-list dt .product_img img {
	padding: 0px;
	border: none;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: auto;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	transition: all 0.6s;
}
.leftnav-z1-list dl dd a {
	color: #333;
}
.leftnav-z1-list dt:hover .product_img img {
	transform: scale(1.3);
}
.leftnav-z1-list dl:hover dd a {
	color: #004b98;
}
.fdh-01-tit {
	background: #0067ac;
	height: 80px;
}
.fdh-01-tit h2 {
	height: 75px;
	font-size: 22px;
	font-weight: normal;
	line-height: 75px;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
}
.fdh-01-tit h2 span {
	font-size: 14px;
	text-transform: uppercase;
}
.fdh-01-nav-one h3 {
	height: 50px;
	line-height: 50px;
	background: url(../images/p14-icon5.png) no-repeat right center #ececeb;
	margin-bottom: 2px;
	overflow: hidden;
}
.fdh-01-nav-one h3 a {
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin-right: 40px;
	margin-left: 18px;
	color: #666666;
	overflow: hidden;
}
.fdh-01-nav-one h3.sidenavcur, .fdh-01-nav-one h3:hover {
	background: url(../images/p14-icon2.png) no-repeat right center #0067ac;
}
.fdh-01-nav-one h3.sidenavcur a, .fdh-01-nav-one h3:hover a {
	color: #fff;
}
.fdh-01-nav dl {
	padding: 2px 0 4px;
}
.fdh-01-nav dt {
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	padding-left: 54px;
	padding-right: 40px;
	margin-bottom: 1px;
	background: #ececec;
	position: relative;
	overflow: hidden;
}
.fdh-01-nav dt:after {
	content: "";
	width: 8px;
	height: 8px;
	border: 2px solid #b8b8b8;
	border-style: solid solid none none;
	position: absolute;
	top: 50%;
	right: 32px;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.fdh-01-nav dt.sidenavcur:after, .fdh-01-nav dt:hover:after {
	border-color: #0067ac;
}
.fdh-01-nav dt.sidenavcur a, .fdh-01-nav dt:hover a {
	color: #0067ac;
}
.fdh-01-nav dd {
	border: 1px solid #ececec;
	border-bottom: 0;
}
.fdh-01-nav p {
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	padding-left: 72px;
	padding-right: 40px;
	border-bottom: 1px solid #ececec;
	background: #fff;
	position: relative;
	overflow: hidden;
}
.fdh-01-nav p.sidenavcur a, .fdh-01-nav p:hover a {
	color: #0067ac;
}
.fdh-01-nav p.sidenavcur:after, .fdh-01-nav p:hover:after {
	background: #009e33;
}
.fdh-01-nav a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.p1-info-3-tit {
	height: 60px;
	font-size: 24px;
	font-weight: normal;
	line-height: 60px;
	background: #0067ac;
	color: #fff;
	text-align: center;
}
.p1-info-3-list {
	padding: 10px 10px 0;
}
.p1-info-3-list li h4 {
	height: 46px;
	font-size: 14px;
	font-weight: normal;
	line-height: 46px;
	color: #4b4a4a;
	border-bottom: 1px dashed #dbdbdb;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.p1-info-3-list li h4 span {
	float: right;
}
.contact-z1 {
	height: 140px;
	background: url(../images/contact-z1.jpg) no-repeat;
	color: #333;
	margin-bottom: 30px;
}
.contact-z1 p {
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	padding: 37px 0 0 95px;
	background: url(../images/contact-z1_tel.png) no-repeat 74px 44px;
}
.contact-z1 span {
	display: block;
	height: 30px;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	padding-left: 73px;
}
.blk-sm {
	width: 930px;
}
.blk-xs {
	width: 240px;
}
.blk-main {
	width: 1200px;
	margin: 30px auto 30px auto;
}
/*翻页*/
.p12-pagination-1-main {
	margin: 0 auto;
	height: 30px;
	text-align: center;
}
.p12-pagination-1 li {
	vertical-align: top;
	display: inline-block;
	padding: 0 8px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	text-align: center;
	background: #fff;
	margin: 0px 5px;
}
.p12-pagination-1 .current {
	background: #0067ac;
	color: #fff;
	padding: 0 10px;
}
.p12-pagination-1 .current a {
	color: #fff;
}
.xin-article-2112-1 .article-2112-list-1 dt em {
	position: absolute;
	align-items: center;
	top: 10px;
	right: 10px;
	z-index: 30;
	box-sizing: border-box;
	text-decoration: none;
	background: #fff;
	max-width: 42px;
	max-height: 80px;
}
.xin-article-2112-1 .article-2112-list-1 dt em span {
	display: block;
	text-align: center;
}
.xin-article-2112-1 .article-2112-list-1 dt em .emm1 {
	font: 700 12px/22px Arial;
	margin-bottom: 2px;
}
.xin-article-2112-1 .article-2112-list-1 dt .emm1 i {
	background: linear-gradient(135deg, #1ebbf0 30%, #39dfaa 100%);
	left: 50%;
	bottom: 56px;
	width: 14px;
	margin-left: -7px;
	display: inline-block;
	height: 2px;
	position: absolute;
}
.xin-article-2112-1 .article-2112-list-1 dt em .emm2 {
	font: 700 22px / 28px Arial;
	margin-bottom: 3px;
	padding: 2px;
}
.xin-article-2112-1 .article-2112-list-1 dt em .emm2 i {
	background: linear-gradient(135deg, #1ebbf0 30%, #39dfaa 100%);
	left: 50%;
	bottom: 23px;
	width: 14px;
	margin-left: -7px;
	display: inline-block;
	height: 2px;
	position: absolute;
}
.xin-article-2112-1 .article-2112-list-1 dt em .emm3 {
	font: 700 12px/22px Arial;
	padding: 1px;
}
.xin-article-2112-1 {
/*padding: 30px 0 0;*/
}
.xin-article-2112-1 .article-2112-list-1 {
	padding-bottom: 15px;
}
.xin-article-2112-1 .article-2112-list-1 dl {
	float: left;
	width: 31.5%;
	margin-right: 2.75%;
	margin-bottom: 40px;
}
.xin-article-2112-1 .article-2112-list-1 dl:nth-of-type(3n) {
	margin-right: 0;
}
.xin-article-2112-1 .article-2112-list-1 dt {
	overflow: hidden;
	line-height: 0;
	position: relative;
}
.xin-article-2112-1 .article-2112-list-1 dt a, .xin-article-2112-1 .article-2112-list-1 dt img {
	width: 100%;
	display: block;
	height: 250px;
	-o-transition: all .5s linear 0s;
	transition: all .5s linear 0s;
}
.xin-article-2112-1 .article-2112-list-1 dd {
	width: 100%;
	padding: 10px 10px 10px 10px;
	background: #fff;
	border: 1px solid #e3e3e3;
	margin: 0px auto 0;
	position: relative;
	z-index: 2;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.xin-article-2112-1 .article-2112-list-1 dd h4 {
	font-weight: normal;
	margin-bottom: 15px;
}
.xin-article-2112-1 .article-2112-list-1 dd h4 a {
	display: block;
	color: #1a1a1a;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 22px;
	line-height: 32px;
	height: 32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.xin-article-2112-1 .article-2112-list-1 .article-desc {
	line-height: 28px;
	height:56px;
	font-size: 16px;
	color: #4c4c4c;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 10px;
}
.xin-article-2112-1 .article-2112-list-1 dl:hover dd h4 a {
	color: #0067ac;
}
.xin-article-2112-1 .article-2112-list-1 .article-details a {
	width: 140px;
	height: 46px;
	line-height: 46px;
	border-radius: 50px;
	display: block;
	font-size: 16px;
	color: #666;
	position: relative;
	text-align: center;
	transition: all 0.5s;
	margin: 15px 0 0;
	border: 1px solid #ccc;
}
.xin-article-2112-1 .article-2112-list-1 .article-details a:hover {
	transform: translateY(-5px);
}
.xin-article-2112-1 .article-2112-list-1 dl:hover dt img {
	-webkit-transform: scale(1.05) rotate(0deg) translateY(0);
	-ms-transform: scale(1.05) rotate(0deg) translateY(0);
	transform: scale(1.05) rotate(0deg) translateY(0);
}
.xin-article-2112-1 .article-2112-list-1 dl:hover dd {
	box-shadow: 0px 10px 10px #eeeeee;
}
.xin-article-2112-1 .article-2112-list-1 dl:hover .article-details a {
	background: #0067ac;
	color: #fff;
	border-color: #0067ac;
}
.xin-article-2112-1 .article-2112-list-1 dl:hover .article-details a:before {
	border-left: 10px solid #0067ac;
}
.xin-article-2112-1 .article-2112-list-1 dl:hover .article-details a:after {
	border-left: 7px solid #fff;
}
.p102-info-blk {
	width: 888px;
	border: 1px solid #f0f0f0;
	background: #fff;
}
.p102-info-blk-con {
	padding: 47px 40px 52px;
}
.p102-info-blk-title {
	line-height: 50px;
	font-size: 36px;
	font-weight: normal;
	color: #1a1a1a;
	margin-bottom: 15px;
}
.p102-info-blk-bool {
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #999999;
	padding-bottom: 7px;
	border-bottom: 1px solid #dedede;
}
.p102-info-blk-bool i {
	font-style: normal;
	margin: 0 15px;
}
.p102-info-content {
	font-size: 16px;
	line-height: 32px;
	color: #4c4c4c;
	padding: 10px 0 0;
	text-align: justify;
}
.p102-info-key {
	line-height: 28px;
	font-size: 14px;
	color: #666666;
	padding-top: 5px;
}
.p102-info-key span {
	margin-right: 10px;
}
.p102-info-blk-paging {
	border-top: 1px solid #dedede;
	height: 62px;
}
.p102-info-blk-paging dl {
	height: 62px;
	position: relative;
	padding: 0 68px;
}
.p102-info-blk-paging dl:before {
	content: '';
	position: absolute;
	width: 1px;
	background: #dedede;
	left: 50%;
	top: 0;
	bottom: 0;
	z-index: 1;
}
.p102-info-blk-paging dd {
	width: 321px;
	height: 62px;
	line-height: 62px;
	font-size: 14px;
	color: #1a1a1a;
	position: relative;
}
.p102-info-blk-paging dd span {
	float: left;
	width: 60px;
	height: 62px;
}
.p102-info-blk-paging dd a {
	float: left;
	width: 260px;
	height: 62px;
	color: #1a1a1a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.p102-info-blk-paging dd.items-prev:before {
	content: "";
	width: 8px;
	height: 8px;
	border: 2px solid #b3b3b3;
	border-style: solid none none solid;
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -5px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 1;
}
.p102-info-blk-paging dd.items-next {
	padding-left: 110px;
}
.p102-info-blk-paging dd.items-next:after {
	content: "";
	width: 8px;
	height: 8px;
	border: 2px solid #b3b3b3;
	border-style: solid solid none none;
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: -5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}
.p102-info-blk-paging dd:hover a {
	color: #0067ac;
}
.p102-info-fdh-2 {
	width: 300px;
}
.p102-pro-related {
	padding: 30px 19px;
	background: #fff;
	border: 1px solid #f0f0f0;
	margin-bottom: 10px;
}
.p102-pro-related-title {
	font-weight: normal;
	padding: 0 70px 10px 0;
	position: relative;
}
.p102-pro-related-title span {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	color: #333333;
}
.p102-pro-related-title:before {
	content: '';
	position: absolute;
	width: 36px;
	height: 2px;
	background: #0067ac;
	left: 0;
	bottom: 2px;
}
.p102-pro-related-title a {
	position: absolute;
	width: 23px;
	height: 23px;
	font: 22px/23px 宋体;
	color: #8f8f8f;
	text-align: center;
	border: 1px solid #d2d2d2;
	border-radius: 100%;
	right: 10px;
	top: 8px;
}
.p102-pro-related-title a:hover {
	color: #0067ac;
	border-color: #0067ac;
}
.p102-pro-related-list {
	padding-top: 28px;
}
.p102-pro-related-list dl {
	margin-bottom: 13px;
}
.p102-pro-related-list dt {
	border: 1px solid #ccc;
}
.p102-pro-related-list dt img,  .p102-pro-related-list dt a {
	display: block;
	width: 100%;
	position: relative;
}
.p102-pro-related-list dt em {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 0;
	display: none;
}
.p102-pro-related-list dt i {
	position: absolute;
	width: 42px;
	height: 42px;
	background: #0067ac;
	border-radius: 100%;
	left: 50%;
	margin-left: -21px;
	top: 50%;
	margin-top: -25px;
	z-index: 1;
}
.p102-pro-related-list dt i:after {
	content: "";
	width: 9px;
	height: 9px;
	border: 1px solid #fff;
	border-style: solid solid none none;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}
.p102-pro-related-list dd {
	padding-top: 7px;
}
.p102-pro-related-list dd h4 {
	font-weight: normal;
}
.p102-pro-related-list dd h4 a {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #4c4c4c;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.p102-pro-related-list dl:hover dt em {
	display: block;
}
.p102-info-12-title {
	height: 48px;
	line-height: 48px;
	font-weight: normal;
	font-size: 28px;
	color: #0067ac;
	padding-bottom: 10px;
	position: relative;
}
.p102-info-12-title:after {
	content: '';
	position: absolute;
	width: 30px;
	height: 2px;
	background: #0067ac;
	left: 0;
	bottom: -1px;
	z-index: 1;
}
.p102-info-1-title {
	padding-bottom: 15px;
	position: relative;
	font-weight: normal;
	text-align: center;
	margin-bottom: 40px;
}
.p102-info-1-title:after {
	content: '';
	position: absolute;
	width: 76px;
	height: 1px;
	background: #d4d4d4;
	bottom: 0;
	left: 50%;
	margin-left: -38px;
}
.p102-info-1-title span,  .p102-info-1-title a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 38px;
	color: #333333;
}
.title em {
	display: block;
	height: 22px;
	font: 14px/22px 'Arial';
	color: #808080;
	font-style: normal;
	letter-spacing: 2px;
}
.p102-info-latest {
	padding: 30px 0 80px;
}
.p102-info-latest ul {
	padding:10px;
	border: 1px solid #f0f0f0;
	position: relative;
	background: #fff;
}
.p102-info-latest li {
	float: left;
	width: 48%;
	margin: 0 1%;
}
.p102-info-latest li h4 {
	height: 36px;
	padding-left:15px;
	position: relative;
	line-height: 36px;
	font-weight: normal;
}
.p102-info-latest li h4:before {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	border: 2px solid #0067ac;
	left: 0;
	top: 50%;
	margin-top: -4px;
}
.p102-info-latest li h4 a {
	display: inline-block;
	max-width: 400px;
	height: 36px;
	font-size: 15px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.p102-info-latest li h4:hover a {
	color: #0067ac;
}
.p102-info-latest li h4:hover:before {
	border-color: #0067ac;
}
.p102-info-latest li h4:hover:after {
	background: #0067ac;
}
.p102-info-latest li h4 em {
	float: right;
	width: 90px;
	height: 36px;
	font-family: Arial;
	color: #808080;
	text-align: right;
	font-style: normal;
}
.p102-info-latest li.last {
	margin-left: 60px;
}
.p102-info-latest li.last:before {
	content: '';
	position: absolute;
	width: 1px;
	left: 50%;
	top: 22px;
	bottom: 22px;
	background: #dedede;
	z-index: 1;
}
.p102-fdh-3 {
	height: 100px;
	box-shadow: 0 4px 6px #e9e9e9;
}
.p102-fdh-3 li {
	float: left;
	width: 14.28%;
	height: 100px;
	position: relative;
}
.p102-fdh-3 li:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 26px;
	background: #cfcfcf;
	right: 0;
	top: 50%;
	margin-top: -13px;
}
.p102-fdh-3 li:last-child:after {
	display: none;
}
.p102-fdh-3 li a {
	display: block;
	height: 100px;
	line-height: 100px;
	font-size: 22px;
	color: #1a1a1a;
	text-align: center;
}
.p102-fdh-3 li.sidenavcur:before,  .p102-fdh-3 li:hover:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #0067ac;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.p102-fdh-3 li.sidenavcur a,  .p102-fdh-3 li:hover a {
	font-weight: bold;
	color: #0067ac;
}
.p102-fdh-3 li.sidenavcur a:before,  .p102-fdh-3 li:hover a:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background: #fff;
	border: 3px solid #0067ac;
	border-radius: 100%;
	left: 50%;
	margin-left: -9px;
	bottom: -8px;
	z-index: 2;
}
.p102-fdh-3 li.sidenavcur a:after,  .p102-fdh-3 li:hover a:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background: #0067ac;
	border-radius: 100%;
	left: 50%;
	margin-left: -3px;
	bottom: -2px;
	z-index: 3;
}
.k12-gl-gslb-3nf1-1-01 {
	padding: 30px 0 20px;
}
.k12-gl-gslb-3nf1-1-01-left dl {
	width: 24%;
	float: left;
	background: #f0f0f0;
	margin: 0 1.3% 13px 0
}
.k12-gl-gslb-3nf1-1-01-left dl:nth-child(4n) {
	margin-right: 0;
}
.k12-gl-gslb-3nf1-1-01-left dt {
	border: 1px solid #f0f0f0;
	padding: 10px 9px;
	background: #fff;
}
.k12-gl-gslb-3nf1-1-01-left dt img {
	display: block;
	width: 100%;
	height: 190px;
}
.k12-gl-gslb-3nf1-1-01-left dd h4 {
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #f0f0f0;
	font-weight: normal;
}
.k12-gl-gslb-3nf1-1-01-left dd h4 a {
	color: #4b4a4a;
}