@charset "utf-8";
/* CSS Document */
a{ text-decoration:none; font-size:14px;}
a{blr:expression(this.onFocus=this.blur());}
a:focus{outline:none;}
*{ margin: 0; padding:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
*[class~="row"] {margin: 0;}
*[class*="col-"] {padding: 0;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
input,textarea {
     border :  0 ;  /* 方法1 */
     -webkit-appearance:  none ;  /* 方法2 */
}
* html .clearfix {zoom:1; }
img{ border:none; display:block;}
ul,li{ list-style:none; }
em,i{ font-style:normal;}
html{font-size:50px; width: 100%; height: 100%;}


body{ background-color: #fff; font-family: '微软雅黑'; padding-bottom: 1rem;}


.pcbox{ max-width: 750px; margin: 0 auto; box-shadow: 0px 0px 10px 5px rgba(220, 220, 220, 1);}

.topbox{ width: 100%; height: 2.17rem; background: #e2f3ff; overflow: hidden; padding: 0.44rem 0.3rem 0 0.42rem; }
.topbox .logobox{ width: 2.86rem; height: 0.59rem;  float: left; margin-top: 0.08rem}
.topbox .logobox a{ display:block; width: 100%; height: 100%; }
.topbox .logobox a>img{ width: 100%; height: 100%;}
.topbox .tribox{ float: right; }
.topbox .tribox>p{ font-size: 0.28rem; color: #0060da; font-weight: bold; }
.topbox .tribox>a{ display: block; font-size: 0.44rem; color: #000000; font-family: 'Bahnschrift','Calibri','Arial'; font-weight: bold; margin-top: 0.1rem }

.navbox{ width: 100%; height: 0.77rem; line-height: 0.77rem; background: linear-gradient(265deg, #1749F8 0%, #1785E2 100%); padding: 0 0.4rem; }
.navbox ul{ display: flex; justify-content:  space-between; align-items: center; }
.navbox ul li{ }
.navbox ul li a{ font-size: 0.26rem; font-weight: bold; color: #fff; line-height: 0.77rem; display: block; }

.imgbox{ width: 100%; }
.imgbox>a{ display: block; width: 100%; }
.imgbox>a>img{ width: 100%; }

.btbox{ width: 100%; text-align: center; color: #333; font-size: 13px; padding:0.3rem 0 0.6rem; white-space: nowrap; border-top:6px solid #0483EA;}

.btbox a{ color: #555; font-size: 13px; white-space: nowrap; }


.phone{ position: fixed; bottom: 0; width: 7.5rem; height: 1rem; line-height: 1rem; left: 50%; margin-left: -3.75rem; background: linear-gradient(265deg, #1749F8 0%, #1785E2 100%); }
.phone a{ display: block; text-align: center; background: url(../img/phone.png) no-repeat; background-size: 0.34rem 0.34rem; background-position: 1.38rem center; font-size: 0.34rem; font-weight: bold; color: #fff; padding-left: 0.55rem }
















