/* CSS Document  #cee8ff; */
* {
	margin: 0;
	padding: 0;
}
ul, ol li {
	list-style: none;
}
a {
	text-decoration: none;
	color: blue;
}
table tr:nth-child(even) {
	background: #fff;
}
table tr:nth-child(odd) {
	background: #E4E9EF;
}
b, strong, h1, h2, h3, h4, h5, h6, th {
	font-weight: normal;
}
i, em, address {
	font-style: normal;
}
img {
	border: none;
	vertical-align: middle;
	width: 100%;
}
table {
	border-collapse: collapse;
	padding: 0;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	height: 0px;
	display: block;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.wid {
	width: 1256px;
	margin: 0 auto;
}
body {
	font-size: 12px;
	font-family: "Microsoft YaHei";
}
/*header*/
.head {
	height: 134px;
	background: url(../image/hdbj[1].jpg) repeat-x;
}
.head1 {
background: url(../image/head[1].jpg) no-repeat;
    height: 134px;
    background-size: cover;
}
.head1 img {
	margin-top: 24px;
	margin-left: 9px;
}
.head1 form {
}
.head1 form .ipt1 {
	width: 192px;
	height: 30px;
	color: #000;
	font-size: 12px;
	padding-left: 8px;
	line-height: 30px;
	margin-top: 53px;
	position: relative;
	left: 6px;
}
.head1 form .ipt2 {
	width: 32px;
	height: 30px;
	background: url(../image/ss[1].jpg) no-repeat center center;
	position: relative;
	top: 26px;
	left: 0px;
	cursor: pointer;
}
.biaoti {
	width: 90px;
	height: 30px;
	background: #8FAADC;
	font-size: 18px;
	color: black;
	line-height: 30px;
	text-align: center;
	font-family: '宋体';
	cursor: pointer;
}
.biaoti1 {
	width: 90px;
	height: 30px;
	background: #BDD7EE;
	font-size: 18px;
	color: black;
	line-height: 30px;
	text-align: center;
	font-family: '宋体'
}
.biaoti1:hover {
	width: 90px;
	height: 30px;
	background: #8FAADC;
	font-size: 18px;
	color: black;
	line-height: 30px;
	text-align: center;
	font-family: '宋体';
	cursor: pointer;
}
.xianss {
	width: 100%;
	;
	height: 40px;
	border-bottom: 2px solid #eee;
}
/*nav*/
nav {
	display: inline-block;
	width: 1260px;
	-webkit-box-shadow: 1px 1px 3px #fff;
	-moz-box-shadow: 1px 1px 3px #123680;
	height: 40px;
}
nav ul {
	display: flex;
	justify-content: space-between;
}
nav li {
	list-style: none;
	float: left;
	position: relative;
	background: #123680;
	width: 127px;
}
nav li:hover {
	background: #3E4245;
	-moz-transition: background 1s ease-out;
	-webkit-transition: background 1s ease-out;
}
nav li a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left: 5px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	border-left: 1px solid #999E9F;
	border-top: 1px solid #999E9F;
	-moz-border-top-left-radius: 2px;
	-webkit-border-top-left-radius: 2px;
}
nav li > a {
	position: relative;
}
nav li.first a {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
nav li.last {
	border-right: 0 none;
}
nav dl {
	position: absolute;
	display: block;
	top: 42px;
	left: 0px;
	width: 126px;
	background: #123680;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px #292929;
	-moz-box-shadow: 1px 1px 3px #292929;
	z-index: 10;
}
nav li:hover dl {
	top: 40px;
	display: block;
	width: 126px;
}
nav dl a {
	background: transparent;
	border: 0 none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-transition: background 0.5s ease-out;
	-webkit-transition: background 0.5s ease-out;
	z-index: 50;
}
nav dl a:hover {
	color: #FFF;
	background: #999E9F;
	-moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
nav dd {
	margin-top: -40px;
	opacity: 0;
	width: 126px;
	-webkit-transition-property: all;
	-moz-transition-property: all;
}
li:hover dd {
	margin-top: 0;
	opacity: 1;
}
li dd:nth-child(1) {
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
}
li dd:nth-child(2) {
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
}
li dd:nth-child(3) {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
}
li dd:nth-child(4) {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
}
nav dt {
	display: none;
	margin-top: -25px;
	padding-top: 15px;
	height: 10px;
}
nav li:hover dt {
	display: block;
}
.Darrow {
	float: right;
	margin: 18px 15px 0 0;
	border-width: 7px;
	border-color: #FFF transparent transparent transparent;
	border-style: solid;
	width: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
	cursor: pointer;
	text-shadow: 0px -1px 0px #000;
	-webkit-box-shadow: 0px -1px 0px #000;
	-moz-box-shadow: 0px -1px 0px #000;
}
.arrow {
	margin: 0 auto;
	margin-top: -5px;
	display: block;
	width: 10px;
	height: 10px;
	background: #123680;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
/* fullSlide */
.big {
	width: 100%;
	background: #e9e9e9;
	height: 440px;
	padding-top: 25px;
	min-width: 1256px;
}
.con {
	background: #E9E9E9;
	padding-top: 22px;
	width: 100%;
	min-width: 1256px;
}
.con .con1 .left {
	background: #ffffff;
	padding-top: 16px;
	padding-left: 30px;
	padding-right: 22px;
	border: 1px solid #e5e5e5;
	padding-bottom: 30px;
}
.ju {
	background: url(../image/1.png);
	width: 100%;
	height: 610px;
}
.index1 {
	width: 500px;
	height: 435px;
	margin-left: 35px;
	margin-top: 35px;
}
.index11 {
	width: 500px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	padding-top: 40px;
	padding-left: 90px;
	font-family: '宋体'
}
.indexq {
	width: 500px;
	height: 50px;
	font-size: 24px;
	line-height: 50px;
	padding-left: 170px;
	font-family: '宋体';
	color: red;
}
.index2 {
	width: 90%;
	/*height:430px;*/
	margin-top: 35px;
	margin-left: 60px;
	font-size: 20px;
	/*text-indent: 2em;*/
	letter-spacing: 2px;
	line-height: 30px;
	font-family: '宋体'
}
.index3 {
	margin-top: 35px;
	margin-left: 15px;
	font-size: 24px;
	text-indent: 2em;
}
.index6 {
	width: 350px;
	margin-top: 35px;
	margin-left: 15px;
	font-size: 24px;
	text-indent: 2em;
}
.index4 {
	margin-top: 35px;
	margin-left: 15px;
	font-size: 24px;
	text-align: right;
}
.team1 {
	width: 350px;
	height: 500px;
	margin-left: 35px;
	margin-top: 35px;
}
.team2 {
	width: 720px;
	height: 430px;
	margin-top: 35px;
	margin-left: 35px;
	font-size: 22px;
}
.zi {
	margin-top: 0px;
	width: 120px;
	font-size: 20px;
}
.zi1 {
	font-size: 20px;
}
.zi1 {
	margin-top: 0px;
	width: 600px;
	font-size: 20px;
}
.tz1 {
	border: black solid 1px;
	font-size: 16px;
	height: 40px;
	text-align: center
}
.tz12 {
	border: black solid 1px;
	font-size: 16px;
	height: 30px;
	text-align: center
}
.tz2 {
	border: black solid 1px;
	font-size: 8px;
	height: 30px;
}
.inp {
	height: 30px;
	border: red solid 1px;
}
.p {
	font-size: 24px;
	text-indent: 2em;
}
#div1 {
	position: relative;
	width: 100%;
	height: 460px;
	margin: 0 auto;
	overflow: hidden;
}
#div1 ul {
	position: absolute;
	left: 0;
}
#div1 ul ol {
	list-style: none;
	width: 240px;
	float: left;
	padding: 10px;
	color: white;
}
#div1 ul ol img {
	width: 100%;
	height: 360px;
}
.HBoxbg {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 88;
	background: rgba(0,0,0,0.5);
	display: none;
}
.HBox {
	width: 605px;
	height: 312px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -302.5px;
	margin-top: -156px;
	z-index: 10000011;
	background: url(../image/bgimg.png) center no-repeat;
}
.sle {
}
.selectPic h2 {
	line-height: 44px;
	margin-left: 12px;
	color: #333;
	font-size: 20px;
}
.sje {
	margin: 10% auto;
}
.sje span {
	float: left;
	display: block;
	width: 20%;
	text-align: right;
	font-size: 20px;
	color: #333;
	margin-left: 13%;
}
.sje .input_text02 {
	float: left;
	display: block;
	width: 200px;
	height: 28px;
	border: 2px solid rgb(118, 118, 118);
	background: #fff;
	margin-left: 10px;
}
.sje em {
	font-style: normal;
	color: #808080;
	font-size: 14px;
	margin-left: 35%;
	display: block;
	margin-top: 2%;
}
.sle>a {
	display: block;
	margin: 16% auto 0 auto;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 13.33px;
	color: #000;
	background: #efefef;
	border: 1px solid #767676;
	border-radius: 5px;
}
.tz1s {
	border: black solid 1px;
	font-size: 16px;
	height: 40px;
	text-align: center;
	font-weight: bold;
}
.inside_con {
	padding: 10px 0;
	min-height: 300px
}
.denli {
	width: 46%;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	padding-bottom: 2%;
	display: block;
	margin: 0 auto;
}
.zhuce {
	position: absolute;
	top: 73px;
	right: 10%;
	color: #3573a2;
	font-size: 18px
}
.denli h2 {
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #000;
	font-weight: normal;
	border-bottom: 1px solid #ececec;
}
.denli ul {
	padding: 3% 10% 0 10%;
}
.denli ul li {
	margin-bottom: 4%;
	display: block;
	float: none;
	width: 100%;
	background: none;
}
.denli ul li span {
	display: block;
	font-size: 18px;
	color: #666;
	line-height: 38px;
}
.denli ul li .input_text {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	width: 100%;
	display: block;
	border: 1px solid #ececec;
}
.denhlui {
	display: block;
	margin: 0 auto;
	width: 80%;
	background-image: linear-gradient(to right, #03a0ff, #037fdf);
	text-align: center;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	border-radius: 5px;
}
.wjmm {
	text-align: right;
	display: block;
	font-size: 15px;
	color: #666;
	margin-right: 10%;
	margin-top: 2%
}
.team ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.team ul li {
	width: 280px;
	text-align: center;
	margin-right: 27px;
}
.team ul li p {
	font-size: 18px;
	line-height: 40px;
	color: #333;
}
.team ul li img {
	width: 100%
}
.team ul li:nth-child(4n) {
	margin-right: 0;
}
.newlist ul li {
	font-size: 14px;
	border-bottom: 1px dashed #666;
	color: #666;
	line-height: 43px;
}
.newlist ul li a span {
	float: right;
	color: #666
}
.newlist ul li a {
	color: #666
}


.fenye {     text-align: center;
    margin-top: 40px;}
.fenye ul.pagination {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.fenye ul.pagination li {
	display: inline;
}
.fenye ul.pagination li a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #ddd;
	margin: 0 4px;
}
.fenye ul.pagination li a.page-num-current,
.fenye ul.pagination li a.active {
	background-color: #8FAADC;
	color: white;
	border: 1px solid #8FAADC;
}
.fenye ul.pagination li a:hover:not(.page-num-current),
.fenye ul.pagination li a:hover:not(.active) {
	background-color: #8FAADC;
	color:#fff;
}
