@charset "utf-8";
/* CSS Document */

/*************************************改版样式的添加(kaishi)************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,  del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b,u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td ,button,input{margin: 0px; padding: 0px; border: 0px none; outline: 0px none; vertical-align:baseline;background: none repeat scroll 0% 0% transparent;}
ol,ul,li{list-style:none;}
.clear{clear:both; height:0px; margin:0; padding:0; width:0; border:none; overflow:hidden;}

/*************************************联系我们************************************************/
.topimg-150{width:1100px; height: 150px; margin: 0 auto ; padding-top: 30px; padding-bottom: 20px;}
.branch-lx{line-height: 34px;}
.branch-lx h3{font-size: 18px; font-weight: normal; color: #282828;}
.branch-lx p{color:#5f5f5f;text-indent: 1em;padding-bottom: 10px;}
.branch{padding: 50px 0;}

.l-mainmap{background:#fff;border:1px solid #e5e5e5;}
.l-mainmap .main-title{text-align: center;font-size: 14px;line-height: 36px;color:#999;}


.items-branch .main-title {
    margin: 20px 0 0;
    z-index: 1;
}
.branch-map .map {
    width: 100%;
    height: 100%;
    background: url(../../home/images/index/bg-map.png) no-repeat center;
    position: relative;
}
.branch-map .map-dot {
    position: absolute;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}
.branch-map .map-dot:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 auto;
    background-color: #01B7BD;
    border-radius: 50%;
}
.branch-map .map-dot:hover:after, .branch-map .map-dot.cur:after {
    width: 10px;
    height: 10px;
}
.branch-map .map-dot.cur:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #01B7BD;
    animation: dot 4s infinite;
}
@keyframes dot{
    0% 100% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    } 
    50% {
        transform: translateX(-50%) scale(1.5);
        opacity: .1;
    }
}
.branch-map .map-dot.beijing:after {
    width: 13px;
    height: 12px;
    border-radius: 0;
    background: url(../../home/images/index/img-five-star.png) no-repeat center;
}
.branch-map .map-dot.beijing.cur:hover:before, .branch-map .map-dot.beijing.cur:before {
    display: none;
}
.beijing {
    left: 585px;
    top: 220px;
}
.tianjin {
    left: 604px;
    top: 234px;
}
.heilongjiang {
    left: 676px;
    top: 106px;
}
.jilin {
    left: 696px;
    top: 167px;
}
.liaoning {
    left: 660px;
    top: 196px;
}
.shanxi {
    left: 540px;
    top: 276px;
}
.hebei {
    left: 575px;
    top: 254px;
}
.shandong {
    left: 610px;
    top: 284px;
}
.shanxi1 {
    left: 502px;
    top: 312px;
}
.henan {
    left: 562px;
    top: 316px;
}
.anhui {
    left: 605px;
    top: 334px;
}
.jiangsu {
    left: 646px;
    top: 316px;
}
.sichuan {
    left: 425px;
    top: 354px;
}
.chongqing {
    left: 495px;
    top: 364px;
}
.hubei {
    left: 555px;
    top: 359px;
}
.shanghai {
    left: 668px;
    top: 341px;
}
.zhejiang {
    left: 655px;
    top: 379px;
}
.fujian {
    left: 625px;
    top: 428px;
}
.jiangxi {
    left: 595px;
    top: 402px;
}
.guangdong {
    left: 575px;
    top: 466px;
}
.hunan {
    left: 545px;
    top: 409px;
}
.guangxi {
    left: 506px;
    top: 461px;
}
.guizhou {
    left: 484px;
    top: 424px;
}
.yunnan {
    left: 405px;
    top: 462px;
}
.branch-map {
    position: relative;
    margin-bottom: 30px;
}
.branch-map .branch-map-l {
    width: 849px;
    height: 575px;
    position: relative;
}
.branch-map .branch-map-data {
    position: absolute;
    box-sizing: border-box;
    width: 430px;
    border: 1px solid #01B7BD;
    box-shadow: 0 0 2px 2px #e9e9e9;
    background-color: #fff;
    padding: 10px 30px;
    z-index: 1;
    display: none;
}
.branch-map .branch-map-data:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent #01B7BD transparent transparent;
}
.branch-map .branch-map-data:after {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent #fff transparent transparent;
}
.branch-map .branch-map-data-title {
    border-bottom: 1px solid #eee;
}
.branch-map .branch-map-data-title p {
    font-size: 18px;
    color: #333;
    line-height: 28px;
}
.branch-map .branch-map-data-info {
    max-height: 236px;
    overflow-y: auto;
}
.branch-map .data-branch {
    border-bottom: 1px dashed #eee;
    padding: 6px 0;
    box-sizing: border-box;
}
.branch-map .data-branch:last-child {
    border: none;
}
.branch-map .data-branch p {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}
.branch-map .data-branch .data-name {
    font-size: 14px;
    color: #666;
    line-height: normal;
    margin-bottom: 5px;
}
/*.branch-map{width: 788px; height: 564px; background: url(../images/aboutus/branch-map.png) no-repeat 0 0; position: relative;}
.branch-map .t{color: #3692fa; line-height: 40px;}
.branch-map a{position: absolute;height: 25px; line-height: 14px; background:url(../images/aboutus/icon-mapdot.png) no-repeat center -12px; color: #ed7214; font-size: 12px;}
.branch-map a.beijing{background-position: center 14px; left: 533px; top: 196px; }
.branch-map a.heilongjiang{left: 635px; top:90px; }
.branch-map a.jilin{left: 625px; top:140px; }
.branch-map a.liaoning{left: 610px; top:175px; }
.branch-map a.neimenggu{left: 455px; top:200px; }
.branch-map a.tianjin{left: 555px; top:212px; }
.branch-map a.hebei{left: 525px; top:230px; }
.branch-map a.shanxi{left: 490px; top:250px; }
.branch-map a.shandong{left: 555px; top:263px; }
.branch-map a.henan{left: 512px; top:302px; }
.branch-map a.shanxi1{left: 450px; top:303px; }
.branch-map a.anhui{left: 558px; top:328px; }
.branch-map a.jiangsu{left: 592px; top:315px; }
.branch-map a.shanghai{left: 613px; top:325px; }
.branch-map a.hubei{left: 500px; top:344px; }
.branch-map a.sichuan{left: 390px; top:345px; }
.branch-map a.chongqing{left: 443px; top:360px; }
.branch-map a.zhejiang{left: 600px; top:360px; }
.branch-map a.jiangxi{left: 545px; top:387px; }
.branch-map a.hunan{left: 503px; top:392px; }
.branch-map a.guizhou{left: 440px; top:406px; }
.branch-map a.fujian{left: 580px; top:410px; }
.branch-map a.yunnan{left: 378px; top:446px; }
.branch-map a.guangxi{left: 460px; top:457px; }
.branch-map a.guangdong{left: 530px; top:449px; }
.branch-info{width: 220px; height: 400px; border: 1px solid #ececec; margin-top: 112px; position: relative; padding: 15px 20px; overflow: hidden; }
.branch-info a.close{width:12px; height: 12px; background:url(../images/aboutus/icon-x.png) no-repeat 0 0; display: block; position: absolute; right: 20px; top: 20px ;}
.branch-info .p-name{color: #3692fa; font-size: 16px; padding-bottom: 20px; line-height: 20px;}
.p-branch-con{ height:360px; font-size: 12px;}
.p-branch{text-align: justify;}
.p-branch p{line-height: 20px; color: #6e6e6e;}
.p-branch p.t{padding: 4px 0; color: #3692fa;}*/
/*************滚动条******************/
.scrollbar{background:#dadada;line-height:0;}
.scrollbar .handle{background:#008cd6;cursor:pointer;line-height:0;}
#vertical .scrollbar{width:5px;}
#vertical .scrollbar .handle{height:100px;width:100%;}
#vertical .branch-con{width: 220px; height: 360px; position: relative;}
#vertical .branch-con .sly{width:220px;height:360px;}
#vertical .branch-con .scrollbar{position:absolute;top:0px;right:-10px;height:360px; z-index: 9999;}
.trunk{padding: 30px 0 50px; border-top: 1px solid #ececec;}
.trunk .trunk-t{line-height: 60px; font-size: 18px; color: #333333;}
.trunk-con{line-height: 28px; color: #666;overflow: hidden;}
.trunk-con .t-p1 {
	width: 33%;
	border-right: 1px solid #ececec;
	display: block;
	background: #fff;
	border:1px solid #e5e5e5;
	box-sizing: border-box;
	-moz-box-sizing:border-box; -webkit-box-sizing:border-box; 
	padding:25px 20px;
	float: left;
}
.trunk-con .t-p2 {
	width: 32%;
	border-right: 1px solid #ececec;
	display: block;
	margin-left: 1.5%;
	box-sizing: border-box;
	-moz-box-sizing:border-box; -webkit-box-sizing:border-box; 
	background: #fff;
	border:1px solid #e5e5e5;
	padding:25px 20px;
	float: left;
}
.trunk-con .t-p3 {
	width: 32%;
	display: block;
	margin-left: 1.5%;
	box-sizing: border-box;
	-moz-box-sizing:border-box; -webkit-box-sizing:border-box; 
	background: #fff;
	border:1px solid #e5e5e5;
	padding:25px 20px;
	float: left;
}
/*****************工作机会*********************/
.l-bg{background:#f7f7f7;}
.topimg-360{height: 360px;}
.job_main{margin-bottom: 60px;}
.job{padding-top: 40px; color: #666666;}
.job-list{border: 1px solid #dcdfe2; border-top: 2px solid #d0d4d8;margin-bottom: 58px;background: #fff;}
.job-list .title{height: 49px; line-height: 49px; background: #20B09F; border-bottom:1px solid #fafbfb;color: #fff;}
.job-list .job-con{margin-bottom: 30px;}
.job-list .job-con{margin-bottom: 30px;}
.connect-list .job-list .job-con {
	margin-bottom: 0;
	height: 500px;
	overflow: hidden;
	overflow-y: auto;
}
.job-list ul.job-info li{height: 49px; line-height: 49px; border-bottom: 1px dashed #dcdfe2;}
.job-list ul.job-info>li:nth-child(even){background:#f6f6f6;}
.job-list ul.job-info li:hover {background: #f5f6f8;color: #3692fa}
.job-list ul.tabble li {float: left;border: none;padding: 0 5px;}
.connect-list ul.job-info li:last-child {
	border: 0;
}
.job-list ul.tabble li.name{width: 350px;padding-left: 30px;padding-right: 5px;}
.job-list ul.tabble li.address{width: 380px;}
.job-list ul.tabble li.catgory{width: 190px;}
.job-list ul.tabble li.num{width: 80px;}
.job-list ul.tabble li.time{width: 100px;}
.job-list ul.tabble li.company-name {
	width: 190px;
	padding-left: 30px;
}
.job-list ul.tabble li.cname {
	width: 80px;
}
.job-list ul.tabble li.caddress {
	width: 470px;
}
.job-list ul.tabble li.tel {
	width: 370px;
}
.l-table li{font-size: 16px;font-weight: bold;}
.l-table li.caddress{padding-left: 114px!important;}
/****分页****/
.job-page{margin-bottom: 36px; padding: 0 50px; line-height: 30px; font-size: 12px;}

/****工作机会详情*****/
.job-details {
	padding: 20px 50px 30px;
	border: 1px solid #dcdfe2;
	border-top: 2px solid #3692fa;
	background-color: #fff;
}
.job-h1 {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #3692fa;
	border-bottom: 1px dashed #dde0e3;
}
.job-h1 span{font-size: 12px; color: #666; padding-left: 30px;}
.job-h1 a{width: 40px; height: 40px; display: block; float: right; font-size: 12px; color: #146bd5; background: url(../images/aboutus/icon-back.png) no-repeat 0 17px; text-align: right;}
.job-des{padding: 15px 0;}
.job-des p{line-height: 28px;}
.job-des p.t{font-weight: bold; line-height: 46px; margin-top: 20px;}
.mailto{padding: 20px 0; color: #f87500;}
.mailto span{font-weight: bold; padding-left: 5px;}
.job-des .mailto-link {
    width: 90px;
    height: 30px;
    line-height: 30px;
}

/*************************************关于中企************************************************/
.aboutzq{padding-bottom: 50px; overflow:hidden}

.zq-content{width: 50%; padding-left:30px; padding-right:22px;}
.attention-content {
	width: 970px;
	padding-left: 20px;
	padding-bottom: 60px;
}
@media screen and (min-width:1500px) {
	.attention-content {
		/*width: 1270px*/
	}
}
/****新闻公告*****/
.news-list-con li{border-bottom: 1px solid #ececec; padding-bottom: 20px; margin-bottom: 25px; position: relative; padding-left: 97px;}
.news-list-con li .t{font-size: 18px; line-height: 18px; padding-bottom: 4px;}
.news-list-con li .des{font-size: 12px; line-height: 30px; color: #999;}
.news-list-con li .date{width: 75px; height: 45px; border-right: 1px solid #ececec; position: absolute; left: 0; top: 1px; font-size: 12px;}
.news-list-con li .date span.day{color: #008cd6;}
.news-list-con li .date span.day span{font-size: 36px; line-height: 30px; font-family: Arial;}
.news-list-con li .date span.year-month{color: #999;}
/****媒体报道*****/
.media-list-con li{border-bottom: 1px dashed #ececec;padding-bottom: 20px;margin-bottom: 20px;}
/* .media-list-con li:last-child{
	border-bottom: 1px dashed #ececec;padding-bottom: 20px;margin-bottom: 0px;
} */
.media-list-con li .t{font-size: 18px; font-weight: normal; line-height: 18px; padding-bottom: 4px; position: relative;transition:color .3s ease; white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;}
.media-list-con li a:hover .t{color: #3692fa;}
.media-list-con li .t .time{font-size: 12px; color: #999;position: absolute;right: 0; top: 0;}
.media-list-con li .des{font-size: 12px; line-height: 30px; color: #999;}
.page{line-height: 30px; font-size: 12px;}
/****新闻详情页*****/
.news-content .title{font-size: 20px; font-weight: normal; line-height: 25px; padding-bottom: 5px; text-align: center;}
.news-content .sub-info{text-align: center; font-size: 12px; color: #999; border-bottom: 1px solid #ececec; padding-bottom: 8px;}
.news-content .sub-info span{padding: 0 10px; line-height: 40px;}
.news-content .content{padding-top: 20px; color: #666;}
.news-content .img_480 img{width:480px;}
.news-content .content p{line-height: 30px; margin-bottom: 20px;}
.news-content .content p.r{margin: 0; padding-left: 600px;}
.news-content .content img {max-width: 800px;height: auto;}
.news-content .shar{border-bottom: 1px solid #ececec; padding-bottom: 25px;}
.news-content .shar a{
	transition: none 0.2s; -moz-transition: none 0.2s; -webkit-transition: none 0.2s; -o-transition: none 0.2s;}
.related-article{padding-top: 20px; clear: both;}
.related-article .t{font-size: 18px; line-height: 30px; color: #333;}
.related-article ul{margin-top: 10px;}
.related-article li{line-height: 40px; color: #666;}
.related-article li span{color: #999; padding-right:20px; }

/*************************************免费咨询方式*************************/
.ask_ways{width:288px; border:1px solid #ddd; padding:22px 0;}
.ask_ways ul li{padding:18px 0 20px 20px; border-bottom:1px dashed #ddd;}
.ask_ways ul li h3{font-size: 18px; font-weight: normal; padding-bottom:20px;}
.ask_ways_detail span{width:55px; height:55px; background: url(../images/zixun_bg_55.jpg) no-repeat 0 0; margin-right:12px;}
.ask_ways ul li.ask_ways2 .ask_ways_detail span{background-position: 0 -55px;}
.ask_ways ul li.ask_ways3 .ask_ways_detail span{background-position: 0 -165px;}
.ask_ways ul li.ask_ways4 .ask_ways_detail span{background-position: 0 -110px;}
.detail_txt{width: 178px; font-size: 14px;}
.detail_txt div{line-height: 28px;}
.detail_txt a{width:88px; height: 28px; line-height: 28px; text-align: center; color:#fff; background-color: #3db1ea; display: block; margin-top: 12px;}
.detail_txt p{font-size: 20px; padding-top:10px; padding-bottom:6px;}
.branch_info{padding-top:20px;}
.branch_info p{padding-left:20px;}
/****数码庄园*****/
.zq-profile .img{width: 280px; height:350px; float: right; }
.zq-profile .profile{width: 540px; float: left;}
.zq-profile .profile .t .title{font-size: 30px;color: #333;vertical-align: bottom;display: inline-block;}
.zq-profile .profile .t .smzy{
	margin-left: 20px;
	display: inline-block;
	vertical-align: bottom;
	font-size: 12px;
	color: #fff;
	padding: 3px 10px;
	border-radius: 4px;
	position: relative;
	bottom: 2px;
}
.zq-profile .profile .t .smzy:after{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA9UlEQVQ4T6WTa1EDQRCEv1bAScABcZA4SBwQB+AAoiA5CTggCkBCJCAhDprq1G7q4LZydZX5c4/Z7umZ6RV3hv7jbT8CZ0nnYc52B3SSfob/WwQb4B3YSjrlcAF/ATtJn00C2wE+lWTeo+RQvrdRBVTwSdIxuYsC2zn4MnMcvaTXSuAGOBXWt0iVKApGBMnZXpV5LFtEkwQVZDszSJsPfwY4paCxxqzwSjJHQVp5A/K8xiRB2f8+npg9g9JzgHFgM4YKvoHmpG+s8ShpU9eYKqm2AJ6BvjhviM+ZmO0DiBMvLm3dhZWkKBqF7UW9HzU5IphpZ34Bvz5nEdLU1yYAAAAASUVORK5CYII=");
	vertical-align: bottom;
	margin-left: 5px;
}
.zq-profile .profile .con{padding-top: 20px;}
.zq-profile .profile .con p{line-height: 30px;color: #666;margin-bottom: 20px;text-align: justify;}
.smzy-img img {
	float: left;
	width: 48%;
	margin: 0 1% 1% 0;
	max-width: 514px;
}

/****发展历程*****/
.zq-bigevents{margin-left: 100px; border-left: 1px solid #ececec; padding-left: 40px;}
.year-events{position:relative;}
.year-events .year{position: absolute; top: 0; left: -125px; width: 90px; height: 30px; line-height: 30px; font-size: 30px; color: #008cd6; /* background: url(../images/aboutus/icon-dsj.png) no-repeat right 10px; */ z-index: 999;}
.events{line-height: 30px; text-align: justify;}
.events .event{padding-bottom: 30px; position: relative;}
.events .event .date {
	color: #3692fa;
}
.events .event .line{height: 1px; width: 20px; background: #ececec; position: absolute; left: -40px; top: 15px; font-size:0;}
/****企业荣誉*****/
.gethonor {
    padding: 25px;
    background-color: #fff;
    border: 1px solid #ECECEC;
}
.zq-honors{margin-left: 100px;border-left: 1px solid #ececec;padding-left: 40px;}
.year-honors{position:relative;}
.year-honors .year{position: absolute;top: 0;left: -125px;width: 90px;height: 30px;line-height: 30px;font-size: 30px;color: #3692fa;/* background: url(../images/aboutus/icon-dsj.png) no-repeat right 10px; */}
.honors{line-height: 30px; text-align: justify;}
.honors .honor{padding-bottom: 30px; position: relative;}
.honors .honor .title {
	color: #3692fa
}
.honors .honor .line{height: 1px; width: 20px; background: #ececec; position: absolute; left: -40px; top: 15px}
.honors .honor .img{text-align: left;}
.honors .honor .img a{margin-right: 10px;}
.honors .honor .img img{height: 128px;}
.pop{width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 99999; overflow: hidden;}
.pop .pop-bg{width: 100%;height: 100%;position: absolute;left: 0;top: 0; background: url(../images/pop-bg.png) repeat;}
.pop .content{position: fixed; left:50%; top: 50%; }
.pop .content img{border: 20px solid #fff; max-width: 1100px; max-height: 600px; display: block;}
.pop .content a{width: 34px ;height: 34px; display: block; position: absolute; right: -14px; top:-14px; background: url(../images/aboutus/icon-popclose.png) no-repeat 0 0;}
/****企业资质*****/
.zq-aptitude .aptitude{width: 25%; float: left;overflow: hidden;}
.zq-aptitude .aptitude .img{height: 128px;}
.zq-aptitude .aptitude .img img{max-height: 128px; display: block; margin: 0 auto; max-width: 100%}
.zq-aptitude .aptitude .t{font-size: 12px; line-height: 12px; height: 12px; padding: 20px 0 30px; overflow: hidden; text-align: center; color: #666}
.zq-aptitude .line{clear:both; height: 0px; border-top:1px solid #ececec; padding-bottom: 30px;}
/****合作伙伴*****/
.zq-partners li{float: left;width: 170px; height: 68px; border: 1px solid #ececec; border-left:none; margin-bottom: 20px; }
.zq-partners li.first{border-left: 1px solid #ececec}

/****中企广告*****/
.zq-ad li{width:380px; padding: 20px 19px; border: 1px solid #ececec; height: 246px; float: left; margin-right: 20px; margin-bottom: 20px;}
.zq-ad li.even{margin-right: 0}
.zq-ad li .img{width:380px; height: 213px; background: #dde2e6; position: relative;}
.zq-ad li .img i{width:70px; height: 70px; display: block; position: absolute; left: 155px; top: 71px; background: url(../images/icon-zq-ad.png) no-repeat 0 0;}
.zq-ad li a:hover .img i{background-position: 0 -70px;}
.zq-ad li .img img{width:380px; height: 213px;}
.zq-ad li .title{height: 33px; line-height: 50px; text-align: center; overflow: hidden;}

#vertical .branch-con {height: 360px;overflow-x: hidden;overflow-y: auto;padding-right: 10px; position: relative;width: 225px;padding-right:10px;}

/*************************本地企业家风采************************/
.branchzq{padding-bottom:55px;}
.branchzq .zq-content{width:590px; padding:0 0 0 20px;}
ul.local_boss li{float:left; width:127px; text-align:center; padding-right:20px; padding-bottom:18px;}
ul.local_boss li a:hover{color:#333;}
ul.local_boss li .img{padding-bottom:16px;}
.branchzq .page{padding-right:20px;}




/****************法律公告***********************/
.server_main{padding-top:30px;}
.server-content{/* padding:40px 0 50px; */}
.fl-menu li.t{color: #333; font-weight: bold; background: url(../images/icon-l-t.png) no-repeat 36px center; margin-bottom: 10px;}
.fl-con{padding: 30px 40px;background: #f9f9f9;}
.fl-con .t{font-size: 18px; padding-bottom: 20px; line-height: 18px; border-bottom: 1px solid #ececec;}
.fl-con .con{padding: 15px 0; text-align: justify;}
.fl-con .con p{line-height: 30px; color: #666; margin-bottom: 30px;}

.fl_des{ line-height: 30px; color: #666;}
.fl-con .a_privacy{border-bottom: 1px solid #ececec; padding-bottom: 10px;}
.fl-con .a_privacy p{margin-bottom:0; color: #999;}
.fl-con .a_privacy p.tt{font-size: 18px; line-height: 30px; padding: 10px 0 5px; color: #333; margin:0;}
.fl-con .no-border{border:none;}
/*********联系我们**********/
.connect-us{padding: 30px 0px;}
.l-contact{background: #fff;border:1px solid #e5e5e5;overflow: hidden;padding:20px;}
.l-intro{width: 540px;padding:10px 0 20px 40px;box-sizing: border-box;-moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.l-title{padding-bottom: 20px; overflow: hidden;}
.connect-us .company{line-height: 55px;font-size: 18px;position: relative;}
@font-face {
  font-family: 'iconfont';  /* project id 720531 */
  src: url('//at.alicdn.com/t/font_720531_r9lh3arerh.eot');
  src: url('//at.alicdn.com/t/font_720531_r9lh3arerh.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_720531_r9lh3arerh.woff') format('woff'),
  url('//at.alicdn.com/t/font_720531_r9lh3arerh.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_720531_r9lh3arerh.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
.connect-us .company .iconfont{color:#20B09F;position: absolute;left:-20px;}
.connect-us .address{color: #999; line-height: 30px;}
.connect-us ul{padding-top: 20px; width: 630px;}
.connect-us ul li{width: 315px; float: left; line-height: 30px; color: #999;}
.connect-us ul li span{color:#20B09F;}
.connect-us .map{width: 600px; height: 320px; border: 1px solid #e5e5e5;}
.l-title .title-em{font-size: 24px; line-height: 24px;  color: #333;float: left;padding-left: 10px;}
.l-title span{display:block;width: 4px;height: 24px;background-color:#20B09F ;float: left;}
.map b{background: #f60;width: 150px; height: 20px; display: block; line-height: 20px; color: #fff; text-align: center; font-weight: normal; font-size: 12px;}
.fen-connect-us{font-size: 18px; line-height: 18px; padding-bottom: 20px; border-bottom: 1px solid #ececec; color: #333;}
/*友情链接*/
.connect-steps .steps-tips{font-size: 18px; color:#000; padding:20px 0;}
.steps-con ul li{width:258px; height:148px; border:1px solid #ececec; margin-right:20px; float: left; position: relative;}
.steps-con ul li.last{margin-right:0; background: url(../images/friendsLink-steps4.jpg) bottom right no-repeat;}
.steps-con ul li .steps-num{width:32px; height:32px; text-align: center; line-height: 32px; font-size: 18px; color:#15a8e9; border-right:1px solid #ececec; border-bottom:1px solid #ececec; position: absolute; top:0; left: 0;}
.steps-con ul li .con-inner{padding:10px 15px 0 45px;}
.steps-con ul li .steps-tit{line-height: 24px; padding-bottom:8px;}
.steps-con ul li .steps-det{font-size:12px; color:#999; line-height: 20px;}


.footer-bottom{position: fixed; bottom: 0;}
.web404{text-align: center; padding: 100px 0;}
.web404 .img{padding-bottom: 20px;}
.web404 .word{line-height: 26px; font-size: 12px; color: #999;}
.web404 .word a,.web404 .word span{color: #146bd5; font-size: 18px;}


/*************************分公司************************/
.zq-service-desc-b{position: absolute; top:164px; left:610px;}
.topimg-240{width:1100px; height:274px; margin:0 auto; margin-bottom:12px; position:relative;}
.branchzq{padding-bottom:55px;}
.branchzq .zq-content{width:590px; padding:0 0 0 20px;}
ul.local_boss li{float:left; width:127px; height:168px; text-align:center; padding-right:20px; padding-bottom:18px;}
ul.local_boss li a:hover{color:#333;}
ul.local_boss li .img{padding-bottom:16px;}
.branchzq .page{padding-right:20px;}

.enter_title{font-size:16px; color:#000; padding:25px 0;}
.enter_lessons{width:420px; margin:0 auto; border-top:1px dashed #e9e9e9;}
.enter_infomation{width:405px; height:36px; line-height:36px;  padding-left:65px; margin-bottom:17px; position:relative;}
/*.infomation_write{border:1px solid #ddd; }*/
.wherecity .infomation_write{border:none;}
/*.nice-select{border:1px solid #ddd;}*/
.enter_infomation input{width:382px; height:36px; line-height:36px; color:#999; font-size:12px;padding:0 10px; border: 1px solid #e4e4e4;}
.infomation_til{width:50px; height:36px; line-height:36px; font-size:12px; color:#666; text-align:right; position:absolute; top:0; left:0;}

.nice-select{width: 126px; float: left; position: relative;}
.nice-select input{width:108px; border:none;}
.nice-select ul{width:100%; max-height:150px; _height:150px; *height:150px; border:1px solid #ddd; border-top:0; background-color: #fff;position: absolute; top:35px; _top:38px; left:-1px; z-index: 5; overflow-y:auto; overflow-x: hidden;}
.gpp ul{_width:123px;}
.nice-select ul li{padding:0 10px;}
.nice-select ul li:hover{background-color: #fff7f0;}
.gpp .write_box{float:left; width:111px; margin-right:6px; position:relative;}
.infomation_write .nice-select input{width:91px;}
.infomation_write .nice-select span.arrow{width:0; height:0; border-width:6px; border-style:solid dashed dashed dashed; border-color:#b2b2b2 transparent transparent transparent; position:absolute; top:16px; right:5px;}
.mr10{margin-right:10px;}

.wzjs-case li{float:left; width:176px; padding-right:20px;}
.wzjs-case li .img img{display:block;}
.case_name{text-align:center; line-height:54px;}
.friend-links li{float:left; width:174px; height:86px; border:1px dashed #b5b5b5; margin-right:20px; margin-bottom:20px;}
.friend-links li .img img{display:block;  max-width: 174px; max-height: 86px;}
/*信息讲堂*/
.zq-left .zq-menu{float: none;}
.ad-con{width:198px; text-align: center; border:1px solid #ececec; padding:14px 0; margin-top:6px;}
.ad-con h2{font-size: 20px; font-weight: bold;}
.ad-con1 h2{color:#008cd6;}
.ad-con2 h2{font-size: 18px; color:#00479d; position: relative;}
.ad-con2 h2 span{padding-right:25px;/* background: url(../images/arrow-h2.jpg) center right no-repeat;*/}
.ad-con3 h2{color:#ff9121;}
.ad-con p{color:#999;}
.ad-con .ad-img{padding:12px 0;}
.ad-con2 h2 i{display: block; width:25px; height:24px; background: url(../images/arrow-h2.jpg) center right no-repeat; position: absolute; top:0; left:122px; animation:arrowMove 1s; -webkit-animation:arrowMove 1.5s infinite;}
.about-ad-con{border:none; padding:0;}

@keyframes arrowMove{
	form{transform:translateX(0); -webkit-transform:translateX(0); -moz-transform:translateX(0); opacity: 1;}
	to{transform:translateX(20px); -webkit-transform:translateX(20px); -moz-transform:translateX(20px); opacity: 0;}
}

@-webkit-keyframes arrowMove{
	form{transform:translateX(0); -webkit-transform:translateX(0); -moz-transform:translateX(0); opacity: 1;}
	to{transform:translateX(20px); -webkit-transform:translateX(20px); -moz-transform:translateX(20px); opacity: 0;}
}

@-moz-keyframes arrowMove{
	form{transform:translateX(0); -webkit-transform:translateX(0); -moz-transform:translateX(0);opacity: 1;}
	to{transform:translateX(20px); -webkit-transform:translateX(20px); -moz-transform:translateX(20px); opacity: 0;}
}

/**  新闻专题 **/
.about-content {
	width: 1200px;
	padding: 0;
	margin-top: 20px;
	overflow: hidden;
}
.about-bd {
	margin-top: 40px;
	width: 105%;
}
.about-hd-title {
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	margin: 15px 0;
}
.about-hd-title:before {
	content: "";
	width: 14px;
	height: 16px;
	background: url(/v2.0/home/images/projectevents/hot/fire.png) no-repeat center;
	float: left;
	margin: 4px 8px 0 0;
}
.about-bd li {
	float: left;
	width: 600px;
	margin-bottom: 20px;
	margin-right:20px;
}
.about-bd li.thre-item {
	width: 1200px;
}
.about-bd .img {
	width: 100%;
}
.about-bd .img img {
	display: block;
	width: 100%;
}
.about-bd .title {
	border: 1px solid #DCDCDC;
	border-top: none;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
}
.about-bd li a:hover .title {
	color: #3692fa;
}
.special-activity-title {
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	margin-bottom: 15px;
}
.special-activity-title:before {
	content: "";
	width: 14px;
	height: 16px;
	background: url(/v2.0/home/images/projectevents/hot/flag.png) no-repeat center;
	float: left;
	margin: 4px 8px 0 0;
}
.bd-box{
	width: 1200px;
	overflow: hidden;
	padding-bottom: 60px;
}
.special-activity{
	width: 105%;
	margin-top: 40px;
}
.special-activity li {
	width: 386px;
	padding: 0;
	border: none;
	float: left;
	height: auto;
	margin-right: 20px;
	margin-bottom: 20px;
}
.special-activity li:hover {
	color: #3692fa;
}
.special-activity li .title {
	border: 1px solid #DCDCDC;
	border-top: none;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 20px;
}
.special-activity li .img {
	width: 100%;
	background: #dde2e6;
	height: 156px;
}

.special-activity li .img img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
/****专题活动*****/

.special-activity li.even {
	margin-right: 0
}




/*@media screen and (min-width:1500px) {
	.video-content video {
		width: 730px;
		height: 409px;
	}
	.about-bd li.thre-item{
		width: 1500px;
	}
	.bd-box {
		width: 1500px;
	}
	.about-bd li {
		width: 740px;
	}
}*/

/* 改版404 */

.zqdl404 {
    box-sizing: border-box;
    font-size: 14px;
    overflow: hidden;
    padding-bottom: 60px;
    width: 986px;
    margin: 0 auto;
}

.zqdl404-text {
    font-size: 24px;
    text-align: center;
    color: #3692fa;
    margin-top: calc((100vh - 323px)*0.03);
}

.zqdl404-top {
    box-sizing: border-box;
    padding: 60px 200px 0 0;
    height: 400px;
    position: relative;
    margin: 60px 0;
}

.zqdl404-gg {
    position: absolute;
    width: 200px;
    height: 400px;
    right: 0;
    top: 0;
}

.zqdl404-gg-group>a {
	background-color: #fff;
	overflow: hidden;
	padding: 8px;
	border: 1px solid #E9E9E9;
	margin: 0 -1px;
}

.zqdl404-gg-group .img-block {
    width: 230px;
    height: 145px;
    overflow: hidden;
}

.zqdl404-gg-group .img-block img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .3s ease;
}

.zqdl404-gg-group .img-block:hover img {
    transform: scale(1.04);
}
.nav {
position: relative;
}

.zq-left {
width: auto;
}

.zq-content {
width: auto;
margin: 30px 0 0 226px;
}
.t h2{
	font-weight:normal;
    font-size: 18px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    width: 800px;
    box-sizing: border-box;
	line-height: 25px;
}



#template-search {
    color: #888;
    width: 500px;
    height: 30px;
    line-height: 30px;
    float: left;
    font-size: 18px;
    padding: 7px 16px;
    margin: 0;
    border: 1px solid #E8E8E8;
    border-right: 0;
}


/* 新增加载样式 */
.loading {
    padding: 20px;
    text-align: center;
    background: #f5f5f5;
}

/* 原有样式优化 */
.template-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.filters {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 0;
	width:100%;
}

.filter-group label {
    display: block;
    margin: 30px 15px;
	float:left;
}
.custom-radio input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

/* 定义未选中时的 label 样式 */
.custom-radio {
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}

/* 定义选中时的 label 样式 */
.custom-radio input[type="radio"]:checked + span {
    background-color: #3692fa; /* 选中时的背景颜色 */
    color: #fff; /* 选中时的文字颜色 */
    border-color: #3692fa; /* 选中时的边框颜色 */
	
}
.custom-radio span{
	background: #f0f2f5;
	padding: 10px 25px;
	
}
.custom-radio span:hover{
	background: #3692fa;
}
/* 定义鼠标悬停时的样式 */
.custom-radio:hover {
    background-color: #f0f0f0; /* 悬停时的背景颜色 */
    border-color: #aaa; /* 悬停时的边框颜色 */
}
.template-list {
    position: relative;
    min-height: 300px;
}

/* 添加分页链接样式 */
.pagination a,
.pagination span.current {
	padding: 4px 10px;
    height: 28px;
    line-height: 28px;	
}

.pagination a:hover {
    background-color: #f5f5f5;
}

.pagination span.current {
    background-color: #3692fa;
    border-color: #3692fa;
    color: #fff;
	width: 40px;
}

/* 确保分页容器正确布局 */
.pagination {
    margin: 0;
	clear: both;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}
a.prev.page-numbers {
    width: 55px;
}
.pagination a,
.pagination span {
    display: inline-block;

    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.pagination a:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
}

.pagination .current {
    background: #2271b1;
    color: white;
    border-color: #2271b1;
}

/* 加载动画 */
.loading {
    padding: 20px;
    text-align: center;
    position: relative;
    color: #666;
}

.loading:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #ddd;
    border-top-color: #444;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin-left: 10px;
    vertical-align: middle;
}

.tsearch{
    padding: 80px;
	padding-bottom: 20px;
    margin: auto;
    width: 822px;
}
#filter-submit,#filter-reset{
	width: 142px;
    height: 46px;
    font-size: 18px;
    color: #FFF;
    border: 0;
    background: #3692fa;
}

.filter-group h4{    font-weight: normal;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    width: 800px;
    box-sizing: border-box;
    line-height: 25px;
}
.tttt {
    width: 1200px;
    overflow: auto;
	
}
.ttttt{padding: 15px;margin-top: 20px;}
.template-item{
	position: relative;
    cursor: pointer;
    float: left;
    margin: 0;
	overflow: hidden;
    width: 368px;
    height: 308px;
    opacity: 1;
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 6px;
	display: inline-block; /* 使整个区域可点击 */
    text-decoration: none; /* 去掉默认的链接下划线 */

	transition: transform 0.3s ease-in-out; /* 平滑过渡效果 */
    transform: translateY(0); /* 初始状态 */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* 添加轻微阴影 */
}
.template-item:hover {
    transform: translateY(-10px); /* 悬停时上移 10px */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); /* 悬停时增加阴影 */
}
.template-item:hover .template-title {
    color: #007BFF; /* 模拟 a:hover 的颜色变化 */
}
.template-item:nth-child(3n) {
    margin-right: 0;
}
.myiframe{
	overflow: hidden;
    height: 218px;
    display: block;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.info {
    overflow: hidden;
    height: 70px;
    display: block;
    padding: 15px 0;

}
.info h3{
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 5px;
	text-align: left;
}
.info h3 a{

}
.info h4{
	font-size: 14px;
	color: #666666;
	height: 20px;
    line-height: 20px;
    padding: 3px 0;
}
.filter-group h4 {
    float: left;
	width:100%;
}

h4 a{
	height: 30px !important;
}
h4 i{
	float: left;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* 默认不捕获点击事件 */
}
.template-item:hover .overlay {
    pointer-events: auto; /* 悬停时捕获点击事件 */
    background: rgba(255, 255, 255, 0.01); /* 避免 iframe 捕获点击事件 */
}

.nomber{
	float:right;
	opacity: 0.5;
    font-size: 13px;
}

.ifr{
	overflow: hidden;
    height: 475px;
    float: left;
    width: 630px;
}
.online {
    float: left;
    margin: 50px;
}

.online a{
    padding: 10px 20px;
    background: #3692fa;
    color: #ffffff;
    font-weight: bold;
	transition: transform 0.3s ease-in-out;
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.online a:hover{
	transform: translateY(-10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}



@media screen and (max-width: 992px){
.media-list-con li .t .time{
	position: relative;
    margin: 15px 0;
    font-size: 14px;
    display: block;
}
.media-list-con li .t{
	padding-bottom:0;
}	
.template-list {
        grid-template-columns: 1fr;
    }
    
    .filters {
        grid-template-columns: 1fr;
    }	
	
	
.tsearch{
	padding: 0;
    width: 100%;
	display: flex;
	margin-top: 15px;
}	
#filter-submit{
	display:none;
}	
#template-search{
	width:100%;

}
.filter-group{
	padding:0;
}
.filter-group h4{
	font-size:14px;
}	
.custom-radio{
	margin:0 !important;
	margin-right: 10px!important;
	margin-bottom: 10px !important;
    width: 22.5%;
	text-align: center;
    padding: 6px 0px;
}
.custom-radio:nth-child(4n+1){
	margin-right: 0!important;
}		

.tttt,.ttttt{
	width:100%;padding:0;
}
.custom-radio span{padding:0;}
.custom-radio input[type="radio"]:checked{
	padding: 6px 14px;
}
.template-item{
	width:auto;
	margin:0;
	margin-bottom: 30px !important;
}
.ifr{width:100%;height:290px;}
.content{padding:0;}

.ifr iframe{transform: scale(0.3)!important;}
.online{
	margin:0;
	margin-top: 20px;
	width: 100%;
    overflow: hidden;}
.online a{display:block;text-align: center;}
.title a,.news-content .title{text-align: left;}	
	
}

/* 响应式样式 */
.template-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.filters {
    display: block;
    padding: 15px 0;
    margin: 20px 0;
}

.filters p {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.filters a {
    margin: 4px 8px 4px 0;
    text-decoration: none;
    color: #333;
    display: inline-block;
    padding: 6px 15px;
    border: 1px solid #ddd;
    border-radius: 16px;
    transition: all 0.2s ease;
}

.filters a.active {
    color: #fff;
    background: #3692fa;
    border-color: #3692fa;
    font-weight: 600;
}

.filters a:hover {
    color: #fff;
    background: #3692fa;
    border-color: #3692fa;
}

.filters .filter-label {
    font-weight: 600;
    color: #333;
    margin-right: 8px;
}

/* 搜索表单占满一行与输入框淡色边框 */
.search-form{
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
    margin: 30px 0 20px;
}
.search-form input[type="text"]{
    flex: 1;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    border: 1px solid #e5e5e5; /* 淡色边框 */
    border-radius: 4px;
    color: #333;
}
.search-form button{
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    background: #3692fa;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    transition: font-size .2s ease, background-color .2s ease;
}

.template-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.template-item {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .template-list {
        grid-template-columns: 1fr;
    }
}
.template-detail-wrap {
    padding: 30px 0;
}
.template-preview-area {
    float: left;
    width: 67%;
    margin-right: 30px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 8px;
}
.browser-frame {
    border-radius: 8px;
    margin: 40px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.browser-header {
    display: flex;
    gap: 6px;
    padding: 8px;
    background: #f1f1f1;
    border-radius: 4px 4px 0 0;
}
.browser-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff;
}
.preview-content {
    background: #fff;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    height: 500px;
}
.content-detail {
    margin: 40px;
}
.preview-content .myiframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.template-info-area {
    float: left;
    width: 30%;
    background: #ffffff;
    border-radius: 8px;
}
.tpcc {
    padding: 30px;
}
.template-title-section {
    margin-bottom: 20px;
}
.template-title {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    line-height: 1.4;
    margin: 0;
}
.template-actions {
    margin-bottom: 30px;
}
.btn-create {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #3692fa;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 15px;
    transition: background 0.3s;
}
.btn-preview {
    display: block;
    width: 99%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #fff;
    color: #3692fa;
    border: 2px solid #3692fa;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s;
}
.btn-preview:hover {
    background: #3692fa;
    color: #fff;
}
.template-info {
    margin-bottom: 30px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 6px;
}
.info-item {
    margin-bottom: 12px;
    font-size: 14px;
    color: #666;
}
.info-item:last-child {
    margin-bottom: 0;
}
.info-label {
    color: #999;
}
.info-value {
    color: #333;
    margin-left: 8px;
}
.hot-recommendations {
    margin-top: 30px;
}
.recommend-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.title-bar {
    width: 4px;
    height: 20px;
    background: #3692fa;
    margin-right: 10px;
}
.title-text {
    font-size: 18px;
    color: #333;
    font-weight: normal;
}
.recommend-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tag-item {
    display: inline-block;
    padding: 8px 14px;
    background: #f0f2f5;
    color: #666;
    border-radius: 20px;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s;
}
.tag-item:hover {
    background: #3692fa;
    color: #fff;
}
.template-content-section {
    margin: 40px 0;
    padding: 30px;
    background: #fff;
    border-radius: 6px;
}
.content-title {
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
}
.content-title i {
    font-size: 17px;
    color: #00a2ff;
}
.content-subtitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
}
.content-text {
    line-height: 1.8;
    color: #666;
    font-size: 14px;
}
span.info-value.jia {
    color: red;
    font-size: 20px;
}
.info-item i{
    font-size: 14px;
}
.content-text i{
    color: #00a2ff;
}
.link{
	border-bottom: 2px dashed;
	padding-bottom: 1px;
}
.link:hover{
	font-weight: bold;
}
.related-templates {
    margin: 40px 0;
}
.related-title {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #3692fa;
}
.template-nav {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.nav-prev, .nav-next {
    font-size: 14px;
    color: #666;
}
.nav-prev i, .nav-next i {
    margin-right: 5px;
    color: #3692fa;
}
.nav-prev a, .nav-next a {
    color: #3692fa;
    text-decoration: none;
}
.nav-prev a:hover, .nav-next a:hover {
    text-decoration: underline;
}
@media (max-width: 992px) {
    .template-preview-area,
    .template-info-area {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .template-preview-area {
        margin-bottom: 30px;
    }
    .related-templates .template-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .related-templates .template-list {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }
    .related-title{padding: 0 20px;border-bottom:none;}
    .myiframe img{width:100%;}
    .tpcc{padding:20px;}
}
/* 预览轮播及图片溢出滚动 */
.template-swiper{position:relative;}
.template-swiper .swiper-slide{overflow:hidden;height:600px;position:relative;}
.template-swiper .swiper-slide img{display:block;width:100%;height:auto;transform:translateY(0);transition:transform .6s ease;will-change:transform;}
/* 导航箭头：默认隐藏，悬停显示 */
.template-swiper .swiper-button-prev,
.template-swiper .swiper-button-next{opacity:0;transition:opacity .25s ease,transform .25s ease;width:40px;height:40px;border-radius:50%;background:rgba(0,0,0,.35);backdrop-filter:blur(2px);}
/* 使用自定义SVG图标 */
.template-swiper .swiper-button-prev{left:12px;right:auto;background-image:url('/style/img/left.svg');background-repeat:no-repeat;background-position:center;background-size:15px 15px;}
.template-swiper .swiper-button-next{right:12px;left:auto;background-image:url('/style/img/right.svg');background-repeat:no-repeat;background-position:center;background-size:15px 15px;}
/* 隐藏默认箭头字符 */
.template-swiper .swiper-button-prev:after,
.template-swiper .swiper-button-next:after{display:none;}
.template-swiper:hover .swiper-button-prev,
.template-swiper:hover .swiper-button-next{opacity:0.3;}
.template-swiper .swiper-button-prev:hover,
.template-swiper .swiper-button-next:hover{transform:scale(1.05);}
/* 预览轮播内的图片溢出平滑滚动效果 */
.template-swiper .swiper-slide{overflow:hidden;height:600px;position:relative;}
.template-swiper .swiper-slide img{display:block;width:100%;height:auto;transform:translateY(0);transition:transform .6s ease;will-change:transform;}
.content-text p{padding-top: 10px;}

/* 分页移动端优化样式 */
@media (max-width: 768px) {
    .pagination.fix {
        margin: 20px 0;
        padding: 0 10px;
        width: 100%;
        overflow: hidden;
    }
    
    .pagination.fix ul {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        gap: 4px;
        margin: 0;
        padding: 0;
        list-style: none;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    
    .pagination.fix ul::-webkit-scrollbar {
        display: none;
    }
    
    .pagination.fix .page-item,
    .pagination.fix .page-link,
    .pagination.fix a,
    .pagination.fix span {
        display: inline-block;
        padding: 5px 8px;
        min-width: 32px;
        height: 32px;
        line-height: 22px;
        font-size: 12px;
        border: 1px solid #ddd;
        border-radius: 3px;
        text-align: center;
        text-decoration: none;
        color: #333;
        background: #f0f2f5;
        white-space: nowrap;
        flex-shrink: 0;
        box-sizing: border-box;
    }
    
    .pagination.fix .page-item.page-link {
        font-size: 11px;
        padding: 5px 8px;
        min-width: auto;
    }
    
    .pagination.fix a:hover {
        background: #e9ecef;
        transform: none;
    }
    
    .pagination.fix .current,
    .pagination.fix span.current {
        background: #3692fa;
        color: #fff;
        border-color: #3692fa;
        font-weight: normal;
    }

    .browser-frame{margin: 20px;}
    .template-detail-wrap{padding: 0 0 20px 0;}
    .lxwm_main {
        background-color: #fff;
    }
    .content-detail{margin: 20px;}
    
    /* 通用分页移动端样式（适用于模板列表页等，与新闻列表页保持一致） */
    nav .pagination,
    .pagination:not(.fix) {
        margin: 20px 0;
        padding: 0 10px;
        width: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        gap: 4px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    
    nav .pagination::-webkit-scrollbar,
    .pagination:not(.fix)::-webkit-scrollbar {
        display: none;
    }
    
    nav .pagination .page-item,
    nav .pagination .page-link,
    nav .pagination a,
    nav .pagination span,
    .pagination:not(.fix) .page-item,
    .pagination:not(.fix) .page-link,
    .pagination:not(.fix) a,
    .pagination:not(.fix) span {
        display: inline-block;
        padding: 5px 8px;
        min-width: 32px;
        height: 32px;
        line-height: 22px;
        font-size: 12px;
        border: 1px solid #ddd;
        border-radius: 3px;
        text-align: center;
        text-decoration: none;
        color: #333;
        background: #f0f2f5;
        white-space: nowrap;
        flex-shrink: 0;
        box-sizing: border-box;
    }
    
    nav .pagination .page-item.page-link,
    .pagination:not(.fix) .page-item.page-link {
        font-size: 11px;
        padding: 5px 8px;
        min-width: auto;
    }
    
    nav .pagination a:hover,
    .pagination:not(.fix) a:hover {
        background: #e9ecef;
        transform: none;
    }
    
    nav .pagination .current,
    nav .pagination span.current,
    .pagination:not(.fix) .current,
    .pagination:not(.fix) span.current {
        background: #3692fa;
        color: #fff;
        border-color: #3692fa;
        font-weight: normal;
    }