@charset "UTF-8";
body {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Microsoft YaHei', '\5FAE \8F6F \96C5\91';
	color: #444;
}


/**主颜�?/
/**滑过颜色**/


/**滑过深色*/

a:hover {
	color: #bba263;
}


/***head-bg star**/

.head-bg {
	background-color: #4e5a65;
}

.head-bg .head {
	position: relative;
}

.head-bg .head .logo {
	float: left;
	margin-top: 9px;
}

.head-bg .head .logo a {
	float: left;
}

.head-bg .head .logo span {
	float: left;
	font-size: 18px;
	background-color: #bba263;
	color: #fff;
	line-height: 30px;
	padding: 1px 10px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left: 10px;
}

.head-bg .head .search {
	float: right;
	margin-top: 9px;
	margin-right: 1%;
	position: absolute;
	right: 165px;
	top: 0;
	z-index: 2;
}

.head-bg .head .search form {
	position: relative;
}

.head-bg .head .search form #dxk {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 30px;
	line-height: 30px;
	border: 1px solid #fff;
	outline: none;
	padding-left: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.head-bg .head .search form #search_an {
	width: 40px;
	height: 34px;
	border: 0 none;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #bba263 url(/sp_img/ztcailiao/icon.png) no-repeat -109px 7px;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.head-bg .head .tel {
	float: right;
	line-height: 20px;
	padding-left: 40px;
	margin-top: 7px;
	background: url(/sp_img/ztcailiao/tel.png) no-repeat left center;
}

.head-bg .head .tel span {
	display: block;
	font-size: 18px;
	color: #fff;
}

.head-bg .head .tel b {
	display: block;
	font-size: 16px;
	color: #909293;
	font-weight: normal;
}

.nav {
	width: 55%;
	margin: 0 0 0 3%;
	float: left;
}

.nav li {
	width: 14.285%;
	font-size: 14px;
	text-align: center;
	float: left;
	color: #fff;
	line-height: 54px;
	position: relative;
	cursor: pointer;
	z-index: 1;
}

.nav li span i {
	padding: 10px;
	background: url(/sp_img/ztcailiao/icon.png) no-repeat 8px 18px;
}

.nav li>div {
	display: none;
	position: absolute;
	left: 0;
	top: 54px;
	width: 100%;
	padding: 8px 0;
	background-color: #bba263;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.nav li>div a {
	display: block;
	line-height: 26px;
	font-size: 12px;
}

.nav li>div a:hover {
	background-color: #b29243;
}

.nav li>div::before {
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #bba263;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	top: -6px;
}

.nav li:hover span i {
	background: url(/sp_img/ztcailiao/icon.png) no-repeat -42px 18px;
}

.nav li:hover>div {
	display: block;
}

.nav li:hover>a,
.nav li:hover>span {
	color: #bba263;
}

.nav li a {
	color: #fff;
}


/***head-bg  end**/

.banner-des {
	position: relative;
	margin-bottom: 220px;
}


/***banner-bg star**/

