@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* 全局 */
body,h1,h2,h3,h4,h5,h6,hr,p,pre,blockquote,dl,dd,ul,ol,th,td,form,fieldset,legend,button,input,textarea,img{margin:0;padding:0; border:none;}
h1,h2,h3,h4,h5,h6,button,input,textarea,select{font-size:100%;}
fieldset,img{border:0;}table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}ul{list-style:none;}
address,cite,code,dfn,var,em,th{font-style:normal;font-weight:normal;}
button,input,textarea{outline:none;font-family:inherit;}:focus{outline:0;}
body{font-family:Arial, Helvetica, sans-serif;}
textarea{overflow-x:hidden;overflow-y:auto;resize:none;}
a{color:#000;text-decoration:none;display: block;}a:hover{text-decoration:none;}
i,em{font-style:normal;display: block;}
li{ float:left;}
span{display: block;font-weight: 600;}
/* 清浮动*/
.clearfix:after,.clearfix:before{content:"";display:table}
.clearfix:after{clear:both;overflow:hidden}
.clearfix{zoom:1}
.container{width: 960px;margin: 0 auto;}
header{
    display: flex;
    height: 64px;
}
.logo{display: none;}
header nav{
    display: flex;
    width: 80%;
    margin: 0 auto;
    font-family: ArialMT;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #0c1e4c;
    align-items: center;
}
header nav a{
    width: 30%;display: flex;align-items: center;
}
header nav a img{
    margin-right: 5px;
}
.banner,.banner img{
    width: 100%;vertical-align: middle;
}
.title{
    background: url("../images/title-bg.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
    height: 37px;
    line-height: 37px;
    width: 32%;
    font-family: Impact;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 40px auto 29px auto;
}
.why-wrap{
    padding: 0 80px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.why-wrap li{
    width:24%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.why-wrap li span{
    font-family: Arial-BoldMT;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 10px;
    letter-spacing: 0px;
    color: #24c0fb;
    margin: 10px 0 5px 0;
}
.why-wrap li p{
    font-family: ArialMT;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #053893;
    text-align: center;
}
.p_wrap{
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
}
.p_left{
    width: 60%;
    display: flex;
    justify-content: space-between;
}
.p_big{
    width: 78%;
    height: 430px;
    overflow: hidden;
}
.p_sm{
    width: 19%;
    height: 431px;
    overflow: hidden;
}
.p_big img,.p_sm img{
    width: 100%;
    border: solid 2px #003f7f;
    box-sizing: border-box;
}
.p_right{
    width: 36%;
}
.p_right_tit .slot{
    width: 12px;
    height: 13px;
    background-color: #24c0fb;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}
.p_right_tit{
    font-family: ArialMT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #0c1e4c;
}
.p_right ul{
    border: solid 2px #053893;
    width: 70%;
    margin: 20px auto;
    padding: 10px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.p_right ul li{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.p_right ul li p{
    font-family: Arial-BoldMT;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #053893;
}
.buyNow{
    width: 44%;
    margin: 0 auto;
    height: 31px;
    line-height: 31px;
    text-align: center;
    font-family: Arial-BoldMT;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    background-image: linear-gradient(25deg,
    #226caa 0%,
    #4294da 25%,
    #84bae8 50%,
    #4294da 75%,
    #226caa 100%);
    border-radius: 16px;
}
.buyTxt{
    font-family: ArialMT;
    text-decoration: underline;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #0c1e4c;
    text-align: center;
}
.description li{float: none;}
.description span{font-weight: initial;display: initial;}
.description li strong{font-weight: initial;}
.d-wrap{
    padding: 0 20px;
    box-sizing: border-box;
}
.ship-wrap .top{
    background: url("../images/shippping-bg.png") no-repeat;
    background-size: 100% 100%;
    color: white;
    padding: 10px 0;
    box-sizing: border-box;

}
.ship-wrap .top div{
    width: 60%;
    margin: 0 auto;
}
.ship-wrap .top div p{
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 15px;
}
.s1 th, td, .s2 th, td {
    border: 1px solid #24c0fb;
}
.s1 th, td,.s2 th,td {
    /* text-align: center; */
    padding: 10px 20px;
}
.ship-wrap .top img{
    margin: 5px auto;
}
.ship-wrap .center,.ship-wrap .bottom{
    padding: 0 20px;
    box-sizing: border-box;
}
.ship-wrap .center h5{
    font-family: Arial-BoldMT;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 1px;
    color: #053893;
    text-align: center;
    margin: 10px 0;
}
.s2{width: 100%;}
.ship-wrap .center p{
    text-align: center;
    font-family: Arial-BoldMT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 1px;
    color: #053893;
    margin: 10px 0;
}
.ship-wrap .bottom{
    display: flex;
    justify-content: space-between;
}
.ship-wrap .bottom .left{
    width: 40%;
    padding: 0 20px;
    box-sizing: border-box;
    border-right: 3px solid #003f7f;
}
.ship-wrap .bottom .left img,.ship-wrap .bottom .right img{
    width: 100%;
}
.ship-wrap .bottom .left h5{
    font-family: Arial-BoldMT;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #053893;
}
.ship-wrap .bottom .left p{
    font-family: ArialMT;
    text-decoration: underline;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #053893;
}
.ship-wrap .bottom .left img{
    margin: 10px 0;
}
.ship-wrap .bottom .right{
    width: 60%;
    padding: 0 20px;
    box-sizing: border-box;
}
.ship-wrap .bottom .right span{
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 1px;
    color: #053893;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.ship-wrap .bottom .right p{
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #000000;
}
.ship-wrap .bottom .right img{
    margin-top: 15px;
}
.warr-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.warr-left{
    width: 40%;
}
.warr-left img{
    width: 100%;
}
.warr-right{
    padding-right: 50px;
    box-sizing: border-box;
    width: 65%;
}
.warr-right p{
    margin-bottom: 20px;
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #0f0100;
}
.fee-wrap{
    padding: 0 20px;
    box-sizing: border-box;
}
.fee-wrap img{
    width: 100%;
    border: solid 3px #053893;
    box-sizing: border-box;
}
.faq-wrap{
    padding:  0 60px;
    box-sizing: border-box;
}
.faq-wrap ul{
    width: 100%;
}
.faq-wrap ul span{
    font-family: Arial-BoldMT;
    font-size: 18px;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #003f7f;
    text-align: center;
    font-weight: 600;
}
.faq-wrap ul p{
    font-family: ArialMT;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
}
.faq-wrap ul li{
    margin-bottom: 15px;
}
.o-title{width: 60%;}
.other{padding: 0 20px;box-sizing: border-box;}
.o_content{width: 100%;}
.o_content li{width: 23%;margin: 0 0 10px 15px;}
.o_content li img{width: 100%;border: solid 3px #003f7f;box-sizing: border-box;}
@media only screen and (max-width: 768px) {
    .container{width: 100%;}
    .o_content li{    margin: 0 0 10px 14px;}
}
@media only screen and (max-width: 481px) {
    header,.why,.warr-left{
        display: none;
    }
    .title{width: 62%;font-size: 20px;}
    .p_wrap,.ship-wrap .bottom{display: block;}
    .p_left,.p_right,.ship-wrap .bottom .left,.ship-wrap .bottom .right,.warr-right{width: 100%;}
    .p_big,.p_sm{height: 263px;overflow: hidden;}
    .ship-wrap{font-size: 12px;}
    .ship-wrap .bottom .left h5{font-size: 18px;}
    .warr-right{padding: 0 20px;box-sizing: border-box;}
    .warr-right p,.faq-wrap ul p{font-size: 12px;}
    .faq-wrap{padding: 0 20px;}
    .ship-wrap .top div{width: 90%;}
    .faq-wrap ul span{font-size: 14px;}
    .o-title{width: 90%;}
    .o_content li{width: 47%;margin: 0 0 10px 10px;}
}
