@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
@font-face {
    font-family: Arial, "Microsoft YaHei UI", "Microsoft YaHei Light", "PingFangSC-Regular", "Droid Sans Fallback", "Roboto", "Roboto Light", "微软雅黑 Light", "微软雅黑", sans-serif;
}
body {
    margin: 0px;
    font-family: Arial, "Microsoft YaHei UI", "Microsoft YaHei Light", "PingFangSC-Regular", "Droid Sans Fallback", "Roboto", "Roboto Light", "微软雅黑 Light", "微软雅黑", sans-serif;
    min-width: 650px;
    background-color: #fff;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}
a, img {
    border: none;
}
a {
    blr: expression(this.onFocus=this.blur())
}
html, button, input, select, textarea {
    outline: none;
}
hr {
    height: 1px;
    color: #DBDBDB;
    border-width: 0;
    background-color: #DBDBDB;
    margin: 10px auto;
}
cfmspan {
    font-size: 22px;
}
cfmtit {
    font-size: 30px;
}
video {
    margin: 0 auto;
}
#htmUrl {
    display: none;
}
#main {
    width: 640px;
    height: auto;
    margin: 0px auto;
}
#main .hd img {
    width: 628px;
}
.txtal {
    text-align: left;
}
.txtam {
    text-align: center;
}
.txtar {
    text-align: right;
}
.dispn {
    display: none;
}
.marquee-container {
    width: 100%;
    height: 60px;
    background: #000;
    border: 1px dotted #fff;
    overflow: hidden;
    white-space: nowrap;
    /*z-index: 9999;
    -webkit-box-shadow: 0 5px 10px rgba(51, 51, 51, .5);
    -moz-box-shadow: 0 5px 10px rgba(51, 51, 51, .5);
    box-shadow: 0 5px 10px rgba(51, 51, 51, .5)*/
}
.marquee-container .marquee-text {
    display: inline-block;
    animation: marquee 20s linear infinite;
    justify-content: space-between;
    font-size: 34px;
    line-height: 60px;
    font-weight: 200;
    color: #fff;
    
}
@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
.topline {
    width: 640px;
    height: 5px;
    background: #FC2828;
    margin: 0px auto 0px;
}
.topnav {
    width: 640px;
    height: 44px;
    font-size: 30px;
    margin: 3px auto;
    border-bottom: 1px solid #bebebe;
    color: #565656;
}
.topmenu {
    width: 640px;
    height: 44px;
    font-size: 40px;
    margin: 10px auto 10px;
    color: #565656;
    text-align: center;
}
.topalert {
    width: 620px;
    height: auto;
    font-size: 30px;
    margin: 3px auto;
    border: 1px dotted #9B9B9B;
    color: #565656;
    background-color: #ffc;
    padding: 10px;
    display: none;
}
.tinyalt {
    width: 520px;
    height: auto;
    font-size: 30px;
    line-height: 40px;
    margin: 3px auto;
    border: 1px dotted #9B9B9B;
    color: #565656;
    background-color: #ffc;
    padding: 10px;
    text-align: justify;
}
.gzhbut {
    width: 220px;
    height: 40px;
    background: #fc2828;
    border-radius: 5px;
    margin: 10px auto;
    text-align: center;
    color: #FFF;
    line-height: 40px;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.facol {
    margin: 1px 2px;
    color: #fc2828;
}
.topnvhm {
    width: 32px;
    height: 32px;
    margin: 6px 5px;
    float: left;
    position: relative;
    color: #fc2828;
}
.topnvads {
    width: 175px;
    margin-left: 5px;
    height: 44px;
    line-height: 44px;
    float: right;
    z-index: 1;
}
.topnvtel {
    width: 255px;
    height: 44px;
    margin-right: 5px;
    line-height: 44px;
    float: right;
    z-index: 1;
    text-align: right;
    text-decoration: none;
    color: #565656;
}
.toptitle {
    width: 640px;
    height: 80px;
    font-size: 70px;
    line-height: 80px;
    color: #FC2828;
    text-align: center;
    margin: 10px auto 5px auto;
    font-weight: 700;
}
.toptitle span:after {
    position: relative;
    top:-49px;
    content: attr(cpTag);
    font-size: 14px;
}
.toptitle img {
    height: 70px;
    line-height: 72px;
    margin-top: -20px;
}
.topextitle {
    width: 640px;
    height: 20px;
    margin: 1px auto;
    font-size: 20px;
    color: #9B9B9B;
    text-align: center;
    margin-top: 3px;
}
.topsech {
    width: 640px;
    height: 34px;
    text-align: center;
    margin: 20px auto 5px auto;
    border-bottom: 1px solid #bebebe;
}
.topsechpic {
    width: 141px;
    height: 32px;
    margin: 1px auto;
    display: inline-block;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
}
#infor {
    width: 626px;
    height: 45px;
    border: 1px dotted #F00;
    background-color: #FFC;
    margin: 0px auto;
    display: block;
}
/*以下为搜索框*/
.searchbox {
    width: 630px;
    height: 80px;
    padding-bottom: 5px;
    background: url(/app/images/serchbox.png) no-repeat;
    margin: 5px auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border-bottom: 1px solid #bebebe;
}
.searchtxt {
    width: 380px;
    height: 50px;
    margin: 15px 0px 15px 85px;
    font-family: "微软雅黑";
    font-size: 35px;
    line-height: 50px;
    float: left;
    background: #FFFFFF;
    border: none;
    color: #c2c2c2;
}
.searchbut {
    width: 122px;
    height: 50px;
    outline: 0px;
    background: rgba(255, 255, 255, 0);
    margin: 15px 0px 15px 23px;
    float: left;
    border: 0px;
}
#footer {
    width: 640px;
    height: auto;
    margin: 15px auto;
}
#footer .webinfo {
    width: 100%;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    background-color: #e8e8e8;
    color: #474747;
}
#footer .ftlogo {
    width: 320px;
    height: 60px;
    float: left;
}
#footer .txt1 {
    color: #666;
    font-size: 16px;
    float: left;
    margin: 5px 0px 0px 55px;
}
#footer .ftblk {
    width: 640px;
    height: 60px;
}
.godft {
    width: 640px;
    height: 60px;
    background: #ebebeb;
    color: #7C7C7C;
    font-size: 28px;
    line-height: 60px;
    position: fixed;
    bottom: 0px;
    -moz-box-shadow: 0 -5px 10px rgba(51, 51, 51, .5);
    box-shadow: 0 -5px 10px rgba(51, 51, 51, .5);
}
#goTopNav {
    POSITION: fixed;
    WIDTH: 100%;
    HEIGHT: 80px;
    background-color: #e8e8e8;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    border: 1px solid #CCC;
    -webkit-box-shadow: 0 -5px 10px rgba(51, 51, 51, .5);
    -moz-box-shadow: 0 -5px 10px rgba(51, 51, 51, .5);
    box-shadow: 0 -5px 10px rgba(51, 51, 51, .5);
}
#NavTitle {
    width: 640px;
    height: 80px;
    margin: 0px auto;
}
#NavTitle .nvicon {
    margin-top: 15px;
}
#NavBtn {
    width: 66px;
    height: 66px;
    margin: 7px;
    float: left;
    font-size: 36px;
    color: #FFF;
    background-color: #fc2828;
    text-align: center;
    line-height: 66px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}
