ul,li{
    list-style-type: none;
}
body {
    margin: 0;
    padding: 0;
}
* {
    margin: 0;
    padding: 0;
}
h2{
    font-size: .4rem;
    color: #333333;
}
.headerImg{
    width: 100%;
    height: 8rem;
}
.headerImg img{
    width: 100%;
    height: 100%;
    display: block;
}
.MTrd01{
    width: 100%;
    background: #fff;
    padding: 1rem 0 0.5rem 0;
}
.MTrd01_C{
    width: 15rem;
    margin: auto;
    display: flex;
}
.MTrd01_CL,.MTrd01_CR{
    width: 50%;
}
.MTrd01_CL{
    background:#d3eff6;
    border: .01rem dotted #3699ff;
}
.MTrd01_CL img{
    width: 100%;
    height: 100%;
    display: block;
}
.MTrd01_CR{
    display: flex;
    align-items: center;
    padding-left: .2rem;
    box-sizing: border-box;
}
.MTrd01_H2{
    font-size: .4rem;
    font-family: pb;
    color: #333333;
}
.MTrd01_P{
    font-size: .2rem;
    color: #666666;
    margin-top: .3rem;
}
.MTrd01_Btn1{
    width: 3rem;
    height: .6rem;
    background: url("../img/Btn1.png") no-repeat;
    background-size: 100%;
    font-size: .23rem;
    color: #fff;
    text-align: center;
    line-height: .6rem;
    border: .02rem dotted #3699ff;
    margin-top: .1rem;
    margin-bottom: 0.2rem;
    cursor: pointer;
}
.MTrd02{
    width: 100%;
    background: #fff;
    padding: .5rem 0 1rem 0;
}
.MTrd02_C{
    width: 15rem;
    margin: auto;
}
.MTrd02_H2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.MTrd02_H2 p{
    font-size: .4rem;
    color: #333333;
    margin:  0 .2rem;
}
.MTrd02_H2 span{
    background: url("../img/H2Icon.png") no-repeat;
    background-size: 100%;
    width: .24rem;
    height: .3rem;
}
.MTrd02_Ul{
    width: 100%;
    display: flex;
    margin-top: .5rem;
}
.MTrd02_Li{
    width: 32%;
    margin-right: 1%;
}
.MTrd02_Li:last-child{
    margin-right: 0;
}
.MTrd02_LiImg{
    width: 100%;
    border: .01rem dotted #3699ff;
    overflow: hidden;
}
.MTrd02_LiImg img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.MTrd02_LiImg:hover img{
    transform: scale(1.1);
}
.MTrd02_LiMsg{
    padding: .2rem;
    box-sizing: border-box;
    background: #fff;
    border: .01rem solid #f0f0f0;
}
.MTrd02_LiMsgT{
    font-size: .26rem;
}
.MTrd02_LiMsgP{
    font-size: .2rem;
    color: #666666;
    margin-top: .1rem;
}
.MTrd02_LiMsg .MTrd01_Btn1{
    width: 2.6rem;
    height: .5rem;
    line-height: .5rem;
}
.MTrd03{
    width: 100%;
    background-color: #00498e;
    padding: 1.3rem 0;
}
.MTrd03_C{
    width: 15rem;
    margin: auto;
}
.MTrd03 .MTrd02_H2 span{
    background: url("../img/H2Icon1.png") no-repeat;
    background-size: 100%;
}
.MTrd03 .MTrd02_H2 p{
    color: #fff;
}
.MTrd03_Content{
    width: 100%;
    display: flex;
    margin-top: .3rem;
}
.MTrd03_CTab{
    width: 20%;
}
.MTrd03_CRBox{
    width: 80%;
    padding-left:1%;
    box-sizing: border-box;
}
.MTrd03_CTabLI{
    width: 100%;
    height: 2rem;
    position: relative;
    margin-bottom: .15rem;
    border-radius: .05rem;
    overflow: hidden;
    border: .01rem dotted #3699ff;
    cursor: pointer;
}
.MTrd03_CTabLI:last-child{
    margin-bottom: 0;
}
.MTrd03_CTabLI img{
    position: absolute;
    width: 100%;
    height: 100%;
}
.MTrd03_CTabLI p{
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: .18rem;
    text-align: center;
    margin-bottom: 0rem;
    height: auto;
    line-height: .35rem;
    background: rgba(0, 73, 142, 0.5);
    color: #fff;
}
.MTrd03_CTabLI.on p{
    background-color: #ff9900;
}
.MTrd03_CRBox .MTrd03_CTabLI{
    height: 100%;
}
.MTrd03_CRBox .MTrd03_CTabLI .MTrd03_CRBox_Msg{
    width: 90%;
    position: absolute;
    left: 50%;
    bottom: .3rem;
    transform: translate(-50%);
    background: rgba(255, 153, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .1rem .2rem;
    box-sizing: border-box;
}
.MTrd03_CRBox .MTrd03_CTabLI .MTrd03_CRBox_Msg img{
    width: .8rem;
    height: .8rem;
    display: block;
    position: initial;
}
.MTrd03_CRBox .MTrd03_CRBox_MsgR{
    color: #fff;
    background: none;
    width: 90%;
}
.MTrd03_CRBox .MTrd03_CRBox_MsgR div:first-child{
    font-size: .25rem;
}
.MTrd03_CRBox .MTrd03_CRBox_MsgR div:last-child{
    font-size: .22rem;
    margin-top: .1rem;
}
.MTrd03_CTabC{
    display: none;
}
.MTrd03_CTabC.on{
    display: block;
}
.MTrd04{
    width: 100%;
    padding: 1rem 0;
}
.MTrd04_C{
    width: 16rem;
    margin: auto;
}
#indemo {
    float: left;
    width: 800%;
}

