/* 全局通用样式 start*/
body {
    font: 14px/1.5 Helvetica Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
    color: #333;
    background-color: #f5f5f5;
    overflow-x: hidden;
    max-width: 100%;
}

a, a:hover {
    text-decoration: none;
}

a {
    color: #757575;
}

a {
    background-color: rgba(0, 0, 0, 0);
}

i, em {
    font-style: normal;
}

/*自定义背景白*/
.layui-bg-white {
    background-color: #FFF !important
}

/*列表元素通用样式 start*/
.items-box {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fff;
    text-align: center;
    padding-bottom: 26px;
}

.items-box:hover {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.5s;
}

.items-box img {
    display: block;
    margin: 0 auto;
    width: 108px;
    height: 100px;
    padding: 30px 10px 30px 10px;
}

.items-box .title {
	padding-bottom: 3px;
    text-align: center;
    margin: 15px 10px 2px;
    color: #333;
    font: normal 110%/1.1 Microsoft yahei;
    position: relative;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.items-box .desc {
    text-align: center;
    margin: 0 10px 10px;
    height: 18px;
    font-size: 12px;
    color: #b0b0b0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.items-box p {
    text-align: center;
    margin: 10px 10px 2px;
    /*height: 18px;*/
    font-size: 12px;
    color: #b0b0b0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.items-box i {
    text-align: center;
    height: 18px;
    font-size: 18px;
    color: #b0b0b0;
}

/*列表元素通用样式 end*/

/*自定义文本色 start*/
/*深蓝*/
.text-wathet {
    color: #4e99f6
}

/*橙色*/
.text-orange {
    color: #da5a19;
}

/*淡蓝*/
.text-light-blue {
    color: #42aad1;
}

/*淡绿*/
.text-light-green {
    color: #2ca78a;
}

/*自定义文本色 start*/

/*自定义按钮色 start*/
/*深蓝*/
.layui-btn-wathet {
    background-color: #4e99f6;
}

/*橙色*/
.layui-btn-orange {
    background-color: #da5a19;
}

/*自定义按钮色 end*/

/*首页模块标题*/
.bar-title {
    position: relative;
    color: 000;
    font-size: 22px;
    left: 5px;
    bottom: 10px;
    display: block;
    line-height: 36px;
    height: 36px;
    width: 234px;
    z-index: 100;
}

/*小屏幕下显示*/
.home-title {
    position: relative;
    color: 000;
    font-size: 22px;
    left: 40%;
    bottom: -20px;
    display: none;
}

/*通用块一 start*/
.brick-list {
    padding-top: 14px;
    margin-left: -14px;
    padding-bottom: 14px;
}

.brick-item {
    padding: 0;
    position: relative;
    float: left;
    width: 234px;
    height: 170px;
    margin-left: 14px;
    margin-bottom: 14px;
    background: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.brick-item:hover {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.5s;
}

.brick-item img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

/*通用块一 end*/

/*通用块二 start*/
.common-brick-list {
    padding-top: 14px;
}

.common-brick-item-s {
    padding-top: 50px;
    position: relative;
    float: left;
    height: 65px;
    background: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-align: left;
}

.common-brick-item-s:hover {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.5s;
}

/*浏览更多 start*/
.common-brick-item-s .more {
    display: block;
    margin: 0 110px 0 30px;
    font-size: 18px;
    color: #333;
}

.common-brick-item-s .figure-more {
    position: absolute;
    right: 38px;
    top: 48px;
    width: 48px;
    height: 48px;
    color: #ff6700;
    background: #387ac9 url(../images/more.svg) no-repeat 50% 50%;
}

/*深蓝色*/
.common-brick-item-s .figure-more-wathet {
    position: absolute;
    right: 35px;
    top: 48px;
    width: 48px;
    height: 48px;
    background: #4e99f6 url(../images/more.svg) no-repeat 50% 50%;
}

/*橙色*/
.common-brick-item-s .figure-more-orange {
    position: absolute;
    right: 30px;
    top: 48px;
    width: 48px;
    height: 48px;
    background: #da5a19 url(../images/more.svg) no-repeat 50% 50%;
}

/*淡蓝*/
.common-brick-item-s .figure-more-light-blue {
    position: absolute;
    right: 35px;
    top: 48px;
    width: 48px;
    height: 48px;
    background: #42aad1 url(../images/more.svg) no-repeat 50% 50%;
}

/*淡绿*/
.common-brick-item-s .figure-more-light-green {
    position: absolute;
    right: 35px;
    top: 48px;
    width: 48px;
    height: 48px;
    background: #2ca78a url(../images/more.svg) no-repeat 50% 50%;
}

.common-brick-item-s .more small {
    display: block;
    font-size: 12px;
    color: #757575;
}

/*浏览更多 end*/


.common-brick-item-s .figure-img {
    position: absolute;
    right: 30px;
    top: 10px;
    width: 65px;
    height: 65px;
}

.common-brick-item-s .figure-img img {
    width: 65px;
    height: 65px;
}

.common-brick-item-s .title {
    margin: -10px 90px 15px 20px;
    font-size: 14px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    max-height: 45px;
    line-height: 22px;
}

.common-brick-item-s .title, .common-brick-item-s .title a {
    color: #333;
}

.common-brick-item-s .btn {
    margin: 0 110px 0 -10px;
    height: 20px;
}

.common-brick-item-s .icon {
    margin: 0 110px 0 30px;
    height: 20px;
}


/*通用块二 end*/

/* 全局通用样式 end*/


/*顶部*/
.topbar {
    position: relative;
    z-index: 30;
    height: 40px;
    font-size: 12px;
    color: #b0b0b0;
    background: #333;
    width: 100%;
}

.topbar .topbar-nav {
    float: left;
    height: 40px;
    line-height: 40px;
}

.topbar .topbar-info {
    position: relative;
    float: right;
    height: 40px;
    line-height: 40px;
}

.topbar .topbar-info .link {
    padding: 0 15px;
    text-align: center;
}

.topbar .topbar-info .link, .topbar .topbar-info .message, .topbar .topbar-info .sep, .topbar {
    float: left;
}

.topbar a {
    color: #b0b0b0;
    line-height: 40px;
    display: inline-block;
}

/*头部*/
.header {
    z-index: 20;
    height: 100px;
    position: relative;
    background-color: #fff;
}

/*logo*/
.header .header-logo {
    float: left;
    width: 235px;
    /* margin-top: 32px; */
	height: 65px;
    margin-top: 20px;
}

.header .logo {
    position: relative;
    display: block;
    /*    width: 55px;*/
    /* height: 55px; */
	text-align: -webkit-center;
    overflow: hidden;
	/* margin-top: 2px; */
}

.header .logo img {
    position: relative;
    display: block;
	/* max-width: 200px; */
	/* height: 50px; */
    overflow: hidden;
	
	max-width: 235px;
	width: 235px;
	height: 65px;
	/* margin-top: 2px; */
}

/*导航*/
.header .header-nav {
    float: left;
    margin-top: 20px;
    /*    width: 512px;*/
}

/*搜索*/
.header .header-search {
    float: right;
    width: 156px;
    margin-top: 25px;
}

.header .search-form {
    position: relative;
    width: 156px;
    height: 50px;
    /*    z-index: 20;*/
}

.header .search-btn {
    right: 0;
    /*    z-index: 2;*/
    width: 52px;
    height: 48px;
    font-size: 20px;
    line-height: 20px;
    background: #fff;
    color: #616161;
}

.header .search-btn:hover {
    color: #fff;
    background-color: #ff6700;
    border-color: #ff6700;
}

.header .search-btn, .header .search-text {
    position: absolute;
    top: 0;
    border: 1px solid #e0e0e0;
    outline: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}


.header .search-text {
    right: 51px;
    /*    z-index: 1;*/
    /*    width: 223px;*/
    height: 48px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 48px;
}


/*首页轮播图菜单*/
.pros {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 234px;
    height: 440px;
    background: rgba(105, 101, 101, .6);
    padding-top: 20px;
}

.prosul {
    display: block;
}

.prosul {
    width: 234px;
    _overflow: hidden;
}

.prosul li {
    line-height: 40px;
    height: 40px;
    _overflow: hidden;
    margin-right: 3px;
    padding-left: 38px
}

.prosul li .fa {
    position: absolute;
    right: 25px;
    color: #fff;
    margin-top: 12px;
}

.prosul li.prosahover {
    background-color: #ff6700;
    margin-right: 0;
    padding-right: 3px;
}

.prosul a {
    color: #fff;
    padding-right: 8px;
    _padding-right: 6px;
    white-space: nowrap;
    display: inline-block;
    height: 40px
}

.prosul li.prosahover a {
    color: #636363
}

.prosul li a.ti {
    font-size: 14px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    color: #fff;
}

.prosul li.prosahover a.ti {
    color: #fff
}

.prosul li a:hover {
    color: #ff6700
}

.prosul li.nochild a:hover {
    color: #fff
}

.prosul li i {
    float: right;
    display: block;
    width: 3px;
    height: 50px;
    text-indent: -999em;
    background-position: 0 -276px;
    padding-right: 12px
}

.prosul li.prosahover i {
    background-position: 0 -326px
}

.prosul li.last {
    border-bottom: 0 none
}


.prosmore {
    padding: 15px 0 15px 15px;
    position: absolute;
    z-index: 999;
    left: 234px;
    top: 0;
    background-color: #fff;
    border: 1px #ddd solid;
    border-left: 0 none;
    width: 980px;
    height: 428px;
}

.prosul .prosmore {
    text-align: left
}

.prosul .prosmore span {
    float: left;
    height: 70px;
    width: 300px;
    line-height: 70px
}

.prosul .prosmore span img {
    float: left;
    height: 40px;
    width: 40px;
    display: block;
}

.prosul li .prosmore a {
    height: 40px;
    line-height: 40px;
    padding: 0 4px;
    display: block;
}

.prosmore em {
    font-weight: 400;
    padding-top: 9px;
    display: inline-block
}


/*链接位开始*/
#links div:nth-child(1) {
    background-color: #5f5750 !important;
    list-style-type: none;
    font-size: 12px;
    text-align: center;
    width: 234px;
}

#links div:nth-child(2) {
    background-color: #01a4ef !important;
    width: 316px;
}

