@font-face {
    font-family: 'SourceHanSans';
    src: url('fonts/SourceHanSansCN-Normal.eot');
    src: url('fonts/SourceHanSansCN-Normal.eot?#iefix') format('embedded-opentype'),
    url('fonts/SourceHanSansCN-Normal.woff') format('woff'),
    url('fonts/SourceHanSansCN-Normal.ttf') format('truetype'),
    url('fonts/SourceHanSansCN-Normal.svg#webfont34M5alKg') format('svg');
    font-weight: normal;
    font-style: normal;
}
html{
    padding: 0;
    margin: 0;
}
body{
    font-family: 'SourceHanSans',Arial,sans-serif;
    font-weight: 300;
    font-size: 0.875rem;
    color: #4b4b4b;
}
a:hover {
    color: #121416;
    text-decoration: none;
}
a{
    color: #121416;
}
.bg-black{
    background-color: #222;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.8);
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,1);
    border-bottom: 2px solid #ffffff;
}
.navbar-dark .navbar-nav .nav-link.active{
    border-bottom: 2px solid #ffffff;
}
.bg-img{
    margin-top: 20px;
    margin-bottom: 20px;
}
@media (min-width: 600px) {
    .bg-img:after{
        content: url("../img/bgr.png");
        padding-left: 20px;
    }
    .bg-img:before{
        content: url("../img/bgl.png");
        padding-right: 20px;
    }
    .card-columns {
        column-count: 2;
    }
}

.text-gray1{
    color: #ccc;
}
.text-gray666{
    color: #666;
}
.hr1{
    border-top: 2px solid rgba(0,0,0,.1);
    width: 25px;
    border-top-color: #333;
    margin: 0 auto;
}
.quote {
    position: relative;
    letter-spacing: 0.03em;
    margin-bottom: 0.5rem;
}
.quote:before {
    content: "“";
    position: absolute;
    left: -0.1em;
    top: -0.3em;
    font-size: 90px;
    color: #bbb;
}
.quote:after {
    content: "”";
    position: absolute;
     top: -0.05em;
    right: -0.01em;
    font-size: 90px;
    color: #bbb;
}
.bg-half{
    height: 100%;
    background: linear-gradient(180deg, #ffffff 80%, #343a40 20%);
}
.of-h{
    overflow: hidden;
}
.page-item.active .page-link {
    background-color: #999;
    border-color: #999;
}
.page-link {
    color: #333;
}
.breadcrumb {
     background-color: #fff;
}
.breadcrumb a{
    color: #222;
}
.nav-tabs li a {
    color: #333;
    background-color: #dfdfdf;
    border-color: #dee2e6 #dee2e6 #333232;
}
.nav-tabs li .nav-link.active {
    color: #f8f9fa !important;
    background-color: #333;
    border-color: #dee2e6 #dee2e6 #333232;
}
.flex-direction-nav a {
    height: 48px;
    margin: -24px 0 0;
    top: 87%;
}
footer a:hover {
    color: #adb5bd;
}
.border-br>.row .col.my-5{
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background-color: #f8f9fa;
}
.border-br>.row .col.my-5:first-child{
    border-left: 0;
}
.border-br>.row .col.my-5.active{
    border-bottom: 2px solid #333;
    background-color: #eee;
}
.border-br>.row .col.my-5 a{
    display: inline-block;
    width: 100%;
}
.border-br>.row .col.my-5:hover{
    border-bottom: 2px solid #333;
    background-color: #eee;
}
.border-br .btn.focus, .border-br .btn:focus, .border-br .btn-group .active {
    background-color: rgba(0,0,0,.5);
    border-radius: 0;
    color: #fff;
    line-height: 1;
    padding: .275rem .375rem;

}
.border-br .btn {
    line-height: 1;
    padding: .275rem .375rem;
    border-radius: 0;
    margin: .2rem;

}
.border-br .btn-group,.border-br .btn-group-vertical {
    display: inline-block;
}
.border-br .btn-group>.btn-group:not(:first-child),.border-br .btn-group>.btn:not(:first-child) {
     margin-left: .2rem;
}
.box-shadow:hover{
    transition:border linear .1s,-webkit-box-shadow linear .3s;
    -moz-transition:border linear .1s,-webkit-box-shadow linear .3s;
    -o-transition:border linear .1s,-webkit-box-shadow linear .3s;
    -webkit-transition:border linear .1s,-webkit-box-shadow linear .3s;
    border-color:rgba(255,255,255,.75);
    box-shadow:0 0 18px rgba(0,0,0,1);
    -moz-box-shadow:0 0 18px rgba(0,0,0,1);
    -o-box-shadow:0 0 18px rgba(0,0,0,1);
    -webkit-box-shadow:0 0 18px rgba(0,0,0,1);
}
.bg-color-e2{
    background-color: #e2e2e2;
}
.color-333{
    color: #444;
}
.panel-group {
    margin-top: 3rem !important;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    background-color: #fff;
    border: 1px solid transparent;
}
.panel-default {
    border-color: #ddd;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default>.panel-heading {
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#f8f9fa 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#f8f9fa 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f8f9fa));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#f8f9fa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#f8f9fa', GradientType=0);
    background-repeat: repeat-x;
}
.panel-title {
    margin: 0;
    font-size: 1.25rem;
    color: inherit;
}
.panel-title>a{
    color: inherit;
    width: 100%;
    display: inline-block;
    padding: 13px 0 13px 28px;
}
[role=button] {
    cursor: pointer;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}
.panel-body {
    padding: 15px;
}
.panel-collapse table tr th{
    padding: .25rem;
}
.panel-collapse table tbody tr th{
    font-weight: normal;
}
.dropdown_nav{
    padding: 0;
    margin-top: .725rem;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,.7);
    color: #fff;
}
.dropdown_nav .dropdown-item{
    font-weight: 300;
    /*background-color: #222;*/
    color: #fff;
    border-bottom: 1px solid #333;
}
.dropdown_nav .dropdown-item:hover{
    background-color: #333;
}
.nav-link {
    padding: .25rem 1rem;
}
.card-overlay-bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.5);
}
.card-overlay-top{
    position: absolute;
    top: 0;
    width: 100%;
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.5);
}
#accordionExample>li>a{
    padding: .25rem;
     /*background-color: rgba(0,0,0,.1); */
    text-align: center;
    width: 100%;
    display: inline-block;
    font-weight: 400;
    font-size: 1rem;
}
#accordionExample>li>ul>li>a{
    padding: .25rem;
    /* background-color: rgba(0,0,0,.1); */
    text-align: center;
    width: 100%;
    display: inline-block;
    font-weight: 300;
    font-size: .875rem;
}
#accordionExample li>a:hover{
    background-color: rgba(0,0,0,.1);
}
#accordionExample .active,#accordionExample a.active:hover{
    background-color: #222;
    color: #fff;
}
.font-s1{
    font-size: 1rem;
}
.font-s875{
    font-size: .875rem;
}
.font-w400{
    font-weight: 400;
}
.dropdown-menu {
    min-width: 8rem;
}
.fancybox-slide--iframe .fancybox-content {
    width  : 850px;
    height : 500px;
    max-width  : 80%;
    max-height : 80%;
    margin: 0;
}
.play{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../img/bt1.png) center center no-repeat;
}
#back-top {
    bottom: 0;
    opacity: 0;
    z-index: 9;
    right: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 25px;
    position: fixed;
    line-height: 47px;
    text-align: center;
    border-radius: 50%;
    background: #385d5b;
    color: #420e60;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -ms-transform: translateY(40px);
    -webkit-transition: all .6s ease;
    -webkit-transform: translateY(40px);
}

