/* clearfix */
.clearfix:after{
    content: "";
    height: 0;
    clear: both;
    overflow: hidden;
    display: block;
    font-size: 0;
}
body{
    font-family: Arial, Helvetica, Myriad, "Microsoft YaHei", 微软雅黑, sans-serif !important;
}
/* browser-support begin */
#browser-support{
    background: url(../img/browser-support.jpg) no-repeat 50% 50%;
    height: 809px;
}
/* browser-support end*/

/* mask begin */
#tiny-menu h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
.tiny-framework-mask{
    z-index: 10000000000;
    background: #aaaaaa;
    opacity: .30; filter: Alpha(Opacity=30);
    position: fixed; top: 0; left: 0;
    width: 100%; height: 100%;
}
.tiny-framework-loading{
    z-index: 10000000000;
    margin: auto;
    text-align: center;
    position: fixed; width: 100%; height: 100%; top: 0;
    background: url(../img/mask-loading.gif) no-repeat 50%;
}
/* mask end */

/* nav begin */
#main_menu_div {
    font: normal 10px Microsoft YaHei, Verdana, Arial, Helvetica, sans-serif;
    background-color: #222222;
    height: 50px; line-height: 50px;
    z-index: 5; width:100%;
    position:fixed; top:0px;
}
#tiny-menu {
    font: normal 10px Microsoft YaHei, Verdana, Arial, Helvetica, sans-serif;
    height: 50px; line-height: 50px;
    margin-left: 20px;
    background-color:#222222;
}
/* #tiny-menu > ul{
	min-width: 945px;
} */
#tiny-menu > ul > li {
    float: left;
    overflow: visible;
    line-height: 50px;
}
#tiny-menu > ul > li > a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #ffffff; cursor: pointer; font-size: 16px;
    text-align: center;
}
#tiny-menu > ul > li > a:hover {
    color: #e41e2b;
}
#tiny-menu li a{
    color: #666;
    text-decoration: none;
    cursor: pointer;
}
#tiny-menu li a h1 {
    display: block;
    height: 50px; line-height: 50px;
    width: auto; padding: 0 15px;
}
#tiny-menu li a:hover, #tiny-menu li a:active {
    color: #e41e2b;
}
#tiny-menu li a:hover span {
    color: #e41e2b;
}
.pull-right .alarm > div {
    float:left;
    margin-right: 10px;
}
.pull-right .alarm > div > span {
    padding: 0 0px 0 18px;
    color: #fff;
}
.alarm div .login{
	display:inline-block;
	font-size:14px; text-align:center;
	position:relative;
}
.alarm div .login span {
    color: #ffffff;
    padding-left: 10px;
    cursor: default;
}
.login .login-info dl dd a{
	font-size:14px;
	color:#a3a3a3;
	display:inline-block;
}
.login-info dl dd a:hover{
	text-decoration: underline;
}
.alarm div .login .login-info{
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    right: -15px; top: 95%; margin-left: -50px;
    display: none;
    padding: 10px 15px;
    text-align: left;
    background-color:#fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    border: 1px solid #adadad; border-radius: 3px;
}
.alarm .header_icons {
    width: 20px;
    height: 20px;
    margin-left: -4px;
}
.alarm div .login.user .login-info {
    right: -25px;
    width: 74px;
}
.alarm div .login:hover .login-info {
    display: inline-block;
}
.triangle {
    width: 0; height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    display: inline-block;
    margin-left: 10px;
    text-overflow: ellipsis;
}
.login .login-info .triangle {
    border-top: none;
    border-bottom: 10px solid #ffffff;
    position: absolute;
    left: 43px;
    top: -10px;
}
.user .triangle {
    margin-left: 15px;
}
.user .login-info .triangle {
    left: 21px;
}
dl#languageInfo {
    margin: 0;
}
#headerlogined .login-info {
    width: 120px;
}
.alarm div .login span.unreadMessage {
    display: block;
    background-color: rgb(206, 46, 32);
    border-radius: 50%;
    position: absolute;
    top: 14px;
    left: 32px;
    height: 8px;
    width: 8px;
    padding: 0;
}
#loginInfoNew dd{
    margin-bottom: 5px;
}
#loginInfoNew span {
    height: 20px;
    line-height: 20px;
    color: #666;
    padding: 0;
}
#tiny-menu .pull-right {
    padding-right: 20px;
}
#headerlogined .login-info .triangle {
    left: 67px;
}
.lang .triangle {
    vertical-align: middle;
}
/* nav end */
/* 对banner和content区域的媒体查询 begin */
@media (max-width: 1079px){
    .dataShow{
        width: 900px;
    }
    .banner{
        font-size: 8px;
    }
    .banner .banner_info{
        width: 900px;
        margin-left: -450px;
        margin-top: -40px;
    }
    .choose div ul{
        width: 90%;
    }
    #tiny-menu > ul > li:nth-child(2){
      display: none;
    }
}
@media (min-width: 1080px){
    .dataShow, banner_info{
        width: 1000px;
    }
    .banner{
        font-size: 9px;
    }
    .banner .banner_info{
        width: 1000px;
        margin-left: -500px;
    }
    .choose div ul{
        width: 91%;
    }
}
@media (min-width: 1280px){
    .dataShow, banner_info{
        width: 1200px;
    }
    .banner{
        font-size: 10px;
    }
    .banner .banner_info{
        width: 1200px;
        margin-left: -600px;
    }
    .choose div ul{
        width: 92%;
    }
}
/* 对banner和content区域的媒体查询 end */