#links div:nth-child(3) {
    background-color: #ffb901 !important;
    width: 316px;
}

#links div:nth-child(4) {
    background-color: #f25022 !important;
    width: 316px;
}

/*链接样式*/
.home-channel-list {
    margin: 0;
    padding: 3px;
    list-style-type: none;
    font-size: 12px;
    text-align: center;
    background: #5f5750;
}

.home-channel-list li {
    position: relative;
    float: left;
    width: 70px;
    height: 82px;
    padding: 0 3px;
}

.home-channel-list span {
    display: block;
    padding-top: 18px;
    text-overflow: ellipsis;
    color: #fff;
    opacity: .7;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.home-channel-list span:hover {
    opacity: 1;
}

.home-channel-list img {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 4px;
}

.home-channel-list i {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 4px;
}

.home-channel-list li:before {
    top: -1px;
    left: 6px;
    width: 64px;
    height: 1px;
}

.home-channel-list li:after, .home-channel-list li:before {
    position: absolute;
    content: "";
    background: #665e57;
}

.home-channel-list li:after {
    top: 6px;
    left: 0;
    width: 1px;
    height: 70px;
}

.home-channel-list li:after, .home-channel-list li:before {
    position: absolute;
    content: "";
    background: #665e57;
}

/*链接位结束*/


/*首页软件推荐start*/
#brick ul:nth-child(1) > li {
    border-top: 1px solid #01a4ef !important;
}

