@charset "utf-8";

html {
  overflow-y: auto;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

html,body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, textarea, button, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

body,div,p,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,form ,legend {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height:1.3;
  /*color: #333;*/
  font-family: "Microsoft Yahei", Arial, Helvetica, Verdana, Geneva, sans-serif, tahoma, sans-serif;

}
body{
  background: #fff;
}
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-weight: normal;
}

input, textarea, select {
  font-size:100%;
  *font-size: 100%;
  outline:none;
  vertical-align: middle;
}

table{
  outline:none;
  /*border-collapse: collapse;*/
}

ul,li {
  list-style-image: none;
  list-style-type: none;
  margin: 0;
}
a:hover {
  text-decoration: none;
}
body a,body a:visited, body a:hover {
  text-decoration: none;
}
.main_cont a,.main_cont a:hover,.main_cont a:visited {
  text-decoration: none;
}
.clear,.clr{

  clear: both;

  /*height: 0;*/

}
.zt_banner *,.zt_main *{
  box-sizing:border-box;
  -moz-box-sizing:border-box; /* Firefox */
  -webkit-box-sizing:border-box; /* Safari */
}
/*banner start*/
.zt_banner{
  background: url(../images/zt_banner.jpg) no-repeat center;
  width: 100%;
  height: 450px;
}
.zt_banner a{
  display: block;
  width: 100%;
  height: 100%;
}
/*banner end*/

