/*前台公共样式*/
*{
    margin:0;
    padding:0;
    /*font-family: "PingFangSC-Regular";*/
    /* 1.去除android a/button/input标签被点击时产生的边框;2.去除ios a标签被点击时产生的半透明灰色背景 */
    /*解决了纯数字和纯字母换行的问题*/
    word-wrap: break-word;
    word-break: break-all;
    background-repeat: no-repeat;

}
body, button, input, select, textarea {
    font-family: 'PingFangSC','helvetica neue','hiragino sans gb','arial','microsoft yahei ui','microsoft yahei','simsun','sans-serif';
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}
/*a {*/
    /*text-decoration: none;*/
    /*color: #333333;*/
/*}*/
/*a:hover   {text-decoration: none;}*/
/*a:link    {text-decoration: none;}*/
/*a:visited {text-decoration: none;}*/
/*a:hover   {text-decoration: none;}*/
/*a:active  {text-decoration: none;}*/



body{
    background-color: #ffffff;
    font-size: 14px;
}
#dt-front-content-wrapper{
    min-height: 400px;
    min-width: 1002px;
}
.hidden{
    display: none;
}
 .dt-select-title
{
    text-align:right ;
     padding: 0;
     line-height: 30px;
}
/*菜单样式覆盖*/
.navbar{
    margin-bottom: 0;
    border: none;
}
.navbar a,.dt-content-menu-left a
{
    text-decoration: none;
    color: #333333;
}
.navbar-nav {
    margin: 0 -15px;
}

.navbar-toggle {
    margin-top: 18px;
    margin-bottom: 18px;
}
.navbar-header img{
    width: 230px;
    height: 53px;
}
/*菜单选中样式*/
.nav-bottom-line {
    color: #1181E3  !important;
}

/*头部banner*/
.dt-front-banner img{
    width: 100%;
}
.dt-phone-banner{
    display: none;
}
/*.dt-container-box{*/
/*background-color: #fff;*/
/*padding:30px 0;*/
/*}*/

/*标题*/
.dt-front-title{
    font-size: 12px;
    color: #666666;
    margin-bottom:30px;
}
.dt-front-back{
    font-size: 14px;
    float:right;
}
.nav-bottom-line{
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #1382E3;
    display: none;
}
/*版权信息*/
.footer{
    color: #000000;
    background-color: #f8f8f8;
    padding:20px 0 8px 0;
    min-width: 1002px;
}

/*面包屑导航样式覆盖*/
ul, ol {margin-bottom:0;}
.breadcrumb{
    margin-bottom: 0;
    background: #F8F8F8;
}
.breadcrumb li{
    font-size: 14px;
}
.breadcrumb li a{
    font-size: 14px;
    color: #666666;
}
.breadcrumb>li+li:before {
    content: ">";
}

@media (min-width: 768px){
    .navbar{
        height: 60px;
        line-height: 60px;
    }
    .nav>li>a{
        line-height: 60px;
        padding: 0;
        border-right: 1px solid #ffffff;
        border-left: 1px solid #ffffff;
    }

    .navbar-right{
        display: none;
    }
    .dt-btn-login{
        width: 80px;
        height: 25px;
        line-height: 25px;
        color: #2EBFE1;
        border: 1px solid #2EBFE1;
        border-radius: 3px;
        float: right;
        text-align: center;
        margin-top: 25px;
    }
    .dt-front-login{
        float: right;
        line-height: 75px;
    }
    .dt-front-login span{
        border-right: 1px solid #2EBFE1;
        padding:0 10px;
    }
    .dt-front-login span:last-child{
        border:none;
    }
    .dt-front-login a{
        color: #2EBFE1;
    }
}
@media (max-width: 768px){
    .dt-btn-login{
        display: none;
    }
    .dt-front-login{
        display: none;
    }
    .dt-computer-banner{
        display: none;
    }
    .dt-phone-banner{
        display: block;
    }
    .navbar-header img{
        margin-left: 15px;
        margin-top: 8px;
    }
}



/*底部版权信息样式覆盖*/
#copyright{
    margin-right: 10px;
}
.dt-bottom-tips{
    margin: 5px 0;
    text-align: left;
}
.dt-bottom-tips-item{
    padding-right:6px;
    border-right: 1px solid #333;
    color: #666;
}
.dt-bottom-tips-item a{
    font-size: 12px;
}
.dt-bottom-tips-item.dt-bottom-tips-no-border{
    border-right: none;
    padding-left: 6px;
}
.dt-bottom-copyright-container,.dt-copyright,.dt-bottom-tips-item,#copyright,#domain,.dt-bottom-copyright-right-item{
    font-size: 12px;
    font-weight: normal;
}
.dt-copyright-cnzz{
    text-align: left;
}
.dt-copyright-cnzz * {
    color: #49aedb;
    font-size: 10px;
}
.dt-bottom-copyright{
    display: inline-block;
    /*width: 100%;*/
}
.dt-copyright{
    margin-right: 10px;
}
.dt-bottom-copyright-container {
    color:#666666
}
#cnzz * {
    margin-bottom: 20px;
}
.dt-bottom-copyright-right-first{
    float: left;
    margin-bottom: 2px;
    margin-right: 10px;
}
.dt-bottom-copyright-right-icon{
    background-image: url("/front/img/pic_police.png");
    background-size: 15px;
    padding-left: 18px;
    background-position-y: center;
}

/*有面包屑导航的页面box*/
.dt-front-list-box{
    padding:30px 0;
}

