body {
    font-family: Arial, "Microsoft Yahei", sans-serif;
    font-size: 16px;
}

/*header start*/
#logo{
width: 100%;
}
.logo_size{
    width: 210px;
}

/*li {*/
    /*list-style: none;*/
/*}*/

ul {
    margin-bottom: 0;
    padding-left: 0;
}

/*--清除谷歌浏览器下的 search 叉号*/
input::-webkit-search-cancel-button {
    display: none;
}
/*清除IE下的 search 叉号*/
input::-ms-clear {
    display: none;
}

.p-r {
    position: relative;
}

.p-a {
    position: absolute;
}

.list_dt i {
    font-size: 8px !important;
    margin-left: 10px;
}

.list_dt a:focus, .list_dt a:hover, .list_dd a:focus, .list_dd a:hover {
    text-decoration: none !important;
    color: #fff !important;
}

.list_dt {
    background: #333;
    color: white;
    width: 100%;
    padding: 0 0 0 20px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #464646;
}

.fommm{
	width:80%;
	height:30px;
	margin-top:17px;
	border-radius:100px;
	border:none;
	padding-left:20px;
    line-height: 30px;
}

.list_dt:hover {
    background: #222;
}

.list_dt:hover ._after {
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #f08300;
}

#open {
    background: #222;
}

#open ._after {
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #f08300;
}

.list_dd {
    display: none;
}

.list_li {
    background: #4e4e4e;
    list-style-type: none;
    color: white;
    width: 100%;
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    border-bottom: 1px solid #6b6b6b;
}

.list_li:hover {
    background: #f08300;
}

.list_dl i {
    color: #fff;
    font-size: 24px;
}

.list_li a {
    color: #fff;
    position: absolute;
    width: 100%;
}

.navigation a {
    color: #fff;
}

.navigation {
    position: absolute;
    top: 76px;
    left: 0;
    width: 112%;
    display: none;
}

.head {
    position:fixed;
    top:0;
    left:0;
    right:0;
     z-index:9999;
    background:rgba(0,0,0,0.2);
    height:100px;
}

.navbar {
    border: none;
    padding: 0;
    margin-bottom: 0;
}

.navbar .container {
    position: relative;
}

.navbar .navbar-brand {
    height: 100%;
    padding: 0;
    margin-top: 24px;
}

.navbar .nav {
    margin-left: 10%;
}

.navbar-nav > li > a {
    font-size: 16px;
    padding: 40px 20px;
    color: #fff;
}

.navbar-nav > li > a:hover {
    color: #ff8100;
}

.navbar-nav > li > a:focus {
    background: transparent;
}

.navbar .navbar-brand img {
    margin-left: 30px;
}

.navbar .container {
    padding: 0;
}

.navbar .navbar-header button {
    border: 1px solid #fff;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-toggle {
    margin-top: 34px;
    margin-right: -15px;
}

.navbar .bar input, button {
    border: none;
    outline: none;
}

.navbar .navbar-right {
    margin-top: 29px;
    /*margin-right: 100px;*/
    margin-right: 190px;
}

.app-link{
    margin-top: 7px;
}
.search-icon{
    color: #d0d0d0;
    font-size: 16px;
}

.navbar .navbar-right form {
    width: 90px;
    display: block;
}

.navbar .navbar-right input {
    border: none;
    outline: none;
}

.navbar .navbar-right .search-box {
    height: 42px;
    padding-left: 13px;
    width: 223%;
    border-radius: 42px;
    border: 2px solid #d0d0d0;
    background: transparent;
}

.navbar .navbar-right .search-box::-webkit-input-placeholder { /*WebKit browsers*/

    color: #d0d0d0;

}

.navbar .navbar-right .search-box[placeholder] {
    color: #000;
}

.navbar .navbar-right form {
    position: relative;
}

.navbar .navbar-right span {
    position: absolute;
    top: 0;
    right: -110%;
    background: transparent;
    color: #d0d0d0;
    font-size: 22px;
    line-height: 38px;
}

.navbar .navbar-right .search-box {
    
}

.nav-item:hover {
    color: #ff8100 !important;
}

.headd {
    position: fixed;
    background: #fff;
    border-color: rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 5px #9C9C9C;
    -webkit-box-shadow: 0px 0px 5px #9C9C9C;
    box-shadow: 0px 0px 5px #9C9C9C;
     z-index:9999;
     height:80px;
}

