@font-face{
    font-family: "TimesNewRoman";
    src : url('TimesNewRoman.ttf');
}
@font-face{
    font-family:  "PingFang","微软雅黑";
    src : url('PingFang SC Regular.ttf');
}
html ,body{
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
padding:0px;
margin: 0;
font-family: "PingFang"!important;
color:#444;
font-size:16px;
}
ul,li,ol{list-style:none;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
margin: .67em 0;
font-size: 2em;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -.5em;
}
sub {
bottom: -.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
height: 0;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
font: inherit;
color: inherit;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
padding: .35em .625em .75em;
margin: 0 2px;
border: 1px solid #c0c0c0;
}
legend {
padding: 0;
border: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
td,
th {
padding: 0;
}
@media print {
* {
color: #000 !important;
text-shadow: none !important;
background: transparent !important;
box-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;

page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
select {
background: #fff !important;
}
}
a:hover,a:active,a:focus,a:visited{text-decoration:none;}
body,html{

    /*background: #F3F7FF;*/
}
.fl{float: left;}
.fr{float: right;}
.w100{width: 100%;}
.h1{
    font-size: 40px;
    font-weight: 500;
    color: #000000;
}
.red{
    color: red;
    font-style: normal;
}
.butn{
    font-size: 20px;
    font-weight: 400;
    color: #0A3FCE;
    line-height: 28px;
    border-radius: 30px;
    color: #0A3FCE;
    border: 1px solid #136AD5;
    width: 178px;
    height: 60px;
    background: #fff;
    /*padding: 8px 30px;*/
    margin-right: 15px;
    display: inline-block;
    line-height: 57px;
    text-align: center;
   /* animation-name: mymove;
    animation-duration: 2s;  
    animation-delay: 1s;
    -webkit-animation-delay:1s;
    animation-fill-mode: both;*/
}
.butn:hover,
.butn:focus{
    color: #fff;
}
.btn2{
    color: #fff;
    background: linear-gradient(270deg, #136AD5 1%, #0A3FCE 100%);
}
.btn2:hover{
    color: #fff;
}
.btn1:hover,
.btn1:focus{
    color: #0A3FCE;
}
.btn3{
    color: #fff;
    width: 104px;
    height: 32px;
    line-height: 26px;
    text-align: center;
    padding: 3px 0px!important;
    background: transparent;
    border: 1px solid #fff;
}
.btn3:hover{
    color: rgba(255,255,255,0.8);
    background: rgba(211, 179, 100, 1);
    border: 1px solid rgba(211, 179, 100, 1);
}

.logo{
    display: inline-block;
}
.header{
    position: fixed;
    top: 0px;
    z-index: 9999;
    background: #F3F7FF;
    padding: 20px 0px;
}
.banner,
.AppointmentDemo{
    /*display:inline-block;*/
    width: 100%;
    margin-top: 110px;
}

/*nav*/
.banner,.mod1,.AppointmentDemo{
    padding:0px 0;
    background: #F3F7FF;
}
.banner{
    height: 500px;
}
.navbar-header .navbar-brand a:hover img{opacity:1!important;}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: rgba(19, 106, 213, 1);
  border-radius: 1px;
}
.navbar-collapse
{
  border-top: 0px solid transparent; 
  -webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,0); 
  box-shadow: inset 0 0px 0 rgba(255,255,255,0); 
}
.nav-pills>li>a{
    font-size: 16px;
    font-weight: 400;
    color: #000000; 
}
.nav>li{
    padding: 10px 15px;
}
.nav>li>a span{
    padding: 10px 0;
    cursor: pointer;
}
.nav-pills>li>a:hover,
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus, 
.nav-pills>li.active>a:hover{
    background: transparent;
    border: none;
    
}
.nav-pills>li>a:hover span,
.nav-pills>li.active>a span, 
.nav-pills>li.active>a:focus span, 
.nav-pills>li.active>a:hover span,
.nav .open>a span, .nav .open>a:focus span, .nav .open>a:hover span{
    color: #0A3FCE;
}
.nav-pills>li>a:hover span:after,
.nav-pills>li.active>a span:after, 
.nav-pills>li.active>a:focus span:after, 
.nav-pills>li.active>a:hover span:after,
.nav .open>a span:after, .nav .open>a:focus span:after, .nav .open>a:hover span:after{
    position:absolute;
  bottom:0px;
  left:calc(50% - 10px);
  content:"";
    width: 20px;
    height: 2px;
    background: #0A3FCE;
    border-radius: 1px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background: transparent;
    border-radius: 0px;
}
.navbar-nav>li.dropdown>.dropdown-menu{
    font-size: 16px;
    left: -16px;
    margin-top: 15px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
    border: 1px solid transparent;
}
.navbar-nav>li.dropdown>.dropdown-menu:after{
  position: absolute;
  display: inline-block;
  left: 44%; 
  top: -7px;
  width: 0;
  height: 0px;
  content: '';
  border-style: solid;
  border-width: 8px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.05);
}
.dropdown .dropdown-menu li{
    padding: 2px 0;
}
.dropdown .dropdown-menu li a{
    padding: 10px 15px;
    text-align: center;
    color: #333;
}