.banner-bg {
	text-align: center;
	background: url(/sp_img/ztcailiao/banner-bg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	padding-bottom: 200px;
}

.banner-bg {
    padding: 130px 0;
}
.banner-bg .txt1{
  	font-size: 70px;
  	color: #4b5965;
  	margin-bottom: 30px;
  	font-weight: bold;
  	line-height: normal;
}
.banner-bg .txt2{
	line-height: normal;
  	font-size: 120px;
    color: #bba262;
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 3px 5px 1px #8f783f;
    font-family:'jdzhonyuanjian180fd719cb1f45e';
}
.banner-bg .txt3{
	background: url(/sp_img/ztcailiao/banner-pt.png) no-repeat top center;
	line-height: 46px;
    height: 55px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 50px;
}
.banner-bg::after {
	content: '';
	width: 100%;
	background: url(/sp_img/ztcailiao/banner-before.png) no-repeat center bottom;
	height: 170px;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 1;
}


/***banner-bg end**/

.relation {
	text-align: center;
}

.relation a {
	width: 180px;
	margin: 0 50px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #bba263;
	-webkit-box-shadow: 1px 5px 10px rgba(187, 162, 99, 0.4);
	-moz-box-shadow: 1px 5px 10px rgba(187, 162, 99, 0.4);
	box-shadow: 1px 5px 10px rgba(187, 162, 99, 0.4);
}

.relation a:hover {
	background-color: #01bf86;
}

.relation .tel i {
	padding: 10px;
	margin-right: 5px;
	background: url(/sp_img/ztcailiao/icon.png) no-repeat -119px -22px;
}

.choice .relation a {
	background-color: #ffcc4f;
}

.choice .relation a:hover {
	background-color: #01bf86;
}

.head,
.descript-bg,
.focus,
.choice,
.roll,
.school,
.advantage,
.form,
.hot-topic {
	width: 1200px;
	margin: 0 auto;
}

h2 {
	font-size: 36px;
	line-height: 42px;
	color: #0b264f;
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
}

h2 span {
	position: relative;
	display: inline-block;
	border-bottom: 4px solid #bba263;
	padding: 0 40px 16px;
}

h2 span::before {
	content: '';
	width: 46px;
	height: 71px;
	background: url(/sp_img/ztcailiao/h2-before.png) no-repeat;
	position: absolute;
	left: -46px;
	top: 12px;
}

h2 span::after {
	content: '';
	width: 59px;
	height: 71px;
	background: url(/sp_img/ztcailiao/h2-after.png) no-repeat;
	position: absolute;
	right: -59px;
	top: 12px;
}

.desc {
	font-size: 28px;
	text-align: center;
	color: #bba263;
	line-height: 32px;
	margin-bottom: 50px;
}


/***descript-bg star**/

.descript-bg {
	position: absolute;
	bottom: -170px;
	z-index: 2;
	background-color: #4e5a65;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.descript-bg {
	padding: 40px 40px;
}

.descript-bg{
	padding-top: 2.5%;
	float: right;
	color: #fff;
}

.descript-bg .title {
	font-size: 30px;
	line-height: 36px;
	position: relative;
	display: block;
	margin-bottom: 1%;
	text-align: center;
}

.descript-bg .title::before {
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	background: url(/sp_img/ztcailiao/yin.png) no-repeat;
	position: absolute;
	left: -30px;
	top: -10px;
}

.descript-bg p {
	text-indent: 2em;
	line-height: 28px;
	height: 84px;
	overflow: hidden;
	margin-bottom: 2%;
}

.descript-bg .relation {
	padding-left: 0;
}

.descript-bg .relation .zx {
	margin-left: 0;
}


/***descript-bg end**/


/***focus star**/

.focus {
	margin-bottom: 60px;
}

.focus-content {
	margin-bottom: 60px;
}

.focus-content li {
	width: 27.33%;
	margin: 0 1% 2%;
	padding: 2%;
	float: left;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px rgba(187, 162, 99, 0.4);
	-moz-box-shadow: 0px 0px 10px rgba(187, 162, 99, 0.4);
	box-shadow: 0px 0px 10px rgba(187, 162, 99, 0.4);
}

.focus-content li .dd {
	padding-top: 15px;
}

.focus-content li .dd .title {
	font-size: 20px;
	display: block;
	margin-bottom: 10px;
}

.focus-content li .dd .title b {
	font-size: 24px;
	color: #0b264f;
}

.focus-content li .dd p {
	text-align: left;
	font-size: 14px;
	color: #666;
	height: 55px;
	overflow: hidden;
}

.focus-content li:hover {
	background-color: #4e5a65;
	color: #fff;
}

.focus-content li:hover .title b,
.focus-content li:hover .dd p {
	color: #fff;
}


/***focus end**/

.choice-bg h2,
.school-bg h2 {
	color: #fff;
}

.choice-bg h2 span::before,
.school-bg h2 span::before {
	background: url(/sp_img/ztcailiao/h2-before1.png) no-repeat;
}

.choice-bg h2 span::after,
.school-bg h2 span::after {
	background: url(/sp_img/ztcailiao/h2-after1.png) no-repeat;
}

.choice-bg .desc,
.school-bg .desc {
	color: #fff;
}

.choice-bg h2,
.choice-bg .desc {
	color: #fff;
}

.choice-bg h2 span,
.school-bg h2 span {
	border-bottom-color: #fff;
}


/***choice-bg star**/

.choice-bg {
	background: url(/sp_img/ztcailiao/choice-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 50px 0;
	margin-bottom: 60px;
}

.choice-bg .choice-content {
	margin-bottom: 50px;
}

.choice-bg .choice-content li {
	width: 17.5%;
	margin: 0 1.25%;
	float: left;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.choice-bg .choice-content li span {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 46px;
	background-color: #4e5a65;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	color: #fff;
	z-index: 1;
}

.choice-bg .choice-content li dd {
	position: absolute;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 14px;
	-webkit-transition: all ease-in 0.5s;
	-moz-transition: all ease-in 0.5s;
	-ms-transition: all ease-in 0.5s;
	-o-transition: all ease-in 0.5s;
	transition: all ease-in 0.5s;
}

.choice-bg .choice-content li dd P {
	padding: 15px;
}

.choice-bg .choice-content li:hover dd {
	bottom: 0 !important;
}


/***choice-bg end**/


/***roll star**/

.roll {
	margin-bottom: 60px;
}

#caselist {
	position: relative;
	margin-bottom: 30px;
	padding-top: 10px;
}

#caselist .center {
	width: 1100px;
	/*overflow: hidden;*/
	margin: 0 auto;
}

#caselist .tempWrap {
	width: 100%;
}

