* {
	margin: 0;
	padding: 0;
        font-family: times new roman;
}
ul li {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	border: none;
}
input {
	outline: none;
}
.clear_both:after {
	content: "";
	display: block;
	clear: both;
}
/*====================================================================*/

.header {
	width: 100%;
	background: #1178b1;
}
.header_mid {
	width: 1100px;
	margin: 0 auto;
	padding: 5px 0 ;
}
.header_mid form {
	text-align: right;
}
.header_mid form select {
	background: #1178b1;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 5px;
	padding: 3px 0 5px;
}
/*header=============================*/

.line {
	width: 100%;
	border-bottom: 2px solid #005b8e;
}
/*line==========================*/

.nav {
	width: 100%;
}
.nav_mid {
	width: 1100px;
	margin: 0 auto;
}
.nav_mid ul {
	width: 900px;	
}
.nav_mid ul li {
	height: 75px;
	float: left;
	padding: 17px 40px 0 40px;
}
.nav_mid ul li a {
	color: #333;
	font-size: 14px;
}
.nav_mid ul li:first-child {
	background: #1178b1;
	line-height: 50px;
}
.nav_mid ul li:first-child a {
	color: #fff;
}
.nav_mid ul li:hover {
	background: #1178b1;	
}
.nav_mid ul li:hover a {
	color: #fff;
}
.nav_mid ul {
	float: left;
	margin-left: 0px;
}
.nav_form {
	float: right;
}
.nav_form input {
	width: 170px;
	height: 30px;
	border: 1px solid #1178b1;
	border-radius: 5px;
}
.nav_fath {
	position: relative;
	padding-top: 20px;
}
.nav_form img {
	position: absolute;
	top: 27px;
	right: 7px;
	z-index: 10;
	cursor: pointer;
}
/*nav==========================*/

.lun {
	width: 100%;
}
.lun_bg {
	background: url(../img/img_bg2.png) no-repeat center ;
	/*background-position: 15% 7%;*/
        width:  1100px;
	height: 320px;
	margin: 0 auto;
}
/*lun====================================*/

