*{
	margin: 0;
	padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul, li{
	list-style: none;
}
a{
	text-decoration:none;
	color:#666;
	font-size:12px;
}
a:hover{
	text-decoration: revert;
	color:#ff5f52;
}
p{
	font-size:12px;
	line-height: 30px;
	color: #666;
}
h1, h2, h3, h4, h5, h6{
	color:#666;
	font-weight:500;
	font-size: initial;
}
.ll{
	float:left;
}
.rl{
	float:right;
}
.view{
	background: rgb(0 149 153 /20%);
    overflow: hidden;
	margin-bottom: 20px;
}
.try-house{
	max-width: 1200px;
    margin: 0 auto;
	overflow: hidden;
}
.try-fee{
	overflow: hidden;
    padding: 20px 0;

}
.try-logo{
	width: 30%;
}
.try-excellent{
	width: 70%;
}
.try-excellent ul li{
	width: 25%;
    float: left;
    position: relative;
    padding-left: 50px;
    text-align: right;
}
.try-excellent ul li .abc{
    border-right: 1px dotted #009599;
	margin-right: 25px;
    padding-right: 10px;

}
.try-excellent ul li .abc em{
	width: 50px;
    height: 50px;
    position: absolute;
    left: 20px;
	background: url(../image/try-excellent.png) no-repeat;
}
.try-excellent ul li .abc em.excellent1{
	background-position: left 0;
}
.try-excellent ul li .abc em.excellent2{
	background-position: -50px 0;
}
.try-excellent ul li .abc em.excellent3{
	background-position: -100px 0;
}
.try-excellent ul li .abc em.excellent4{
	background-position: -150px 0;
}
.try-excellent ul li .abc b{
	font-size: 13px;
    color: #666;
}
.try-tel{
	display: none;
}
.try-guide{
	background-color: #009599;
}
.try-navigation ul{
	overflow: hidden;
    padding: 10px 0;
}
.try-navigation ul li{
	float: left;
	width: 16.6667%;
	text-align: center;
}
.try-navigation ul li a{
	color: #fff;
    font-size: 16px;
    padding: 5px 70px 5px 0;
    display: inline-block;
    border-right: 1px solid;
}
.try-nav{
	display: none;
}
/*首页-始*/
.try-large {
    overflow: hidden;
}
.try-phone{
	display: none;
}
.try-large img{
	width: 100%;
}
.try-subtitle{
	text-align: center;
}
.try-subtitle h1{

}
.try-subtitle h1 a, .try-subtitle h3 a{
	font-size: 18px;
	color: #666;
	position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
.try-subtitle h1 a::after, .try-subtitle h3 a::after{
	content: '';
	border-bottom: 2px solid #009599;
    position: absolute;
    width: 60%;
    bottom: 0;
    left: 0;
    margin-left: 20%;
}
.try-subtitle span{
	font-size: 12px;
	color: #999;
    display: block;
    padding: 15px 0;
}
.try-many{
    padding: 20px 0;
    overflow: hidden;
}
.try-money{
    padding: 20px 0;
    overflow: hidden;
}
.try-money1{
	width: 33.333333%;
	float: left;
	position: relative;
}
.try-money1.try-use1::before{
    content: "+";
    color: #fff;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    background-color: #009599;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
}
.try-money1.try-use2::before{
	content: "+";
    background-color: #009599;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: 600;
    color: #fff;
    line-height: 30px;

}
.try-money2{
	padding: 0 30px;
}
.try-money2 .abc{
	padding: 20px;
    border: 1px solid #999;
    margin: 0 10px 10px 0;
    border-radius: 10px;
    position: relative;
    padding-top: 80px;
}
.try-money2 .abc em{
	width: 50px;
    height: 50px;
    background-image: linear-gradient(135deg, #fff, #009599);
    position: absolute;
    top: 10px;
    border-radius: 15px;
    left: 50%;
    margin-left: -25px;
}
.try-money2 .abc em::before{
	content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../image/try-money.png) no-repeat;
    left: 0;
}
.try-money2 .abc em.money-1::before{
	background-position: left 0;
}
.try-money2 .abc em.money-2::before{
	background-position: -50px 0;
}
.try-money2 .abc em.money-3::before{
	background-position: -100px 0;
}
.try-money2 .abc em.money-4::before{
	background-position: -150px 0;
}
.try-money2 .abc em.money-5::before{
	background-position: -200px 0;
}
.try-money2 .abc em.money-6::before{
	background-position: -250px 0;
}
.try-money2 .abc h5{
	 text-align: center;
}
.try-money2 .abc p{
	line-height: 25px;
    color: #999;
    padding-top: 10px;
	text-indent: 2em;
}
.try-money2:hover .abc{
    background: #009599;
}
.try-money2:hover .abc em{
    background-image: linear-gradient(135deg, #fff, #ff6251);
}
.try-money2:hover .abc h5{
	color: #fff;
}
.try-money2:hover .abc p{
	color: #fff;
}
.try-money3{
	width: 20%;
	float: right;
}
.try-money3 .try-money2 .abc{
	text-align: center;
    padding: 20px;
    margin: 0 auto;
}
.try-money3 .try-money2 .abc em{
    position: relative;
    display: block;
    left: 0;
	margin: 0 auto;
}
.try-money3 .try-money2 .abc h5{
	padding: 15px 0;
}
.try-money3 .try-money2 .abc p{
    line-height: 25px;
}
.try-link{
	text-align: center;
}
.try-link a{
    background-image: url(../image/try-link.gif);
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    border-radius: 30px;
}
.try-close, .try-do{
	padding: 20px 0;
    overflow: hidden;
}
.try-do ul li{
	position: relative;
	width: 33%;
    float: left;
}
.try-do ul li .abc{
	margin: 5px;
	box-shadow: 0 0 3px #009599;
    border-radius: 20px;
    background: #009599;
}
.try-do ul li .abc img{
	width: 100%;
	border-radius: 20px;
}
.try-medicine{
	color: #fff;
    padding: 20px;
    font-size: 12px;
	overflow: hidden;
}
.try-medicine1{
	overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
	border-bottom: 1px dotted #fff;
    padding-bottom: 15px;
}
.try-medicine1 h5{
    color: #fff;
	float: left;
}
.try-medicine1 span{
	float: right;
}
.try-medicine2 em{
	font-style: inherit;
}
.try-medicine2 em.est{
	float: left;
}
.try-medicine2 em.suc{
	float: right;
}
.try-medicine p{
	line-height: 25px;
}
.try-do ul li:hover .try-medicine{
	display: block;
}
.try-flow{
    overflow: hidden;
    padding: 20px 0;
}
.try-course{
    overflow: hidden;
    padding: 70px 0 30px 0;
}
.try-course ul li{
	width: 20%;
	float: left;

}
.try-course ul li .abc{
	position: relative;
	border: 1px solid #666;
    padding: 70px 10px 30px 10px;
    margin: 5px;
    text-align: center;
	border-radius: 20px;
	height: 203px;
}
.try-course ul li .abc em{
	position: absolute;
    width: 100px;
    height: 100px;
    background: url(../image/try-course.jpg) no-repeat;
    border-radius: 100px;
    top: -50px;
    left: 50%;
    margin-left: -55px;
}
.try-course ul li .abc em.flow-1{
	background-position: left 0;
}
.try-course ul li .abc em.flow-2{
	background-position: -400px 0;
}
.try-course ul li .abc em.flow-3{
	background-position: -100px 0;
}
.try-course ul li .abc em.flow-4{
	background-position: -200px 0;
}
.try-course ul li .abc em.flow-5{
	background-position: -300px 0;
}


.try-course ul li .abc h5{
	padding-bottom: 10px;
	font-size: 12px;
    font-weight: 600;
}
.try-course ul li .abc p{
	text-align: left;
    line-height: 25px;
    color: #999;
    text-indent: 2em;
}
.try-course ul li .abc::after{
	content: '';
    width: 30px;
    position: absolute;
    height: 30px;
    border-radius: 50px;
    background: #999;
    color: #fff;
	margin-left: -15px;
    bottom: -15px;
	line-height: 30px;
	border: 1px solid #999;
    background-color: #ff5f52;
}
.try-course ul li .course1::after{
	content: '1';
}
.try-course ul li .course2::after{
	content: '2';
}
.try-course ul li .course3::after{
	content: '3';
}
.try-course ul li .course4::after{
	content: '4';
}
.try-course ul li .course5::after{
	content: '5';
}
.try-course ul li:hover .abc{
	background-color: #009599;
	border: 1px solid #009599;
}
.try-course ul li:hover .abc em{
	border: 1px solid #009599;
}
.try-course ul li:hover .abc h5, .try-course ul li:hover .abc p{
	color: #fff;
}
.try-good{
    overflow: hidden;
    padding: 20px 0;
}
.try-introduce{
    overflow: hidden;
	padding-bottom: 20px;
}
.try-shaoimg{
	width: 40%;
	float: left;
	border-radius: 10px;
    box-shadow: 0 0 3px #999;
    background-color: rgb(153 153 153 / 0.5);
}
.try-shaoimg img{
	width: 100%;
	border-radius: 10px;
}
.try-shaow{
	width: 60%;
	float: right;
	padding-left: 20px;
	position: relative;
    padding-bottom: 50px;
}
.try-shaow h5{
	padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #999;
}

.try-shaow h5 a{
	font-size: 16px;
	position: relative;

}
.try-shaow h5 a::after{
	content: '';
	position: absolute;
    width: 100%;
    border-bottom: 3px solid #009599;
    left: 0;
    bottom: -12px;
}
.try-shaow p{
	line-height: 25px;
    margin-bottom: 10px;
}
.try-detailed{
	display: inline-block;
    position: absolute;
    padding: 10px 30px;
    right: 10px;
    background: #009599;
    color: #fff;
    border-radius: 10px;
    margin-top: 10px;
}
.try-clothes{
	overflow: hidden;
    padding: 20px 0;
}
.try-affairs{
    overflow: hidden;
    padding: 20px 0;
}
.try-power {
	width: 33%;
	float: left;
}
.try-power ul li{
	border: 1px dotted #009599;
	padding: 20px 20px 20px 60px;
    margin-bottom: 60px;
    border-radius: 50px;
    position: relative;
}
.try-power ul li:nth-child(2n){
    margin-bottom: 0;
}
.try-power ul li b{
	width: 55px;
    height: 55px;
    text-align: center;
    background-color: #009599;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 55px;
    line-height: 55px;
    color: #fff;
}
.try-power ul li span{
	display: inline-block;
    padding-left: 20px;
    font-size: 12px;
    color: #666;
}
.try-affairs2 {
	width: 300px;
    border-radius: 100%;
    overflow: hidden;
    height: 245px;
    margin: 0 50px;
}
.try-mutually{
	overflow: hidden;
    padding: 20px 0;
}
.th-bottom{
	overflow: hidden;
    padding: 20px 0;
	margin: 0;
}
.th-department .th-flat{
	width: 33.3333%;
    border-right: 1px solid #fff;
    height: 180px;
}
.th-department .th-flat h5{
    margin-bottom: 10px;
    font-weight: 600;
}
.th-department .th-flat h5 a{
	display: inline-block;
    border-bottom: 2px solid #5e93fb;
    line-height: 30px;
}
.th-department .th-flat p{
	margin-bottom: 15px;
}
.th-department .th-flat p img{
	width: 100px;
	height: 100px;
}
.th-department .th-flat p.th-tiny{
	line-height: inherit;
	margin-bottom: 0;
}
.th-department .th-flat p span{
	display: block;
}
.th-department .th-one img{
	margin-top: 20px;
    padding-right: 20px;
}
.th-department .th-two{
	text-align: center;
}
.th-department .th-three{
	border-right: none;
    padding-left: 20px;
}
.try-endowment {
	width: 33%;
	float: left;
}
.try-endowment ul li{
    overflow: hidden;
    border-bottom: 1px dotted #009599;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.try-endowment ul li img{
	width: 30%;
	float:left;
	height: 93px;
}
.try-information{
	width: 70%;
	float: left;
	padding: 0 20px;
}
.try-information b{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
}
.try-information p{
	line-height: 20px;
	margin-bottom: 5px;
}
.try-information span{
    font-size: 12px;
    color: #666;
}
.try-endowment h5{
	font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
}
.try-endowment h5 a{
	font-size: 16px;
    color: #009599;
    padding-left: 30px;
    position: relative;
}
.try-endowment h5 a::before{
	content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../image/th-information.png);
    left: 0;
}
.try-endowment h5 a::after{
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 3px solid;
    bottom: -12px;
    left: 0;
}
.endowment-1 h5 a::before {
    background-position: -20px 0;
}
.endowment-2 h5 a::before {
    background-position: left 0;
}
.endowment-3 h5 a::before {
    background-position: -40px 0;
}
.try-friend{
	overflow: hidden;
    padding-bottom: 20px;
}
/*首页-终*/
/*内页-始*/
.try-position{
	overflow: hidden;
    padding: 20px 0;
}
.try-position p{
    border: 1px solid #999;
	padding: 10px 20px;
}
.try-column{
    overflow: hidden;
	margin-bottom: 20px;
}
.try-hundred{
	width: 70%;
    overflow: hidden;
    border: 1px solid #999;
}
.try-than{
	padding: 10px;
}
.try-than h3 a{
	font-size:16px;
}
.try-than h1{
	text-align: center;
    border-bottom: 1px solid #009599;
    padding: 15px 0;
}
.try-than p{
	text-align: center;
	padding-top: 10px;
}
.try-than p span{
	padding: 0 20px;
}
.try-record{
	padding: 0 20px;
}
.try-record ul li{
	overflow: hidden;
    border-bottom: 2px dotted #009599;
    box-shadow: 0 0 1px #009599;
    margin-bottom: 20px;
    padding: 10px;
}
.try-record ul li img{
	width: 30%;
	float: left;
}
.try-record1{
	width: 70%;
    float: left;
	padding-left: 20px;
}
.try-record1 h5{
	font-weight: 600;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.try-record1 p{
	padding: 20px 0;
}
.try-record1 span{
	font-size: 12px;
	color: #666;
}
.try-turnover{
	overflow: hidden;
	padding: 15px 10px;
}
.try-turnover li{
	float: left;
    margin: 0 5px;
}
.try-turnover li.thisclass{
	padding: 5px 10px;
    background: #cceaeb;
    color: #009599;
}
.try-turnover li a{
	padding: 5px 10px;
	border: 1px solid #666;
}
.try-turnover li:hover a{
	padding: 5px 10px;
    background: #cceaeb;
    color: #009599;
}
.try-thirty {
	width: 30%;
}
.try-division{
    margin: 0 0 20px 20px;
	border: 1px solid #999;
	text-align: center;
}
.try-division h3{
    padding: 10px;
	background: rgb(0 149 153 /20%);
}
.try-division h3 a{
	font-size: 16px;
}
.try-division .try-link{
	padding: 20px 0;
}
.try-division ul{
	overflow: hidden;
    text-align: left;
    padding: 0 20px;
}
.try-division ul li{
	line-height: 30px;
    border-bottom: 1px dotted #009599;
    padding-bottom: 10px;
    margin: 10px 0;
	overflow: hidden;
}
.try-division ul li a{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	display: inline-block;
	width: 100%;
}
.try-division ul li img{
	width: 30%;
	float: left;
}
.try-division1{
	width: 70%;
	float: right;
	padding-left: 20px;
}
.try-division1 span{
	font-size: 12px;
	color: #666;
}
.try-thirty .try-open3 ul li a{
	width: 70%;
    float: left;
}
.try-thirty .try-open3 ul li span{
	font-size: 12px;
	color: #666;
}
.try-hospital{
	padding: 20px;
    overflow: hidden;
}
.try-hospital_1{
	width: 33.333333%;
	float: left;
}
.try-hospital_lly{
	text-align: center;
    border: 1px solid #666;
    padding: 10px;
    margin: 5px;
}
.try-hospital_lly h5{
	font-size: 15px;
    padding-top: 15px;
    margin-bottom: 10px;
    border-top: 1px dotted #333;
}
/*内页-终*/
@media only screen and (max-width: 768px){
.try-house{
	padding: 0 10px;
	overflow: inherit;
}
.try-logo{
	width: 50%;
}
.try-excellent ul{
	display: none;
}
.try-excellent{
	width: 50%;
}
.try-tel{
    display: block;
	padding-left: 60px;
    position: relative;
}
.try-tel em{
	position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 6px;
	background: url(../image/th-zuoji.png) no-repeat;
}
.try-navigation ul{
	display: none;
}
.try-nav {
    display: block;
}
.try-nav p{
    padding: 10px 0;
    overflow: hidden;
	color: #fff;
}
.try-nav p span{
	border: 1px solid #fff;
	width: 30px;
    height: 30px;
	background: url(../image/try-nav.png) no-repeat center;
}
.try-new{
	position: relative;
}
.try-new .try-nav1{
	display: block;
    position: absolute;
    background: #009599;
    left: 0;
    top: 50px;
    z-index: 999;
    width: 100%;
    border-top: 1px solid #fff;
}
.try-new .try-nav1 li{
	float: none;
    width: 100%;
	border-bottom: 1px dotted #fff;
	position: relative;

}
.try-new .try-nav1 li a{
    padding: 10px 0;
    border: none;
}
.try-new .try-nav1 li::before{
	content: '';
	background: url(../image/daohang.png) no-repeat;
    position: absolute;
	width: 20px;
	height: 20px;
	left: 100px;
    top: 13px;
}
.try-new .try-nav p span{
	background: url(../image/guanbi.png) no-repeat center;
}
.try-money1{
	width: 100%;
	margin-bottom: 60px;
}
.try-money3{
	width: 100%;
}
.try-money1.try-use1::before, .try-money1.try-use2::before, .try-money1.try-use2::after{
	top: 110%;
    left: 50%;
}
.try-money1.try-use2::after{
	border-top: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    margin-left: 0;
    border-bottom: none;
}
.try-medicine{
	width: 100%;
    display: block;
    height: auto;
    position: initial;
    margin: 0;
	padding: 10px;
}
.try-medicine p{
	display: none;
}
.try-do ul li{
	width: 100%;
}
.try-course ul li{
	width: 100%;
    padding-bottom: 70px;
}
.try-course ul li .abc{
	height: auto;
}
.try-shaoimg{
	width: 100%;
}
.try-shaoimg img{
	height: auto;
}
.try-shaow{
	width: 100%;
    padding-left: 0px;
	margin-top: 20px;
}
.try-detailed{
	left: 50%;
    margin-left: -54px;
    right: auto;
}
.try-power{
	width: 100%;
}
.try-affairs2{
    margin: 10px 0 20px 0;
}
.try-affairs2 img{
	width: 100%;
	height: auto;
}
.try-endowment{
	width: 100%;
}
.try-information{
    padding: 0 0 0 20px;
}
.th-department .th-flat{
	width: 100%;
	border-bottom: 1px solid #fff;
    border-right: none;
}
.th-department .th-one{
	width: 100%;
}
.th-department .th-one img{
	height: auto;
    margin-left: -20px;
	width: auto;
}
.th-department .th-two{
	width: 30%;
}
.th-department .th-three{
	width: 70%;
}
.try-money2{
	padding: 0;
}
.try-hundred, .try-thirty{
	width: 100%;
}
.try-division{
	margin: 20px 0;
}
.try-record1, .try-record ul li img{
	width: 100%;
}
.try-record1{
	padding: 15px 0;
}
.try-record img{
    width: 100% !important;
    height: auto !important;
}
.try-computer{
    display: none;
}
.try-phone{
	display: block;
}
.try-than p span{
	padding: 0 10px;
}
}