 .banner .swiper-pagination-bullet {
 	width: 42px;
 	height: 3px;
 	background: #2da3f1;
 	display: inline-block;
 	border-radius: 2px;
 	opacity: 1;
 }
 
 .banner .swiper-pagination-bullet-active {
 	background: #fff;
 }
 
 .nav {
 	position: fixed;
 	left: 0px;
 	top: 0px;
 	z-index: 99;
 	width: 100%;
 	background: rgba(0, 0, 0, 0.3);
 	padding: 20px 0 0;
 }
 
 .nav .logo {
 	color: #ffffff;
 	font-size: 18px;
 }
 
 .nav .group ul li .li_a {
 	color: #ffffff;
 	font-size: 16px;
 	margin-left: 30px;
 	display: block;
 	padding: 0px 15px;
 	border-bottom: 3px solid transparent;
 	padding-bottom: 20px;
 }
 
 .nav .group ul li:hover .li_a {
 	border-bottom: 3px solid #2da3f1;
 	color: #2da3f1;
 }
 
 .nav .group ul .on .li_a {
 	border-bottom: 3px solid #2da3f1;
 	color: #2da3f1;
 }
 
 .nav .group .zixun {
 	margin-left: 20px;
 }
 
 .nav .group .zixun a {
 	display: inline-block;
 	font-size: 12px;
 	color: #fff;
 	padding: 5px 25px;
 	background: #2da3f1;
 }
 
 .cm_tit {
 	text-align: center;
 	font-size: 30px;
 	color: #333333;
 }
 
 .modle_1 {
 	padding: 65px 0;
 }
 
 .modle_1 .box {
 	margin-top: 90px;
 }
 
 .modle_1 .box .item {
 	width: 20%;
 	position: relative;
 	margin-right: 5%;
 	-webkit-transition: all .3s ease-in-out;
 	transition: all .3s ease-in-out;
 }
 
 .modle_1 .box .item .dm {
 	border: #e6e6e6 solid 1px;
 	padding: 0 30px;
 	text-align: center;
 	padding-bottom: 30px;
 }
 
 .modle_1 .box .item .img {
 	position: absolute;
 	left: 50%;
 	transform: translate(-50%, -50%);
 	top: 0px;
 }
 
 .modle_1 .box .item .dm .t {
 	font-weight: bold;
 	color: #333333;
 	font-size: 18px;
 	padding: 70px 0px 25px;
 }
 
 .modle_1 .box .item .dm .dect {
 	font-size: 14px;
 	color: #999999;
 	text-align: justify;
 	margin-bottom: 10px;
 	height: 210px;
 	overflow: hidden;
 }
 
 .modle_1 .box .item .dm a {
 	display: inline-block;
 	width: 100px;
 	height: 35px;
 	border: 1px solid #2da3f1;
 	font-size: 14px;
 	line-height: 35px;
 }
 
 .modle_1 .box .item:last-child {
 	margin-right: 0px;
 }
 
 .modle_1 .box .item:hover {
 	box-shadow: 2px 1px 16px 0px rgba(0, 0, 0, 0.2);
 }
 
 .modle_1 .box .item .dm a:hover {
 	font-weight: bold;
 }
 
 .modle_2 {
 	background: #f2f1f1;
 	padding: 55px 0px 50px;
 }
 
 .modle_2 .box .group {
 	width: 48%;
 }
 
 .cm_tit2 {
 	margin-bottom: 15px;
 }
 
 .cm_tit2 .nt {
 	font-size: 16px;
 	color: #333333;
 }
 
 .cm_tit2 .more {
 	font-size: 16px;
 	color: #333333;
 }
 
 .cm_tit2 .more:hover {
 	text-decoration: underline;
 }
 
 .modle_2 .box {
 	margin-top: 40px;
 }
 
 .modle_2 .box .group ul li {
 	position: relative;
 	padding-right: 80px;
 	margin-bottom: 10px;
 }
 
 .modle_2 .box .group ul li a {
 	display: block;
 	font-size: 14px;
 	color: #666666;
 }
 
 .modle_2 .box .group ul li a:hover {
 	font-weight: bold;
 }
 
 .modle_2 .box .group ul li span {
 	position: absolute;
 	right: 0px;
 	top: 2px;
 	font-size: 14px;
 	color: #666666;
 }
 
 .modle_2 .box .group ul {
 	margin-top: 25px;
 }
 
 .modle_2 .box .group .img {
 	position: relative;
 	-webkit-transition: all .3s ease-in-out;
 	transition: all .3s ease-in-out;
 }
 
 .modle_2 .box .group .img:hover {
 	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
 }
 
 .modle_2 .box .group .img .tt {
 	position: absolute;
 	width: 92%;
 	padding: 0px 4%;
 	bottom: 0px;
 	height: 40px;
 	color: #fff;
 	font-size: 14px;
 	line-height: 40px;
 }
 
 .modle_3 {
 	padding: 35px 0;
 }
 
 .modle_3 .new {
 	width: 66.25%;
 }
 
 .cm_tit3 {
 	font-size: 20px;
 	color: #0f0f0f;
 	margin-bottom: 10px;
 }
 
 .modle_3 .new table thead tr td {
 	background: #2da3f1;
 	color: #fff;
 	font-weight: bold;
 	padding: 15px 10px;
 }
 
 .modle_3 .new table thead tr td:nth-child(2n) {
 	text-align: center;
 }
 
 .modle_3 tbody tr td {
 	font-size: 14px;
 	color: #666666;
 	padding: 8px 10px;
 }
 
 .modle_3 tbody tr td:nth-child(2n) {
 	text-align: center;
 }
 
 .modle_3 tbody tr td a:hover {
 	font-weight: bold;
 	text-decoration: underline;
 }
 
 .modle_3 .hot {
 	width: 29.5%;
 }
 
 .modle_3 .hot .forms {
 	position: relative;
 	padding: 15px;
 	border-top: 2px solid #bfbfbf;
 	background: #f2f1f1;
 }
 
 .modle_3 .hot .forms::before {
 	content: '';
 	width: 180px;
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	background: #2da3f1;
 	height: 1px;
 }
 
 .modle_3 .hot .forms .tex {
 	display: block;
 	width: 96%;
 	border: 2px solid #2da3f1;
 	height: 35px;
 	font-size: 14px;
 	padding: 0px 2%;
 	border-radius: 5px;
 }
 
 .modle_3 .hot .forms .buts {
 	width: 80px;
 	height: 35px;
 	position: absolute;
 	right: 12px;
 	border-radius: 5px;
 	top: 17px;
 	font-size: 14px;
 	background: #2da3f1;
 	color: #fff;
 }
 
 .cm_tit4 {
 	font-size: 18px;
 	color: #2da3f1;
 	font-weight: bold;
 	margin-top: 15px;
 	padding-bottom: 5px;
 	position: relative;
 	border-bottom: 2px solid #bfbfbf;
 }
 
 .cm_tit4::before {
 	content: '';
 	width: 180px;
 	display: inline-block;
 	position: absolute;
 	left: 0px;
 	height: 2px;
 	background: #2da3f1;
 	bottom: -1px;
 	display: inherit;
 }
 
 .modle_3 .hot {
 	font-size: 14px;
 	color: #666666;
 }
 
 .modle_3 .hot ul li {
 	margin-top: 10px;
 }
 
 .modle_4 {
 	padding: 55px 0px 35px;
 }
 
 .cm_tit5 {
 	background: #f8f9fa;
 	padding: 12px 8px;
 	font-weight: bold;
 	font-size: 18px;
 	color: #1479d7;
 	margin-bottom: 18px;
 }
 
 .cm_tit5 a {
 	font-weight: normal;
 	font-size: 16px;
 	color: #808080;
 }
 
 .modle_4 .box {
 	margin-top: 30px;
 }
 
 .modle_4 .box .item {
 	width: 31%;
 	margin-right: 3%;
 }
 
 .modle_4 .box .item:last-child {
 	margin-right: 0px;
 }
 
 .modle_4 .box .item ul li {
 	position: relative;
 	margin-bottom: 8px;
 }
 
 .modle_4 .box .item ul li a {
 	display: block;
 	color: #555555;
 	font-size: 14px;
 	padding-left: 10px;
 	position: relative;
 }
 
 .modle_4 .box .item ul li a::before {
 	content: '';
 	width: 4px;
 	height: 4px;
 	position: absolute;
 	display: inline-block;
 	background: #c3c3c3;
 	top: 50%;
 	transform: translate(0, -50%);
 	left: 0px;
 }
 
 .modle_4 .box .item ul li a:hover {
 	color: #2da3f1;
 }
 
 .modle_5 a {
 	display: inline-block;
 	width: 31%;
 	margin-right: 2%;
 }
 
 .modle_5 a:last-child {
 	margin-right: 0px;
 }
 
 .modle_6 {
 	padding: 45px 0;
 	background: #f2f1f1;
 	margin-top: 40px;
 }
 
 .modle_6 ul li {
 	width: 23%;
 	margin-right: 2%;
 }
 
 .modle_6 ul li .tit {
 	background: #fff;
 	padding: 8px 10px;
 	font-size: 14px;
 }
 
 .modle_6 .box {
 	margin-top: 40px;
 }
 
 .modle_6 ul li {
 	float: left;
 	margin-bottom: 30px;
 }
 
 .modle_6 ul li a {
 	-webkit-transition: all .3s ease-in-out;
 	transition: all .3s ease-in-out;
 	display: block;
 }
 
 .modle_6 ul li:hover a {
 	transform: translate(0, -10px);
 }
 
 .modle_6 ul li:nth-child(4n) {
 	margin-right: 0px;
 }
 
 .modle_7 {
 	padding: 35px 0;
 }
 
 .modle_7 .fun {
 	margin-top: 35px;
 }
 
 .modle_7 .fun .dm .item {
 	width: 16.6%;
 	text-align: center;
 	margin-bottom: 12px;
 }
 
 .modle_7 .fun .dm .item a {
 	display: block;
 	margin: 5px;
 	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
 }
 
 .modle_7 .fun .dm {
 	padding: 0px 45px;
 	position: relative;
 }
 
 .modle_7 .fun .dm .prve {
 	position: absolute;
 	top: 50%;
 	cursor: pointer;
 	left: 0px;
 	transform: translate(0, -50%);
 }
 
 .modle_7 .fun .dm .next {
 	position: absolute;
 	top: 50%;
 	right: 0px;
 	cursor: pointer;
 	transform: translate(0, -50%);
 }
 
 .footer {
 	background: #4682B4 ;
 	padding: 35px 0px 15px;
 }
 
 .footer .let {
 	margin-right: 55px;
 }
 
 .footer .t1 {
 	font-size: 16px;
 	color: #fff;
 	margin-bottom: 8px;
 }
 
 .footer .let li a {
 	color: #dadada;
 	font-size: 12px;
 }
 
 .footer .let li a:hover {
 	color: #fff;
 }
 
 .footer .info {
 	margin-right: 140px;
 }
 
 .footer .info .dect {
 	color: #dadada;
 	font-size: 12px;
 	line-height: 24px;
 }
 
 .footer .ewm {
 	font-size: 12px;
 	color: #ffffff;
 }
 
 .footer .copy {
 	color: #ffffff;
 	border-top: 1px solid #ffffff;
 	font-size: 12px;
 	text-align: center;
 	line-height: 25px;
 	padding-top: 20px;
 	margin-top: 20px;
 }
 
 .footer .copy span {
 	display: inline-block;
 	background: url(../img/guohui.png) left center no-repeat;
 	padding-left: 15px;
 }
 
 .modle_8 {
 	padding: 25px 0px 55px;
 }
 
 .cm_tit6 {
 	color: #2da3f1;
 	font-size: 16px;
 	text-align: center;
 	position: relative;
 	border-bottom: 1px solid #dfdfdf;
 	margin-bottom: 50px;
 }
 
 .cm_tit6 a {
 	position: relative;
 	display: inline-block;
 	padding-bottom: 18px;
 }
 
 .cm_tit6 a::before {
 	content: '';
 	width: 100px;
 	height: 2px;
 	background: #2da3f1;
 	display: inline-block;
 	position: absolute;
 	left: 50%;
 	transform: translate(-50%, 0);
 	bottom: 0px;
 }
 
 .cm_tit7 {
 	position: relative;
 	border-bottom: 1px solid #e2e2e2;
 	padding-bottom: 10px;
 	padding-left: 15px;
 }
 
 .cm_tit7::before {
 	content: '';
 	width: 2px;
 	height: 90%;
 	top: 50%;
 	left: 0px;
 	transform: translate(0, -50%);
 	position: absolute;
 	background: #2da3f1;
 }
 
 .cm_tit7 .t1 {
 	font-size: 36px;
 	color: #7f7f80;
 }
 
 .cm_tit7 .t2 {
 	font-size: 24px;
 	color: #2da3f1;
 }
 
 .modle_8 .box1 .cont {
 	padding: 40px 0px 75px;
 	color: #333333;
 	font-size: 14px;
 	line-height: 28px;
 }
 
 .modle_8 .box1 {
 	margin-bottom: 0px;
 }
 
 .modle_8 .box2 .dect_info {
 	margin-top: 50px;
 	padding: 35px 30px;
 	color: #8a8a8a;
 	line-height: 30px;
 	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.31);
 }
 
 .modle_8 .box2 .dect_info .t1s {
 	font-size: 34px;
 	color: #2da3f1;
 	margin-bottom: 35px;
 }
 
 .modle_8 .box2 .dect_info .nt {
 	color: #5b5b5b;
 	font-size: 18px;
 }
 
 .modle_8 .map {
 	width: 100%;
 	height: 510px;
 	margin-top: 25px;
 }
 
 .modle_9 {
 	padding: 20px 0;
 }
 
 .cm_tit8 a {
 	color: #bfbfbf;
 	margin: 0px 35px;
 }
 
 .cm_tit8 a::before {
 	display: none;
 }
 
 .cm_tit8 .on {
 	color: #2da3f1;
 }
 
 .cm_tit8 .on::before {
 	display: block;
 }
 
 .cm_tit8 a:hover {
 	color: #2da3f1;
 }
 
 .cm_tit8 a:hover::before {
 	display: block;
 }
 
 .modle_9 .box {
 	margin-top: 25px;
 }
 
 .m9_let,
 .m13_let {
 	width: 70%;
 }
 
 .m9_let .ti {
 	font-weight: bold;
 	color: #141414;
 	font-size: 24px;
 	text-align: center;
 }
 
 .m9_let .time {
 	color: #7e7e7e;
 	font-size: 14px;
 	padding: 10px 0px 20px;
 	text-align: center;
 	border-bottom: 1px solid #bfbfbf;
 }
 
 .m9_let .cont {
 	font-size: 14px;
 	color: #666666;
 }
 
 .m9_let .cont {
 	padding: 30px 0;
 	border-bottom: 1px solid #bfbfbf;
 }
 
 .m9_let .cont_pre {
 	padding: 20px 10px;
 }
 
 .m9_let .cont_pre a {
 	font-size: 14px;
 	color: #0f0f0f;
 	font-weight: bold;
 }
 
 .m9_let .cont_pre a:hover span {
 	color: #2044b8;
 }
 
 .m9_rit {
 	width: 23%;
 }
 
 .m9_rit .t_1 {
 	background: #2da3f1;
 	text-align: center;
 	padding: 15px 0;
 	color: #fff;
 	font-size: 16px;
 	font-weight: bold;
 }
 
 .m9_rit .dm {
 	background: #f7f7f7;
 	padding: 28px 15px;
 }
 
 .m9_rit .dm .t_2 {
 	font-weight: bold;
 	font-size: 24px;
 	color: #4c4c4c;
 	margin-bottom: 40px;
 }
 
 .m9_rit .dm .t_3 {
 	position: relative;
 	font-size: 14px;
 	color: #2da3f1;
 	padding-left: 50px;
 }
 
 .m9_rit .dm .t_3 .nt {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 }
 
 .m9_rit .dm .t_3 li {
 	position: relative;
 	margin-bottom: 20px;
 	padding-right: 80px;
 }
 
 .m9_rit .dm .t_3 li a {
 	width: 65px;
 	height: 30px;
 	display: inline-block;
 	text-align: center;
 	line-height: 30px;
 	border-radius: 5px;
 	background: #2da3f1;
 	color: #fff;
 	position: absolute;
 	right: 0px;
 	top: 50%;
 	transform: translate(0, -50%);
 }
 
 .m9_rit .dm .t_4 {
 	text-align: center;
 	font-size: 22px;
 	color: #4c4c4c;
 	font-weight: bold;
 	line-height: 38px;
 	margin-top: 50px;
 }
 
 .m9_rit .bx_gg {
 	padding: 25px 0;
 }
 
 .m9_rit_new .t1 {
 	background: #2da3f1;
 	color: #fff;
 	padding: 15px 25px;
 	font-size: 18px;
 	font-weight: bold;
 }
 
 .m9_rit_new ul {
 	background: #f7f7f7;
 	padding: 20px 12px;
 }
 
 .m9_rit_new li {
 	margin-bottom: 10px;
 }
 
 .m9_rit_new li a {
 	display: block;
 	font-size: 14px;
 	color: #4c4c4c;
 }
 
 .m9_rit_new li a:hover {
 	color: #007AFF;
 	font-weight: bold;
 }
 
 .modle_10 {
 	padding: 20px 0px;
 }
 
 .m10_form .t1 {
 	text-align: center;
 	font-weight: bold;
 	font-size: 25px;
 	color: #2da3f1;
 	margin-bottom: 35px;
 }
 
 /*.m10_form .fm {*/
 /*	height: 75px;*/
 /*	border: 2px solid #2da3f1;*/
 /*	border-radius: 5px;*/
 /*	position: relative;*/
 /*	padding-left: 55px;*/
 /*	background: url(../img/p30.jpg) 10px center no-repeat;*/
 /*}*/
  
 /*.m10_form .fm .text {*/
 /*	display: block;*/
 /*	width: 100%;*/
 /*	height: 75px;*/
 /*	color: #757575;*/
 /*	background: none;*/
 /*	border-radius: 5px;*/
 /*	font-size: 18px;*/
 /*}*/
 
 /* .m10_form .fm .but {*/
 /*	width: 235px;*/
 /*	height: 75px;*/
 /*	border-radius: 0px 5px 5px 0;*/
 /*	font-size: 32px;*/
 /*	color: #ffffff;*/
 /*	letter-spacing: 4px;*/
 /*	background: #2da3f1;*/
 /*	position: absolute;*/
 /*	right: -1px;*/
 /*	top: 0px;*/
 /*}*/
  .m10_form .fm {
 	height: 50px;
 	border: 2px solid #2da3f1;
 	border-radius: 5px;
 	position: relative;
 	padding-left: 55px;
 	background: url(../img/p30.jpg) 10px center no-repeat;
 }
 
 
 .m10_form .fm .text {
 	display: block;
 	width: 100%;
 	height: 50px;
 	color: #757575;
 	background: none;
 	border-radius: 5px;
 	font-size: 18px;
 }
 
 .m10_form .fm .but {
 	width: 235px;
 	height: 50px;
 	border-radius: 0px 5px 5px 0;
 	font-size: 32px;
 	color: #ffffff;
 	letter-spacing: 4px;
 	background: #2da3f1;
 	position: absolute;
 	right: -1px;
 	top: 0px;
 }
 
 .m10_table {
 	margin-top: 50px;
 }
 
 .m10_table table tr td {
 	padding: 10px;
 	color: #4c4c4c;
 	font-size: 12px;
 }
 
 .m10_table thead tr td {
 	font-size: 14px;
 	color: #4c4c4c;
 	background: #dee2e6;
 	font-weight: bold;
 }
 
 .m10_table table tr td:last-child {
 	text-align: center;
 }
 
 .m10_table table tr td a:hover {
 	color: #007AFF;
 	font-weight: bold;
 }
 
 .cm_tit10 {
 	padding: 20px 0;
 }
 
 .cm_tit10 .dect {
 	text-align: center;
 	font-size: 16px;
 	padding: 0px 60px;
 	color: #565656;
 	padding-bottom: 35px;
 }
 
 .cm_tit10 .cm_tit6 {
 	margin-bottom: 20px;
 }
 
 .modle_12 {
 	background: #f6f6f6;
 	padding: 78px 0;
 }
 
 .modle_12 ul li {
 	width: 23%;
 	margin-right: 2%;
 	position: relative;
 	margin-bottom: 80px;
 }
 
 .modle_12 ul li:nth-child(4n) {
 	margin-right: 0px;
 }
 
 .modle_12 ul li .cont {
 	border: 1px solid #eaeaea;
 	background: #fff;
 	padding: 55px 20px 40px;
 }
 
 .modle_12 ul li .cont .t1 {
 	text-align: center;
 	font-size: 24px;
 	color: #333333;
 	font-weight: bold;
 	position: relative;
 	margin-bottom: 12px;
 }
 
 .modle_12 ul li .cont .dect {
 	/*font-size: 14px;*/
 	/*line-height: 25px;*/
 	/*height: 175px;*/
 	/*color: #999999;*/
 	
 	font-size: 14px;
    color: #999999;
    text-align: justify;
    margin-bottom: 10px;
    height: 205px;
    overflow: hidden;
 }
 
 .modle_12 ul li .img {
 	position: absolute;
 	left: 50%;
 	top: 0px;
 	transform: translate(-50%, -50%);
 }
 
 .modle_12 ul li {
 	float: left;
 }
 
 .modle_13 .box .img {
 	width: 42.8%;
 	position: relative;
 }
 
 .modle_13 .box .img img {
 	width: 100%;
 }
 
 .modle_13 .box .img .nt {
 	position: absolute;
 	left: 0px;
 	width: 96%;
 	height: 50px;
 	bottom: 0px;
 	background: rgba(0, 0, 0, 0.5);
 	line-height: 50px;
 	font-size: 14px;
 	color: #fff;
 	padding: 0px 2%;
 }
 
 .modle_13 .box .listsa {
 	width: 54%;
 }
 
 .modle_13 .modle_4 {
 	padding: 0;
 }
 
 .modle_13 .modle_4 .item {
 	width: 100%;
 	margin: 0px;
 }
 
 .modle_9 .modle_13 .box {
 	margin-top: 0px;
 }
 
 .modle_4 .box .item_time ul li {
 	position: relative;
 	padding-right: 80px;
 }
 
 .modle_4 .box .item_time ul li .time {
 	position: absolute;
 	right: 0px;
 	top: 50%;
 	transform: translate(0, -50%);
 	color: #9c9c9c;
 	font-size: 12px;
 }
 
 .modle_4 .box .item_time ul li:hover .time {
 	color: #2da3f1;
 }
 
 .modle_13 .box2 {
 	margin-top: 40px;
 }
 
 .bk3 {
 	padding: 50px 0;
 	background: #f2f1f1;
 }
 
 .modle_14 .modle_6 {
 	padding: 0px;
 	margin: 0px;
 }
 
 .modle_14 .modle_6 .box {
 	margin-top: 0px;
 }
 
 .modle_6 ul li .img img {
 	width: 100%;
 }
 
 .modle_15 .box2 {
 	margin-top: 0px;
 }
 
 .modle_15 {
 	padding-bottom: 80px;
 }
 
 .modle_16 {
 	padding: 60px 0;
 }
 
 .modle_16 .let {
 	width: 57.5%;
 }
 
 .modle_16 .let ul {
 	margin-top: 10px;
 }
 
 .modle_16 .let ul li {
 	font-size: 17px;
 	color: #333333;
 	padding: 5px 0;
 	margin-bottom: 10px;
 	padding-left: 40px;
 }
 
 .modle_16 .let ul .i1 {
 	background: url(../img/p37.jpg) left center no-repeat;
 }
 
 .modle_16 .let ul .i2 {
 	background: url(../img/p38.jpg) left center no-repeat;
 }
 
 .modle_16 .let ul .i3 {
 	background: url(../img/p39.jpg) left center no-repeat;
 }
 
 .modle_16 .let ul .i4 {
 	background: url(../img/p40.jpg) left center no-repeat;
 }
 
 .modle_16 .rit {
 	width: 30%;
 }
 
 .modle_16 .rit .dect {
 	font-size: 14px;
 	color: #b3b3b3;
 	margin-bottom: 30px;
 }
 
 .modle_16 .rit ul li {
 	position: relative;
 	padding-left: 110px;
 	margin-bottom: 20px;
 }
 
 .modle_16 .rit ul li .nt {
 	width: 90px;
 	position: absolute;
 	left: 0px;
 	text-align: right;
 	font-size: 14px;
 	top: 50%;
 	transform: translate(0, -50%);
 }
 
 .modle_16 .rit ul li .nt sup {
 	position: absolute;
 	color: #ff0000;
 	transform: translate(-10px, -5px);
 }
 
 .modle_16 .rit ul li .txt {
 	height: 40px;
 	display: block;
 	width: 96%;
 	font-size: 14px;
 	padding: 0px 2%;
 	border: 1px solid #bfbfbf;
 }
 
 .modle_16 .rit ul li select {
 	width: 101%;
 	height: 40px;
 	font-size: 14px;

 	display: block;
 }
 
 .modle_16 .rit ul li .buts {
 	background: #2da3f1;
 	color: #fff;
 	display: block;
 	width: 100%;
 	height: 40px;
 	font-size: 14px;
 }
 
 .modle_17 .box1 .item {
 	width: 32%;
 	margin-right: 1%;
 	
 	position: relative;
 }
 
 .modle_17 .box1 .item .t_cm {
 	background: #fff;
 	 	border: 1px solid #bfbfbf;
 	 
 }
 
 .modle_17 .box1 .item:last-child {
 	margin-right: 0px;
 }
 
 .modle_17 .box1 .item a {
 	display: block;
 	 
 }
 
 .modle_17 .box1 .item .t_cm {
 	padding: 25px;
 }
 
 .modle_17 .box1 .item .t_cm .t1 {
 	font-size: 24px;
 	color: #333333;
 }
 
 .modle_17 .box1 .item .t_cm .t2 {
 	font-size: 16px;
 	color: #9c9c9c;
 	margin: 8px 0;
 }
 
 .modle_17 .box1 .item .t_cm .dect {
 	font-size: 14px;
 	height: 42px;
 	overflow: hidden;
 	color: #666666;
 }
 
 .modle_17 .box1 .item:hover .t_cm {
 	background: #2da3f1;
 	color: #fff;
 }
 
 .modle_17 .box1 .item:hover .t_cm .t1,
 .modle_17 .box1 .item:hover .t_cm .t2,
 .modle_17 .box1 .item:hover .t_cm .dect {
 	color: #fff;
 }
 
 .modle_17 .box2 {
 	padding: 50px 0px 40px;
 }
 
 .modle_17 .box2 .nt {
 	width: 140px;
 	text-align: right;
 	margin-right: 20px;
 	font-size: 20px;
 }
 
 .modle_17 .box2 .sel {
 	height: 33px;
 	font-size: 14px;
 	border: 1px solid #e3e3e3;
 	width: 200px;
 	margin-right: 20px;
 }
 
 .modle_17 .box2 .buts {
 	height: 33px;
 	width: 200px;
 	background: #2da3f1;
 	color: #fff;
 	font-size: 14px;
 }
 
 .modle_17 .box3 {
 	background: #fff;
 	padding: 45px 0;
 }
 
 .modle_17 .box3 ul li {
 	position: relative;
 	padding-left: 115px;
 	margin-bottom: 40px;
 }
 
 .modle_17 .box3 ul li .time {
 	width: 115px;
 	height: 95px;
 	text-align: center;
 	position: absolute;
 	left: 0px;
 	top: 0px;
 }
 
 .modle_17 .box3 ul li .time::before {
 	content: '';
 	width: 1px;
 	height: 95px;
 	position: absolute;
 	right: 0px;
 	top: 0px;
 	display: inline-block;
 	background: #e6e6e6;
 }
 
 .modle_17 .box3 ul li .time .day {
 	font-size: 44px;
 	color: #2da3f1;
 }
 
 .modle_17 .box3 ul li .time .montey {
 	font-size: 14px;
 	color: #2da3f1;
 }
 
 .modle_17 .box3 ul li .conts {
 	border-bottom: 1px solid #e6e6e6;
 	padding-left: 40px;
 	padding-right: 280px;
 	padding-bottom: 40px;
 }
 
 .modle_17 .box3 ul li .conts .ti {
 	font-size: 24px;
 	color: #333333;
 }
 
 .modle_17 .box3 ul li .conts .infos {
 	margin: 15px 0;
 }
 
 .modle_17 .box3 ul li .conts .infos .se {
 	background: url(../img/p47.png) left center no-repeat;
 	color: #c9c9c9;
 	font-size: 12px;
 	padding-left: 25px;
 }
 
 .modle_17 .box3 ul li .conts .dects {
 	font-size: 14px;
 	color: #464646;
 	height: 42px;
 	overflow: hidden;
 }
 
 .modle_17 .box3 ul li .conts .imgs {
 	position: absolute;
 	top: 0px;
 	right: 60px;
 }
 
 .modle_17 .box3 ul li .conts .img img {
 	width: 190px;
 	height: 105px;
 }
 
 .modle_17 .box1 .item .mors{
 	border: 1px solid #fff;
 	color: #fff;
 	display: inline-block;
 	padding: 2px 15px;
 	border-radius: 25px;
 	font-size: 14px;
 	margin-top: 15px;
 	display: none;
 } 
  .modle_17 .box1 .item:hover .mors{
  	display: inline-block;
  }

 .modle_17 .box1 .item:hover .t_cm{
 	transform: translate(0,-55px);
 }