.txt {
	width: 100%;
}
.txt_mid {
	width: 1100px;
	margin: 0 auto;
}
.txt_mid .txt_left {
	width: 280px;
	float: left;
}
.txt_mid .txt_left p {
	padding: 34px 0 10px;
}
.txt_mid .txt_left p a {
	font-size: 34px;
	color: #333;
}
.txt_mid .txt_left p a:hover {
	color: dodgerblue;
	font-size: 36px;
}
.txt_mid .txt_left .txt_line {
	width: 96px;
	border: 3px solid #819d41;
}
.txt_mid .txt_right {
	width: 715px;
	background: #84ad27;
	padding: 52px 20px 50px 26px;
	float: right;
	position: relative;
}
.txt_mid .txt_right p a {
	font-size: 20px;
	color: #fefdfd;
	word-spacing: 5px;
}
.txt_mid .txt_right p a:hover {
	color: yellow;
}
.txt_san {
	border-style: solid;
    border-width: 10px 14px 10px 14px;
    border-color: transparent transparent transparent #fff ;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 107px;
    left: 0;
}
/*txt================================*/
.img {
	width: 100%;
	//background: #f1f1f1;
}
.img_mid {
	width: 1100px;
	margin: 0 auto;
	padding: 36px 0 45px;
}
.img_mid .img_left {
	width: 540px;
	height: 407px;
	background: #84ad27;
}
.img_left_txt {
	background: #84ad27;
	padding: 5px 2px 5px 12px;
}
.img_left_txt h4 a {
	font-size: 16;
	color: #fff;
}
.img_left_txt h4 a:hover {
	color: yellow;
}
.img_left_txt p a {
	font-size: 14;
	color: #f1f1f1;
	word-spacing: 2px;
}
.img_left_txt p a:hover {
	color: yellow;
}
.img_left,.img_right {
	float:left;
}
.img_right {
	width: 546px;
	height: 407px;
	margin-left: 14px;
}
.img_right_top {
	width: 546px;
	height: 196px;
	//background: #005167;
	margin-bottom: 14px;
}
.img_right_top_img {
	width: 188px;
	height: 196px;
	background: #005167;
	float: left;
}
.img_right_top_txt {
	width: 338px;
	height: 196px;
	float: left;
	background: #005167;
	padding-left: 15px;
}
.img_right_top_txt h4 a {
	font-size: 16px;
	color: #1178b1;
	padding: 10px 0 10px;
}
.img_right_top_txt h4 a:hover {
	color: yellow;
}
.img_right_top_txt p a {
	font-size: 14px;
	color: #f1f1f1;
	line-height: 20px;
}
.img_right_top_txt p a:hover {
	color: yellow;
}
.img_right_bot_txt {
	background: #1178b1;
}
.img_right_bot_txt h4 a,.img_right_bot_txt p{
	color: #fff;
}
.img_right_bot_txt ul li {
	list-style-image:url(../img/img_jiantou.png);
	margin-bottom: 10px;
	list-style-position: inside;	
}
.img_right_bot_txt ul li a {
	font-size: 14px;
	color: #fff;
}
.img_right_bot_txt ul li a:hover {
	color: rgb(137, 207, 240);
	font-size: 16px;
}
.img_right_top_img,.img_left_img {
	overflow: hidden;
}
.img_left_img img:hover {
	transition:  transform 1.5s;
	transform: scale(1.2);
	-ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari */
    opacity: .6;
}
.img_right_top_img img:hover {
	transition:  transform 1.5s;
	transform: scale(1.2);
	-ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari */
    opacity: .6;
}
.Dy_img {
	width: 86px;
	height: 60px;
	background: #fff;
}
.Dy_img p {
	color: #666;
}
.Dy_left_txt,.Dy_right_txt {
	float: left;
}
.Dy_left_txt p {
	font-size: 30px;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
	margin: 0 6px;
}
.Dy_right_txt {
	padding-top: 15px;
}
.Dy_right_txt p {
	font-size: 12px;
	text-align: center;
}
/*img=======================================*/
.Dy {
	width: 100%;
/*	background: #1178b1;*/
      //  background: #f1f1f1;
}
.Dy_mid {
	width: 1100px;
	margin: 0 auto;
        background: #1178b1;
}
.Dy_header {
	text-align: center;
}
.Dy_header h2 {
	color: #fff;
	font-size: 30px;
	padding: 40px 0 10px;
}
.Dy_line {
	width: 98px;
	border: 3px solid #fff;
	margin: 0 auto;
}
.Dy_cont {
	padding: 40px 0;
}
.Dy_left {
	width: 500px;
	background: #fff;
}
.Dy_left img {
	width: 500px;
	height: 324px;
}
.Dy_left img:hover {
	transition: 1.5s;
	transform: scale(1.1);
}
.Dy_left_p {
	height: 64px;
}
.Dy_left_p:hover p{
	color: #1178b1;
	transition: 1.5s;
	transform: scale(1.1);
	text-shadow: 5px 5px 10px #000;
}
.Dy_left_p p {
	color: #666;
	font-size: 20px;
	text-align: center;
	line-height: 64px;
	background: #fff;
}
.Dy_left_p p:hover {
	
}
.Dy_left,.Dy_right {
	float: left;
}
.Dy_right {
	width: 530px;
	margin-left: 40px;
}
.Dy_img,.Dy_txt {
	float: left;
}
.Dy_img,.Dy_img img {
	width: 86px;
	height: 60px;
}
.Dy_txt {
	width: 420px;
	margin-left: 20px;
}
.Dy_txt_p1 {
	overflow: hidden;
	white-space: nowrap;
}
.Dy_txt_p1 a {
	width: 386px;
	font-size: 16px;
	color: #fff;
	margin: -5px 0 10px;
}
.Dy_txt_p2 a {
	width: 352px;
	font-size: 13px;
	color: #fff;	
}
.Dy_txt_p1 a:hover {
	font-size: 17px;
}
.Dy_txt_p2 a:hover {
	font-size: 14px;
}
.Dy_txt p a:hover {
	color: rgb(137, 207, 240);
}
.Dy_right li {
	padding-bottom: 22px;
	border-bottom: 1px dashed #f1f1f1;
	position: relative;
}
.Dy_jian {
	position: absolute;
	bottom: 22px;
	right: -5px;
}
.Dy_right li {
	margin-bottom: 24px;
}
.Dy_btn button {
	width: 530px;
	height: 60px;
	background: #f1f1f1;
	border-radius: 10px;
	outline: none;
	color: #1178b1;
	font-size: 18px;
	cursor: pointer;
}
.Dy_btn button:hover {
	color: #f1f1f1;
	background: #84ad27;
}
/*Dy===================================*/