/*按钮样式*/
.dt-front-btn-apply{
    height: 30px;
    color: #ffffff;
    line-height: 30px;
    border: none;
    border-radius: 3px;
    background-color: #FF6353;
    padding: 0;
    margin: 0 auto;
}
.dt-front-btn-apply:hover{
    color: #ffffff;
}

/*table表格*/
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}

/*页码颜色覆盖*/
.ui-paging-container li.ui-pager:hover, .ui-paging-container li.focus{
    background-color: #1181E3;
}
.ui-paging-container li.ui-pager-disabled, .ui-paging-container li.ui-pager-disabled:hover
{
    background-color: #f6f6f6;
}

/*我的消息小红点*/
.dt-message-red-tips{
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: red;
    position: absolute;
    right:7px;
    top:9px;
}

.icon-arrow-left:before
{
    content: "\e091";
}
.icon-arrow-right:before
{
    content: "\e092";
}

.dt-common-head-container {
    width: 1002px;
    margin: 0 auto;
    position: relative;
    height: 80px;
}
.dt-common-head{
    background-color: #f8f8f8;
    min-width: 1002px;
}

.dt-head-phone {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    color: #ff0000;
    font-size: 16px;
    line-height: 80px;
}

.dt-head-logo {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}
.dt-head-title{
    float: right;
    height: 80px;
    padding: 20px 10px 15px 10px;
}
.dt-head-logo img {
    margin-top: 7px;
}
.dt-head-user-container div{
    float: left;
    margin-left: 10px;
    color: #20255C;
}
.nav-bar .middle-content {
    width: 1002px;
    margin: 0 auto;
}

.navbar {
    border: none;
}

.navbar-bar * {
    list-style: none;
    font-weight: normal;
}

.dt-nacbar-tabs li {
    height: 60px;
    width: 10.5%;
    font-size: 14px;
    text-align: center;
    float: left;
    cursor: pointer;
}
.dt-nacbar-tabs li a:hover{
    background-color: #ffffff;
}
.dt-navbar-left{
    width: 90%;
    float: left;
}
.dt-navbar-right{
    width: 10%;
    float: right;
    font-size: 12px;
    text-align: right;

    cursor: pointer;
}
.dt-nav-btn{
    color:#1382E3 ;
}
#dt-nav-right-line{
    padding: 0 5px;
}
.dt-subNav{
    z-index: 99999999;
    width: 100%;
    position: absolute;
    background-color: #ffffff;
    opacity: 0.97;
    top: 59px;
    border-bottom: 1px solid #e8e8e8;
    border-left:1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    display: none;
}
.dt-nacbar-tabs li:hover .dt-subNav{
    display: block;
}
.dt-nacbar-tabs li:hover .dt-navbar-head{
    color: #1181E3;
}
.dt-nacbar-tabs li:hover .dt-navbar-head{
    border-left: 1px solid #e8e8e8 ;
    border-right: 1px solid #e8e8e8;
}

.dt-subNav a:hover{
    color: #1382E3;
}
.dt-subNav li{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
}
.dt-bottom-copyright {
    display: inline-block;
    width: 100%;
}
.dt-bottom-copyright-container {
    padding: 10px;
    width: 1002px;
    margin: 0 auto;
    /*margin-bottom: 20px;*/
    color: #666666;
}
.dt-bottom-tips-item {
    padding: 0 6px 0 0;
    border-right: 1px solid #333;
    color: #333333;
}
.dt-bottom-tips-inside{
    margin-left: 6px;
}


#copyright,
#domain,
.dt-bottom-copyright-container,
.dt-bottom-copyright-right-item,
.dt-bottom-tips-item,
.dt-copyright {
    font-size: 12px;
}

.dt-bottom-tips-item,.dt-bottom-tips-item a{
    font-size: 12px;
    color: #666;
}

.dt-hover-bottom-line
{
    position: relative;
    overflow: hidden;
}
.dt-hover-bottom-line:hover .dt-hover-bottom-line-span
{
    bottom: 0;
}
.dt-hover-bottom-line-span
{
    background-color: #FF9601;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -4px;
    transition: 0.2s all;
    left:0;
    z-index: 9999;
}


.slide .swiper-container .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -18px;
}
.slide .swiper-container .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -18px;
}


#banner{
    width: 100%;
    /*height: 400px;*/
}
.item{
    width: 100%;
    height: 100%;
}
.item img{
    width: 100%;
    height: auto;
}
.dt-title-model{
    border: 1px solid #1181E3;
    border-radius: 3px;
    width: 228px;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
    color: #1181E3;
    text-align: center;
    z-index: 1;
    position: relative;
}
.dt-title-eng {
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: -7px;
    height: 14px;
}
.dt-title-eng-word {
    font-size: 14px;
    z-index: 3;
    display: table;
    text-align: center;
    margin: 0 auto;
    height: 14px;
    line-height: 14px;
    background: white;
    padding: 0 10px;
}
.dt-container{
    padding:  50px 0;
    width: 1002px;
    margin: 0 auto;
}


.dt-top-banner
{
    width: 100%;
}
.dt-content-menu-item-a
{
    color:#fff;
}

.dt-parent-column-active
{

}
.dt-parent-column-active .nav-bottom-line
{
    display: block;
}
.dt-parent-column-active .dt-navbar-head
{
    color: #1382E3;
}

.dt-index-section-title
{
    font-weight: bold;
}

.container-fluid
{
    padding-left: 0;
    padding-right: 0;
}
/*.dt-subNav li:hover*/
/*{*/
    /*color: #1382E3;*/
/*}*/
.dt-icon-new
{
    display: none;
    color:#ff9501;
}

.dt-new-icon-1 .dt-icon-new
{
    display: inline-block;
}