#caselist .picList li {
	width: 510px;
	float: left;
	margin: 0 20px 10px;
}

#caselist .picList li dl {
	-webkit-box-shadow: 0 0 10px rgba(187, 162, 99, 0.4);
	-moz-box-shadow: 0 0 10px rgba(187, 162, 99, 0.4);
	box-shadow: 0 0 10px rgba(187, 162, 99, 0.4);
	margin-bottom: 37px;
	padding: 20px;
	margin-top: 60px;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	box-sizing: border-box;
}

#caselist .picList dt {
	position: relative;
	border-bottom: 1px solid #f5f1e6;
	padding-bottom: 40px;
	margin-bottom: 15px;
}

#caselist .picList dt .img {
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: -74px;
}

#caselist .picList dt .title {
	float: right;
	font-size: 24px;
	line-height: 28px;
	width: 72%;
	padding-top: 10px;
}

#caselist .picList .content {
	width: 65%;
	float: left;
	color: #999;
	font-size: 14px;
}

#caselist .picList .content b {
	color: #666;
}

#caselist .picList .rela {
	width: 30%;
	float: right;
}

#caselist .picList .rela a {
	display: block;
	width: 110px;
	float: right;
	margin: 0 auto;
	text-align: center;
	line-height: 28px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	border: 1px solid #bba263;
	color: #bba263;
}

#caselist .picList .rela a:hover {
	background-color: #01bf86;
	color: #fff;
	border-color: #01bf86;
}

#caselist .picList .rela .zx {
	background-color: #bba263;
	color: #fff;
	margin-bottom: 10px;
}

#caselist .prev,
#caselist .next {
	width: 50px;
	height: 150px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -75px;
	background: #bba263 url(/sp_img/ztcailiao/icon.png) no-repeat -167px 46px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

#caselist .prev:hover,
#caselist .next:hover {
	background-color: #01bf86;
}

#caselist .next {
	left: auto;
	right: 0;
	background-position: -229px 45px;
}


/***roll end**/


/***school-bg star**/

