a, a:hover { text-decoration: none; }
input, button, select, textarea {outline: none;}
.navbar { border-radius: 0; margin-bottom:0; min-height: 75px; background: #ffffff; }
.navbar-brand { float: left; height: 70px; padding: 12px 15px; font-size: 18px; line-height: 20px; }
.navbar-brand > img { height: 100%; }
.navbar-toggle { margin-top: 18px; margin-bottom: 16px; }
.navbar li { min-height: 75px; }
ul.navbar-nav li a { font-size: 16px; border-top: 4px solid #fff; font-weight: normal; line-height: 36px; }
ul.navbar-nav li a.this_selected { background-image: linear-gradient(180deg, #E8FAF3 0%, #F8FEFC 100%); border-top: 4px solid #009944; color: #009944; font-weight: 900; }



.carousel-control.left { background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001))); background-image: -webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.5) 0), color-stop(rgba(0,0,0,0.0001) 0%)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 0%); background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 0%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
.carousel-control.right { background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0,0,0,0.0001)), to(rgba(0,0,0,0))); background-image: -webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.0001) 0), color-stop(rgba(0,0,0,0) 0%)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0) 0%); background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0) 0%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
#myCarousel{width:100%;padding:0;margin-bottom:20px;}
#myCarousel .item img{width:100%;padding:0;/*height:480px;*/}

