body{
    font-family: 'Microsoft YaHei', sans-serif;
}
.mai-icon{
    background: rgb(64, 210, 177);
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
}
/*����*/
.navbar-default{
    background-color: #fff;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50,50,50,0.25);
}
.navbar-default .navbar-brand {
    font-size: 30px;
    font-weight: bold;
    color: #40D2B1;
    height: 70px;
    line-height: 35px;
}
.navbar-default .navbar-brand>img {
    width: 122px;
    height: 46px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    height: 70px;
    line-height: 35px;
}
.navbar-toggle{
    margin-top: 17px;
}
.navbar-default .navbar-toggle:hover {
    border-color: #40D2B1;
    background-color: rgb(69, 210, 184);
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #073692;
}
/*home*/
#home{
    margin-top: 70px;
    background: url("../images/home-bg.jpg");
    background-size: cover;
    color: #ffffff;
    text-align: center;
    width: 100%;
}
.lvjing{
    width: 100%;
    height: 100%;
    padding: 90px 0;
}
.contact-header {
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 32px;
    color: #201f1f;
    font-size: 500;
    margin-bottom: 58px;
    margin-top: 30px;
}
.contact-header .line {
    display: inline;
    margin-top: 9px;
    margin-bottom: 11px;
    width: 11px;
    height: 1px;
    background: #888;
}
.contact-header .enTitle {
    color: #888;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
}
.lvjing .fadeInLeft {
    text-align: center;
}
#home h1{
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 25px;
}
#home p{
    font-weight: 400;
    line-height: 35px;
}
#home img{
    margin-top: 30px;
    display: inline-block;
}

/* banner */
#banner .container {
    width: 100%;
}
#banner .lvjing {
    padding: 0;
    padding-top: 70px;
}
#banner .show_banner_big_indicators {
    width: 60%;
}
#banner .show_banner_big_indicators li {
    width: 20%;
    height: 1px;
    background-color: #ddd;
    border: 1px solid #ddd;
    margin: 0;
    transform: scale(0.5);
    position: relative;
    top: 0;
    left: 0;
}
#banner .show_banner_big_indicators .active {
    border: 1px solid #073692;
    background: #073692;
    transition: all .5s linear;
    transform: scale(1);
}
#banner .show_banner_indicators li {
    background: #2A5DF4;
    opacity: 0.3;
}
#banner .show_banner_indicators .active {
    background: #2A5DF4;
    opacity: 1;
}
#banner .show_banner_indicators {
    bottom: -7px;
}
#banner .show_banner {
    display: none;
}
#banner .show_banner_big {
    display: block;
}
#banner .carousel-inner>.item>a>img, .carousel-inner>.item>img {
    width: 100%;
}

/* main */
#main {
    overflow: hidden;
}
#main .lvjing {
    padding-top: 0;
    padding-bottom: 0;
}
#main h3 {
    font-size: 28px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #121212;
    text-align: center;
    padding: 34px 0;
}
#main .card-body {
    font-size: 14px;
    color: #8c8c8c;
    padding: 17px 10px;
    width: 240px;
    border-bottom: 1px solid #ddd;
}
#main .triangle {
    width: 0;
    height: 0;
    border-width: 7px 0 7px 14px;
    border-style: solid;
    border-color: transparent transparent transparent #073692;/*透明 透明 透明 蓝色*/
    position: absolute;
    top: 40px;
    margin-left: -30px;
    margin-right: 30px;
}
#main .item-active {
    font-size: 24px!important;
    color: #333!important;
}
#main .panel-body {
    color: #8c8c8c;
    font-size: 14px;
    width: 240px;
    border-bottom: 1px solid #ddd;
}
#main .panel-default>.panel-heading {
    background: none;
}
#main .panel {
    border:  none;
    box-shadow: none;
    margin-bottom: 40px;
}
#main .panel-body {
    border-top: none;
}
#main .item-1 {
    font-size: 24px;
    color: #333;
}
#main .item-2-img {
    display: none;
}
#main .item-3-img {
    display: none;
}
#main .item-4-img {
    display: none;
}
#main .item-5-img {
    display: none;
}
#main .item-6-img {
    display: none;
}
#main .item-7-img {
    display: none;
}
#main .swiper-container {
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #121212;
}
#main .swiper-slide-prev, .swiper-slide-active {
    width: 320px;
}
#main .swiper-slide {
    margin: 10px;
    /* box-shadow: 0px 2px 16px 0px rgba(7,54,146,0.14); */
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 22px 10px;
    width: 360px!important;
    background-position: center;
    background-size: cover;
}
#main .swiper-slide img {
    width: 320px;
    height: 300px;
    overflow: hidden;
}
a:focus, a:hover {
    text-decoration: none;
}
/*contact*/
#contact{
    background: url("../img/contactUs.png") no-repeat;
    background-size: cover;
    color: #000;
}
#contact h2{
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 25px;
}
#contact p{
    line-height: 25px;
    margin-bottom: 20px;
}
#contact .fadeCenter {
    font-size: 16px;
    color: #666;
    line-height: 40px;
    padding-left: 50px;
}
#contact .fadeCenter h3 {
    margin-bottom: 20px;
}
#contact .fadeLeft p {
    margin-bottom: 0;
}
#contact .form-control {
    border: none;
    border-radius: 0;
    height: 50px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cbcbcb;
    background: none;
    box-shadow: none;
}
#contact textarea.form-control{
    height: auto;
}
#contact .form-control-default{
    background: none;
    font-weight: bold;
    transition: all 0.3s;
    border: 1px solid #999;
    margin-top: 20px;
    width: 100%;
    line-height: 40px;
    border-radius: 5px;
    color: #666;
}
#contact .form-control-default:hover{
    background: none;
}

/*footer*/
footer{
    font-weight: 400;
    text-align: center;
    padding:20px ;
}

/* dialog */
#dialog .row {
    position: fixed;
    right: 0;
    bottom: 10%;
    display: flex;
    flex-direction: column;
}
#dialog .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    word-break: break-word;
    white-space: normal;
    width: 50%;
    margin-bottom: 20px;
}
.popover {
    position: fixed;
    top: 0;
    left: 0;
    right: 80px;
    z-index: 1060;
    display: none;
    max-width: 196px;
    height: 240px;
    padding: 1px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.btn-default {
    width: 100%;
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}
.btn-default:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}