.linktel {color:#FF0000}

.linktel a:link    {color:#FF0000}
.linktel a:visited {color:#FF0000}
.linktel a:hover   {color:#FF0000}
.linktel a:active  {color:#FF0000}

.index2{
    width: 100%;
    position: relative;
    padding: 0px 0;
}
.title {
    text-align: center;
    width: 100%;
}
.title h3{
    color: #1a387a;
    font-size: 48px;
    font-weight: bold; 
    width: 309px;
    margin: 0 auto;
    height: 70px;
}
.title h3:before{
    display: block;
    content: '';
    background: url(../images/t0.png) no-repeat center center;
    width: 27px;
    height: 70px;
    float: left;
}
.title h3:after{
    display: block;
    content: '';
    background: url(../images/t1.png) no-repeat center center;
    width: 27px;
    height: 70px;
    float: right;
}
.title p{
    color: #5b5b5b;
    font-size: 14px;
}
.index2-center{
    width: 100%;
    background:url("../images/s2.jpg") no-repeat center center;
    height: 621px;
    margin-top: 30px;
}
.index2-center .index2-right{
    width: 628px;
    float: right;
    margin-top: 37px;
}
.index2-right ul li{
width: 100%;
    height: 123px;
    background: #fff;
    border: 1px solid #ebecf1; 
    margin-bottom: 20px;
    padding: 23px 43px;
    transition: all 0.5s;  

}
.index2-right ul li p{
    color: #313131;
    font-size: 20px;
    line-height: 32px;
    float: right;
    width: 470px;
}
.index2-right ul li span{
    color: #1a387a;
    font-weight: bold;
    font-size: 48px;
    font-style: italic;
    font-family: ziti;
    display: block;
    float: left;
}
.index2-right ul li:hover{
    background: url(../images/s-ho.jpg) no-repeat center center;
    border: 1px solid #1a387a;
    transition: all 0.5s;
}
@media screen and (max-width: 768px) {
.index2-right ul li {
    width: 100%;
    height: 55px;
    background: #fff;
     border: 1px solid #ebecf1; 
    margin-bottom: 20px;
    padding: 10px 3px;
    transition: all 0.5s;
}
.index2-right ul li span {
    clear: both;
    color: #1a387a;
    font-weight: bold;
    font-size: 28px;
    font-style: italic;
    font-family: ziti;
    display: block;
    float: left;
    width: 8%;
}
.index2-right ul li p {
    color: #313131;
    font-size: 1rem;
    line-height: 1rem;
    float: left;
    width: 92%;
}
.index2-center .index2-right {
    width: 100%;
    /* float: right; */
    /* margin-top: 37px; */
}
.index2-center {
    width: 100%;
    background: url(../images/s2.jpg) no-repeat center center;
    height: auto;
     margin-top: 0px; 
}
.index2 {
    width: 100%;
    position: relative;
    padding: 0px 0;
}
}




.f-nav{display:none;}
.boright{width:75%;}

@media screen and (max-width: 768px) {
.boright{width:80%;height:7rem;}
.f-nav {
    display:block;
    width: 100%;
    height:70px;
    position: fixed;
    background: #fff;
    z-index: 1000;
    bottom: 0;
}
.warpper {
    width: 100%;
    margin: 0 auto;
}
.f-nav ul li {
    width: 25%;
    float: left;
    height: 100%;
    text-align: center;
}
.f-nav ul li img {
    display: block;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 0px;
}
}

@media screen and (max-width: 414px) {
.boright{width:100%;height:6rem;}
}
