﻿ 			@font-face {
 				font-family: 'FZY1JW';
 				src: url(../fonts/fzy1jw.ttf);
 			}
 			input[type="button"], input[type="submit"], input[type="reset"] {

-webkit-appearance: none;

}

textarea {  -webkit-appearance: none;}   
 			
 			.banner {
 				position: relative;
 			}
 			
 			.nav {
 				position: fixed;
 				padding: 0px 3%;
 				width: 94%;
 				top: 0px;
 				z-index: 999999;
 				background: none;
 			}
 			
 			.nav * {
 				-webkit-transition: all 0s ease-in-out;
 				transition: all 0s ease-in-out;
 			}
 			
 			.nav:hover .lo_1 {
 				display: none;
 			}
 			
 			.nav:hover .lo_2 {
 				display: block;
 				margin-top: 5px;
 			}
 			
 			.nav:hover .li_a {
 				color: #333;
 			}
 			
 			.nav:hover .nav_user_info a {
 				color: #333;
 			}
 			
 			.nav:hover .nav_user_info {
 				background: url(../images/zp22.png) left center no-repeat;
 			}
 			
 			.nav_on {
 				background: #fff;
 				z-index: 99999999999999;
 			}
 			
 			.nav_on .lo_1 {
 				display: none !important;
 			}
 			
 			.nav_on .lo_2 {
 				display: block !important;
 				margin-top: 5px !important;
 			}
 			
 			.nav_on .li_a {
 				color: #333 !important;
 			}
 			
 			.nav_on .nav_user_info a {
 				color: #333 !important;
 			}
 			
 			.nav_on .nav_user_info {
 				background: url(../images/zp22.png) left center no-repeat !important;
 			}
 			
 			.nav_ul li .li_a {
 				color: #ffffff;
 				padding: 35px 18px;
 				display: inline-block;
 			}
 			
 			.nav_ul li:hover .li_a {
 				color: #388ef0;
 				background: #f7f7f7;
 			}
 			
 			.nav_user_info {
 				color: #ffffff;
 				opacity: 0.64;
 				margin-top: 33px;
 				background: url(../images/zp19.png) left center no-repeat;
 				padding-left: 20px;
 				margin-left: 20px;
 			}
 			
 			.nav_user_info a {
 				color: #ffffff;
 				opacity: 0.64;
 				margin: 0px 2px;
 			}
 			
 			.nav_user_info a:hover {
 				opacity: 1;
 				text-decoration: underline;
 			}
 			
 			.nav_search {
 				margin-top: 32px;
 				margin-left: 25px;
 			}
 			
 			.logo {
 				margin-top: 25px;
 			}
 			/*下拉菜单修改*/
 			
 			.three_nav {
 				position: absolute;
 				left: 0px;
 				top: 90px;
 				background: #f7f7f7;
 				width: 100%;
 				z-index: 99;
 				padding: 40px 0;
 				display: none;
 			}
 			
 			.three_nav dl {
 				text-align: center;
 			}
 			
 			.three_nav dl dd {
 				width: 160px;
 				margin: 0px 5px;
 				float: left;
 				text-align: left;
 				display: inline-block;
 			}
 			
 			.three_nav dl dd .img {
 				width: 100%;
 				height: 120px;
 				background: #000;
 				-webkit-transition: all .3s ease-in-out;
 				transition: all .3s ease-in-out;
 				display: block;
 			}
 			
 			.three_nav dl dd .tttit {
 				color: #333;
 				font-size: 18px;
 				font-weight: bold;
 				height: 30px;
 				padding: 8px 0;
 				border-bottom: 2px solid #757575;
 				vertical-align: middle;
 				position: relative;
 				overflow: hidden;
 	text-overflow: ellipsis;
 	position: relative;
 	white-space: nowrap
 			}
 			.three_nav dl dd .tttit span{
 				vertical-align: middle;
 				position: absolute;
 				top: 50%;
 				display: block;
 				width: 100%;
 				left: 0px;
 				transform: translate(0,-50%);
 				overflow: hidden;
 	text-overflow: ellipsis;
 	white-space: nowrap
 			}
 			
 			.three_nav dl dd:hover .tttit {
 				font-weight: bold;
 			}
 			
 			.three_nav dl dd:hover .img {
 				box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
 				transform: translate3d(0, -5px, 0);
 				-webkit-transform: translate3d(0, -5px, 0);
 			}
 			
 			.three_nav dl .bs {
 				display: inline-block;
 			}
 			
 			.three_nav dl .sanji_lis {
 				display: block;
 				margin-top: 10px;
 			}
 			
 			.three_nav dl .sanji_lis p {
 				margin-bottom: 3px;
 			}
 			
 			.three_nav dl .sanji_lis p a {
 				font-size: 14px;
 				overflow: hidden;
 				text-overflow: ellipsis;
 				white-space: nowrap;
 				display: block;
 				text-align: left;
 			}
 			
 			.three_nav dl .sanji_lis p a:hover {
 				color: #007AFF;
 			}
 			
 			.three_nav dl dd:hover .sanji_lis {
 				display: block;
 			}
 			/*end*/
 			
 			.nav_ul li:hover .three_nav {
 				display: block;
 			}
 			
 			.nav:hover {
 				background: #ffffff;
 			}
 			
 			.nav .lo_2 {
 				display: none;
 			}
 			
 			.banner .page_click_siw{
 				position: absolute;
 				width: 100%;
 				left: 0px;
 				bottom: 5%;
 				z-index: 999
 			}
 			.banner .page_click_siw span{
 				width: 10px;
 				height: 10px;
 				background: #798290;
 				border-radius: 50%;
 				display: inline-block;
 				margin: 0px 2px;
 				border: 2px solid #fff;
 			}
 			.banner .page_click_siw .on{
 				width: 13px;
 				height: 13px;
 				background: #108cee;
 				
 			}
 			.banner .swiper-pagination{
 				bottom: 40px;
 			}
 			.banner .swiper-pagination .swiper-pagination-bullet {
 				opacity: 1;
 				background: #848c97;
 				border: 2px solid #fff;
 			}
 			
 			.banner .swiper-pagination .swiper-pagination-bullet-active {
 				background: #0c90fc;
 				width: 12px;
 				height: 12px;
 			}
 			
 			.front_modle {
 				width: 65px;
 				position: fixed;
 				right: 0px;
 				bottom: 0px;
 				padding: 0 5px;
 				display: block;
 				text-align: center;
 				z-index: 1000;
 				background: rgba(160, 162, 166, 0.8);
 			}
 			
 			.front_modle ul li {
 				border-bottom: 1px solid rgba(227, 227, 228, 0.6);
 				margin: 8px 0;
 				font-size: 12px;
 				padding: 8px 0;
 			}
 			
 			.front_modle ul li:last-child {
 				border-bottom: 0px none;
 				margin-bottom: 0px;
 			}
 			
 			.front_modle ul li .t {
 				font-size: 14px;
 				padding: 10px 0;
 				margin-top: 5px;
 			}
 			
 			.front_modle ul li .img {
 				margin: 4px 0;
 				margin-top: 8px;
 			}
 			
 			.front_modle ul li:hover .t {
 				color: #108cee;
 			}
 			
 			.index_new_box {
 				background: #0f151b;
 				padding: 15px 0;
 				color: #fff;
 				height: 20px;
 				overflow: hidden;
 				
 			}
 			
 			.index_new_box .new_li a {
 				color: #ffffff;
 				font-size: 14px;
 				margin-top: 2px;
 				margin-left: 5px;
 				width: 60%;
 				display: inline-block;
 			}
 			
 			.index_new_box .new_li .time {
 				color: #fff;
 				font-size: 14px;
 			}
 			
 			.index_new_box .fun_box {
 				padding: 0px 90px;
 				position: relative;
 			}
 			
 			.index_new_box .fun_box .click_pr {
 				position: absolute;
 				top: -1px;
 				left: 0px;
 				cursor: pointer;
 			}
 			
 			.index_new_box .fun_box .click_ne {
 				position: absolute;
 				top: -1px;
 				right: 0px;
 				cursor: pointer;
 			}
 			
 			.index_new_box .new_li a:hover {
 				text-decoration: underline;
 			}
 			
 			.six_lan_info {
 				position: relative;
 				height: 100%;
 				background: url(../images/p16.jpg) center no-repeat;
 			}
 			
 			.six_lan_info ul {
 				display: flex;
 				position: absolute;
 				width: 100%;
 				height: 100%;
 			}
 			
 			.six_lan_info ul li {
 				flex: 1;
 				-webkit-transition: all 0.3s ease-in-out;
 				transition: all 0.3s ease-in-out;
 				text-align: center;
 			}
 			
 			.six_lan_info ul li * {
 				-webkit-transition: all 0.3s ease-in-out;
 				transition: all 0.3s ease-in-out;
 			}
 			
 			.six_lan_info ul li .img {
 				padding-top: 170px;
 			}
 			
 			.six_lan_info ul li .img span {
 				position: relative;
 				display: block;
 				padding-bottom: 28px;
 			}
 			
 			.six_lan_info ul li .img span img {
 				height: 40px;
 			}
 			
 			.six_lan_info ul li .img span::before {
 				content: '';
 				width: 25px;
 				height: 3px;
 				position: absolute;
 				left: 50%;
 				transform: translate(-50%, 0%);
 				bottom: 0px;
 				background: #fff;
 			}
 			
 			.six_lan_info ul li:hover {
 				background: rgba(94, 98, 111, 0.6)
 			}
 			
 			.six_lan_info ul li {
 				position: relative;
 			}
 			
 			.six_lan_info ul li .bk_clor {
 				position: absolute;
 				width: 100%;
 				height: 100%;
 				top: 0px;
 				left: 0px;
 			}
 			
 			.six_lan_info ul li .dddm {
 				position: relative;
 				z-index: 999;
 			}
 			
 			.six_lan_info ul li:hover .bk_clor {
 				background: rgba(102, 107, 118, 0.9);
 			}
 			
 			.six_lan_info ul li .tit {
 				padding: 0px 5%;
 				color: #ffffff;
 				font-size: 16px;
 				margin-top: 20px;
 			}
 			
 			.six_lan_info ul li .dect {
 				color: #ffffff;
 				opacity: 0.7;
 				padding: 0px 10%;
 				font-size: 13px;
 				margin: 20px 0;
 				opacity: 0;
 				line-height: 24px;
 			}
 			
 			.six_lan_info ul li .hr {
 				opacity: 0;
 			}
 			
 			.six_lan_info ul li .hr a {
 				display: inline-block;
 				border: 1px solid #fff;
 				padding: 6px 40px;
 				color: #fff;
 				font-size: 12px;
 				border-radius: 25px;
 			}
 			
 			.six_lan_info ul li:hover .dect {
 				opacity: 1;
 			}
 			
 			.six_lan_info ul li:hover .hr {
 				opacity: 1;
 			}
 			
 			.six_lan_info ul li:hover .img {
 				padding-top: 150px;
 			}
 			
 			.six_lan_info ul li .hr a:hover {
 				color: #333;
 				background: #fff;
 			}
 			
 			.six_lan_info ul li .rit_img {
 				opacity: 0;
 				margin-top: 30px;
 			}
 			
 			.six_lan_info ul li:hover .rit_img {
 				opacity: 1;
 			}
 			
 			.six_lan_info ul li .rit_img img {
 				width: 70%;
 			}
 			/*成功案例*/
 			
 			.index_successful_case {
 				background: #2c3143;
 				padding: 135px 0;
 			}
 			
 			.index_successful_case .boxs {
 				width: 87%;
 				display: block;
 				margin: 0px auto;
 			}
 			
 			.cm_tit {
 				text-align: center;
 				color: #fff
 			}
 			
 			.cm_tit .t1 {
 				font-weight: bold;
 				font-size: 36px;
 				margin-bottom: 10px;
 			}
 			
 			.cm_tit .dect {
 				color: #ffffff;
 				font-size: 14px;
 				line-height: 25px;
 				opacity: 0.8;
 			}
 			
 			.index_successful_case .box {
 				margin-top: 50px;
 			}
 			
 			.index_successful_case .box ul {
 				display: flex;
 			}
 			
 			.index_successful_case .box li {
 				flex: 1;
 				color: #fff;
 				text-align: center;
 				height: 525px;
 				position: relative;
 			}
 			
 			.index_successful_case .box li .dm::before {
 				content: '';
 				width: 100%;
 				height: 100%;
 				position: absolute;
 				left: 0px;
 				top: 0px;
 				background: url(../images/xg_img2.png) repeat-x left;
 				background-size: cover
 			}
 			
 			.index_successful_case .box li:hover .dm::before {
 				background: url(../images/xg_img1.png)  no-repeat  center;
 				background-size: cover;
 				box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
 			}
 			
 			.index_successful_case .box .i1 .dm {
 				background: url(../images/p32.jpg) center no-repeat;
 				background-size: cover;
 			}
 			
 			.index_successful_case .box .i2 .dm {
 				background: url(../images/p28.jpg) center no-repeat;
 				background-size: cover;
 			}
 			
 			.index_successful_case .box .i3 .dm {
 				background: url(../images/p29.jpg) center no-repeat;
 				background-size: cover;
 			}
 			
 			.index_successful_case .box .i4 .dm {
 				background: url(../images/p30.jpg) center no-repeat;
 				background-size: cover;
 			}
 			
 			.index_successful_case .box .i5 .dm {
 				background: url(../images/p31.jpg) center no-repeat;
 				background-size: cover;
 			}
 			
 			.index_successful_case .box li:hover {}
 			
 			.index_successful_case .box li .dm {
 				position: absolute;
 				width: 100%;
 				height: 100%;
 				left: 50%;
 				z-index: 999;
 				top: 50%;
 				transform: translate(-50%, -50%);
 			}
 			
 			.index_successful_case .box li:hover {
 				position: relative;
 				z-index: 999999999;
 			}
 			
 			.index_successful_case .box li:hover .dm {
 				width: 160%;
 				height: 110%;
 				z-index: 9999;
 				position: absolute;
 			}
 			
 			.index_successful_case .box li .dm .tit {
 				font-size: 16px;
 				color: #ffffff;
 				position: relative;
 				padding: 10px 0;
 				margin-top: 15px;
 			}
 			
 			.index_successful_case .box li * {
 				-webkit-transition: all 0.3s ease-in-out;
 				transition: all 0.3s ease-in-out;
 			}
 			
 			.index_successful_case .box li .dm .tit::before {
 				content: '';
 				width: 30px;
 				height: 2px;
 				background: #4978bc;
 				top: 0px;
 				position: absolute;
 				-webkit-transition: all 0.3s ease-in-out;
 				transition: all 0.3s ease-in-out;
 				left: 50%;
 				transform: translate(-50%, 0%);
 			}
 			
 			.index_successful_case .box li .dm .img {
 				margin-top: 70%;
 				position: relative;
 				z-index: 9999;
 			}
 			
 			.index_successful_case .box li .dm .dect {
 				font-size: 12px;
 				color: #eeeeee;
 				line-height: 22px;
 				opacity: 0;
 				padding: 0px 20px;
 				display: block;
 				margin: 0px auto;
 				margin-top: 15px;
 				position: relative;
 				z-index: 9999;
 			}
 			
 			.index_successful_case .box li .dm .hr {
 				margin-top: 25px;
 				opacity: 0;
 				position: relative;
 				z-index: 9999;
 			}
 			
 			.index_successful_case .box li .dm .hr a {
 				display: inline-block;
 				padding: 5px 40px;
 				background: #108cee;
 				color: #fff;
 				font-size: 12px;
 				border-radius: 25px;
 			}
 			
 			.index_successful_case .box li:hover .dm .img {
 				margin-top: 30%;
 			}
 			
 			.index_successful_case .box li:hover .dm .tit::before {
 				top: 100%;
 			}
 			
 			.index_successful_case .box li:hover .dm .dect,
 			.index_successful_case .box li:hover .dm .hr {
 				opacity: 1;
 			}
 			
 			.index_introduce {
 				padding: 155px 0px 220px;
 				background: url(../images/p33.jpg) center no-repeat;
 				background-size: cover;
 			}
 			
 			.index_introduce .cm_tit .dect {
 				width: 800px;
 				display: block;
 				margin: 0px auto;
 			}
 			
 			.index_introduce .box {
 				margin-top: 50px;
 			}
 			
 			.index_introduce .box ul li {
 				width: 31%;
 				height: 230px;
 				margin: 0px 1%;
 				margin-bottom: 25px;
 				text-align: center;
 				background: rgba(255, 255, 255, 0.2);
 				position: relative;
 			}
 			
 			.index_introduce .box ul li .tit {
 				margin-top: 45px;
 			}
 			
 			.index_introduce .box ul li .tit span {
 				display: inline-block;
 				width: 70px;
 				height: 70px;
 				border-radius: 50%;
 				background: #0f89ec;
 				position: relative;
 			}
 			
 			.index_introduce .box ul li .tit span img {
 				position: absolute;
 				top: 50%;
 				left: 50%;
 				transform: translate(-50%, -50%);
 			}
 			
 			.index_introduce .box ul li .tit .t {
 				color: #ffffff;
 				font-size: 25px;
 				margin-top: 8px;
 			}
 			
 			.index_introduce .box ul li .dect {
 				display: none;
 				color: #ffffff;
 				font-size: 14px;
 				padding: 0px 20px;
 				opacity: 0.7;
 			}
 			
 			.index_introduce .box ul li:hover {
 				background-image: -webkit-linear-gradient(-90deg, #108cee, #0067cc);
 			}
 			
 			.index_introduce .box ul li:hover .tit span {
 				background: none;
 			}
 			
 			.index_introduce .box ul li:hover .tit {
 				margin-top: 15px;
 			}
 			
 			.index_introduce .box ul li:hover .tit .t {
 				margin-top: 0px;
 			}
 			
 			.index_introduce .box ul li:hover .dect {
 				display: block;
 			}
 			
 			.cm_modle_box1 {
 				text-align: center;
 				background: url(../images/p19.jpg) center no-repeat;
 				background-size: cover;
 				padding: 100px 0;
 			}
 			
 			.cm_modle_box1 .t2 {
 				font-family: 'FZY1JW';
 				color: #fff;
 				font-size: 42px;
 			}
 			
 			.cm_modle_box1 .tit {
 				color: #ffffff;
 				font-size: 45px;
 			}
 			
 			.footer {
 				background: #2c3143;
 				padding: 40px 0px 10px;
 			}
 			
 			.footer ul {
 				position: relative;
 			}
 			
 			.footer ul p {
 				color: #ffffff;
 				font-size: 16px;
 				padding-bottom: 5px;
 				position: relative;
 				margin-bottom: 12px;
 			}
 			
 			.footer ul p::before {
 				content: '';
 				width: 15px;
 				height: 3px;
 				background: #636674;
 				position: absolute;
 				bottom: 0px;
 				left: 0px;
 			}
 			.footer ul p a{
 				color: #fff;
 			}
 			
 			.footer ul {
 				padding-right: 35px;
 				position: relative;
 				margin-right: 30px;
 			}
 			
 			.footer ul li a {
 				color: #fff;
 				font-size: 14px;
 				opacity: 0.8;
 			}
 			
 			.footer ul li {
 				margin-bottom: 5px;
 			}
 			
 			.footer ul li a:hover {
 				opacity: 1;
 			}
 			
 			.footer ul::before {
 				content: '';
 				width: 2px;
 				height: 180px;
 				position: absolute;
 				right: 0px;
 				background: #474c5b
 			}
 			
 			.footer .last {
 				margin-right: 0px;
 			}
 			
 			.footer .ewm {
 				color: #fff;
 				font-size: 14px;
 				text-align: center;
 				padding-top: 5px;
 			}
 			
 			.footer .ewm .tel {
 				color: #fff;
 				padding-left: 45px;
 				margin-top: 15px;
 				text-align: left;
 				background: url(../images/p18.jpg) left center no-repeat;
 			}
 			
 			.footer .ewm .tel p {
 				font-size: 20px;
 			}
 			
 			.footer .copy {
 				color: #aaaaaa;
 				font-size: 12px;
 				padding: 5px 0;
 				margin-top: 12px;
 			}
 			
 			.phont_head .log_info {
 				color: #333333;
 				font-size: 14px;
 			}
 			
 			.phont_head .log_info a {
 				color: #333333;
 				font-size: 14px;
 				margin: 0px 2px;
 			}
 			
 			.phone_serect {
 				display: none;
 				margin: 10px 0;
 				padding: 0px 3%;
 				position: relative;
 			}
 			
 			.phone_serect .texts {
 				border: 1px solid #f9d1a1;
 				height: 40px;
 				width: 90%;
 				padding-left: 2%;
 			}
 			
 			.phone_serect .buts {
 				position: absolute;
 				width: 60px;
 				right: 3%;
 				top: 0px;
 				height: 100%;
 				background: url(../images/p52.jpg) center no-repeat #004ea2;
 				background-size: 28px;
 			}
 			
 			.index_successful_case .phone_box {
 				background: #fff;
 				padding: 10px;
 				display: none;
 			}
 			
 			.index_successful_case .phone_box ul li {
 				padding: 20px 10px;
 				text-align: center;
 				background: url(../images/p55.jpg) center no-repeat;
 				margin-bottom: 15px;
 			}
 			
 			.index_successful_case .phone_box ul li .tits .img {
 				font-size: 14px;
 			}
 			
 			.index_successful_case .phone_box ul li .tits {
 				color: #fff;
 				position: relative;
 				padding-right: 10px;
 			}
 			
 			.index_successful_case .phone_box ul li .tits::before {
 				content: '';
 				width: 2px;
 				height: 70%;
 				top: 50%;
 				transform: translate(0, -50%);
 				position: absolute;
 				right: 0px;
 				background: #388ef0;
 				display: block;
 			}
 			
 			.index_successful_case .phone_box ul li .tits .img img {
 				width: 60px;
 			}
 			
 			.index_successful_case .phone_box ul li {
 				display: flex;
 			}
 			
 			.index_successful_case .phone_box ul li .tits .tttit {
 				font-size: 14px;
 			}
 			
 			.index_successful_case .phone_box ul li .dectst {
 				flex: 1;
 				color: #fff;
 				text-align: left;
 				font-size: 14px;
 				padding-left: 20px;
 			}
 			
 			.index_successful_case .phone_box ul li .dectst .c {
 				height: 63px;
 				overflow: hidden;
 			}
 			
 			.index_successful_case .phone_box ul li .dectst .hrs {
 				text-align: right;
 			}
 			
 			.index_successful_case .phone_box ul li .dectst .hrs a {
 				color: #fff;
 				background: #108cee;
 				padding: 4px 10px;
 				border-radius: 5px;
 				font-size: 12px;
 			}
 			
 			.cm_modle_box1 .phone_zixun {
 				display: none;
 				text-align: center;
 				margin-top: 10px;
 			}
 			
 			.cm_modle_box1 .phone_zixun a {
 				color: #108cee;
 				border: 1px solid #108cee;
 				padding: 4px 12px;
 				border-radius: 4px;
 			}
 			
 			.footer .phone_tel {
 				display: none;
 			}
 			
 			.weizhi_box {
 				background: #f8f8f8;
 				padding: 0px 0;
 				height: 52px;
 			}
 			
 			.weizhi_box .let {
 				margin-top: 18px;
 			}
 			
 			.weizhi_box .let a {
 				color: #666666;
 				font-size: 12px;
 				margin-right: 10px;
 				padding-left: 15px;
 				background: url(../images/zp46.png) left center no-repeat;
 			}
 			
 			.weizhi_box .let .hm {
 				padding-left: 20px;
 				background: url(../images/zp45.png) left 0px no-repeat;
 			}
 			
 			.weizhi_box .let .li:hover {
 				color: #3e91f0;
 				background: url(../images/zp47.png) left center no-repeat;
 			}
 			
 			.weizhi_box .let .on {
 				color: #3e91f0;
 				background: url(../images/zp47.png) left center no-repeat;
 			}
 			
 			.weizhi_box .rit a {
 				display: inline-block;
 				padding: 15px 8px;
 				color: #222222;
 				font-size: 15px;
 			}
 			
 			.weizhi_box .rit a:hover {
 				background: #388ef0;
 				color: #fff;
 			}
 			
 			.weizhi_box .rit .on {
 				background: #388ef0;
 				color: #fff;
 			}
 			
 			.two_nav {
 				padding: 40px 0;
 				text-align: center;
 				color: #111111;
 				font-size: 14px;
 			}
 			
 			.two_nav ul {
 				display: inline-block;
 			}
 			
 			.two_nav ul li {
 				margin: 0px 27px;
 			}
 			
 			.two_nav ul li .tits span {
 				display: inline-block;
 				padding-bottom: 5px;
 				position: relative;
 				border-bottom: 2px solid #fff;
 			}
 			
 			.two_nav ul li .tits span::before {
 				content: '';
 				width: auto;
 				height: auto;
 				border-top: 8px solid #358cee;
 				border-left: 6px solid transparent;
 				position: absolute;
 				bottom: 0px;
 				left: 50%;
 				transform: translate(-50%, 100%);
 				border-right: 6px solid transparent;
 				display: none;
 			}
 			
 			.two_nav ul li .tits {
 				text-align: center;
 			}
 			
 			.two_nav ul li .img span {
 				width: 70px;
 				height: 70px;
 				border-radius: 50%;
 				display: inline-block;
 				border: 1px solid #cbcbcb;
 			}
 			
 			.two_nav ul li .i1 span {
 				background: url(../images/p66.jpg) center no-repeat;
 			}
 			
 			.two_nav ul li:hover .i1 span {
 				background: url(../images/p77.jpg) center no-repeat;
 			}
 			
 			.two_nav ul .on .i1 span {
 				background: url(../images/p77.jpg) center no-repeat;
 			}
 			
 			.two_nav ul li .i2 span {
 				background: url(../images/p67.jpg) center no-repeat;
 			}
 			
 			.two_nav ul li:hover .i2 span {
 				background: url(../images/p78.jpg) center no-repeat;
 			}
 			
 			.two_nav ul .on .i2 span {
 				background: url(../images/p78.jpg) center no-repeat;
 			}
 			
 			.two_nav ul li .i3 span {
 				background: url(../images/p68.jpg) center no-repeat;
 			}
 			
 			.two_nav ul li:hover .i3 span {
 				background: url(../images/p79.jpg) center no-repeat;
 			}
 			
 			.two_nav ul .on .i3 span {
 				background: url(../images/p79.jpg) center no-repeat;
 			}
 			
 			.two_nav ul li .i4 span {
 				background: url(../images/p80.jpg) center no-repeat;
 			}
 			
 			.two_nav ul li:hover .i4 span {
 				background: url(../images/p69.jpg) center no-repeat;
 			}
 			
 			.two_nav ul .on .i4 span {
 				background: url(../images/p69.jpg) center no-repeat;
 			}
 			
 			.two_nav ul li .i5 span {
 				background: url(../images/p70.jpg) center no-repeat;
 			}
 			
 			.two_nav ul li:hover .i5 span {
 				background: url(../images/p81.jpg) center no-repeat;
 			}
 			
 			.two_nav ul .on .i5 span {
 				background: url(../images/p81.jpg) center no-repeat;
 			}
 			
 			.two_nav ul li .i6 span {
 				background: url(../images/p71.jpg) center no-repeat;
 			}
 			
 			.two_nav ul li:hover .i6 span {
 				background: url(../images/p82.jpg) center no-repeat;
 			}
 			
 			.two_nav ul .on .i6 span {
 				background: url(../images/p82.jpg) center no-repeat;
 			}
 			
 			.two_nav ul li:hover .tits span {
 				border-bottom: 2px solid #358cee;
 			}
 			
 			.two_nav ul li:hover .tits span::before {
 				display: block;
 			}
 			
 			.two_nav ul .on .tits span {
 				border-bottom: 2px solid #358cee;
 			}
 			
 			.two_nav ul .on .tits span::before {
 				display: block;
 			}
 			
 			.two_nav ul li .phones_tit {
 				display: none;
 			}
 			
 			.modle_1 {
 				border-top: 1px dashed #e8e8e8;
 			}
 			
 			.modle_1 ul li {
 				width: 25%;
 			}
 			
 			.modle_1 ul li .dm {
 				text-align: center;
 				padding: 45px;
 				border-right: 1px dashed #e9e9e9;
 				border-bottom: 1px dashed #e9e9e9;
 			}
 			
 			.modle_1 ul li .dm .img {
 				height: 300px;
 				overflow: hidden;
 			}
 			
 			.modle_1 ul li .dm .img img {
 				max-height: 300px;
 			}
 			
 			.modle_1 ul li .dm .tit {
 				color: #111111;
 				font-size: 20px;
 			}
 			
 			.modle_1 ul li .dm .hr {
 				margin: 15px 0;
 				display: none;
 			}
 			
 			.modle_1 ul li .dm .pc_hr {
 				display: block;
 			}
 			
 			.modle_1 ul li .dm .hr a {
 				display: inline-block;
 				padding: 3px 30px;
 				border: 1px solid #a6ccf8;
 				border-radius: 25px;
 			}
 			
 			.modle_1 ul li .dm .hr a span {
 				display: inline-block;
 				background: url(../images/p76.jpg) center right no-repeat;
 				padding-right: 30px;
 				font-size: 15px;
 				color: #388ef0;
 			}
 			
 			.modle_1 ul li .dm .dect {
 				color: #333333;
 				height: 42px;
 				overflow: hidden;
 				font-size: 14px;
 			}
 			
 			.modle_1 ul li .dm .hr a:hover {
 				box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
 			}
 			
 			.page {
 				text-align: center;
 				padding: 35px 0;
 			}
 			
 			.page a {
 				display: inline-block;
 				border: 1px solid #e8e8e8;
 				background: #f8f8f8;
 				display: inline-block;
 				width: 60px;
 				height: 30px;
 				text-align: center;
 				font-size: 14px;
 				/*border-radius: 50%;*/
 				line-height: 30px;
 				margin: 0px 2px;
 			}
 			
 			.page span {
 				font-size: 14px;
 				color: #333333;
 				margin-left: 8px;
 			}
 			
 			.child_banners .phone_img {
 				display: none;
 			}
 			
 			.modle_2 {
 				padding: 40px 0;
 			}
 			
 			.modle_2 .let {
 				width: 55%;
 			}
 			
 			.modle_2 .let .gurp_list {
 				padding-top: 30px;
 				position: relative;
 				padding-bottom: 10px;
 			}
 			
 			.modle_2 .let .gurp_list li {
 				margin-bottom: 20px;
 				border: 1px solid #d4d4d4;
 				padding: 2px 10px;
 			}
 			
 			.modle_2 .let .gurp_list .on {
 				border: 1px solid #108cee;
 			}
 			
 			.modle_2 .let .fun_boxs {
 				width: 370px;
 				margin-left: 100px;
 			}
 			.modle_2 .let .fun_boxs .pro_tit{
 				text-align: center;
 			}
 			
 			.modle_2 .rit {
 				width: 35%;
 				padding-top: 50px;
 			}
 			
 			.modle_2 .let .gurp_list .txt_click_pr {
 				position: absolute;
 				top: 0px;
 				left: 20px;
 				text-align: center;
 				font-size: 14px;
 				color: #9e9e9f;
 				cursor: pointer;
 			}
 			
 			.modle_2 .let .gurp_list .txt_click_ne {
 				position: absolute;
 				bottom: 0px;
 				left: 20px;
 				text-align: center;
 				font-size: 14px;
 				cursor: pointer;
 				color: #9e9e9f;
 			}
 			
 			.modle_2 .let .gurp_list .txt_click_ne:hover,
 			.modle_2 .let .gurp_list .txt_click_pr:hover {
 				color: #007AFF;
 			}
 			
 			.modle_2 .rit .tit {
 				color: #000000;
 				font-weight: bold;
 				font-size: 34px;
 			}
 			
 			.modle_2 .rit .tit1 {
 				color: #595959;
 				font-size: 22px;
 				margin-top: 2px;
 				height: 70px;
 			}
 			
 			.modle_2 .rit .dect {
 				color: #666666;
 				font-size: 14px;
 				line-height: 30px;
 				border-top: 1px solid #d4d4d4;
 				border-bottom: 1px solid #d4d4d4;
 				height: 150px;
 				padding: 10px 0;
 			}
 			
 			.modle_2 .rit .hr {
 				margin-top: 25px;
 			}
 			
 			.modle_2 .rit .hr a {
 				display: inline-block;
 				padding: 10px 50px;
 				border-radius: 25px;
 				background: #108cee;
 				color: #fff;
 			}
 			
 			.modle_3 {
 				height: 800px;
 				background: url(../images/p99.jpg) center no-repeat;
 				background-size: cover
 			}
 			
 			.modle_3 ul {
 				position: relative;
 			}
 			
 			.modle_3 ul li {
 				position: absolute;
 				width: 235px;
 			}
 			
 			.modle_3 ul li .t {
 				color: #108cee;
 				font-size: 22px;
 				margin-bottom: 10px;
 			}
 			
 			.modle_3 ul li .dect {
 				color: #ffffff;
 				font-size: 14px;
 				line-height: 24px;
 			}
 			
 			.modle_3 ul .i1 {
 				top: 200px;
 				left: 100px;
 			}
 			
 			.modle_3 ul .i2 {
 				top: 400px;
 				left: 50px;
 			}
 			
 			.modle_3 ul .i3 {
 				top: 610px;
 				left: 140px;
 			}
 			
 			.modle_3 ul .i4 {
 				top: 200px;
 				right: 100px;
 			}
 			
 			.modle_3 ul .i5 {
 				top: 400px;
 				right: 10px;
 			}
 			
 			.modle_3 ul .i6 {
 				top: 610px;
 				right: 140px;
 			}
 			
 			.modle_3 .ttit {
 				color: #fff;
 				font-size: 20px;
 				padding-top: 50px;
 				font-weight: bold;
 				background: url(../images/zp33.png) left 95% no-repeat;
 				padding-left: 50px;
 				padding-bottom: 10px;
 			}
 			
 			.cm_tit1 {
 				color: #000000;
 				font-size: 24px;
 				padding: 5px 0;
 				font-weight: bold;
 				background: url(../images/zp32.png) left center no-repeat;
 				padding-left: 50px;
 			}
 			
 			.modle_4 {
 				padding: 60px 0;
 			}
 			
 			.modle_4 .tab ul li {
 				border-bottom: 2px solid #fff;
 			}
 			
 			.modle_4 .tab ul li div {
 				color: #393939;
 				font-size: 14px;
 				padding: 10px 0;
 				text-align: center;
 				display: inline-block;
 			}
 			
 			.modle_4 .tab ul li .cn1 {
 				width: 35%;
 			}
 			
 			.modle_4 .tab ul li .cn2 {
 				width: 65%;
 			}
 			
 			.modle_4 .tab ul li {
 				background: #f6f6f6;
 			}
 			
 			.modle_4 .tab ul li:nth-child(2n) {
 				background: #eeeeee;
 			}
 			
 			.modle_4 .tab {
 				margin-top: 25px;
 			}
 			
 			.modle_5 .wp {
 				background: #f6f6f6;
 				margin-top: 30px;
 			}
 			
 			.modle_5 .wp li {
 				width: 100%;
 				height: 230px;
 				position: relative;
 				text-align: center;
 			}
 			
 			.modle_5 .wp li span {
 				position: absolute;
 				top: 50%;
 				left: 50%;
 				font-size: 16px;
 				transform: translate(-50%, -50%);
 				display: block;
 				white-space: nowrap;
 				color: #000000;
 			}
 			
 			.modle_5 .wp li .i1 {
 				background: url(../images/p110.jpg) left center no-repeat;
 				padding: 40px 0;
 				padding-left: 60px;
 			}
 			
 			.modle_5 .wp li .i2 {
 				background: url(../images/p109.jpg) left center no-repeat;
 				padding: 60px 0;
 				padding-left: 50px;
 			}
 			
 			.modle_5 .wp li .i3 {
 				background: url(../images/p110.jpg) left center no-repeat;
 				padding: 40px 0;
 				padding-left: 60px;
 			}
 			
 			.modle_5 .wp li .i4 {
 				background: url(../images/p112.jpg) left center no-repeat;
 				padding: 40px 0;
 				padding-left: 60px;
 			}
 			
 			.modle_5 .wp li .i5 {
 				background: url(../images/p108.jpg) left center no-repeat;
 				padding: 50px 0;
 				padding-left: 60px;
 			}
 			
 			.modle_5 .wp li:hover {
 				background: #000f1b
 			}
 			
 			.modle_5 .wp li:hover span {
 				color: #fff;
 			}
 			
 			.modle_5 .wp li:hover .i1 {
 				background: url(../images/p116.jpg) left center no-repeat;
 			}
 			
 			.modle_5 .wp li:hover .i2 {
 				background: url(../images/p115.jpg) left center no-repeat;
 			}
 			
 			.modle_5 .wp li:hover .i3 {
 				background: url(../images/p116.jpg) left center no-repeat;
 			}
 			
 			.modle_5 .wp li:hover .i4 {
 				background: url(../images/p117.jpg) left center no-repeat;
 			}
 			
 			.modle_5 .wp li:hover .i5 {
 				background: url(../images/p114.jpg) left center no-repeat;
 			}
 			
 			.modle_6 {
 				padding: 50px 0;
 			}
 			
 			.modle_6 .cont {
 				background: #f8f8f8;
 				padding: 65px;
 				position: relative;
 				margin-top: 30px;
 			}
 			
 			.modle_6 .cont .t {
 				padding: 5px 0;
 				padding-left: 40px;
 				color: #000000;
 				font-weight: bold;
 				background: url(../images/p120.jpg) left center no-repeat;
 				font-size: 22px;
 			}
 			
 			.modle_6 .cont .dect {
 				color: #404040;
 				font-size: 14px;
 				line-height: 24px;
 				padding-right: 500px;
 				margin-top: 10px;
 			}
 			
 			.modle_6 .cont .show_imgs {
 				position: absolute;
 				right: 0px;
 				top: 0px;
 			}
 			
 			.modle_7 {
 				background: #f6f7f8;
 				padding: 45px 0;
 			}
 			
 			.modle_7 .funbox {
 				margin-top: 40px;
 				position: relative;
 			}
 			
 			.modle_7 .funbox .tit {
 				text-align: center;
 				color: #666666;
 				font-size: 14px;
 				padding-top: 10px;
 			}
 			
 			.modle_7 .funbox .click_pr {
 				position: absolute;
 				left: -60px;
 				top: 40%;
 				z-index: 999;
 				cursor: pointer;
 				transform: translate(0, -50%);
 			}
 			
 			.modle_7 .funbox .click_ne {
 				position: absolute;
 				right: -60px;
 				z-index: 999;
 				cursor: pointer;
 				top: 40%;
 				transform: translate(0, -50%);
 			}
 			
 			.modle_7 .funbox a:hover .tit {
 				color: #007AFF;
 			}
 			
 			.modle_8 {
 				width: 80%;
 				display: block;
 				margin: 0px auto;
 			}
 			
 			.modle_8 ul li .dm .hr {
 				text-align: center;
 				margin-top: 10px;
 			}
 			
 			.modle_8 ul li .dm .hr a {
 				display: inline-block;
 				padding: 3px 30px;
 				border: 1px solid #a6ccf8;
 				border-radius: 25px;
 			}
 			
 			.modle_8 ul li .dm .hr a span {
 				display: inline-block;
 				background: url(../images/p76.jpg) center right no-repeat;
 				padding-right: 30px;
 				font-size: 15px;
 				color: #388ef0;
 			}
 			
 			.modle_8 ul li {
 				width: 30%;
 				margin: 0px 1.5%;
 				box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
 				margin-bottom: 40px;
 			}
 			
 			.modle_8 ul li .img img {
 				width: 100%;
 				height: auto;
 			}
 			
 			.modle_8 ul li .dm {
 				padding: 20px;
 			}
 			
 			.modle_8 ul li .dect {
 				padding: 15px;
 				border: 1px solid #f1f1f1;
 				color: #666666;
 				font-size: 15px;
 				line-height: 26px;
 			}
 			
 			.modle_8 ul li .dect .c {
 				height: 52px;
 				overflow: hidden;
 			}
 			
 			.modle_8 ul li .dm .hr a:hover {
 				box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
 			}
 			
 			.modle_8 ul li .img {
 				position: relative;
 			}
 			
 			.modle_8 ul li .img .ttut {
 				position: absolute;
 				bottom: 0px;
 				width: 100%;
 				height: 50px;
 				background: rgba(0, 0, 0, 0.5);
 				color: #fff;
 				font-weight: bold;
 				text-align: center;
 				line-height: 50px;
 				font-size: 21px;
 			}
 			
 			.modle_9 {
 				margin-top: 80px;
 				padding-bottom: 30px;
 			}
 			
 			.modle_9 .img {
 				width: 50%;
 			}
 			
 			.modle_9 .img img {
 				width: 100%;
 			}
 			
 			.modle_9 .cont {
 				width: 50%;
 			}
 			
 			.modle_9 .cont .dm {
 				padding: 34px 80px;
 			}
 			
 			.cm_tit2 span {
 				color: #000000;
 				font-size: 24px;
 				padding: 5px 0;
 				font-weight: bold;
 				background: url(../images/zp43.png) left center no-repeat;
 				padding-left: 50px;
 			}
 			
 			.modle_9 .cont .dm .dect {
 				font-size: 14px;
 				color: #4c4c4c;
 				margin-top: 15px;
 				line-height: 24px;
 			}
 			
 			.modle_10 {
 				margin-top: 25px;
 			}
 			
 			.modle_10 .img {
 				padding: 45px 0;
 				text-align: center;
 			}
 			
 			.modle_11 {
 				background: url(../images/z134.jpg) center no-repeat;
 				background-size: cover;
 				padding: 45px 0;
 			}
 			
 			.cm_tit3 span {
 				color: #fff;
 				font-size: 24px;
 				padding: 5px 0;
 				font-weight: bold;
 				background: url(../images/zp42.png) left center no-repeat;
 				padding-left: 50px;
 			}
 			
 			.modle_11 ul {
 				margin-top: 40px;
 			}
 			
 			.modle_11 ul li {
 				width: 15.3%;
 				text-align: center;
 				background: #fff;
 				padding: 20px 0;
 				margin-right: 1.5%;
 			}
 			
 			.modle_11 ul li:last-child {
 				margin-right: 0px;
 			}
 			
 			.modle_11 ul li .ic {
 				position: relative;
 			}
 			
 			.modle_11 ul li .ic::before {
 				content: '';
 				width: 80%;
 				position: absolute;
 				left: 50%;
 				transform: translate(-50%, -50%);
 				top: 50%;
 				background: #c3dfee;
 				height: 1px;
 			}
 			
 			.modle_11 ul li .ic img {
 				position: relative;
 				z-index: 9;
 			}
 			
 			.modle_11 ul li .tit {
 				color: #1a1a1a;
 				font-size: 18px;
 			}
 			
 			.modle_11 ul li .dectr {
 				color: #595959;
 				padding: 0px 2%;
 				height: 54px;
 				overflow: hidden;
 				font-size: 12px;
 				margin-top: 10px;
 			}
 			
 			.modle_12 {
 				padding: 60px 0;
 			}
 			
 			.modle_12 ul {
 				margin-top: 50px;
 				text-align: center;
 			}
 			
 			.modle_12 ul li {
 				width: 170px;
 				height: 170px;
 				border: 1px solid #dedede;
 				border-radius: 50%;
 				text-align: center;
 				padding: 15px;
 				margin: 0px 35px;
 				display: inline-block;
 				position: relative;
 			}
 			
 			.modle_12 ul li .img .phone_show {
 				display: none;
 			}
 			
 			.modle_12 ul li .img {
 				height: 70px;
 				position: relative;
 				width: 100%;
 			}
 			
 			.modle_12 ul li .img img {
 				text-align: center;
 				position: absolute;
 				top: 50%;
 				left: 50%;
 				transform: translate(-50%, -50%);
 			}
 			
 			.modle_12 ul li .dm {
 				position: absolute;
 				top: 50%;
 				transform: translate(0%, -50%);
 				width: 100%;
 				text-align: center;
 				left: 0px;
 			}
 			
 			.modle_12 ul li:hover a {
 				background: #108cee;
 			}
 			
 			.modle_12 ul li:hover .tit {
 				color: #fff;
 			}
 			
 			.modle_12 ul li:hover .img .phone_show {
 				display: block;
 			}
 			
 			.modle_12 ul li:hover .img .pc_show {
 				display: none;
 			}
 			
 			.modle_12 ul li a {
 				display: block;
 				width: 100%;
 				height: 100%;
 				border-radius: 50%
 			}
 			
 			.modle_13 ul {
 				margin-top: 35px;
 			}
 			
 			.modle_13 ul li{
 				width: 100%;
 			}
 			.modle_13 ul li .img {
 				width: 50%;
 			}
 			.modle_13 ul li .img img{
 				width: 100%;
 			}
 			
 			.modle_13 ul li .cont {
 				width: 50%;
 				position: relative;
 			}
 			
 			.modle_13 ul li .cont .dms {
 				padding: 30px 50px;
 				padding-left: 120px;
 			}
 			
 			.modle_13 ul li .cont .dms .t {
 				color: #1a1a1a;
 				font-size: 22px;
 				margin-bottom: 8px;
 			}
 			
 			.modle_13 ul li .cont .dms .dect {
 				color: #4c4c4c;
 				font-size: 12px;
 			}
 			
 			.modle_13 ul li .cont .dms .icn {
 				width: 60px;
 				height: 60px;
 				display: block;
 				line-height: 60px;
 				font-size: 24px;
 				text-align: center;
 				border-radius: 50%;
 				background: #108cee;
 				position: absolute;
 				left: 30px;
 				top: 50%;
 				transform: translate(0, -50%);
 				font-weight: bold;
 				color: #fff;
 				border: 4px solid #9dd0f8;
 			}
 			
 			.modle_13 ul li {
 				margin-bottom: 45px;
 			}
 			
 			.modle_14 ul li {
 				width: 32%;
 				margin-right: 2%;
 				margin-bottom: 20px;
 				position: relative;
 			}
 			
 			.modle_14 {
 				padding: 70px 0;
 			}
 			
 			.modle_14 ul li .tit {
 				position: absolute;
 				width: 100%;
 				height: 100%;
 				text-align: center;
 				left: 0px;
 				top: 0px;
 				background: rgba(0, 0, 0, 0.8);
 			}
 			
 			.modle_14 ul li .tit span {
 				position: absolute;
 				top: 50%;
 				transform: translate(0, -50%);
 				text-align: center;
 				color: #ffffff;
 				font-size: 18px;
 				width: 100%;
 				left: 0px;
 			}
 			
 			.modle_14 ul li:hover .tit {
 				display: none;
 			}
 			
 			.modle_14 ul li:nth-child(3n) {
 				margin-right: 0;
 				margin-bottom: 25px;
 			}
 			
 			.modle_15 {
 				padding: 40px 0px 60px;
 			}
 			
 			.modle_15 .tit {
 				color: #222222;
 				font-size: 24px;
 				text-align: center;
 				position: relative;
 				padding-bottom: 10px;
 			}
 			
 			.modle_15 .tit::before {
 				position: absolute;
 				bottom: 0px;
 				left: 50%;
 				width: 50px;
 				height: 2px;
 				background: #388ef0;
 				content: '';
 				transform: translate(-50%, 0);
 			}
 			
 			.modle_15 .info {
 				border-bottom: 1px dashed #adadad;
 				padding-bottom: 10px;
 				font-size: 14px;
 				text-align: center;
 				margin-top: 18px;
 				padding-bottom: 20px;
 			}
 			
 			.modle_15 .info .time {
 				background: url(../images/p145.jpg) left center no-repeat;
 			}
 			
 			.modle_15 .info .fb {
 				background: url(../images/p146.jpg) left center no-repeat;
 			}
 			
 			.modle_15 .info .lilan {
 				background: url(../images/p147.jpg) left center no-repeat;
 			}
 			
 			.modle_15 .info span {
 				padding-left: 25px;
 				margin: 0px 15px;
 			}
 			
 			.modle_15 .cont {
 				color: #222222;
 				font-size: 14px;
 				padding-top: 35px;
 				line-height: 28px;
 				border-bottom: 1px dashed #adadad;
 				padding-bottom: 35px;
 				margin-bottom: 20px;
 			}
 			
 			.modle_15 .hrs a {
 				color: #666;
 				font-size: 12px;
 			}
 			
 			.modle_15 .hrs a:hover {
 				color: #007AFF;
 			}
 			
 			.cm_hr_tit {
 				text-align: center;
 				padding: 55px 0px 15px;
 				border-bottom: 1px solid #eeeeee;
 			}
 			
 			.cm_hr_tit a {
 				color: #111111;
 				display: inline-block;
 				font-size: 20px;
 				margin: 0px 28px;
 			}
 			
 			.cm_hr_tit a:hover {
 				color: #388ef0;
 			}
 			
 			.cm_hr_tit .on {
 				color: #388ef0;
 			}
 			
 			.modle_16 .hot_list {
 				padding: 35px 0;
 			}
 			
 			.modle_16 .hot_list li {
 				width: 30%;
 				margin: 0px 1.5%;
 				border-bottom: 1px solid #eeeeee;
 				padding-bottom: 15px;
 			}
 			
 			.modle_16 .hot_list li .titt {
 				color: #000;
 				font-size: 20px;
 				font-weight: bold;
 				padding: 10px 0;
 			}
 			
 			.modle_16 .hot_list li .info .time {
 				color: #666;
 				font-size: 16px;
 			}
 			
 			.modle_16 .hot_list li .info .incon {
 				margin-top: 2px;
 			}
 			
 			.modle_16 .hot_list li .imgs {
 				-webkit-transition: all .3s ease-in-out;
 				transition: all .3s ease-in-out;
 			}
 			
 			.modle_16 .hot_list li:hover .imgs {
 				box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
 			}
 			
 			.modle_16 .hot_list li .info {
 				padding: 4px 0;
 			}
 			
 			.modle_16 .txt_listvest li {
 				position: relative;
 				padding-left: 160px;
 				padding-right: 100px;
 			}
 			
 			.modle_16 .txt_listvest li .cont .t1 {
 				color: #666;
 				font-size: 22px;
 				margin-bottom: 8px;
 			}
 			
 			.modle_16 .txt_listvest li .time {
 				width: 115px;
 				position: absolute;
 				left: 0px;
 				top: 0px;
 				background: #e8e9eb;
 				text-align: center;
 				padding: 15px 0;
 			}
 			
 			.modle_16 .txt_listvest li .time .day {
 				font-weight: bold;
 				color: #333;
 				font-size: 36px;
 			}
 			
 			.modle_16 .txt_listvest li .time .money {
 				font-size: 16px;
 				color: #333;
 				margin-top: -8px;
 			}
 			
 			.modle_16 .txt_listvest li .cont .dects {
 				color: #666;
 				font-size: 14px;
 				line-height: 25px;
 				padding-bottom: 10px;
 			}
 			
 			.modle_16 .txt_listvest li:hover .cont .t1 {
 				color: #388ef0;
 			}
 			
 			.modle_16 .txt_listvest li .hr {
 				color: #333;
 				font-size: 14px;
 				position: absolute;
 				right: 0px;
 				top: 50%;
 				transform: translate(0, -50%);
 			}
 			
 			.modle_16 .txt_listvest li .hr span {
 				background: url(../images/p153.jpg) right center no-repeat;
 				padding-right: 25px;
 			}
 			
 			.modle_16 .txt_listvest li:hover .hr span {
 				background: url(../images/p154.jpg) right center no-repeat;
 				color: #388ef0;
 			}
 			
 			.modle_16 .txt_listvest li {
 				padding-bottom: 35px;
 				border-bottom: 1px dashed #efefef;
 				margin-bottom: 30px;
 			}
 			
 			.page2 {
 				text-align: left;
 			}
 			
 			.page a:hover {
 				background: #226ddf;
 				color: #fff;
 			}
 			
 			.page .on {
 				background: #226ddf;
 				color: #fff;
 			}
 			
 			.modle_17 {
 				background: #f6f7f8;
 				padding-bottom: 45px;
 			}
 			
 			.weizhi_box2 {
 				background: #fff
 			}
 			
 			.modle_17 .boxs {
 				background: #fff;
 				padding: 40px 30px;
 			}
 			
 			.modle_17 .boxs .tabs_clisk {
 				background: #e2e2e4;
 				padding: 30px 40px;
 				font-size: 14px;
 			}
 			
 			.modle_17 .boxs .tabs_clisk a {
 				position: relative;
 				display: block;
 				padding: 4px 0;
 				padding-left: 20px;
 				cursor: pointer;
 				margin-right: 16px;
 			}
 			
 			.modle_17 .boxs .tabs_clisk a::before {
 				content: '';
 				width: 13px;
 				height: 13px;
 				border: 1px solid #999999;
 				display: inline-block;
 				position: absolute;
 				left: 0px;
 				top: 6px;
 			}
 			
 			.modle_17 .boxs .tabs_clisk a:hover {
 				color: #108cee;
 			}
 			
 			.modle_17 .boxs .tabs_clisk a:hover::before {
 				background: #108cee;
 				border: 1px solid #108cee
 			}
 			
 			.modle_17 .boxs .tabs_clisk .on {
 				color: #108cee;
 			}
 			
 			.modle_17 .boxs .tabs_clisk .on::before {
 				background: #108cee;
 				border: 1px solid #108cee
 			}
 			
 			.modle_17 .boxs .listvest {
 				padding-top: 25px;
 			}
 			
 			.modle_17 .boxs .listvest .list ul li {
 				padding: 25px 30px;
 				padding-left: 90px;
 				background: url(../images/zp44.png) 25px 25px no-repeat #f8f8f8;
 			}
 			
 			.modle_17 .boxs .listvest .list ul li:nth-child(2n) {
 				background: url(../images/zp44.png) 25px 25px no-repeat #fff;
 			}
 			
 			.modle_17 .boxs .listvest .list ul li .t1 {
 				font-weight: bold;
 				font-size: 16px;
 				color: #333333;
 			}
 			
 			.modle_17 .boxs .listvest .list ul li .dect {
 				color: #666666;
 				font-size: 14px;
 				margin-top: 8px;
 			}
 			
 			.modle_18 {
 				background: #fff;
 				margin-bottom: 50px;
 			}
 			
 			.modle_18 .box1 {
 				border: 1px solid #d7ecfc;
 				margin-top: 100px;
 				padding: 70px;
 				color: #666666;
 				position: relative;
 				font-size: 14px;
 				line-height: 28px;
 			}
 			
 			.modle_18 .box1 span {
 				font-weight: bold;
 				color: #108cee;
 				font-size: 16px;
 			}
 			
 			.modle_18 .box1 .tits {
 				position: absolute;
 				display: inline-block;
 				color: #666666;
 				font-size: 18px;
 				padding: 15px 130px;
 				background: #f6fafb;
 				border: 1px solid #108cee;
 				position: absolute;
 				left: 50%;
 				transform: translate(-50%, 0);
 				top: -30px;
 			}
 			
 			.modle_19 {
 				background: url(../images/p159.jpg) center no-repeat;
 				padding: 50px 0;
 				background-size: cover
 			}
 			
 			.cm_tit4 {
 				text-align: center;
 				border-bottom: 1px solid #fff;
 				padding-bottom: 20px;
 				position: relative;
 			}
 			
 			.cm_tit4 span {
 				color: #ffffff;
 				font-size: 18px;
 				font-weight: bold;
 			}
 			
 			.cm_tit4 span::before {
 				content: '';
 				position: absolute;
 				left: 50%;
 				width: 50px;
 				height: 4px;
 				background: #fff;
 				display: block;
 				bottom: 0px;
 				transform: translate(-50%, 0);
 			}
 			
 			.modle_19 img {
 				margin-top: 40px;
 				margin-left: 40px;
 			}
 			
 			.modle_19 .infos {
 				color: #f3f5f8;
 				width: 410px;
 				font-size: 14px;
 				line-height: 26px;
 				margin-top: 150px;
 			}
 			
 			.modle_20 {
 				background: #f3f5f8;
 				padding: 60px 0;
 			}
 			
 			.cm_tit5 {
 				border-bottom: 1px solid #ebecee;
 			}
 			
 			.cm_tit5 span {
 				color: #333;
 			}
 			
 			.cm_tit5 span::before {
 				background: #333;
 			}
 			
 			.modle_20 ul {
 				margin-top: 60px;
 			}
 			
 			.modle_20 ul li {
 				background: #ffffff;
 				position: relative;
 				height: 80px;
 				padding-top: 30px;
 				font-size: 14px;
 				color: #333333;
 				padding-left: 190px;
 				padding-right: 260px;
 				box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
 				margin-bottom: 30px;
 			}
 			
 			.modle_20 ul li:last-child {
 				margin-bottom: 0px;
 			}
 			
 			.modle_20 ul li .in1 {
 				position: absolute;
 				left: 0px;
 				top: 0px;
 				height: 100%;
 			}
 			
 			.modle_20 ul li .in2 {
 				position: absolute;
 				left: 90px;
 				top: 0px;
 				height: 100%;
 			}
 			
 			.modle_20 ul li .in3 {
 				position: absolute;
 				right: 10px;
 				top: 50%;
 				transform: translate(0, -50%);
 			}
 			
 			.modle_18 .box2 {
 				border: 1px solid #ddd;
 				margin: 60px 0;
 				padding: 10px 0px;
 			}
 			
 			.modle_18 .box2 .list {
 				padding: 15px 35px;
 				padding-left: 85px;
 				position: relative;
 				border-bottom: 1px dotted #eeeeee;
 			}
 			
 			.modle_18 .box2 .list .n {
 				color: #000000;
 				font-size: 16px;
 				position: absolute;
 				left: 35px;
 				width: 50px;
 			}
 			
 			.modle_18 .box2 .list .grap label {
 				color: #444444;
 				font-size: 14px;
 				margin-right: 30px;
 				padding-left: 25px;
 				cursor: pointer;
 				position: relative;
 				margin-top: 2px;
 			}
 			
 			.modle_18 .box2 .list .grap label i {
 				display: block;
 				border-radius: 50%;
 				width: 16px;
 				height: 16px;
 				border: 1px solid #dddddd;
 				position: absolute;
 				top: 0px;
 				left: 15px;
 			}
 			
 			.modle_18 .box2 .list .grap label input {
 				opacity: 0;
 			}
 			
 			.modle_18 .box2 .list .grap label input:checked+i {
 				background: url(../images/zp52.png) center no-repeat;
 			}
 			
 			.modle_18 .box2 .list a {
 				font-size: 14px;
 				margin-left: 20px;
 			}
 			
 			.modle_18 .box2 .list a:hover {
 				color: #0C90FC;
 			}
 			
 			.modle_21 {
 				margin-top: 40px;
 			}
 			
 			.modle_21 .tit {
 				font-size: 24px;
 				color: #388ef0;
 			}
 			
 			.modle_21 ul {
 				margin-top: 20px;
 			}
 			
 			.modle_21 ul li {
 				background: #f7f7f7;
 				padding: 40px 20px;
 				font-size: 14px;
 				position: relative;
 				padding-right: 120px;
 				color: #111111;
 			}
 			
 			.modle_21 ul li label {
 				position: relative;
 				padding-left: 20px;
 			}
 			
 			.modle_21 ul li label i {
 				display: block;
 				border-radius: 50%;
 				width: 16px;
 				height: 16px;
 				background: #fff;
 				border: 1px solid #dddddd;
 				position: absolute;
 				top: 1px;
 				left: 0px;
 				cursor: pointer;
 			}
 			
 			.modle_21 ul li label input {
 				opacity: 0;
 			}
 			
 			.modle_21 ul li label input:checked+i {
 				background: url(../images/zp52.png) center no-repeat;
 			}
 			
 			.modle_21 ul li .info .time {
 				background: url(../images/zp50.png) left center no-repeat;
 				padding-left: 25px;
 				margin-right: 20px;
 				position: relative;
 				padding-right: 20px;
 			}
 			
 			.modle_21 ul li .info .time::before {
 				content: '';
 				width: 2px;
 				height: 80%;
 				position: absolute;
 				top: 50%;
 				right: 0px;
 				display: block;
 				background: #dddddd;
 				transform: translate(0, -50%);
 			}
 			
 			.modle_21 ul li .info .fexs {
 				background: url(../images/zp51.png) left center no-repeat;
 				padding-left: 20px;
 			}
 			
 			.modle_21 ul li .down {
 				background: #e8e9eb url(../images/zp49.png) center no-repeat;
 				width: 100px;
 				height: 100%;
 				position: absolute;
 				right: 0px;
 				top: 0px;
 			}
 			
 			.modle_21 ul li:nth-child(2n) {
 				background: #ffffff;
 			}
 			
 			.modle_21 ul li:nth-child(2n) .down {
 				background: #ffffff url(../images/zp49.png) center no-repeat;
 			}
 			
 			.about_box {
 				position: relative;
 			}
 			
 			.about_box .about_navs {
 				position: absolute;
 				left: 0px;
 				width: 100%;
 				bottom: 0px;
 				text-align: center;
 				background: rgba(0, 0, 0, 0.4);
 				border-top: 1px solid rgba(255, 255, 255, .6);
 			}
 			
 			.about_box .about_navs a {
 				color: #fff;
 				font-size: 16px;
 				display: inline-block;
 				padding: 30px 0;
 				position: relative;
 				text-align: center;
 				width: 12%;
 			}
 			
 			.about_box .about_navs a:hover::before {
 				content: '';
 				width: 100%;
 				position: absolute;
 				top: 0px;
 				height: 1px;
 				left: 0px;
 				background: #108cee;
 			}
 			
 			.about_box .about_navs a:hover {
 				color: #108cee;
 			}
 			
 			.about_box .about_navs .on {
 				color: #108cee;
 			}
 			
 			.about_box .about_navs .on::before {
 				content: '';
 				width: 100%;
 				position: absolute;
 				top: 0px;
 				height: 1px;
 				left: 0px;
 				background: #108cee;
 			}
 			
 			.modle_22 {
 				background: #f6f6f6;
 				padding: 140px 0;
 			}
 			
 			.modle_22 .box {
 				position: relative;
 				padding-left: 45%;
 			}
 			
 			.modle_22 .box .let {
 				width: 40%;
 				position: absolute;
 				left: 0px;
 				height: 100%;
 				top: 0px;
 			}
 			
 			.modle_22 .box .let img {
 				position: absolute;
 				width: 100%;
 				height: 100%;
 			}
 			
 			.modle_22 .box .rit .tit {
 				color: #0d0d0d;
 				font-size: 33px;
 				font-weight: bold;
 			}
 			
 			.modle_22 .box .rit .t2 {
 				color: #c2c2c2;
 				font-size: 32px;
 				margin-top: -10px;
 				font-weight: bold;
 			}
 			
 			.modle_22 .box .rit .click_tabs {
 				margin: 35px 0;
 				margin-bottom: 45px;
 			}
 			
 			.modle_22 .box .rit .click_tabs span {
 				color: #595959;
 				font-size: 18px;
 				margin-right: 35px;
 				padding-bottom: 10px;
 				font-weight: bold;
 				cursor: pointer;
 				border-bottom: 2px solid #f6f6f6;
 			}
 			
 			.modle_22 .box .rit .click_tabs span:hover {
 				border-bottom: 3px solid #108cee
 			}
 			
 			.modle_22 .box .rit .click_tabs .on {
 				border-bottom: 3px solid #108cee
 			}
 			
 			.modle_22 .box .rit .list .ttit {
 				color: #108cee;
 				font-weight: bold;
 				font-size: 18px;
 				margin-bottom: 20px;
 			}
 			
 			.modle_22 .box .rit {
 				width: 650px;
 				min-height: 800px;
 			}
 			
 			.modle_22 .box .rit .list ul li {
 				color: #595959;
 				margin-bottom: 5px;
 				font-size: 14px;
 			}
 			
 			.modle_22 .box .rit .list ul {
 				width: 50%;
 				margin-bottom: 30px;
 			}
 			
 			.modle_22 .box .rit .list .map {
 				position: relative;
 				height: 440px;
 			}
 			
 			.modle_22 .box .rit .list .map iframe {
 				position: absolute;
 				width: 100%;
 				height: 100%;
 			}
 			
 			.modle_22 .phone_show {
 				display: none;
 			}
 			
 			.about_phone_nav {
 				display: none;
 			}
 			
 			.cm_tit6 {
 				text-align: center;
 			}
 			
 			.cm_tit6 .t {
 				font-weight: bold;
 				font-size: 32px;
 				color: #262626;
 			}
 			
 			.cm_tit6 .dect {
 				color: #737373;
 				font-size: 18px;
 				margin-top: 4px;
 			}
 			
 			.modle_25 {
 				padding: 0px 0;
 			}
 			
 			.modle_25 .tit {
 				color: #262626;
 				font-size: 32px;
 				text-align: center;
 				font-weight: bold;
 				margin-top: 35px;
 				margin-bottom: 30px;
 			}
 			
 			.modle_25 .box {
 				text-align: center;
 			}
 			
 			.modle_25 .box .dm {
 				display: inline-block;
 				position: relative;
 			}
 			
 			.modle_25 .box .dm .li {
 				background: url(../images/p173.jpg) center no-repeat;
 				width: 222px;
 				height: 51px;
 				color: #fff;
 				text-align: center;
 				line-height: 51px;
 				font-size: 16px;
 				position: absolute
 			}
 			
 			.modle_25 .box .dm .i1 {
 				top: 15px;
 			}
 			
 			.modle_25 .box .dm .i2 {
 				top: 15px;
 				left: 380px;
 			}
 			
 			.modle_25 .box .dm .i3 {
 				top: 15px;
 				right: 20px;
 			}
 			
 			.modle_25 .box .dm .i4 {
 				top: 138px;
 				left: 380px;
 			}
 			
 			.modle_25 .box .dm .i5 {
 				bottom: 10px;
 			}
 			
 			.modle_25 .box .dm .i6 {
 				bottom: 10px;
 				left: 260px;
 			}
 			
 			.modle_25 .box .dm .i7 {
 				bottom: 10px;
 				left: 520px;
 			}
 			
 			.modle_25 .box .dm .i8 {
 				bottom: 10px;
 				right: 0px
 			}
 			
 			.modle_23 {
 				background: #f6f6f6;
 				padding: 50px 0;
 			}
 			
 			.modle_23 .box {
 				padding: 40px 0;
 				position: relative;
 				text-align: center;
 			}
 			
 			.modle_23 .box .li {
 				position: absolute;
 				color: #595959;
 				font-size: 16px;
 				text-align: right;
 				width: 310px;
 			}
 			
 			.modle_23 .box .i1 {
 				top: 80px;
 				left: 80px;
 			}
 			
 			.modle_23 .box .i2 {
 				top: 210px;
 			}
 			
 			.modle_23 .box .i3 {
 				top: 345px;
 			}
 			
 			.modle_23 .box .i4 {
 				top: 465px;
 				left: 50px;
 			}
 			
 			.modle_23 .box .i5 {
 				top: 80px;
 				right: 80px;
 				text-align: left;
 			}
 			
 			.modle_23 .box .i6 {
 				top: 210px;
 				right: 0px;
 				text-align: left;
 			}
 			
 			.modle_23 .box .i7 {
 				top: 345px;
 				right: 0px;
 				text-align: left;
 			}
 			
 			.modle_24 {
 				padding: 68px 0;
 				padding-bottom: 100px;
 			}
 			
 			.modle_24 .box {
 				margin-top: 25px;
 				position: relative;
 			}
 			
 			.modle_24 .li {
 				width: 225px;
 				position: absolute;
 				left: 0px;
 				top: 0px;
 			}
 			
 			.modle_24 .li .t {
 				font-size: 44px;
 				font-weight: bold;
 				margin-top: -10px;
 				color: #333333;
 			}
 			
 			.modle_24 .li .dect {
 				color: #404040;
 				font-size: 12px;
 				line-height: 24px
 			}
 			
 			.modle_24 .i2 {
 				left: 290px;
 			}
 			
 			.modle_24 .i3 {
 				left: 580px;
 			}
 			
 			.modle_24 .i4 {
 				left: 870px;
 			}
 			
 			.modle_24 .i5 {
 				left: 870px;
 				top: 200px;
 			}
 			
 			.modle_24 .i6 {
 				top: 200px;
 				left: 580px;
 			}
 			
 			.modle_24 .i7 {
 				top: 200px;
 				left: 290px;
 			}
 			
 			.modle_24 .i8 {
 				top: 200px;
 				left: 0px;
 			}
 			
 			.modle_28 {
 				padding: 160px 0;
 				background: url(../images/p176.jpg) center no-repeat;
 			}
 			
 			.modle_28 .tit {
 				color: #fff;
 				font-size: 32px;
 				font-weight: bold;
 				text-align: center
 			}
 			
 			.modle_28 .t2 {
 				text-align: center;
 				color: #ffffff;
 				opacity: 0.8;
 				margin-top: 8px;
 				margin-bottom: 65px;
 			}
 			
 			.modle_28 .box {
 				width: 980px;
 				display: block;
 				margin: 0px auto;
 			}
 			
 			.modle_28 .box .text {
 				width: 48%;
 				margin-bottom: 20px;
 			}
 			
 			.modle_28 .box .text:nth-child(2) {
 				float: right;
 			}
 			
 			.modle_28 .box .text input {
 				display: block;
 				width: 96%;
 				border: 1px solid #494949;
 				background: none;
 				padding: 10px 2%;
 				color: #fff;
 			}
 			
 			.modle_28 .box .text2 {
 				width: 100%;
 			}
 			
 			.modle_28 .box .text2 input {
 				width: 99%;
 				padding-left: 1%;
 			}
 			
 			.modle_28 .box .text textarea {
 				width: 98%;
 				background: none;
 				border: 1px solid #494949;
 				height: 130px;
 				color: #fff;
 				padding: 10px 1%;
 			}
 			
 			.modle_28 .box .buts {
 				text-align: center;
 				padding: 25px 0;
 			}
 			
 			.modle_28 .box .buts input {
 				display: inline-block;
 				padding: 8px 50px;
 				border-radius: 25px;
 				color: #fff;
 				border: 1px solid #fff;
 				background: none
 			}
 			
 			.modle_29 {
 				background: #e8e9eb;
 				padding: 55px 0;
 			}
 			
 			.modle_29 .tits {
 				text-align: center;
 				color: #282828;
 				font-size: 28px;
 				margin-bottom: 35px;
 			}
 			
 			.modle_29 .list .box {
 				position: relative;
 				padding: 0px 50px;
 			}
 			
 			.modle_29 .list .box .click_pr {
 				position: absolute;
 				left: 0px;
 				top: 45%;
 				cursor: pointer;
 				transform: translate(0, -50%);
 				z-index: 99;
 			}
 			
 			.modle_29 .list .box .click_ne {
 				position: absolute;
 				right: 0px;
 				top: 45%;
 				z-index: 99;
 				cursor: pointer;
 				transform: translate(0, -50%);
 			}
 			
 			.modle_29 .list .img {
 				background: #f4f7fc;
 				padding: 20px;
 				-webkit-transition: all .3s ease-in-out;
 				transition: all .3s ease-in-out;
 			}
 			
 			.modle_29 .list .img img {
 				width: 100%;
 			}
 			
 			.modle_29 .list .tit {
 				text-align: center;
 				font-size: 16px;
 				color: #666;
 				text-align: center;
 				padding-top: 6px;
 			}
 			
 			.modle_29 .list .swiper-slide:hover .img {
 				box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
 			}
 			
 			.modle_29 .list {
 				margin-bottom: 40px;
 			}
 			
 			.about_box .about_navs2 {
 				padding-bottom: 100px;
 			}
 			
 			.modle_30 {
 				position: relative;
 				z-index: 99;
 				margin-top: -100px;
 			}
 			
 			.modle_30 .box {
 				background: #ffffff;
 				position: relative;
 				z-index: 99;
 				padding: 100px 25px;
 				box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
 				padding-right: 46%;
 				padding-top: 0px;
 				min-height: 400px;
 			}
 			
 			.modle_30 .box .cont .tti {
 				color: #282828;
 				font-weight: bold;
 				font-size: 24px;
 				position: relative;
 				padding-left: 10px;
 				margin-bottom: 15px;
 				
 			  margin-top: 30px;
 			}
 			
 			.modle_30 .box .cont .tti::before {
 				position: absolute;
 				width: 5px;
 				height: 5px;
 				border-radius: 50%;
 				background: #282828;
 				content: '';
 				left: 0px;
 				top: 50%;
 				transform: translate(0, -50%);
 			}
 			
 			.modle_30 .w {
 				background: #e5e5e5;
 				padding-top: 80px;
 			}
 			
 			.modle_30 .box .img {
 				position: absolute;
 				right: 30px;
 				top: 15px;
 				width: 40%;
 			}
 			
 			.modle_30 .box .img .video-js {
 				position: absolute;
 				left: 0px;
 				top: 0px;
 				width: 100%;
 				height: 100%;
 			}
 			
 			.modle_30 .box .cont .dect {
 				color: #595959;
 				line-height: 28px;
 				font-size: 14px;
 			}
 			
 			.modle_31 ul li {
 				width: 280px;
 				background: #ffffff;
 			}
 			
 			.warp_1 {
 				background: #cecece;
 				padding-bottom: 70px;
 			}
 			
 			.modle_31 {
 				margin-top: 60px;
 			}
 			
 			.modle_31 .tt {
 				text-align: center;
 				font-size: 30px;
 				color: #000000;
 				margin-bottom: 40px;
 			}
 			
 			.modle_31 ul {
 				margin-top: 120px;
 			}
 			
 			.modle_31 ul li {
 				position: relative;
 				text-align: center;
 				margin-right: 25px;
 			}
 			
 			.modle_31 ul li .titas {
 				position: relative;
 				padding-bottom: 8px;
 				margin-bottom: 5px;
 				font-weight: bold;
 				font-size: 16px;
 			}
 			
 			.modle_31 ul li .titas::before {
 				content: '';
 				width: 25px;
 				height: 2px;
 				position: absolute;
 				left: 50%;
 				transform: translate(-50%, 0);
 				background: #333333;
 				bottom: 0px;
 			}
 			
 			.modle_31 ul li .imgs {
 				height: 0px;
 			}
 			
 			.modle_31 ul li .imgs img {
 				left: 50%;
 				top: -35%;
 				position: absolute;
 				transform: translate(-50%, 0%);
 			}
 			
 			.modle_31 ul li .dm {
 				margin: 10px;
 				border: 1px solid #007AFF;
 				padding: 25px;
 				padding-top: 40px;
 			}
 			
 			.modle_31 ul li .dm .dect {
 				font-size: 14px;
 				height: 105px;
 				overflow: hidden;
 			}
 			
 			.modle_31 ul li:last-child {
 				margin-right: 0px;
 			}
 			
 			.modle_31 ul li:hover {
 				background: url(../images/z190.jpg) center no-repeat;
 				background-size: cover;
 			}
 			
 			.modle_31 ul li:hover .dm {
 				border: 1px solid #fff;
 			}
 			
 			.modle_31 ul li:hover .titas {
 				color: #fff;
 			}
 			
 			.modle_31 ul li .titas::before {
 				background: #fff;
 			}
 			
 			.modle_31 ul li:hover .dm .dect {
 				color: #fff;
 			}
 			
 			.modle_33 {
 				background: url(../images/z191.jpg) center no-repeat;
 				background-size: cover;
 				padding-top: 70px;
 			}
 			
 			.modle_33 .tt {
 				color: #fff;
 				font-size: 30px;
 				text-align: center;
 			}
 			
 			.modle_33 .fun {
 				margin-top: 110px;
 			}
 			
 			.modle_33 .fun .dm {
 				padding-bottom: 75px;
 				position: absolute;
 				bottom: 0;
 				padding-left: 50px;
 			}
 			
 			.modle_33 .fun .dm .i1 {
 				position: absolute;
 				height: 96%;
 				width: 1px;
 				background: #fff;
 				left: 10px;
 				bottom: 0px;
 				display: block;
 				z-index: 9;
 			}
 			
 			.modle_33 .fun .dm .i2 {
 				position: absolute;
 				width: 13px;
 				height: 13px;
 				border-radius: 50%;
 				background: #108cee;
 				display: block;
 				position: absolute;
 				left: 4px;
 				top: 0px;
 				z-index: 10;
 			}
 			
 			.modle_33 .fun .dm .i3 {
 				position: absolute;
 				width: 25px;
 				height: 1px;
 				background: #108cee;
 				display: block;
 				position: absolute;
 				left: -3px;
 				top: 30px;
 			}
 			
 			.modle_33 .fun .dm .tit {
 				color: #108cee;
 				font-size: 24px;
 				margin-bottom: 25px;
 				font-weight: bold;
 			}
 			
 			.modle_33 .fun .dm .conts {
 				color: #d3cfcf;
 				font-size: 14px;
 				line-height: 25px;
 			}
 			
 			.modle_33 .fun .swiper-slide {
 				height: 350px;
 			}
 			
 			.modle_33 .fun {
 				position: relative;
 				padding: 0px 50px;
 			}
 			
 			.modle_33 .fun .click_pr {
 				position: absolute;
 				left: -50px;
 				top: 20%;
 				transform: translate(0, -50%);
 				cursor: pointer;
 			}
 			
 			.modle_33 .fun .click_ne {
 				position: absolute;
 				right: -50px;
 				top: 20%;
 				transform: translate(0, -50%);
 				cursor: pointer;
 			}
 			
 			.modle_32 {
 				padding: 45px 0;
 				background: #eaeaea;
 			}
 			
 			.modle_32 .tit {
 				color: #333333;
 				text-align: center;
 				font-size: 30px;
 			}
 			
 			.modle_32 .box {
 				text-align: center;
 				margin-top: 15px;
 			}
 			
 			.modle_32 .tt {
 				text-align: center;
 				font-size: 24px;
 				color: #333333;
 				margin-top: 8px;
 			}
 			
 			.modle_34 {
 				background: url(../images/p191.jpg) center no-repeat;
 				background-size: cover;
 				padding: 80px 0;
 			}
 			
 			.modle_34 .tit {
 				font-size: 30px;
 				text-align: center;
 				color: #111111;
 			}
 			
 			.modle_34 .box {
 				width: 1000px;
 				display: block;
 				margin: 0px auto;
 				margin-top: 45px;
 			}
 			
 			.modle_34 .box .decvt {
 				width: 410px;
 				position: relative;
 				margin-top: 15px;
 				padding-left: 30px;
 				padding-top: 50px;
 			}
 			
 			.modle_34 .box .decvt::before {
 				content: '';
 				width: 1px;
 				background: #ccdfec;
 				position: absolute;
 				display: block;
 				left: 0px;
 				top: 0px;
 				height: 420px;
 			}
 			
 			.modle_34 .box .decvt li {
 				color: #333333;
 				font-size: 18px;
 				margin-bottom: 60px;
 				position: relative;
 				padding-left: 30px;
 			}
 			
 			.modle_34 .box .decvt li::before {
 				content: '';
 				position: absolute;
 				width: 8px;
 				height: 8px;
 				background: #fff;
 				left: 0px;
 				top: 3px;
 				border-radius: 50%;
 				border: 6px solid #108cee;
 			}
 			
 			.video-js .vjs-big-play-button {
 				background: url(../images/zp60.png) center no-repeat;
 				background-size: cover;
 			}
 			
 			.modle_32 .ph_show {
 				display: none;
 			}
 			/*2019-12-25*/
 			
 			#slide_page {
 				width: 100%;
 				position: absolute;
 				height: 100%;
 				left: 0px;
 				top: 0px;
 				background: url(../images/slide_page.jpg) center no-repeat;
 				z-index: 99999999;
 				-webkit-transition: all 1s ease-in-out;
 				transition: all 1s ease-in-out;
 			}
 			
 			#slide_page .click_pages {
 				position: absolute;
 				left: 50%;
 				transform: translate(-50%, 0);
 				bottom: 0px;
 				z-index: 99;
 				 
 			}
 			#slide_page .click_pages .css3_img{
 				position: absolute;
 				left: 50%;
 				width: 15px;
 				height: 16px;
 				background: url(../images/xg_img3.png) center no-repeat;
 				 margin-left: -7.5px;
 				 top: 50%;
 				 margin-top: -8px;
 				 animation: heart 1s ease-in-out 2.7s infinite alternate;
 			}@keyframes heart{
from{transform:translate(0,0)}
to{transform:translate(0,8px)}
}
 			
 			#slide_page .click_pages .css3_img:hover{
 				background: url(../images/xg_img4.png) center no-repeat;
 			}
 			
 			
 		 
 			
 			#slide_page .box {
 				position: absolute;
 				left: 50%;
 				top: 45%;
 				text-align: center;
 				transform: translate(-50%, -50%);
 			}
 			
 			#slide_page .box .tit {
 				color: #ffffff;
 				font-size: 45px;
 				font-weight: bold;
 				position: relative;
 				padding-bottom: 20px;
 				margin-bottom: 20px;
 			}
 			
 			#slide_page .box .tit::before {
 				content: '';
 				width: 80px;
 				height: 1px;
 				background: #0f89ec;
 				bottom: 0px;
 				left: 50%;
 				position: absolute;
 				display: block;
 				transform: translate(-50%, 0);
 			}
 			
 			#slide_page .box .t2 {
 				font-size: 25px;
 				color: #ffffff;
 			}
 			
 			#slide_page ul {
 				margin-top: 55px;
 			}
 			
 			#slide_page ul li {
 				width: 23%;
 				margin-right: 2%;
 			}
 			
 			#slide_page ul li:nth-child(4) {
 				margin-right: 0px;
 			}
 			
 			#slide_page ul li .dm {
 				background: #020202;
 				text-align: center;
 				padding: 30px 0;
 			}
 			
 			#slide_page ul li .dm .b1 {
 				color: #ffffff;
 				font-size: 35px;
 			}
 			
 			#slide_page ul li .dm .b2 {
 				color: #929293;
 				font-size: 20px;
 			}
	.xgmod_1{
		background: #e8e9eb;
		padding: 15px 1%;
		display: none;
	}
		.xgmod_1 .tit{
			text-align: center;
			font-size: 22px;
			color: #111;
			margin-bottom: 20px;
		}
	.xgmod_1 .fun_bhox  li{
		width: 48%;
		margin: 0px 1%;
		margin-bottom: 10px;
	}
	.xgmod_1 .fun_bhox  li .tit{
		color: #333333;
		font-size: 12px;
		text-align: center;
		margin-top: 10px;
	}
.xgmod_1 	.click_fyns{
	text-align: center;
}
.xgmod_1 	.click_fyns img{
	display: inline-block;
	margin: 0px 10px;
}
				
.phone_nav ul li a:visited
{ 
 color: #333;
}

@media only screen and (max-width: 959px){
	.modle_22 .box .rit .list ul{
	    width:100%;
	}
}

.xgmod_1 .fun_bhox li .img img{
	display: block;
    margin: auto;
}