﻿header{
    width: 1200px;
    margin: 30px auto;
    line-height: 75px;
}
nav{
    background: #319166;
    width: 100%;
    padding: 15px 0;
}
nav ul{
    width: 1200px;
    margin: 0 auto;
}
nav ul a{
    display: block;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    border-radius: 50px;
}
nav ul a.active,nav ul a:hover{
    color: #319166;
    background: #fff;
    transition: all .3s;
}
nav ul li{
    width: 11.11111%;
}
header > div:nth-child(2){
    font-size: 24px;
}
header > div:nth-child(2) img{
    position: relative;
    top: -4px;
    display: inline-block;
    margin-right: 10px;
}
#myCarousel{
    width: 1280px;
    margin: 0 auto;
}
#myCarousel .glyphicon-chevron-left{
    background: url(../../images/spimg/left.png)no-repeat;
}

#myCarousel .glyphicon-chevron-right{
    background: url(../../images/spimg/right.png)no-repeat;
}
#myCarousel .glyphicon::before{
    display: none;
}
#myCarousel .carousel-control{
    opacity: 1;
    background-image: none;
}
#myCarousel .carousel-control:focus,#myCarousel .carousel-control:hover{
    opacity: 1;
}
#myCarousel .glyphicon{
    position: absolute;
    bottom: 0;
}
#myCarousel .carousel-control{
    position: absolute;
    /* top: 0; */
    bottom: 175px;
    /* left: 0; */
    right: 50px;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: 1;
}
#myCarousel ol li{
    width: 18%;
    color: #fff;
}
#myCarousel ol li > div{
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#myCarousel ol li > div div:nth-child(1){
    font-size: 20px;
}
#myCarousel ol li > div div:nth-child(2){
    font-size: 16px;
    line-height: 34px;
}
#myCarousel ol li > section{
    font-size: 12px;
    text-align: right;
}
#myCarousel ol li.active > div{
    border-bottom: 2px solid #319166;
}
.search_box{
    width: 100%;
    padding: 50px 0;
    background: #319166;
}
.search_box form{
    width: 525px;
    margin: 0 auto;
}
.search_box form > div:nth-child(1){
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 10px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.search_box form > div:nth-child(1) input{
    border: none;
    outline: none;
}
.search_box form > div:nth-child(1) input:nth-child(1){
    width: 80%;
    padding-left: 10px;
}
.search_box form > div:nth-child(1) input:nth-child(2){
    background: url(../../images/spimg/icon2.png) no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    right: 12px;
}
.main1 .tit div:nth-child(2){
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 24px;
}
.main1 .tit span:nth-child(3){
    display: block;
    width: 50px;
    border-bottom: 2px solid #319166;
}
.main1 .con > div:nth-child(1){
    margin: 15px 0;
    font-size: 18px;
    font-weight: bold;
}
.main1 > div:nth-child(1){
    width: 60%;
}
.main1 .tit div:nth-child(1){
    font-size: 18px;
}
.main1 .con > div:nth-child(2){
    font-size: 16px;
    line-height: 30px;
}
.main1 .con > a:nth-child(3){
    padding: 5px 20px;
    border: 1px solid #000;
    display: inline-block;
    color: #000;
    border-radius: 50px;
    margin-top: 10px;
}
.main2_big,.main4_big{
    width: 100%;
    background: #f7f7f7;
    padding-top: 1px;
    padding-bottom: 1px;
}
.same_tit{
    margin: 50px auto;
}
.same_tit > div:nth-child(1){
    font-size: 18px;
}
.same_tit > div:nth-child(2){
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 24px;
}
.same_tit > span:nth-child(3){
    display: inline-block;
    width: 50px;
    border-bottom: 2px solid #319166;
}
.main2 .bar li{
    width: 15%;
    color: #222222;
    text-align: center;
    font-size: 16px;
    padding: 8px 0;
    font-weight: 500;
}
.main2 .bar li.active{
    color: #fff;
    border-radius: 15px 15px 0 0;
    background: #319166;
}
.main2 .bar{
    border-bottom: 1px solid #319166;
}
.main2 .tit div{
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
}
.main2 .tit span{
    display: inline-block;
    width: 50px;
    border-bottom: 3px solid #319166;
}
.main2 .tit p{
    margin: 40px 0;
    font-size: 16px;
    line-height: 25px;
}
.main2 .tit a{
    padding: 5px 20px;
    border: 1px solid #000;
    display: inline-block;
    color: #000;
    border-radius: 50px;
    margin-top: 10px;
}
.main2 .con{
    margin-top: 40px;
}
.main2 .con ul{
    margin-top: 50px;
}
.main2 .con ul li{
    width: 16.6666666%;
    margin-bottom: 30px;
    float: left;
}
.main2 .con ul li a{
    color: #333333;
    display: block;
    border-left: 1px solid #000;
    line-height: 17px;
}
.main2 .con ul li:nth-last-child(2) a{
    border-right: 1px solid #000;
}
.main2 .con ul li a:hover{
    color: #319166;
    text-decoration: underline!important;
    transition: all .3s;
}
.main3 li{
    width: 15%;
}
.main3 li p{
    color: #333333;
    margin-top: 10px;
    font-size: 18px;
}
.main3 li div{
    color: #999999;
}
.main4_big ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.main4_big ul li:nth-child(3n){
    margin-right: 0;
}
.main4_big ul li:nth-child(n+4){
    margin-bottom: 0;
}
.main4_big ul li a,.main5 a{
    display: block;
    color: #222222;
    padding: 10px;
    background: #fff;
}
.main4_big ul li a img{
    margin-bottom: 10px;
    width: 364px;
    height: 228px;
}
.main4_big ul li a div{
    margin: 10px 0;
    font-size: 15px;
}
.main4{
    width: 1200px;
    margin: 0 auto;
}
.main4_big{
    padding-bottom: 100px;
}
.main4_big ul li a:hover{
    color: #319166;
    box-shadow: 0 0 10px #319166;
    transition: all .3s;
}
.main5{
    width: 1200px;
    margin: 30px auto;
}
.main5 a{
    width: 360px;
    margin: 5px 0;
    padding-bottom: 20px;
    display: inline-block;
    box-sizing: content-box;
    margin-right: 10px;
    font-size: 15px;
}
.main5 a:hover{
    box-shadow: 0 0 10px #319166;
    transition: all .3s;
}
.main5 a span{
    color: #fff;
    background: #319166;
    padding: 5px 20px;
    border-radius: 50px;
    opacity: 0;
}
.main5 a div{
    margin: 30px 0;
    font-weight: bold;
}
.main5 a:hover span{
    opacity: 1;
    transition: all .3s;
}
.main5 a img{
    width: 360px;
    height: 225px;
}
.main6 > a:hover{
    color: #fff;
}
.hd_li{
    border-bottom: 1px solid #eeeeee;
    padding: 25px 20px;
}
.hd_li a{
    color: #333333;
}
.hd_li > a > div:nth-child(1){
    border-right: 2px solid #888888;
    padding-right: 9px;
}
.hd_li > a > div:nth-child(1) span:nth-child(1){
    display: block;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 5px;
    color: #999;
}
.hd_li > a > div:nth-child(1) span:nth-child(2){
    letter-spacing: 0.3em;
    color: #999;
}
.hd_li > a > div:nth-child(2){
    width: 80%;
}
.hd_li > a > div:nth-child(2) div:nth-child(1){
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    color: #999;
}
.hd_li > a > div:nth-child(2) div:nth-child(2){
    color: #999;
    font-size: 16px;
    line-height: 25px;
}
.hd_li > a:hover > div:nth-child(1) span:nth-child(1),.hd_li > a:hover > div:nth-child(1) span:nth-child(2){
    color: #319166;
    transition: all .3s;
}
.hd_li > a:hover > div:nth-child(1){
    border-right: 2px solid #319166;
    transition: all .3s;
}
.hd_li:hover{
    box-shadow: 0 0 10px #319166;
    transition: all .3s;
}
.hd_li > a:hover > div:nth-child(2) div:nth-child(1),.hd_li > a:hover > div:nth-child(2) div:nth-child(2){
    color: #2b2b2b;
    transition: all .3s;
}
footer{
    width: 100%;
    padding: 30px 0;
    background: #222222;
}
footer .con{
    width: 1200px;
    margin: 0 auto;
}
.yqlj{
    flex-wrap: wrap;
    width: 89%;
}
footer .con .left{
    width: 630px;

}
footer .con .right{
    width: 500px;
}
.yqlj li{
    width: 16.6%;
    margin-bottom: 15px;
}
.yqlj li a{
    display: block;
    text-align: center;
    color: #888888;
}
.yqlj li a:hover{
    color: #fff;
    text-decoration: underline!important;
}
.swhz div:nth-child(1){
    font-size: 16px;
    margin-bottom: 20px;
}
.swhz div:nth-child(2){
    font-size: 18px;
    margin-bottom: 10px;
}
.swhz div:nth-child(3){
    font-size: 14px;
    margin-bottom: 10px;
}
.swhz div:nth-child(4){
    font-size: 14px;
}
footer .con .right input,footer .con .right textarea{
    border: 1px solid #555555;
    padding: 10px;
    background: none;
    outline: none;
    color: #888888;
    margin-bottom: 10px;
}
footer .con .right input:-ms-input-placeholder,footer .con .right textarea:-ms-input-placeholder{
    color: #888888;
}
footer .con .right textarea{
    resize: none;
}
.sonbanner{
    width: 100%;
}
.son_tit{
    width: 1200px;
    margin: 0 auto;
    margin-top: -170px;
    position: relative;
    padding-bottom: 100px;
}
.son_tit .left{
    border: 3px solid #fff;
    box-shadow:  0 0 5px #000;
    margin-right: 50px;
}
.son_tit .right{
    width: 57%;
    padding-top: 70px;
}
.son_tit .right div:nth-child(1){
    font-size: 60px;
    color: #fff;
    font-family: 'PangMenZhengDao';
}
.son_tit .right div:nth-child(2){
    line-height: 30px;
    font-size: 16px;
    margin-top: 30px;
}
.sonmain1{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.sonmain1 li{
    float: left;
    width: 23%;
    margin-right: 2.66%;
    margin-bottom: 2.66%;
}
.sonmain1 li:nth-child(4n){
    margin-right: 0;
}
.sonmain1 li a{
    padding: 10px;
    display: block;
    background: #fff;
    color: #222222;
}
.sonmain1 li a img{
    margin-bottom: 20px;
    width: 256px;
    height: 160px;
}
.sonmain1 li a:hover{
    color: #319166;
    transition: all .3s;
    box-shadow: 0 0 10px #319166;
}
.son_more{
    display: block;
    text-align: center;
    width: 200px;
    border: 1px solid #888888;
    color: #888888;
    padding: 5px 0;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 16px;
}
#slide_page_box{
    position: relative;
    height: 50px;
    background: #f7f7f7;
}
#slide_page_box a{
    left: 50%;
    top: 0;
    background: none;
    width: 50px;
    opacity: 1;
}
#myCarousel1 .glyphicon-chevron-left,.swiper-button-next1{
    background: url(../../images/spimg/left1.png)no-repeat;
}
#myCarousel1 .glyphicon-chevron-right,.swiper-button-prev1{
    background: url(../../images/spimg/right1.png)no-repeat;
}
#myCarousel1 .glyphicon-chevron-right:before{
    content: "";
}
#myCarousel1 .glyphicon-chevron-left:before{
    content: "";
}
.pro_detail_con{
    width: 1200px;
    margin: 0 auto;
}
.pro_detail_con .tit{
    margin: 50px 0;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
.sec_tit{
    border-left: 3px solid #319166;
    padding-left: 10px;
    font-size: 16px;
    color: #222222;
    margin: 20px 0;
    font-weight: bold;
}
.sec_bar{
    margin-bottom: 50px;
}
.product_list ul{
    flex-wrap: wrap;
}
.product_list li{
    width: 32%;
    margin-bottom: 2%;
}
.product_list li a div{
    color: #222222;
    text-align: center;
    margin: 30px 0;
}
.product_list li a span{
    padding: 5px 10px;
    color: #fff;
    border-radius: 50px;
    background: #319166;
    opacity: 0;
}
.product_list li a{
    display: block;
    padding-bottom: 20px;
}
.product_list li a img{
    width: 384px;
    height: 240px;
}
.product_list li a:hover{
    box-shadow: 0 0 3px #319166;
    transition: all .3s;
}
.product_list li a:hover div{
    margin: 20px 0;
    font-weight: bold;
}
.product_list li a:hover span{
    transition: all .3s;
    opacity: 1;
}
.detail_big .right .tit{
    font-size: 20px;
    font-weight: bold;
}
.detail_big .right div:nth-child(2){
    margin: 30px 0;
    line-height: 25px;
}
.detail_big .right a:nth-child(3){
    color: #222;
    border-radius: 50px;
    padding: 3px 20px;
    border: 1px solid #222222;
}
.swiper-button-white{
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 9999;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
}
.detail_main1{
    background: #f7f7f7;
    padding: 50px;
}
.detail_main1 li{
    width: 30%;
    margin-bottom: 30px;
    float: left;
    margin-right: 5%;
}
.detail_main1 li:nth-child(3n){
    margin-right: 0;
}
.detail_main1 li div:nth-child(1){
    font-weight: bold;
    margin-right: 10px;
}
.detail_main1 li div:nth-child(2){
    font-size: 14px;
    width: 75%;
}
.al_bar{
    padding: 0 150px;
}
.al_bar li{
    width: 20%;
    text-align: center;
    margin-bottom: 30px;
    padding: 10px 0;
    border-radius: 50px;
    border: 1px solid #222;
}
.al_bar li.active,.al_bar li:hover{
    border: 1px solid #319166;
    background: #319166;
    color: #fff;
    transition: all .3s;
    cursor: pointer;
}
.al_detail_box > div:nth-child(1){
    margin-right: 50px;
    width: 335px;
}
.al_detail_box .a{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
}
.al_detail_box .b{
    display: block;
    width: 40px;
    border-bottom: 4px solid #319166;
    margin-bottom: 30px;
}
.al_detail_box .c{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.al_detail_box .d{
    width: 70%;
}
.al_detail_box .flex-aro span{
    color: #319166;
    font-size: 18px;
}
.much_layer{
    width: 1070px;
    background: url(../../images/spimg/much_layer_bg.png) no-repeat;
    height: 600px;
    background-position: center;
    padding: 100px;
}
.much_layer form{
    font-size: 18px;
}
.much_layer form label{
    font-weight: bold;
}
.much_layer form > div:nth-child(1) input{
    border-radius: 20px;
    border: none;
    background: #f7f7f7;
    padding: 5px;
    padding-left: 20px;
    outline: none;
}
.much_layer form > div:nth-child(2) select{
    border-radius: 20px;
    border: none;
    background: #f7f7f7;
    padding: 5px;
    padding-left: 20px;
    outline: none;
}
.much_layer form > div > div:nth-child(1){
    width: 500px;
}
.much_layer form .mianji input{
    border-radius: 20px;
    border: none;
    background: #f7f7f7;
    padding: 5px;
    padding-left: 20px;
    width: 75px;
    color: #319166;
    outline: none;
}
.much_layer form .mianji label:nth-child(n+2){
    margin-left: 50px;
}
.much_layer form input[type="submit"]{
    display: block;
    margin: 30px auto;
    margin-top: 100px;
    text-align: center;
    width: 170px;
    color: #fff;
    background: #319166;
    border-radius: 50px;
    padding: 7px 0;
    border: none;
}
.much_layer form .notice span{
    font-weight: bold;
    font-size: 20px;
    color: #319166;
}
.news_list li{
    padding: 20px;
    border-bottom: 1px solid #eeeeee;
}
.news_list li:hover{
    border:none;
}
.news_list li .date{
    padding: 20px;
    border-right: 2px solid #319166;
    width: 170px;
    height: 120px;
    margin-right: 40px;
    padding-right: 0;
}
.news_list li .date span{
    display: block;
    text-align: center;
}
.news_list li .date span:nth-child(1){
    font-size: 30px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #888888;
}
.news_list li .date span:nth-child(2){
    font-size: 16px;
    color: #888888;
}
.news_list li .con{
    width: 695px;
}
.news_list li .con a{
    color: #888888;
    font-size: 16px;
    line-height: 25px;
}
.news_list li .con a:nth-child(1){
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}
.news_list li .img_pic{
    margin-left: 50px;
}
.news_list li .ydqw_box{
    height: 120px;
    line-height: 120px;
    padding-left: 100px;
}
.news_list li .ydqw{
    padding: 5px 20px;
    color: #fff;
    background: #319166;
    border-radius: 50px;
}
.news_list li:hover{
    box-shadow:  0 0 5px #319166;
    transition: all .3s;
}
.news_list li:hover .date span:nth-child(1){
    color: #319166;
    transition: all .3s;
}
.news_list li:hover .date span:nth-child(2){
    color: #319166;
    transition: all .3s;
}
.news_list li:hover .con a{
    color: #222222;
    transition: all .3s;
}
.news_list li:hover .img_pic{
    display: none;
    transition: all .3s;
}
.news_list li:hover .ydqw_box{
    display: block;
    transition: all .3s;
}
.news_list li .img_pic img{
    width: 200px;
    height: 125px;
}
.news_detail_box > div:nth-child(1){
    width: 860px;
    margin-right:30px;
}
.news_detail_box > div:nth-child(2){
    width: 310px;
}
.news_detail_box .left .tit{
    border-bottom:1px solid #222;
    padding-bottom: 20px;
}
.news_detail_box .left .tit > div:nth-child(1){
    font-size: 25px;
    margin-bottom: 10px;
}
.news_detail_box .left .con{
    margin: 30px 0;
}
.news_detail_box .left .con img{
    max-width: 100%;
    height: auto;
}
.news_detail_box .right .tit{
    border-left: 4px solid #319166;
    font-weight: bold;
    color: #222222;
    padding-left: 10px;
    font-size: 18px;
}
.tuijian_con a {
    color: #888888;
}
.tuijian_con a:hover,.tuijian_sec_con a:hover{
    color: #319166;
    text-decoration: underline!important;
}
.tuijian_con li{
    margin: 30px 0;
}
.tuijian_con a img{
    width: 180px;
    height: 120px;
    margin-bottom: 15px;
}
.tuijian_sec_con a{
    color: #888;
}
.tuijian_sec_con li{
    margin-top: 20px;
}
.sonbanner{
    position: relative;
}
.about_main1{
    width: 1000px;
    margin: 0 auto;
    margin-top: -140px;
    position: relative;
    background: #fff;
    padding: 50px 0;
    line-height: 35px;
    font-size: 16px;
    box-shadow: 0 0 5px #319166;
}
.about_main2{
    width: 1200px;
    margin: 0 auto; 
    margin-bottom: 50px;
}
.about_main2 li{
    width: 30%;
    background: #f7f7f7;
    padding: 20px 40px;
}
.about_main2 li img{
    margin: 0 auto;
}
.about_main2 li > div:nth-child(2){
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
}
#swiper2{
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
}
#swiper2 .swiper-wrapper img{
    border-radius: 50%;
    overflow: hidden;
    width: 126px;
    height: 126px;
}
#swiper2 .swiper-button-next2{
    background: url(../../images/spimg/right1.png)no-repeat;
    right: 0;
}
#swiper2 .swiper-button-prev2{
    background: url(../../images/spimg/left1.png)no-repeat;
    left: 0;
}
#swiper2 .slider_page{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 130px;
    z-index: 99999;
}
.jieshao{
    position: relative;
    width: 1200px;
    right: 0;
    padding: 30px;
    background: #fff;
    display: none;
    margin-top: 31px;
    left: -490px;
}
.about_main3{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.about_main3 > div:nth-child(1){
    margin-right: 20px;
    width: 700px;
    height: 500px;
}
.about_main3 > div:nth-child(2){
    background: #f7f7f7;
    padding: 20px;
    width: 480px;
    height: 500px;
    background: #f7f7f7;
    position: relative;
}
.about_main3 > div:nth-child(2) > div{
    position: absolute;
    width: 130px;
    height: 130px;
    background: #f7f7f7;
    z-index: 9999;
    right: 20px;
    bottom: 20px;
}
.about_main3 > div:nth-child(2) > div img{
    margin: 0 auto;
    width: 100px;
    height: 100px;
    margin-bottom: 5px;
}
.about_main3 > div:nth-child(2) li{
    font-size: 16px;
    color: #222222;
    padding: 20px;
    border-bottom: 1px solid #888888;
}
.about_main3 > div:nth-child(2) li div{
    font-weight: bold;
    margin-bottom: 10px;
}
.about_main3 > div:nth-child(2) li.las_li{
    border: none;
}
.about_main3 > div:nth-child(2) li:nth-child(1){
    padding-top: 0;
}
.search_word {
    width: 60%;
    padding-right: 140px;
    line-height: 39px;
}
.search_word,.search_word a{
    color: #888888;
}
.search_word a:hover{
    color: #319166;
    text-decoration: underline!important;
}
.search_big form > div{
    border-radius: 50px;
    background: #f7f7f7;
}
.search_big form > div input:nth-child(1){
    width: 400px;
    padding: 10px;
    border: none;
    padding-left: 20px;
    background: none;
}
.search_big form > div input:nth-child(2){
    width: 15px;
    height: 15px;
    position: relative;
    background: url(../../images/spimg/icon2.png) no-repeat;
    top: 10px;
    border: none;
    right: 20px;
}
.search_result span{
    color: #319166;
}
.search_result li{
    margin-bottom: 30px;
    list-style: decimal;
}
.search_result > div:nth-child(1){
    margin-bottom: 20px;
}
.back_top{
    position: fixed;
    right: 16.4%;
    background: #fff;
    padding: 10px 12px;
    z-index: 999999;
    bottom: 200px;
    cursor: pointer;
    padding-top: 16px;
}
.back_top span{
    width: 15px;
    height: 15px;
    border-left: 2px solid #319166;
    border-top: 2px solid #319166;
    transform: rotate(45deg);
    display: block;
}

.fy{width:100%; margin-top: 32px;
	height: 30px; text-align: center; line-height: 30px;font-size: 16px;}
.fy p{display:inline; color:#757474; padding-left: 5px; padding-right: 5px; 
	padding-top: 3px; padding-bottom: 3px;
	border: 1px solid rgba(123,123,123,1.00); margin-left: 10px;}
.fy .dq{color:#319166; border: 1px solid #319166;}
.fy p:hover{color:#319166; border: 1px solid #319166;}
.fy a{display:inline; color:#757474; padding-left: 5px; padding-right: 5px; 
	padding-top: 3px; padding-bottom: 3px;
	border: 1px solid rgba(123,123,123,1.00); margin-left: 10px;}
.fy span{display:inline; color:#757474; padding-left: 5px; padding-right: 5px; 
	padding-top: 3px; padding-bottom: 3px;
	border: 1px solid rgba(123,123,123,1.00); margin-left: 10px;}
.fy span{color:#319166; border: 1px solid #319166;}
.fy a:hover{color:#319166; border: 1px solid #319166;}