#brick ul:nth-child(2) > li {
    border-top: 1px solid #ffb901 !important;
}

#brick ul:nth-child(3) > li {
    border-top: 1px solid #f25022 !important;
}

#brick ul:nth-child(4) > li {
    border-top: 1px solid #7fba00 !important;
}

#brick ul:nth-child(5) > li {
    border-top: 1px solid #8d00d6 !important;
}

#brick ul:nth-child(6) > li {
    border-top: 1px solid #01a4ef !important;
}

#brick ul:nth-child(7) > li {
    border-top: 1px solid #ffb901 !important;
}

#brick ul:nth-child(8) > li {
    border-top: 1px solid #f25022 !important;
}

#brick ul:nth-child(9) > li {
    border-top: 1px solid #7fba00 !important;
}

#brick ul:nth-child(10) > li {
    border-top: 1px solid #8d00d6 !important;
}


/*推荐位左右切换*/
.tuijian_box {
    overflow: hidden;
    width: 100%;
    margin-top: -6px;
    margin-left: -6px;
}

.tuijian_left_arrow {
    right: 41px;
    background: url("../images/arrow-left.png") no-repeat 50%;
}

.tuijian_left_arrow:hover {
    background: url("../images/arrow-left-hover.png") no-repeat 50%;
}

.tuijian_right_arrow {
    right: 10px;
    background: url("../images/arrow-right.png") no-repeat 50%;
}

.tuijian_right_arrow:hover {
    background: url("../images/arrow-right-hover.png") no-repeat 50%;
}

.tuijian_arrow {
    width: 30px;
    height: 24px;
    cursor: pointer;
    text-indent: -999px;
    position: absolute;
    top: 15px;
    border: 1px solid #ddd;
}

.tuijian_box .item {
    width: 23.5%;
    float: left;
}

/*首页软件推荐end*/


/*首页通用左侧样式*/
.left_box {
    width: 234px;
    float: left;
    padding-top: 14px;
    margin-top: 14px;
    position: relative;
    z-index: 10;
}

.left-brick {
    position: relative;
    min-height: 614px;
}

/*软件推荐用块样式 start*/
.left-brick-red {
    position: relative;
    border-top: 1px solid red;
}

/*软件推荐用块样式 start*/

.left-brick-item {
    padding: 0;
    position: relative;
    float: left;
    width: 234px;
    height: 300px;
    background: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-align: center;
}

.left-brick-item:hover {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.5s;
}

/*首页通用右侧样式*/
.right_box {
    width: 978px;
    float: left;
    margin-left: 14px;
    text-align: center;
}

/*微软模块左侧样式 start*/
.microsoft {
    position: relative;
    min-height: 614px;
    /* background:#387ac9 url(../images/microsoft_bg.jpg) no-repeat 50% 50%; */
}

.microsoft ul {
    position: relative;
    top: 147px;
    left: 35px;
}

.microsoft ul li {
    line-height: 65px;
}

/*微软模块左侧样式 end */

/*wps模块左侧样式 start*/
.wpsoffice {
    position: relative;
    min-height: 436px;
    background: #387ac9 url(../images/img/tubiao.png) no-repeat 50% 50%;
}
/*wps模块左侧样式 end*/

/*adobe模块左侧样式 start*/
.adobe {
    position: relative;
    min-height: 614px;
    /* background:#387ac9 url(../images/adobe_bg.jpg) no-repeat 50% 50%; */
}

.adobe .cont {
    position: relative;
    top: 123px;
    padding: 20px;
    line-height: 26px;
}

.adobe .cont p {
    margin-top: 20px;
}