@keyframes mymove {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes mymove1 {
  0%   {background: #0A3FCE;}
  50%  {background: rgba(28, 31, 135, 1);}
}
@keyframes mymove2 {
  0%   {background: rgba(255, 255, 255, 0.6);}
  50%  {background: rgba(255, 255, 255, 0.3);}
}

.footer{
    display: inline-block;
    background: rgba(250, 251, 253, 1);
    padding: 40px 0;
    font-size: 16px;
    color: rgba(68, 68, 68, 1);
}
.footer *{
    font-size: 14px;
}
.footer .container{
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: space-between;
}
.footer .footer_mod1,
.footer .footer_mod2,
.footer .footer_mod3{
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

.footer h2{
    font-size: 16px;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 40px;
}
.footer .footer_mod1 h1 img{width: 154px;}
.footer .footer_mod1 p{
    padding: 20px 0;
}
.footer .footer_mod1 span{
    padding: 10px 0;
}
.footer .footer_mod1 span i{
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 3px;
    background: linear-gradient(180deg, #0A3FCE 0%, #136AD5 99%);
    margin-right: 5px;
}
.footer .footer_mod2 a,
.footer .footer_mod3 a{
    color: rgba(68, 68, 68, 1);
    padding: 12px 0;
}
.footer .footer_mod4 div.row >div{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.footer .footer_mod4 img{
    width: 100%;
    max-width: 120px;
}
.footer .footer_mod1 .btn2{
    margin-top: 40px;
    width: 104px;
    height: 32px;
    line-height: 26px;
    padding: 3px 0px;
    font-size:14px;
    color: #fff;
}

/*分辨率适配1200 - 1659*/
@media screen and (min-width: 1200px){
    html,body,.header{
        width: 100%;
        min-width: 1300px;
    }
    .container{
        width:1230px;
    }
}
/*分辨率适配992 - 1199*/
@media screen and (max-width: 1199px){
    html,body,.header{
        width: 100%;
        min-width: 1300px;
    }
    .container{
        width:1230px;
    }
}
/*分辨率适配768 - 991*/
@media screen and (max-width: 991px) and (min-width: 768px){

}
/*分辨率适配640 - 767*/
@media screen and (max-width: 767px){
    .container{
        width:1200px;
    }
    .header .container{position: relative;}
    .header .nav >li{
        width: 100%;
        padding: 5px 0;
        text-align: center;
    }
    #navbar{
        padding-bottom: 30px;
        padding-top: 20px;
        width: 200px;
        background: #fff;
        position: absolute;
        right: 20px;
        z-index: 999;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    }
    .header .navbar-nav{
        height: auto;
        width: 100%;
        float: right;
        margin: 0px;
    }
    .nav-tabs.nav-justified>li{
        float: left;
        width: 20%;
    }
    .footer .container{
        display: block;
    }
}
@media screen and (max-width: 767px) and (min-width: 640px){
    /*.container{
        width:600px;
    }*/
}
/*分辨率适配320 - 639*/
@media screen and (max-width: 639px) and (min-width: 320px){
    /*.container{
        min-width:300px;
        width:100%;
        padding:0px 15px;
    }*/
    /*.butn{
        padding: 8px 15px;
        font-size: 18px;
    }*/
}

/*机器人*/
.Flex-right{
    position: fixed;
    right: 0px;
    bottom: 45px;
    display: block;
    z-index: 99;
}
.Flex-right .right_icon{
    position: absolute;
    right: 30px;
    bottom: 50px;
    background: linear-gradient(180deg, #0A3FCE 0%, #1369D5 100%);
    border-radius: 50%;
    border: none;
    width: 65px;
    height: 65px;
    text-align: center;
    outline: none;
}
.Flex-right .right_icon:active,
.Flex-right .right_icon:hover,
.Flex-right .right_icon:focus,
.mbtn:active,
.mbtn:focus,
.mbtn:hover{
    outline: none;
}
.Flex-right .right_menu{
    position: absolute;
    right: 50px;
    bottom: 0px;
    width: 65px;
}
.mbtn{
    float: left;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: none;
    font-size: 14px;
    color: #fff;
    padding: 15px;
    position: absolute;
}
.mbtn1{
    background: linear-gradient(180deg, #0A3FCE 0%, #1369D5 100%);
    right: 0px;
    bottom: 220px;
}
.mbtn2{
    background: linear-gradient(180deg, #0A3FCE 0%, #1369D5 100%);
    right: 60px;
    bottom: 170px;
}
.mbtn3{
    background: #D3B364;
    right: 95px;
    bottom: 100px;
}
.mbtn4{
    background: #605D5E;
    right: 100px;
    bottom: 20px;
    padding: 15px 10px;
}
.mbtn4 .wx{
    float: left;
    margin-top: -35px;
    margin-left: -63px;
    position: relative;
    z-index: 99;
    border: 8px solid #605D5E;
    border-radius: 8px;
}
.mbtn1:hover{
    background: linear-gradient(90deg, #0A3FCE 0%, #1369D5 100%);
}
.mbtn:hover{
    color: rgba(255, 255, 255, 0.8);
}
.Flex-zx{
    position: fixed;
    right: 120px;
    bottom: 60px;
    display: block;
    z-index: 9999;
}
.Flex-zx .panel-default{
    width: 420px;
    height: 500px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.Flex-zx .panel-default >.panel-heading{
    background: linear-gradient(270deg, #1368D5 0%, #0B42CF 100%);
    border: none;
    color: #fff;
}
.Flex-zx .panel-heading i img{
    margin-top: 10px;
    cursor: pointer;
}
.Flex-zx .robot{
    width: 80%;
}
.Flex-zx .panel-body{
    overflow: auto;
    height: 340px;
}
.Flex-zx .media-body h4.media-heading{
    font-size: 12px;
    font-weight: 400;
    color: #8D8D8D;
    line-height: 12px;
}
.Flex-zx .media-body div.cont{
    background: #F3F4F7;
    padding:10px 15px;
    display: inline-block;
}
.Flex-zx .media-body div.cont h3.head{
    display: block;
    font-size: 14px;
    color: #444444;
    font-weight: 500;
    line-height: 22px;
    margin: 0px;
    padding: 0px;
}
.robot .media-body div.cont{
    border-radius: 0px 12px 12px 12px;
}
.robot .media-left a{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(180deg, #0A3FCE 0%, #1369D5 100%);
    text-align: center;
    line-height: 40px;
}
.robot .media-left a img{
    width: 35px;
    display: inline-block;
}
.user .media-body div.cont{
    border-radius: 12px 0px 12px 12px;
}
.robot .list{
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    margin-top: 8px;
}
.robot .list li{
    padding: 5px 0;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}
.robot .list li a{
    color: #0A3FCE;
    font-size: 14px;
}
.robot .list li a:before{
    content: "";
    width: 4px;
    height: 4px;  
    background: #0A3FCE;
    border-radius: 2px;
    margin-right: 8px;
    display: inline-block;
}
.robot .list li a:hover{
    text-decoration: underline;
}
.Flex-zx .panel-footer{
background: #fff;
}
.Flex-zx .panel-footer .text{
    border: none;
    width: 100%;
    display: block;
    resize: none;
}
.Flex-zx .panel-footer .text:hover,
.Flex-zx .panel-footer .text:active,
.Flex-zx .panel-footer .text:focus{
    outline: none;
}
.Flex-zx .panel-footer .Fbtn{
    display: block;
    width: 60px;
    padding: 3px 5px;
    background: linear-gradient(270deg, #136AD5 1%, #0A3FCE 100%);
    border-radius: 30px;
    color: #fff;
    line-height: 22px;
    border: none;
    font-size: 14px;
}