.school-bg {
	background: url(/sp_img/ztcailiao/school-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 50px 0;
	margin-bottom: 60px;
}

.school-bg .school-content {
	margin-bottom: 30px;
}

.school-bg .school-content a {
	width: 22.5%;
	margin: 0 1.25% 2%;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #bba263;
	text-align: center;
	color: #fff;
}

.school-bg .school-content a:hover {
	background-color: #01bf86;
}


/***school-bg end**/


/***advantage star**/

.advantage {
	margin-bottom: 30px;
	overflow: hidden;
}

.advantage li {
	margin-bottom: 1%;
	padding: 2% 4.5%;
	-webkit-box-shadow: 0 0 10px rgba(187, 162, 99, 0.4);
	-moz-box-shadow: 0 0 10px rgba(187, 162, 99, 0.4);
	box-shadow: 0 0 10px rgba(187, 162, 99, 0.4);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.advantage li .bdt {
	width: 12%;
	float: left;
}

.advantage li .bdd {
	width: 84%;
	float: right;
}

.advantage li .bdd .title {
	font-size: 20px;
	display: block;
	margin-bottom: 10px;
}

.advantage li .bdd p {
	font-size: 14px;
	color: #666;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}


/***advantage end**/


/***form star**/

.form-l {
	width: 52%;
	padding: 0.5% 5%;
	float: left;
}

.form-l h3 {
	font-size: 30px;
	line-height: 36px;
	padding-bottom: 15px;
	margin-bottom: 32px;
	font-weight: normal;
	text-align: center;
	position: relative;
}

.form-l h3::before {
	content: '';
	width: 76px;
	height: 2px;
	background-color: #bba263;
	position: absolute;
	left: 50%;
	margin-left: -38px;
	bottom: 0;
}

.form-l form .form-item {
	width: 48%;
	padding-right: 2%;
	float: left;
	margin-bottom: 13px;
}

.form-l form .form-item span {
	float: left;
	width: 34%;
	text-align: right;
	padding-right: 3%;
}

.form-l form .form-item div {
	width: 63%;
	float: left;
}

.form-l form .form-item div input,
.form-l form .form-item div select,
.form-l form .form-item div textarea {
	padding-left: 3%;
	border: 1px solid #cfcfcf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
}

.form-l form .form-item div input {
	width: 97%;
	height: 28px;
	line-height: 28px;
}

.form-l form .form-item div select {
	width: 100%;
	height: 32px;
	line-height: 32px;
}

.form-l form .form-memo {
	width: 100%;
	padding-right: 0;
}

.form-l form .form-memo span {
	width: 16.5%;
	padding-right: 1.5%;
}

.form-l form .form-memo div {
	width: 79.5%;
}

.form-l form .form-memo div textarea {
	width: 98%;
	padding: 1%;
	resize: none;
	height: 50px;
}

.form-l form .submit {
	width: 100%;
	margin-bottom: 0;
	padding-right: 0;
}

.form-l form .submit input {
	width: 40%;
	margin: 0 30%;
	background-color: #bba263;
	text-align: center;
	height: 46px;
	line-height: 46px;
	cursor: pointer;
	border: 0 none;
	color: #fff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	font-size: 18px;
	font-family: 'Microsoft YaHei', '\5FAE \8F6F \96C5\91';
}

.wx {
	width: 26.5%;
	float: right;
	padding: 3% 3% 3% 7%;
	background: url(/sp_img/ztcailiao/wx-bg.png) no-repeat right center;
	box-shadow: none;
	margin-top: 1.5%;
}

.wx p {
	text-align: center;
	background-color: #fff;
	margin: 0 3% 0 10%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 6% 0;
	width: 80%;
}

.wx p span {
	display: block;
	color: #bba263;
}

.wx p span b {
	font-size: 18px;
}



/***form end**/


/***hot-topic star**/

.hot-topic {
	position: relative;
	margin-bottom: 60px;
}

.hot-topic h3 {
	float: left;
	width: 2%;
	font-size: 20px;
	line-height: 24px;
	padding: 2% 2.8% 2% 3.2%;
	margin-bottom: 0;
	font-weight: 400;
	color: #fff;
	background: url(/sp_img/ztcailiao/h2_bg.png) no-repeat center;
}

.hot-topic #caselist1 {
	padding-top: 1%;
	position: relative;
}

.hot-topic #caselist1 .box {
	width: 1100px;
	margin: 0 auto;
	float: right;
	overflow: hidden;
}

.hot-topic #caselist1 .box ul {
	float: left;
}

