@charset "utf-8";
.ty-new-con {
	width: 100%;
	margin: 0 auto;
	min-height: 250px;
	margin-top: 10%;
}
.ty-new-con li {
	display: block;
	max-height: 160px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DEDEDE;
}
.ty-new-con li h4 {
	font-weight: 600;
	font-size: 18px;
}
.new-con-font01 {
	font-size: 10px;
	color: #848389;
}
.new-con-font02 {
	font-size: 12px;
	height: 35px;
	overflow: hidden;
	color: #656565;
}

@media(max-width:1024px) {
.ty-new-con {
	width: 100%;
	margin: 0 auto;
	margin-top: 8%;
}
.ty-new-con li {
	display: block;
	max-height: 100px;
	overflow: hidden;
	margin-bottom: 10px;
	border-bottom: 1px solid #DEDEDE;
}
.ty-new-con li h4 {
	font-weight: 600;
	font-size: 16px;
}
}
/*列表标题样式*/
.ty-title {
	margin: 0 auto;
	margin-top: 6%;
	text-align: center;
}
.ty-title-font01 {
	color: #1AD1A3;
	font-size: 30px;
	letter-spacing: 4px;
	line-height: 32.2px;
	font-weight: 600;
}
.ty-title-font02 {
	color: #4D4D4D;
	padding: 0px 8px;
	display: inline-block;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 36px;
	font-weight: 600;
	border-bottom: 1px #E1E1E1 solid;
}
.ty-about-txt {
	width: 100%;
	margin: 0 auto;
	line-height: 32px;
	margin-top: 10%;
	padding: 25px 0px;
	max-height: 280px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ty-about-img {
	width: 100%;
	margin: 0 auto;
}
.ty-about-img img {
	width: 100%;
	border-radius: 10px;
	margin-top: 10%;
}
.ty-button .btn-ty {
	color: #fff;
	background-color: #1AD1A3;
	padding: 6px 22px;
	margin-top: 10px;
	margin-left: 13px;
}

@media(max-width:768px) {
.ty-title {
	margin: 0 auto;
	margin-top: 6%;
	text-align: center;
}
.ty-title-font01 {
	color: #1AD1A3;
	font-size: 30px;
	letter-spacing: 4px;
	line-height: 32.2px;
	font-weight: 600;
}
.ty-title-font02 {
	color: #4D4D4D;
	padding: 0px 8px;
	display: inline-block;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 36px;
	font-weight: 600;
	border-bottom: 1px #E1E1E1 solid;
}
.ty-about-txt {
	width: 100%;
	margin: 0 auto;
	line-height: 32px;
	padding: 25px 0px;
	max-height: 280px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ty-about-img {
	width: 100%;
	margin: 0 auto;
}
.ty-about-img img {
	width: 100%;
	border-radius: 10px;
	margin-top: 10%;
}
.ty-button .btn-ty {
	color: #fff;
	background-color: #1AD1A3;
	padding: 6px 22px;
	margin-top: 10px;
	margin-left: 13px;
}
}

@media(max-width:568px) {
.ty-title {
	margin: 0 auto;
	margin-top: 6%;
	text-align: center;
}
.ty-title-font01 {
	color: #1AD1A3;
	font-size: 20px;
	letter-spacing: 4px;
	line-height: 32.2px;
	font-weight: 600;
}
.ty-title-font02 {
	color: #4D4D4D;
	padding: 0px 8px;
	display: inline-block;
	font-size: 8px;
	letter-spacing: 1px;
	line-height: 36px;
	font-weight: 600;
	border-bottom: 1px #E1E1E1 solid;
}
}

@media(max-width:320px) {
.ty-title {
	margin: 0 auto;
	margin-top: 6%;
	text-align: center;
}
.ty-title-font01 {
	color: #1AD1A3;
	font-size: 20px;
	letter-spacing: 4px;
	line-height: 22px;
	font-weight: 600;
}
.ty-title-font02 {
	color: #4D4D4D;
	padding: 0px 8px;
	display: inline-block;
	font-size: 8px;
	letter-spacing: 1px;
	line-height: 36px;
	font-weight: 600;
	border-bottom: 1px #E1E1E1 solid;
}
}
/*列表页css*/
.ty-list-con {
	background-color: #fff;
	position: relative;
	top: -180px;
	z-index: 999;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.ty-list-site a{color:#212529;font-size:12px;}
.ty-list-site {
	margin-top: 2%;
	padding-left: 2%;
	color: black;
}
.ty-list-tab {
	margin: 0 auto;
	margin-top: 4%;
	text-align: center;
}
.ty-list-tab ul {
	float: none;
}
.ty-list-tab li a {
	font-size: 14px;
	display: inline-block;
	border: solid 1px #C5C5C5;
	padding: 1.3% 8%;
}
.ty-list-tab li a:hover {
	color: #fff;
	background-color: #1AD1A3;
}
.ty-list-tab li a:nth-child(n+2) {
	border-left: none;
}
.ty-list-txt {
	max-width: 1000px;
	height: auto;
	margin: 6% auto;
	z-index: 9999;
}
.ty-list-txt li {
	display: block;
	padding: 22px 0px;
	border-bottom: solid 1px #DEDEDE;
}
.ty-list-txt a {
}
.ty-list-txt-data {
    margin-right: 20px;
    background-color: #1AD1A3;
    color: #fff;
    width: 88px;
    display: inline-block;
    float: left;
    height: 88px;
}
.ty-list-txt-r {
    font-size: 2.4em;
    text-align: center;
}
.ty-list-txt-y {
	font-size: 1em;
	text-align: center;
}
.ty-list-txt-con {
	display: inline-block;
	overflow: hidden;
	max-width: 86%;
}
.ty-list-txt-con h4 {
	font-weight: 600;
	color: #000000;
	margin-top: 0px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ty-list-txt-con p {
	margin: 6px 0px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media(max-width:1023px) {
.ty-list-con {
	top: 0;
}
.ty-list-txt-data {
	margin-right: 20px;
	background-color: #1AD1A3;
	color: #fff;
	width: 88px;
	height: 88px;
	display: inline-block;
	float: left;
}
.ty-list-txt-r {
	font-size: 3em;
	text-align: center;
}
.ty-list-txt-y {
	font-size: 1em;
	text-align: center;
}
.ty-list-txt-con {
	display: inline-block;
	overflow: hidden;
	max-width: 80%;
}
.ty-list-txt-con h4 {
	font-weight: 600;
	color: #000000;
	margin-top: 0px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ty-list-txt-con p {
	margin: 6px 0px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
}

@media(max-width:768px) {
.ty-list-txt-data {
	margin-right: 10px;
	background-color: #1AD1A3;
	color: #fff;
	width: 72px;
	height: 72px;
	display: inline-block;
	float: left;
}
.ty-list-txt-r {
	font-size: 2.2em;
	text-align: center;
}
.ty-list-txt-y {
	font-size: 0.5em;
	text-align: center;
}
.ty-list-txt-con {
	display: inline-block;
	overflow: hidden;
	max-width: 77%;
}
.ty-list-txt-con h4 {
	font-weight: 600;
	color: #000000;
	margin-top: 0px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1rem;
}
.ty-list-txt-con p {
	margin: 2px 0px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
}

@media(max-width:460px) {
.ty-list-txt-data {
	margin-right: 10px;
	background-color: #1AD1A3;
	color: #fff;
	width: 54px;
	height: 54px;
	display: inline-block;
	float: left;
}
.ty-list-txt-r {
	font-size: 1.6em;
	text-align: center;
}
.ty-list-txt-y {
	font-size: 0.4em;
	text-align: center;
}
.ty-list-txt-con {
	display: inline-block;
	overflow: hidden;
	max-width: 74%;
}
.ty-list-txt-con h4 {
	font-weight: 600;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 2px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.8rem;
}
.ty-list-txt-con p {
	margin: 2px 0px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
}
@media(max-width:346px) {
.ty-list-txt-con {
	display: inline-block;
	overflow: hidden;
	max-width: 70%;
}
.ty-list-tab li a {
	font-size: 14px;
	display: inline-block;
	border: solid 1px #C5C5C5;
	padding: 1.3% 4%;
}
}
/*内容页css*/
.ty-nr {
	margin-top: 4%;
	text-align: center;
}
.ty-nr-tit {
	font-size: 34px;
	font-weight: bold;
}
.ty-nr-mg {
	margin-top: 20px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #848389;
	border-bottom: solid 1px #EEEEEE;
}
.ty-nr-txt {
	padding: 3% 7%;
	text-align: initial;
	font-size: 1.3em;
	line-height: 2.0em;
}
.ty-nr-txt img {
	max-width: 100%;
	padding: 20px;
	
	/* [disabled]width: 100%; */
}
.ty-nr-next {
	margin-top: 8%;
	font-size: 0.8rem;
}
.ty-nr-next a {
	font-size: 0.8rem;
	color: #7F7F7F;
}


@media(max-width:768px) {
.ty-nr-tit {
	font-size: 24px;
	font-weight: bold;
}
.ty-nr-txt {
	padding: 3% 4%;
}
}

@media(max-width:460px) {
.ty-nr-tit {
	font-size: 18px;
	font-weight: bold;
}
.ty-nr-txt {
	padding: 3% 2%;
}
}
.daohan:hover {
	background-image: url(../images/icon/gdpx-3hover.png);
	background-color: #1AD1A3;
	color: #FFFFFF;
}
#external-frame {
	width: 100%;
	border: 0;
	min-height: 1000px;
}
.external-framewe {
	width: 100%;
	border: 0;
	height:100%
}
.ty-input{width: 40%;margin: 0 auto;border: 1px solid #E5E5E5;border-radius: 10px;padding: 5%;}
.ty-input-txt{line-height:60px;text-align: left;font-size: 20px;padding-left: 18%}

@media(max-width:1024px){
.ty-input{width: 90%;margin: 0 auto;}
	.cx-btn{width:100%!important;}
	.ty-input-txt{line-height:50px;text-align: left;font-size:16px;}
}

