@charset "utf-8";
body {margin: 0;padding: 0;background-color: #FFFFFF; color: #333333;}
ul,h3,h2,h1,li,p {padding: 0;margin: 0;list-style: none;}
a{color: #333333;}
a:hover,a:focus{text-decoration: none;color: #333333;}
.btn:focus,.btn:active,.btn:focus:active{outline: 0;}
/*滚动条*/
/* ::-webkit-scrollbar-corner { background-color:#ffffff;}
::-webkit-scrollbar{width: 6px; height:6px; border-radius:3px; }
::-webkit-scrollbar-track{ background:none; }
::-webkit-scrollbar-thumb{ background-color:rgba(0,0,0,0.4); border-radius:3px; } */
/* 清除浮动 */
.clearfix:after,.clearfix:before{display: table; content: " ";clear: both;}
/* 盒子 */
.flex{display: flex;}
/* 充满父元素 */
.flex-bd{flex: 1;}
/* 水平居中 */
.flex-center{align-items: center;}
/* 水平两端对齐 */
.flex-between{-webkit-box-pack: justify;-moz-justify-content: space-between;-webkit-justify-content: space-between;justify-content: space-between}
/* 垂直居中 */
.flex-cz {-webkit-box-pack: center;	-moz-justify-content: center;-webkit-justify-content: center;justify-content: center;}
/* 超出隐藏 */
.line-1{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.line-2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
/* 文本域 */
textarea{width: 100%; height: 40px; resize: none;outline: none;}
/* 图片滑过放大 */
.whole-img img{transition: .6s all;}
.whole-img img:hover{transform: scale(1.1);}
/* 背景图不重复 */
.whole-bgt{	background-position: center;background-repeat: no-repeat;background-size: cover;}


/* 通用样式 */
.whole-bgk{
	background-color: #ebedf3;
}
.section-whole{
	padding: 20px 0 50px;
}
.foot{
	background-color: #262932;
	color: #d8d8d8;
	padding: 50px 0 20px;
}
.foot .foot-row{
	display: flex;
	justify-content: space-between;
}
.foot .foot-col{
	margin-right: 50px;
}
.foot .foot-row .foot-col:first-child{
	flex: 1;
}
.foot .foot-row .foot-col:last-child{
	margin-right: 0;
}
.foot-ewm-col:first-child{
	margin-right: 25px;
}
.foot a{
	color: #d8d8d8;
}
.foot dt{
	margin-bottom: 30px;
	font-size: 24px;
}
.foot dl{
	font-size: 16px;
} 
.foot .more{
	margin-top: 20px;
	display: block;
}
.foot-copy{
	text-align: center;
	color: #FFFFFF;
	background-color: #191a1f;
	padding: 22px 0;
}
.foot-ewm-col{
	margin-right: 10px;
}
.jian_right{
	display: none;
}
.form-inline .icon-tel-5{
	font-size: 26px;
	margin-right: 10px;
}
.form-inline p{
	line-height: 20px;
	font-size: 18px;
	color: #20222a;
	margin-top: -20px;
}
header{
	background-color: #FFFFFF;
	border-bottom: 1px solid #e5b98c;
	height: 60px;
	z-index: 99999999;
	position: relative;
}
.navbar-light .navbar-nav .nav-link{
	font-size: 18px;
	color: #333333;
	padding: 0.5rem 35px;
}
.navbar-light .navbar-nav .active > .nav-link{
	color: #e5b98c;
}
.navbar-brand{
	margin-right: 1.5rem;
}
.navbar{
	padding:0 15px;
	position: relative;
}
.navbar .container{
	height: 60px;
}
/* .navbar::before{
	content: '';
	width: 100%;
	height: 1px;
	background-color: ;
	position: absolute;
	bottom: 0;
	left: 0;
} */

.pagination{
	justify-content: center;
	padding: 20px 0 40px;
}
.page-link{
	border: 1px solid #e6e6e6;
	color: #333333;
	padding: 0.32rem 0.67rem;
	margin:0 3px
}
.page-item:first-child .page-link,
.page-item:last-child .page-link{
	border-radius: 0;
}
.page-item.active .page-link {
    background-color: #e5b98c;
    border-color: #e6e6e6;
}
.page-link:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #e5b98c;
    border-color: #e6e6e6;
}
.page-link:focus{
	box-shadow: 0 0 0;
}

.section{
	padding: 50px 0 60px;
}













/* 关于我们 */
.about-data{
	margin: -114px 0 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 0 4px 1px rgba(0,0,0,0.13);
	padding: 33px 120px;
	z-index: 9;
	position: relative;
}
.about-data-num{
	font-size: 50px;
	color: #e5b98c;
}
.about-data-num>span{
	font-size: 18px;
}
.about-data-tt{
	font-size: 18px;
}
.about-coop-name{
	font-size: 36px;
}
.about-coop-desc{
	font-size: 18px;
	margin: 20px 0 60px;
}
.about-coop{
	margin-bottom: 100px;
}
.about-coop-img .container{
	display: flex;
	flex-wrap: wrap;
}
.about-coop-img p{
	background-color: #FFFFFF;
	border: 1px solid #d8d8d8;
	border-radius: 10px;
	text-align: center;
	padding: 15px 0;
	/* margin-right: 7px; */
	margin-bottom: 30px;
	overflow: hidden;
}
.about-coop-img p:nth-child(6n){
	margin-right: 0;
}

/* 论文知识 */
.thesis-list,
.thesis-bd,
.thesis-hot,
.thesis-content{
	background-color: #FFFFFF;
	padding: 0 15px;
}
.thesis-list,
.rep-left{
	flex: 1;
}
.nav-tabs{
	border-bottom: 1px solid #e6e6e6;
}

.nav-tabs .nav-link{
	margin-bottom: 0;
	margin-right: 1rem;
	border: 0;
	color: #333333;
	padding: 1rem;
}
.nav-tabs .nav-link.active{
	position: relative;
	color: #e5b98c;
}
.nav-tabs .nav-link.active::before{
	content: '';
	width: 74px;
	height: 2px;
	background-color: #e5b98c;
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: -37px;
}
.thesis-panel-tt{
	font-size: 18px;
	margin-bottom: 10px;
	overflow: hidden;
}
.thesis-panel-desc{
	font-size: 16px;
	color: #999999;
	height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 20px;
}
.thesis-list .tab-pane{
	padding: 0 3px;
}
.thesis-bd{
	border-top: 1px solid #e6e6e6;
	padding-top: 20px;
	margin-top: 20px;
}
.thesis-panel{
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.thesis-hot{
	margin-bottom: 20px;
}
.thesis-hot,
.thesis-content{
	background-color: #FFFFFF;
}
.thesis-hot-hd{
	border-bottom: 1px solid #e6e6e6;
	padding:15px;
	display: flex;
	align-items: center;
	margin: 0 -15px;
}
.thesis-hot-icon{
	width: 25px;
	height: 25px;
	background-color: #e5b98c;
	border-radius: 100%;
	text-align: center;
	line-height: 25px;
	color: #FFFFFF;
	margin-right: 16px;
}

.thesis-hot-tt{
	font-size: 18px;
	color: #e5b98c;
}
.thesis-col{
	display: flex;
}
.thesis-right{
	width: 290px;
	margin-left: 20px;
}
.thesis-hot-bd,
.thesis-content-bd{
	padding: 24px 0;
}
.thesis-hot-rank{
	position: relative;
	margin-bottom: 15px;
	font-size: 16px;
	min-height: 22px;
	line-height: 22px;
}
.thesis-hot-rank>span{
	display: block;
	line-height: 22px;
	width: 22px;
	margin-right: 4px;
	float: left;
}
.thesis-hot-rank>img{
	position: absolute;
	left: 0;
	top: 0;
}
.thesis-hot-rank>img+span{
	display: block;
	line-height: 22px;
	width: auto;
	overflow: hidden;
	margin-right: 0;
	padding-left: 28px;
	float: none;
}
.thesis-hot-rank>a{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.thesis-ewm{
	display: flex;
	margin-bottom: 50px;
}
.thesis-ewm-panel{
	text-align: center;
	margin: 0 5px;
}
.thesis-ewm-panel img{
	width: 100%;
}
.thesis-ewm-panel>span{
	display: block;
}
.thesis-content-p{
	font-size: 16px;
	margin-bottom: 20px;
	padding: 0 10px;
}
.paper-dete-content .thesis-qq-btn .btn-primary{
	width: 240px;
	padding: 11.5px 0;
}
.paper-dete-content .thesis-qq-btn .btn-primary .iconfont{
	margin-right: 10px;
}




/* 论文知识详情 */
.thesis-show-name{
	font-size: 18px;
	border-bottom: 1px solid #e6e6e6;
	padding: 20px 0;
}
.thesis-show-bd{
	padding-top: 20px;
}
.thesis-show-bd p{
	margin-bottom: 40px;
}

.thesis_btn{
	font-size: 18px;
	color: #333333;
	padding: 10.5px 56px;
	border-radius: 6px;
	margin-right: 5px;
	border: 1px solid #aaaaaa;
}
.btn-outline-secondary:hover{
	background-color: #e5b98c;
	border: 1px solid #e5b98c;
	color: #FFFFFF;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus{
	box-shadow: 0 0 0;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active{
	background-color: #FFFFFF;
	border: 1px solid #aaaaaa;
	color: #333333;
	box-shadow: 0 0 0;
}

/* 报告下载 */
.rep-down{
	display: flex;
	overflow: hidden;
}
.rep-down .rep-left{
	width: 890px;
	float: left;
}
.thesis-right{
	float: right;
}
.rep-order{
	background-color: #FFFFFF;
	padding:0 15px 40px;
	margin-bottom: 20px;
}
.rep-order-num{
	font-size: 18px;
	color: #e5b98c;
	border-bottom: 1px solid #e6e6e6;
	padding: 20px 15px;
	margin: 0 -15px;
}
.rep-order-tips{
	font-size: 16px;
	color: #999999;
	margin: 40px 0;
}
.rep-query-from,
.rep-order-query,
.rep-why-col>a{
	position: relative;
	display: block;
}
.rep-why-col>a p,
.rep-why-col>a img{
	display: inline-block;
	vertical-align: middle;
}
.rep-query-from .flex-bd{
	flex: 1;
}
.rep-query-from .flex-bd .input{
	width: 100%;
	border: 1px solid #d6d6d6;
	padding: 21px 20px;
	border-radius: 10px;
	outline: none;
	cursor: pointer;
}
.rep-query-from .flex-bd .input::-webkit-input-placeholder{
	font-size: 16px;
	color: #cdcdcd;
}
.rep-query-from{
	position: relative;
	overflow: hidden;
	margin: 0 40px 0 20px;
	padding-right: 100px;
}
.rep-query-from .flex-bd{
	overflow: hidden;
}
.rep-query-tt{
	font-size: 18px;
	padding: 15px 0;
	line-height: 34px;
	float: left;
}
.rep-query-tt>span{
	color: #ff0000;
}
.btn_query{
	font-size: 18px;
	background-color: #e5b98c;
	padding: 19px 28px;
	border-radius: 10px;
	margin-left: 10px;
	color: #FFFFFF;
}
.rep-query-from .btn_query{
	position: absolute;
	right: 0;
	top: 0;
}
.btn_query:hover{
	background-color: #e5b98c;
	color: #FFFFFF;
}
.btn_query:focus{
	box-shadow: 0 0 0;
}
.rep-query-why{
	position: absolute;
    right: 92px;
    top: -12px;
	float: left;
	margin-right: 70px;
}
.rep-report{
	background-color: #FFFFFF;
	padding:80px 15px 348px;
}
.rep-report-none{
	display: flex;
	align-items: center;
	justify-content: center;
}
.thesis-panel:last-child{
	margin-bottom: 0;
}
.rep-report-none .iconfont{
	font-size: 30px;
	color: #bfbfbf;
	margin-right: 10px;
}
.rep-report-none p{
	color: #a9a6a6;
	font-size: 30px;
}
.rep-report-desc{
	font-size: 16px;
	color: #a9a6a6;
	text-align: center;
	margin: 15px 0 300px;
}
.rep-bd-tt span{
	color: #ff0000;
}
.rep-bd-tips{
	color: #e5b98c;
	background-color: #f4f4f4;
	padding: 23px 25px;
	margin-top: 20px;
}
.test-radio{
	display: flex;
	cursor: pointer;
	align-items: center;
}
.test-radio span{
	height: 24px;
	overflow: hidden;
	display: inline-block;
}
.test-radio input{
	-webkit-appearance: none;
	margin-right: 10px;
	cursor: pointer;
}
.test-radio input[type="checkbox"]::before{
    display: block;
    width: 22px;
	height: 22px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    content: "";
    text-decoration: none;
    border-radius: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    background-image: url(../images/wei.png);
}
.test-radio input[type=checkbox]:checked:before {
    background-image: url(../images/xuan.png);
}
.rep-right-bd{
	height: 375px;
	overflow-y: auto;
}
.paper-success-box{
	margin-bottom: 90px;
}
.rep-panel-col_tt{
	color: #e5b98c;
}
.rep-panel-col_desc{
	margin: 20px 0;
}
.rep-report-cnt{
	border-bottom: 1px solid #e6e6e6;
	margin: 0 -15px;
	padding: 0 15px;
}
.rer-report-btn{
	padding: 30px 0 10px;
}
.rep-btn-con{
	width: 100%;
	background-color: #e5b98c;
	border: 0;
	outline: 0;
	color: #FFFFFF;
	border-radius: 10px;
	padding: 12px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rep-btn-con .iconfont{
	font-size: 20px;
	margin-right: 10px;
}
.rep-btn-con:hover{
	color: #FFFFFF;
}
.rep-fixed,
.mb-rep-why{
	display: none;
}

/* 报告下载-下载 */
.rep-down-tt{
	font-size: 20px;
}
.rep-down-tt1{
	display: none;
}
.rep-down-col{
	display: flex;
	align-items: center;
	font-size: 16px;
	margin-bottom: 5px;
}
.rep-down-l{
	margin-right: 50px;
}
.rep-down-list{
	margin: 10px 0 20px;
	height: 50px;
	overflow: hidden;
	overflow-y: auto;
}
.rep-down-btn{
	background-color: #e5b98c;
	color: #FFFFFF;
	font-size: 18px;
	border-radius: 10px;
	padding: 9px 45px;
	margin-right: 15px;
}
.rep-down-btn:hover{
	color: #FFFFFF;
}
.rep-down-btn:focus{
	box-shadow: 0 0 0;
}
.rep-down-btn .iconfont{
	margin-right: 10px;
	font-size: 20px;
}
.rep-down-ft{
	margin-bottom: 20px;
}

.rep-rep-down{
	padding: 30px 15px 602px;
}


/* 论文检测-支付 */
.rep-order-num span{
	display: inline-block;
	width: 25px;
	height: 25px;
	background-color: #e5b98c;
	border-radius: 100%;
	text-align: center;
	line-height: 25px;
	color: #FFFFFF;
	margin-right: 16px;
}
.paper-data-tt{
	font-size: 18px;
	color: #e5b98c;
	margin-bottom: 20px;
}
.paper-data-desc{
	font-size: 16px;
}
.paper-data{
	background-color: #f4f4f4;
	padding: 28px;
	margin: 20px 0 30px;
	border-radius: 10px;
}
.paper-class{
	display: flex;
	padding-left: 10px;
}
.paper-class-panel{
	font-size: 20px;
	margin-right: 40px;
}
.paper-class-panel span{
	color: #fe0000;
	font-weight: bold;
}
.paper-btn{
	width: 256px;
	border: 1px solid #d6d6d6;
	padding: 11.5px 0;
	font-size: 18px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
}
.paper-btn span{
	margin-left: 20px;
}
.paper-pay-btn{
	display: flex;
	margin: 40px 0 60px;
}
.paper-btn:focus{
	box-shadow: 0 0 0;
}
.paper-pay-btn .active{
	position: relative;
	border: 1px solid #E5B98C;
}
.paper-pay-btn .active::before{
	content: '';
	width: 36px;
	height: 36px;
	background-image: url(../images/dui.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	bottom: -1px;
	right: -1px;
}
.paper-money-ewm{
	width: 222px;
	margin-right: 45px;
}
.paper-wx-desc{
	font-size: 18px;
	color: #FFFFFF;
	background-color: #50b674;
	text-align: center;
	margin: 0 10px;
	padding: 15px 0;
}
.paper-money-num{
	font-size: 18px;
	margin-bottom: 5px;
}
.paper-money-num span{
	color: #fe0000;
	font-size: 24px;
	font-weight: bold;
}
.paper-money-num .paper-p{
	font-size: 18px;
	color: #E5B98C;
	border-bottom: 1px solid #E5B98C;
	display: inline-block;
	margin-left: 2px;
}
.paper-pay-money{
	display: flex;
	align-items: center;
}
.paper-money_btn{
	width: 194px;
	margin-top: 30px;
}

.paper-money_btn:focus{
	box-shadow: 0 0 0;
}
.paper-pay{
	padding: 0px 15px 40px;
	background-color: #FFFFFF;
}
.paper-money-zfb{
	display: none;
}
.paper-pay-ft .btn-primary{
	background-color: #E5B98C;
	border-radius: 10px;
	border: 0;
	font-size: 18px;
	color: #FFFFFF;
	padding: 21.5px 61px;
	margin: 0 10px;
}
.paper-pay-ft .btn-primary:not(:disabled):not(.disabled):active{
	background-color: #E5B98C;
	color: #FFFFFF;
}
.paper-pay-ft .btn-outline-primary{
	border-radius: 10px;
	border: 1px solid #d6d6d6;
	font-size: 18px;
	color: #333333;
	padding: 20.5px 69px;
	margin: 0 10px;
}
.paper-pay-ft .btn-primary:focus,
.paper-pay-ft .btn-outline-primary:focus{
	box-shadow: 0 0 0;
}
.paper-pay-ft .btn-primary:not(:disabled):not(.disabled):active:focus,
.paper-pay-ft .btn-outline-primary:not(:disabled):not(.disabled):active:focus{
	box-shadow: 0 0 0;
}
.paper-pay-ft .btn-outline-primary:hover{
	background-color: #FFFFFF;
	color: #333333;
}
.paper-pay-ft .btn-outline-primary:not(:disabled):not(.disabled):active{
	background-color: transparent;
	color: #333333;
	border: 1px solid #d6d6d6;
}
.paper-pay-ft{
	margin-top: 270px;
	margin-bottom: 10px;
}
.mb-paper-ft,
.rep-down-ft{
	display: none;
}


/* 论文检测-职称 */

.paper-dete{
	background-color: #FFFFFF;
	padding: 30px 16px;
}
.paper-dete .nav-tabs{
	border:0;
	justify-content: space-between;
	margin-bottom: 40px;
}
.paper-dete .nav-tabs>li{
	width: 32%;
	margin-top: 32px;
}
.paper-dete .nav-tabs .nav-link{
	margin: 0;
	padding:0;
	border: 1px solid #d6d6d6;
	border-radius: 10px;
}
.paper-dete-hd{
	text-align: center;
}
.paper-dete-name{
	font-size: 24px;
	padding-top: 36px;
}
.paper-dete-span{
	font-size: 16px;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 20px;
}
.paper-dete-desc{
	font-size: 14px;
	padding: 15px 0;
}
.paper-dete .nav-tabs .nav-link.active{
	border: 1px solid #E5B98C;
	border-radius: 10px;
}
.paper-dete .nav-tabs .nav-link.active .paper-dete-span{
	color: #ff0000;
	border-bottom: 1px solid #E5B98C;
	font-weight: 500;
}
.paper-dete .nav-tabs .nav-link.active::before{
	width: 92px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	background-color: #ff482a;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	content: '已选中';
	top: -14px;
	left: 36px;
	font-size: 16px;
}

.paper-dete-title{
	font-size: 18px;
}
.paper-dete-title span{
	color: #ff0000;
}

.paper-dete-col,
.paper-dete-head{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.paper-dete-title{
	margin-right: 26px;
}
.paper-dete-input{
	flex: 1;
	position: relative;
}
.paper-dete-input .icon-calendar{
	position: absolute;
	top: 20px;
	right: 15px;
	font-size: 20px;
}
.paper-dete-input .input{
	width: 100%;
	border: 1px solid #d6d6d6;
	border-radius: 10px;
	height: 70px;
	outline: none;
	padding-left: 15px;
}
input::-ms-clear, input::-ms-reveal{
display: none;
}
.paper-dete-input .input::-webkit-input-placeholder{
	font-size: 16px;
	color: #cdcdcd;
}
.paper-dete-input .paper-pay-ft{
	margin: 0;
}
.paper-dete-input .paper-pay-ft .btn-outline-primary{
	margin: 0 10px 0 0;
}
.paper-dete-input .paper-pay-ft .cur,
.paper-dete-tabs .btn-outline-primary.cur:not(:disabled):not(.disabled):active{
	background-color: #E5B98C;
	border-radius: 10px;
	border: 0;
	font-size: 18px;
	color: #FFFFFF;
	padding: 20.5px 69px;
	border: 1px solid #E5B98C;
}
.paper-dete-text{
	margin-left: 70px;
}
.paper-textarea{
	border: 1px solid #d6d6d6;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
}
.paper-dete-text textarea{
	height: 500px;
	border: 0;
}
.paper-dete-text textarea::-webkit-input-placeholder{
	font-size: 16px;
	color: #cdcdcd;
}
.paper-deta-up{
	text-align: center;
}
.paper-dete-btn{
	margin-top: 40px;
	text-align: left;
}
.paper-dete-btn .btn-primary {
    padding: 21.5px 79px;
}
.paper-deta-up{
	display: none;
}
.paper-tips-tt{
	font-size: 20px;
}
.paper-tips-bd{
	font-size: 16px;
}
.paper-h{
	color: #e5b98c;
}
.paper-unload{
	height: 200px;
}
.paper-dete-icon{
	position: relative;
	overflow: hidden;
	margin: 60px auto 0;
	width: 127px;
	height: 127px;
	background-color: #ffe6cd;
	text-align: center;
	line-height: 127px;
	border-radius: 100%;
}
.paper-dete-icon .iconfont{
	font-size: 60px;
	color: #FFFFFF;
}
.zgw-file-input {
	width: 127px;
	height: 127px;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.zgw-file-input-box {
	width: 127px;
	height: 127px;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}







/* 首页 */

.index-banenr{
	background-image: url(../images/banner.jpg);
	/* height: 900px; */
	text-align: center;
	padding: 10px 0 71px;
}
.banenr-col{
	font-size: 36px;
	color: #77552d;
	display: inline-block;
	margin: 0 18px;
	letter-spacing: 8px;
}
.banner-logo{
	margin: 0px 0 10px;
}
.banner-k{
	margin: 20px 0;
}
.banenr-col span{
	color: #e6b88b;
}
.banner-panel{
	position: relative;
	border-radius: 10px;
	padding-top: 30px;
	margin-bottom: 30px;
}
.banner-bj-a{
	background: linear-gradient(to bottom,#dfaf81,#bb7a3b);
}
.banner-bj-b{
	background: linear-gradient(to bottom,#8ad2fb,#4495f7);
}
.banner-bj-c{
	background: linear-gradient(to bottom,#1ae4b5,#3de987);
}
.banner-bj-d{
	background: linear-gradient(to bottom,#fdc667,#f8af2f);
}
.banner-bj-e{
	background: linear-gradient(to bottom,#f0917b,#ed6445);
}
.banner-bj-f{
	background: linear-gradient(to bottom,#a39ef2,#7f79f4);
}
.banner-bj-a .banner-label{
	color: #bd7d40;
}
.banner-bj-b .banner-label{
	color: #4797f7;
}
.banner-bj-c .banner-label{
	color: #41ec8d;
}
.banner-bj-d .banner-label{
	color: #f8b031;
}
.banner-bj-e .banner-label{
	color: #ed6445;
}
.banner-bj-f .banner-label{
	color: #7f79f4;
}
.banner-label{
	position: absolute;
	top: 0;
	right: 17px;
	background-color: #FFFFFF;
	padding: 4px 6px;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
}
.banner-panel-tt{
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}
.banner-panel-icon{
	width: 120px;
	height: 120px;
	border: 2px solid #FFFFFF;
	border-radius: 100%;
	text-align: center;
	line-height: 120px;
	margin: 10px auto 20px;
}
.banenr-panel-see{
	font-size: 24px;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	padding: 10px 0 10px;
}
.four-adv{
	margin-bottom: 100px;
}
.four-adv-icon img{
	width: 74px;
	height: 76px;
	display: block;
	margin-right: 10px;
}
.four-adv-name_hd{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}
.four-adv-name_bd{
	font-size: 12px;
	line-height: 18px;
}
.four-adv-col{
	display: flex;
	align-items: center;
}
.index-step-col,
.index-step{
	text-align: center;
}
.index-step-tt{
	font-size: 36px;
	color: #a16c1d;
	text-align: center;
}
.index-step-desc{
	font-size: 18px;
	color: #a16c1d;
	margin: 10px 0 60px;
	text-align: center;
}
.index-step-col{
	background-color: #f5f5f5;
	padding: 50px 0 40px;
}
.index-step-name{
	font-size: 24px;
	margin: 40px 0;
}
.index-step-num{
	width: 65px;
	height: 65px;
	background-color: #ebebeb;
	color: #FFFFFF;
	font-size: 30px;
	text-align: center;
	line-height: 65px;
	margin: 0 auto;
	border-radius: 100%;
}
.sec-step,
.sec-konw{
	position: relative;
}
.sec-step::before{
	content: '';
	width: 552px;
	height: 566px;
	background-image: url(../images/bj1.png);
	position: absolute;
	top: 146px;
	left: 90px;
}
.sec-konw::before{
	content: '';
	width: 418px;
	height: 418px;
	background-image: url(../images/bj7.png);
	position: absolute;
	bottom: 0;
	left: 160px;
}
.sec-system{
	background-color: #f5f5f5;
}
.system-col{
	width: 50%;
	padding: 68.5px 60px;
	float: left;
	border: 1px solid #e5e5e5;
}
.system-col-a{
	background-image: url(../images/bj3.jpg);
	border-top-left-radius: 20px;
}
.system-col-b{
	background-image: url(../images/bj4.jpg);
	border-top-right-radius: 20px;
}
.system-col-c{
	background-image: url(../images/bj5.jpg);
	border-bottom-left-radius: 20px;
}
.system-col-d{
	background-image: url(../images/bj6.jpg);
	border-bottom-right-radius: 20px;
}
.system-col-hd{
	font-size: 30px;
	margin-bottom: 25px;
}
.system-col-bd{
	display: flex;
	height: 64px;
}
.system-col-tt{
	font-size: 18px;
	margin-right: 10px;
}
.konw-list-hd{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e8e8e8;
	margin: 0 -20px;
	padding:15px 20px;
}
.konw-hd-tt{
	font-size: 18px;
}
.konw-hd-more a{
	font-size: 16px;
	color: #999999;
	display: flex;
	align-items: center;
}
.konw-hd-more .iconfont{
	margin-left: 2px;
	font-size: 14px;
}
.konw-list-col{
	padding:0 20px;
	background-color: #f5f5f5;
}
.konw-list-bd{
	padding: 20px 0 10px;
}
.konw-list-text{
	font-size: 16px;
	height: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}
.konw-more a{
	text-align: center;
	display: block;
	font-size: 18px;
	color: #a16c1d;
	margin-top: 50px;
}
.sec-coop {
	background-color: #f5f5f5;
}
.row-coop{
	width: 100%;
	display: block;
	overflow: hidden;
	margin-left: -4px;
	margin-right: -4px;
}
.row-coop .col-xl-2{
	float: left;
	padding-left: 4px;
	padding-right: 4px;
	width: 16.66%;
}

.sec-coop .about-coop-img p{
	padding: 10px 7px;
}

.four-adv-span{
	font-size: 13px;
}


/* 报告示例 */
.sam-rep{
	background-color: #FFFFFF;
}
.sam-rep .tab-pane{
	padding: 15px;
}
.sam-rep .tab-pane img{
	width: 100%;
}
.samp-bd{
	font-size: 16px;
	line-height: 30px;
	border-bottom: 1px solid #e6e6e6;
	margin: 0 -15px;
	padding: 0 15px 50px;
}
.samp-bd-red{
	color: #fe0000;
}
.samp-bd-green{
	color: #01ba29;
}
.zgw-file-name{
	margin: 0 7% 0 3%;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zgw-file-name-box{
	margin: 0 7% 0 3%;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zgw-file-box{
	width: 98%;
	margin: 0 auto;
	border: 1px solid #d6d6d6;
	border-radius: 10px;
	position: relative;
	height: 70px;
	line-height: 70px;
	text-align: center;
	display: none;
}
.zgw-icon{
	width: 36px;
	height: 36px;
	border: 1px solid #d6d6d6;
	border-radius: 100%;
	text-align: center;
	line-height: 36px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	right: 18px;
	cursor: pointer;
}
.zgw-icon .iconfont{
	font-size: 20px;
	color: #bfbfbf;
}

.banner-panel{
	transition: .6s all;
}
.banner-panel:hover{
	transform: translateY(10px);
	cursor: pointer;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
}

.index-step-col{
	transition: .6s all;
}
.index-step-col:hover{
	transform: translateY(-10px);
	cursor: pointer;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
}
.sec-coop .about-coop-img p img{
	transition: .6s all;
	max-width: 100%;
}
.sec-coop .about-coop-img p img:hover{
	transform: scale(1.1);
}

.thesis-flex{
	display: flex;
}

.thesis-flex .nav-tabs{
	margin: 0 -15px;
	padding: 0 15px;
}
.thesis-list .thesis-bd{
	padding: 15px 0px;
}

.sec-system{
	position: relative;
}
.sec-system .system-icon{
	position: absolute;
	right: 160px;
	top:0;
}
.sec-system .system-panel{
	z-index: 9;
	position: relative;
}
.thesis-hot-rank img{
	width: 18px;
	height: 18px;
	display:block;
	margin-top: 2px;
	margin-right: 10px;
}

.rep-report .rep-order-num{
	margin: 0 -30px;
}
.rep-order-p{
	padding: 0 30px;
}
.rep_btn_down .rep-down-ft{
	display: block;
}
.rep-why-col{
	position: relative;
}
.rep-wht-wx>a,
.rep-wht-zfb>a{
	position: absolute;
	top: 45px;
	left: -234px;
	background: #ffffff;
	box-shadow: 0px 0px 10px 2px #efefef;
	z-index: 2;
	display: none;
	width: 666px;
	height: 354px;
	border: 20px solid #FFFFFF;
}
.rep-wht-wx>a::before,
.rep-wht-zfb>a::before{
	position: absolute;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #efefef;
	content: " ";
	display: block;
	width: 0;
	height: 0;
	top: -30px;
	left: 50%;
}
.section .text-center .container{
	margin:0 auto;
	width: 1200px;
	padding: 0;
}
.konw-list-text:hover a{
	color: #a16c1d;
}
.konw-hd-more:hover a{
	color: #a16c1d;
}
.paper-dete-tips-success{
	display: none;
}
.zgw-file-a,
.zgw-file-b,
.paper-tips-su-a,
.paper-tips-su-b{
	display: none;
}
.thesis-content-bd ..samp-bd{
	border: 0;
}
.sec-coop-about{
	background-color: #FFFFFF;
}
.about-data-col{
	width: 150px;
}

.paper-dete-btn .mb30{
	margin-bottom: 30px;
}
.rep-pb50 .pb50{
	padding-bottom: 0px!important;
}
.thesis-content-bd .pb50{
	padding-bottom: 72px;
}
.contai{
	height:1100px;
	position: relative;
}
.contai iframe{
	width: 100%;
	height: 100%;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
}

















@media (min-width:1200px) {
	.container{
		padding-left: 0;
		padding-right: 0;
	}
}




















/* 手机样式 */
@media (max-width:768px) {
	
	.row-coop .col-xl-2{
		width: 33.33%;
	}
	.jian_right{
		display: block;
	}
	.foot dl{
		border-bottom: 1px solid #3d4047;
		padding-bottom:20px ;
	}
	.foot .col-12:last-child dl{
		border: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.foot dt {
	    margin-bottom: 20px;
		font-size: 16px;
	}
	.foot .col-12:nth-child(1) dl{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.foot .col-12:nth-child(2) dl{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.foot .col-12:nth-child(1) dt{
		margin-bottom: 0;
	}
	.foot .col-12:nth-child(2) dt{
		margin-bottom: 0;
	}
	.foot{
		padding: 20px 0;
	}
	.navbar-light .navbar-nav .nav-link{
		padding: 0.8rem 15px;
		border-bottom: 1px solid #d6d6d6;
		position: relative;
	}
	.navbar-light .navbar-nav .nav-link::before{
		font-family: 'iconfont';
		content: '\e65f';
		position: absolute;
		top: 50%;
		margin-top: -12px;
		right: 15px;
		color: #000000;
		font-weight: bold;
	}
	.navbar-brand img{
		height: 15px;
	}
	.navbar-light .navbar-toggler-icon{
		width: 19px!important;
		height: 15px!important;
	}
	.foot-ewm-col p{
		font-size: 14px;
		margin-top: 5px;
	}
	.foot-copy{
		font-size: 14px;
		padding: 10px 0;
	}
	.foot a{
		font-size: 14px;
	}
	.navbar-light .navbar-nav .nav-link,
	.form-inline p{
		font-size: 16px;
	}
	.about-data{
		width: 96%;
		margin: -43px auto 20px;
		padding: 15px;
	}
	.about-data-num {
	    font-size: 24px;
	}
	.about-data-num>span {
	    font-size: 14px;
	}
	.about-data-tt {
	    font-size: 14px;
	}
	.about-coop-name {
	    font-size: 20px;
		font-weight: bold;
	}
	.about-coop{
		color: #a16c1d;
		margin-bottom: 50px;
	}
	.about-coop-desc {
	    font-size: 16px;
	    margin: 10px 0;
	}
	.about-coop-img p{
		border-radius: 0;
		margin-bottom: 20px;
		padding: 10px 0;
	}
	.thesis-right,
	.nav-item-lg,
	.paper-class,
	.rep-query-why,
	.rep-down-tt,
	.paper-money-wx,
	.paper-money-btn,
	.paper-pay-ft{
		display: none;
	}
	.thesis-list{
		width: 100%;
		margin-right: 0;
	}
	.nav-tabs .nav-link{
		margin-right: 0;
		padding: 1rem 0.46rem;
	}
	.thesis-list .nav-tabs .nav-link{
		font-size: 14px;
	}
	.thesis-panel-tt {
	    font-size: 16px;
	    margin-bottom: 6px;
	    overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.thesis-panel {
	    padding-bottom: 10px;
	    margin-bottom: 10px;
	}
	.thesis-bd {
	    padding-top: 10px;
	}
	.pagination{
		flex-wrap: wrap;
		padding: 15px 0;
	}
	.page-link{
		margin-bottom: 5px;
	}
	.thesis-panel-desc {
	    font-size: 14px;
	}
	.section-whole{
		padding: 20px 0;
	}
	.thesis-show-name {
	    font-size: 14px;
	    padding: 10px 0;
	}
	.thesis-show-bd p {
	    margin-bottom: 20px;
	    font-size: 14px;
	}
	.thesis-show-btn{
		display: flex;
	}
	.thesis_btn {
	    font-size: 14px;
	    padding: 8px 0;
	    width: 100%;
	}
	.thesis-show-bd{
		padding: 20px 0;
	}
	.rep-down{
		display: block;
	}
	.rep-order-num {
	    font-size: 16px;
	    padding: 15px 15px;
	}
	.rep-order-tips {
	    font-size: 14px;
	    margin: 10px 0 20px;
	}
	.rep-order-query{
		flex-wrap: wrap;
	}
	.rep-query-tt {
	    font-size: 14px;
	    width: 100%;
		margin-bottom: 10px;
	}
	.rep-query-from {
		margin: 0;
		padding-right: 70px;
	}
	.rep-query-from .flex-bd .input {
	    padding: 8px 15px;
	    border-radius: 4px;
	}
	.btn_query {
	    font-size: 14px;
	    background-color: #e5b98c;
	    padding: 11px 13px;
	    border-radius: 4px;
	    margin-left: 10px;
	    color: #FFFFFF;
	}
	.mb-rep-why{
		display: block;
	}
	.rep-down-left{
		background-color: #FFFFFF;
	}
	.rep-report-hd{
		border: 1px solid #d6d6d6;
		padding: 30px 20px 70px;
		border-radius: 4.5px;
		margin-bottom: 15px;
	}
	.rep-report-desc {
	    font-size: 14px;
	    margin: 0;
	}
	.rep-report-none{
		flex-direction: column;
	}
	.rep-report-none p {
	    color: #333333;
	    font-size: 16px;
	}
	.rep-report{
		padding: 0 15px 20px;
	}
	.rep-order {
	    padding: 0 15px 0px;
	}
	.rep-bd-tips {
	    padding: 20px 15px;
	    margin: 10px 0;
	    font-size: 14px;
	}
	.mb-rep-why{
		border:1px solid #d6d6d6;
		border-radius: 4.5px;
		padding:5px 15px 15px;
	}
	.mb-rep-why .rep-why-col{
		margin: 10px 0 10px -8px;
	}
	.rep-fixed{
		display: block;
		position: fixed;
		bottom: 50px;
		right: 0;
		z-index: 9;
	}
	.rep-fixed .rep-fixed-btn{
		display: block;
		width: 64px;
		background-color: #e5b98c;
		color: #FFFFFF;
		border-radius: 6px;
		padding: 10px 0.75rem;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.rep-fixed .rep-fixed-btn:hover{
		box-shadow: 0 0 0;
	}
	.rep-down-tt1{
		font-size: 18px;
		color: #e5b98c;
		display: block;
	}
	.rep-down-col{
		flex-wrap: wrap;
	}
	.rep-down-hd{
		border:1px solid #d6d6d6;
		border-radius: 4.5px;
		padding: 15px;
		margin-bottom: 15px;
	}
	.rep-down-btn{
		padding: 9.5px 0;
		width: 47.5%;
		margin-right: 0;
		border-radius: 3px;
		font-size: 16px;
	}
	.rep-down-btn .iconfont {
	    font-size: 16px;
	}
	.rep-down-ft{
		margin-bottom: 0;
	}
	.rep-down-col {
	    font-size: 14px;
	}
	.mb-paper-ft,
	.rep-down-ft{
		display: block;
	}
	.paper-data-tt {
	    font-size: 16px;
	    margin-bottom: 0px;
	}
	.paper-data {
	    background-color: #FFFFFF;
	    padding: 0;
	    margin: 20px 0 0;
	    border-radius: 10px;
	}
	.paper-data-col{
		margin-bottom: 20px;
	}
	.paper-pay-btn,
	.paper-btn,
	.paper-btn span{
		margin: 0;
	}
	.paper-btn{
		width: 49%;
		padding: 0;
		font-size: 16px;
		border-radius: 5px;
	}
	.paper-pay-btn .active::before {
	    width: 18px;
	    height: 18px;
	}
	.paper-pay-btn{
		justify-content: space-between;
		margin: 20px 0 40px;
	}
	.paper-money-num {
	    font-size: 14px;
	}
	.paper-money-num span {
	    font-size: 20px;
	}
	.paper-money-num .paper-p {
	    font-size: 14px;
	}
	.mb-paper-ft .btn{
		width: 49%;
		background-color: #E5B98C;
		color: #FFFFFF;
	}
	.paper-pay-money{
		margin-bottom: 10px;
	}
	.paper-dete .nav-tabs{
		flex-wrap: wrap;
		margin-bottom: 25px;
	}
	.paper-dete .nav-tabs>li{
		width: 49%;
		margin-top: 24px;
	}
	.paper-dete-name {
	    font-size: 20px;
	    padding-top: 14px;
	}
	.paper-dete-span {
	    padding-bottom: 10px;
	}
	.paper-dete-desc {
		display: flex;
		align-items: center;
		justify-content: center;
	    padding: 0 8px;
		height: 50px;
		line-height: 20px;
		overflow: hidden;
	}
	.paper-dete-tabs .paper-pay-ft{
		display: block;
		margin: 0;
	}
	.paper-dete-col,
	.paper-dete-head{
		flex-wrap: wrap;
	}
	.paper-dete-title{
		width: 100%;
		margin-right: 0;
		font-size: 16px;
		margin-bottom: 5px;
	}
	.paper-dete-input .input {
	    border-radius: 5px;
	    height: 45px;
	}
	.paper-pay-ft .btn-outline-primary {
	    border-radius: 5px;
	    font-size: 16px;
	    padding: 9.5px 22px;
	    margin: 0;
	}
	
	.paper-dete-input .paper-pay-ft .cur, .paper-dete-tabs .btn-outline-primary.cur:not(:disabled):not(.disabled):active {
	    background-color: #E5B98C;
	    border-radius: 5px;
	    font-size: 16px;
		padding: 9.5px 22px;
	}
	.paper-dete-text{
		margin-left: 0;
	}
	.paper-textarea {
	    border-radius: 5px;
	    padding: 10px;
	}
	.paper-dete-text textarea {
	    height: 250px;
	}
	.paper-dete-text textarea::-webkit-input-placeholder{
	font-size: 14px;
	color: #cdcdcd;
	}
	.paper-dete-body .paper-class{
		display: block;
		padding-left: 0;
	}
	.paper-dete-body .paper-class-panel{
		font-size: 16px
	}
	.paper-dete-btn .btn-primary{
		width: 100%;
		margin: 40px 0 0;
		padding: 9px 0;
		border-radius: 5px;
	}
	.paper-dete-input .input::-webkit-input-placeholder{
		font-size: 14px;
		color: #cdcdcd;
	}
	.sec-step::before,
	.sec-konw::before{
		display: none;
	}
	.banner-logo img{
		height: 80px;
	}
	.banenr-col {
	    font-size: 16px;
	    margin: 0 4px;
	    letter-spacing: 2px;
	    font-weight: bold;
	}
	.banner-k img{
		height: 10px;
	}
	.index-banenr{
		padding: 20px 0;
		background-image: url(../images/m-banner.jpg);
	}
	.banner-logo {
	    margin: 0px 0 10px;
	}
	.banner-k {
	    margin: 0px 0 10px;
	}
	.banner-panel-tt {
	    font-size: 16px;
	}
	.banner-panel-icon {
	    width: 110px;
	    height: 110px;
	    line-height: 110px;
	}
	.banner-panel-icon img{
		height: 56px;
	}
	.banenr-panel-see {
	    font-size: 18px;
	    padding: 8px 0;
	}
	.banner-panel {
	    border-radius: 6px;
	    padding-top: 20px;
		margin-bottom: 15px;
	}
	.banner-label {
	    right: 0px;
	    font-size: 12px;
	    line-height: 16px;
	}
	.four-adv-col{
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column;
		text-align: center;
		margin-bottom: 20px;
	}
	.four-adv-icon img {
	    width: 37px;
	    height: 38px;
	    margin-right: 0px;
	}
	.four-adv-name_hd {
	    font-size: 18px;
		margin: 5px 0;
	}
	.four-adv-span{
		font-size: 12px;
	}
	.four-adv .row {
	    margin: 0 -7.5px;
	}
	.four-adv .col-6 {
	    padding: 0px;
	}
	.index-step-list .row {
	    margin: 0 -7.5px;
	}
	.index-step-list .col-6 {
	    padding: 0px 6px;
	}
	.index-step-tt {
	    font-size: 24px;
	    font-weight: bold;
	}
	.index-step-desc {
	    font-size: 16px;
	    margin: 10px 0 20px;
	}
	.index-step-icon img{
		height: 42px;
	}
	.index-step-name {
	    font-size: 16px;
	    margin: 15px 0;
	}
	.index-step-num {
	    width: 40px;
	    height: 40px;
	    font-size: 18px;
	    line-height: 40px;
	}
	.index-step-col{
		margin-bottom: 15px;
		padding: 30px 0;
	}
	.system-col{
		width: 100%;
		padding:23.5px 20px;
		border-radius: 10px;
		margin-bottom: 10px;
		background-image: url(../images/bj3.jpg);
	}
	.system-col-hd {
	    font-size: 18px;
	    margin-bottom: 10px;
	}
	.system-col-tt {
	    font-size: 14px;
	}
	.system-col-icon img{
		height: 40px;
	}
	.konw-list-text {
	    font-size: 14px;
	    height: 18px;
	}
	.konw-list-col{
		padding: 0 15px;
		margin-bottom: 20px;
	}
	.konw-list-bd {
	    padding: 10px 0 10px;
	    height: 210px;
	    overflow: hidden;
	}
	.konw-list-hd {
	    margin: 0 -15px;
	    padding: 15px;
	}
	.konw-more a{
		margin: 0;
	}
	.section{
		padding: 20px 0;
	}
	.four-adv {
	    margin-bottom: 20px;
	}
	.sam-rep .tab-pane{
		min-height: 600px;
	}
	.paper-right{
		display: block;
		width: 100%;
		margin: 0;
	}
	.paper-right .modal-body{
		padding: 0;
	}
	.paper-right .thesis-hot-hd{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.paper-right .thesis-hot-hd .thesis-hot-tt{
		flex: 1;
	}
	.paper-right .modal-fixed{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}
	.paper-right .modal-fixed1{
		padding-top: 20%;
		width: 100%;
		height: 100%;
	}
	.paper-right .modal-content,
	.paper-right .rep-report-cnt{
		border: 0;
		border-radius: 10px;
	}
	.paper-right .thesis-content,
	.paper-right .thesis-hot{
		background-color: transparent;
	}
	.paper-right .thesis-content-bd {
		padding: 24px 0 0;
	}
	.paper-right .modal.show .modal-dialog{
	}
	.paper-deta-up .paper-class{
		text-align: left;
	}
	.paper-dete-tips,
	.paper-dete-tips-success{
		margin-bottom: 50px;
		height: 112px;
	}
	.zgw-file-box{
		width: 100%;
		height: 60px;
		line-height: 60px;
	}
	.paper-right-none{
		display: none;
	}
	.paper-unload{
		margin-top: 25px;
		height: 90px;
	}
	.paper-dete-icon{
		margin: 0 auto;
	}
	.banner-nav .row{
		/*margin: 0 -7.5px;*/
	}
	.banner-nav .col-6{
		padding: 0 6px;
	}
	.about-coop-img .container{
		flex-wrap: wrap;
	}
	.sec-coop .about-coop-img p{
		padding: 5px 0;
	}
	.foot .foot-row{
		flex-direction: column;
	}
	.foot .foot-col{
		margin-right: 0;
	}
	.foot .foot-row .foot-col-c dl{
		
	}
	.foot .foot-row .foot-col-c dl dt{
		margin-bottom: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.foot .foot-col:last-child dl{
		border: 0;
	}
	.navbar-light .navbar-nav .active > .nav-link{
		color: #333333;
	}
	 .navbar-nav .nav-item{
		 background-color: #ffffff;
		 /* padding: 0 15px; */
	 }
	 .navbar-nav .active{
		 background-color: #F5F5F5;
	 }
	 .navbar .navbar-collapse{
		position:absolute;
		width:100%;
		top:100%;
		background-color:#fff;
	 }
	 .navbar-toggler{
		 position: relative;
	 }
	 .navbar-toggler .iconfont{
		 position: absolute;
		 top: -6px;
		 right: 15px;
		 font-weight: bold;
		 color: #333333;
		 display: none;
	 }
	 .navbar{
		padding:0;
	 }
	 .navbar-light .navbar-brand{
		 padding-left: 15px;
	 }
	 .navbar-light .navbar-toggler{
		 padding-right: 15px;
	 }
	 .navbar .form-inline{
		 display: none;
	 }
	 .sec-system .system-icon{
		 display: none;
	 }
	 .thesis-list .thesis-bd{
		 padding: 15px 0;
	 }
	 .paper-dete{
		 padding: 20px 10px 30px;
	 }
	 .zgw-file-input{
		 width: 64px;
		 height: 64px;
	 }
	 .paper-dete-icon{
		 width: 64px;
		 height: 64px;
		 line-height: 64px;
	 }
	 .paper-dete-icon .iconfont{
		 font-size:30px;
	 }
	 .paper-tips-bd {
	     font-size: 14px;
	 }
	 .paper-tips-tt {
	     font-size: 18px;
	 }
	 .paper-dete-tips-success{
		 font-size: 14px;
	 }
	 .rep_btn_down .rep-down-ft{
		 display: flex;
		 justify-content: space-between;
	 }
	 .rep-order-p{
		 padding: 0;
	 }
	 .rep-down-ft .rep-down-btn:first-child{
		 margin-right: 10px;
	 }
	 .row-coop{
		 margin:0!important;
	 }
	 .about-data-col{
		 width: 80px;
	 }
	 .paper-dete-input .icon-calendar {
	     top: 14px;
	     font-size: 15px;
	 }
	 .rep-down iframe{
	 	width: 100%;
	 	height: 100%;
	 }
	 
	 .contai iframe html body{
	 	height: 100%!important;
	 	width: 100%!important;
	 	overflow: hidden!important;
	 	margin: 0px;
	 	background-color: rgb(82, 86, 89);
	 }
	 .foot-col dt{
		 position: relative;
	 }
	 .foot-col dt .iconfont{
		 position: absolute;
		 top: 0;
		 right: 0;
	 }
	 .foot-col dt .icon-arrow-down{
		 display: none;
	 }
	  .foot-col-c dd{
		  display: none;
	  }
	  .foot-col-c .more .icon-arrow-right{
		  font-size: 14px;
	  }
}



































@media (max-width:993px) {
	.jian_right{
		display: block;
		margin-bottom: 0px;
	}
	.navbar-light .navbar-toggler-icon{
		background-image: url(../images/m-nav.png);
		width: 38px;
		height: 30px;
	}
	.navbar-toggler{
		border: 0;
		padding: 0;
	}
	.navbar-toggler .iconfont{
		display: none;
	}
	.container{
		padding-left: 10px;
		padding-right: 10px;
	}
	.row{
		margin: 0 -10px;
	}
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	    padding-right: 10px;
	    padding-left: 10px;
	}
}


@media (max-width:320px) {
	.banner-logo img {
	    height: 52.5px;
	}
	.banner-k img {
	    height: 8px;
	}
	.banenr-col {
	    font-size: 14px;
	    margin: 0 2px;
	    letter-spacing: 1px;
	}
	.banner-panel-icon {
	    width: 90px;
	    height: 90px;
	    line-height: 80px;
	}
}


.thesis-content-min{
	min-height: calc(100% - 612px);
}



/* 4.22 */
.query-form{
	overflow: hidden;
	max-width: 484px;
}
@media (max-width:760px) {
	.query-form{
		flex-wrap: wrap;
	}
	.zgw-file-name{
		margin: 0 17% 0 3%;
		width: 80%;
	}
	.zgw-file-name-box{
		margin: 0 17% 0 3%;
		width: 80%;
	}
	.rep-query-from .btn_query{
		height: 42px;
	}
}

/* 4.23 */
.contai{
	display: none;
}
.pdf-panel{
	display: block;
}
@media (min-width:1000px) {
	.four-adv-name_bd{
		font-size: 14px;
	}
	.pdf-panel{
		display: none;
	}
	.contai{
		display: block;
	}
}
@media (max-width:1200px) {
	.rep-down .rep-left{
		width: 100%;
		float: none;
	}
	.thesis-right{
		float: none;
	}
}




