/*第一部分start*/
.zt_main{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.zt_nav{
  width: 100%;
  height: 56px;
  background-color: #232d60;
  margin: 5px auto;
}
.zt_nav a{
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  line-height: 56px;
  display: inline-block;
  width: 184px;
  height: 56px;
}
.col1{
  width: 1105px;
  margin: 0 auto;
  padding-top: 65px;
}
.zt_nav a:hover{
  background-color: #34438f;
}
.col_tit{
  width: 1105px;
  margin: 0 auto;
}
.col_tit h2{
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #0c0c0c;
  display: inline-block;
}
.col_tit span{
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #0c0c0c;
  display: inline-block;
  vertical-align:top;
  margin: 0 20px;
}
.col_tit b{
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #0c0c0c;
}
.col_tit p{
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #0c0c0c;
}
.col1_cont{
  display: flex;
  justify-content: space-between;
}
.col1_cont .col1_doc_img{
  width: 420px;
}
.col1_cont .col1_doc_img img{
	margin-bottom: 20px;
}
.fr_tit{
  text-align: right;
  background: url(../images/line.jpg) no-repeat right 20px;
  padding-right: 146px;
}
.fl_tit{
  text-align: left;
  background: url(../images/line.jpg) no-repeat left 20px;
  padding-left: 146px;
}
.col1_text{
  width: 623px;
  padding: 20px;
}
.col1_text h3{
  font-size: 30px;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #723402;
}
.col1_text b{
	display: block;
	width: 197px;
	height: 47px;
	background-color: #723402;
	text-align: center;
	margin: 10px auto;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #ffffff;
}
.col1_text ul{
  padding: 10px 0;
  margin: 5px auto;
}
.col1_text ul li{
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0;
  color: #414141;
}
.col1_text h4{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #723402;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px auto;
}
.col1_text h4:before{
	content:"";
	display: block;
	width: 200px;
	height: 1px;
	border-bottom: solid 1px #7d7d7d;
}
.col1_text h4:after{
	content:"";
	display: block;
	width: 200px;
	height: 1px;
	border-bottom: solid 1px #7d7d7d;
}
.col1_text p{
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #414141;
  line-height: 40px;
  text-align: center;
}
.col1_text .p2{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #723402;
	text-decoration:underline;
}
.col1_text .p2 img{
	vertical-align: middle;
	margin-right: 10px;
}
.col1_text a{
  width: 288px;
  height: 40px;
  background-color: #34438f;
  font-size:18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #ffffff;
  display: inline-block;
  margin: 20px auto 0;
}
.col1_msg{
  width: 100%;
  height: 240px;
  margin: 66px auto 43px;
  background-color: #34438f;
  padding-top: 14px;
}
.col1_msg .col1_icon{
  width: 1105px;
  margin: 0 auto;
}
.col1_msg  img{
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.col1_msg p{
  width: 133px;
  vertical-align:top;
  text-align: left;
  display: inline-block;
  margin: 0 10px;
}
.col1_msg p span{
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #ffffff;
}
/*第一部分end*/

/*第二部分start*/
.col2{
  background: #f8f3ee;
  padding: 40px 0;
}
.col2_msg{
  background: url(../images/icon02.png) no-repeat center bottom;
  padding-bottom: 40px;
  margin-top: 15px;
}
.col2_msg ul li{
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #0c0c0c;
  text-align: center;
}
.col2_msg p span{
  color: #34438f;
}
.poster-main{
  position: relative;
  margin: 50px auto;
}
.poster-main .poster-list .poster-item{
  position: absolute;
  left: 0;
  top: 0;
}
.poster-main .poster-btn{
  position: absolute;
  top: 0;
  cursor: pointer;
}
.poster-main .poster-prev-btn{
  left:-200px;
  background: url("../images/btn_l.png") no-repeat center center;
}
.poster-main .poster-next-btn{
  right:-200px;
  background: url("../images/btn_r.png") no-repeat center center;
}
.col2_box{
  width: 1105px;
  margin: 0 auto;
}
.col2_title{
  background: url(../images/col2_title.png) no-repeat center;
  height: 47px;
  line-height: 47px;
  margin:40px auto;
}
.col2_title span{
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #0c0c0c;
}
.col2_title h3{
  width: 422px;
  text-align: center;
  margin: 0 auto;
  line-height: 47px;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  display: inline-block;
  color: #ffffff;
}
.zt_btn{
  margin: 40px auto;
  width: 288px;
  height: 40px;
  background-color: #34438f;
}
.zt_btn a{
  display: block;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #ffffff;
}
/*第二部分end*/

/*第三部分start*/
.col3{
  width: 1105px;
  margin: 0 auto;
  padding: 80px 0;
}
.col3 .col3_m50{
  margin: 50px auto 0;
}
/*第三部分end*/

/*第四部分start*/
.col4{
  width: 100%;
  background-color: #f8f3ee;
  padding: 40px 0;
}
.col4_cont{
  width: 1105px;
  margin: 40px auto;
}
/*第四部分end*/

/*第五部分start*/
.col5{
  margin:0 auto;
  padding: 60px 0;
}
/*第五部分end*/

/*第六部分start*/
.col6{
  background: #f8f3ee;
  margin:30px auto 0;
  padding: 20px 0;
}
.col6_cont{
  width: 1105px;
  margin: 60px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.col6_box{
	width: 537px;
	height: 269px;
	padding: 10px;
	background-color: #ffffff;
	border: solid 1px #723402;
	display: flex;
	text-align: left;
	justify-content: space-around;
	margin-bottom: 21px;
}
.col6_box img{
	display: inline-block;
}
.col6_txt{
	width:270px;
}
.col6_box p{
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #242424;
	display: inline-block;
}
.col6_box span{
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #242424;
	line-height: 32px;
}
/*第六部分end*/

/* 第七部分start*/
.col7{
	width: 1017px;
	margin:30px auto;
}
.col7_cont{
	text-align: left;
	margin-top: 20px;
}
.col7_cont span{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #0c0c0c;
}
.col7_cont span b{
	font-weight: bold;
}
.col7_box{
	position: relative;
	padding-top: 60px;
}
.col7_box img{
	position: absolute;
	left: 0;
	top: 20px;
}
.col7_box_txt{
	width: 617px;
	height: 366px;
	padding: 10px 29px 30px 88px;
	background: url(../images/col7_bg.jpg) no-repeat center center;
	margin-left: 440px;
}
.col7_box_txt p{
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #723402;
}
.col7_box_txt span{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #0c0c0c;
}
.col7_box_txt span b{
	font-weight: bold;
}
/* 第七部分end */