/* 整体内容区域的样式 */
.mainContent{
	width: 100%;
    background-color: #f5f5f5;
    padding-bottom: 50px;
}
.dataShow{
	font-size: 14px;
    margin: 0 auto;
}
/* 整体内容区域的样式 */

/* banner begin */
.banner{
    margin-top: 50px;
    position: relative;
}
.banner .banner_info{
	position: absolute; top: 50%; margin-top: -70px; left: 50%; 
}
.banner_info h1{
    font-size: 3em;
}
.banner_info p{
	font-size: 1.8em; color: #666666;
	margin-top: 2em; line-height: 2em;
    max-width: 600px;
}
/* banner end */

/* 面包屑导航 */
.serviceDirectory {
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    box-sizing: border-box;
    height: 56px; line-height: 56px;
    margin-bottom: 30px;
}
/* 面包屑导航 */

/* 搜索框 begin*/
.choosedService{
    margin: 50px 0;
}
.choosedService_searchbox .ti-searchbox-search{
    background: url(../img/find.png) #e41e2b no-repeat 50%;
    color: #ffffff;
    width: 68px; height: 34px;
    border-radius: 8px;
    margin-right: 2px;
    margin-top: 2px;
    transition: all .25s;
}
.choosedService .choosedService_searchbox .ti-searchbox-container{
    margin: 0 auto;
    display: block;
    width: 600px;
    height: 40px;
    box-shadow: 0px 0px 3px;
    color: #999;
    border-radius: 8px;
}
.choosedService .choosedService_searchbox .ti-searchbox-input{
    font-size: 14px;
    width: calc(100% - 110px);
    border-radius: 8px;
}
.choosedService_searchbox .ti-searchbox-search:hover{
    background-color: #ff3333;
}
.choosedService_searchbox .ti-searchbox-search.ti-icon-search::before{
    content: "";
}
.choosedService_searchbox .ti-searchbox-clear.ti-icon.ti-icon-clear{
    right: 50px;
}
.choosedService_searchbox .ti-searchbox-clear{
    left: auto;
    right: 70px;
}
/* 搜索框 end*/

/* 功能型按钮 begin */
.featureButton{
    font-size: 14px; color: #ffffff;
    height: 28px; line-height: 28px;
    display: inline-block; padding: 0 20px;
    background-color: #e41e2b; border-radius: 28px;
    cursor: pointer;
    transition: all .25s;
}
.featureButton:hover{
    background-color: #ff3333;
}
.featureButton:focus{
    background-color: #cc0000;
}
.featureButton img, .featureButton i{
    display: inline-block;
    height: 19px; 
    padding-right: 10px;
}
/* 功能型按钮 end */

/* 跳转型按钮 begin */
.featureButton.jump{
    background-color: #2277da;
}
.featureButton.jump:hover{
    background-color: #0066ff;
}
.featureButton.jump:focus{
    background-color: #3463c6;
}
/* 跳转型按钮 end */

/* 列表 begin */
.containerStyle{
    font-size: 12px;
    text-align: center;
    position: relative;
    padding-top: 30px;
}
.containerStyle .ti-pag-total-items{
    font-size: 14px;
    position: absolute;
    left: 10px;
}
.ti-table-container thead{
    height: 33px;
}
.containerStyle .ti-table-container .containerHead{
    color: #ffffff;
    background-color: #999999;
    font-weight: bold;
    border: none;
}
.containerStyle .ti-table-container .containerHead:not(:last-child)::after{
    background-color: #ffffff;
}
.containerStyle .ti-table-container .containerBody{
    color: #808080;
}
.containerStyle .ti-table-container .containerBody:nth-of-type(odd){
    background-color: #F5F5F5 !important;
}
.containerStyle .ti-table-container .containerBody:nth-of-type(even){
    background-color: #ffffff !important;
}
.containerStyle .ti-table-container .containerBody:last-child td{
    border-bottom: 1px solid #d2d2d2;
}
.containerStyle .ti-table-container .containerBody td{
    border: none;    
}
.containerStyle .containerPage{
    background-color: #ffffff;
    height: 108px;
    margin-top: 0px;
    text-align: center;
    position: relative;
    padding-top: 40px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 10px;
}
.containerPage .containerTotal{
    font-size: 14px;
    color: #333333;
    position: absolute;
    left: 0;
    margin-left: 10px;
}
.containerPage .ti-page-size-option{
    height: 24px !important;
    width: 53px !important;
}
.containerStyle .ti-pag-page{
    min-width: 25px;
}
/* 列表 end */