.mod-title { color: #009944; font-size: 24px; line-height: 60px; font-weight: 600; }
.underline { width: 150px; height: 10px; border-top: solid 4px #009944; margin-bottom:20px;}
.center {text-align: center!important;}



.weapp-intro-list { overflow: hidden; }
.weapp-intro-list .weapp-intro { width: -webkit-calc((100% - 37px)/3); width: -moz-calc((100% - 37px)/3); width: calc((100% - 37px) / 3); height: 185px; padding: 40px 20px 20px 130px;  margin:0 6px 12px 6px; float: left; background: #eef7fe; border-radius: 5px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-repeat: no-repeat; background-position: 35px 40px; background-size: 60px; }
.weapp-intro-list .weapp-intro .ellipsis { margin: 0; font-size: 22px; font-weight: 700; line-height: 40px;max-height: 40px;overflow: hidden; }
.weapp-intro-list .weapp-intro p { font-size: 18px; line-height: 30px;max-height: 90px;overflow: hidden; }
	


/*.partner*/
.partner{z-index:3;}
.partner .title{font:24px/40px 'SourceHanSansCBold'; color:#282828; padding:99px 0 16px;}
.partner .brief{font:30px/36px ''; color:#525252; margin:0 0 73px;}
.partner .list{padding:0;}
.partner .list{margin:0;margin-bottom:20px; border:1px solid #e7ecf8; border-right:none; border-bottom:none;}
.partner .list li{width:calc(20%); border:1px solid #e7ecf8; border-left:none; border-top:none; background:#fff;}
.partner .list li a{padding:61.63% 0 0; background:#fff;}
.partner .list li a::before{height:3px; position:absolute; left:0; right:0; bottom:0; background:#009944; z-index:1; content:""; display:none;}
.partner .list li:hover{z-index:2;}
.partner .list li:hover a{box-shadow:0px 12px 80px -12px #e3e7f0; transform:scale(1.2);}
.partner .list li:hover a::before{display:block;}


.tab-div{background:#ffffff;}
.nav-tabs {border-bottom: 1px solid #e7ecf8;}
.nav-tabs>li{margin-bottom:0;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {border:0;background:#fff;color:#009944;}
.nav-tabs>li>a{color:#555555;font-size: 20px;}
.nav-tabs>li>a,.nav-tabs>li>a:focus,.nav-tabs>li>a:hover{border:0;border-radius:0;background:#fff;}
.tab-content{padding:0 15px 10px 15px;}


.nav-tabs {display: block; list-style-type: none; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding: 0; margin: 0; overflow: auto; overflow: scroll; scrollbar-face-color: #eff8e6; scrollbar-shadow-color: #edf2e3; scrollbar-highlight-color: #ffffff; scrollbar-3dlight-color: #F2F2F2; scrollbar-darkshadow-color: #bdbcbd; scrollbar-arrow-color: #bdbcbd;-ms-overflow-style: none;}
.nav-tabs::-webkit-scrollbar{width:0px;height:2px;}
.nav-tabs::-webkit-scrollbar-track{background: #f1f1f1;border-radius:0px;}
.nav-tabs::-webkit-scrollbar-thumb{background: #ccc; border-radius:4px;}
.nav-tabs::-webkit-scrollbar-thumb:hover{background: #ccc;border-radius:4px;}
.nav-tabs::-webkit-scrollbar-corner{background: #fff;}
.nav-tabs > li { -webkit-box-flex: 1; -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; color: #000000; width: auto !important; margin-right: 0; margin-left: 0; }


.nav-tabs-sortcn {border:0;margin:10px 0;/*border-bottom: 1px dashed #dcdedd;*/}
.nav-tabs-sortcn>li{position: relative;display: block;float: left;}
.nav-tabs-sortcn>li.active>a, .nav-tabs-sortcn>li.active>a:focus, .nav-tabs-sortcn>li.active>a:hover {border:0;background:#fff;color:#1ec456;}
.nav-tabs-sortcn>li>a{color:#555555;font-size: 20px;}
.nav-tabs-sortcn>li>a,.nav-tabs-sortcn>li>a:focus,.nav-tabs-sortcn>li>a:hover{border:0;border-radius:0;background:#fff;}
/*.tab-content{padding:10px 15px;}*/

/*数字新闻列表，结合上面的jq变色，特殊字体读取*/
.tab-content-right-div2 { min-height: 264px; background-color: #ffffff;}
.tab-content-right-div2 a { display: inline-block; margin-top: 20px; width: 100%; }
.tab-content-right-div2 span:nth-child(1) { transform: skewX(-10deg); text-align: center; line-height: 16px; display: inline-block; font-family: "ysbth"; width: 30px; height: 16px; background-color: #dadada; margin-right: 5px; color: #fff; }
.tab-content-right-div2 .tab-content-a span:nth-child(1) { background: #1ec456; }
.tab-content-right-div2 p { display: inline-block; width: 330px; font-size: 14px; font-weight: normal; color: #333333; vertical-align: sub; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin: 0;}
.tab-content-right-div2 .tab-content-a p { color: #1ec456; }
.tab-content-right-div2 span:nth-child(3) { float: right; margin-right: 15px; font-size: 12px; font-weight: normal; line-height: 21px; color: #999999; }
.tab-content-right-div2 .tab-content-a span:nth-child(3) { color: #1ec456; }


/*数字新闻列表，结合上面的jq变色，特殊字体读取*/
.tab-content-right-div2 {  background-color: #ffffff;}
.tab-content-right-div2 a { display: inline-block; margin-top: 20px; width: 100%; }
.tab-content-right-div2 span:nth-child(1) { transform: skewX(-10deg); text-align: center; line-height: 16px; display: inline-block; font-family: "ysbth"; width: 30px; height: 16px; background-color: #dadada; margin-right: 5px; color: #fff; }
.tab-content-right-div2 .tab-content-a span:nth-child(1) { background: #009944; }
.tab-content-right-div2 p { display: inline-block; width: 330px;width: -moz-calc(100% - 150px);width: -webkit-calc(100% - 150px);width: calc(100% - 150px);font-size: 16px; font-weight: normal; color: #333333; vertical-align: sub; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin: 0;}
.tab-content-right-div2 .tab-content-a p { color: #009944; }
.tab-content-right-div2 span:nth-child(3) { float: right; font-size: 14px; font-weight: normal; line-height: 21px; color: #999999; }
.tab-content-right-div2 .tab-content-a span:nth-child(3) { color: #009944; }





/*所在位置*/
.position-nav{margin-top:10px;line-height:24px;}
.position-nav a{color: #7d7d7d;}
.position-nav i.glyphicon-menu-right{color: #7d7d7d;font-size:12px;padding-left:3px;}




.aw-footer{background-color:#009944;color:#fff;padding:14px 0 24px 0;margin-top:10px;font-size:14px;line-height:30px}
.aw-footer .foot-word{margin-top:10px;color:#fff;}
.aw-footer .foot-word h6{display:inline-block;}
.aw-footer .row{margin:0;}
.aw-footer a {color:#fff}
.aw-footer a.link_url_a h6{color:#fff;display:inline-block;}
.small_float{ position: fixed; right: 1px; bottom:40%; background-color: #394b66; border-radius: 3px; width:30px; text-align:center; padding:3px; font-size:16px; line-height:18px; color:#ddd; cursor: pointer; }
.small_float div:hover{color:#fff;}
.big_float{ position: fixed; right: 32px; bottom:40%; background-color: #394b66; border-radius: 3px; text-align:center; padding:3px; color:#ddd; display:none; }

/*左侧新闻列表*/
.software-article-main{padding:0;}
.software-article-main-div {padding: 20px; background-color: #ffffff; box-shadow: 0px 0px 0px 0px rgba(98, 127, 107, 0.4); margin-top: 10px; border: 1.4px #EBEFED solid; }
.software-article-main-div:hover {box-shadow: 0px 3px 16px 0px rgba(98, 127, 107, 0.25);}
.software-article-main-div:nth-child(1) { margin-top: 10px; }
.software-article-main-div1 {display: inline-block; }
.software-article-main-div1 a { font-size: 20px; font-weight: bold; color: #333333; }
.software-article-main-div1 a:hover {color: #009944} 
.software-article-main-div1 div { margin-top: 16px; }
.software-article-main-div1 div.software-article-main-div-img-list{padding:0;}
.software-article-main-div1 div.software-article-main-div-img-list img{max-width:100%;height:72px;margin:1px;float:left;}
.software-article-main-div1 .green_span {color: #009944; }
.software-article-main-div1 p { font-size: 16px;line-height: 150%; font-weight: normal; color: #666666; display: inline; overflow: hidden; text-overflow: ellipsis; word-break: break-all; }
.software-article-main-div1 p>span { display: inline-block; font-size: 14px; font-weight: normal; line-height: 30px; letter-spacing: 1px; color: #999999; margin-top: 16px; margin-right: 10px; }
.software-article-main-div2 { display: inline-block; float: right; margin-right: 40px; }
.software-article-main-div2 div a { display: inline-block; }
.software-article-main-div2 img { width: 195px; height: 158px; }
.software-article-main-div2>a { display: block; width: 129px; height: 35px; border: solid 1px #009944; line-height: 35px; text-align: center; font-size: 14px; font-weight: normal; letter-spacing: 1px; color: #009944; margin: auto; margin-top: 10px; }

/*分页*/
.page { display: block; margin: auto; text-align: center; margin-top: 30px; margin-bottom: 30px; padding:0;}
.page li { display: inline-block; }
.page a, .page .this_current,.page .pageandallpage,.page .current { padding: 0 10px; background-color: #ffffff; border: solid 1px #e5e5e5; line-height: 32px; display: inline-block; text-align: center; font-size: 16px; font-weight: normal; color: #666666; margin-left: 10px; float: left; }
.page .this_current { border: solid 1px #009944; color: #009944; }
.page li .pageandallpage { width: auto;background:transparent;border:none; }


/*顶部子栏目导航*/
.article-top { width: 100%; padding: 12px 0; background: #ffffff; margin-bottom:0;background: linear-gradient(to right,#10B4D9 40%,#39CC74); /*border-top: 2px solid #009944; border-image:linear-gradient(to bottom right,rgb(114, 255, 138) 20%,rgb(0, 153, 68) 60%,rgb(93, 255, 106)) 20%;*/position: static;float:none;/* background-image: -webkit-linear-gradient(top,#fff 0,#f8f8f8 100%); background-image: -o-linear-gradient(top,#fff 0,#f8f8f8 100%); background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8)); background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%);*/ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); background-repeat: repeat-x; -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075); box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);}
.son-navbar-nav { float: left; margin: 0; padding-left: 0; margin-bottom: 0; list-style: none;}
.son-navbar-nav > li { float: left; }
ul.son-navbar-nav li a { font-size: 15px; font-weight: normal; line-height: 24px;position: relative; display: block; padding:5px 15px;/*color: #999999;*/color: #FFFFFF; text-decoration: none; }


/*右侧扫码*/
.cdc-group-qr-card { background-color: #fff; border-radius: 2px; padding: 12px 16px 12px 20px; position: relative; display: -ms-flexbox; display: flex; -ms-flex-flow: row; flex-flow: row; -ms-flex-align: center; align-items: center; gap: 0 16px;margin:10px 0;}
.cdc-group-qr-card-text { -ms-flex: 1; flex: 1; }
.cdc-group-qr-card-title { font-size: 16px; font-weight: 500; line-height: 24px; color: #181818; }
.cdc-group-qr-card-text em { color: #009944; font-weight: 500; font-style: normal;}
.cdc-group-qr-card-desc { padding-top: 12px; margin-top: 12px; box-sizing: border-box; border-top: 1px solid #d6dbe3; }
.cdc-group-qr-card-desc p { font-size: 14px; font-weight: 400; line-height: 22px; color: #181818; }
.cdc-group-qr-card-qr { -ms-flex-negative: 0; flex-shrink: 0; width: 100px; height: 100px; box-shadow: 8px 8px 20px 0 rgba(55,99,170,.06); padding: 4px; box-sizing: border-box; overflow: hidden; }
.cdc-group-qr-card-qr img { width: 100%; height: 100%; }
.cdc-group-qr-card-close { width: 0; height: 0; border-radius: 0 2px 0 0; border-color: #009944 #009944 transparent transparent; border-style: solid; border-width: 12px; position: absolute; top: 0; right: 0; cursor: pointer; }
.cdc-svg-icon-con { display: inline-block; line-height: 0; }
.cdc-group-qr-card-close .cdc-svg-icon-con { color: #fff; position: absolute; -webkit-transform: rotate(45deg); transform: rotate(45deg); top: -10px; right: -10px; }
.cdc-svg-icon { display: inline-block; vertical-align: middle; line-height: 1; -ms-flex: none; flex: none; color: inherit; }
.cdc-svg-icon svg { width: 100%; height: 100%; }
			

/*右侧推荐*/
.other-banner { position: relative; }
.other-banner>div { position: absolute; z-index: 2; top: 0px; left: 0px; margin-left: 0px; margin-top: 0px; }
.other-banner p { font-family: "ysbth"; font-size: 50px; font-weight: normal; line-height: 54px; color: #ffffff; padding-top: 30px; margin-left: 30px; }
.other-banner span { display: inline-block; font-size: 16px; font-weight: normal; color: #ffffff; margin-left: 30px; margin-top: 7px; }
.other-banner div { margin-left: 30px; margin-top: 15px; }

.other-aside-top { height: 36px; line-height: 36px; margin-top: 10px; margin-bottom: 5px; padding: 0 10px;}
.other-aside-top i { font-size: 18px;color: #094;}
.other-aside-top span { font-size: 20px; font-weight: normal; color: #094; }
.other-aside-top a.aside-video-more { font-size: 16px; font-weight: normal; color: #094; float:right;}
.aside-video-div {display:inline-block;width:100%; padding:10px;background: #fff;margin-bottom: 10px; box-shadow: 0px 0px 0px 0px rgba(98, 127, 107, 0.4); border: 1.4px #EBEFED solid;}
.aside-video-div>a { padding-left:10px;padding-right:10px;display: inline-block;}
.aside-video-div img {vertical-align: top; max-width:100%;}
.aside-video-div div { display: inline-block;padding:0; }
.aside-video-div div>a { display: inline-block; margin-top: 5px; font-size: 16px; font-weight: normal; color: #333333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;width:100%;text-overflow: ellipsis;white-space: nowrap; }
.aside-video-div div>a:hover {color: #009944} 
.aside-video-div div p {margin-top: 5px; }
.aside-video-div div p span {font-size: 14px; font-weight: normal; line-height: 24px; color: #999999; overflow: hidden;word-wrap:break-word;}
.aside-video-div div p a { font-size: 14px; font-weight: normal; color: #009944; line-height: 24px;}
.aside-video-div1 { height: 56px; width: 100%; line-height: 56px; text-align: center; border-top: #ebebeb 1px solid; margin-top: 20px;}
.aside-video-div1 a { font-size: 16px; font-weight: normal; color: #666666; }


.other-aside-div2 { margin-top: 20px; }
.aside-recommended { width: 100%; background: #fafafa; }
.aside-recommended ul { margin: auto; list-style: none;padding: 0;}
.aside-recommended li { padding-top: 20px; }
.aside-recommended li i { display: inline-block; width: 5px; height: 5px; background-color: #333333; border-radius: 100%; vertical-align: top; margin-right: 8px; margin-top: 8px; }
.aside-recommended li:nth-child(1) .aside-recommended-a { color: #009944; }


/*左侧新闻内容*/
.article-show{background:#ffffff;margin-top:10px;box-shadow: 0px 0px 0px 0px rgba(98, 127, 107, 0.4); border: 1.4px #EBEFED solid;}
.entry-main { background: var(--theme-el-bg-color); padding: 20px; margin-bottom: 20px; }
.entry-main .entry-content figure, .entry .entry-head { margin-bottom: 20px; }
.entry-main .entry-title { margin-top: 0; margin-bottom: 20px; font-size: 24px; line-height: 1.4; }
.entry-main .entry-head{border-bottom: 1px solid #d6dbe3; margin-bottom: 15px;}
.entry-main .entry-head span.author{color:#094;}
.entry-main .entry-info { padding-bottom: 15px; color: #999999; }
.entry-main .entry-info .nickname, .entry .entry-info .origin a { color: #666666; }
.entry-main .entry-info .dot { margin: 0 5px; color: #999999; }
.entry-main .entry-content { position: relative; margin-bottom: 30px; font-size: 16px; color: #333333; line-height: 2; }
.entry-main .entry-content img{max-width:100% !important;height:auto !important;}
.entry-main .entry-content iframe{max-width:100%;}
.entry-main .entry-content p,.entry-main .entry-content div { margin-bottom: 20px; line-height: 2; word-wrap: break-word; }
.entry-main .entry-content>p,.entry-main .entry-content>div { white-space: pre-wrap; }
.entry-main .entry-content.text-indent p { text-indent:0 !important;/*text-indent: 2em; */}
.entry-main .entry-content .entry-copyright { margin-top: 30px; padding: 15px; font-size: 14px; line-height: 1.6; color: #666; border: 1px solid #ebebeb; background:#f8f8f8; border-radius: 4px; }
.entry-main .entry-content .entry-copyright p,.entry-main .entry-content .entry-copyright div{ margin-bottom: 0;}
.previous{line-height:30px;}


button{-moz-user-select:none;-webkit-user-select:none; -ms-user-select:none;user-select:none;outline:none;}
/*小程序*/
.treesection,.sortcnsection{margin-top:15px;background-color: #ffffff;/*box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);*/padding-bottom:10px;border: 1.4px #e6e6e6 solid;}
.treetitle{border-bottom:2px dashed #dcdedd;}
.treetitle h2{font-size:20px;font-weight:700;display:inline-block;color: #009944;}
.btn-tree-site{float:right;}
.btn-tree-site button,.btn-tree-site button:hover,.btn-tree-site button:active:focus {margin-top:8px;color:#009944;font-size:26px;height: 36px;line-height:26px;background:transparent;border:0;text-shadow:0 0px 0px transparent;-webkit-box-shadow:0 0px 0px transparent;box-shadow:0 0px 0px transparent;}
.btn-tree-site.open .dropdown-toggle {-webkit-box-shadow:0 0px 0px transparent;box-shadow:0 0px 0px transparent;color:#5cb85c;}
.treecore{padding:10px 0;}

.tree-btn,.tree-btn:hover,.tree-btn:active:focus {margin-top:8px;color:#009944;font-size:26px;height: 36px;line-height:26px;background:transparent;border:0;text-shadow:0 0px 0px transparent;-webkit-box-shadow:0 0px 0px transparent;box-shadow:0 0px 0px transparent;}


/*
.btn-tree-site .dropdown-menu button,.btn-tree-site .dropdown-menu button:hover,.btn-tree-site .dropdown-menu button:active:focus{font-size:16px;line-height:16px;height:30px;margin-top:0;outline:none;color:#333;}
.btn-tree-site .dropdown-menu button span,.btn-tree-site .dropdown-menu button:hover span,.btn-tree-site .dropdown-menu button:active:focus span{color:#5cb85c;}
*/
.btn-tree-site .dropdown-menu button,.btn-tree-site .dropdown-menu button:hover,.btn-tree-site .dropdown-menu button:active:focus{font-size:16px;line-height:16px;height:30px;margin-top:0;outline:none;color:#5cb85c;}
.dropdown-menu{left:-120px;padding-bottom:10px;-webkit-transform:translateZ(1px); -moz-transform:translateZ(1px);-o-transform:translateZ(1px);transform:translateZ(1px);}


/*小程序介绍*/
.instructions{}
.types-wrap { align-items: center; justify-content: center; padding-top: 10px; }
.types-wrap .types-img { text-align:center;padding-bottom:20px;}
.types-wrap .types-img>img {width:100%; max-width: 420px;}
.types-wrap .types-list {}
.types-wrap .types-list>li { color: #17b835; list-style-type: disc; margin-bottom: 30px; }
.types-wrap .types-list>li .title { color: #17233d; font-size: 18px; font-weight: 600; line-height: 26px; margin-bottom: 10px; }
.types-wrap .types-list>li .desc { color: #50596d; font-size: 14px; line-height: 22px; }

.section1{margin-bottom:20px;}

.section_treelist{margin-top:15px;padding:0;margin-bottom:30px;}
.tab-div-tree{/*box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);*/border: 1.4px #e6e6e6 solid;padding-bottom: 20px;min-height:120px;/*min-height:420px;*/} 
.section_treelist .nav-tabs-treelist {border-bottom: 1px solid #e7ecf8;}
.section_treelist .nav-tabs-treelist>li{margin-bottom:0;float: left;}
.section_treelist .nav-tabs-treelist>li.active>a, .nav-tabs-treelist>li.active>a:focus, .nav-tabs-treelist>li.active>a:hover {border:0;background:#fff;color:#009944;}
.section_treelist .nav-tabs-treelist>li>a{color:#555555;font-size: 20px;}
.section_treelist .nav-tabs-treelist>li>a,.nav-tabs-treelist>li>a:focus,.nav-tabs-treelist>li>a:hover{border:0;border-radius:0;background:#fff;padding:10px 15px 0px 15px;}
.section_treelist .tab-content{padding:0;}


.section_treelist .nav-tabs-treelist {display: block;list-style-type: none;justify-content: space-between; padding: 0; margin: 0; overflow: auto;padding-bottom: 10px;}
.section_treelist .nav-tabs-treelist::-webkit-scrollbar{width:0px;height:2px;}
.section_treelist .nav-tabs-treelist::-webkit-scrollbar-track{background: #f1f1f1;border-radius:0px;}
.section_treelist .nav-tabs-treelist::-webkit-scrollbar-thumb{background: #ccc; border-radius:4px;}
.section_treelist .nav-tabs-treelist::-webkit-scrollbar-corner{background: #fff;}
.section_treelist .nav-tabs-treelist > li { -webkit-box-flex: 1; -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; color: #000000; width: auto !important; margin-right: 0; margin-left: 0; }

.section_treelist .nav-tabs-treelist > li span.our-title{border: 0;border-radius: 0; background: #fff;padding: 10px 15px 0px 15px;font-size: 20px;display: inline-block;}

.tool-section{padding:0;margin-bottom:20px;} 
.tool-section .content { } 
.tool-section .item-f { padding-left:10px; padding-right:10px; } 
.tool-section .item { position:relative; float:left; -webkit-box-sizing:border-box; box-sizing:border-box; -webkit-box-shadow:0 2px 4px 0 rgba(140,141,158,.3); box-shadow:0 2px 4px 0 rgba(140,141,158,.3); -webkit-transition:all .35s; -o-transition:all .35s; transition:all .35s; /*width:373px; height:277px;*/ padding:0; overflow:hidden; background-color:#fff; margin-top:20px; } 
.tool-section .item>a { display:block; height:200px;overflow:hidden;} 
.tool-section .item:nth-child(1),.tool-section .item:nth-child(4) { margin-left:0; } 
.tool-section .item .item-head { padding:0 30px; padding-top:32px; padding-bottom:8px; font-size:0 } 
.tool-section .item .item-head h3 { display:inline-block; font-size:24px; font-weight:600; letter-spacing:1px; color:#171c3c; vertical-align:middle } 
.tool-section .item .item-line { padding:0 40px 16px; height:1px; background-color:#f7f8fc; background-clip:content-box } 
.tool-section .item .item-desc { padding:0 30px } 
.tool-section .item .item-desc p { font-size:14px; line-height:22px; letter-spacing:0; text-align:justify; color:#666 } 
.tool-section .item .item-lists { padding:24px 40px; font-size:0 } 
.tool-section .item .item-lists li { display:inline-block; font-size:14px; width:33.33%; text-align:center; color:#8c8d9e } 
.tool-section .item .item-lists-live { opacity:0; padding:16px 40px 32px; -webkit-transition:all .35s; -o-transition:all .35s; transition:all .35s } 
.tool-section .item .item-lists-live li { position:relative; width:auto; font-size:12px; line-height:17px; padding-left:8px; color:#8c8d9e } 
.tool-section .item .item-lists-live li+li { margin-left:32px } 
.tool-section .item .item-lists-live li::before { position:absolute; content:""; top:50%; left:0; width:2px; height:2px; background-color:#8c8d9e; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%) } 
/* .tool-section .item .p-item__lists-class { margin-top:22px } */ 
.tool-section .item .item-foot { font-size:0 } 
.tool-section .item .item-foot>a,.tool-section .item .item-foot>span { text-align:center; display:inline-block; height:48px; line-height:48px; font-size:14px; letter-spacing:1px; color:#009944; background-color:#f5f8fd; vertical-align:top; -webkit-transition:all .35s; -o-transition:all .35s; transition:all .35s } 
.tool-section .item .item-foot>a:hover { opacity:.7 } 
.tool-section .item .item-foot .btn-register { /*width:110px;*/ color:#fff; background-color:#009944;background: linear-gradient(to right,#10B4D9 40%,#39CC74); } 
.tool-section .item .item-foot .btn-pd { /*width:263px*/ } 
.tool-section .item:hover { -webkit-box-shadow:0 2px 16px 0 rgba(153,153,153,.6); box-shadow:0 2px 16px 0 rgba(153,153,153,.6) } 
.tool-section .item:hover .item-lists-live { opacity:1 } 
.tool-section .item:hover h3 { color:#009944 }







.section_treelist .content {/*min-height:300px;*/} 
.section_treelist .content .page-content-body {padding: 10px 15px;font-size:16px;} 
.section_treelist .content .page-content-body p{line-height:175%;} 
.section_treelist .item-f { padding-left:10px; padding-right:10px; } 
.section_treelist .item {position:relative; float:left;width: 100%; /*-webkit-box-sizing:border-box; box-sizing:border-box; -webkit-box-shadow:1px 1px 4px 1px rgba(140,141,158,.3); box-shadow:1px 1px 4px 1px rgba(140,141,158,.3); -webkit-transition:all .35s; -o-transition:all .35s; transition:all .35s;*/border: 1.4px #e2e2e2 solid; padding:0; overflow:hidden; background-color:#ffffff; margin-top:20px; } 
.paddingbottom37{padding-bottom:37px;}
.section_treelist .item>.mytreea { display:block;} 
.section_treelist .item:nth-child(1),.section_treelist .item:nth-child(4) { margin-left:0; } 
.section_treelist .item .item-head {cursor:pointer; padding:0 20px;font-size:0 } 
.section_treelist .item .item-head h3 { display:inline-block; font-size:20px; font-weight:600; letter-spacing:1px; color:#171c3c; vertical-align:middle;width: 100%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden; } 
.section_treelist .item .item-line { padding:0 40px 8px; height:1px; background-color:#f7f8fc; background-clip:content-box; } 
.section_treelist .item .item-desc { padding:0 20px;height:68px;overflow:hidden;} 
.section_treelist .item .item-desc .thislistdescription{width: 100%;height:100%;border: 0;outline: none;padding: 4px 6px;border: 1px solid #eaeaed;} 
.section_treelist .item .item-desc p { font-size:14px; line-height:22px; letter-spacing:0; text-align:justify; color:#666; height: 68px;text-overflow: ellipsis; } 
.section_treelist .item .listmarkupdate{height:37px;padding: 0 15px;overflow:none;display:none; } 
.section_treelist .item .listmarkupdate input{width:100%;padding: 0 5px;border: 1px solid #ccc;height:28px;line-height:28px;} 
.section_treelist .item .item-lists { padding:24px 40px; font-size:0 } 
.section_treelist .item .item-lists li {cursor:pointer; display:inline-block; font-size:14px; width:33.33%; text-align:center; color:#8c8d9e } 
.section_treelist .item .item-lists-live { opacity:0; padding:5px 20px; -webkit-transition:all .35s; -o-transition:all .35s; transition:all .35s } 
.section_treelist .item .item-lists-live li { position:relative; width:auto; font-size:12px; line-height:17px; padding-left:8px; color:#8c8d9e } 
.section_treelist .item .item-lists-live li+li {margin-left:18px;} 
.section_treelist .item .item-lists-live li::before { position:absolute; content:""; top:50%; left:0; width:2px; height:2px; background-color:#8c8d9e; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%) } 
.section_treelist .item .item-lists-live li.before { position:absolute; content:""; top:50%; left:0; width:2px; height:2px; background-color:#8c8d9e; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%) } 

/* .section_treelist .item .p-item__lists-class { margin-top:22px } */ 
.section_treelist .item .item-foot { font-size:0 } 
.section_treelist .item .item-foot>.mytreea { text-align:center; display:inline-block; height:48px; line-height:48px; font-size:14px; letter-spacing:1px; color:#2469f3; background-color:#f5f8fd; vertical-align:top; -webkit-transition:all .35s; -o-transition:all .35s; transition:all .35s } 
.section_treelist .selected .item-foot>.mytreea,.section_treelist .item .item-foot>.mytreea:hover { opacity:.7 } 
.section_treelist .item .item-foot .btn-register { /*width:110px;*/ color:#fff; background-color:#2469f3 } 
.section_treelist .item .item-foot .btn-pd { /*width:263px*/ } 
.section_treelist .selected,.section_treelist .item:hover { -webkit-box-shadow:0 0 6px 0 rgba(153,153,153,.6); box-shadow:0 0 6px 0 rgba(153,153,153,.6) } 
.section_treelist .selected,.section_treelist .item:hover .item-lists-live { opacity:1 } 
.section_treelist .selected .item-head h3,.section_treelist .item:hover h3 { color:#009944 }




/*弹窗输入替换json数据*/
.modal-dialog{position:relative;top:50%;transform:translateY(-50%);margin:0 auto;}
.set-textarea{width:100%;border:0;outline:none;padding:8px 16px;    min-height: 120px;}
.set-textarea::-webkit-scrollbar{width:0px;height:2px;}
.set-textarea::-webkit-scrollbar-track{background: #f1f1f1;border-radius:0px;}
.set-textarea::-webkit-scrollbar-thumb{background: #ccc; border-radius:4px;}
.set-textarea::-webkit-scrollbar-thumb:hover{background: #00ab00;border-radius:4px;}
.set-textarea::-webkit-scrollbar-corner{background: #fff;}
.modal-body{padding:0;}

.textarea-sortname{border: 1px solid #eee;}
.textarea-sortname::-webkit-scrollbar {width: 3px;cursor:pointer;}
.textarea-sortname.left::-webkit-scrollbar-corner {background: #fff;}
.textarea-sortname::-webkit-scrollbar-thumb {background: #ccc;border-radius: 3px;}
.textarea-sortname::-webkit-scrollbar-track {background: #f1f1f1;border-radius: 0px;}


/*工具栏目田字格*/
.partner-tool{margin-top:10px;}
.partner-tool .list{padding:0;}
.partner-tool .list{margin:0;margin-bottom:20px; border:1px solid #e7ecf8; border-right:none; border-bottom:none;}
.partner-tool .list li{width:calc(25%); border:1px solid #e7ecf8; border-left:none; border-top:none; background:#fff;}
.partner-tool .list li a{padding:61.63% 0 0; background:#fff;}
.partner-tool .list li a img.video-img{width:100%;height:100%;}
.partner-tool .list li:hover{z-index:2;}
.partner-tool .list li:hover a{box-shadow:0px 12px 80px -12px #e3e7f0; transform:scale(1.2);}
.partner-tool .list li:hover a::before{display:block;}
.feature-module--title--53a03 { align-items: center; display: flex; font-size: 16px; font-weight: 600; line-height: 24px; }
.feature-module--logo--602ef { height: 18px; margin-left: 4px; width: 33px; }
.feature-module--text--e3dec { color: #888e9b; display: block; font-size: 14px; line-height: 26px;text-align: left;max-height:105px;overflow:hidden;}
.nav-text-ysbth{text-align:center;font-family: "ysbth";font-size:36px;color:#FFFFFF;}

table.htmledit_views { border-collapse: collapse; display: table; width: 100%; text-align: left; margin-bottom: 24px; margin-left: auto; margin-right: auto; }
table.htmledit_views tr { border: 0; border-top: 1px solid #ddd; background-color: #fff; }
table.htmledit_views tr th { border: 1px solid #ddd; font-size: 14px; color: #4f4f4f; line-height: 22px; padding: 8px; text-align: left; }
table.htmledit_views tr th { font-weight: 700; background-color: #eff3f5; }
table.htmledit_views tr td, table.htmledit_views tr th { border: 1px solid #ddd; font-size: 14px; color: #4f4f4f; line-height: 22px; padding: 8px; text-align: left; }
table.htmledit_views tr:nth-child(2n) { background-color: #f7f7f7; }

/*设置IE兼容警告*/
.ie-spinner{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);color: #fefefe;padding:20px 30px;background: linear-gradient(to right,#10B4D9 40%,#39CC74); border-radius: 10px; text-align: center; line-height: 26px; font-size: 16px;} 
.ie-loading_bjs{ width: 100%; height: 100%; position:fixed; top: 0; left: 0; z-index: 99999; background-color: rgba(255,255,255,0.5); transition: 0.2s ease-in; transition-property: background-color; display:none; }
		

/*图片等份分割*/
#photocut{background: linear-gradient(to bottom right, #EAD6EE, #A0F1EA);width:100% !important;padding:30px;overflow: auto;min-height:480px;}
#photocut canvas{margin-top:10px;display:block;}
.photocut-input{width:60px;}

/*抽奖*/
.choujiang-box{ padding-bottom:10px; margin-bottom: 30px; margin: 0 auto; border:2px solid #38cb75; border-image: linear-gradient(to right, #10b4d9, #38cb75) 1; background: #fff; position: relative; overflow-x: none; overflow-y: auto; color: #fff;min-height:60px; } 
.choujiang-box div{ width: 100px; height: 50px; float: left; background: #31c787; margin-top: 10px; margin-left: 10px; text-align: center; line-height: 50px; font-size: 16px; border-radius: 0px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;padding: 0 10px; } 
.choujiang-box div input{ width: 80%; height: 80%; } 
.choujiang-box div.choujiang_light{ background: #ff5000; color: #ffffff; } 
.choujiang_luck{ width: 400px; max-width:90%; height: 240px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fefefe; padding: 20px 30px; background:#ffffff; border-radius: 10px; text-align: center; line-height: 26px; font-size: 16px; text-align: center; transition: all 1s ease-out 0s; z-index: 99; display:none; } 
.choujiang_luck h2{ color: #fff;font-size: 60px;display:black; } 
.choujiang_luck h2 span{ width: 100%; display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } 
.choujiang_luck input{ display: inline-block; cursor: pointer; outline: none; vertical-align: bottom; text-decoration: none; font-size: 16px; color:#fff; border: 1px solid #16baec; padding: 10px 20px; transition: all 1s linear 0s; background: linear-gradient(to right,#10B4D9 40%,#39CC74); } 
.choujiang_mask{ position: absolute; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #16baec; opacity: 0.4; z-index: 1; transition: all 1s linear 1s; transform: scale(0); } 
.big-button-choujiang { padding: 10px 20px; border: 2px solid #16baec; border-radius: 10px; background: #fff; transform-style: preserve-3d; transition: all 175ms cubic-bezier(0, 0, 1, 1); } 
.big-button-choujiang-run {border: 2px solid #ff5000 !important;color: #ff5000 !important;}
.big-button-choujiang:active { transform: translate3d(0, 5px, 10px); } 
.choujiang-boxed{margin: 20px 0;} 
.choujiang-boxed div{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap;padding: 0 10px;width: 100px; height: 50px; float: left; margin-bottom: 10px; margin-left: 10px; text-align: center; line-height: 50px; font-size: 16px; border-radius: 0px;background: #ff5000; color: #ffffff; } 
.bottom-son-padding>*{width:auto;margin-right: 15px;}

.min-height-480{min-height:480px;}
.padding-0{padding-left:0;padding-right:0;}
.margin-son-bottom-10>*{margin-bottom:10px;}

.a4-out-box{overflow: auto;}
.a4-box{margin-bottom: 30px; margin: 0 auto; border:2px solid #38cb75; border-image: linear-gradient(to right, #10b4d9, #38cb75) 1; background: #fff; position: relative; color: #000;width: 210mm;/*height: 297mm;*/} 
.a4-box-print{margin: 0 auto;position: relative; overflow-x: none; overflow-y: auto;color: #000;width: 210mm;/*height: 297mm;*/} 
.a4-box .printArea-page{width: 200mm; text-align: center;background:#ffc5c5;}
.a4-box .printArea-page>div{height:100mm;line-height:100mm;font-size:96pt;}
.a4-box .printArea-page-line{page-break-after: always;height:20px;background-image: linear-gradient(#c3c3c3,#eaeaea, #ececec);}

@media (min-width:1600px) {
	.container {width: 1400px;}
}

@media (max-width:1200px) {
	#myCarousel .item img{height:auto;}
	.partner-tool .list li {width: calc(33.3333%);}
}
@media (min-width:768px) and (max-width:1200px){
	.section_treelist .item-f {width: 50%;} 
}
@media (min-width:1100px) and (max-width:1199px){
	ul.navbar-nav li a {
		font-size: 15px;padding:10px 12px;
	}
}

@media (min-width:768px) and (max-width:1100px){
	body,.container {min-width: 960px;}
	ul.navbar-nav li a {
		font-size: 15px;padding:10px;
	}
}
@media (max-width:978px) {
	.weapp-intro-list .weapp-intro {padding:50px 10px 0 10px;height: 140px;background-position: center 24px;}
	.weapp-intro-list .weapp-intro .ellipsis { margin: 0; padding-top: 36px; font-size: 16px; font-weight: 700; text-align: center; max-height: 90px;}
	.partner-tool .list li {width: calc(50%);}
	.partner .list li{width:calc(25%);}
}

	
@media (max-width:768px) {
	.margin-son-0-768>*{margin-bottom:10px;margin-left: 0 !important;margin-right: 0 !important;width:100%;}
	.padding-0-768{padding-right: 0;padding-left: 0;}
	.margin-son-0-768>*{margin-left: 0;margin-right: 0;padding-left: 0;}
	ul.navbar-nav li a { padding: 0 15px; }
	.navbar li {min-height: 46px; }
	ul.navbar-nav li a {border-top:0; }
	ul.navbar-nav li a.action {border-top: 0;background-image: linear-gradient(180deg, #e2ffef 100%, #ffffff 100%);box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);}
	#myCarousel .item img{height:auto;}
	.mod-title {font-size:20px;}
	.underline {border-top: solid 2px #009944;}
	.intro-item { margin: 10px; background: #fff; border-radius: 4px; padding: 20px 0; overflow: hidden; }
	
	.intro-kit-list .kit-item { width: 25%; float: left; text-align: center; padding-top: 80px; background-repeat: no-repeat; background-position: center 20px; background-size: 50px; }
	.intro-kit-list .kit-item h5 { font-size: 12px; line-height: 20px; margin: 0; }
	
	.nav-tabs>li>a{font-size: 18px;}
	
	.weapp-intro-list .weapp-intro { width: -webkit-calc((100% - 36px)/3); width: -moz-calc((100% - 36px)/3); width: calc((100% - 36px) / 3); height: 90px; margin:0 6px 20px 6px;padding:0; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-repeat: no-repeat; background-position: center 12px; background-size: 45px; }
	.weapp-intro-list .weapp-intro .ellipsis { margin: 0; padding-top: 50px; font-size: 14px; font-weight: 700; text-align: center; }
	.intro-item .intro-item-title { line-height: 30px; font-size: 20px; font-weight: 700; text-align: center; }
	.intro-item .intro-subtitle { line-height: 30px; color: #9c9c9c; font-size: 16px; font-weight: 400; text-align: center; }
	
	.partner-tool .list li {width: calc(100%);}
	/*.treesection{overflow:hidden;}*/
	
	.nav-text-ysbth{text-align:center;font-family: "ysbth";font-size:30px;color:#FFFFFF;}
	.tool-section .item-f { padding:0; } 
	.aside-video-div>a { padding-left:0;padding-right:0;display:inline-block;}
	.entry-main .entry-content iframe{height:auto;}
	.mod-title {line-height: 48px; }
	.tab-content-right-div2 p { display: inline-block;width: -moz-calc(100% - 50px);width: -webkit-calc(100% - 50px);width: calc(100% - 50px);font-size: 14px;}
	.tab-content-right-div2 a {margin-top: 12px; }
	.partner .list li{width:calc(33.3333%);}
	.partner .list li a::before{height:0; position:absolute; left:0; right:0; bottom:0; background:#009944; z-index:1; content:""; display:none;}
	.partner .list li:hover a{box-shadow:0px 0px 0px 0px #e3e7f0; transform:scale(1);}
	.display-inline{display:inline;}
}
@font-face {
	font-family: "ysbth";
	src: url(../fonts/shuyear/ysbth.ttf),
		url(../fonts/shuyear/ysbth.woff),
		url(../fonts/shuyear/ysbth.eot);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "PlayfairDisplay-Italic-6";
	src: url(../fonts/shuyear/PlayfairDisplay-Italic-6.ttf),
		url(../fonts/shuyear/PlayfairDisplay-Italic-6.woff),
		url(../fonts/shuyear/PlayfairDisplay-Italic-6.eot);
	font-weight: normal;
	font-style: normal;
}