.hot-topic #caselist1 .box ul li {
	width: 255px;
	margin: 0 10px;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	text-align: center;
}

.hot-topic #caselist1 .prev,
.hot-topic #caselist1 .next {
	display: block;
	width: 32px;
	height: 73px;
	background: url(/sp_img/ztcailiao/icon.png) no-repeat -1px -106px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 22%;
	left: 96px;
	display: none;
}

.hot-topic #caselist1 .next {
	background: url(/sp_img/ztcailiao/icon.png) no-repeat -79px -106px;
	left: auto;
	right: 0px;
}

.gknvx{    width: 1260px;
    margin: 0 auto;}
.gknvx h2 {
    font-size: 36px;
    color: #333;
    text-align: center;
    padding: 45px 0;
    margin: 0 auto;
}
.gknvx ul {
    margin-top: 14px;
    min-height: 251px;
}
.qk ul {
    padding-left: 0;
    overflow: hidden;
    margin-bottom: 30px;
}
.gknvx ul li {
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-size: 16px;
}
.qk ul li {
    list-style: none;
    float: left;
    padding: 10px 10px;
	width: 160px;
    height: 240px;
}
.qk ul li img{
	width:120px;
	height:160px;
	}
.qk ul li a{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}

/***hot-topic end**/


/*footer开�?/
.copyright {
  display: none;
  padding: 1em 0em 1em;
  text-align: center;
  border-top: 2px solid #bba263;
  margin: 1.5em 0 2em; }

.copyright p {
  margin-bottom: 0.3em;
  margin: 0 0.3em 0.3em; }

.copyright p a {
  margin-right: 5px; }

.last {
  display: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #bba263;
  position: fixed;
  z-index: 99999;
  bottom: 0px; }

.last ul li {
  float: left;
  width: 33%;
  height: 40px;
  border-right: 1px #fff solid;
  background: #bba263;
  text-align: center;
  display: block;
  overflow: hidden; }

.last ul li a {
  display: inline-block;
  height: 40px;
  width: 99.8%;
  color: #FFF;
  text-align: center; }

.last ul li a span {
  font-size: 14px;
  font-weight: 600; }

/*footer结束*/