.adobe .cont .btn {
    display: block;
    width: 115px;
    height: 35px;
    line-height: 35px;
    color: #000;
    text-align: center;
    background-color: #fff;
    font-size: 14px;
}

.adobe .cont .btn:hover {
    background-color: #ff6700;
    color: #fff;
}

/*adobe模块左侧样式 end*/


/*通栏banner start*/
.banner {
    margin: 20px 0 20px 0;
    position: relative;
    width: 100%;
}

.banner img {
    width: 100%;
}

/*通栏banner end*/


/*首页选项卡样式 start*/
/*通用选项卡自定义样式*/
.layui-tab, .layui-tab-brief, layui-tab-title {
    position: relative;
    z-index: 18;
}

/*选项卡自定义样式-*/
	/* 橙色 start */
	.layui-tab-brief-orange > .layui-tab-title .layui-this {
		color: #da5a19
	}

	.layui-tab-brief-orange > .layui-tab-more li.layui-this:after, .layui-tab-brief-orange > .layui-tab-title .layui-this:after {
		border: none;
		border-radius: 0;
		border-bottom: 2px solid #da5a19
	}

	.layui-tab-brief-orange[overflow] > .layui-tab-title .layui-this:after {
		top: -1px
	}
	/* 橙色 end */
	
	
	
	
	/* BNU micro start */
	
		.layui-tab-brief-bnu-micro > .layui-tab-title .layui-this {
			color: #40aad1
		}
		
		.layui-tab-brief-bnu-micro > .layui-tab-more li.layui-this:after, .layui-tab-brief-bnu-micro > .layui-tab-title .layui-this:after {
			border: none;
			border-radius: 0;
			/* border-bottom: 2px solid #40aad1 */
			
			/* BNU 北京师范大学个性化修改 */
			
				border-top: 2px solid #40aad1;
				
				/* 设置渐变色 */
					/*IE*/
					FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=rgba(0,144,221,.5),endColorStr=rgba(0,0,0,0));
					/*火狐*/ 
					background:-moz-linear-gradient(top,rgba(0,144,221,.5),rgba(0,0,0,0));
					/*谷歌*/ 
					background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(rgba(0,144,221,.5)),to(rgba(0,0,0,0)));
					
					/* Safari & Chrome*/
					background-image: -webkit-gradient(linear,left bottom,left top,color-start(0, rgba(0,144,221,.5)),color-stop(1, rgba(0,0,0,0)));
					/*IE6 & IE7*/
					filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='rgba(0,144,221,.5)', endColorstr='rgba(0,0,0,0)');
					/* IE8 */
					-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='rgba(0,144,221,.5)', endColorstr='rgba(0,0,0,0)')";
				/* 设置渐变色 */
				
			/* BNU 北京师范大学个性化修改 */
		}
		
		.layui-tab-brief-bnu-micro[overflow] > .layui-tab-title .layui-this:after {
			top: -1px
		}
	/* BNU micro end */
	
	/* BNU orange start */
	
		.layui-tab-brief-bnu-orange > .layui-tab-title .layui-this {
			color: rgba(255,103,0,1)
		}
		
		.layui-tab-brief-bnu-orange > .layui-tab-more li.layui-this:after, .layui-tab-brief-bnu-orange > .layui-tab-title .layui-this:after {
			border: none;
			border-radius: 0;
			/* border-bottom: 2px solid rgba(255,103,0,1) */
			
			/* BNU 北京师范大学个性化修改 */
			
				border-top: 2px solid rgba(255,103,0,1);
				
				/* 设置渐变色 */
					/*IE*/
					FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=rgba(255,103,0,.5),endColorStr=rgba(0,0,0,0));
					/*火狐*/ 
					background:-moz-linear-gradient(top,rgba(255,103,0,.5),rgba(0,0,0,0));
					/*谷歌*/ 
					background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(rgba(255,103,0,.5)),to(rgba(0,0,0,0)));
					
					/* Safari & Chrome*/
					background-image: -webkit-gradient(linear,left bottom,left top,color-start(0, rgba(255,103,0,.5)),color-stop(1, rgba(0,0,0,0)));
					/*IE6 & IE7*/
					filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='rgba(255,103,0,.5)', endColorstr='rgba(0,0,0,0)');
					/* IE8 */
					-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='rgba(255,103,0,.5)', endColorstr='rgba(0,0,0,0)')";
				/* 设置渐变色 */
				
			/* BNU 北京师范大学个性化修改 */
		}
		
		.layui-tab-brief-bnu-orange[overflow] > .layui-tab-title .layui-this:after {
			top: -1px
		}
	/* BNU orange end */
	
	
	/* BNU wathet start */
	
		.layui-tab-brief-bnu-wathet > .layui-tab-title .layui-this {
			color: rgba(64,170,209,1)
		}
		
		.layui-tab-brief-bnu-wathet > .layui-tab-more li.layui-this:after, .layui-tab-brief-bnu-wathet > .layui-tab-title .layui-this:after {
			border: none;
			border-radius: 0;
			/* border-bottom: 2px solid rgba(64,170,209,1) */
			
			/* BNU 北京师范大学个性化修改 */
			
				border-top: 2px solid rgba(64,170,209,1);
				
				/* 设置渐变色 */
					/*IE*/
					FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=rgba(64,170,209,.5),endColorStr=rgba(0,0,0,0));
					/*火狐*/ 
					background:-moz-linear-gradient(top,rgba(64,170,209,.5),rgba(0,0,0,0));
					/*谷歌*/ 
					background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(rgba(64,170,209,.5)),to(rgba(0,0,0,0)));
					
					/* Safari & Chrome*/
					background-image: -webkit-gradient(linear,left bottom,left top,color-start(0, rgba(64,170,209,.5)),color-stop(1, rgba(0,0,0,0)));
					/*IE6 & IE7*/
					filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='rgba(64,170,209,.5)', endColorstr='rgba(0,0,0,0)');
					/* IE8 */
					-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='rgba(64,170,209,.5)', endColorstr='rgba(0,0,0,0)')";
				/* 设置渐变色 */
				
			/* BNU 北京师范大学个性化修改 */
		}
		
		.layui-tab-brief-bnu-wathet[overflow] > .layui-tab-title .layui-this:after {
			top: -1px
		}
	/* BNU wathet end */
	
	
	
	