.btnnn {
    border: 1px solid #333 !important;
    margin-top: 24px;
    margin-bottom: 22px;
}

/*
.m-t-b{

}*/
.nav > li > a{
	color: #fff;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent !important;
    color: #ff8100;
}

.navbar #search {
    cursor: pointer;
}

.secondary {
    top: 80px;
    left: 0px;
    background: #fff;
    padding: 18px 8px;
    width: 130px;
    display: none;
    box-shadow: 0px 0px 2px #888888;
}
.secondary p a {
    display: block;
    padding: 6px 16px;
    font-size: 16px;
    color: #313131;
    text-align: center;
}

.secondary p a:hover {
    background: #f08300;
    color: #fff;
    text-decoration: none;
}

.secondary:before,
.secondary:after {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    top: -8px;
    left: 50%;
    margin-left: -7px;
    overflow: hidden;
    pointer-events: none;
    -webkit-transform: rotate(225deg);
    -mz-transform: rotate(225deg);
    transform: rotate(225deg);
}

.secondary:before {
    background: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .5)

}

.secondary:after {
    top: -7px;
    background: #fff;
}

.secondary p {
    margin-bottom: 0;
}




.secondarys {
    top: 80px;
    left: -170px;
    background: #fff;
    padding: 18px 8px;
    width: 610px;
    display: none;
    box-shadow: 0px 0px 2px #888888;
}

.secondarys p a {
    display: block;
    padding: 6px 16px;
    font-size: 16px;
    color: #313131;
    text-align: center;
}

.secondarys p a:hover {
    background: #f08300;
    color: #fff;
    text-decoration: none;
}

.secondarys:before,
.secondarys:after {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    top: -8px;
    left: 37%;
    margin-left: -7px;
    overflow: hidden;
    pointer-events: none;
    -webkit-transform: rotate(225deg);
    -mz-transform: rotate(225deg);
    transform: rotate(225deg);
}

.secondarys:before {
    background: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .5)

}

.secondarys:after {
    top: -7px;
    background: #fff;
}

.secondarys p {
    margin-bottom: 0;
}

/*header end*/

/*banner start*/
.index-body {
    margin: 0 auto;
}

.carousel-inner {
    height: 100%;
}

.index-body, .images {
    width: 100%;
}