@media only screen and (max-width: 1200px) {
	.head,
	.descript-bg,
	.focus,
	.choice,
	.roll,
	.school,
	.advantage,
	.hot-topic {
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}
	.head-bg {
		padding: 15px 0;
		background-color: transparent;
	}
	.head-bg .search {
		display: none;
	}
	.head-bg .head .logo,
	.head-bg .head .tel {
		margin-top: 0;
	}
	.head-bg .head .tel span {
		color: #4e5a65;
	}
	.nav {
		float: none;
		width: 94%;
		padding-left: 3%;
		padding-right: 3%;
		margin-left: 0;
		background-color: #4e5a65;
	}
	
	.banner-bg {
		padding: 8% 0;
	}
	.descript-bg,
	.banner-bg::after {
		display: none;
	}
	.banner-des {
		margin-bottom: 60px;
	}
	#caselist .center {
		width: 890px;
	}
	#caselist .picList li {
		width: 425px;
		margin: 0 10px 10px;
	}
	#caselist .prev,
	#caselist .next {
		width: 36px;
		height: 100px;
		margin-top: -50px;
		background-size: 200px;
		background-position: -106px 35px;
	}
	#caselist .next {
		background-position: -147px 35px;
	}
	.form .wx {
		width: 30%;
		background: #bba263;
		padding: 3%;
	}
	.hot-topic h3 {
		width: auto;
		text-align: center;
		background: 0 none;
		color: #474747;
		font-size: 36px;
		float: none;
		padding: 0;
		line-height: 42px;
		margin-bottom: 1.5%;
		position: relative;
		margin-bottom: 50px;
	}
	.hot-topic h3 span {
		position: relative;
		display: inline-block;
		border-bottom: 4px solid #bba263;
		padding: 0 40px 16px;
	}
	.hot-topic h3 span::before {
		content: '';
		width: 46px;
		height: 71px;
		background: url(/sp_img/ztcailiao/h2-before.png) no-repeat;
		position: absolute;
		left: -46px;
		top: 12px;
	}
	.hot-topic h3 span::after {
		content: '';
		width: 59px;
		height: 71px;
		background: url(/sp_img/ztcailiao/h2-after.png) no-repeat;
		position: absolute;
		right: -59px;
		top: 12px;
	}
	.hot-topic #caselist1 .box {
		width: 100%;
	}
	.hot-topic #caselist1 .box ul li {
		width: 23%;
		margin: 0 1%;
	}
	.hot-topic .prev {
		left: 0;
	}
	.hot-topic #caselist1 .next {
		right: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.focus-content li .dt img {
		width: 100px;
	}
	.focus-content li .dd p {
		height: 96px;
	}
	.choice-bg .choice-content li span {
		line-height: 36px;
		font-size: 14px;
	}
	.choice-bg .choice-content li dd p {
		padding: 10px;
		line-height: 20px;
	}
	.advantage li .bdt {
		padding-top: 8%;
	}
	.advantage li .bdd p {
		height: 60px;
	}
	#caselist .center {
		width: 720px;
	}
	#caselist .picList li {
		width: 340px;
	}
	#caselist .picList li dl {
		margin: 0 0 20px;
	}
	#caselist .picList dt {
		padding-bottom: 18px;
	}
	#caselist .picList dt .title {
		font-size: 20px;
	}
	#caselist .picList dt .img {
		position: inherit;
		float: left;
		top: 0;
		width: 22%;
	}
	.form-l {
		width: 58%;
		padding: 3%;
	}
	.form-l form .form-item span {
		width: 41%;
	}
	.form-l form .form-memo span {
		width: 19.5%;
	}
	.form-l form .form-item .form-ctrol {
		width: 56%;
	}
	.form-l form .form-memo .form-ctrol {
		width: 76.5%;
	}
	.wx p {
		margin: 0;
		padding: 3%;
	}

}