/*选项卡自定义样式-*/


/*选项卡自定义样式-淡蓝色 start*/
.layui-tab-brief-wathet > .layui-tab-title .layui-this {
    color: #40aad1
}

.layui-tab-brief-wathet > .layui-tab-more li.layui-this:after, .layui-tab-brief-wathet > .layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #40aad1
}

.layui-tab-brief-wathet[overflow] > .layui-tab-title .layui-this:after {
    top: -1px
}


.layui-tab .layui-tab-title {
    text-align: right !important
}



	/* BNU 北京师范大学个性化修改 */
	.layui-tab .layui-tab-title-bnu {
		/* 左对齐 */
		text-align: left !important
	}
	/* BNU 北京师范大学个性化修改 */

/*选项卡自定义样式-淡蓝色 end*/
/*首页选项卡样式 end*/

/*二维码盒子 start*/
.qrcode_box {
    display: none;
    position: absolute;
    width: 108px;
    height: 108px;
    padding: 2px;
    z-index: 999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 70px;
    margin: auto;

}

.items-box a:hover .qrcode_box {
    display: block;
}

/*二维码盒子 end*/


/*底部样式 start*/
.footer {
    margin-top: 30px;
    padding: 30px;
}

.footer p {
    line-height: 30px;
}

.footer .right-box {
    text-align: right;
}

/*底部样式 end*/


/*左边导航*/
.left_nav_mask {
    display: none;
}

.left_nav_btn {
    display: none;
}

.left_nav_close {
    display: none;
}

.left_nav {
    display: none;
}


.left_nav .layui-nav .layui-nav-item {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    line-height: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

.left_nav .layui-nav .layui-nav-item a {
    display: block;
    padding: 0 5px;
    transition: all .3s;
    -webkit-transition: all .3s
}

/*面包屑start*/

.breadcrumbs {
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    background: #f5f5f5;
    color: #616161;
}

/*面包屑end*/

/*分类列表样式*/
.category-list {
    position: relative;
    background-color: #fff;
    overflow: hidden;
}


.category-list .box-bd {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.category-list .box-bd .items-box {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 24px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    padding-bottom: 26px;
    margin-right: -4px;
    margin-top: -1px;
}

.category-list .box-bd .items-box:hover {
    /*    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
        transition: box-shadow 0.5s;*/
    box-shadow: none;
}

/*.category-list .box-bd ul:nth-child(n):nth-last-child(-n+4) >li{
  border-bottom: 1px solid #fff;
}*/


.category-list .box-bd .items-box img {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    padding: 15px 10px 30px 10px;
}

.category-list .box-bd .items-box .title {
    text-align: center;
    margin: 15px 10px 2px;
    padding: 2px;
    color: #333;
    font: normal 110%/1.1 Microsoft yahei;
    position: relative;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.category-list .box-bd .items-box .desc {
    text-align: center;
    margin: 0 10px 10px;
    height: 18px;
    font-size: 12px;
    color: #b0b0b0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.category-list .box-bd .items-box p {
    text-align: center;
    margin: 10px 10px 2px;
    height: 18px;
    font-size: 12px;
    color: #b0b0b0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.category-list .box-bd .items-box i {
    text-align: center;
    height: 18px;
    font-size: 18px;
    color: #b0b0b0;
}


/*下载详情页样式 start*/
/*浮动条start*/
.product-box {
    position: relative;
    z-index: 4;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .07);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .07);
}

.product-box .nav-bar-hidden {
    position: fixed;
    top: -10px;
    left: 0;
    z-index: 99;
    width: 100%;
    margin-top: -60px;
    -webkit-transition: margin-top .3s linear;
    transition: margin-top .3s linear;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-box .nav-bar {
    position: relative;
    height: 63px;
    width: 100%;
    margin-top: 0;
    color: #616161;
}

.product-box .nav-bar h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 60px;
    color: #424242;
    float: left;
}

.product-box .nav-bar .layui-layout-right {
    margin: 17px 0 0 0;
}

.product-box .nav-bar .layui-layout-right .separator {
    margin: 0 .5em;
    color: #424242;
}

.floating_top_fixed {
    position: fixed;
    z-index: 10001;
    top: 0;
    width: 100%;
}

/*浮动条end*/

/*参数详情*/
.product-detail {
    justify-content: center;
    padding-top: 32px;
    padding-bottom: 12px;
}

.product-detail .imgbox {
    width: 100%;
    position: relative;
}

.product-detail .imgbox img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.product-detail .product-con {
    margin-left: 20px;
    background-color: #fff;
}

.product-detail .product-con h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 400;
    color: #212121;
}

