@charset "UTF-8";
/* CSS Document */
.ytl-page-w {
	width: 1200px;
	margin: 0px auto;
}
.ytl-head {
	padding-top: 10px;
}
.ytl-head-left {
	background:#0090B5 url(img/ytl001.jpg) no-repeat center center;
	width: 790px;
	height: 190px;
	float: left;
}
.ytl-head-right {
	background:#0090B5 url(img/ytl002.jpg) no-repeat center center;
	height: 190px;
	width: 400px;
	float: right;
}
/*ease-img*/
.ease-img {
	overflow: hidden;
}
.ease-img img {
	transition: all .5s ease;
}
.ease-img:hover img {
	transform-origin: 50% 50%;
	transform: scale(1.1)
}
@font-face {
	font-family: QingKe;
	src: url("font/iozzkhwu.ttf")
}
.font-serif {
	font-family: QingKe, sans-serif, SimSun
}
/*ytl-head-left*/
.ytl-head-leftcon {
	color: #fff;
	padding-top: 20px;
	padding-left: 310px
}
.ytl-head-leftcon h1 {
	font-size: 45px;
	margin-bottom: 10px;
}
.ytl-head-leftcon p {
	font-size: 20px;
}
/*ytl-head-rightcon*/
.ytl-head-rightcon {
	font-size: 16px;
	color: #fff;
	padding-top: 20px;
	padding-left: 20px
}
.ytl-head-rightcon p strong {
	font-size: 24px;
}
.ytl-head-rightcon h2 {
	font-size: 30px;
	font-weight: 700;
}
/*ytl-title-box*/
.ytl-block {
	padding-top: 20px;
}
.ytl-title-box {
	text-align: center;
}
.ytl-title-box h2 {
	font-size: 30px;
	padding: 10px 0px;
	font-weight: 700;
}
.ytl-title-box p {
	color: #5A5A5A;
	font-size: 16px;
}
/*iconfont*/
.ytl-body-box {
	padding: 20px 0px;
	margin-bottom: 5px
}
.ytl-liucheng-block .ytl-body-box {
	border-bottom: #E5E5E5 solid 1px;
}
.ytl-liucheng ul {
	display: flex;
}
.ytl-liucheng ul li {
	flex: 1;
}
.ytl-lcicon-item {
	text-align: center;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
	margin: 10px;
	transition: all .5s ease;
	border-radius: 5px;
	padding: 20px 0px;
	position: relative;
}
.ytl-lcicon {
	width: 45px;
	height: 45px;
	margin: 0px auto;
	border-radius: 100%;
	background-color: #E8F1FF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ytl-lcicon .iconfont {
	font-size: 30px;
	line-height: 1;
}
.ytl-lcicon-item h3 {
	color: #3285FF;
	font-size: 14px;
	font-weight: 700;
	margin-top: 20px;
}
.ytl-liucheng .current .ytl-lcicon-item {
	background-color: #3989FF;
}
.ytl-liucheng .ytl-lcicon-item:after {
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent transparent #ffffff;
	transform: rotate(90deg);
	transition: all .5s ease;
}
.ytl-liucheng .current .iconfont {
	color: #3989FF;
}
.ytl-liucheng .current h3 {
	color: #ffffff;
}
.ytl-liucheng .current .ytl-lcicon-item:after {
	visibility: inherit;
	border-color: transparent transparent transparent #3989FF;
}
.tab_box .hide {
	display: none;
}
/*ytl-lccon-item*/
.ytl-lccon {
	display: flex;
}
.ytl-lccon-img img {
	width: 318px;
	height: 223px;
}
.ytl-lccon-txt {
	flex: 1;
	padding: 10px 20px 0px 20px;
}
.ytl-lccon-txt h3 {
	font-size: 20px;
	font-weight: 700;
}
.ytl-lccon-txt cite {
	display: block;
	font-size: 14px;
	line-height: 32px;
	border-bottom: #E5E5E5 solid 1px;
	margin-bottom: 10px;
	position: relative;
	color: #5A5A5A;
}
.ytl-lccon-txt cite:after {
	content: "";
	display: block;
	visibility: inherit;
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 35px;
	height: 1px;
	background-color: #3285FF;
}
.ytl-lccon-info p {
	margin-bottom: 5px;
}
/*ytl-taocan-list*/
.ytl-taocan .tab_menu {
	display: none;
}
.ytl-taocan-list ul, .ytl-taocan .tab_box {
	display: flex;
}
.ytl-taocan-list ul li, .ytl-taocan .tab_box div {
	flex: 1;
}
.ytl-taocan-tag {
	text-align: center;
}
.ytl-taocan-tag p {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.ytl-taocan-tag p span {
	display: inline-block;
	font-size: 14px;
	padding: 0px 15px;
	border-radius: 3px;
	background: #fff;
}
.ytl-taocan-tag p:before, .ytl-taocan-tag p:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 10px;
	height: 0;
	left: -50% !important;
	right: 0;
	margin-left: -10px;
	border-top: 1px solid #e5dfda;
	z-index: -1;
}
.ytl-taocan-tag p:after {
	left: 50% !important;
	right: 0;
	margin-left: 10px;
}
.ytl-taocan-tag h4 {
	padding: 10px 0px;
	font-weight: 700;
	color: #3989FF;
}
.ytl-taocan-buy {
	display: flex;
	justify-content: space-between;
	background-color: #7418CE;
	padding: 5px 20px;
	margin: 0px 20px;
	border-radius: 30px;
	color: #fff;
}
.ytl-taocanitem001 .ytl-taocan-buy {
	background-color: #7418CE;
}
.ytl-taocanitem002 .ytl-taocan-buy {
	background-color: #3989FF;
}
.ytl-taocanitem003 .ytl-taocan-buy {
	background-color: #0090B5;
}
.ytl-taocanitem004 .ytl-taocan-buy {
	background-color: #F88800;
}
.ytl-taocan-buy h3 {
	flex: 1;
	font-size: 16px;
	display: flex;
	align-items: center;
}
.ytl-taocan-buy h3 .iconfont {
	font-size: 30px;
	margin-right: 10px;
}
.ytl-taocan-buy p {
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 18px;
}
.ytl-taocan-buy p cite {
	font-size: 12px;
}
/*ytl-taocan-con*/
.ytl-taocan-item {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
	transition: all .5s ease;
	border-radius: 5px;
	padding: 10px 0px 20px 0px;
	position: relative;
}
.ytl-taocan-con {
	font-size: 12px;
	color: #000000;
	padding-bottom: 20px;
}
.ytl-taocan-con td {
	padding: 2px 0px;
}
.ytl-taocan-con .td-right {
	text-align: right;
	color: #777777;
}
.ytl-taocan-head {
	text-align: center;
}
.ytl-taocan-head {
	padding: 20px 0px 10px 0px;
	border-bottom: #F0F0F0 solid 1px;
	margin-bottom: 10px;
}
.ytl-taocan-head h3 {
	font-size: 20px;
	color: #000;
	font-weight: 700;
}
.ytl-taocan-head p {
	display: block;
	color: #3285FF;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -2px;
	padding-top: 10px;
}
.ytl-taocan-head p cite {
	font-size: 14px;
}
/*ytl-chuanyi-block*/
.ytl-chuanyi-block {
	padding: 40px 0px 0px 0px;
	margin-top: 30px;
	border-top: #E5E5E5 solid 1px;
}
/*ytl-chuanyi-list*/
.ytl-chuanyi-list ul {
	display: flex;
}
.ytl-chuanyi-list ul li {
	flex: 1;
	margin-right: 20px;
}
.ytl-chuanyi-list ul li:last-child {
	margin-right: 0px;
}
/**/
.ytl-chuanyi-item {
	border: #E3E3E3 solid 1px;
	border-radius: 5px;
	padding: 20px;
}
.ytl-chuanyi-item h3 {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}
.ytl-chuanyi-item h3:after {
	content: "";
	display: block;
	visibility: inherit;
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 35px;
	height: 2px;
	border-radius: 2px;
	background-color: #3989FF;
}
.ytl-chuanyi-item p {
	color: #575757;
	font-size: 16px;
	margin-bottom: 30px;
}
.ytl-chuanyi-item cite a {
	display: inline-block;
	background-color: #F0F0F0;
	font-size: 14px;
	border-radius: 20px;
	padding: 2px 10px;
}
.ytl-chuanyi-list ul li:hover .ytl-chuanyi-item {
	background-color: #3989FF;
	border: #3989FF solid 1px;
}
.ytl-chuanyi-list ul li:hover .ytl-chuanyi-item h3 a {
	color: #fff;
}
.ytl-chuanyi-list ul li:hover .ytl-chuanyi-item h3:after {
	background-color: #ffffff;
}
.ytl-chuanyi-list ul li:hover .ytl-chuanyi-item p {
	color: #fff;
}
.ytl-chuanyi-list ul li:hover .ytl-chuanyi-item cite a {
	color: #3989FF;
	background-color: #ffffff;
}
/*ytl-body-box*/
.ytl-buzhi-block .ytl-body-box {
	background-color: #DCF4F7;
	margin: 20px 0px;
	padding: 60px 0px 40px 0px;
	background-image: url(img/ytl003.png), url(img/ytl004.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left bottom, right bottom;
}
.ytl-buzhi-box {
	display: flex;
}
.ytl-buzhi-list  {
	flex: 1;
}
.ytl-buzhi-list ul,.ytl-buzhi-list .gbswiper-container .swiper-wrapper {
	display: flex;
	justify-content: space-between;
}
/*ytl-buzhi-one*/
.ytl-buzhi-one {
	width: 270px;
}
.ytl-buzhi-one .ytl-buzhi-oneinfo {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 30px;
	border-radius: 10px;
}
.ytl-buzhi-oneinfo h3 {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}
.ytl-buzhi-oneinfo h3:after {
	content: "";
	display: block;
	visibility: inherit;
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 35px;
	height: 2px;
	border-radius: 2px;
	background-color: #3989FF;
}
.ytl-buzhi-oneinfo p {
	color: #575757;
	font-size: 16px;
	margin-bottom: 50px;
}
.ytl-buzhi-oneinfo cite a {
	display: inline-block;
	background-color: #F0F0F0;
	font-size: 14px;
	border-radius: 20px;
	padding: 2px 10px;
}
.ytl-buzhi-itemimg {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	padding: 10px;
}
.ytl-buzhi-item {
	text-align: center;
}
.ytl-buzhi-item h3 {
	text-align: center;
	margin-top: 10px;
	color: #fff;
	background-color: #3989ff;
	font-size: 14px;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 30px;
}
.ytl-buzhi-listtxt {
	padding: 40px 80px 40px 100px;
	font-weight: 700;
	font-size: 18px;
}
.ytl-buzhi-listtxt p {
	text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
}
/*ytl-binyiguan-list*/
.ytl-binyiguan-list ul {
	display: flex;
	justify-content: space-between;
}
.ytl-binyiguan-item h3 {
	font-weight: 700;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}
.ytl-binyiguan-item h3:after {
	content: "";
	display: block;
	visibility: inherit;
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 35px;
	height: 2px;
	border-radius: 2px;
	background-color: #3989FF;
}
.ytl-binyiguan-item p {
	color: #333333;
	font-size: 14px;
}
.ytl-binyiguan-item p span {
	color: #939393;
}
/*ytl-lingche-list*/
.ytl-lingche-list ul {
	display: flex;
	justify-content: space-between;
}
.ytl-lingche-list ul li {
	margin-right: 20px;
}
.ytl-lingche-list ul li:last-child {
	margin-right: 0px;
}
.ytl-lingche-itemimg {
	width: 100%;
}
.ytl-lingche-itemimg img {
	width: 100%;
	height: auto;
}
.ytl-lingche-item h3 {
	line-height: 32px;
	text-align: center;
}
/*ytl-anli-list*/
.ytl-anli-list ul {
	display: flex;
	margin-right: -20px;
	overflow: hidden;
}
.ytl-anli-list ul li {
	flex: 0 0 25%;
}
.ytl-anli-list .ytl-anli-item {
	margin-right: 20px;
}
.ytl-anli-itemimg {
	width: 100%;
}
.ytl-anli-itemimg img {
	width: 100%;
	height: auto;
}
.ytl-anli-item h3 {
	font-weight: 700;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}
.ytl-anli-item h3:after {
	content: "";
	display: block;
	visibility: inherit;
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 35px;
	height: 2px;
	border-radius: 2px;
	background-color: #3989FF;
}
.ytl-anli-item p {
	color: #333333;
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	-webkit-box-flex: 1;
}
/*ytl-jingyan-jieshao*/
.ytl-jingyan-block {padding-top: 0px;}
.ytl-jingyan-block .ytl-body-box {padding-top: 0px;}
.ytl-jingyan-list {
	display: flex;
}
.ytl-jingyan-tdjg {
	display: flex;
}
.ytl-jingyan-jieshao {
	width: 640px;
	height: 340px;
	background: #dbe8f9 url(img/ytl005.png) right bottom no-repeat;
}
.ytl-jingyan-td {
	width: 277px;
	height: 340px;
	background: #f5f6f8 url(img/ytl006.png) center bottom no-repeat;
}
.ytl-jingyan-jg {
	width: 283px;
	height: 340px;
	background: #3989ff url(img/ytl007.png) center 190px no-repeat;
}
/*ytl-jingyan-jg*/
.ytl-jingyan-jgcon {
	padding: 40px 0px 0px 20px;
	color: #fff;
}
.ytl-jingyan-jgcon h2 {
	font-size: 24px;
	font-weight: 700;
}
.ytl-jingyan-jgcon h4 {
	padding-top: 10px;
	padding-bottom: 50px;
}
.ytl-jingyan-jgcon p a {
	background-image: url(img/ytl008.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 25px auto;
	color: #fff;
	display: inline-block;
	padding-bottom: 20px;
}
/*ytl-jingyan-tdcon*/
.ytl-jingyan-tdcon {
	padding: 40px 0px 0px 20px;
	color: #000;
}
.ytl-jingyan-tdcon h2 {
	font-size: 24px;
	font-weight: 700;
}
.ytl-jingyan-tdcon h4 {
	font-size: 22px;
	padding-bottom: 50px;
}
.ytl-jingyan-tdcon p a {
	background-image: url(img/ytl009.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 25px auto;
	color: #000;
	display: inline-block;
	padding-bottom: 20px;
}
/*ytl-jingyan-jieshaocon*/
.ytl-jingyan-jieshaocon {
	padding: 40px;
	color: #000;
}
.ytl-jingyan-jieshaocon h2 {
	font-size: 24px;
	font-weight: 700;
}
.ytl-jingyan-jieshaocon h4 {
	font-size: 20px;
	padding-bottom: 50px;
}
/**/
.newsimg-box .swiper-container {
	width: 420px;
	height: 258px;
	overflow: hidden;
}
.newsimg-box .swiper-button-prev, .newsimg-box .swiper-button-next {
	width: 26px;
	height: 26px;
	left: auto;
	right: 10px;
	bottom: 10px;
	border: #E6E6E6 solid 1px;
	top: inherit;
	margin-top: inherit;
	background: #fff url("img/next.png") no-repeat center center;
	background-size: 5px auto;
}
.newsimg-box .swiper-button-prev {
	right: 37px;
	bottom: 10px;
	background-image: url("img/prev.png");
}
.newsimg-box .swiper-button-prev:hover {
	background-image: url("img/prevh.png");
}
.newsimg-box .swiper-button-next:hover {
	background-image: url("img/nexth.png");
}
/*ytl-shitidian-ditu*/
.ytl-shitidian-ditu {
	width: 780px;
	float: left;
}
.ytl-shitidian-zhanshi {
	width: 420px;
	float: right;
}
/*newstxt-box*/
.newstxt-box {
	padding: 20px 0px 0px 20px;
	color: #fff;
}
.newstxt-box h3 {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}
.newstxt-box h3:after {
	content: "";
	display: block;
	visibility: inherit;
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 35px;
	height: 2px;
	border-radius: 2px;
	background-color: #fff;
}
.newstxt-box p {
}
.newstxt-box p a {
	font-size: 12px;
	color: #fff;
}
/*ytl-shitidian-box*/
.ytl-shitidian-box {
	background-color: #3285FF;
}
.ytl-taocan .contrast-taocan {display: none;}
.ytl-taocan .swiper-container { overflow:inherit;}
.ytl-taocan .swiper-slide {
	flex-shrink: 1;
}
.ytl-buzhi-list .swiper-slide {flex-shrink: 1;width: auto;}
.fixedbar {display: none;}
.ui-header {display: none;}
.phone-footer {display: none;}