@media only screen and (max-width: 767px) {
	.head .tel {
		display: none;
	}
	.head .mobile-icon {
		float: right;
		width: 30px;
		height: 30px;
		position: relative;
		z-index: 101;
	}
	.head .mobile-icon.show {
		background: url(/sp_img/ztcailiao/icon.png) no-repeat -42px -29px;
	}
	.head .mobile-icon.hide {
		background: url(/sp_img/ztcailiao/icon.png) no-repeat 5px -29px;
	}
	.nav {
		position: fixed;
		right: -90%;
		top: 0;
		width: 90%;
		padding: 0;
		z-index: 100;
		height: 100vh;
		background-color: rgba(0, 0, 0, 0.7);
	}
	.nav li {
		width: 100%;
		font-size: 16px;
	}
	.nav li div {
		display: block;
		position: inherit;
		height: 0;
		padding: 0;
		overflow: hidden;
		top: 0;
	}
	.nav li div a {
		line-height: 30px;
	}
	.nav li div::before {
		display: none;
	}
	.nav .show {
		text-align: left;
	}
	.nav .show span {
		margin-left: 30px;
		font-weight: bold;
		color: #fff !important;
	}
	.nav .show span i {
		display: none;
	}
	.nav .show div {
		text-align: center;
	}
	.shadow {
		width: 100%;
		height: 100vh;
		z-index: 99;
		position: absolute;
		left: 0;
		top: 0;
		display: none;
	}
	h2,
	.hot-topic h3 {
		font-size: 28px;
		margin-bottom: 25px;
	}
	h2 span,
	.hot-topic h3 span {
		padding: 0 25px 5px;
	}
	h2 span::before,
	h2 span::after,
	.hot-topic h3 span::before,
	.hot-topic h3 span::after {
		top: 1px;
	}
	.focus-content li {
		width: 44%;
		margin-bottom: 2% !important;
	}
	.focus-content li .dd .title {
		font-size: 18px;
	}
	.focus-content li .dd .title b {
		font-size: 20px;
	}
	.relation a {
		margin: 0 20px;
	}
	.desc {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	.banner-des,
	.focus,
	.choice-bg,
	.roll,
	.school-bg,
	.advantage,
	.hot-topic {
		margin-bottom: 40px;
	}
	.choice-bg,
	.school-bg {
		padding: 40px 0;
	}
	.choice-bg .choice-content li {
		width: 30.83%;
		margin-bottom: 2.5%;
	}
	.choice-bg .choice-content li:nth-child(4),
	.choice-bg .choice-content li:nth-child(5) {
		margin-bottom: 0;
	}
	.school-bg .school-content a {
		width: 30.83%;
	}
	.advantage li {
		width: 45%;
		margin-bottom: 2%;
	}
	.advantage li .bdt {
		padding-top: 3%;
	}
	.advantage li .bdd p {
		height: 40px;
	}
	.advantage li:nth-child(3) {
		margin-bottom: 0;
	}
	.roll .desc {
		margin-bottom: 10px;
	}
	#caselist .center {
		width: 600px;
	}
	#caselist .picList li {
		width: 280px;
		margin: 10px;
	}
	#caselist .picList li dl {
		margin-bottom: 0;
	}
	#caselist .picList dt .title {
		padding-top: 0;
		font-size: 18px;
		height: 56px;
		overflow: hidden;
	}
	#caselist .picList dd .content {
		width: 100%;
		margin-bottom: 15px;
	}
	#caselist .picList dd .rela {
		width: 100%;
	}
	#caselist .picList dd .rela a {
		width: 42%;
		margin: 0 3%;
		box-sizing: border-box;
		margin-bottom: 0 !important;
		font-size: 14px;
		line-height: 28px;
	}

	
	
	
	.form-l {
		width: 100%;
		padding: 0 0 6%;
	}
	.form-l h3 {
		font-size: 28px;
	}
	.wx {
		width: 94%;
	}
	.wx p {
		width: 24%;
		float: left;
	}
	.hot-topic h3 {
		font-size: 28px;
	}
	h2 span::before,
	h2 span::after,
	#footer,
	#qiao-wrap,
	#QIAO_INVITE_CONTAINER,
	#QIAO_ICON_CONTAINER .qiao-icon-sector-inner {
		display: none !important;
	}
	#newBridge {
		width: 0 !important;
		height: 0 !important;
	}
	.copyright,
	.last {
		display: block;
	}
}



@media only screen and (max-width: 640px) {
	.advantage li .bdt {
		padding-top: 6%;
	}
	.advantage li .bdd p {
		height: 60px;
	}
	#caselist .center {
		width: 470px;
	}
	#caselist .picList li {
		width: 210px;
	}
	#caselist .picList dt .img {
		width: 30%;
	}
	#caselist .picList dt .title {
		width: 68%;
	}
	.hot-topic #caselist1 .box ul li {
		width: 48%;
		margin: 0 1% 2%;
	}
.gknvx{    width:100%;
    margin: 0 auto;}
.gknvx h2 {
    font-size: 24px;
    color: #333;
    text-align: center;
    padding: 45px 0;
    margin: 0 auto;
}
.qk ul li {
    list-style: none;
    float: left;
    padding: 10px 5px;
    width: 50%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
}
}