.product-detail .product-con .note {
    color: #ff6700;
    margin: 0;
    padding: 0;
    padding-top: 8px;
    line-height: 1.5;
}

.product-detail .product-con .desc {
    color: #b0b0b0;
    margin: 0;
    padding: 0;
    padding-top: 8px;
    line-height: 2.0;
}

.product-detail .product-con .desc span {
    padding: 0 15px 0 0;
}


.product-detail .down-option .title {
    padding-top: 8px;
    font-size: 18px;
    font-weight: 500
}


/*下载地址*/
.product-detail .down-option li.active, .product-detail .down-option li:hover {
    border-color: #ff6700;
}

.product-detail .down-option li.active a, .product-detail .down-option li:hover a {
    color: #ff6700;
}

.product-detail .down-option li {
    margin-right: 12px;
    margin-top: 10px;
    line-height: 42px;
    height: 42px;
    position: relative;
    border: 1px solid #e0e0e0;
    list-style: none;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    float: left;
    width: 45%;
    font-size: 16px;
    text-align: center;
}

.product-detail .down-option li:nth-child(2n) {
    margin-right: 0;
}

/*联系方式*/
.product-detail .contact {
    margin-top: 20px;
    background: #f9f9fa;
    padding: 30px;
    margin-bottom: 20px;
}

.product-detail .contact i {
    font-size: 24px;
    color: #ff6700;
}

.product-detail .contact span {
    font-size: 26px;
    color: #ff6700;
}

.product-detail .contact small {
    font-size: 16px;
    color: #ff6700;
}


/*下载详情介绍*/
.product-content {
    border-top: 1px solid #e1e1e1;
}

.product-content .layui-tab .layui-tab-title {
    text-align: center !important;
    /*    margin-top:-10px;*/
    padding-top: 10px;
}

.product-content .cont {
    margin: 0 auto 15px;
    line-height: 33px;
    padding: 20px;
}

.product-content .cont p {
    word-break: break-all;
    white-space: wrap !important;
    overflow: hidden;
    font-size: 16px !important;
    font-weight: normal !important;
    font-style: normal !important;
    border: none !important;
    background: none !important;
    color: #757575;
    letter-spacing: normal !important;
}

.product-content .cont img {
    display: block;
    max-width: 100%;
    /*max-width:1000px;*/
    /*width: 100%;*/
    margin: 0 auto;
}

/*详情页样式 end*/


/*个人中心样式 start*/
.member_box {
    margin-left: -4px;
}

.member-left {
    width: 234px;
    float: left;
    min-height: 600px;
    background-color: #fff;
}

.member-right {
    width: 978px;
    float: left;
    min-height: 600px;
    margin-left: 14px;
}

.member-menu {
    background: #fff;
    padding: 36px 0;
}

/*左侧导航 start*/
.member-menu h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 52px;
    color: #333;
    margin: 0;
    padding: 0;
}

.member-menu .menu-box {
    margin: 0 48px 12px;
}

.member-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.member-menu li {
    padding: 6px 0;
}

.member-menu .active a, .member-menu .active a:hover {
    color: #ff6700;
}

.member-menu li a {
    color: #757575;
}

/*左侧导航 end*/


/*右侧内容块 start*/

.uc-box {
    background: #fff;
}

.uc-main-box {
    padding: 18px 0;
}

.uc-box .uc-content-box {
    margin: 0 28px;
}

.uc-box .uc-content-box .title {
    margin: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 68px;
    color: #757575;
}

.uc-box .uc-content-box small {
    margin-left: 10px;
    font-size: 12px;
    line-height: 1.5;
}

/*已服务*/
.data-list {
    margin: 40px 0;
    padding: 0;
    list-style-type: none;
}

.data-list li {
    text-align: center;
    padding-bottom: 20px;
    margin-left: 100px;
    margin-top: -100px;
}

.data-list i {
    display: block;
    font-size: 56px;
    margin: 0 auto 40px;
    color: #fff;
    line-height: 100px;
    position: relative;
    left: -100px;
    bottom: -120px;

}

.data-list h3 {
    margin: 0 0 5px;
    font-size: 32px;
    font-weight: 400;
    color: #333;
}

.data-list h3 small {
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: 400;
    color: #ff6700;
}

.data-list p {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 15px;
    color: #757575;
}

.data-list .circle_blue {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #01a4ef;
}

.data-list .circle_yellow {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ffb901;
}

.data-list .circle_orange {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #f25022;
}


/*大家都在用*/

/*自定义轮播样式 start*/
.layadmin-carousel .layui-carousel-ind {
    position: absolute;
    top: -41px;
    text-align: right;
}

