i,
em {
	font-style: normal;
}

.subject {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.pro-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.content {
	width: 80rem;
	margin: 0 auto;
}

.head {
	height: 4.05rem;
	border-bottom: .05rem solid rgba(255, 255, 255, .06);
	width: 100%;
	z-index: 200;
	transition: .5s;
}

.head .logo {
	float: left;
	margin-left: 2.5rem;
}

.head .logo .t_logo {
	width: 8.6rem;
	height: 4rem;
	float: left;
	display: table;
	margin-right: 1.55rem;
}

.head .logo .t_logo a {
	display: table-cell;
	vertical-align: middle;
}

.head .logo .t_logo a img {
	width: 100%;
	max-height: 4rem;
	display: inline-block;
}

.head .logo .t_logo a .hover {
	display: none;
}

.head .logo h2 {
	float: left;
	height: 4rem;
	line-height: 4rem;
	float: left;
	font-size: .9rem;
	color: #ffffff;
	font-weight: bold;
}

.head .menu {
	float: left;
	margin-left: 11.75rem;
	height: 4rem;
}

.head .menu ul li {
	float: left;
	height: 4rem;
	line-height: 4rem;
	margin-left: 2rem;
}

.head .menu ul li:first-child {
	margin-left: 0;
}

.head .menu ul li a {
	font-size: .9rem;
	color: #ffffff;
}

.head .menu ul li:hover a,
.head .menu ul li.cur a {
	font-weight: bold;
}

.hea-tel {
	height: 4rem;
	line-height: 4rem;
	float: right;
	padding-left: 1.75rem;
	background: url(images/hea-tel.png) no-repeat left;
	background-size: 1.3rem 1.3rem;
	font-size: 1rem;
	color: #FFF;
	font-family: "OPPOSans";
	font-weight: bold;
	margin-right: 2.45rem;
}

.head.hea {
	background: #FFF;
}

.head.hea .logo h2 {
	color: #1061b1;
}

.head.hea .menu ul li a {
	color: #333;
}

.head.hea .hea-tel {
	background: url(images/hea-tel_h.png) no-repeat left;
	background-size: 1.3rem 1.3rem;
	color: #333;
}

.head.hea .logo .t_logo a .default {
	display: none;
}

.head.hea .logo .t_logo a .hover {
	display: block;
}

html {
	font-size: 10px;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 800px) {
	html {
		font-size: 12.6px;
	}
}

@media screen and (min-width: 900px) {
	html {
		font-size: 12.6px;
	}
}

@media screen and (min-width: 1000px) {
	html {
		font-size: 12.6px;
	}
}

@media screen and (min-width: 1100px) {
	html {
		font-size: 12.6px;
	}
}

@media screen and (min-width: 1200px) {
	html {
		font-size: 12.6px;
	}
}

@media screen and (min-width: 1280px) {
	html {
		font-size: 13.4px;
	}
}

@media screen and (min-width: 1366px) {
	html {
		font-size: 14.2px;
	}
}

@media screen and (min-width: 1440px) {
	html {
		font-size: 15px;
	}
}

@media screen and (min-width: 1600px) {
	html {
		font-size: 16.6px;
	}
}

@media screen and (min-width: 1920px) {
	html {
		font-size: 20px;
	}
}


.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;
}

.p102-search-1 p {
	float: left;
	width: 750px;
	height: 70px;
	line-height: 70px;
	font-size: 14px;
	color: #333333;
}

.p102-search-1 p b {
	display: inline-block;
}

.p102-search-1 p a {
	color: #666666;
	display: inline-block;
	margin-right: 15px;
}

.p102-search-1 p a:hover {
	color: #0760b0;
}

.p102-search-1-inp {
	float: right;
	width: 356px;
	height: 36px;
	background: #fff;
	margin-top: 18px;
	border-radius: 25px;
	position: relative;
}

.p102-search-1-inp:before,
.p102-search-1-inp:after {
	content: '';
	position: absolute;
	width: 80%;
	height: 1px;
	background: #e3e3e3;
	left: 10%;
	z-index: 0;
}

