﻿@charset "utf-8";
body {
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    color: #4b4b4b;
    font-size: 62.5%;
    position: relative;
    background:#f2f3f5
}

.page-container {
    overflow: hidden;
    background-color: #f2f3f5;
    max-width: 1437px;
    min-height:962px;
    margin: auto;
    margin-top:50px;
    font-family: "SF Pro SC", "SF Pro Display", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
/* Prevents unwanted scroll space when scroll FX used. */
a,
button {
    transition: background .3s ease-in-out;
    outline: none !important;
}

/* Prevent ugly blue glow on chrome and safari */
a:hover {
    text-decoration: none;
    cursor: pointer;
}

strong,
b {
    font-weight: 800;
}

.clearfix:after {
   content:""; 
   display: block; 
   clear:both; 
}

/* Preloader */
.page-preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 100000;
    background: #FFFFFF url("img/pageload-spinner.gif") no-repeat center center;
    animation-name: preloader-fade;
    animation-delay: 2s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

.preloader-complete {
    animation-delay: 0.1s;
}

@keyframes preloader-fade {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

/* = Blocs
-------------------------------------------------------------- */

.bloc {
    width: 100%;
    clear: both;
    background: 50% 50% no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    display: flex;
    margin: 0 auto;
    padding: 0 3% 40px;
    font-size: 18px;
    line-height: 20px;

}

.bloc .container {
    padding-left: 0;
    padding-right: 0;
}
/* Sizes */
.bloc-lg {
    padding: 0px 20px;
}
/* Light theme */
.d-bloc .card,
.l-bloc {
    color: rgba(0, 0, 0, 1);
}
.d-bloc .card button:hover,
.l-bloc button:hover {
    color: rgba(0, 0, 0, .7);
}
.l-bloc .icon-round,
.l-bloc .icon-square,
.l-bloc .icon-rounded,
.l-bloc .icon-semi-rounded-a,
.l-bloc .icon-semi-rounded-b {
    border-color: rgba(0, 0, 0, .7);
}
.d-bloc .card .divider-h span,
.l-bloc .divider-h span {
    border-color: rgba(0, 0, 0, .1);
}
.d-bloc .card .a-btn,
.l-bloc .a-btn,
.l-bloc .navbar a,
.l-bloc a .icon-sm,
.l-bloc a .icon-md,
.l-bloc a .icon-lg,
.l-bloc a .icon-xl,
.l-bloc h1 a,
.l-bloc h2 a,
.l-bloc h3 a,
.l-bloc h4 a,
.l-bloc h5 a,
.l-bloc h6 a,
.l-bloc p a {
    color: rgba(0, 0, 0, .6);
}
.d-bloc .card .a-btn:hover,
.l-bloc .a-btn:hover,
.l-bloc .navbar a:hover,
.l-bloc a:hover .icon-sm,
.l-bloc a:hover .icon-md,
.l-bloc a:hover .icon-lg,
.l-bloc a:hover .icon-xl,
.l-bloc h1 a:hover,
.l-bloc h2 a:hover,
.l-bloc h3 a:hover,
.l-bloc h4 a:hover,
.l-bloc h5 a:hover,
.l-bloc h6 a:hover,
.l-bloc p a:hover {
    color: rgba(0, 0, 0, 1);
}
.l-bloc .navbar-toggle .icon-bar {
    color: rgba(0, 0, 0, .6);
}
.d-bloc .card .btn-wire,
.d-bloc .card .btn-wire:hover,
.l-bloc .btn-wire,
.l-bloc .btn-wire:hover {
    color: rgba(0, 0, 0, .7);
    border-color: rgba(0, 0, 0, .3);
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav {
    padding-left: inherit;
    padding-right: inherit;
}

/* Handle Multi Level Navigation */
.navbar-light .navbar-nav .nav-link {
    color: rgb(64, 64, 64);
}

.btco-menu li > a {
    padding: 10px 15px;
    color: #000;
}

.btco-menu .active a:focus,
.btco-menu li a:focus,
.navbar > .show > a:focus {
    background: transparent;
    outline: 0;
}

.dropdown-menu .show > .dropdown-toggle::after {
    transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */



/* = Buttons
-------------------------------------------------------------- */

.btn {
    padding: 6px 15px;
    margin: 10px 0;
    border: 0;
    background: 0 0;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    cursor: pointer;
}

.btn-blue {
    border: 1px solid #2e7df6;
    color: #2e7df6;
}

.btn-white {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.btn:hover {
    color: #FFF;
    background: #2e7df6;
    border: 1px solid #2e7df6;
}

/* Prevent ugly blue glow on chrome and safari */
button {
    outline: none !important;
}

.card-sq,
.card-sq .card-header,
.card-sq .card-footer {
    border-radius: 0;
}

.card-rd {
    border-radius: 30px;
}

.card-rd .card-header {
    border-radius: 29px 29px 0 0;
}

.card-rd .card-footer {
    border-radius: 0 0 29px 29px;
}
.carousel-nav-icon {
    fill: none;
    stroke: #fff;
    stroke-width: 2px;
    fill-rule: evenodd;
    stroke-linecap: round;
}






/* = Custom Styling
-------------------------------------------------------------- */
.container {
    max-width: 1437px;
}

/* = Center
-------------------------------------------------------------- */
.user{
    margin:20px 0;
    
}
.user-l,.user-r{
    background:#fff;
    box-shadow:#aaa 0px 0px 8px
}
.user-l h4,.user-r  h4{
    background:#fcfcfc
}

.user-l h4{
     padding:12px 15px;
     border-bottom: 1px solid #d6d7dc;
     margin:0
}

.user-l .accordion li a{
    cursor: pointer;
    display: block;
    padding: 8px 22px;
    color: #4D4D4D;
    font-size: 12px;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.user-l .accordion li:last-child a{
    border-bottom: 0;
}
.user-l .accordion li{
    cursor: pointer;
}
.user-l .accordion li a{
    /*color: #2e7df6;*/
}
.user-l .accordion  a:hover ,.user-l .accordion  li.current a{
    background: #2e7df6;
    color: #FFF;
}
.user-l .accordion li a i{
    color:#ed5565;padding-left: 5px;
}
.user-l .accordion li:hover a i{
    color:#fff
}
.user-r {
    min-height:800px
}
.user-r  h4{
    padding:12px 15px 8px;
    margin-bottom:20px;
    border-bottom:1px solid #CCC
}
.user-r  h4 b{
    font-weight:400
}
.user-r h4 a{
    color:#ff6c00;

}
.user-r h4 a:hover{
    color:#007bff
}
.user-r h4 a i{
    margin-right:2px
}
.user-r .ibox{
   
    float:left; width:100%
}
.user-r .ibox .ibox-content{
     margin:0 1.5%;
}
.user-r .ibox .ibox-content .input-group{
    margin-bottom:10px
}
.gray-btn button{
	background:#ccc;
	color:#909090;
	border:#909090 1px solid;
}
.gray-btn button:hover {
  color: #909090;
  background: #ccc;
  border: 1px solid #909090;
  cursor:no-drop;
}
.gray-btn button {
	cursor:no-drop;
}
.public-notic {
	color:#f00;
	text-align:center;
}
.user-r .ibox .ibox-content .input-group .btn{
    margin:0; padding:3px 10px; 
    text-transform:none
}
.user-r .ibox .ibox-content .input-group .control-label{
    text-align:right; line-height:3em; padding-right:10px
}
/****center*/
.user-r  .center {}
.user-r  .center h5{
    border:1px solid #CCC;
    padding:0.8% 1%;
    border-left:3px solid #2e7df6
}


.user-r  .service .home-pm{
    width:32.3%;
    flex:none;
    background:#fcfcfc;
    padding:2%;
    margin:0.5% 0;
    border-radius:4px;
    max-height:210px
}
.user-r  .service .home-pm.mag{
    margin:0.5% 1.5%
}
.user-r  .service .home-pm p{
    min-height:5em;
}
.user-r .center .table-bordered{
    border-top:0 none
}
/****order*/
.order {
    padding: 10px;
    background: #F5F5F6;
    border:1px solid #DDDDDD;
    border-bottom:0 none
}
.project-list .panel-body{
    padding: 10px; border:1px solid #ddd
}


.project-list .recordBtn a {
    background: #fff;
    color: #2e7df6;
    border-radius: 3px;
    padding: 2px 3px
}

.project-list .recordBtn a:hover {
    background: #1572e8
}
/***pwd*/
.Userpwd,.Userprofile{
    margin-top:8%
}
.Userprofile .input-group .controlStar:before{
    content:"*";
    color:red
}
/** email **/
.email-wrap {
    height: auto;
    white-space: normal
}
.email-wrap label{
    margin-bottom:0;
}
.email-wrap .emailAll {
    min-width: 250px; margin-bottom:1em;
    word-wrap: break-word;
white-space: normal;
word-break: break-all;
}
.email-wrap .emailAll span.m-r{
    width:18px;
    display:inline-block;
    margin-right:10px
}
.email-wrap .checkBox .active {
    left: -2px;
    top: 0;
}
.email-wrap .pageBox ul{
    float:right
}
.email-wrap .pageBox ul li{
    float:left; padding:5px
}
.email-wrap .pageBox ul li a:hover {
    color: #ff6c00
}

.email-wrap .pageBox ul li a.no {
    cursor: not-allowed;
    color: #676a6c;
}

.email-wrap .pageBox ul li a.no:hover {
    color: #676a6c;
}

.email-wrap .table .down a,
.email-wrap .table .mailing a {
    font-weight: normal;
    background: #ff6c00;
    color: #fff;
    border-radius: 3px;
    padding: 2px 5px;
    margin-left: 5px;
}

.email-wrap .table .down a:hover,
.email-wrap .table .mailing a:hover {
    background: #1572e8
}

.email-wrap .table .checkBox {
    position: relative;
}

.email-wrap .table .checkBox span {
    font-weight: normal;
}

.email-wrap .table .checkBox .iconAll,
.email-wrap .table .iconOne {
    top: -2px;
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(/GTM/css/iCheck/green.png) #fff 0px 0px no-repeat;
    left: -1px;
    z-index: 8;
}

.email-wrap .table .checkBox .iconRadio {
    top: 6px;
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(/GTM/css/iCheck/green.png) #fff -120px 0px no-repeat;
    z-index: 888;
}

.email-wrap .table .checkBox .ractive {
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(/GTM/css/iCheck/green.png) #fff -167px 0px no-repeat;
    z-index: 888;
}

.email-wrap .table .checkBox .ractive:hover,
.email-wrap .table .checkBox .iconRadio:hover,
.email-wrap .table .checkBox .iconAll:hover,
.email-wrap .table .iconOne:hover,
.email-wrap .table .checkBox .active:hover {
    cursor: pointer
}

.email-wrap .table .checkBox .active {
    position: absolute;
    width: 18px;
    height: 22px;
    background: url(/GTM/css/iCheck/green.png) #fff -47px 2px no-repeat;
    left: 0;
    z-index: 888;
}

.email-wrap .table .check-all-bottom .checkBox .iconAll {
    background: url(/GTM/css/iCheck/green.png) #e5e5e5 0px 3px no-repeat;
}

.email-wrap .table .check-all-bottom .checkBox .active {
    background: url(/GTM/css/iCheck/green.png) #e5e5e5 -47px 3px no-repeat;
}

.email-wrap .downBox {
    position: relative
}
.email-wrap .downBox .sendEmail {
    text-align:left
}
.email-wrap  .sendEmail span{
    background:#ff6c00;
    border-radius:3px;
    padding:2px 5px; 
    color:#fff
}
.email-wrap  .sendEmail span:hover{
    cursor:pointer
}
.email-wrap .downEmaibox {
    position: absolute;
    top:16px;
    left:0;
    z-index:2222
}

.email-wrap .downEmaibox .mailDown {
    background: #fff;
    border: 1px solid #e7e7e7;
    overflow-y: scroll;
    height: 200px;
    width:20em
}

.email-wrap .downEmaibox .mailDown a i {
    font-size: 14px;
    padding:0 5%
}
/***report*/
.user-r .ibox .ibox-content .report .accountList{
 
    border:solid 1px #ccc;
  
}
.report .accountList ul{
    padding:10px 8px;
}
.report .accountList ul li{
    border-bottom:1px dashed #ccc;
    line-height:30px;
}
.report .accountList ul li a, .report .accountList ul li span{
    font-size:1.25em
}
.report .accountList ul li a{
    color:#000;
    
}
    .report  .accountList ul li a:hover{
    color:#ff6a00
}
.report .search{
    padding:0;
    margin:5px 0 15px 0;
}
.report .search-wrap {
    width:40%;
    height: 36px;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .14);
    background-color: #FFF;
    float:right
}

    .report .search-wrap .search-content {
    box-shadow: none;
    border: 0 none;
    outline: none;
    margin-left:20px;
    font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", Arial, Helvetica, sans-serif;
    margin-top: 3px;
    width: 60%;
    display:inline-block;
    height: 30px;
}

.report .search-wrap .search-btn {
    border: 0px;
    float: right;
    width: 20%;
    display:inline-block;
    outline: none;
    height: 36px;
    border-radius: 0px 5px 5px 0px;
    background-color: #f0ad4e;
    color: #FFF;
    text-align: center;
    line-height: 28px;
}
.report .search-wrap .search-btn:hover{
    background-color: #f39800;
}





/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm {
        padding: 200px 20px;
    }

    .bloc-xl-sm {
        padding: 150px 20px;
    }

    .bloc-lg-sm {
        padding: 100px 20px;
    }

    .bloc-md-sm {
        padding: 50px 20px;
    }

    .bloc-sm-sm {
        padding: 20px;
    }

    .bloc-no-padding-sm {
        padding: 0 20px;
    }
}

@media (min-width: 768px) {
    .bloc-xxl-md {
        padding: 200px 20px;
    }

    .bloc-xl-md {
        padding: 150px 20px;
    }

    .bloc-lg-md {
        padding: 100px 20px;
    }

    .bloc-md-md {
        padding: 50px 20px;
    }

    .bloc-sm-md {
        padding: 20px 20px;
    }

    .bloc-no-padding-md {
        padding: 0 20px;
    }
}

@media (min-width: 992px) {
    .bloc-xxl-lg {
        padding: 200px 20px;
    }

    .bloc-xl-lg {
        padding: 150px 20px;
    }

    .bloc-lg-lg {
        padding: 100px 20px;
    }

    .bloc-md-lg {
        padding: 50px 20px;
    }

    .bloc-sm-lg {
        padding: 20px;
    }

    .bloc-no-padding-lg {
        padding: 0 20px;
    }
}

/* = Banner Style
-------------------------------------------------------------- */
.banner {
    padding: 0 0 40px 0;
}
.banner .carousel-indicators li{
    z-index:10
}
/*.banner .map{
    height:50em; width:100%; margin:0 auto
}*/
.carousel-caption h4 a{
    font-size: 35px;
    line-height: 41px;
    font-weight: 600;
    color:#fff
}
.carousel-caption h4 a:hover{
    color:#fff;
    text-decoration:underline
}
.carousel-caption p {
    font-size: 18px;
    line-height: 25px;
}

/* = home
-------------------------------------------------------------- */
.home{
    border-radius:2px;
    margin:1% auto;
    background:#f2f3f5;
    padding:5% 3%
}
.home h3{
    font-size:20px;
    color:#000;
}
.home h3.mg-md{
    font-size:22px;
    margin:5px 0;
}
.home .input-group .btn-input{
    margin:0;
    background:#007bff ;
    color:#fff;
    border-radius:0 4px 4px 0;
    border:1px #007bff solid ;
}
.home .input-look{
    display:block;
    text-align:right
}
.home .input-look .btn{
    background:#fff;
    padding:3px 8px;
    text-transform:none
}
.home .input-look .btn:hover{
    background:#007bff
}
.home .home-pm{
    width:32.3%;
    flex:none;
    background:#fff;
    padding:2%;
    margin:0.5% 0;
    border-radius:4px
}
.home .home-pm.mag{
    margin:0.5% 1.5%
}
.home .home-pm p{
    min-height:8em
}
.search-logo {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 20px;
    color:#f00;
    width:60%;
}
/* = Specific Style
-------------------------------------------------------------- */
.bloc-sm-lg {
    padding: 0;
}

.sin-pro-tit {
    padding-bottom: 20px;
}

.sin-pro-tit h3 {
    font-size: 26px;
    margin: 10px 0;
}

.sin-g {
    height: 250px;
    margin-bottom: 15px;
    margin-left: 1.6%;
}


.sin-g span {
    font-size: 13px;
    font-weight: bold;
}

.sin-g-1,
.sin-g-4 {
    margin-left: 0;
}

.sin-g-1 {
    background: -webkit-linear-gradient(50deg, #fb6b02, #383838);
    background: -o-linear-gradient(50deg, #fb6b02,
            #383838) !important;
    background: -moz-linear-gradient(50deg, #fb6b02, #383838);
    background: linear-gradient(50deg, #fb6b02, #383838);
}

.sin-g-5 {
    background: -webkit-linear-gradient(50deg, #8aa0cc, #5878b7);
    background: -o-linear-gradient(50deg, #8aa0cc,
            #5878b7) !important;
    background: -moz-linear-gradient(50deg, #8aa0cc, #5878b7);
    background: linear-gradient(50deg, #8aa0cc, #5878b7);
}

.sin-g-6 {
    background: #2e7df6 !important;
}

.sin-plon {
    color: #fff;
}

.sin-g-im {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.sin-g-im img {
    max-width: 100%;
    display: inline-block;
    object-fit: cover;
    width: 100%;
    height: 100% !important;
}

.sin-g-txt {
    position: relative;
    z-index: 8;
    padding: 15px;
}

.sin-g-txt p {
    -webkit-line-clamp: 3;
    word-break: initial;
    overflow: hidden;
    font-size: 15px;
    line-height: 18px;
    margin-top: 0;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sin-g-txt-con span {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

.sin-g-txt-con a {
    color: #fff;
}

.sin-news-tit {
    padding-bottom: 20px;
}

.sin-news-tit h3 {
    font-size: 26px;
    margin: 10px 0;
}
.sin-news-tit h3 a{
    font-size:22px;
    color:#000
}
.sin-news-tit a {
    font-size: 18px;
    margin: 10px 0;
}

.sin-news-r {
    margin-left: 1.6%;
}

.sin-news-r .sin-n-2,
.sin-news-r .sin-n-3,
.sin-news-r .sin-n-4,
.sin-news-r .sin-n-5 {
    height: 210px;
}

.sin-n-1 .sin-n-im {
    height: 340px;
    overflow: hidden;
}

.sin-n-im {
    height: 130px;
    overflow: hidden;
}

.sin-n-im img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sin-news-r .sin-n-3,
.sin-news-r .sin-n-5 {
    margin-left: 3.2%;
}

.sin-news-l p,
.sin-news-r p {
    display: block;
    width: 100%;
    color: #717171;
    font-size: 14px;
    margin: 2px 5px 2px 0;
    line-height: 20px;
    overflow: hidden;
}

.sin-news-l h4,
.sin-news-r h5 {
    color: #000000;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
}

.sin-news-l a:hover h4,
.sin-news-r a:hover h5 {
    color: #2e7df6;
}

.sin-news-l a:hover img,
.sin-news-r a:hover img {
    opacity: 0.6;
}


.sin-about {
    padding-bottom: 20px;
    margin-right: 1.6%;
}

.sin-about h3 {
    font-size: 26px;
    margin: 10px 0;
}

.sin-about-con {
    height: 200px;
    margin-bottom: 15px;
    background: -webkit-linear-gradient(50deg, #8aa0cc, #5878b7);
    background: -o-linear-gradient(50deg, #8aa0cc,
            #5878b7) !important;
    background: -moz-linear-gradient(50deg, #8aa0cc, #5878b7);
    background: linear-gradient(50deg, #8aa0cc, #5878b7);
     border-radius:4px
}

.sin-ab-im {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.sin-ab-im img {
    max-width: 100%;
    display: inline-block;
    object-fit: cover;
    width: 100%;
    height: 100% !important;
    border-radius:4px
}

.sin-ab-txt {
    font-size: 16px;
    padding: 20px 15px;
    position: relative;
    z-index: 8;
    color: #ffffff;
}

.sin-con {
    font-size: 26px;
    margin: 10px 0;
}

.sin-con p {
    font-size: 16px;
    padding-top: 20px;
}


/* = Newsroom 
-------------------------------------------------------------- */

.newsroom {
    background-color: #e5e5e5;
}

.newsroom-adpro {
    padding: 0 0 3%;
}

.news-ad {
    height: 250px;
}

.news-adim {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.news-adim img {
    display: inline-block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.news-adtxt {
    position: relative;
    z-index: 8;
    padding: 5% 30% 0 5%;
    color: #fff;
}

.news-adtxt h2 {
    font-size: 32px;
    font-weight: 700;
}

.news-adtxt p {
    font-size: 20px;
    line-height: 28px;
}

.btn-new-pro {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
    border: 0;
    color: #007bff;
}

.btn-new-pro:hover {
    border: 0;
}

.news-fo {
    margin-left: 0.8%;
}

.news-fo:first-child {
    margin-left: 0;
}

.news-fo-im {
    height: 220px;
    overflow: hidden;
}

.news-fo-im img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px 7px 0 0;
}

.news-fo-txt {
    padding: 28px;
    background-color: #fff;
    border-radius: 0 0 7px 7px;
    min-height: 415px;
}

.news-fo-txt .col {
    font-weight: 600;
    font-size: 15px !important;
}

.news-fo-txt span {
    color: #717171;
}

.news-fo-txt .text-lg-right a {
    color: #007bff !important;
}

.news-fo-txt .text-lg-right a:hover {
    text-decoration: underline !important;
}

.news-fo-txt p {
    font-size: 13px;
    line-height: 1.5;
    text-align: justify;
    letter-spacing: 0em;
    color: #333333;
}

.news-fo-txt h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.28577;
}

.news-all {
    background-color: #ffffff;
    padding-top: 20px;
}

.news-list {
    margin-bottom: 20px;
}

.news-list-his {
    margin: 2% 0;
    padding: 2% 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.news-list-his h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.news-list-his p {
    font-size: 14px;
    line-height: 18px;
    color: #333;
}

.news-list-im {
    height: 180px;
    overflow: hidden;
}

.news-list-im img,.news-list-im video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}

.news-list-txt {
    padding-left: 1.6%;
}

.news-list-txt span {
    font-size: 12px;
    line-height: 18px;
    display: block;
}

.news-list-txt p {
    font-size: 12px;
    color: #333333;
}

.news-list-txt .btn-resize-mode a {
    color: #007bff !important;
    margin-right: 20px;
}

.news-list-txt h3 {
    font-size: 16px;
}

.pos-right-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0;
}
/* = Sign
-------------------------------------------------------------- */
.container-box{
    background:#fff;
    width:800px;
    margin:10% auto;
    padding:20px 0
}
.wechat-html{
    float:left;
    width:360px;
	border-right:1px solid #eee
}
.wechat-html .wechat-img{
    padding:0 10px;
    text-align:center;

   
}
.wechat-html .wechat-img img{
    width:237px
}
.wechat-html p{
    text-align:center
}
.wechat-html .wechat-img  .impowerBox .status p{
    color:#999 !important
}
.impowerBox .status p{
    color:#999 !important
}
.login-html {
    width:420px;
    float:left;
    background: #fff;
    margin-top:10px;
         
}
.login-html .tab {
    /*width: 37% !important;*/
    text-align:center;
	font-size: 20px;
	font-weight: 400;
	padding-bottom: 5px;
	display: inline-block;

    margin:0 80px 0 40px
}
.login-html  .tabtr  {
	border-bottom: 2px solid #2e7df6 ;
    border-radius:2px
}
.login-html .signEn{
    font-size:1.2em;
    margin:0 50px 0 40px
} 
.login-form{
    padding:0 8%;

}
.login-form .sign-up-htm{
    margin-top:12%
}
.login-form .group .button{
    background:#2e7df6;
    color:#fff
}
.login-form .group .input,
.login-form .group .button {
    margin: 12px 0 0;
    width: 100%;
    border: 1px solid #dfdfdf;
    padding: 2% 2%;
    border-radius:5px;
    /*transition:border-color .15s ease-in-out, box-shadow .15s ease-in-out*/
}

.login-form .group .button:hover{}
.login-form .groupBtn .button{
    background:#dfdfdf;
    color:#999
}
.login-form .groupBtn .button:hover{
    cursor:default
}
.login-form .group .yz-input,.login-form .t3 .button {
    width:100%;
}
.login-form .group  .yzm{
    width:30%; height:40px
}
.login-form .group .checkExistRong {
    font-size: 1em;
    line-height: 0;
    bottom: -45%;
    color:red
}
.login-html .group  .registerHref{
    font-size:12px; /*text-align:right;*/
} 
.login-html .group  .registerHref a{
    color:#717171
}
.login-html .group  .registerHref a:hover{
    color:#2e7df6
}
.login-form .group .send-note {
	/*float: left;*/
	color: #007bff;
	text-align: right;
	font-style: normal;
}
.login-form .group  .send-yzm{
    float:right;
    display:block;
    margin-top:12px
}
.login-form .verification{
     margin:10px 0 0 0;
}
.login-form .agreement{
    text-align:center;
    padding:10px 0 0 0;
}
.login-form .agreement .send-note{
    text-align:left; font-size:12px; 
}
.login-form .agreement a:hover{
    text-decoration:underline;
    color:#007bff
}
.login-form .agreement .agreementLable{}
.login-form .agreement .agreementText{
    margin-left:18px;
}
.checkBox {
    position: relative;

}

.iconOne:hover,
.checkBox .active:hover {
    cursor: pointer
}
.iconOne {
    top: -6px;
    position: absolute;
    width: 16px;
    height: 18px;
    background: url(/GTM/css/iCheck/green.png) #fff 0px 0px no-repeat;
    left: 1px;
    z-index: 8;
}

.checkBox .active {
    background: url(/GTM/css/iCheck/green.png) #fff -47px 3px no-repeat;
}
.checkBox input{
    display:none
}
.myClient{}
.myClient .msk{
     background:#000;
     width:100%;
     height:100%;
     z-index:22;
     position:fixed;
     top:0;
     opacity:0.4
}

.myClient .modal .modal-dialog{
    margin-top:12%;
}
.myClient .modal .modal-header{
    padding:5px 20px
}
.myClient .modal .modal-body{
    padding:10px 30px;
}
.myClient .modal .modal-body .flImg{
     float:left;
     margin-right:50px;
     padding-right:50px;
     border-right:1px solid #dee2e6
}
.myClient .modal .modal-body .flImg img{
    width:130px;
}
.myClient .modal .modal-body .frMsg {
    float:left;
  
    
    
}
.myClient .modal .modal-body .frMsg .code{
    display:block;

}
.myClient .modal .modal-body .frMsg .code img{
    width:150px;
}

.myClient .modal .modal-body .noPhoto .frMsg{
    padding-top:12px;
    line-height:40px;
}
/* = Register
-------------------------------------------------------------- */
.register-html{ position:relative; padding:15px 0 30px 0}
.register-html a.close{ position:absolute; z-index:22; right:15px; top:15px; opacity:0.8; font-size:2em; color:#ff0000}
.register-html .tab{
    width:100%
}
.register-html .register-pn{
    margin-top:5px
}
.register-html .register-pn label input{
    vertical-align:text-top;
    cursor:pointer;
    margin-right:2px
}
/* = agreement
-------------------------------------------------------------- */
.agree-wrap {
    padding:5% 2%;
    position:relative
}
.agree-wrap .closebtn{
        position:absolute;
        right:10%; top:10%; text-decoration:underline; 
    }
.agree-wrap h3 {
    text-align: center;
}
.agree-wrap p {
    font-size: 12px;
    margin: 0;
    line-height: 24px
}
.agree-wrap h4 {
    font-size: 16px;
}
.agree-wrap h4,
.agree-wrap p {
    text-indent: 28px;
}
.agree-wrap h4{
    margin-top:10px
}

/* = 遮罩层
-------------------------------------------------------------- */
.cover{ 
    position:fixed;left:0px;top:0px;
    background:rgba(233, 233, 232, 0.75);
    width:100%;  /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
    height:100%;
    filter:alpha(opacity=60);  /*设置透明度为60%*/
    opacity:0.6;  /*非IE浏览器下设置透明度为60%*/
    display:block; 
    z-Index:99999;  
}
.loading{ 
    position:absolute;
    top:50%;
    left:50%;
    display:block;
    cursor:pointer;
    z-Index:9999;  
}
.loading i{
    color:#000;
}
/* = Price
-------------------------------------------------------------- */
.pricing{
    padding:0 15px;
    margin:15px 0;
}
.pricing  .table-header{
    margin: 10px 0;
}
.pricing .table-header h1{
    font-weight: 500;
    color: #25384c;
    font-size: 30px;
    margin:5% 0
}

.pricing  .pricing-area-1{
    background: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: .5s;
 
}
.pricing  .pricing-area-1:hover{
    box-shadow: 0 0 20px #c3c3c3;
}
.pricing  .pricing-area-1:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: url(../images/table-img.png);
    width: 100%;
    height: 165px;
    z-index: -1;
}

.pricing  .title-1{
    padding-top: 30px;
    padding-bottom: 55px;
}
.pricing .title-1 h3,.price-1 h1{
    font-weight:bold
}

    .pricing .price-1{
    padding-bottom: 40px;
}
    .price-1 span{
        font-size:1.2em
    }
    .pricing .price-body-1{
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
    .pricing .price-body-1:after{
    position: absolute;
    content: '';
    width: 80%;
    left: 10%;
    top: 0;
    border-top: 1px dashed #434343;
}
    .pricing .price-body-1:before{
    position: absolute;
    content: '';
    width: 80%;
    left: 10%;
    bottom: 0;
    border-top: 1px dashed #434343;
}
    .pricing .price-body-1 ul li{
    line-height: 50px;
}
    .price-button-1{
    padding-bottom: 40px;
    padding-top: 30px;
}
    .price-button-1 .button-1{
    padding: 10px 50px;
    border: 1px solid #007bff;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    color: #007bff;
    text-transform: uppercase;
    border-radius: 10px;
    transition: .5s;
}
    .pricing-area-1:hover  .price-button-1 .button-1{
        background: #007bff;
        color: #fff;
    }

.pricing  .pricing-area-11:after{
    background: url(../images/table-img1.jpg);
}
.pricing  .pricing-area-11 h3{
    color:#fff
}
/*.pricing  .pricing-area-11 .title-1{
    padding-bottom:31px;
}*/

.pricing  .pricing-area-11 h1{

    color:#d52424
}
 .pricing  .pricing-area-11   .price-button-1 .button-1{
  
     border:1px solid #d52424;
     background:#d52424;
     color:#fff
 }
 .pricing  .pricing-area-11:hover  .price-button-1 .button-1{
     background:#ff6b45;
      border:1px solid #ff6b45;
  }


 /*.pricing  .pricing-area-11  .title-1{
     padding-bottom:30px
 }*/
 .pricing  .pricing-area-11  .titleclass{
     padding-bottom:18px
 }
  .pricing  .pricing-area-11 .title-1 span{
     display:block; margin-top:0.1em; 
 }
  .pricing  .pricing-area-11 .titleclass span{
  line-height:18px;
 }

/* = 购买
-------------------------------------------------------------- */  
    .shop-wrap {
        
         border-radius:20px;
    }
    .shop-html {
        padding: 5px 0px;
    }
    .shop-html h4{
        font-weight:bold
    }

    .shop-html h4{  padding-bottom: 10px ; margin-bottom: 0; padding: 0 15px 10px; font-size:1.8em; margin:8% 0 2% 0}
    .shop-html h4 span,.shop-html h4 b{ color: #41a2f1 ; font-weight:normal}
    .shop-html h5{ text-align:center; color:red; padding:2% 0}
    .shop-html .send-note{ line-height:32px}
    .shop-html .group{
        margin-bottom:20px
    }

    /*.login-form{
        margin:10% 0;
    }*/
    .shop-html .showBuy .group{
        margin-bottom:0
    }


    .shop-html .group .buyInput{
        line-height:38px; margin-left:5px
    }
    .shop-html .group #payImg{
        margin-bottom:10px
    }
    .shop-html .group .buyMsg {
        line-height:40px; text-align:right
    }
    .shop-html .group .buyMsg input{
        vertical-align:middle;
    }

    .shopBox .group label i{ width: 25px; height: 25px; display: inline-block; margin:0 8px 0 0; vertical-align: middle; }
    .shopBox .group label i.wx{ background: url(../images/wx.png) no-repeat 0 3px; padding-right:20px; padding-left:25px }
    .shopBox .group label i.zfb{ background: url(../images/zfb.png) 0 0px; margin-right:20px  }
    .shopBox .group label i.paypal{ background: url(../images/paypal.png) no-repeat 0 3px;  }
    .shopBox .group label i.fa-cc-paypal{ margin-top:7px; color:red; font-size:18px; margin-left:5px; }
    .shopBox .payMsg{
        text-align:right
    }
    .Package {
        width:50%; margin:0 auto;
       
    }
    .Package ul li{
        padding:2px 10px;
        border:1px solid #CCC;
        background:#fbfbfb
    }
    .Package ul li:nth-child(2n+1){
        background:#fff
    }
    .Package ul li span{
        border-left:1px solid #CCC;
         padding:0 10px;
        width:60%;
        float:right;
        height:100%;

    }
/* = 对公账号
-------------------------------------------------------------- */  
.pubact .closebtn{
    font-size:1.2em;
}
    .pubact .closebtn:hover{
        color:#ff6c00
    }
    .pubact{
       background:#fff
    }
    .pubact h3{
        font-size:3em; margin-bottom:50px;
    }
    .pubact p{
        width:60%; margin:0 auto; font-size:1.2em; line-height:3em; text-indent:0
    }

    .pubactEn p{
        width:60%; line-height:3em; 
    }
.pubactEn .pCont{
    color:red; margin-bottom:20px;
}
.pubactEn .hr{
    border-top:1px dashed #333; margin-top:20px; padding-top:20px;
}
.pubact .pubtable{
    width:60%; margin:1em auto 2em; border:1px solid #ccc
}
.pubact .pubtable th {
    background-color: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom;
}
.pubact .pubtable td,.pubact .pubtable th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em;
     font-size:1.2em;
     word-break: break-all; word-wrap:break-word;
}
.pubact .pubtable td{
    border-bottom:1px solid #ccc;
}
/* = TABLES
-------------------------------------------------------------- */
.table-bordered {
    border: 1px solid #EBEBEB;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    background-color: #F5F5F6;
    border-bottom-width: 1px;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 0 none;
}

.table > thead > tr > th {
    border-bottom: 0 none;
    vertical-align: bottom;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 1px solid #e7eaec;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: middle;
}
.table > thead ,.table > tbody {
    display:grid
}
.table > thead{
    background-color: #F5F5F6;
}

/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px) {
    .page-container {
        min-height:747px;
    }
}
@media (max-width: 1024px) {
    .bloc.full-width-bloc,
    .bloc-tile-2.full-width-bloc .container,
    .bloc-tile-3.full-width-bloc .container,
    .bloc-tile-4.full-width-bloc .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .container {
        width: 100%;
    }

    .bloc {
        padding-left: constant(safe-area-inset-left);
        padding-right: constant(safe-area-inset-right);
    }

    /* iPhone X Notch Support*/
    .bloc-group,
    .bloc-group .bloc {
        display: block;
        width: 100%;
    }

    .carousel-caption {
        right: 10%;
        top: 10%;
        left: 10%;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
@media (max-width: 1920px) {
    .page-container {
        min-height: 748px;
    }
}
@media (max-width: 1366px) {

.login-html .tab{
        width:49.3%;
        font-size:1.3em;
        margin:0


    }
    .page-container {
        min-height:500px;
    }
    .home {
        padding:3%;
    }
.search-logo {
    display: block;
    margin: 0 auto;
    width: 60%;
}
}
@media (max-width: 767px) {
    .page-container{
        min-height:30em
    }
    h3 {
        font-size: 1rem;
    }

    .bloc-tile-2 .container,
    .bloc-tile-3 .container,
    .bloc-tile-4 .container {
        padding-left: 0;
        padding-right: 0;
    }

    .btn-dwn {
        display: none;
    }

    .voffset {
        margin-top: 5px;
    }

    .voffset-md {
        margin-top: 20px;
    }

    .voffset-lg {
        margin-top: 30px;
    }

    form {
        padding: 5px;
    }

    .close-lightbox {
        display: inline-block;
    }

    .blocsapp-device-iphone5 {
        background-size: 216px 425px;
        padding-top: 60px;
        width: 216px;
        height: 425px;
    }

    .blocsapp-device-iphone5 img {
        width: 180px;
        height: 320px;
    }

    .carousel-caption h4 a{
        font-size: 18px;
        line-height: 22px;
        font-weight: 600;
        color:#fff;
    }

    .carousel-caption {
        right: 10%;
        top: 10%;
        left: 10%;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .carousel-caption p {
        font-size: 12px;
        line-height: 14px;
    }

    .sin-g {
        margin: 0;
    }

    .pos-right-btn {
        position: relative;
    }

    .home-news .col {
        flex-basis: auto;
    }

    .sin-news-r {
        margin-left: 0;
    }

    .sin-news-r .sin-n-3,
    .sin-news-r .sin-n-5 {
        margin-left: 0;
    }

    .news-fo {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .newsroom .col {
        flex-basis: auto;
    }

    .sin-about-con {
        height: auto;
    }

    .sin-ab-im {
        height: 100%;
    }

    .news-adtxt h2 {
        font-size: 20px;
        font-weight: 700;
    }

    .news-adtxt p {
        font-size: 14px;
        line-height: 18px;
    }

    .news-list-txt {
        padding: 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
    }

    .news-list-his {
        border-top: 0;
    }

    .carousel-caption {
        right: 15%;
        top: 10%;
        left: 15%;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .w-100 {
        width: 145% !important;
    }
    /*** index ****/
    .home .home-pm.mag{
        margin:1.5% 0;
    }
    .home .home-pm{
        width:100%;
         margin:1.5% 0;
    }
     .home h3{
         font-size:2em
     }
     .sin-news-tit h3{
         font-size:1.2em
     }
    /*** Sign ****/
    .login-html{
        width:80%;
        margin:0 10%;
    }
    .login-html .tab{
        width:49%;
        font-size:1em;
        margin:0
    }
    .login-form .sign-up-htm{
        margin-top:0
    }
    .login-form .group .yz-input{
        width:67%;
    }
    .login-form .group .yzm{
        width:30%; height:32px;
        float:right; margin-top:7px;
    }
    .login-form .group .send-note{
        float:none
    }
    .myClient .modal .modal-header{
    padding:5px 10px
}
    .myClient .modal .modal-body{
        padding:5px 10px
    }
    .myClient .modal .modal-dialog{
        margin-top:60%;
    }

    .myClient .modal .modal-body .Photo .flImg{
        float:left;
        padding-right:5%;
        width:50%;
        margin-right:0
    }
    .myClient .modal .modal-body .Photo .flImg img{
        width:100%;
    }
    .myClient .modal .modal-body .Photo .frMsg {
        float:left;
        margin-right:0;
         padding-left:5%;
        width:50%;
        line-height:30px
    }

    .myClient .modal .modal-body .Photo .frMsg .code{
        

    }
    .myClient .modal .modal-body .Photo .frMsg .code img{
        width:100%;
    }

    .myClient .modal .modal-body .noPhoto .frMsg{
        padding-top:12px;
        line-height:20px;
      
    }

    .myClient .modal .modal-body .noPhoto .flImg{
        float:left;
        padding-left:0;
        border-left:0 none;
     
        margin:0 auto;
        text-align:center
    }
    .myClient .modal .modal-body .noPhoto .flImg img{
        width:50%;
    }
    .myClient .modal .modal-body .noPhoto .frMsg {
        float:left;
        margin-right:0;
        padding-left:90px;
    }
    .myClient .modal .modal-body .noPhoto .frMsg .code{
        display:block;

    }
    .myClient .modal .modal-body .noPhoto .frMsg .code img{
        width:150px;
    }


    /*** Register ****/
    .register-html .tab{
        width:100%;
    }
    .register-html a.close {
        font-size:1.5em;
        top:20px
    }
    /*** user ****/
    .user{
        padding:0
    }
    .user-r {
        min-height:auto
    }
    .user-r .ibox{
        margin:0 0 2% 0
    }
    .user-r .ibox .ibox-content{
        margin:0 5%
    }
    .user-r .ibox .ibox-content .input-group .control-label{
        text-align:left
    }
    .user-r .ibox .ibox-content .input-group .btn{
        width:100%
    }
    .user-r .service .home-pm{
        width:100%; margin:5% 0;
    }
    .user-r .service .home-pm.mag{
        margin:0
    }
    .user-r  .table .col-xs-3 {
        width:20%;
        word-wrap: break-word;
        word-break: normal;
    }
    .user-r .table .col-xs-3 .mailing,.user-r .table .col-xs-3 .down{
        width:100%; float:left
    }
    .user-r .col-xs-2{
        width:16.666%;
        word-wrap: break-word;
        word-break: normal;
    }
    .user-r .email-wrap .table .down a, .user-r .email-wrap .table .mailing a{
        margin-left:0
    }
    .user-r .email-wrap .emailAll{
        min-width:auto
    }
    .email-wrap .downBox .sendEmail {
        text-align:right
    }
    .banner{
        padding:0
    }
    .pwd, .Userprofile{
        margin-top:0
    }




    



    /*** map ****/
    .banner .map {
        margin-top:2em;
        height:18em;
    }
    /*** pricing ****/
    .pricing{
        padding:0
    }
    .pricing .pricing-area-1{
        margin-bottom: 80px;
    }
            
    .pricing .price-body-1:after{
        content: '';
        width: 100%;
        left: 0;
    }
    .pricing .price-body-1:before{
        content: '';
        width: 100%;
        left: 0;
    }
    /*** buy ****/
    .shop-html .group .shopMsg,.shop-html .group .buyMsg ,.shop-html .shopBox .payMsg{
        text-align:left
    }
    .showInfo,.showBuy{
        padding:0 5%;
    }
    .Package {
        width:100%; margin:0 auto;
       
    }

    .Package ul li span{
        width:40%;

    }
    /*** 对公账号 ****/
    .pubact p,.pubact .pubtable{
        width:100%; font-size:1em
    }
    .pubact .pubtable td, .pubact .pubtable th {
        font-size:1em
    }

	.container-box{
		background:#fff;
		width:100%;
		margin:30% auto 20%;
		padding:20px 0
	}
	.wechat-html {
	  width: 80%;
	  margin: 0 auto;
	  float: inherit;
	}
	.wechat-html .wechat-img img {
	  width: 50%;
	}
	.login-html .tab {
	  width: 35%;
	  font-size: 1em;
	}
	.login-html .tab {
		margin-left:4%;
	}
	.login-html {
		border-left:0px;
	}
		.login-html .tab {
			width: 42% !important;
		}
	.wechat-html {
		display:none !important;
	}
}
/***开发票***/
.mainCont .form-group label{
    padding-right:5px;
}
.mainCont .col-md-offset-5 {
    margin-left:35%;
}
.mainCont button {
background: #ff6c00;
color: #fff;
margin:0px;
}
.recordBtn a:hover {
    color:#fff;
}
.mainCont button:hover {
    border:0px;
    background:#ff6c00;
}
.list-unstyled{
    border-bottom: #ccc 1px solid;
    padding-bottom: 0px;
}
.list-unstyled li{
    padding: 5px 10px;
    border-radius: 6px 6px 0px 0px;
    color: #333;
    border: 1px solid #ccc;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-right: 5px;
    width: 48%;
    cursor: pointer;
    margin-bottom: -1px;
}
.mainCont .form-group {
    margin-bottom: .5rem;
}
.mainCont .form-group label {
    padding-right: 5px;
    line-height: 30px;
}
.billBox .form-control {
    height:calc(1em + .75rem + 2px);
}
.mainCont .text-right {
    text-align:left !important;
}
.billActive{
color: #ff6c00 !important;
cursor: default !important;
border-bottom: #fff 1px solid !important;
margin-bottom: -1px !important;

}
.modal-dialog .modal-body {
    max-height: 600px;
overflow-y: auto;
overflow-x: hidden;
}

/****center-interest页面****/
.hs-box {
	width: 800px;
	height: 500px;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -250px;
	background: #fff;
	position: fixed;
	border: #ccc 1px solid;
	border-radius: 8px;
	box-shadow: #ccc 0px 0px 10px;
}
.hs-box h2{
	text-align:center;
	margin-bottom:0px;
	padding-top:15px;
	font-size:1.5em;
}
	.hs-list-table td img {
		width:15px;
		margin-left:5px;
	}
.hs-list-table tbody tr:hover {
	background:#f1f7fd;
}
.hs-box > b {
	position:absolute;
	right:5px;
	top:0px;
	color:#f00;
	font-size:18px;
	font-weight:normal;
	font-family:文鼎CS中宋;
	border-radius:4px;
	cursor:pointer;
}
.text-align {
	text-align:center !important;
}
.hs-choose {
	margin-left:10px;
	cursor:pointer;
}
.hs-box table {
	width:100%;
	text-align:center;
}
.submit-btn {
	text-align:right;
	width:90%;
	margin:10px auto 0px;
            
}
.submit-btn a {
	padding:5px 12px;
	background:#007bff;
	color:#fff !important;
	border-radius:4px;
}
.search-hs {
	width:90%;
	margin:10px auto 10px;
	
}
.search-hs input {
	border:#ccc 1px solid;
	color:#333;
	line-height:25px;
	margin-left:-1px;
}
.search-hs a {
	background:#2e7df6;
	color:#fff !important;
	padding:7px 12px;
	border-radius:0px 4px 0px 0px;
}
input:focus {
	outline:none;
}
.nodata {
	width:100%;
	min-height:800px;
	line-height:800px;
	text-align:center;
}
.table-box {
	max-height:350px;overflow-y:auto;
	width:90%;
	margin:0 auto;
	border-top:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
}
.table-box table {
	max-height:350px;overflow-y:auto;
}
.fa-angle-up {
  position: absolute;
  top: 3px;
}
.fa-angle-down {
  position: absolute;
  top: 12px;
}
.table-box th {
	position:relative;
	padding:4px 2px;
	min-width:80px;
	border-top:0px;
}
.table-box th:nth-child(1), .table-box th:nth-child(2) {
		min-width:40px;
}
.table-box table input {
	width:12px;
	cursor:pointer;
}
.table-box table i {
	cursor:pointer;
	color:#4878e7;
}
 .table-box table td {
	text-align:right;
	word-break:break-all;
	padding:0px 12px;
}
.table-box tbody > tr:last-child td{
	border-bottom:0px;
}
	.table-box table td:nth-child(1),.table-box table td:nth-child(2) {
		text-align:center;
	}
.th-posite {
	display:block;
	margin-right:5px;
}
@media only screen and (min-width: 360px) and (max-width: 640px) {
	.hs-box {
		width:100%;
		left:0%;
		top:20%;
		top:0;
		margin-left:0%;
		height:470px;
	}
	thead th {
		white-space:nowrap;
	}
	.table-box {
		width:98%;
	}
	.search-hs {
		width:98%;
	}
}