.layadmin-carousel .layui-carousel-ind ul {
    display: inline-block;
    padding: 5px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.layadmin-carousel .layui-carousel-ind li {
    background-color: #e2e2e2;
}

.layadmin-carousel .layui-carousel-ind li.layui-this {
    background-color: #929292;
}

.layui-carousel > [carousel-item] > * {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
}

/*自定义轮播样式 end*/


/*我要申请*/
.service-choose-list {
    margin: 40px 0;
    padding: 0;
    list-style-type: none;
}

.service-choose-list li {
    text-align: center;
    padding-bottom: 20px;
}

.service-choose-list i {
    display: block;
    font-size: 56px;
    margin: 0 auto 40px;
    color: #8cc34b;
}

.service-choose-list h3 {
    margin: 0 0 5px;
    font-size: 22px;
    font-weight: 400;
    color: #333;
}

.service-choose-list p {
    margin: 0 0 15px;
    color: #757575;
}

.service-choose-list .btn-line-green {
    border-color: #8cc34b;
    background: #fff;
    color: #8cc34b;
}

.service-choose-list .btn {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 158px;
    height: 38px;
    padding: 0;
    margin: 0;
    border: 1px solid #8cc34b;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    color: #8cc34b;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.service-choose-list .btn a {
    color: #8cc34b;
}

/*知识库样式 start*/
.knowledge .layui-tab .layui-tab-title {
    text-align: left !important;
    margin-top: -10px;
    margin-bottom: 10px;
}

.knowledge .cont {
    margin: 0 auto 15px;
    line-height: 33px;
    padding: 20px;
}

.knowledge .cont p {
    word-break: break-all;
    white-space: wrap !important;
    overflow: hidden;
    font-size: 16px !important;
    font-weight: normal !important;
    font-style: normal !important;
    border: none !important;
    background: none !important;
    color: #757575;
    letter-spacing: normal !important;
}

.knowledge .cont img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

/*知识库样式 end*/

/*调查问卷样式 start*/
.survey .cont {
    margin: 0 auto 15px;
    line-height: 33px;
    padding: 20px;
}

.survey .cont p {
    word-break: break-all;
    white-space: wrap !important;
    overflow: hidden;
    font-size: 16px !important;
    font-weight: normal !important;
    font-style: normal !important;
    border: none !important;
    background: none !important;
    color: #757575;
    letter-spacing: normal !important;
}

.survey .cont img {
    display: block;
    /*max-width:1000px;*/
    width: 100%;
    margin: 0 auto;
}

.survey-list {
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
}

.survey-list li {
    text-align: center;
    padding-bottom: 20px;
}

.survey-list img {
    display: block;
    width: auto;
    height: 110px;
    max-width: 150px;
    margin: 0 auto 40px;
    border: 1px solid #ccc;
    color: #ccc;
}

/*调查问卷样式 end*/

/*右侧内容块end*/

@media (max-width: 1266px) and (min-width: 1024px) {

    /*首页通用左侧样式*/
    .left_box {
        display: none;
    }

    /*首页通用右侧样式*/
    .right_box {
        width: 100%;
        height: auto;
        margin-left: -14px;
    }

    .banner {
        margin: 10px 0 0 0;
    }

    .banner img {
        width: 100%;
        height: 110px;
    }

    #link_box {
        display: none;
    }

    .home-title {
        position: relative;
        color: 000;
        font-size: 22px;
        left: 40%;
        bottom: -20px;
        display: block;
    }

    .member-left {
        display: none;
    }

    .member-right {
        width: auto;
        margin: 0 auto;
        padding: 0 10px
    }

}

@media screen and (max-width: 1024px) {
    /*首页通用左侧样式*/
    .left_box {
        display: none;
    }

    /*首页通用右侧样式*/
    .right_box {
        width: 100%;
        height: auto;
        margin-left: -14px;
    }

    .banner {
        margin: 10px 0 0 0;
    }

    .banner img {
        width: 100%;
        height: 110px;
    }

    #link_box {
        display: none;
    }

    .home-title {
        position: relative;
        color: 000;
        font-size: 22px;
        left: 45%;
        bottom: -20px;
        display: block;
    }

    .member-left {
        display: none;
    }

    .member-right {
        width: auto;
        margin: 0 auto;
        padding: 0 10px
    }

}

@media (max-width: 1024px) and (min-width: 1000px) {
    /*首页通用左侧样式*/
    .left_box {
        display: none;
    }

    /*首页通用右侧样式*/
    .right_box {
        width: 100%;
        height: auto;
        margin-left: -14px;
    }

    .banner {
        margin: 10px 0 0 0;
    }

    .banner img {
        width: 100%;
        height: 110px;
    }

    #link_box {
        display: none;
    }

    .home-title {
        position: relative;
        color: 000;
        font-size: 22px;
        left: 45%;
        bottom: -20px;
        display: block;
    }

    .header-search {
        display: none;
    }


    .member-left {
        display: none;
    }

    .member-right {
        width: auto;
        margin: 0 auto;
        padding: 0 10px
    }

}

