body{
	min-width: 1700px;
}

ul li {
	list-style: none;
}

ol li {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.nav-bot {
	width: 100%;
	min-width: 1700px; 
	height: 400px;
 
}

.head {
	min-width: 1700px;
	width: 100%;
	height: 100px;
	 background: #214076;  
}

.head .head-box {
	width: 1700px;
	height: 100px;
	margin: 0px auto;
}

.head .head-box .left-logo {
	width: 600px;
	height: 100px;
	float: left;
	 
}

.head .head-box .left-logo>a>img {
	height: 100px;
	
}

.head .head-box .left-logo .jwc {
	position: relative;
	margin-top: -91px;
	margin-left: 400px;
	font-size: 56px;
	color: #fff;
}

.head .head-box .left-logo div {
	position: relative;
	margin-top: -65px;
	margin-left: 270px;
	font-size: 40px;
	color: #FFF;
}
.head-box-right{
	width: calc(100% - 600px);
	height: 100px;
	float: right; 
}
.head-box-right-img{
	width: calc(100% - 300px);
	height: 100px;  
	float: left;   
	text-align: right;

}
.head-box-right-img img{
	height: 60px; 
	margin-top: 20px;   
}


.head-box-right-search{
	width: 260px;
	height: 80px;
	float: right;  
}
.search{ 
	margin-top: 30px;
}
.search form{
	border: 1px solid #FFF;
	border-radius: 5px;
	height: 35px;
	background-color: #FFF; 
	
}
.search input{
	height: 35px;
	border: none;
	width: calc(100% - 40px);
	float: left;
	text-align: center;
	border-radius: 5px;
	padding: 0px 6px;
}
.search .search-aa{
	width: 16px;
	height: 16px;
	float: right;
	margin-top: 10px;
	position: relative;
	margin-right:  10px;; 
 } 
/* .search-aa{
	width: 1.2rem;
	height: 1.2rem;
	float: right;
	margin-top: 0.8rem;
	position: relative;
	margin-right: 2rem;
	border: solid 0.2rem #EEE;
} 
 .searchxaa.icon:before {
	 top: 10px;
	 left: 6px;
	 height: 9px;
	 width: 2px;
	 background-color: #333;
 }
 
 .searchx-aa.icon {
	 width: 16px;
	 height: 16px;
	 border: solid 2px #333;
	 border-radius: 100%;
	 -webkit-transform: rotate(-45deg);
	 transform: rotate(-45deg);
 }
 p
  .searchxaa.icon {
  	 width: 12px;
  	 height: 12px;
  	 border: solid 2px #333;
  	 border-radius: 100%;
  	 -webkit-transform: rotate(-45deg);
  	 transform: rotate(-45deg);
  }
  
  .searchxaa.icon:before {
  	 top: 16px;
  	 left: 6px;
  	 height: 9px;
  	 width: 2px;
  	 background-color: #333;
  }
  
  .searchx-aa.icon {
  	 width: 12px;
  	 height: 12px;
  	 border: solid 2px #2766bc;
  	 border-radius: 100%;
  	 -webkit-transform: rotate(-45deg);
  	 transform: rotate(-45deg);
  }
  
  .searchx-aa.icon:before {
  	 top: 16px;
  	 left: 6px;
  	 height: 9px;
  	 width: 2px;
  	 background-color: #2766bc;
  }*/
/*栏目的导航条*/

.nav { 
	width: 100%;
	height: 45px; 
	z-index: 101;
	top: 75px;
	background-color: #1376C7;
}
.nav .nav-box{
  	width: 1700px;
  margin: auto;
	background-color: #1376C7;
}
.nav .nav-box>ul {
	width: 1280px;
	height: 45px;
	margin: 0px auto;
	margin: auto;    
	background-color: #1376C7;
}

.nav .nav-box>ul>li {
	padding: 0 1%;
	height: 45px;
	float: left;
	line-height: 45px;
	font-size: 16px;
	color: #FFF;
  /**/
    text-align: center; 
  	width: 65px;
}
.nav .nav-box .active{
	background-color: #2391E8;
}
.nav .nav-box>ul>li>a {
	color: #FFF;
	font-weight: bold;
}

.nav .nav-box>ul>li>ul { 
	display: none;
	position: absolute;
	z-index: 10;
	width: 165px;
	height: auto;
	background: #2391E8;
	margin-left: -13px;
}

.nav .nav-box>ul>li>ul>li {
	min-width: 65px;
	height: 50px;
	line-height: 50px; 
	border-bottom: 1px solid #1376C7;
}

.nav .nav-box>ul>li>ul>li>span {
	float: left;
	position: relative;
	width: 20px;
	height: 50px;
	display: none;
	opacity: 0.8;
	background: #7f0807;  
}

.nav .nav-box>ul>li>ul>li>a {
	float: left;
	position: relative;
	margin-left: 27px;
	color: #FFF;
}

.nav .nav-box>ul>li:hover {
	background: #2391E8;
}

.nav .nav-box>ul>li:hover ul {
	display: block;
}

.nav .nav-box>ul>li>ul>li:hover {
	background: #1376C7;
}

.nav .nav-box>ul>li>ul>li:hover span {
	display: block;
}


/*内容区域样式*/

.content {
	width: 1280px;
	height: 500px;
	min-height: 500px;
	height: auto !important;
	overflow: hidden;
	margin: 0px auto;
}


/*二级栏目导航样式*/

.content .c-left {
	width: 230px;
	height: 500px;
	float: left;
}

.content .c-left .c-h3 {
	width: 200px;
	height: 50px;
}

.content .c-left .c-h3>h3 {
	width: 200px;
	height: 50px;
	font-size: 22px;
	margin-left: 30px;
	font-weight: normal;
	color: #FFF;
	padding-left: 34px;
	line-height: 50px;
	background: #4b8761;
}

.content .c-left>ul {
	width: 234px;
	min-height: 300px;
	height: auto;
	margin-left: 30px;
	background: #e2e2e2;
}

.content .c-left>ul>li {
	width: 234px;
	height: 50px;
	border-bottom: 1px solid #d3d3d3;
	line-height: 50px;
}

.content .c-left>ul>li>a {
	width: 180px;
	font-size: 14px;
	margin-left: 30px;
	color: #474747;
}

.content .c-left>ul>li:hover a {
	margin-left: 40px;
}


/*导航区鼠标滑动的样式*/

.hidden-sp {
	display: block;
	width: 20px;
	height: 50px;
	background: #4b8761;
	float: left;
}

.hidden-spli {
	background: #efefef;
}


/*底部样式*/

.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
	width: 48px;
	height: 48px;
	margin-bottom: 8px;
}


