/*
Theme Name: tuvblog
Theme URI: tuvblog
Description: tuvblog
Version: 1.0.0
Author: Torres
Author URI: 
Tags: tuv,blog
*/

@charset "utf-8";
body {
    position: relative;
    background: white;
    font-family: "Microsoft JhengHei","微軟正黑體";
}

.body {
    color: #434343;
}

.f-24 {
    font-size: 24px;
}

.f-20 {
    font-size: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.c43 {
    color: #434343;
}

a {
    color: #0071b9;
}

.mr-24 {
    /*margin-right: 24px;*/
}

.c-007 {
    color: #0071b9;
}

.c-8b {
    color: #8b8b8b;
}

.c-89 {
    color: #898989
}

.white {
    color: #fff;
}


/**
 * Í·²¿ top head nav
 */

#top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

.mobile-header {
    display: none;
}

.header-top {
    height: 30px;
    background: #434343;
    background: -moz-linear-gradient(top, #434343 0%, #313131 100%);
    background: -webkit-linear-gradient(top, #434343 0%, #313131 100%);
    background: -o-linear-gradient(top, #434343 0%, #313131 100%);
    background: -ms-linear-gradient(top, #434343 0%, #313131 100%);
    background: linear-gradient(to bottom, #434343 0%, #313131 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#434343', endColorstr='#313131', GradientType=0);
}

#header {
    background: #0071b9;
}

#cboxOverlay {
    display: none;
    background: #000;
    opacity: 0.9;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.h-inner {
    /*max-width: 942px;*/
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.h-inner .logo-box {
    height: 74px;
}

.h-inner .logo {
    position: relative;
    top: -20px;
    width: 300px;
    height: 74px;
}

.ico {
    display: inline-block;
    background: url("images/icon.png") no-repeat -6px -8px;
}

.ico-2 {
    background-position: -418px -28px;
}

.ico-3 {
    background-position: -461px -34px;
    width: 18px;
    height: 18px;
    position: relative;
    top: 4px;
    margin-right: 4px;
}

.ico-4 {
    background-position: -12px -115px;
    width: 27px;
    height: 21px;
    margin-top: 10px;
}

.ico-5 {
    background-position: -62px -117px;
;
    width: 24px;
    height: 20px;
    margin-top: 12px;
}

.ico-6 {
    background-position: -110px -114px;
    width: 27px;
    height: 31px;
    margin-top: 8px;
}

.ico-7 {
    background-position: -166px -118px;
    width: 17px;
    height: 17px;
    margin-top: 12px;
}
.ico-youtobe {
    background-position: -269px -118px;
    width: 27px;
    height: 19px;
    margin-top: 10px;
}
.ico-8 {
    background-position: -208px -116px;
    width: 24px;
    height: 22px;
    margin-top: 10px;
}

.h-inner .cater-search {
    margin-right: 24px;
    margin-top: 17px;
}

.h-inner .cater a {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    color: #fffefe;
    font-size: 12px;
    background-color: #0067a8;
    cursor: pointer;
}

.h-inner .cater .h-cater-item,
.h-inner .cater .cater-search-list {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    width: 78px;
    text-align: center;
    color: #fffefe;
    font-size: 12px;
    background-color: #0067a8;
    cursor: pointer;
}

.h-inner .cater .active {
    background: -webkit-radial-gradient(#0a4e79 10%, #031622);
}

.h-inner .cater .cater-total {
    border: 1px solid #0a4e79;
    border-radius: 5px;
    margin-right: 9px;
}

.cater .cater-wrap {
    display: inline-block;
    border: 1px solid #0a4e79;
    border-radius: 5px;
    margin-right: 7px;
    overflow: hidden;
    padding:0 10px 0 10px;
    background-color: #0067a8;
}

.cater .cater-wrap a:first-child {
    /*border-right: 1px solid #0a4e79;*/
}

.search-ipt {
    width: 256px;
    height: 30px;
    padding: 8px 32px 8px 20px;
    background: #dcdcdc;
    border-radius: 5px;
    font-size: 12px;
}

.search-btn {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 30px;
}

.show-cate-list:hover .search-categories {
    display: block;
}
.search-categories {
    background: #0067a8;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    display: none;
    height: 220px;
    width: 130px;
    /*left: 10px;*/
    list-style-type: none;
    overflow-y: auto;
    position: absolute;
    top: 30px;
    z-index: 9;
}
.search-categories .cate-li a {
    display: block;
    padding: 4px 4px 4px 14px;
}
.search-categories .cate-li:hover  a {
    background-color:#138bd9;
}

#menu-headmenu{
    position: relative;
}
#menu-headmenu:before {
    content: "";
    position: absolute;
    top: -18px;
    left: 0;
    width: 100%;
    background: url("images/shadow.png") no-repeat 0 0;
    height: 19px;
}

#menu-headmenu1{
    position: relative;
}
#menu-headmenu1:before {
    content: "";
    position: absolute;
    top: -18px;
    left: 0;
    width: 100%;
    background: url("images/shadow.png") no-repeat 0 0;
    height: 19px;
}

.menu .menu-item-type-taxonomy{
    float: left;
    width: 14%;
}
.menu .menu-item-type-taxonomy .nav-txt{
    position: relative;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 10px 48px 10px 30px ;
    color: #fff;
    font-size: 14px;
    border: 1px solid transparent;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.nav-wrap {
    background: url("images/nav_bg.png") center center no-repeat;
}
.menu .menu-item-type-taxonomy.active .nav-txt,
.menu .menu-item-type-taxonomy .nav-txt:hover {
    background: #fff;
    color: #0071b9;
    border-color: #0071b9;
}

.menu-item-type-taxonomy .nav-txt:before,
.cater-search .drop-down {
    display: inline-block;
    margin-left: 8px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(255, 255, 255, .5) transparent transparent;
    position: relative;
    top: 3px;
}
.menu-item-type-taxonomy .nav-txt:before{
    content: "";
    position: absolute;
    right: 28px;
    top: 50%;
    margin-top: -2px;
}
.menu .menu-item-type-taxonomy.active .nav-txt:before{
    border-top-color: #0071b9;
}

/**
 * menu
 */

.sub-menu {
    position: absolute;
    left: 0;
    display: none;
    /*width: 896px;*/
    width: 1155px;
    min-height: 216px;
    list-style-type: none;
    margin: 0px;
    background: white;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:18px 10px;
    -moz-box-shadow: 0 1px 6px rgba(0,57,93,0.5);
    box-shadow: 0 1px 6px rgba(0,57,93,0.5)
}

.level-0:first-child .sub-menu {
    -moz-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px
}

.level-0:last-child:hover,
.level-0:nth-last-child(2):hover {
    position: relative
}

.level-0:last-child .sub-menu,
.level-0:nth-last-child(2) .sub-menu {
    left: inherit;
    left: initial;
    right: 0px;
    -moz-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px
}

.sub-menu .menu-item {
    position: relative;
    float: left;
    width: 213px;
    height: 63px;
    margin-bottom: 12px;
    margin-left: 12px;
    overflow: hidden
}

.sub-menu .menu-item a{
    display: block;
    position: relative;
    z-index: 2;
}


.sub-menu .menu-item .nav_thumb {
    display: block;
    float: left;
    margin-right: 15px;
    width: 110px;
}

.sub-menu .menu-item .title {
    font-size: 13px;
    line-height: 16px;
    margin: 0px;
    position: relative;
    top: 0;
}

/*.sub-menu .menu-item:nth-child(odd),
.sub-menu .menu-item.odd {
    margin-right: 45px;
}*/

.sub-menu .menu-item:hover {
    color: #f88515
}

.sub-menu .menu-item:first-child,
.sub-menu .menu-item:nth-child(2) {
    position: relative;
    float: left;
    width: 214px;
    height: 214px;
    margin-right: 14px !important
}

.sub-menu .menu-item:first-child .nav_thumb,
.sub-menu .menu-item:nth-child(2) .nav_thumb  {
    width: 214px;
    height: 214px;

}

.sub-menu .menu-item:first-child .title,
.sub-menu .menu-item:nth-child(2) .title {
    font-size: 13px;
    color: white;
    position: absolute;
    z-index: 3;
    top: inherit;
    top: initial;
    bottom: 0px;
    margin: 0px;
    line-height: 18px;
    background-color: rgba(0,0,0,.6);
   /* background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background:-webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background:linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 )*/
}

.sub-menu .menu-item:first-child .title:hover,
.sub-menu .menu-item:nth-child(2) .title:hover {
    color: white
}

.sub-menu .menu-item:first-child .title a,
.sub-menu .menu-item:nth-child(2) .title a {
    display: inline-block;
    color: white;
    padding: 15px 12px ;
    /*padding: 30px 12px 15px*/
}

.sub-menu .cat {
    position: absolute;
    top: 0px;
    background: rgba(255,255,255,0.75);
    font-size: 15px
}

.sub-menu .cat a {
    padding: 7px 10px
}

.level-0.hoverintentable:hover .sub-menu {
    display: block
}


/*
content
 */

.main-content {
    width: 100%;
    /*max-width: 942px;*/
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 152px;
    padding-bottom: 20px;
}
.main-content .con-bottom p{
    display: block;
    padding: 0 25px;
    margin:10px 0;
    font-size: 14px;
    line-height: 28px;
}

/*.column{
    margin-left: 2.5%;
}*/

.column h3 {
    color: #434343;
    height: 24px;
    line-height: 24px;
    position: relative;
    margin-top: 20px;
    font-size: 14px;
}

.r1,
.r2 {
    padding: 0 25px;
}

.r1 .column-first {
    width: 40%;
}

.r1 .column-first .artial-mod img {
    width: 100%;
}
.r3 .column-right,
.r1 .column-right{
    float: right;
}
.r1 .column-second,
.r1 .column-right {
    width: 25%;
    margin-left: 2.5%;
}

.r1 .column-right {
    width: 30%;
    /*margin-right: 3%;*/
}
.column h3 span,
.column h3 a {
    display: inline-block;
    background: #fff;
    padding-right: 5px;
    position: relative;
    z-index: 3;
}

.r2 .column-left {
    width: 63%;
    float: right;
}

.r2 .column-right {
    width: 30%;
    float: right;
    margin-left: 7%;
}

.column-63 {
    width: 63%;
}

.column-40 {
    width: 40%;
}

.column-28 {
    width: 28%;
}

.column-25 {
    width: 25%;
}

.column-6 {
    width: 6%;
}

.column h3:before {
    content: "";
    height: 0;
    border-top: 1px solid #aaa;
    left: 0;
    top: 12px;
    width: 100%;
    position: absolute;
}

.column .artical-con {
    color: #666;
    line-height: 1.33;
}
.artial-mod .artical-con .date-author p {
    padding-top: 2px;
}

.column .artical-con h4 {
    padding-top: 12px;
    font-size: 16px;
    color: #0071b9;
}

.artical-con .artical-foot,
.artical-con .date-author a {
    font-size: 10px;
}

.column .artical-con p {
    padding-top: 12px;
    line-height: 1.5;
}

.artical-con .date-author {
    padding-bottom: 5px;
}
.share-tips{
    position: absolute;
    top: 5px;
    left: 250px;
}

/**
 * ¶©ÔÄ×ÊÁÏ
 */

.subscribe-con {
    background: #0071b9;
    padding: 18px 10px 5px;
    color: #fff;
}
.subscribe-con .form-email {
    width: 100%;
    padding: 12px 12px 12px 8px;
    overflow: hidden;
    background-color: #dcdcdc;
    margin-top: 10px;
}

.subscribe-con h2 {
    font-size: 16px;
}

.subscribe-ul .select-name {
    display: inline-block;
    /*padding-left: 2px;*/
}

.subscribe-ul li {
    width: 100%;
    margin-top: 10px;
}

.subscribe-ul label {
    width: 27%;
    padding-left: 16px;
}


.subscribe-con .subscribe-btn {
    width: 100%;
    padding: 9px 0;
    background: #bdcee9;
    color: #0071b9;
    border: 3px solid #205475;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 3px;
}

.r2 {
    background: url("images/shadow_1.png") no-repeat center top;
    padding-top: 46px;
    margin-top: 30px;
    overflow: hidden;
}

.single-tit {
    padding-bottom: 12px;
}

.artical-con .img-msg-mod {
    margin-bottom: 34px;
}

.artical-con .tit-foot {
    margin-top: 0;
}

.artical-con .img-msg-mod:last-child {
    margin-bottom: 26px;
}

.artical-con .img-msg-mod .img-mod {
    margin-right: 14px;
}

.artical-con .img-msg-mod .img-mod img {
    width: 180px;
    height: 105px;
}

.artical-con .msg-mod h4 {
    padding: 0;
}

.artical-con .msg-mod .date-author {
    padding-top: 8px;
}
.share_line,
.share-mod li {
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
    width: 42px;
    height: 42px;
    background-color: #0070b8;
    text-align: center;
}


/**
 * ¸ü¶à·ÖÏí
 */

.more-share-mod .tit {
    padding-top: 18px;
    padding-bottom: 10px;
    font-size: 14px;
}

.more-share-mod .shares-count-small {
    margin-top: 6px;
    position: absolute;
    left: 132px;
    bottom: 0;
}
.img-msg-mod .msg-mod{
    position: relative;
    height: 70px;
}
.img-msg-mod .msg-mod .h4{
	font-size: 14px;
}
.more-share-mod .share-list-con {
    background: url("images/grayshadow.png") center top #e5e5e5 no-repeat;
    padding: 0 10px 12px;
    overflow: hidden;
}

.more-share-mod .share-list-con .img-mod {
    margin-right: 8px;
}

.more-share-mod .share-list-con img {
    width: 123px;
    float: left;
}

.more-share-mod .share-list-con li {
    margin-top: 14px;
}

.share-mod .wechat:hover .code-show,
.share-mod .incode:hover .code-show {
    transition: .3s;
    opacity: 1;
    display: block;
}
.share-mod .code-show {
    position: absolute;
    right: 42px;
    top: -22px;
    opacity: 0;
    display: none;
    width: 100px;
    height: 100px;
    z-index: 9;
    border: 4px solid #fff;
}

/**
 * catergory
 */

/*.cater-r1 {*/
    /*padding: 0 25px;*/
/*}*/

.cater-r1 p {
    margin-top: 10px;
    line-height: 30px;
}

.cater-r2 {
    padding-top: 0;
    background: none;
    margin-top: 0;
}
.f-blue {
    color: #0071b9;
}

/*.cater-r2 .column-right h3 {*/
    /*margin-top: 0;*/
/*}*/


/**
 * ÎÄÕÂÏêÇé
 */

.wb100 {
    width: 100%;
}

.column-artical {
    width: 65%;
}

/*.r3 .column-right {*/
    /*width: 30%;*/
/*}*/

.column-artical .tit {
    font-size: 24px;
    line-height: 36px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.column-artical .share-mod li {
    position: relative;
}

.column-artical .share-mod .numbers {
    position: absolute;
    top: 100%;
    width: 30px;
    /*text-indent: center;*/
    left: 0;
    color: #898989;
    margin-top: 3px;
}

.column-artical .shareartical {
    padding: 25px 0;
}

.shareartical .total {
    border-right: 1px solid #535353;
    padding-right: 15px;
    margin-right: 15px;
    height: 56px;
}

.shareartical .total .nums {
    font-size: 31px;
    color: #0071b9;
}

.shareartical .total .sharetxt {
    position: relative;
    top: -3px;
}
.shareartical .share-mod{
    float: left;
}
.small-share-mod li {
    width: 30px;
    height: 30px;
}

.small-share-mod a {
    display: block;
    width: 30px;
    height: 30px;
}

.small-share-mod .ico {
    margin-top: 9px;
}

.s-ico-4 {
    background-position: -12px -190px;
    width: 18px;
    height: 14px;
}

.s-ico-5 {
    background-position: -45px -191px;
    width: 17px;
    height: 13px;
}

.small-share-mod .s-ico-6 {
    background-position: -75px -187px;
    width: 22px;
    height: 20px;
    margin-top: 5px;
}

.small-share-mod .s-ico-7 {
    background-position: -113px -190px;
    width: 14px;
    height: 15px;
    margin-top: 8px;
}

.s-ico-8 {
    background-position: -145px -191px;
    width: 17px;
    height: 14px;
}

.author-wrap {
    width: 100%;
    margin: 40px 0 25px 0
}
.author-wrap  .btn-gray {
    color: #434343;
    display: inline-block;
    margin-top: 5px;
    padding: 3px 10px;
    border: 1px solid #195479;
    font-size: 12px;
    font-weight: bold;
    background: #f3f3f3;
    background: -moz-linear-gradient(top, #f3f3f3 0%, #cacaca 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #cacaca));
    background: -webkit-linear-gradient(top, #f3f3f3 0%, #cacaca 100%);
    background: -o-linear-gradient(top, #f3f3f3 0%, #cacaca 100%);
    background: -ms-linear-gradient(top, #f3f3f3 0%, #cacaca 100%);
    background: linear-gradient(to bottom, #f3f3f3 0%,#cacaca 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#cacaca',GradientType=0 );
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap
}

.author-wrap .author-left {
    width: 70px;
    margin: 0 15px 5px 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.5)
}



.author-wrap .author-social {
    margin: 0px;
    padding-bottom: 6px;
    background: -moz-linear-gradient(top, #0070b7 0%, #005286 100%);
    background: -webkit-linear-gradient(top, #0070b7 0%, #005286 100%);
    background: -o-linear-gradient(top, #0070b7 0%, #005286 100%);
    background: -ms-linear-gradient(top, #0070b7 0%, #005286 100%);
    background: linear-gradient(to bottom, #0070b7 0%, #005286 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0070b7', endColorstr='#005286', GradientType=0);

}

.author-wrap .author-social li{
    list-style-type: none;
    padding: 0px
}

.author-wrap .author-social li a{
    display: block;
    color: white;
    padding: 9px 0px 5px 30px;
    background: url(images/artical-ico.png) no-repeat;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    font-size: 13px
}

.author-wrap .author-social li a.weibo {
    background-position: -10px -11px
}

.author-wrap .author-social li a.linkedin {
    background-position: -11px -43px
}

.author-wrap .author-bio {
    padding: 0px 0 0 12px;
    font-size: 12px
}

.author-wrap .author-name {
    font-weight: bold
}

.author-weibo-wrap {
    padding: 10px;
    background: #bdcee9;
    margin-bottom: 25px;
    margin-top: 6px;
}

.author-weibo {
    position: relative;
    padding: 14px;
    background: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5)
}

.author-weibo p {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 12px;
    font-weight: bold
}

.author-weibo .weibo {
    position: absolute;
    right: 10px;
    bottom: 7px;
}
.date-author-msg{
    padding-top: 6px;
}

footer {
    background-color: #434343;
    padding: 22px 25px;
    overflow: hidden;
}
.foot-mobile {
    display: none;
}
.foot-con {
    width: 100%;
    max-width: 892px;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
}
.foot-con a {
    color: #fff;
    display: inline-block;
    padding: 0 3px;
}
.foot-con .f-login-concat {
    float: left;
}
.foot-con .f-company {
    text-align:center;
}
.r4 {
    background: url("images/shadow_1.png") no-repeat center top;
    padding: 46px 25px 0;
    margin-top: 30px;
    overflow: hidden;
    color: #8b8b8b;
    /*width: 100%;*/
}
.r4 .column {
    width: 68%;
}
.r4 .comment-mod {
    padding-bottom: 18px;
    border-bottom: 1px solid #aaa;
    margin-left: 25px;
    margin-bottom: 20px;
}
.tuv-link{ margin-top:20px;}
@media screen and (max-width:1000px){
	.menu .menu-item-type-taxonomy{
		width: auto;
	}
	.sub-menu{
		width:100%;
	}
}
@media screen and (max-width: 915px) {
    .menu .menu-item-type-taxonomy .nav-txt {
        padding: 10px 42px 10px 24px;
    }
    .menu-item-type-taxonomy .nav-txt:before{
        right: 20px;

    }
}

@media screen and (max-width: 840px) {
    .main-content {
        padding-top: 116px;
    }
    .main-top,
    .menu-headmenu-container,
    .menu-headmenu1-container{
        display: none;
    }
    .menu-headmenu1-container {
        display: none;
    }
    .r1,
    .r2 {
        padding-left: 16px;
        padding-right: 16px;
    }
    .mobile-header {
        display: block;
    }
    .menuopen {
        animation: toLeft .3s ease both;
        /* Firefox: */
        -moz-animation: toLeft .3s ease both;
        /* Safari ºÍ Chrome: */
        -webkit-animation: toLeft .3s ease both;
        /* Opera: */
        -o-animation: toLeft .3s ease both;
    }
    @-webkit-keyframes toLeft {
        0% {
            left: 0;
        }
        100% {
            left: -262px;
        }
    }
    @keyframes toLeft {
        0% {
            left: 0;
        }
        100% {
            left: -262px;
        }
    }
    .menuopen #top {
        position: relative;
    }
    .menuopen .main-content {
        padding-top: 0;
    }
    .mobile-iocs .active {
        background-color: #005f9b;
    }
    .ico {
        background-image: url("images/b_ico.png");
        background-size: 500px 300px;
    }
    .ico-3 {
        background-position: -138px -8px;
    }
    .ico-4 {
        background-position: -10px -101px;
        width: 33px;
        height: 27px;
        margin-top: 13px;
    }
    .ico-5 {
        background-position: -67px -103px;
        width: 33px;
        height: 27px;
        margin-top: 15px;
    }
    .ico-6 {
        background-position: -124px -101px;
        width: 33px;
        height: 27px;
        margin-top: 14px;
    }
    .ico-7 {
        background-position: -181px -101px;
        width: 33px;
        height: 27px;
    }
    .ico-youtobe {
        background-position: -300px -101px;
        width: 65px;
        height: 45px;
        margin-top: 10px;
    }
    .ico-8 {
        background-position: -241px -101px;
        width: 33px;
        height: 30px;
    }
    .ico-email {
        background-position: 2px -178px;
    }
    .ico-search {
        background-position: -49px -175px;
    }


    .mobile-iocs .ico-search {
        top:1px;
    }
    .ico-cater {
        background-position: -110px -178.5px;
    }
    .mobile-iocs .ico-lan-cn {
        background-position: -245px -173px;
        top: 1px;
    }
     .mobile-iocs .ico-lan-tw {
        background-position: -180px -173px;
        top: 1px;
    }
    .header-top{
        height:28px;
    }
    .h-inner .logo {
        position:absolute;
        width: 90px;
        height: 62px;
        margin-left: 30px;
    }
    .mobile-iocs li {
        float: left;
        padding: 12px 0;
    }
    .mobile-iocs span, 
    .mobile-iocs a{
        display: block;
        height: 33px;
        width: 63px;
        position: relative;
        top: 5px;
    }
    .active-menu{
        background-color: #bdcee9;
    }
    .search-mobile {
        position: absolute;
        top: 99%;
        background: #bdcee9;
        width: 100%;
        left: 0px;
        height: 64px;
        padding: 7px;
        padding-left: 5%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .search-mobile .search-ipt {
        height: 40px;
        width: 70%;
        -webkit-box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,.3);
        -moz-box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,.3);
        box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,.3);
    }
    .search-mobile .search-form {
        margin-top: 5px;
    }
    .m-search-btn {
        position: absolute;
        left: 66%;
        top: -1px;
        font-size: 14px;
        background: #0067a8;
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
        padding: 13px 26px 13px;
        color: white;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
    }
    #mobile-nav {
        width: 262px;
        background: #58595b;
        min-height: 100%;
        position: absolute;
        right: -262px;
        z-index: 999;
        top: 0px;
        display: none;
        padding-bottom: 50px;
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch
    }
    #mobile-nav .nav-logo-img{
        width: 80%;
        padding: 12px 0 12px 16px;
    }
    #mobile-nav .cat-item:first-child{
        border-top:1px solid rgba(255,255,255,.5);
    }
    #mobile-nav .cat-item {
        position: relative;
        border-bottom: 1px solid rgba(41,41,41,.5);
        text-align: right;
        color: rgba(254,254,254,.5);
        height: 50px;
        padding-top: 15px;
        padding-right: 7px;
        font-size: 16px;
        box-sizing: border-box;
        background: #58595b;
    }
    #mobile-nav a {
        color: white;
        padding: 15px 0 10px 10px;
        display: block;
        font-weight: bold;
        position: absolute;
        top: 0px;
        width: 100%;
        text-align: left;
        font-size: 16px;
        box-sizing: border-box;
    }


    .r1 .column-right .subscribe-con,
    .r1 .column-right .artial-mod {
        display: none;
    }
    .r1 .column-first {
        width: 55.5%;
    }
    .r1 .column-second {
        width: 36%;
        float: right;
    }
    .share-tips {
        display: none;
    }
    .shareartical .share-mod{
        float: none;
    }

    /**
     * ÎÄÕÂÏêÇé
     */
    .share_line,
    .share-mod li,
    .column-artical .share-mod li,
    .small-share-mod a,
    .column-artical .share-mod .numbers {
        width: 52px;
        height: 52px;
    }

    .small-share-mod .s-ico-4 {
        background-position: -10px -101px;
        width: 33px;
        height: 27px;
        margin-top: 13px;
    }

    .small-share-mod .s-ico-5 {
        background-position: -67px -103px;
        width: 33px;
        height: 27px;
        margin-top: 15px;
    }

    .small-share-mod .s-ico-6 {
        background-position: -124px -101px;
        width: 33px;
        height: 27px;
        margin-top: 14px;
    }

    .small-share-mod .s-ico-7 {
        background-position: -181px -101px;
        width: 33px;
        height: 27px;
        margin-top: 12px;
    }

    .small-share-mod .s-ico-8 {
        background-position: -241px -101px;
        width: 33px;
        height: 30px;
        margin-top: 12px;
    }
    /**
     * 订阅
     */
    .subscribe-ul label{
    	padding-top: 10px;
    }
}
@media screen and (max-width:780px) {
    .foot-pc,
    .r3 .author-weibo-box,
    .r3 .artical-share-colmn {
        display: none;
    }
    .r3 .column-artical {
        width: 100%;
    }
    .foot-mobile {
        display: block;
    }
    .foot-con .concat-way {
        margin-top: 34px;
    }
    .r4 .column{
        width: 100%
    }
}
@media screen and (max-width: 640px) {
    /*.main-content {*/
        /*padding-bottom: 100px;*/
    /*}*/
    .r1 .column-first {
        width: 100%;
        float: none;
    }
    .cater-r2 .column-right,
    .r1 .column-second,
    .r1 .date-author,
    .r1 .shares-count-small,
    .r2 .column-right .single-tit,
    .cater-r2 .column-right .share-mod,
    .more-share-mod {
        display: none;
    }
   
    
    .share-mod {
        width: 290px;
        margin: 0 auto;
    }
    .r3 .jiatips,
    .r3 .jiathis_counter_style{
        display: none;
    }

    .newshar-box {
        width: 290px;
    }
    .newshar-box .share-mod{
        width: auto;
    }
    .r2 .newshar-box {
        margin: 0 auto;
    }

    .r1 .column-second {
        float: none;
    }
    .r2 .column-right {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .r2 .column-right .mr-24{
        margin-right: 0;
    }
    .r2 .column-left {
        width: 100%;
    }
    .cater-r1 h2{
        font-size: 20px;
    }
    .cater-r1  p{
        font-size: 18px;
        line-height: 26px;
    }
    .r4 .column {
        width: 100%;
    }
    .r4{ box-sizing:border-box; }
    /**
     * ÎÄÕÂÏêÇé
     */
    .shareartical .total{
        display: none;
    }
    .column-artical .tit{
        font-size: 18px;
        line-height: 26px;
    }
    #goTop{
        position: fixed;
        right: 40px;
        bottom: 0;
        z-index: 1000;
        display: none;
    }
    .ico-goback{
        width:43px;
        height:38px;
        background-position:left bottom ;
    }
    .r4 .column {
        width: 100%;
    }
    .foot-con .foot-mobile .f-login-concat {
        float: none;
        border-bottom: 1px solid #fff;
        text-align: center;
        padding-bottom: 18px;
        margin-bottom: 18px;
    }
    .foot-con a {
        font-size: 20px;
    }
    .foot-con .f-company {
        /*float: none;*/
        font-size: 16px;
        /*text-align: center;*/
        /*display: block;*/
    }
    .contact-us{
        text-align: center;
    }
    .tuv-link {
    	display: none;
    }
}

@media screen and (max-width: 480px) {
    .artical-con .msg-mod .date-author {
        display: none;
    }
    .artical-con .img-msg-mod .img-mod img {
        width: 120px;
        height: 70px;
    }
}
.ico-close{
    background-image: url("images/b_ico.png");
    background-size: 500px 300px;
    background-position:-64px -264px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right:10px;

}
#layoutBox{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1011;
    display: none;
}
#mobileSubscribe ,#mobileLoginReg{
    position:fixed;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%,-50%);
    width:268px;
    margin: 0 auto;
    z-index: 1011;
    display: none;

}
.mobile-subscribe {
    border:5px solid #000;
    background-color: #000;
}
.mobile-subscribe .subscribe-con{
    padding-bottom: 20px;
}
.artical-con img{height: auto;}
.artical-con li{list-style: disc;padding-left: 20px;list-style-position:inside;padding-top: 10px;line-height: 1.5;font-size: 14px;}
.column .artical-con p{font-size: 14px;}
.share-mod li{list-style: none;padding:0;list-style-position:outside;}
.column .artical-con h3:before{top:-5px}

/*
详情页评论样式
 */


.comment-mod .comment-name {
    font-size: 18px;
    color: #434343;
    font-weight: bold;
}
.comment-mod .comment-floor,
.comment-mod .comment-txt {
    font-size: 14px;
}
.comment-mod .comment-txt,
.comment-mod .comment-foot {
    padding-top: 10px;
}
.comment-mod .comment-foot .edit {
    background: url(images/edit-ico.png) right -4px no-repeat;
    display: inline-block;
    padding-right: 15px;
    color: #0071b9;
    font-size: 14px;
    cursor: pointer;
}
.comment-area {
    margin-left: 25px;
    font-size: 14px;
}
.comment-area .title {
    font-size: 20px;
}
.comment-textarea {
    display: block;
    padding: 10px;
    font-size: 14px;
    width: 100%;
    margin-top: 18px;
    height: 137px;
    min-height: 137px;
    background-color: #dcdcdc;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.comment-area .logout{
    cursor: pointer;
}
.comment-area .publish {
    font-size: 18px;
    width: 75px;
    height: 34px;
    line-height: 34px;
    border: none;
    color: #fff;
    background: #0071b9;
}
.comment-reply-title {
    font-size: 18px;
}
.contact-us {
    color: #959595;
    line-height: 20px;
    padding-top: 8px;

}

.comment-form-comment label {
    display: none;
}

.comment-form textarea {
    display: block;
    padding: 10px;
    font-size: 14px;
    width: 100%;
    margin-top: 18px;
    height: 137px;
    min-height: 137px;
    background-color: #dcdcdc;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.comment-respond{
    margin-left: 25px;
}
.comment-form .submit {
    font-size: 18px;
    width: 100px;
    height: 34px;
    line-height: 34px;
    border: none;
    color: #fff;
    background: #0071b9;
    margin-top: 20px;
}

.comment-form .comment-reply-title {
    font-size: 20px;
    color: #8b8b8b;

}

.comment-reply-title {
    font-size: 20px;
    color: #8b8b8b;
}

.comment-respond h3:before{
    border-top: none;
}
.comment-respond h3{
    color: #8b8b8b;
}
.comment-form .comment-reply-title:before {
    border: none;
}

.comment-form .logged-in-as {
    float: right;
    position: relative;
    top: -18px;
}

.comment-form .logged-in-as a:first-child {
    color: #8b8b8b;
    font-size: 14px;
}
.more-share-mod .share-list-con .img-mod {
    margin-right: 8px;
    position: relative;
    z-index: 1;
}
.artical-con .img-msg-mod .img-mod {
    margin-right: 14px;
    position: relative;
    z-index: 1;
}
.comment-form-author,.comment-form-email,.comment-form-url{
    display: none;
}



.sub-menu .menu-item:first-child .title, .sub-menu .menu-item:nth-child(2) .title{  width:100% }


    .r3  .share-mod {
        margin: 0;
    }

