锘?*棰勭害寮瑰嚭妗?/
.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
.bounce-in-down {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes fadeInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
.fade-in-down {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.bounce-out-up {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
@-webkit-keyframes fadeOutUp {
    20% {
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUp {
    20% {
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.fade-out-up {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
.menu-open {
    height: 100%;
    width: 100%;
}
.menu-open .mui-scroll-wrapper {
    position: absolute;
    top: 48px;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}
.menu-backdrop {
    display: none;
}
.menu-open .menu-backdrop {
    position: fixed;
    top:0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 998;
    background-color:rgba(0,0,0,.4);
}
.menu-wrapper {
    position:fixed;
    top: 120px;
    left: 0;
    right: 0;
    z-index: 999;
    padding:15px;
    width: 100%;
}
.menu-wrapper.hidden {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    z-index: -1;
}
.menu {
    width: 100%;
    padding:15px;
    background-color:#fff;
    border-radius:3px;
    position:relative;
}
.mui-icon-closeempty {
    position: absolute;
    top: -15px;
    right: -10px;
    font-size: 34px;
    border-radius: 50%;
    background: #ff8401;
    font-weight: 600;  color: #fff;
}
.menu-wrapper h4{
    width:100%;
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
    color: #ff8401;
    font-family: "鐎瑰缍?;
    font-weight: 500;
}
.menu-div{
    padding-left:5em;
}
.num{
    font-size: 24px;
    color: #ff8401;
    line-height: 38px;
}
.menu-div label{
    position:absolute;
    left:15px;
    padding:8px 0;
}
.menu-div select{
    display:inline-block;
    width:48%;
    border:1px solid #E5E5E5 !important;
    padding:8px 10px;
    background-color:#f5f5f5;
}

/*棰勭害寮瑰嚭妗?*/
/*棣栭〉*/
.maintu{
	width: 100%;
}
.indnav{
	line-height: 60px;
}
.indnav>img{
	width: 69%;
	margin: 0 auto;
}
.indbar{
	background:#000;
}
.mui-t-item{
	display: table-cell;
    overflow: hidden;
    height: 35px;
    font-size: 1.6rem;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    width:33%;
}
.indtwobar{
	width: 100%;
	border-bottom: 1px solid #EEEEEE;    
	height: 40px;
    line-height: 40px;
}
.indtwobar>span{
	width: 31.5%;
	display: inline-block;
	text-align: center;
	border-right: 1px solid #EEEEEE;
	color: #666;
}
.indtwobar>span:last-child{
	border-right: none;
}
.indtwobar>span>img{
	width: 16%;
    margin-right: 7px;
}
.indbiao{
	text-align: center;
	color: #666;
}
.indbiao>h3{
    font-size: 24px;
    color: #222;
    margin-top: 25px;    
    margin-bottom: 6px;
}
.indbiao>h3>span{
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #d8d8d8;
    vertical-align: middle;
}
h3.chao{
    font-size: 22px;
}
h3.chao>span{
    width: 25px;
}
.indbiao>h3>em {
    font-size: 24px;
    color: #d8d8d8;
    margin-right: 15px;
    position: relative;
    top: 2px;
}
.indbiao>h3>em.rte {
    margin-right: 0px;
    margin-left: 15px;
}
.indbiao>b{
    color: #FC8922;
}
.baoming{
    width: 100%; 
}
.formDiv{
    padding-top: 10px;
    width: 100%;
    height: 240px;
}
.formDiv div {      
    text-align: center;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px; 
    position: relative;
}
.formDiv div p{
    font-size: 12px;    
    color: #FCDD11;    
    padding-left: 25px;
}
.formDiv div span{
        position: absolute;
    top: 6px;
    left: -44px;
    font-size: 28px;
    color: #ABABAC;    
    font-weight: bold;
}
.formDiv span {
    display: inline-block;
    text-align: right;
    width: 25%;
}
.formDiv span i{
    color:#BB0A20;
}
.formDiv .in-text {
        height: 40px;
    font-size: 16px;
    margin: 0 auto 4px;
    padding-left: 38px;
    border-radius: 2px;
    border: 1px solid #E3E3E3;
}
.formDiv .in-t {
    width: 89%!important;
}
.formDiv .in-submit {
    width: 89%;
    height: 42px;
    line-height: 15px;
    text-align: center;
    margin: 0px auto;
    background-color: #37C249;
    border:1px solid #37C249;
    color: #FFf;
    font-size: 22px;
    border-radius: 3px;    
    margin-top: 4px;
}
button.mui-active:enabled, button:enabled:active{
    color: #fff;
    background-color: #58D8B4;
}
.indxan{
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;    
	font-size: 14px;
}
.indxan>a{
	border:1px solid #37C249;
	color: #37C249;
    padding: 6px 40px;
    border-radius: 5px;
}
.indxan>a.a{
	border:1px solid #FC8922;
	color: #FC8922;
	margin-right: 8px;
}
.indzhi{
	margin-bottom: 15px;
	margin-top: 10px;
}
.indtutwox>a{
	    background: #FC8922;
    color: #fff;
    padding: 2px 4px;
    font-size: 15px;
    position: relative;
    top: -3px;    
    border-radius: 4px;
}
.indtutwox>div{
	border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}
.indtutwox>div>a{
    font-size: 18px;
    font-weight: bold;
}
.indtutwox>div>p {
    width: 100%;
}
.indtutwox>div>p>span{
    width: 33%;
    display: inline-block;
}
.zhuang>a{
	padding: 5px 8px!important;    
	top: 3px!important;
}
.zhuang>div>p>span{
    margin-right: 5px;        
    margin-left: 5px;
    width: auto!important;
}
.zhuang>div>p>span:first-child{
    margin-left:0;
}
.zhuang>div {
    border-bottom: none;
    padding-bottom: 0px;
}
.indtutwox>div>p>span>b{
    color: #36ac54
}
.indzhin{
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.indzhin>a{
	    width: 80%;
    display: inline-block;
    border: 1px solid #FF9B2B;
    color: #FF9B2B;
    font-size: 18px;
    padding: 10px 0px;
    border-radius: 7px;
}
.indexfoot{
	padding: 20px 18%;
	padding-right: 0;
}
.indexfoot>img{
	width: 23%;
}
.indexfoot>div{
	display: inline-block;    
	vertical-align: top;
}
.indexfoot>div>h3{
	margin-bottom: 10px;    
	font-size: 20px;
}
/*棣栭〉    ###############*/
/*瑁呬慨鏁堟灉鍥?/
.check-tab{
	padding:0 15px;
	background-color:#fff;
	position:relative;
	z-index:9;
	border-bottom:1px solid #e5e5e5;
}
.check-tab li{
	text-align:center;
	height:44px;
	line-height:44px;
	position: relative;
}
.check-tab li.mui-active{
	border-bottom:2px solid #37c249;
}
.check-tab li a:hover{
	color:#37c249;
}
.check-tab li a{
	display:inline-block;
	width:100%;
	height:30px;
	line-height:30px;
	border-right:1px solid #e5e5e5;
}
.check-tab li:last-child a{
	border-right:0;
}
.check-tab li a span{
	display: block;
	width:100px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.drop-down-bg{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.3);
	position:fixed;
	z-index:2;
	display:none;
}
.drop-down-menu{
	position: absolute;
    z-index: 999;
    width: 100%;
}
.mui-control-content{
	height:auto;
	background-color:#fff;
}
.choise-wrap{
	width:100%;
	background-color:#fff;
}
.choise-wrap li{
	border-bottom:1px solid #e5e5e5;
	padding:10px 15px;
	font-size:16px;
}
.choise-wrap li.mui-active{
	background-color:#f8f8f8;
	color:#37c249;
}
.zhuanglist .fengek{
	margin-bottom: 10px
}
.zhuangli>h3{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: normal;
}
.zhuangli>h3>b{
	border-bottom: 1px solid #36ac54;    
	padding-bottom: 6px;
}
.zhuangli table{
    margin-bottom: 20px;
}
.zhuangli table tr td {
    color: #666;
}
.zhuangli table tr td.biao {
    color: #333;
}
.zhuangli>img{
    margin-bottom: 10px;
    height: 250px;
    width: 100%;
}
/*瑁呬慨鏁堟灉鍥     ##################3*/
/*宸ュ湴鐩存挱闂?/
.zhibo .shoulix {
    margin-top: 20px;    
    margin-bottom: 0;
}
.zhibo .shoulix>a{
	    background: #FFA82B;
    color: #fff;
    padding: 2px 4px;
    font-size: 15px;
    position: relative;
    top: -5px;    
    border-radius: 4px;
}
.zhibo .shoulix>div{
    padding-bottom: 5px;
}
.zhibo .shoulix>div>a{
    font-size: 18px;
    font-weight: bold;
}
.zhibo .shoulix>div>p {
    width: 100%;
    border-top: 1px solid #eee;    
    margin-top: 8px;    
    padding-top: 6px;
}
.zhibo .shoulix>div>p>span{
    width: 33%;
    display: inline-block;
}
.zhibo .shoulix>div>p>span>b {
    color: #36ac54;
}
.zhibotu{
    padding: 4px 10px;    
    margin-bottom: 7px;
}
.zhibotu>a img{
    width: 61%;
    height: 170px;
}
.zhibotu>div{
    width: 36%;
    display: inline-block;
    vertical-align: top;
}
.zhibotu>div>a img{
    width: 100%;
    height: 80px;
    margin-bottom: 5px;
}
.zhibotu>div>a:last-child img{
    margin-bottom: 0px;
}
.shetou>p>b{
    background: #FC8922;
    color: #fff;
    padding: 4px 12px;
    font-size: 15px;
    position: relative;
    top: 9px;
    border-radius: 4px;
}
.zhibox>p{
    margin-bottom: 7px;
}
.zhiboxq{
    margin-top: 30px;
}
.zhiboxqb{
    width: 100%;
    text-align: center;
    border-top:1px solid #D7D7D7;
}
.zhiboxqb>li{
    width: 15%;
    display: inline-block;
    position: relative;
}
.zhiboxqb>li>b{
    width: 20px;
    height: 20px;
    background: #D7D7D7;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -11px;
    left: 38%;
}
.zhiboxqb>li.curr>b{
    background: #37C348;
}
.zhiboxqb>li>p{
    margin-top: 12px;
}
.zhiboxq .shelix-tu>ul>li {
    height: 88px!important;
}
.zhiboxq .mui-table-view:after {
    background-color: #fff!important;
}
.zhiboxq .mui-table-view-cell:after{
    background-color: #f2f2f2!important;
    height: 20px;    
    margin-left: -15px;
}
.zhiboxq .mui-table-view-cell:last-child:after{
    background-color: #fff;
    height: 0px!important; 
}
.zhiboxq .sheanli .shelix-tu ul{
    overflow:hidden
}
/*宸ュ湴鐩存挱闂    ##################3*/
.about{
    padding:10px 15px;
}
.about>h3{
    margin: 10px 0;
}
.about>p{
    font-size: 15px;
    margin-bottom: 15px;
}
/*鍝佽川鏁磋*/
.pinzbao{
    width: 96%;
    margin: 0 auto;
    margin-top: 20px;
    border:1px solid #F1F1F1;
    padding-top: 15px;
}
.pinzbiao{
    font-size: 22px;
    color: #4E9572;
    text-align: center;
}
.pinzbiao>p{
    font-size: 24px;
    color: #FC761D;
}
.pinzbao .formDiv .in-t {
    width: 94%!important;
}
.pinzbao .formDiv div span {
    left: -52px;
    color: #FC761D;
}
.pinzbao .formDiv .in-submit {
    background-color: #FC761D;
    border: 1px solid #FC761D;    
    width: 94%;
}
.pinpei{
    margin-top: 15px;
    background: url(../img/pinz/pinbg_05.jpg);
    text-align: center;
    padding: 20px 0;
}
.pinpei>h3{
    color: #fff;
    font-size: 22px;
    position: relative;
    padding-bottom: 8px;
}
.pinpei>h3>b{
    position: absolute;
    width: 75px;
    display: inline-block;
    height: 2px;
    left: 40%;
    bottom: 0;
    z-index: 5;
    background: #fff;
}
.pin-tab{
    border: none;
    margin-top: 30px;  
    margin-bottom: 20px 
}
.pin-tab>.mui-control-item{
    color: #333;
    border: none;
    font-size: 14px;
}
.pin-tab>.mui-control-item.mui-active{
    color: #18ac54;
    background: none;
}
.pin-tab>a{
    width: 25%!important;
    display: inline-block!important;
    text-align: center;
}
.pin-tab>a>p{
    background: #B0B0B0;
    text-align: center;
    width: 62px;
    height: 62px;
    padding: 7px;
    border-radius: 50%;    
    display: inline-block;
}
.pin-tab>a>p img{
    width: 79%;
    position: relative;
    top: 9px;
}
.pin-tab>a>b{ 
    display: block;
    color: #fff;
    font-size: 14px;    
    height: 26px;
}
.pinpaix{
    padding: 0 15px;
    background: transparent;    
    height: 100%;
}
.pinpaix>img{ 
    width: 100%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px; 
}
.pinpaix>div{
    background: #fff;
    margin-top: -5px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;    
    padding: 10px;
    text-align: left;
}
.pinpaix>div>h4{
    color: #4E9572;
}
.pinpaix>div>p>span{
    margin-right: 10px;
    font-size: 14px;
    display: inline-block;
    width: 27%;
}
.pinzhi{
    padding: 0 10px;
}
.pinzhi .indbiao{
    margin-bottom: 20px;
}
.pinzhi .indbiao>h3 {
    color: #4E9572;
}
.pin-tab-two {
    border: none;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0 15px;
}
.pin-tab-two>.mui-control-item {
    color: #333;
    border: none;
    font-size: 14px;    
    border: 1px solid #E1E0E0;
}
.pin-tab-two>a {
    width: 23%!important;
    display: inline-block!important;
    margin-right: 8px;
    line-height: 30px!important;
}
.pin-tab-two>a.te {
    margin-right: 0;
}
.pin-tab-two>.mui-control-item.mui-active {
    color: #fff;
    background: #18ac54;
}


.pinbiaox{
    padding: 0 15px;
    background: transparent;
    height: 100%;
    position: relative;
}
.pinbiaox>img{
    width: 100%;
}
.pinbiaox>div{
    width: 170px;
    background: rgba(0,0,0,.5);
    position: absolute;
    right: 26px;
    top: 15px;
    color: #fff;
    padding: 10px;
}
.pinbiaox>div>p{
    color: #fff;
    text-align: left;
    font-size: 14px
}
/*鍝佽川鏁磋      ####################*/
/*瑁呬慨鎸囧崡*/
.zhinan .index-second-nav li{
    width: 23%;
}
.zhinan .baikexue li{
    position: relative;
}
.zhinan .baikexue li b{
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 120px;
    height: 2px;
    background: #37C249;
}
.zhinan .baikexue li:last-child b{
    background: transparent;
}
.zhinan .baikexue li a>p{
    color: #333;
    font-size: 16px;
}
.zhinan .baikexue li a div{
    height: 67px;
}
.zhinan .baikexue li a div>span{
    color: #7D7D7D;
    margin-right: 10px;
}
.zhinan .baikexue li a div>p{
    color: #666;
}
.zhinan>h1{
    font-size: 26px;
    margin-bottom: 15px;
}
.zhinan>h1,.zhinan>div{
    padding: 0 10px;
}   
.zhinan>div{
    text-align: center;    
    margin-bottom: 30px;
}   
.zhinan>div>.daohang{
    border:1px solid #F4F3F3;
    padding: 5px;
    color: #C3C3C3;
}   
.zhinan>div>p{
    font-size: 16px;
    text-indent: 2em;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}  


  

/*瑁呬慨鎸囧崡     ####################*/