.list {
	width: 100%;
	//background: #f1f1f1;
}
.list-mid {
	width: 1100px;
	margin: 0 auto;
	padding: 40px 0;
}
.list_left {
	width: 410px;
	height: 360px;
	background: #fff;
	box-shadow: 5px 5px 5px #e6e6e6;
}
.list_left_p {
	background: #1178b1;
	padding: 10px 0 8px 16px;
}
.list_left_p p {
	font-size: 30px;
	color: #fff;
}
.list_left ul {
	padding: 0 17px 0 13px;
}
.list_left ul li {
	padding:14px 0;
	border-bottom: 1px solid #f1f1f1;
}
.list_left ul li a {
	font-size: 14px;
	color: #666;
}
.list_left ul li span {
	font-size: 12px;
	color: #999;
	float: right;
}
.list_left {
	float: left;
}
.list_left_left {
	position: relative;
}
.list_left_left .list_left_p1 {
	width: 60px;
	position: absolute;
	bottom: 15px;
	right: 15px;
	background: url(../img/img_jiantou2.png)  no-repeat;
	background-position: 100% 50%;
}
.list_left_mid {
	width: 360px;
	margin: 0 12px;
	position: relative;
}
.list_left_mid .list_left_p {
	background: #005167;
}
.list_left_mid .list_left_p2 {
	width: 60px;
	position: absolute;
	bottom: 15px;
	right: 15px;
	background: url(../img/img_jiantou2.png)  no-repeat;
	background-position: 100% 50%;
}
.list_left_p1 a, .list_left_p2 a {
	color: #005167;
	font-size: #14px;
}
.list_left_left .list_left_p1 a:hover {
	color: #1178b1;
}
.list_left_left .list_left_p1:hover {
	background: url(../img/img_jiantou4.png)  no-repeat;
	background-position: 100% 50%;
}
.list_left_mid .list_left_p2:hover {
	background: url(../img/img_jiantou4.png)  no-repeat;
	background-position: 100% 50%;
}
.list_left_mid .list_left_p2 a:hover {
	color: #1178b1;
}
.list_left_right {
	width: 302px;
}
.list_left_right .list_left_p {
	background: #84ad27;
}
.list_left_p li a {
	width: 290px;
	overflow: hidden;
	white-space: nowrap;
}
.list a:hover {
	color: rgb(137, 207, 240);
}
/*list==============================*/
.footer {
	width: 100%;
	background: #333333;
}
.footer_mid {
	width: 1100px;
	margin: 0 auto;
	padding: 26px 0;
}
.footer_mid p {
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.Dy_left{
	width:500px;
	height:390px;
	text-align:center;
	position:relative;
	overflow:hidden;
}
.Dy_left ul{
	height:500px;
	width:390px;
	position:relative;
}
.Dy_left ul li{
	width:500px;
	height:390px;
	left:300px;
	top:0;
	position:absolute;
}
.Dy_left ol{
	position:absolute;
	bottom:15px;
	width:260px;
	margin-left:-130px;
	left:50%;
	z-index:20;
	text-align:center;
}
/*.box ol a{
 * 	width:16px;
 * height:16px;
 * margin-right:10px;
 * background:#3F9;
 * border-radius:50%;
 * display:inline-block;
 * box-shadow:2px 3px 5px #CCCCCC;
 * }*/
.Dy_left ol a.active{
	background:white;
	z-index:18;
}

/*2018/9/27*/
.img_left_list{
	height:85px;
	overflow: hidden;
}
.img_left_list li{
	list-style-image: url(../img/img_jiantou.png);
	margin-bottom: 10px;
	list-style-position: inside;
}
.img_left_list li a{
	font-size: 14px;
	color: #fff;
}
.img_left_list li a:hover{
	/*color: rgb(137, 207, 240);*/
	color:yellow;
	font-size: 16px;
}
.img_midUl{
	float: left;
	width: 540px;
	height:407px;
	overflow: hidden;
	position: relative;
}
.img_midUl>li{
	position: absolute;
	top:0;
	left:300px;
	width:540px;
	height:407px;
}