.carousel-indicators li {
    width: 12px !important;
    height: 12px !important;
    background: #616267 !important;
    border-radius: 50% !important;
    border: none !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.carousel-indicators .active {
    width: 38px !important;
    background: #fff !important;
    border-radius: 50px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.index-body .fa {
    font-size: 68px;
    /* position: absolute;*/
    margin-top: 80%;
}

/*banner end*/

/*footer start*/
.footer {
    width: 100%;
    background: #313131;
    color: #cecece;
}

.footer .container {
    position: relative;

}

.footer .content {
    /*margin-top: 60px;*/
    margin-top: 28px;
    /*margin-bottom: 45px;*/
    margin-bottom: 10px;
}

.footer .content ol {
    padding-left: 0;
}

.footer .content ol li {
    margin-bottom: 10px;

}

.footer .return {
    position: absolute;
    right: 0;
    top: 20px;
    cursor: pointer;
    z-index: 9999;
}

.footer .row {
    margin: 0;
}

.footer .content ul {
    padding-left: 0;
    margin-bottom: 0;
}

.footer .content ul li {
    list-style: none;
    margin: 10px 0;
}

.footer .content ul li:first-of-type {
    margin-top: 0;
}

.footer .content ul li:last-of-type {
    margin-bottom: 0;
}

.footer .content ul li p {
    font-size: 14px;
    margin-bottom: 0;
}

.footer .friendship p {
    display: inline-block;
    margin-bottom: 0;
}

.footer .friendship a {
    text-decoration: none;
    color: #cecece;
    margin: 0 14px;

}

.friendship .micro-blog {
    margin-top: 52px;
    margin-left: 10px;
}

.friendship .micro-blog a {
    margin-left: 0;
}

.tail {
    font-size: 12px;
    color: #cecece;
    line-height: 40px;
    border-top: 1px solid #434343;
    margin-bottom: 0;
}

.index-content {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/*footer end*/

@media screen and (max-width: 768px) {
    .header {
        /*display: none;*/
    }
    .a-color{
        color: #0076FF;
    }

    .footer .friendship {
        padding-left: 0;
        margin-top: 10px;
    }

    .footer .return {
        right: 20px;
    }

    .item img {
        /*height: 300px !important;*/
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        /*width: auto !important;*/
        max-width: none !important;
    }

    .lb1, .lb2 {
        zoom: 0.7;
    }

    .APP .row .c-right .app .row .download button {
        margin-right: 10px;
    }

    .index-body .fa {
        margin-top: 130px;
    }

    .index-body, .images {
        /*为了兼容手机banner展示*/
        /*width: auto; */
        height: 220px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        /*overflow: hidden;*/
    }

    .footer .content ul {
        width: 100%;
    }

    .footer .content ul li p {
        text-align: center;
    }

    .footer .friendship {
        display: none;
    }

    #return {
        display: none;
    }

    #certify .swiper-container {
        zoom: 0.5;
    }

    #certify .swiper-slide p {
        line-height: 60px !important;
    }

    #certify .swiper-button-prev {
        display: none;
    }

    #certify .swiper-button-next {
        display: none;
    }

    .rich-text img {
        width: 100% !important;
        height: auto !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .a-color{
        color: #000;
    }
    .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }

    #btnn {
        display: block;
        margin-left: 480px;
    }

    .nav {
        display: none;
    }

    .navbar-right {
        display: none;
    }

    .footer .friendship {
        display: none;
    }

    /*.footer .friendship a {*/
        /*margin: 0 10px;*/
    /*}*/

    .footer .content ol li {
        margin-left: 0;
    }

    .footer .content ol li:first-of-type a {
        margin-left: 0;
    }

    .footer .content ol li:first-of-type {
        margin-top: 10px;
    }

    .footer .content ol li:last-of-type a {
        margin-left: 0;
    }

    .rich-text img {
        width: 100% !important;
        height: auto !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .a-color{
        color: #000;
    }
    .navbar-nav > li > a {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .footer .friendship a {
        margin: 0 10px;
    }

    .rich-text img {
        width: 100% !important;
        height: auto !important;
    }
}
.navbar .nav{
	margin-left: 8%;
}

.rich-text .cke_editable
{
    font-size: 13px;
    line-height: 1.6;

    /* Fix for missing scrollbars with RTL texts. (#10488) */
    word-wrap: break-word;
}

.rich-text blockquote
{
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
}

.rich-text .cke_contents_ltr blockquote
{
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
}

/*.rich-text .cke_contents_rtl blockquote*/
/*{*/
    /*padding-left: 8px;*/
    /*padding-right: 20px;*/
    /*border-right-width: 5px;*/
/*}*/

.rich-text ol
{
    /* IE7: reset rtl list margin. (#7334) */
    *margin-right: 0px;
    /* Preserved spaces for list items with text direction different than the list. (#6249,#8049)*/
    padding: 0 40px;
}

.rich-text ul
{
    /* IE7: reset rtl list margin. (#7334) */
    *margin-right: 0px;
    /* Preserved spaces for list items with text direction different than the list. (#6249,#8049)*/
    padding: 0 40px;
}

.rich-text dl
{
    /* IE7: reset rtl list margin. (#7334) */
    *margin-right: 0px;
    /* Preserved spaces for list items with text direction different than the list. (#6249,#8049)*/
    padding: 0 40px;
}


.rich-text hr
{
    border: 0px;
    border-top: 1px solid #ccc;
}

.rich-text img.right
{
    border: 1px solid #ccc;
    float: right;
    margin-left: 15px;
    padding: 5px;
}

.rich-text img.left
{
    border: 1px solid #ccc;
    float: left;
    margin-right: 15px;
    padding: 5px;
}

.rich-text pre
{
    white-space: pre-wrap; /* CSS 2.1 */
    word-wrap: break-word; /* IE7 */
    -moz-tab-size: 4;
    tab-size: 4;
}

.rich-text .marker
{
    background-color: Yellow;
}

.rich-text span[lang]
{
    font-style: italic;
}

.rich-text figure
{
    text-align: center;
    outline: solid 1px #ccc;
    background: rgba(0,0,0,0.05);
    padding: 10px;
    margin: 10px 20px;
    display: inline-block;
}

.rich-text figure > figcaption
{
    text-align: center;
    display: block; /* For IE8 */
}

.rich-text a > img {
    padding: 1px;
    margin: 1px;
    border: none;
    outline: 1px solid #0782C1;
}

/* Widget Styles */
.rich-text .code-featured
{
    border: 5px solid red;
}

.rich-text .math-featured
{
    padding: 20px;
    box-shadow: 0 0 2px rgba(200, 0, 0, 1);
    background-color: rgba(255, 0, 0, 0.05);
    margin: 10px;
}

.rich-text .image-clean
{
    border: 0;
    background: none;
    padding: 0;
}

.rich-text .image-clean > figcaption
{
    font-size: .9em;
    text-align: right;
}

.rich-text .image-grayscale
{
    background-color: white;
    color: #666;
}

.rich-text .image-grayscale img, img.image-grayscale
{
    filter: grayscale(100%);
}

.rich-text .embed-240p
{
    max-width: 426px;
    max-height: 240px;
    margin:0 auto;
}

.rich-text .embed-360p
{
    max-width: 640px;
    max-height: 360px;
    margin:0 auto;
}

.rich-text .embed-480p
{
    max-width: 854px;
    max-height: 480px;
    margin:0 auto;
}

.rich-text .embed-720p
{
    max-width: 1280px;
    max-height: 720px;
    margin:0 auto;
}

.rich-text .embed-1080p
{
    max-width: 1920px;
    max-height: 1080px;
    margin:0 auto;
}
.secondarys ul li{
	width: 25%;
		 list-style: none !importent;
}

.secondarys ul li a{
	width: 100%;
    padding: 10px;
    display: inherit;
    color:#333;
        text-align: center;
    }
.secondarys ul li a:hover{
	color:#fff;
	background:#ff8100;
	text-decoration: none;
}
.secondarys ul li dl{
	margin: 0px
}
.yonghu{
	margin-top:8px;
	margin-right:10px;
	display: inline-table;
	color: #fff;
}
.yonghu i{
	font-size:26px;
}
.navbar-right a:focus{
	color: #fff!important;
}
.navbar-right a:hover{
	color: #ff8100!important;
}

.xuanzhuan-c img{
	    width: 70px;
}



  .imgs{
      display: block;
      position: fixed;
      width: 60px;
      height: 120px;
      right: 0px;
      top:0px;
      bottom:0px;
      margin:auto;
      z-index:64;
      overflow: hidden;
      background: url(../img/showLink@2x.png) no-repeat;
      background-position: center;
      background-size: cover;
      box-shadow:0px 0px 6px 0px rgba(0,0,0,0.1);
  }
  .link_phone{
      position: fixed;
      right: 60px;
      top:-32px;
      bottom:0px;
      margin:auto;
      z-index:-1;
      width: 204px;
      height: 88px;
      box-sizing: border-box;
      border:2px solid #FF6A00;
      background: #fff;
      opacity:0
  }
  .link_code{
      position: fixed;
      right: 60px;
      top:0px;
      bottom:98px;
      margin:auto;
      z-index:-1;
      width: 204px;
      height: 218px;
      box-sizing: border-box;
      border:2px solid #FF6A00;
      background: #fff;
      opacity:0
  }
.phone a:hover,.code a:hover
{/*纯黑色，百分之十透明度*/
    background:rgba(0,0,0,0.1)
}

.kh_md{
    display: block;
    background: #F47D17;
    color: #fff;
    width: 80px;
    height: 40px;
    margin-bottom: 10px;
    text-decoration: none;
    cursor:pointer;
    line-height: 40px;
}
.gcs_md{
    display: block;
    background: #AEEBD2;
    color: #fff;
    width: 80px;
    height: 40px;
    text-decoration: none;
    cursor:pointer;
    line-height: 40px;
}
.app_img_main{
    border-radius: 20px;
    box-shadow:0px 20px 80px 0px rgba(0,0,0,0.1);
    overflow: hidden;
    width: 280px;
    height: 607px;
}
.app_img_lb{
    border-radius: 20px;
    box-shadow:0px 20px 80px 0px rgba(0,0,0,0.1);
}