@media screen and (max-width: 1000px) {
    /*首页通用左侧样式*/
    .left_box {
        display: none;
    }

    /*首页通用右侧样式*/
    .right_box {
        width: 100%;
        height: auto;
        margin-left: -14px;
    }

    .banner {
        margin: 10px 0 0 0;
    }

    .banner img {
        width: 100%;
        height: 100px;
    }

    #link_box {
        display: none;
    }

    .home-title {
        position: relative;
        color: 000;
        font-size: 22px;
        left: 45%;
        bottom: -20px;
        display: block;
    }

    .header-search {
        display: none;
    }

    .member-left {
        display: none;
    }

    .member-right {
        width: auto;
        margin: 0 auto;
        padding: 0 10px
    }

}

@media screen and (max-width: 768px) {
    html body {
        margin-top: 65px;
    }

    .header {
        top: 0;
        z-index: 20;
        height: 66px;
        position: fixed;
        background-color: #fff;
        border-bottom: 1px solid #f2f2f2;
        width: 100%;
    }

    .header .header-logo {
        float: left;
        margin-top: 0px;
    }

    .header .logo {
        position: relative;
        display: block;
        overflow: hidden;
		height: 65px;
		text-align: left;
		padding-top: 8px;
    }

    .header .logo img {
        position: relative;
        display: block;
        overflow: hidden;
		width: 190px;
		height: 50px;
    }

    .pros {
        display: none !important
    }

    .banner {
        margin: 10px 0 0 0;
    }

    .banner img {
        width: 100%;
        height: 80px;
    }

    .right_box {
        width: 100%;
        text-align: center;
        height: auto;
        margin-left: 0;
    }


    .home-title {
        position: relative;
        color: 000;
        font-size: 22px;
        left: 40%;
        bottom: -20px;
        display: block;
    }

    .common-brick-item-s .more small {
        display: none;
    }

    .tuijian_box .item {
        width: 32.5%;
        float: left;
    }


    .data-list li {
        text-align: center;
        padding-bottom: 20px;
        margin-left: 100px;
        margin-top: -100px;
    }

    .data-list i {
        display: block;
        font-size: 56px;
        margin: 0 auto 40px;
        color: #fff;
        line-height: 100px;
        position: relative;
        left: -100px;
        bottom: -120px;

    }

    .data-list h3 {
        font-size: 28px;
    }

    .data-list p {
        font-size: 14px;
        font-weight: 400;
        margin: 0 0 15px;
        color: #757575;
    }

    /*响应式表格 start*/
    .layui-table {
        width: 100%;
    }

    .layui-table thead {
        display: none;
    }

    .layui-table tr {
        display: block;
        padding: 10px;
    }

    .layui-table td {
        display: flex;
        padding: 10px 0;
        flex-basis: 80%;
    }

    .layui-table td:before {
        padding-right: 10px;
        content: attr(data-label);
        flex-basis: 10%;
    }

    /*响应式表格 end*/
    .layui-carousel-arrow {
        display: none \9;
        opacity: 0;
        position: absolute;
        left: 10px;
        top: 50%;
        margin-top: -18px;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        font-size: 20px;
        border: 0;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, .2);
        color: #fff;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        cursor: pointer;
        margin-left: 0px;
    }


    /*左边导航*/
    .left_nav {
        display: none;
        left: -200px;
        top: 66px;
    }

    .layui-nav-itemed .layui-nav-child a {
        padding-left: 30px;
    }

    .left_nav_mask {
        content: '';
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(255, 255, 255, .8);
        z-index: 19;
    }

    .left_nav_btn {
        display: block;
        position: fixed;
        z-index: 10001;
        top: 5px;
        right: 15px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 2px;
        text-align: center;
        cursor: pointer;
    }

    .left_nav_close {
        display: none;
        position: fixed;
        z-index: 10001;
        top: 5px;
        right: 15px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 2px;
        text-align: center;
        cursor: pointer;
    }

    .left_nav_show {
        left: 0;
        display: block;
    }

    .layui-side, .layui-side-scroll {
        width: 100%;
    }

    .layui-side .layui-nav-item {
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 45px;
    }

    .layui-nav-tree {
        width: 100%;
        padding: 10px;
    }

    .layui-side .layui-nav-item a {
        font-size: 1rem;
    }

    .layui-side .layui-nav-item em {
        position: absolute;
        right: 10px;
        top: 0;
        font-size: 1rem;
    }


}

@media screen and (max-width: 450px) {
    .right_box {
        width: 100%;
        text-align: center;
        height: auto;
    }

    .tuijian_box .item {
        width: 48.5%;
        float: left;
    }

    .layui-carousel-arrow {
        display: none \9;
        opacity: 0;
        position: absolute;
        left: 10px;
        top: 50%;
        margin-top: -18px;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        font-size: 20px;
        border: 0;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, .2);
        color: #fff;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        cursor: pointer;
        margin-left: 0px;
    }

}

.animImage1 {
-webkit-animation-name: imageAnim;
-webkit-animation-duration: 1.5s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
-webkit-animation-timing-function: ease;
-webkit-animation-play-state: running;
}
@-webkit-keyframes imageAnim{
0% {opacity: 1;}
50% {opacity: 0.5;}
100% {opacity: 0;}
}