#NavBtnBuy {
    width: 180px;
    height: 66px;
    margin: 7px 17px 7px 7px;
    float: right;
    background-color: #fc2828;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
}
#goTopBtn {
    WIDTH: 66px;
    HEIGHT: 66px;
    float: right;
    margin: 7px 5px;
    font-size: 36px;
    color: #fff;
    background-color: #fc2828;
    text-align: center;
    line-height: 66px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}
.mrg10l {
    margin-right: 10px;
}
/*帮助菜单*/
.menu2 {
    width: 550px;
    height: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.menu2 .menu {
    width: 250px;
    height: 310px;
    border-radius: 10px;
    float: left;
    margin: 10px;
    border: none;
    position: relative;
    background-color: #fff;
    box-shadow: -1px 7px 15px -3px rgba(0, 0, 0, 0.6);
}
.menu2 .menu .text img {
    width: 250px;
    height: 250px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: none;
    border-bottom: 1px solid #bebebe;
}
.menu2 .menu .text {
    width: 250px;
    height: 250px;
    border: none;
    background-color: #f1f1f1;
    color: #193255;
    text-align: center;
    font-size: 160px;
    line-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu2 .menu .text span {
    margin-top: 20px;
}
.menu2 .menu .line1 {
    padding: 5px;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 5px;
    text-align: center;
} /*结束 */
.jconfirm.jconfirm-light .jconfirm-box{
    box-shadow: 0 0px 3px 1px rgba(0, 0, 0, 0.2)!important;
}