/*reset*/
 

a {
	text-decoration: none;
	cursor: pointer;
}

ul {
	list-style: none;
}

.footer {
 	 width: 100%; 
	background: #214076;
}
.footer-box {
  width: 100%;
  max-width: 1700px;
 	margin: auto;
	background: #214076;
	height: 220px;
  
}
.foot {
	width: 100%;  
	min-width: 1280px; 
     padding-top: 20px;
	background: #214076;
 	margin: auto;
	height: 140px;
}


.title {
	font-size: 18px;
	font-family: "Microsoft YaHei";
	margin-bottom: 2px;
	margin-top: 20px;
	color: #aeaeae;
}

.fast-guid,
.contact,
.attention {
	height: 120px;
}

.fast-guid {
	width: 45%;
	border-right: 2px solid #f3f3f3;
	float: left;
	text-align: center;
	padding-top: 20px;
}
.fast-guid img{
	height: 80px;
}
.fast-guid li {
	height: 28px;
	line-height: 28px;
	margin-left: -4px;
}

.fast-guid li a {
	font-size: 14px;
	color: #FFF;
	height: 28px;
}

.contact {
	width: 400px; 
	padding: 0px 20px; 
	float: left;
}

.contact li {
	line-height: 28px;
}

.contact li {
	font-size: 14px;
	color: #FFF;
}

.attention { 
	margin-top: 20px;
	float: left; 
}
.attention-img{
	width: 80px;
	float: left; 
	text-align: center;
	margin-left: 10px;
}
.attention .attention-img img {
	width: 80px;
	height: 80px;
}
.attention .attention-img span {
	color: #FFF;

}
.attention .img>span {
	display: block;
	margin-left: 12px;
	font-size: 12px;
	color: #797979;
}

.attention .img>span>a {
	color: #FFF;
}

.attention .img .mar {
	margin-left: -12px;
}


/*智慧校园*/
.qqzhxy {
	display: none;
	position: absolute;
	width: auto !important;
	width: 365px;
	height: 100px;
	bottom: 120px;
	margin-left: -25px;
}

.qqzhxy li {
	width: 100px;
	height: 110px;
	background: #0077B8;
	margin-right: 10px;
	float: left;
	background: #4b8761;
}

.qqzhxy li img {
	width: 80px;
	height: 80px;
	margin-top: 5px;
	margin-left: 10px;
}

.qqzhxy>li>span {
	display: block;
	width: 100px;
	margin-top: 2px;
	height: 10px;
	font-size: 12px;
	text-align: center;
	color: #FFF;
}

.qqzhxy-img:hover .qqzhxy {
	display: block;
}

/*微信*/

.ewm {
	display: block;  
	width: 220px;
	height: 100px;
	bottom: 120px; 
}

.ewm li {
	width: 100px;
	height: 110px;
	background: #4b8761;
	margin-right: 10px;
	float: left;
}

.ewm li img {
	width: 80px;
	height: 80px;
	margin-top: 5px;
	margin-left: 10px;
}

.ewm>li>span {
	display: block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	margin-top: 2px;
}

.ewm-img:hover .ewm {
	display: block;
}
.link-box{
	background-color: #E3E4E6;
}
.link-a{
	line-height: 35px;
	width: 1700px;
	margin: auto;
	background-color: #E3E4E6;
}
.link-a-box{
	height: 35px;
	width: 1280px;
	margin: auto;
	background-color: #E3E4E6;
}
.link-a a{
	display: block;
	padding: 0px 10px;
	color: #333;
	float: left;
}
.banner-box{
	height: 360px;
	background: linear-gradient(to bottom,  #1376C7, #FFFFFF);
}
.banner-img{
	width: 1280px;
	margin: auto;
}
.banner-box img{
	height: 333px;
	
}
.xbanner .xbanner-title{
	height: 35px;
	line-height: 35px;
	background: rgba(1, 1, 1, 0.5);
	display: block;
	margin-top: -40px; 
	text-align: center;
	color: #FFF;
	position: relative;
}

.text-with-white-border {
  font-size: 28px;
  color: black;
  color: #FFF;
  /*text-shadow:
    -1px -1px 0 white,
    1px -1px 0 white,
    -1px 1px 0 white,
    1px 1px 0 white; */
}
.copyright{
  color: #FFF;  text-align: center; height: 60px; line-height: 60px;
}