/* 
* @Author: anchen
* @Date:   2020-06-17 10:56:25
* @Last Modified by:   anchen
* @Last Modified time: 2021-04-08 14:53:59
*/
@font-face{
  font-family: 'KAITI';
  src: url('../fonts/台湾标楷体DFKai-SB.ttf')
}
html,
body{
    width: 100%;
    height: 100%;
}
body{
}
.p-fixed{
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: #fff;
    background-image: url(../images/indexImgbg1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
}
/*.imgtextmodel10*/ 
.imgtextmodel10 .leftcon{
    width: 100%;
    padding: 1.5rem ;
}
.imgtextmodel10 .leftcon h3{
    font-size: 1.3rem;
    font-family: 'KAITI';
    font-weight: bold;
    display: inline-block;
    color: #fff;
    width: 10rem;
    padding-left: 1.2rem;
    line-height: 3rem;
    background: url(../images/icon-titlebg.png) no-repeat left center;
    background-size: 100%;
    margin-bottom: 1rem;
}
.imgtextmodel10 .leftcon .item{
    padding: 1rem 0.5rem;
}
.imgtextmodel10 .leftcon .item:last-child{
    margin-bottom: 0;
}
.imgtextmodel10 .leftcon .item .iteminner{
    position: relative;
}
.imgtextmodel10 .leftcon .item .iteminner .icon{
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    left: 0.3rem;
    top: 0;
}
.imgtextmodel10 .leftcon .item .iteminner .icon img{
    width: 100%;
    height: 100%;
}
.imgtextmodel10 .leftcon .item .iteminner .icon.icon1{
    background: url(../images/icon/t1icon5.png) no-repeat;
    background-size: 100% 100%;
}
.imgtextmodel10 .leftcon .item .iteminner .icon.icon2{
    background: url(../images/icon/t1icon6.png) no-repeat;
    background-size: 100% 100%;
}
.imgtextmodel10 .leftcon .item .iteminner .icon.icon3{
    background: url(../images/icon/t1icon7.png) no-repeat;
    background-size: 100% 100%;
}
.imgtextmodel10 .leftcon .item .iteminner .txtbox{
    margin-left: 3rem;
}
.imgtextmodel10 .leftcon .item .iteminner .txtbox h5{
    font-size: 1rem;
    margin-bottom: 0.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.imgtextmodel10 .leftcon .item .iteminner .txtbox .desc{
    height: auto;
    max-height: 3rem;
    line-height: 1.5rem;
    overflow: hidden;
    overflow-y: auto;
    font-size: 1rem;
}
.imgtextmodel10 .leftcon .item .itembtn{
    width: 80px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border: solid 1px #ffcf83;
    margin-top: 10px;
}
.imgtextmodel10 .leftcon .item.item2{
    background: #750000;
    border-radius: 0.2rem;
}
.imgtextmodel10 .leftcon .item.item2 .iteminner .icon.icon2{
    background: url(../images/icon/t1icon61h.png) no-repeat;
    background-size: 100% 100%;
}
.imgtextmodel10 .leftcon .item.item2 .iteminner .txtbox h5,
.imgtextmodel10 .leftcon .item.item2 .iteminner .txtbox .desc{
    color: #fff;
}

.navbox{
    padding: 0 1.4rem;
    position: fixed;
    width: 100%;
    bottom: 3rem;
    left: 0;
    z-index: 10;
}
.navbox li{
    width: 25%;
    float: left;
    padding: 0 0.4rem;
}
.navbox li a{
    border-radius: 0.4rem;
    overflow: hidden;
    border: solid 0.1rem #e0dcb2;
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.2);
}

body.body1{
    background: #fff;
    padding: 1rem;
}
body.body1 .detailcontent .title{
    border-bottom: none;
    text-align: center;
    background: #750000;
    color: #fff;
    font-weight: normal;
    border-radius: 0.4rem;
    margin: 0 0 1.2rem 0;
}
body.body1 .detailcontent .content, 
body.body1 .detailcontent .content div, 
body.body1 .detailcontent .content p, 
body.body1 .detailcontent .content span, 
body.body1 .detailcontent .content a{
    color: #333;
}

body.body1 .detailcontent .title.style1{
    background: none;
}
body.body1 .detailcontent .title.style1 a{
    width: 48%;
    background: #750000;
    display: block;
    float: left;
    border-radius: 0.4rem;
    height: 2.6rem;
    line-height: 2.6rem;
}
body.body1 .detailcontent .title.style1 a:first-child{
    margin: 0 4% 0 0;
}
body.body1 .detailcontent .title.style1 a.active,
.style1.submitlogin{
    background: #680000;
}
.ul1 li{
    background: #f9f9f9;
    margin: 0 0 1rem 0;
    padding: 1rem 1rem 0.5rem;
    border-radius: 0.6rem;
    line-height: 1.6rem;
    font-size: ;
}
.ul1 li .desc{
    border-bottom: solid 1px #eee;
    padding: 0 0 0.5rem 0;
    margin: 0 0 0.5rem 0;
}
.ul1 li .otheritem p{
    color: #999;
}
.formData.style1 .item{
    background: #f9f9f9;
}

@media only screen and (min-width: 1080px){
    html{
        font-size: 36px;
    }
}