/* 选项卡（nav）begin */
ul.tabnav li{
    height: 38px; line-height: 38px;
    padding: 0 26px; float: left;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
}
ul.tabnav li.selected{
    background-color: #ffffff;
}
ul.tabnav li:hover:not(.selected){
    background-color: #e6e6e6;
}
/* 选项卡（nav）end */

/* 组合筛选 begin */
.choose > div{
    line-height: 64px; 
    box-sizing: border-box;
    border-top: 1px solid #e5e5e5;
}
.choose > div ul{
    float: left;
    min-height: 64px;
}
.choose > div ul li{
    float: left;
    height: 64px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 5px;
    margin-right: 20px;
}
.choose > div ul li a{
    padding: 5px 15px;
}
.choose > div .chooseTitle{
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    min-width: 73px;
    padding-right: 15px;
}
.choosedOne, .choosedTwo{
    background-color: #e41e2b;
    color: #fff;
    border-radius: 2px;
    transition: all 0.25s;
}
.choosedOne:hover, .choosedTwo:hover,
.choosedOne:visited, .choosedTwo:visited{
    color: #fff;
    text-decoration: none;
}
.choosedOne:focus, .choosedTwo:focus{
    color: #fff;
    text-decoration: none;
    outline-offset: 0;
}
/* 组合筛选 end */

/* 侧边栏导航 begin */
.sidebarNav{
    border-radius: 10px;
}
.sidebarNav .ti-accordion-group .ti-accordion-panel + .ti-accordion-panel {
    margin-top: 0px;
}
.sidebarNav-title{  /* 导航标题*/
    height: 54px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 54px;
    text-align: center;
    background: -webkit-linear-gradient(right,#667eea 0%, #764ba2 100%);
    background: -o-linear-gradient(right,#667eea 0%, #764ba2 100%);
    background: -moz-linear-gradient(right,#667eea 0%, #764ba2 100%);
    background: linear-gradient(to right,#667eea 0%, #764ba2 100%);
}
.sidebarNav .menuClass{ /* 一级导航下的一级导航 */
    background-color: #e5e5e5;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    border-bottom: 1px solid #fff;
}
.menuClass a{
    height: 46px;
    width: 100%;
    padding-left: 20px;
    outline: none;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: inline-block;
    text-decoration: none;
}
.targetMenu{   /* 一级导航下的一级导航的选中样式 */
    color: #f00;
    background-color: #fff;
}
.sidebarNav .headClass{  /* 多级导航下的一级导航，绑定ti-accordion组件的head-class属性 */
    background-color: #e5e5e5;
    height: 46px;
    font-size: 16px;
    padding-left: 20px;
    border-bottom: 1px solid #fff;
}
.headClass a{
    vertical-align: text-top;
    outline: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: inline-block;
    text-decoration: none;
}
.sidebarNav .headClass:hover{
    color: #e41e2b;
}
.headClass .headTitle{
    max-width: 92%;
    font-size: 16px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: inline-block;
}
.headClass .headImg{
    float: right;
    width: 10px;
    height: 10px;
}
.sidebarNav .bodyClass{  /* 多级导航下的二级导航， 绑定ti-accordion组件的body-class属性 */
    font-size: 14px;
    padding: 0;
    border-top: 0;
}
.bodyClass li{   
    height: 40px;
    width: 100%;
    line-height: 40px;
    overflow: hidden;
    background-color: #d6d6d6;
    margin-bottom: -3px;
    display: inline-block;
}
.bodyClass li a{   
    height: 40px;
    width: 100%;
    text-decoration: none;
    padding-left: 40px;
    font-size: 14px;
    outline: none;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: inline-block;
}
.targetHead{    /* 多级导航下的一级导航的选中样式 */
    color: #f00;
}
.targetBody{    /* 多级导航下的二级导航的选中样式 */
    color: #f00;
    background-color: #fff;
}
/* 侧边栏导航 end */
/* 冒泡样式 begin */
.bubbling{
    color: #999;
    background-color: #fff;
    box-shadow: 0 4px 5px rgba(0,0,0,0.1);
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    word-break: break-all;
    line-height: 20px;
    position: absolute;
    bottom: 157px;
    left: 70px;
    padding: 7px;
    font-size: 14px;
    width: 83%;
    height: auto;
    z-index: 1;
    visibility:hidden;
}
.bubbling span{  /*气泡尖角样式*/
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    bottom: -12px;
    left: 125px;
}
.ellipsis{  /*省略号样式*/
    width: 40px;
    height: 24px;
    line-height: 20px;
    color: #666;
    position: absolute;
    bottom: 56px;
    right: 20px;
    background: -webkit-linear-gradient(right, transparent, #fff 55%);
    background: -o-linear-gradient(right,transparent, #fff 55%);
    background: -moz-linear-gradient(right,transparent, #fff 55%);
    background: linear-gradient(to right,transparent, #fff 55%);
    padding-left: 22px;
}
/* 冒泡样式 end */
/* feedbackModal begin */
.feedbackModal .ti-form > tbody > tr > td{
    vertical-align: inherit;
}
textarea[ti-textarea].ReplyerContent{
    width: 300px;
    height: 170px;
}
/* feedbackModal end */