#index_demo{
    width:100%; 
    float:right; 
    overflow:hidden;
    height:6.5rem; 
    border:none;
}
#index_demo1,#index_demo2{
    height:6.5rem;
    float:left; 
    display:inline-table;
}
#index_demo1 li,#index_demo2 li{ 
    /* width:4.36rem;  */
    width: 3.65rem;
    height:6.5rem; 
    float:left; 
    margin-right: .1rem;
    position: relative;
    /* padding-left:8px;  */
}
#index_demo1 li img,#index_demo2 li img{ 
    /* width: 4.36rem; */
    /* height: 100%; */
    display:block; 
    width: 100%;
    height: 100%;
    background:#ccc;
    position: absolute;
}
#index_demo1,#index_demo2{
    float: left;
}
.MTrd04_CDemoBox{
    width: 100%;
    position: relative;
}
.index_demo1Msg{
    position: absolute;
    width: 80%;
    bottom: .1rem;
    left: 50%;
    transform: translate(-50%);
    background: #ff9900;
    font-size: .2rem;
    text-align: center;
    padding: .08rem;
    color: #fff;
}
.MTrd04S1{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, transparent, transparent, #fff);
}
.MTrd04S1_BTN{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: .3rem;
}
.MTrd04S1_BTN div:first-child{
    margin-right: .2rem;
}
.MTrd01_Btn2{
    background: url("../img/Btn2.png") no-repeat;
    background-size: 100%;
}
.MTrd05{
    width: 100%;
    background: #fff;
    padding: 0rem 0 1rem 0;
}
.MTrd05_C{
    width: 15rem;
    margin: auto;
}
.MTrd05_CUL{
    margin-top: .2rem;
    width: 100%;
    display: flex;
}
.MTrd05_CLi{
    width: 32%;
    margin-right: 1%;
}
.MTrd05_CLi:last-child{
    margin-right: 0;
}
.MTrd05_CLiMSG{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: .1rem 0 .1rem .2rem;
    border: .01rem solid #f0f0f0;
    border-radius:  0 0 .1rem .1rem;
}
.MTrd05_CLiMSGp{
    font-size: .23rem;
    color: #333333;
}
.MTrd05_Btn1{
    width: 2rem;
    height: .6rem;
    background: url("../img/Btn3.png") no-repeat;
    background-size: 100%;
    font-size: .21rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: .6rem;
    cursor: pointer;
}
.MTrd06{
    width: 100%;
    padding: 1rem 0 0;
    background: url("../img/PP1.jpg") no-repeat;
    background-size: 100%;
}
.MTrd06_C{
    /* width: 15rem; */
    margin: auto;
}
.MTrd02_P{
    color: #666666;
    font-size: .2rem;
    width: 60%;
    margin: auto;
    text-align: center;
    margin-top: .2rem;
}
.MTrd02_Img{
    width: 100%;
    margin-top: .3rem;
}
.MTrd02_Img img{
    display: block;
    width: 100%;
    height: 100%;
}
.MTrd07{
    width: 100%;
    background: #fff;
    padding: 1.25rem 0;
}
.MTrd07_C{
    width: 15rem;
    margin: auto;
}
.MTrd07_T{
    width: 100%;
    display: flex;
}
.MTrd07_TL,.MTrd07_TR{
    width: 50%;
}
.MTrd07_TL{
    border: .01rem dotted #3699ff;
}
.MTrd07_TL img{
    display: block;
    width: 100%;
    height: 100%;
}
.MTrd07_TR{
    position: relative;
    height: 5rem;
}
.MTrd07_TRMsg{
    width: 120%;
    position: absolute;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    left:3rem;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: .2rem .5rem;
    box-sizing: border-box;
    background: #fff;
    border-radius: .08rem;
}
.MTrd07_TRMsgT p {
    font-size: .2rem;
    color: #666666;
}
.MTrd07_B{
    width: 100%;
    margin-top: .2rem;
    display: flex;
    justify-content: space-between;
}
.MTrd07_BImg{
    width: 32%;
    border: .01rem dotted #3699ff;
}
.MTrd07_BImg img{
    display: block;
    width: 100%;
    height: 100%;
}