#back-top.active {
    opacity: 1;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transform: translateY(-20px); /* IE 9 */
    -webkit-transform: translateY(-20px); /* Safari */
    transform: translateY(-20px);
}

#back-top:hover {
    opacity: .9;
}
.divider {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    color: #E5E5E5;
    width: 100%;
}
.divider:after,
.divider:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 12px;
    left: 30px;
    height: 0;
    border-top: 1px solid #6ACBA8;
}

.divider:before {
    left: -50% !important;
    right: 0;
    margin-left: -20px;
}

.divider:after {
    left: 50% !important;
    right: 0;
    margin-left: 20px;
}
#guangdong .text_gb,#chengdu .text_gb{
    cursor: pointer;
}
.text_gb{
    font-family: 'SimSun', Arial, sans-serif;
    color:#395D5B;
    font-size: 24px;
    font-weight: bold;
    text-shadow: .2rem 0rem .5rem #eadb80,-.2rem 0rem .5rem #eadb80,0rem .2rem .5rem #eadb80,0rem -.2rem .5rem #eadb80;
}
.text_gb1{
    color:#395D5B;
    font-size: 18px;
}
.active>p.text_gb,.active>p.text_gb1,#guangdong .text_gb:hover,#chengdu .text_gb:hover{
    color: #fff;
}
p.divider>span{
    display: inline-block;
    width: 29px;
    height: 31px;
    background: url("../img/bg41.png") center center no-repeat;
}
.active p.divider>span{
    background: url("../img/bg31.png") center center no-repeat;
}