@media only screen and (max-width: 500px) {
	h2,
	.hot-topic h3 {
		font-size: 24px;
	}
	h2 span,
	.hot-topic h3 span {
		padding: 0 15px 5px;
	}
	.desc {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.advantage li {
		width: 87%;
		padding: 4%;
		margin: 1% 1% 3% 1%;
	}
	.advantage li .bdt {
		padding-top: 3%;
		text-align: center;
	}
	.advantage li .bdd p {
		height: auto;
	}
	.focus-content li {
		width: 90%;
		padding: 5%;
		margin: 0 0 4% !important;
	}
	.focus-content li .dt img {
		width: 80px;
	}
	.focus-content li .dd p {
		height: auto;
	}
	.focus-content li:last-child {
		margin-bottom: 0 !important;
	}
	.relation a {
		display: block;
		margin: 0 auto;
	}
	.relation .zx {
		margin-bottom: 15px;
	}
	.choice-bg .choice-content li {
		width: 47.5%;
	}
	.choice-bg .choice-content li:nth-child(4) {
		margin-bottom: 2.5%;
	}
	.school-bg .school-content a {
		width: 47.5%;
		font-size: 14px;
	}
	.school-bg .school-content a:last-child img {
		width: 20px;
	}
	#caselist .center {
		width: 376px;
	}
	#caselist .picList li {
		width: 365px;
		margin: 5px;
	}
	#caselist .picList dt .title {
		padding-top: 5%;
	}
	.form-l h3 {
		font-size: 24px;
		padding-bottom: 8px;
		margin-bottom: 25px;
	}
	.form-l .form-item {
		width: 100%;
		padding-right: 0;
	}
	.form-l .form-item span {
		width: 25% !important;
		padding-right: 3% !important;
	}
	.form-l .form-item div {
		width: 72% !important;
	}
	.form-l .submit input {
		display: block;
		width: 150px;
		margin: 0 auto;
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}
	.wx p {
		width: 94%;
	}
	.hot-topic h3 {
		margin-bottom: 35px;
	}
}

@media only screen and (max-width: 400px) {
	#caselist .center {
		width: 300px;
	}
	#caselist .picList li {
		width: 290px;
	}
	.form-l .form-item span {
		width: 32% !important;
	}
	.form-l .form-item .form-ctrol {
		width: 65% !important;
	}
}


/*# sourceMappingURL=style.css.map */



/*论文范文*/
.lwfd_list{
    width: 1200px;
    margin-bottom: 35px;
    overflow: hidden;
}
.lwfd_list li{display:block;float:left;width:44%;margin-right:15px;margin-left:15px;border:1px solid #e5e5e5;margin-bottom:20px;padding-left:20px;padding-top:10px;padding-bottom:10px;padding-right:10px;background-repeat:no-repeat}
.lwfd_list p.title{display:block}
.lwfd_list p.title a{
	font-size:17px;line-height:30px;font-weight:normal;color:#fff;font-weight:bold;
}
.lwfd_list p.info{font-size:13px;line-height:23px;font-weight:normal;color:#eee;display:block}
.lwfd_list li:hover{display:block;background-color:#bba262;}


/*热门专题*/
/*hot-topic begin*/
.hot-topic{margin-bottom: 3%;}
.hot-topic h2{
    float: left;
    width: 3%;
    font-size: 20px;
    line-height: 24px;
    padding: 2% 3%;
    margin-bottom: 0;
    font-weight: 400;
    color: #fff;
    background: url("/sp_img/ztcailiao/h2_bg.png") no-repeat center;
}
.hot-topic ul{
    float: left;
    width:91%;
}
.hot-topic ul li{
    margin: 1%;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
}
.dt_bg ul li {
    float: left;
    padding: 3px;
    border: 1px solid #fff;
    margin: 5px 5px;
    overflow: hidden;
}
.dt_bg ul li a {
    text-align: center;
    width: 115px;
    display: inline-block;
    padding: 5px 0px;
    background: #fff;
    color: #000;
    font-size: 14px;
}
.dt_bg ul li:hover {
    border-color: #bba262;
}
.dt_bg ul li:hover a {
    background: #bba262;
    color: #fff;
}
/*hot-topic end*/



/*footer*/
.footer {
	line-height: 28px;
	padding: 20px 0px;
	text-align: center;
	color: #fff;
	background: #252525;
	}
.footer a { color: #fff; padding: 0px 15px;}
.footer a:hover { color: #5b513c;}
/*end */



@media only screen and (min-width: 100px) and (max-width: 640px) {
	.lwfd_list{
		width: 100%;
	}
	.lwfd_list li{width: auto;}
	#caselist .tempWrap {
	    width: 100%!important;
	}
	.banner-bg .txt1{font-size: 30px;}
	.banner-bg .txt2{font-size: 38px;text-shadow: 1px 2px 1px #8f783f;}
	.banner-bg .txt3{background-size: 100%;font-size: 14px;margin-bottom: 10px;line-height: 35px;}
}