.modle_17 .box1 .item:hover .t_cm .dect{
	height: 60px;
}


.modle_18{
	background: #fff;
}

.modle_18 .dm{
	 padding: 40px 30px;
}
.modle_18  .dm .tt{
	text-align: center;
	font-size: 24px;
	color: #141414;
	font-weight: bold;
}

.modle_18  .dm  .infos{
	font-size: 14px;
	color: #7e7e7e;
	text-align: center;
	padding: 12px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #bfbfbf;
}

.modle_18 .cont{
	padding: 40px 0px 45px;
	border-bottom: 1px solid #bfbfbf;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.modle_18 .hr{
	padding: 20px 0 0;
}
.modle_18 .hr a{
	font-size: 14px;
	color: #0f0f0f;
	font-weight: bold;
}
.modle_18 .hr a:hover span{
	color: #2da3f1;
}


.modle_22{
	background: #fff
}

.modle_22 .hm{
	width: 55px;
	height: 50px;
	position: relative;
	background: #f6f6f6;
	
}

.modle_22 .hm img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.modle_22 .it{
	font-size: 14px;
	color: #47444f;
	line-height: 50px;
	background: url(../img/p49.png) left center no-repeat;
	padding-left: 15px;
	margin-left: 10px;
}

.modle_23{
	background: #efefef;
	padding: 35px 0;
}
.modle_23 .box .dm{
	background: #fff;
	padding: 60px 45px;
} 
.modle_23 .t1{
	font-size: 38px;
	color: #0d68a9;
	text-align: center;
}

.modle_23  .time{
	color: #666666;
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 40px;
}

.modle_23 .cont{
	background: url(../img/p48.jpg) center no-repeat;
	margin-bottom: 55px;
}
.modle_23 .no_bk{
	background: none;
}

.modle_23 .cont .cn{
	padding: 44px;
	border: 3px solid #2da3f1;
}
.modle_23 .cont  .nt{
	font-size: 30px;
	color: #2da3f1;
}
.modle_23 .cont .dexct{
	font-size: 18px;
	color: #666666;
	padding-left: 10px;
	margin-top: 15px;
	line-height: 40px;
}


/*后补*/
.modle_12 ul li .cont a{
        display: inline-block;
    width: 100px;
    height: 35px;
    border: 1px solid #2da3f1;
    font-size: 14px;
    line-height: 35px;
    /*text-align: center;*/
}