.p102-search-1-inp:before {
	top: 0;
}

.p102-search-1-inp:after {
	bottom: 0;
}

.p102-search-1-inp1 {
	width: 249px;
	height: 34px;
	line-height: 34px;
	color: #999999;
	border: 1px solid #e3e3e3;
	border-right: 0;
	padding: 0 20px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	float: left;
}

.p102-search-1-inp2 {
	width: 66px;
	height: 36px;
	border: 0;
	border-radius: 25px;
	background: url(images/p102-search-icon1.png) no-repeat center center #0760b0;
	float: right;
	position: relative;
	z-index: 2;
	cursor: pointer;
}


.plc {
	padding: 5px 0 25px;
}

.p12-curblock {
	display: none;
}

.p102-curmbs-1 {
	height: 40px;
	line-height: 40px;
	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 i {
	font-style: normal;
}

.p102-curmbs-1 span {
	font-family: 宋体;
	height: 46px;
	line-height: 46px;
	padding: 0px 5px;
}

.p102-curmbs-1 a {
	color: #808080;
}

.p102-curmbs-1 a:hover {
	color: #0760b0;
}


.p102-info-items {
	margin-bottom: 60px;
}

.p102-info-items-img {
	float: right;
	width: 362px;
}

.p102-info-items-img a,
.p102-info-items-img img {
	width: 100%;
	display: block;
}

.p102-info-items-text {
	float: left;
	width: 620px;
	padding-top: 40px;
}

.p102-info-items-text h4 {
	height: 32px;
	position: relative;
	padding-left: 90px;
	margin-bottom: 20px;
}

.p102-info-items-text h4 em {
	position: absolute;
	width: 74px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #0760b0;
	text-align: center;
	font-style: normal;
	border: 1px solid #0760b0;
	left: 0;
	top: 0;
}

.p102-info-items-text h4 a {
	display: inline-block;
	height: 32px;
	max-width: 100%;
	line-height: 32px;
	font-size: 22px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.p102-info-items-text p {
	line-height: 28px;
	font-size: 14px;
	color: #666666;
	text-align: justify;
	margin-bottom: 24px;
}

.p102-info-1-more a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333333;
}

.p102-info-1-more a:hover {
	color: #0760b0;
}


.p102-info-list {
	border: 1px solid #e3e3e3;
	border-bottom: 0;
	margin-bottom: 30px;
}

.p102-info-list dl {
	border-bottom: 1px solid #e3e3e3;
	padding: 19px;
	min-height: 180px;
	position: relative;
}

.p102-info-list dt {
	width: 268px;
}

.p102-info-list dt a,
.p102-info-list dt img {
	display: block;
	width: 100%;
}

.p102-info-list dd {
	position: absolute;
	left: 327px;
	right: 29px;
	top: 19px;
	bottom: 19px;
	z-index: 1;
	padding-top: 20px;
}

.p102-info-list dd h4 {
	height: 40px;
	line-height: 40px;
	font-weight: normal;
	margin-bottom: 5px;
}

.p102-info-list dd h4 a {
	display: inline-block;
	max-width: 100%;
	height: 40px;
	font-size: 22px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.p102-info-list .p102-info-list-desc {
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	text-align: justify;
}

.p102-info-list-more {
	padding-top: 22px;
}

.p102-info-list-more a {
	display: block;
	width: 98px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #0760b0;
	text-align: center;
	border: 1px solid #0760b0;
	position: relative;
}

.p102-info-list-more a:before {
	content: '';
	position: absolute;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 10px solid #fff;
	left: -1px;
	top: 50%;
	margin-top: -9px;
	z-index: 1;
}

.p102-info-list-more a:after {
	content: '';
	position: absolute;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #0760b0;
	left: -1px;
	top: 50%;
	margin-top: -5px;
	z-index: 2;
}

.p102-info-list dl:hover {
	box-shadow: 5px 5px 10px #ededed, -5px -5px 10px #ededed;
}

.p102-info-list dl:hover dd h4 a {
	color: #0760b0;
}

.p102-info-list dl:hover .p102-info-list-more a {
	background: #0760b0;
	color: #fff;
}

.p102-info-list dl:hover .p102-info-list-more a:before {
	border-left: 10px solid #0760b0;
}

.p102-info-list dl:hover .p102-info-list-more a:after {
	border-left: 7px solid #fff;
}


.p102-info-1 {
	width: 1029px;
	background: #fff;
	border-left: 1px solid #ebebeb;
	margin-left: -1px;
	padding: 70px 40px 40px;
}



.p102-info-fdh-1 {
	width: 90px;
	position: relative;
	z-index: 2;
	margin-top: 70px;
}

.p102-info-fdh-1-nav-one {
	margin-bottom: 10px;
}

/* .p102-info-fdh-1-nav-one:first-child {
	display: none;
} */

.p102-info-fdh-1-nav-one h3 {
	background: #0760b0;
	font-weight: normal;
	margin-bottom: 5px;
}

.p102-info-fdh-1-nav-one li {
	background: #ccc;
	margin-bottom: 5px;
}

.p102-info-fdh-1-nav-one h3 a,
.p102-info-fdh-1-nav-one li a {
	display: block;
	line-height: 26px;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	padding: 19px 20px;
}

.p102-info-fdh-1-nav-one li a {
	color: #666;
	font-size: 16px;
	padding: 19px 10px;
}

.p102-info-fdh-1-nav-one h3.sidenavcur,
.p102-info-fdh-1-nav-one h3:hover {
	font-weight: bold;
}

.p102-info-fdh-1-nav-one li.sidenavcur a,
.p102-info-fdh-1-nav-one li:hover a {
	color: #cde8f9;
	font-weight: bold;
}

/*有需要黑色字体的可放出*/
/*.p102-info-fdh-1-nav-one h3.sidenavcur a,*/
/*.p102-info-fdh-1-nav-one h3:hover a {*/
/*    color: #1a1a1a;*/
/*}*/


.footer {
	background: url(images/foot.jpg) no-repeat center;
	background-size: 100% 100%;
	padding-top: 3.5rem;
	box-sizing: border-box;
}

.footer .ft-top {
	height: 11.25rem;
	border-bottom: .05rem solid rgba(255, 255, 255, .1);
	box-sizing: border-box;
}

.footer .ft-top .ft-logo {
	float: left;
	width: 11.9rem;
	line-height: 0;
	overflow: hidden;
	margin-right: 7.5rem;
}

.footer .ft-top .ft-logo img {
	width: 100%;
}

.footer .ft-top .ft-cen {
	width: 43.8rem;
	float: left;
}

.footer .ft-top .ft-cen .ft-nav {
	height: 2.9rem;
	margin-bottom: 1.45rem;
}

.footer .ft-top .ft-cen .ft-nav ul li {
	float: left;
	height: 2.9rem;
	line-height: 2.9rem;
	margin-left: 2.1rem;
}

.footer .ft-top .ft-cen .ft-nav ul li a {
	font-size: 1rem;
	color: #ffffff;
}

.footer .ft-top .ft-cen .ft-nav ul li:first-child {
	margin-left: 0;
}

.footer .ft-top .ft-cen .ft-lx ul li {
	float: left;
	width: 16.55rem;
	height: 2rem;
}

.footer .ft-top .ft-cen .ft-lx ul li:last-child {
	width: 100%;
}

.footer .ft-top .ft-cen .ft-lx ul li em {
	display: block;
	line-height: 2.9rem;
	float: left;
	padding-left: 1.8rem;
	font-size: .8rem;
	color: #ffffff;
}

.footer .ft-top .ft-cen .ft-lx ul li em.tel {
	background: url(images/ft-lx1.png) no-repeat left;
	background-size: 1.25rem 1.2rem;
}

.footer .ft-top .ft-cen .ft-lx ul li em.em {
	background: url(images/ft-lx2.png) no-repeat left;
	background-size: 1.25rem 1.2rem;
}

.footer .ft-top .ft-cen .ft-lx ul li em.ad {
	background: url(images/ft-lx3.png) no-repeat left;
	background-size: 1.25rem 1.2rem;
}

.footer .ft-top .ft-cen .ft-lx ul li b {
	display: block;
	float: left;
	line-height: 2.9rem;
	font-size: 1rem;
	color: #ffffff;
	font-family: "OPPOSans";
}

.footer .ft-top .ft-code {
	width: 14rem;
	float: right;
	padding-top: 1.05rem;
}

.footer .ft-top .ft-code span {
	display: block;
	width: 6.5rem;
	float: left;
}

.footer .ft-top .ft-code span:last-child {
	float: right;
}

.footer .ft-top .ft-code span i {
	display: block;
	width: 100%;
	line-height: 0;
	overflow: hidden;
}

.footer .ft-top .ft-code span i img {
	width: 100%;
}

.footer .ft-top .ft-code span em {
	display: block;
	line-height: 1.95rem;
	text-align: center;
	font-size: .8rem;
	color: #ffffff;
}

.footer .ft-bot {
	height: 4.75rem;
}

.footer .ft-bot span {
	display: block;
	float: left;
	margin-right: 4rem;
}

.footer .ft-bot span em {
	display: block;
	line-height: 4.75rem;
	float: left;
	font-size: .8rem;
	color: #ffffff;
	margin-right: 1.5rem;
}

.footer .ft-bot span em a {
	font-size: .8rem;
	color: #ffffff;
}

.footer .ft-bot strong {
	display: block;
	float: left;
}

.footer .ft-bot strong i {
	display: block;
	float: left;
	font-size: .8rem;
	color: #ffffff;
	line-height: 4.75rem;
	font-weight: normal;
}

.footer .ft-bot strong a {
	display: block;
	line-height: 4.75rem;
	float: left;
	font-size: .8rem;
	color: #ffffff;
	margin-right: 1.5rem;
	font-weight: normal;
}






.client-2 {
	position: fixed;
	right: -170px;
	top: 50%;
	z-index: 900;
}

.client-2 li a {
	text-decoration: none;
}

.client-2 li {
	margin-top: 1px;
	clear: both;
	height: 62px;
	position: relative;
}

.client-2 li i {
	background: url(images/fx.png) no-repeat;
	display: block;
	width: 30px;
	height: 27px;
	margin: 0px auto;
	text-align: center;
}

.client-2 li p {
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}

.client-2 .my-kefu-qq i {
	background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
	background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
	background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
	background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
	background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
	display: none;
}

.client-2 .my-kefu-ftop i {
	width: 33px;
	height: 31px;
	background-position: -23px -47px;
	background-size: 52px 82px;
}

.client-2 .my-kefu-ftop .my-kefu-main {
	padding-top: 6px;
}

.client-2 .my-kefu-left {
	float: left;
	width: 62px;
	height: 47px;
	position: relative;
}

.client-2 .my-kefu-tel-right {
	font-size: 16px;
	color: #fff;
	float: left;
	height: 24px;
	line-height: 22px;
	padding: 0 15px;
	border-left: 1px solid #fff;
	margin-top: 14px;
}

.client-2 .my-kefu-right {
	width: 20px;
}

.client-2 .my-kefu-tel-main {
	background: #0760b0;
	color: #fff;
	height: 53px;
	width: 230px;
	padding: 9px 0 0;
	float: left;
}

.client-2 .my-kefu-main {
	background: #0760b0;
	width: 97px;
	height: 53px;
	position: relative;
	padding: 9px 0 0;
	float: left;
}

.client-2 .my-kefu-weixin-pic {
	position: absolute;
	left: -130px;
	top: -24px;
	display: none;
	z-index: 333;
}

.my-kefu-weixin-pic img {
	width: 115px;
	height: 115px;
}