

/* 表格 */
[aos][aos][aos-delay='100'].aos-animate,
body[aos-delay='100'] [aos].aos-animate {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

[aos^=fade][aos^=fade].aos-animate {
    opacity: 1;
}

[aos][aos][aos-delay='100'],
body[aos-delay='100'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

[aos][aos][aos-duration='700'],
body[aos-duration='700'] [aos] {
    -webkit-transition-duration: .7s;
    transition-duration: .7s;
}

[aos][aos][aos-easing=ease],
body[aos-easing=ease] [aos] {
    -webkit-transition-timing-function: cubic-bezier(.25, .1, .25, 1);
    transition-timing-function: cubic-bezier(.25, .1, .25, 1);
}

[aos][aos][aos-duration='1000'],
body[aos-duration='1000'] [aos] {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

[aos][aos][aos-easing=ease-out-back],
body[aos-easing=ease-out-back] [aos] {
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
}

[aos=fade-up].aos-animate {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

[aos^=fade][aos^=fade] {
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
}

.tzyyl-wrap {
    width: 100%;
	max-width:1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
	padding-bottom:40px;
    margin-top: 0px;
}

[aos=fade-up] {
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
}

.container-1200 {
    width: 100%;
	max-width:1200px;
    margin: 0 auto;
}

.p-r {
    position: relative;
}

.tzyyl-tab-btn {
    width: 100%;
    height: 70px;
    left: 0;
    margin-top: 35px;
}

.tzyyl-tab-btn .fymx-btn {
    color: #222222;
    border-color: #ce0000;
}

.tab-btn {
    width: 299px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #318877;
    background: #fff;
    color: #318877;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.tab-btn {
    width: 299px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 10px;   
    background: #fff;
    color: #318877;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

#pink {
    background: #ce0000 !important;
	 border: 2px solid #000;
}



.tzyyl-tab-btn .fymx-btn {
    background: #ce0000;
    color: #fff;
}

.ylfx-btn {
    border-color: #ce0000;
    color: #fff;
    background-color: #ce0000;
}

.fyjm-table {
    width: 100%;
	max-width:1200px;
    height: auto;
    margin: 0 auto;
    border: 2px solid #ce0000;
    border-collapse: collapse;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-touch-callout: none;
    margin: 0;
}

user agent stylesheet table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    border-spacing: 2px;
    border-color: grey;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.fyjm-table tr th {
    width: 296px;
    height: 30px;
    background: #ce0000;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    border-bottom: 2px solid #ce0000;
    border-right: 2px solid #ce0000;
    text-align: center;
}

.fyjm-table tr td {
    width: 297px;
    height: 30px;
    background: #fff;
    border-top: 2px solid #ce0000;
    border-right: 2px solid #ce0000;
    font-size: 14px;
    color: #222222;
    text-align: center;
}


@media all and (max-width: 640px){
	.tzyyl-tab-btn{ width:100%; height:120px;}
	.tab-btn { width:96%;margin-bottom:10px!important;float:none;margin:0 auto; height:40px}
	
	
}

@media all and (max-width: 460px){
	.fyjm-table tr td{ font-size:12px;}
}


@media all and (max-width: 400px){
	.fyjm-table tr td{ font-size:8px;}
}