@charset "UTF-8";
/*重置样式*/
*{margin: 0;padding: 0;-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-border: border-color;-moz-box-sizing: border-box;outline: none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td { margin:0; padding:0; 
}
body {  font-size: 14px; color: #333;  font-family: 'microsoft yahei','arial'; line-height: 1.42857143; }
table { border-collapse:collapse; border-spacing:0; }
img { border:0;}
ol,ul {  list-style:none;}
li{list-style: none;}
h1,h2,h3,h4,h5,h6 { font-size:100%; color: #333;  font-weight:normal;  }
a{ text-decoration: none; color: #666; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
input { vertical-align: middle; }
input,button,textarea,select {outline: none; font-family: 'microsoft yahei','arial';font-size: 14px; }
.c-main{width: 1200px;margin: 0 auto;}
.wrap{width: 1200px;margin: 0 auto; height: 80px;}
.index-main{width: 1200px; margin: 0 auto;}
/* 弹窗 */
#tc{position: relative;z-index: 999;background: #F17E2D;width: 100%;height: 30px;line-height: 30px;}
#tc p{width: 100%;text-align: center;color: #fff;font-size: 12px;}
#tc p a{color: #02a173;}
#tc .close{position: absolute;right: 10px;top: 10px;width: 15px;height: 15px;}
#tc .close img{width: 100%;height: 100%;display: block;}
#tc_body{display: none;width: 100%;height: 100%; background: rgba(4,14,35,0.5);position: fixed;top: 0px;left: 0px;z-index: 99999;}
.tc_m{width: 700px;height: 400px;background: #fff;margin: auto;margin-top: 15%;position: relative;overflow: hidden;}
.tc_m p{width: 100%;text-align: center;padding-top: 30px;margin-bottom: 30px;}
.tc_m>div{padding: 20px;line-height: 30px;}
.tc_m a{display: block;position: absolute;right: 10px;top: 10px;}
/* head */
.web{display:none;}
.banner_p{display:none !important}
.logo{width: 330px;float: left;}
.logo a{width: 140px;}
.logo  h3{color: #5A9EFF;font-size: 20px;margin-top: 15px;}
.logo  h3 laber{
	color: #F17E2D;
    margin-left: 10px;
    padding-left: 5px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}

.logo  h5{color: #fff;font-size: 14px;}
.header{height: auto;position: fixed;top: 0px;left: 0;width: 100%;background: rgba(4,14,35,0.3);z-index: 2222;}
.header .c-logo{display: block;float: left; height: 80px;position: relative;margin-right: 15px;}
.header .c-logo img{display: block;position: relative;top: 15px;
    /*width: 100%;*/
    height:50px;}
.header .c-logo img.h-logo{display: none;}
.c-nav{float: right;height: 78px;transition: all .5s;width:670px;}
.c-nav.c-left{margin-left: 150px;}
.scroll .logo h5{color: #666666;}
.c-nav li{float: left;margin-right: 60px;}
.c-nav .cnav-a{color: white;display: block;line-height: 78px;position: relative;}
.c-nav .cnav-a.cnav-three{position: relative;}
.c-nav .cnav-a.cnav-three:before{position: absolute;content: 'Hot';width: 21px;height: 21px;background: #db1516;border-radius: 50%;color: white;font-size: 11px;font-family: arial;top: 21px;right: -18px;z-index: -1;line-height: 21px;text-align: center;}
.c-nav .cnav-a span{display: block;float: left;height: 1px; width: 0px;position: relative;top: 38px;transition: all .5s;}
.c-nav .cnav-a span:before{transition: all 1s; position: absolute;content: '';width: 0px;height: 1px;background: rgba(255,255,255,0.4);right: 5px;top: 50%;}
.c-nav .cnav-a:hover span:before,.c-nav .cnav-a:hover span,.c-nav .cnav-a.hover span:before,.c-nav .cnav-a.hover span{width: 20px;}
.header.scroll .c-nav .cnav-a:hover span:before,.header.scroll .c-nav .cnav-a:hover span,.header.scroll .c-nav .cnav-a.hover span:before,.header.scroll .c-nav .cnav-a.hover span{width: 20px;}
.header.scroll .c-nav .cnav-a:hover span:before, .header.scroll .c-nav .cnav-a.hover span:before{background:#db1516 ;}
.navbar .nav-item{
	float: left;
	padding-right: 40px;
	position: relative;
}
.navbar .nav-item:last-child{padding-right:0px;}
.navbar .category{
	color: #fff;
	display: block;
	font-size: 15px;
	line-height:78px;
/*	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;*/

}
.active .category{
	color:#F17E2D !important;
}

.nav-item:hover .dropdown-menu {
    display: block;
    visibility: visible;
}
.dropdown-container .container-middle{text-align: center;}
.navbar .nav-item a:hover,.nav-search a:hover{
    /*color: #F17E2D !important;*/
    transform: translateY(30px);
    border-bottom: 1px solid #fff;
    line-height: 35px;
}
.nav-search {
	float: right;
    width:auto;
    height: 80px;
	line-height: 80px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
	color:#fff;
	font-size:17px;
	letter-spacing:2px;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.nav-search img{
	width:40px;
	height:40px;
	margin-top: 20px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-left: 20px;
}
.nav-search img:nth-child(2){display:none;}
.header.scroll .nav-search{ color: #666666;border-left: 1px solid rgba(117, 109, 109, 0.2);}
.header.scroll .nav-search img:nth-child(1){display:none;}
.header.scroll .nav-search img:nth-child(2){display:block;}
.nav-search a{color: #fff;}
.scroll .nav-search a{color: #666;}
.header.scroll{background: #f5f5f5;border-bottom: solid 1px #dbdbdb;}
.header.scroll .c-logo img.h-logo,.header.scroll .anniu img.anniuH{display: block;}
.header.scroll .c-logo img.t-logo{display: none;}
.header.scroll .cnav-a{color: #666666;}
.header.scroll .c-nav .cnav-a.hover,.header.scroll .c-nav .cnav-a:hover{border-bottom: 1px solid #F17E2D;color: #F17E2D;}
.header.scroll .c-nav .cnav-a.cnav-first:before{background: #db1516;}
.nav-mid li:hover .h3,.nav-mid1 a:hover{color: #d31313;}
.header.scroll .search-box{border-color: #dbdbdb;}
.header.scroll .search-box .search{color: #666;}

.header  .wrap{
	position: relative;
}
.n_new{
	position: absolute;
	background: #fff;
	z-index: 0;
	padding: 30px 30px 20px 30px;
	opacity: 0;
	top: -300px;
	box-shadow: 1px 1px 1px 0px #ccc;
}
.nav_fuwu{
	width: 700px !important;
	left: -475% !important;
	top: -350px;
}
.nav_fuwu .fw{
	width: 28%;
	float: left;
	margin-right: 8%;
	margin-bottom: 20px;
}
.nav_fuwu .fw:nth-child(3n){
	margin-right: 0px;
}
.n_new h3{
	border-bottom: 1px solid #ccc;
}
.nav_case{
	width: 230px !important;
}
.nav_fa{
	width: 330px !important;
}
.nav-item .nav_fa{
	left: -210% !important;
}
.nav-item .nav_case{
	left: -140% !important;
}
.nav-item:hover .n_new{
	opacity: 1;
	transition:all .5s;
	z-index: 222;
	top: 79px;
}
.nav-item .n_new .hot{
	width: 23px;
	float: left;
	margin-top: -5px;
}
.n_new .sj{
	position: absolute;
	top: -13px;
	left: 0px;
	margin: auto;
	right: 0px;
}
.n_new li{
	float: left;
	line-height: 25px;
}
.nav-item .n_new{
	left:-115%;
	width: 200px;
}
.nav-item .n_new li{
	width: 50%;
	margin-right: 0px;
}
.nav-item .n_new li a{
	font-size: 12px;
}
.n_new p{
	border-bottom:1px solid #ccc;
	height: 25px;
	margin-bottom: 5px;
}
.n_new p a{
	display: block;
	width: 100%;
	font-weight: bold;
	color: #333;
}
.n_new p a label{
	float: right;
}
.nav-item .n_new li:nth-child(odd){
	text-align: right;
}
.head .content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 2
}

.head .nav.active {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    color: #555;
    width: 100%;
    z-index: 998;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .09)
}

.head .nav.active li {
    height: 60px;
    line-height: 60px
}

.head .nav.active li a {
    color: #555
}

.head .nav.active li:hover {
    background-color: #343434
}

.head .nav.active li:hover a {
    color: #fff
}

.head {
    position: relative;
    background-color: #000;
    color: #fff;
    height: 750px;
	z-index:111;
}

@media screen and (max-width: 1440px) {
    .head {
        height: 600px
    }
}

.head .background {
    position: relative;
    height: 100%;
    overflow: hidden
}

.head .background li {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0;
    text-align: center
}

.head .background li a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 99999
}

.banner img {
    max-height: 100%
}

.head .background li.active {
    opacity: 1
}

.head .background li.active .text {
    transform: translateY(0);
    opacity: 1
}

.head .background li .text {
    transform: translateY(150px);
    opacity: 0;
    transition: all .5s
}

.head .background li .title {
    margin-top: 210px;
    text-align: center;
    font-size: 50px
}

.head .background li .sub_title {
    width: 967px;
    margin: 50px auto 0;
    font-size: 34px;
    text-align: left;
    color: #c5c5c6
}

.head .background li:nth-child(2) .sub_title, .head .background li:nth-child(3) .sub_title {
    text-align: center
}

.head .background li:nth-child(3) .title {
    position: relative;
    display: inline-block;
    margin-top: -40px;
    border-bottom: 1px solid #ababab;
    line-height: 160px
}

.head .background li:nth-child(3) .title:before {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    width: 120px;
    height: 1px;
    background-color: #fff
}

.sub_title, .head .background li:nth-child(3) {
    font-size: 36px
}

.head .background li .year {
    font-size: 100px;
    color: #00b1ff;
    text-align: center;
    margin-top: 210px;
    font-size: 'Cambria'
}
.banner {
    position: absolute;
    background-color: #fff;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.banner img {
    width: 100%;
}
.index-bannner-wrapper {
    position: relative;
    width: 1200px;
    height: 70px;
    margin: -35px auto 0;
    background-color: #fff;
    z-index: 9999999999999;
    box-shadow: 11px 0 18px rgba(52, 52, 52, .08);
    padding: 20px 100px 0;
    box-sizing: border-box;
    border-radius: 5px
}

.index-bannner-wrapper > div {
    display: inline-block;
    margin-right: 60px;
    cursor: pointer
}

.index-bannner-wrapper .pic {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle
}

.index-bannner-wrapper > div:last-child {
    margin-right: 0
}

.index-bannner-wrapper .text {
    display: inline-block;
    color: #bfbfbf;
    font-size: 20px;
    margin-left: 11px;
    vertical-align: middle
}

.index-bannner-wrapper .pic span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #bfbfbf;
    font-size: 30px;
}

.index-bannner-wrapper > div:hover span, .index-bannner-wrapper > div.active .text {
    color: #F17E2D
}

.index-bannner-wrapper > div:hover .pic img:last-child, .index-bannner-wrapper > div.active .pic img:last-child {
    display: block
}
.index-bannner-wrapper > div:hover a{
    text-decoration: none;
    color: #F17E2D;
}
#about {
    margin-top: 120px;
}
.container {
    width: 1200px;
	margin: auto;
}
#about .container .home_title {
    text-align: left;
    margin-bottom: 50px;
    position: relative;
}
.home_title {
    text-align: center;
    margin-bottom: 50px;
}
#about .container .home_title .en {
    color: #b3b3b3;
    font-size: 70px;
    text-transform: uppercase;
    position: absolute;
    left: -17px;
    top: -47px;
    z-index: -95;
    line-height: 90px;
    opacity: 0.1;
    font-weight: bold;
}
.home_title .en {
    color: #b3b3b3;
    font-size: 24px;
    text-transform: uppercase;
}
#about .container .home_title h2 {
    font-size: 56px;
    font-weight: lighter;
}
.home_title h2 {
    font-size: 40px;
    color: #282828;
    font-weight: bold;
    margin-bottom: 5px;
}
#about .container .about_txt {
    text-align: center;
    display: flex;
    justify-content: space-between;
}
#about .about_txt {
    text-align: center;
}
#about .container .about_txt-div {
    width: 740px;
}
#about .container .about_txt_img {
    margin-top: -74px;
}
#about .container .about_txt_img {
	padding: 8px;
    background: #F17E2D;
}
#about .container .about_txt h3 {
    font-size: 22px;
    color: #b3b3b3;
    margin-bottom: 25px;
    text-align: left;
}
#about .about_txt h3 {
    font-size: 24px;
    color: #282828;
    margin-bottom: 25px;
}
#about .container .about_txt h3 span {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #b3b3b3;
    margin-bottom: 6px;
}
#about .container .about_txt p {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin-bottom: 24px;
    text-align: left;
	padding-right:20px;
}
#about .about_txt p {
    font-size: 16px;
    color: #a1a1a1;
    line-height: 28px;
    margin-bottom: 24px;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
#about .go {
    display: block;
    width: 207px;
    height: 40px;
    background: url(../images/jiantou.jpg) no-repeat center center;
    transition: all linear 200ms;
    line-height: 40px;
    font-size: 16px;
    color: #666666;
    margin-bottom: 30px;
}
.about_bgimg {
    background: url(../images/img_10391.png) no-repeat center;
    padding-bottom: 5%;
}
.about_number {
    min-height: 0;
    overflow: hidden;
}

.about_number {
    padding-top: 5%;
}
.about_bgimg ul {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    /* justify-content: space-between; */
    align-content: center;
    flex-wrap: wrap;
}
.about_number ul li {
    width: 24.666666%;
    text-align: center;
}
.about_number ul li .num {
    font-size: 52px;
    color: white;
}
.AAA {
    font-size: 14px;
	color:#fff;
}
.about_bgimg ul li i {
    width: 1px;
    display: block;
    height: 36px;
    background: white;
    float: right;
    margin-top: -49px;
}
.about_number ul li p {
    font-size: 16px;
    margin-top: -5px;
    color: white;
    margin-bottom:10px;
}
#about .go:hover {
    background-position: 85px center;
}
.promotion-service .title {
    color: #343434;
    font-size: 28px;
    margin-bottom: 21px;
}
.promotion-service .sub-title {
    font-size: 16px;
    color: #888;
    margin-bottom:60px;
}
.promotion-service {
    text-align: center;
    line-height: 1;
	margin-top: 60px;
}
.promotion-service laber{color:#F17E2D;}

.scheme_container{ margin-bottom:80px;}

@media (max-width: 767px) {
	.scheme {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.scheme_container {
		padding-top: 20px;
	}
}

.scheme_list {
	border-bottom: 2px solid #EBEBEB;
	overflow:hidden;
}

.scheme_list li {
	width: 20%;
	float: left;
	box-sizing: border-box;
	text-align: center;
}

.scheme_list li a {
	display: inline-block;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	transition: all .5s ease;
	border-bottom: 2px solid transparent;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #333;
	margin-bottom: -1px;
}

.scheme_list li a i {
	font-size: 18px;
	margin-right: 8px;
	vertical-align: text-bottom;
}

.scheme_list li a .title {
	font-size: 18px;
	display: inline-block;
	clear: right;
}

.scheme_list li:hover a,
.scheme_list li.active a {
	color: #F17E2D;
	border-bottom-color: #F17E2D;
}

@media (max-width: 767px) {
	.scheme_list li a .title {
		font-size: 16px;
	}
	.scheme_list li a i {
		font-size: 16px;
		margin-right: 4px;
	}
}

@media (max-width: 570px) {
	.scheme_container {
		padding-top: 10px;
	}
	.scheme_list {
		border-bottom-width: 1px;
	}
	.scheme_list li a {
		padding-top: 4px;
		padding-bottom: 4px;
		border-bottom-width: 1px;
	}
	.scheme_list li a .title {
		font-size: 13px;
	}
	.scheme_list li a i {
		display: none;
	}
}

.scheme_content {
	width: 95%;
	margin: 20px auto 0;
	padding: 30px;
}

.tab-content>.tab-pane {
	-webkit-box-shadow: 0 0 8px 0 #f4dfe4;
	box-shadow: 0 0 8px 0 #f4dfe4;
}

.scheme_content .scheme_info {
	box-sizing: border-box;
}

.scheme_content .scheme_info .scheme_title {
	color: #333;
	font-size: 16px;
}

.scheme_content .scheme_info .scheme_line {
	width: 30px;
	height: 3px;
	background: #D8D8D8;
	margin: 20px 0;
}

.scheme_content .scheme_info .scheme_txt {
	font-size: 14px;
	line-height: 26px;
	text-align: justify;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.scheme_content .scheme_info .btn-detail {
	display: inline-block;
	width: 115px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border: 1px solid #F17E2D;
	color: #F17E2D;
	font-size: 14px;
	cursor: pointer;
	border-radius: 20px;
	margin-top: 30px;
}

.scheme_content .scheme_Img {
	text-align: right;
	box-sizing: border-box;
	overflow: hidden;
}

.scheme_content .scheme_Img img {
	vertical-align: middle;
	height: 250px;
}

@media (max-width: 1024px) {
	.scheme_content .scheme_info .scheme_txt {
		-webkit-line-clamp: 4;
	}
	.scheme_content .scheme_Img img {
		height: 195px;
	}
}

@media (max-width: 960px) {
	.scheme_content .scheme_Img img {
		height: 150px;
	}
	.scheme_content .scheme_info .btn-detail {
		margin-top: 15px;
	}
}

@media (max-width: 767px) {
	.scheme_content {
		padding: 15px;
	}
	.scheme_content .scheme_info .scheme_title {
		font-size: 14px;
		margin-bottom: 8px;
	}
	.scheme_content .scheme_info .scheme_line {
		display: none;
	}
	.scheme_content .scheme_info .scheme_txt {
		font-size: 12px;
		line-height: 22px;
	}
	.scheme_content .scheme_info .btn-detail {
		width: 85px;
		height: 26px;
		line-height: 26px;
		font-size: 12px;
		margin-top: 20px;
	}
	.scheme_content .scheme_Img {
		display: none;
	}
}

.mb-40 {
	margin-bottom: 30px;
}
.service_top05{ width:440px; margin:0 auto; height:50px;color:#2c2c2c;}
.service_top05_left{ width:290px; float:left; font-size:36px; text-align:center;  font-weight:bold; font-family:Arial, Helvetica, sans-serif; }
.service_top05_right{ width:138px; float:right; text-align:left; font-size:30px;}
.service_top05 span{color:#f3782a; font-size:36px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}

.service_top05_a{ text-align:center; margin-top:10px; padding-bottom:40px; border-bottom:1px solid #dfdfdf;}
.service_top05_a a{ display:inline-block; font-size:16px; color:#000000;  line-height:38px; margin-left:5px; margin-right:5px; width:140px; border-radius:20px;}
.service_top05_a a:hover{ color:#fff; background-color:#F17E2D;}
.service_top05_a a.two_sel{color:#fff; background-color:#F17E2D;}
/*我们的圈子*/
.l {
    float: left;
}
.r {
    float: right;
}
.new{ overflow:hidden; background-color:#f5f5f5; padding-top:50px; padding-bottom:80px;}
.flexslider{ margin-top:60px; overflow:visible;}
.news_lone{ width:32.7%; height:520px; overflow:hidden; position:relative;}
.news_lone_img{ height:520px;overflow:hidden; background-position:center center; background-repeat:no-repeat; background-size:cover;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.news_lone_img img{ display:block; width:100%;opacity: 0;filter: alpha(opacity=0);}
.news_lone .blog_infTop{  position:absolute; bottom:10px;width:calc(100% - 20px);width:-webkit-calc(100% - 20px);width:-moz-calc(100% - 20px);height:110px; background:url(../images/i_bg4.png) 92% center #fff no-repeat; left:10px; right:10px; text-align:left; overflow:hidden;transition:all 0.3s;}
.news_lone .blog_infTop .blog_infR{display:table; width:100%; height:100%; overflow:hidden;}
.news_lone .blog_title{ padding-right:25%;padding-left:30px; margin-top:25px; display:table-cell; vertical-align:middle;line-height:24px;color:#000000; font-size:20px;overflow:hidden;/* text-overflow:ellipsis; white-space:nowrap;*/}
.news_lone:hover .news_lone_img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.news_lone:hover .blog_infTop{background:url(../images/i_bg4.png) 95% center #fff no-repeat;}
.news_lone:hover .blog_title{ color:#F17E2D;}
.blog_r{ width:66.6%; height:520px; text-align:left;}
.blog_list{width:calc(50% - 4px);width:-webkit-calc(50% - 4px);width:-moz-calc(50% - 4px);display:inline; }
.blog_list.l li{ display:block; position:relative; height:256px; background-color:#f9f9f9; margin-bottom:8px; overflow:hidden;transition:all 0.3s;}
.blog_list.l li:last-child{ margin-bottom:0;}
.blog_list.r li{ display:block; position:relative; height:168px; background-color:#f9f9f9; margin-bottom:8px; overflow:hidden;transition:all 0.3s;}
.blog_list.r li:last-child{ margin-bottom:0;}
.blog_list.l li a{ display:block; width:90%; max-width:420px; margin:0 auto; overflow:hidden; color:#666;}
.blog_list.l .blog_Rtime{ height:66px; overflow:hidden; text-align:center; margin-top:22px; text-align:left; background:url(../images/i_bg5.png) 98% center no-repeat; display:block;transition:all 0.3s;}
.blog_list.l .blog_Rtime em,.blog_list.l .blog_Rtime b{ display:block; font-family:"华文细黑";}
.blog_list.l .blog_Rtime b{ display:block;  color:#000; font-size:30px;height:34px; line-height:34px; font-weight:normal; letter-spacing:1px;}
.blog_list.l .blog_Rtime em{ font-style:normal;height:20px; line-height:20px; font-size:16px;}
.blog_list.l .blog_Rmore{ margin-top:34px; overflow:hidden; display:block; border-bottom:1px solid #dedddd;}
.blog_list.l .blog_Rmore b{ color:#000; display:block;height:32px; line-height:32px; overflow:hidden; font-size:18px; font-weight:normal;}
.blog_list.l li:hover .blog_Rmore b{ color:#F17E2D;}
.blog_list.l .blog_Rmore span{ display:block;line-height:24px; height:72px; overflow:hidden; margin-top:19px; font-size:16px;}
.blog_list.l li:hover .blog_Rtime{background:url(../images/i_bg5.png) 100% center no-repeat;}
.blog_list.r li a{ display:block; width:90%; max-width:368px; margin:0 auto; overflow:hidden; color:#666; padding-top:20px;}
.blog_list.r .blog_Rtime{ height:95px; width:66px; float:left; overflow:hidden;margin-top:18px; text-align:left;}
.blog_list.r .blog_Rtime em,.blog_list.r .blog_Rtime b{ display:block; font-family:"华文细黑";}
.blog_list.r .blog_Rtime b{ display:block; color:#000; font-size:30px;height:50px; line-height:50px; font-weight:normal; letter-spacing:1px; background:url(../images/i_bg6.png) left bottom no-repeat;}
.blog_list.r .blog_Rtime em{ font-style:normal;height:42px; line-height:42px; font-size:16px;}
.blog_list.r .blog_Rmore{ float:right; height:114px; border-left:1px solid #e8e5e5; padding-left:30px; width:234px; padding-top:14px; overflow:hidden;}
.blog_list.r .blog_Rmore b{ color:#000; display:block;height:48px; line-height:24px; overflow:hidden; font-size:18px; font-weight:normal; max-width:225px;}
.blog_list.r li:hover .blog_Rmore b{color:#F17E2D;}
.blog_list.r .blog_Rmore span{ display:block;line-height:38px; height:38px; overflow:hidden; margin-top:15px;background:url(../images/i_bg5.png) left center no-repeat;transition:all 0.3s;}
.blog_list li:hover{box-shadow:0 15px 15px rgba(0,0,0,.1);transform:scale(1.005);}
.blog_list.r li:hover .blog_Rmore span{background:url(../images/i_bg5.png) 5% center no-repeat;}
.divhidden {
    display: none;
}
.title_en {
    font-size: 14px;
    color: #F17E2D;
    margin-bottom: 14px;
}
.report .title {
    font-size: 30px;
    color: #343434;
    font-weight: bold;
}
.report {
	line-height: 1;
	padding-bottom: 40px;
	padding-top: 70px;
	margin-bottom: 70px;
}

.report .content {
	width: 1200px;
	margin: 0 auto;
}

.report .left {
	padding-top: 55px;
	width: 640px;
	float: left;
}

.report .input input {
	width: 200px;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	padding: 0 14px;
	outline: none;
	font-size: 14px;
	float: left;
	font-weight: bold;
	font-family: "苹方";
}

.report .input {
	margin-bottom: 19px;
}

.report .input:after {
	content: "";
	width: 0;
	display: block;
	clear: both;
}

.report .input input:not(:last-child) {
	margin-right: 20px;
}

.report .input textarea {
	width: 100%;
	height: 192px;
	border: 1px solid #d2d2d2;
	resize: none;
	outline: none;
	font-family: "微软雅黑";
	padding: 13px 20px 13px;
	line-height: 24px;
	box-sizing: border-box;
	font-weight: bold;
	font-family: "苹方";
	font-size: 14px;
}

.report .submit {
	width: 153px;
	height: 46px;
	border-radius: 4px;
	background-color: #F17E2D;
	display: inline-block;
	text-align: center;
	line-height: 46px;
	color: #fff;
	font-size: 16px;
	margin-top: 18px;
	box-shadow: 0px 19px 49px 0px rgba(95,168,149, 0.32);
	font-weight: bold;
	border: none;
}

.report .submit .icon.iconfont {
	padding-left: 13px;
	vertical-align: middle;
	font-size: 16px;
}

.report .right {
	float: right;
	padding-top: 33px;
}

.report .from:after {
	content: "";
	display: block;
	width: 0;
	clear: both;
}

.report .company {
	position: relative;
	font-size: 22px;
	color: #343434;
	padding-right: 8px;
	display: inline-block;
	z-index: 1;
	margin-bottom: 44px;
}

.report .company:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 16px);
	height: 6px;
	background-color: #F17E2D;
	z-index: -1;
}

.report .message {
	position: relative;
	width: 326px;
	padding-left: 48px;
	box-sizing: border-box;
	font-size: 16px;
	color: #666;
	line-height: 24px;
	margin-bottom: 22px;
}

.report .message .icon.iconfont {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	font-size: 30px;
	color: #F17E2D;
}

.report .logo1 {
	/*float: right;*/
    display: block;
    margin: auto;
	margin-top: 46px;
	/*width:150px;*/
}
/* WebKit browsers */
.report input::-webkit-input-placeholder {
    color: #C0C0C0;
    font-size: 14px;
}
/* Mozilla Firefox 4 to 18 */
.report input:-moz-placeholder {
    color: #C0C0C0;
    opacity: 1;
    font-size: 14px;
}
/* Mozilla Firefox 19+ */
.report input::-moz-placeholder {
    color: #C0C0C0;
    opacity: 1;
    font-size: 14px;
}
/* Internet Explorer 10+ */
.report input:-ms-input-placeholder {
    color: #C0C0C0;
    font-size: 14px;
}
/* WebKit browsers */
.report textarea::-webkit-input-placeholder {
    color: #C0C0C0;
    font-size: 14px;
}
/* Mozilla Firefox 4 to 18 */
.report textarea:-moz-placeholder {
    color: #C0C0C0;
    opacity: 1;
    font-size: 14px;
}
/* Mozilla Firefox 19+ */
.report textarea::-moz-placeholder {
    color: #C0C0C0;
    opacity: 1;
    font-size: 14px;
}
/* Internet Explorer 10+ */
.report textarea:-ms-input-placeholder {
    color: #C0C0C0;
    font-size: 14px;
}
#news_list ul .hoverhid{display: none;}
/*尾部*/
footer{background:url(../images/copyright.jpg) no-repeat;    border-top: 1px solid #F17E2D;}
footer .fo-top{border-bottom:1px solid #dedede;}
footer .footer{padding:60px 0 40px;}
footer .footerTitle{font-size:18px;}
.footer ul li{line-height:32px;color:#666;}
.footerL ul{margin-right:115px;}
.footerL ul:last-child{margin-right:90px;}
.footerC{margin-right:140px;}
.footerC p{line-height:40px;color:#666;}
.callP{font-size:22px;font-weight:bold;}
.footerC .sina-p{width:50px;height:50px;background-position:-400px 0;margin-top:25px;display:inline-block;transition:all 0s;}
.footerC .sina-p:hover{background-position:-450px 0;}
.footerR li{width:110px;float:right;}
.footerR li img{width:110px;height:110px;}
.footerR p{color:#666;opacity:0.6;filter:alpha(opacity=60);text-align: center;}
.bott{padding-top:30px;overflow:hidden;}
.bot-left{margin-bottom:26px;margin-right:50px;}
.bot-left img{height:60px;}
.bot-right p{color:#999;line-height:30px;}
.bot-right p a{color:#999;}
.bot-right p a,.footerL ul li a{transition:all .3s;}
.bot-right p a:hover,.footerL ul li a:hover{color:#F17E2D;}
.footerC .wechat-p{display:inline-block;width:50px;height:50px;background-position:-378px -796px;transition:all 0s;margin-left:10px;position:relative;}
.footerC .wechat-p img{position:absolute;width:110px;height:110px;left:56px;top:-30px;display:none;}
.footerC .wechat-p:hover{background-position-x:-428px;}
.footerC .wechat-p:hover img{display:block;}
.new_link{width:930px;}
.new_link_p a{width:auto; text-align: center; display: inline-block;padding-right: 10px;}
.auto, .main {
    width: 1200px;
    margin: 0 auto;
}
.c_tittle{
	width: 892px;
	text-align: center;
	height: 105px;
	line-height: 105px;
	margin: 90px auto 20px;
}
.c_tittletext{
	float: left;
	width: 312px;
	margin-left: 80px;
	text-align: center;
}
.c_tittletext p{
	clear: both;
	font-size: 16px;
	line-height: 56px;
	color: #797979;
}
.c_tittle_top{
	line-height: 0;
}
.c_tittle_top h5{
	font-size: 30px;
	color: #333;
	line-height: 45px;
	display: inline-block;
}

.c_tittle_top span{
	display: inline-block;
	font-size: 30px;
	color: #F17E2D;
	margin-right: 5px;
	line-height: 25px;
}
.c_tittle_leftxian{
	display: block;
	width: 210px;
	height: 3px;
	background: #999999;
	float: left;
	margin-top: 72px;
}
.c_tittle_rightxian{
	display: block;
	width: 210px;
	height: 3px;
	background: #999999;
	float: right;
	margin-top: 72px;
}
































/* 移动端样式 */
.hl-web{display: none;}
.mHeader {
	position: fixed;
	height: 50px;
	z-index: 1000;
	width: 100%;
	background: #fff;
	top: 0px;
	left: 0px;
	display: none;
	border-bottom: 1px solid #f3eaea;
}
.mIcon {
    width: 50px;
    height: 50px;
    padding: 8px 10px;
    position: fixed;
    z-index: 100;
    right: 10px;
}
.controlIcon {
    display: block;
    width: 30px;
    height: 3px;
    margin-top: 6px;
    margin-bottom: 6px;
    transition: all .4s ease;
    background: #F17E2D;
}
.mLogo {
    width: 150px;
    height: 46px;
    padding: 2px;
    position: relative;
    z-index: 10;
    margin-top: 2px;
    margin-left: 10px;
}
.mLogo img {
    width: 90%;
    height: 90%;
    margin-top: 3%;
}
.mMenu {
    position: fixed;
    top: 50px;
    background: #fff;
    z-index: 9;
    width: 100%;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    padding: 20px 20px 0px 20px;
}
.mMenu ul {
    padding-left: 0px;
}
.mMenu ul li {
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}
.mMenu ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #6f6f6f;
    text-decoration: none;
    padding-left: 10px;
	width: 100%;
}
.nav_m_list li a {
    color: #fff !important;
}
.m-cross {
    position: absolute;
    right: 13px;
    top: 0;
    width: 14px;
    height: 40px;
    display: block;
    transition: all .4s;
}
.m-cross1{
    position: absolute;
    right: 13px;
    top: 0;
    width: 14px;
    height: 40px;
    display: block;
    transition: all .4s;
}
.mMenu ul {
    padding-left: 0px;
}
.nav_m_list {
    display: none;
    background: #5A9EFF;
}
.nav_m_list1 {
    display: none;
    background: #000;
}
.mMenu ul li {
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.mIconActive .controlIcon:nth-child(1){
animation: 0.5s ease-out forwards animate1;
-webkit-animation: 0.5s ease-out forwards animate1;
}
.mIconActive .controlIcon:nth-child(2){
opacity: 0;
}
.mIconActive .controlIcon:nth-child(3){
animation: 0.5s ease-out forwards animate2;
-webkit-animation: 0.5s ease-out forwards animate2;
}
.mIconClose .controlIcon:nth-child(1){
animation: 0.5s ease-out forwards animate3;
-webkit-animation: 0.5s ease-out forwards animate3;
}
.mIconClose .controlIcon:nth-child(2){
opacity: 1;
}
.mIconClose .controlIcon:nth-child(3){
animation: 0.5s ease-out forwards animate4;
-webkit-animation: 0.5s ease-out forwards animate4;
}
@-webkit-keyframes animate1{
0%{	
-webkit-transform:rotate(0deg) translateY(0px);
}
100%{
-webkit-transform:rotate(45deg) translateY(6px) translateX(6px);
}	
}
@keyframes animate1{
0%{	
transform:rotate(0deg) translateY(0px);	
}
100%{
transform:rotate(45deg) translateY(6px) translateX(6px);
}	
}
@-webkit-keyframes animate2{
0%{	
-webkit-transform:rotate(0deg) translateY(0px);
}
100%{
-webkit-transform:rotate(-45deg) translateY(-8px) translateX(8px);
}	
}
@keyframes animate2{
0%{	
transform:rotate(0deg) translateY(0px);	
}
100%{
transform:rotate(-45deg) translateY(-8px) translateX(8px);
}	
}
@-webkit-keyframes animate3{
0%{	
-webkit-transform:rotate(45deg) translateY(8px) translateX(8px);	
}
100%{
-webkit-transform:rotate(0deg) translateY(0px);
}	
}
@keyframes animate3{
0%{	
transform:rotate(45deg) translateY(8px) translateX(8px);
}
100%{	
transform:rotate(0deg) translateY(0px);	
}	
}
@-webkit-keyframes animate4{
0%{	
-webkit-transform:rotate(-45deg) translateY(-8px) translateX(8px);
}
100%{	
-webkit-transform:rotate(0deg) translateY(0px);
}	
}
@keyframes animate4{
0%{	
transform:rotate(-45deg) translateY(-8px) translateX(8px);
}
100%{	
transform:rotate(0deg) translateY(0px);	
}	
}
.m-cross::before, .m-cross::after {
    content: '';
    display: block;
    width: 14px;
    height: 2px;
    background: #d9d9d9;
    position: absolute;
    right: 0;
    top: 20px;
}
.m-cross::after {
    transform: rotate(90deg);
    transition: all .3s;
}
.m-cr::after {
    transform: rotate(0deg);
}
.m-cross1::before, .m-cross1::after {
    content: '';
    display: block;
    width: 14px;
    height: 2px;
    background: #d9d9d9;
    position: absolute;
    right: 0;
    top: 20px;
}
.m-cross1::after {
    transform: rotate(90deg);
    transition: all .3s;
}
.index-advantage{
	width: 100%;
	height: auto;
	background: url(../images/a5d7264.jpg)no-repeat;
	background-size: 100% 100%;
	padding-bottom: 40px;
}
.index-advantage .common_tit strong,.index-advantage .common_tit p{color: #fff;}
.index-advantage .common_tit i{background: #f60;}
.index-advantage ul li{
	padding: 1rem;
	margin-bottom: 1rem;
	justify-content: space-between;    
	display: flex;    
	border-radius: .5rem;
	--bg-opacity: 1;
	background-color: #fff;
	background-color: rgba(255,255,255,var(--bg-opacity));
}
.index-advantage ul li .tage__item{
	--text-opacity: 1;
	color: #4dabf7;
	color: rgba(77,171,247,var(--text-opacity));
	position: relative;    
	padding-right: 1.5rem;
	margin-right: 1rem;    
	font-size: 1.875rem;
}
.index-advantage ul li .tage__item::before{
	position: absolute;
	width: 1px;
	height: 3rem;
	--bg-opacity: 1;
	background-color: #4dabf7;
	background-color: rgba(77,171,247,var(--bg-opacity));
	content: "";
	top: 8px;
	right: 8px;
	transform: rotate(23deg);
}
.index-advantage ul li  h2{
	--text-opacity: 1;
	color: #4dabf7;
	color: rgba(77,171,247,var(--text-opacity));    
	margin-bottom: .5rem;    
	font-size: 1rem;    
	font-weight: 300;
}
.index-advantage ul li>div p{
	--text-opacity: 1;
	color: #868e96;
	color: rgba(134,142,150,var(--text-opacity)); 
	font-weight: 300;
	font-size: 0.8rem;
}
.inh-list {
    display: block;
    padding: 0 8px;
    margin-bottom: 20px;
    width: 50%;
    float: left;
}
.inh-list .m-cont {
    width: 100%;
}
.inh-pic img{
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.inh-list .inh-font {
    margin-top: -1px;
    height: 100px;
    background: white;
    border: solid 1px #dedede;
    padding: 0 10px;
    padding-top: 10px;
}
.inh-font .h3 {
    margin-bottom: 5px;
    color: #444444;
    font-size: 15px;
    height: 20px;
    overflow: hidden;
}
.inh-font p {
    margin-bottom: 15px;
    color: #888;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.inh-font .m-read {
    font-size: 12px;
    color: #777;
    line-height: 29px;
    position: relative;
    border-top: solid 1px #dedede;
}
.inh-font .m-read i {
    position: absolute;
    right: 0;
    top: 5px;
    width: 20px;
    height: 100%;
    font-size: 16px;
    color: #666;
}
.inh-font .m-read i img{
	width: 20px;
}
.inh-big ul{display: none;}
.index-btn {
    text-align: center;
}
.index-btn a {
    display: inline-block;
    width: 132px;
    height: 32px;
    line-height: 30px;
    color: #777777;
    font-size: 12px;
    text-align: center;
    border: solid 1px #cccccc;
    border-radius: 30px;
	position: relative;
	padding-left: 20px;
}
.index-btn a i {
    margin-right: 10px;
    font-size: 13px;
    color: #999;
	background: url(../picture/all.png)no-repeat;
	background-size: 100% 100%;
	position: absolute;
	width: 20px;
	height: 20px;
	display: block;
	top: 5px;
	left: 0px;
	right: 50%;
	margin: auto;
}
.hl-six{
	background: rgb(246, 246, 246);
	overflow: hidden;
	padding-bottom: 30px;
}
.hl-s-t ul {
    width: 100%;
    background: #fff;
	overflow: hidden;
}
.hl-s-t ul li {
    width: 25%;
	float: left;
	height: 45px;
	line-height: 45px;
	color: #333;
	text-align: center;
	cursor: pointer;
	position: relative;
	transition: all .5s;
}
.n_i {
    border-bottom: 1px solid #126ad0;
	color: #f60 !important;
}
.hl-s-b ul {
    display: none;
}
.hl-s-b ul li {
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
    float: initial;
    overflow: hidden;
	background: #fff;
	padding-top: 30px;
	margin-bottom: 10px;
}
.hl-s-b ul li:first-child{
	margin-top: 30px;
}
.hl-s-b ul li .hl-s-b-s {
    width: 25%;
    float: left;
    height: 100%;
}
.hl-s-b ul li .hl-s-b-s span:nth-child(1) {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}
.hl-s-b ul li .hl-s-b-s span {
    display: block;
    text-align: right;
}
.hl-s-b ul li .hl-s-b-s span:nth-child(2) {
    font-size: 20px;
}
.hl-s-b-p {
    width: 70%;
	float: right;
}
.hl-s-b ul li .hl-s-b-p p:nth-child(1) {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    padding-right: 20px;
}
.hl-s-b ul li .hl-s-b-p p:nth-child(2) {
    font-size: 14px;
    color: #999;
    padding-right: 20px;
    line-height: 30px;
}
.hl-s-b-p img {
    transition: all 1s;
    margin-top: 20px;
    margin-bottom: 30px;
}
.footer-bq {
    width: 100%;
    background: #1e1e1e;
    line-height: 50px;
	height: auto;
	overflow: hidden;
	padding-bottom: 50px;
}
.footer-bq .hl-main span:nth-child(1) {
    width: 90%;
    display: block;
    margin: auto;
    float: initial;
    line-height: 25px;
    text-align: center;
    padding: 20px 0px;
}
.footer-bq span {
    color: #515151;
    font-size: 14px;
}
.kufuul {
    height: 45px;
    position: fixed;
    bottom: 0px;
    width: 220px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 9999;
}
.kf-zx {
    width: 150px;
    height: 45px;
    line-height: 45px;
    display: block;
    float: left;
    background: rgba(33, 113, 216, 0.9);
    color: #fff;
}
.kf-zx img {
    margin-top: 7px;
    display: inline-block;
    float: left;
    margin-left: 25px;
    margin-right: 10px;
}
#t_top {
    width: 60px;
    height: 45px;
    background: rgba(0, 0, 0, 0.6);
    float: left;
    margin-left: 1px;
}
#t_top img {
    padding-top: 6px;
    padding-left: 14px;
}
@media screen and (max-width: 768px) {
	.bussiness-body .item2 .service{float: right;}
	.bussiness-body .item2 .price{float: left;    left: 0px !important;}
	.bussiness-body .item4 .service{float: right;}
	.bussiness-body .item4 .price{float: left;    left: 0px !important;}
	.bussiness-body .item6 .service{float: right;}
	.bussiness-body .item6 .price{float: left;    left: 0px !important;}
	.bussiness-body{width:100% !important;}
	.bussiness-body .item.on{width:100% !important;}
	.pc{display:none !important;}
	.web{display:block;}
	body {width: 100%;margin: 0 auto;}
	.c-main{width: 100%;}
	.hl-web{display: block !important;}
	.hl-pc{display: none !important;}
	.header{display: none;}
	.mHeader {display: block;}
	.mtel img {position: absolute;right: 70px;top: 6px;}
	.indexcase{max-width: 100%;min-width: 100% !important;padding-bottom: 50px;}
	.index-main{width: 100%;}
	.common_news ul li{width: 100%;}
	.analysis .box ul li{width: 100%;}
	.web-banner{margin-top: 50px;}
	.web-banner img{width: 100%;display: block;}
	.indexPart1{display: none;}
	.case_list ul li{width: 100%;}
	.common_tit{padding-top: 70px;}
	.common_tit strong{font-size: 20px;}
	.common_tit p{font-size: 15px;}
	.pd{padding-left: 3%;padding-right:3%;}
	.common_tit i{height: 2px;background: #f60;}
	.c-grid li{width: 100%;margin-right: 0px;}
	.c-media-img .ico32{width: 20px;height: 20px;top: 0px;bottom: 0px;left: 0px;right: 90px;}
	.c-media-img h4{font-size: 15px;}
	.c-media-body p a{font-size: 12px;}
	.c-media-body p{padding-left: 10%;}
	.case_tit ul li{width: 20%;margin-right: 0px;font-size: 12px;height: 35px;line-height: 35px;}
	.h_case{padding-bottom: 40px;}
	.main-footer,.tc_body{display: none;}
	.kuajiehezuo .box .b ul li{width: 100%;margin-bottom: 20px;}
	.kuajiehezuo .box .b{height: auto;overflow: hidden;}
	.kuajiehezuo .box .b ul li .tit strong{font-size: 20px;}
	.kuajiehezuo .box .b ul li .text{height: auto;padding-left: 20px;padding-right: 20px;padding-top: 20px;}
	.kuajiehezuo .box .b ul li .text span{padding-bottom: 20px;height: 100px;}
	.kuajiehezuo .box .b ul li .text a{margin-bottom: 20px;width: 120px;height: 30px;line-height: 30px;font-size: 14px;}
	.kuajiehezuo{background: rgb(246, 246, 246);height: 1400px;}
	.hi2{height: 200px !important;}
	
	
	
	
	
	
	
	
	
	
	
	/* 短视频 */
	.banners{width: 100% !important;margin-top: 50px;}
	.carousel-inner>.active{height: 400px !important;padding-top: 0px !important;}
	.banners .item a.item_active{height: 100% !important;}
	.banners .banner-pic .bandiv{width: 100% !important;height: auto !important;}
	.banner_video .banners-text{width: 100% !important;left: 0px !important;text-align: center !important;}
	.banner_video .banners-title,.banner_video .banners-info{font-size: 16px !important;line-height: 30px !important;}
	.banner_video .banners-desc{display: none;}
	.banners .banner-pic .bandiv{display: none;}
	.banner_package{bottom: 30px !important;width: auto !important;margin-left: -10px !important;}
	.consul{padding: 10px !important;font-size: 16px !important;}
	.video_white{padding:50px 3% !important;}
	.mod_title{font-size: 20px !important;}
	.w1200{width: 100% !important;min-width: 100% !important;}
	.video_one{background: none !important;padding-top: 0px !important;}
	.video_one .video_one_text{display: none;}
	.video_back{padding:50px 3% !important;}
	.video_two .video_two_text.video_two_tag_1,.video_two .video_two_text.video_two_tag_2,.video_two .video_two_text.video_two_tag_3,.video_two .video_two_text.video_two_tag_4{display: none;}
	.video_two{background: none !important;height: auto !important;overflow: hidden;}
	.video_two .video_two_text{position: relative !important;top: 0px !important;left: 0px !important;right: 0px !important;width:70% !important;margin: auto;margin-bottom: 20px;}
	.video_three .video_three_text.video_three_1,.video_three .video_three_text.video_three_2,.video_three .video_three_text.video_three_3,.video_three .video_three_text.video_three_4{display: none;}
	.video_three{background: none !important;height: auto !important;overflow: hidden;}
	.video_three .video_three_text.video_three_tag_1,.video_three .video_three_text.video_three_tag_2,.video_three .video_three_text.video_three_tag_3,.video_three .video_three_text.video_three_tag_4,.video_three .video_three_text.video_three_tag_5,.video_three .video_three_text.video_three_tag_6,.video_three .video_three_text.video_three_tag_7{display: none;}
	.video_three .video_three_text{position: relative !important;left: 0px !important;top: 0px !important;width: 50% !important;margin:10px auto;}
	.video_four{background: none !important;height: auto !important;overflow: hidden;}
	.video_four .video_four_text.video_four_1,.video_four .video_four_text.video_four_2,.cdd{display: none;}
	.video_four .video_four_text{position: relative !important;left: 0px !important;top: 0px !important;width: 50% !important;margin:10px auto;}
	.video_seven_nav li{margin: 20px auto !important;float: initial !important;height: auto !important;}
	.video_seven_nav li .seven_head .seven_price{font-size: 20px !important;}
    .container{width: 100%;}
    .index-bannner-wrapper,.report .content,.report .left,.auto, .main{width: 100%;}
    #about .container .about_txt_img iframe{width: 100%;height: 200px;}
    #about .container .about_txt{display: block;}
    .head{height: 200px;margin-top: 50px;}
    #about .container .about_txt-div{width: 100%;}
    .banner img{height: 100%;}
    .index-bannner-wrapper{padding: 10px 20px;height: auto; white-space:nowrap; overflow-x:auto; overflow-y:hidden; }
    .index-bannner-wrapper .pic{display: block;margin: auto;margin-bottom: 10px}
    .index-bannner-wrapper > div{width: 33%;margin-right: 0px;}
    .client-2{display: none;}
    .index-bannner-wrapper .text{ font-size: 14px; width: 100%;text-align: center;margin-left: 0px;}
    .index-bannner-wrapper{width: 90%; border: 1px solid #F17E2D;}
    .index-bannner-wrapper .pic span{font-size: 25px;}
    #about .container .home_title .en{font-size: 25px;left: 0px;}
    .promotion-service .title{font-size: 25px;}
    #about .container .home_title h2{font-size: 25px;padding-left:17px;}
    #about .container .home_title{margin-bottom: 30px;}	#c-main,.c-main{display:none !important;}
    #about{margin-top: 100px;}
    #about .container .about_txt h3{font-size: 16px;}
    #about .container .about_txt p{padding-right: 0px;font-size: 14px;}
    #about .container .about_txt_img{margin-top: 0px;}
    #about .go{margin-top: 40px;font-size: 14px;margin-bottom: 0px;}
    .promotion-service .sub-title{margin-bottom: 30px;    font-size: 14px;}
    .scheme_list li{width: 33%}
    .service_top05_a a{line-height: 30px;    font-size: 14px;}
    .scheme_list li a .title{font-size: 16px;}
    .flexslider{margin-top: 30px;height: auto}
    .news_lone{height: auto;width: 100%;}
    .news_lone_img{height: 200px;background-size: cover !important;}
    .news_lone .blog_infTop{height: 80px;}
    .news_lone .blog_title{font-size: 14px;}
    .blog_r{width: 100%;height: auto;    margin-top: 10px;}
    .blog_list.l .blog_Rmore b{font-size: 16px;}
    .blog_list.l .blog_Rmore span{font-size: 14px;margin-bottom: 10px;}
    .blog_list.l .blog_Rtime b,.blog_list.r .blog_Rtime b{font-size: 25px}
    .blog_list.l .blog_Rtime em,.blog_list.r .blog_Rtime em{font-size: 14px;}
    .blog_list.l .blog_Rmore{margin-top: 14px;}
    .blog_list.r li a{padding-top: 0px;}
    .blog_list.r .blog_Rtime{margin-top: 0px;}
    .blog_list.r .blog_Rmore{width: 100%;border-left: none;padding-left: 0px;padding-top: 0px;}
    .blog_list.r .blog_Rmore b{font-size: 14px;}
    .report{    padding-right: 15px;padding-left: 15px; }
    .report .title{font-size: 25px;    font-weight: inherit;}
    .report .left{padding-top: 35px;}
    .report .input input{width: 100%;height: 40px;    margin-bottom: 10px;}
    .report .input{margin-bottom: 0px;}
    .report .input textarea{height: 100px;}
    .report .right{width: 100%;}
    .report .company:before{left: 55%;}
    .report .company{margin-bottom: 20px;}
    .report{margin-bottom: 0px;}
    footer .fo-top{  padding-right: 15px;padding-left: 15px;}
    footer .footer{padding: 30px 0 20px;}
    .footerL ul{width: 33%; margin-right: 0px !important;}
     .footerL{width: 100%;    margin-bottom: 20px;}
     footer .footerTitle{font-size: 16px;display: none;}
     .footerC{margin-right: 0px;display: none;}
     .footerR li{float: left;}
     .bot-left{margin: auto;float: inherit !important;}
     .bot-left img{display: block;margin: auto}
     .bot-right .new_link_p{display: none;}
     .new_link{width: 100%;}
     .bot-right p{padding:15px;text-align: center;}
     /*托管*/
     .c_banner{margin-top: 50px !important;}
     .c_tittle_top span{font-size: 16px !important;margin-right: 5px !important;}
     .c_six,.c_service,.yz_anli,.c_four{padding: 0px 15px;}
     .c_six .c_list ul li img{height: 40px !important;}
     .c_tittle{width: 100%; line-height: inherit;margin: 0;margin-bottom: 20px;}
     .c_tittle_leftxian{width: 20%;}
     .c_tittletext {width: 50%;margin-left: 5%;margin-top: 50px;}
     .c_tittle_top {line-height: 0;}
     .c_tittletext p {font-size: 12px;line-height: 24px;}
    .c_tittle_rightxian {width: 20%;}
    .c_tittle_top h5 {font-size: 16px; line-height: 1.2;}
    .yz_anli .swiper-container{ width: 100% !important;}
    .swiper-slide{}
    .swiper-slide img{width: 100%}
    .yz_anli .swiper-container span{font-size: 14px !important;}
    .yz_anli{height: auto !important;padding-bottom: 30px;}
    .c_four .c_center img{width: 100%;}
    .tantbg>.contant{width:96% !important;margin:auto !important;}
    .nybanner{margin-top:50px;    height: 150px;}
    .nybanner img{ height: 150px;object-fit: cover;}
    .add a{    font-size: 12px;}
    .add{height: 30px;line-height: 30px;background-size:30px;  background: url(../images/address.png) 20px center no-repeat;   background-size: 15px;   }
    .tantbg{height:auto !important;overflow:hidden;    background: none !important;}
    .contl{width:100% !important;margin-top: 20px !important;}
    .contr{width:100% !important;margin-top: 20px !important;}
    .contl h2{font-size:25px !important; height: 60px !important;line-height: 60px !important;}
    .contl h3{font-size:18px !important;}
    .contl .ch3{font-size:16px !important;}
    .contl>ul{margin-top:20px !important;}
    .contl>ul li{font-size:16px !important;height: 35px !important;line-height: 35px !important;}
    .lximg{display:none;}
    .contr .te{font-size:16px !important;height: 50px;text-align: center;    margin-bottom: 10px;}
    .contr .conul li>span{font-size:12px;}
    .contr .conul li input.text{font-size:12px;}
    .contr .conul li .submita{display:block;margin:auto;font-size:20px !important;}
    .casetop .h1{font-size:20px;}
    .zhiy{margin-top: 20px;margin-bottom: 20px;}
    .dizhi {margin-top: 20px;}
    .didl{width:100%;margin-bottom: 20px;}
    .didl dl dt{font-size:20px;}
    .didl dl dd p{font-size:16px;}
    .didl dl{height:auto;}
    .adver img{display:none;}
    .gg{display:none;}
    .dizhi .fr{width:100%;margin-bottom: 20px;}
    .dizhi .fr #allmap{width:100%!important; height:400px !important;}
    footer{background-size: 100% 100%;}
    /*我要租房*/
    body{padding-bottom: 0px !important}
    .home-banner .swiper-slide{height: 250px !important;}
    .banner-searchbox{width: 100% !important;}
    .bs-hotwords{display: none;}
    .bs-searchbox input[type='text']{width: 70% !important;font-size: 12px;}
    .bs-searchbox .bs-btn{width: 30% !important;font-size: 14px !important;}
    .landLodStory{padding: 0px 15px;}
    .section .container{width: 100%;}
    .landLodStory .swiper-container .swiper-slide span{text-align: center;width: 100%;display: block;padding: 10px;}
    .contant{width: 100% !important;}
    /*评价精装*/
    .pjjz_one ul li p{display: none;}
    .pjjz_one ul li img{margin: auto !important;float: initial !important;width: 40px;height: 40px;}
    .pjjz_one ul li span{font-size: 12px !important;    width: 100%;display: block;text-align: center;}
    .pjjz_one ul li{    padding: 20px 0px !important;}
    .pjjz_fw,.ppjz_ly,.ppjz_lc,.ppjz_fg{padding: 0px 15px;}
    .hero-menu{width: 100% !important;}
    .hero-menu li{width: 100% !important}
    .ppjz_ly_m{background:none !important;}
    .ppjz_ly_m form{width: 100% !important;margin-left: 0px !important;margin-right: 0px !important}
    .ppjz_ly_right{width: 100% !important}
    .ppjz_ly_right_tit{font-size: 16px !important}
    .ppjz_ly_m form .ppjz_ly_top{font-size: 16px !important}
    .ppjz_ly_right ul li img{width: 40px;}
    .ppjz_ly_right ul li span{font-size: 16px !important;}
    .ppjz_ly_right ul li p{font-size: 14px !important;}
    .ppjz_lc_li ul li{width: 50% !important;}
    .ppjz_lc_li ul li img{width: 50%;}
    .ppjz_lc_li ul li span{font-size: 16px !important}
    .ppjz_lc{padding-bottom: 0px !important}
    .Z_container{width: 100% !important;}
    .Z_entrance .Z_entrance_item{width: 49% !important;margin-right: 2% !important;}
    .Z_entrance .Z_entrance_item:nth-child(2n){margin-right: 0px !important}
    .Z_entrance .Z_entrance_item .Z_entrance_img{width: 100% !important;height: auto !important}
    .Z_entrance .Z_entrance_item .Z_entrance_desc{width: 80% !important;margin: auto !important;right: 0px;left: 0px !important;height: 50px !important;bottom: -10px !important;}
    .Z_entrance .Z_entrance_item .Z_entrance_desc h4{font-size: 16px !important;    margin: 15px 0 8px !important;}
    .yz_anli .swiper-container .swiper-slide{width: 100% !important}
    #bannerV2{height: 150px !important;    margin-top: 50px;}
    .banner .defaultBannerMain{height: 100% !important}
    .fullmeasureContent{width: 100% !important}
    #module437,#module439,#module1063,#module1142{width: 90% !important;left: 0px !important;right: 0px;margin: auto;height: auto !important;top: 43px !important}
    .siteEditor .fk-editor span{font-size:20px !important;}
    #module668,#module658,#module1032,#module1143{width: 90% !important;left: 0px !important;right: 0px;margin: auto;height: auto !important;}
     .floatImg .float_in_img{width: 100% !important}
    #module438{height: 300px !important}
    #module625{width: 90% !important;left: 0px !important;margin: auto ;right: 0px;top: 108px !important}
    #module624{width: 90% !important;left: 0px !important;margin: auto ;right: 0px;}
    .forms .form .fk-editor span{width: 100%;display: block;text-align: center;}
    #module442 .fullmeasureOuterContentPage1 .fullmeasureOuterContentBg442{background:none !important}
    #module442 .fullmeasureOuterContent .fk-formPack .form{width: 50% !important;left: 0px}
    #module442 .floatImg .float_in_img{width: 80%  !important;height: 80% !important;margin: auto !important;display: block;}
    #module442{height: 1400px !important}
    #module631{left: 0px !important;top: 0px !important}
    #module651{left: 0px !important; top: 170px !important;}
    #module632{left: 50% !important;top: 0px !important}
    #module652{left: 50% !important; top: 170px !important;}
    #module633{left: 0px !important; top: 230px !important;}
    #module653{left: 0px !important; top: 400px !important;}
    #module634{left: 50% !important; top: 230px !important;}
    #module655{left: 50% !important; top: 400px !important;}
    #module635{left: 0px !important; top: 460px !important;}
    #module647{left: 0px !important; top: 630px !important;}
    #module637{left: 50% !important; top: 460px !important;}
    #module648{left: 50% !important; top: 630px !important;}
    #module638{left: 0px !important; top: 690px !important;}
    #module649{left: 0px !important; top: 860px !important;}
    #module639{left: 50% !important; top: 690px !important;}
    #module650{left: 50% !important; top: 860px !important;}
    #module636{left: 0px !important; top: 920px !important;}
    #module643{left: 0px !important; top: 1090px !important;}
    #module640{left: 50% !important; top: 920px !important;}
    #module644{left: 50% !important; top: 1090px !important;}
    #module641{left: 0px !important; top: 1150px !important;}
    #module645{left: 0px !important; top: 1320px !important;}
    #module642{left: 50% !important; top: 1150px !important;}
    #module646{left: 50% !important; top: 1320px !important;}
    #module627{display: none }
    #module1182{left: 0px !important;right: 0px;margin:auto !important;top: 230px !important}
    #module1188{left: 0px !important;width: 90% !important;margin:auto !important;right: 0px;height: auto !important}
    .siteEditor .fk-editor span{font-size: 16px !important}
    #module656{display: none;}
    #module1050{height: 85px !important}
    #module1031 {height: 55px !important;}
    #module1177{display: none;}
    #module1179{width: auto !important; top: 10px !important;left: 10px !important;right:10px;height: 221px !important;}
    #module1178{left: 0px !important;top: 0px !important;width: 100% !important;height: auto !important;padding: 5px;}
    #module1178 .floatImg .float_in_img {height: auto !important;}
    #module1145 {height: 240px !important;}
    .siteEditor .fk-editor b{ font-size: 16px !important;}
    #module1144{width: 100% !important;left: 0px !important;top: 65px !important;   height: 45px !important;}
    #module1141 {height: 143px !important;}
    #module1225{width: 100% !important;top:0px !important;left: 0px !important;height: auto !important;}
    #module1225 .floatImg .float_in_img {height: 200px !important;}
    #module1053 {height: 200px !important;}
    #module1075,#module1137{left: 0px !important; width: 100% !important;}
    #module1074,#module1138,div#webContainer{width: 100% !important}
    #module1096{padding: 0px 15px;height: 290px !important;}
    #module1090{left: 0px !important;top: 0px !important;width: 50% !important;}
    #module1091{top: 0px !important;width: 50% !important;    left: 50% !important;}
    #module1079,#module1081,#module1084{left: 0px !important;width: 50% !important; top: 110px !important;}
    #module1090 .floatImg .float_in_img,#module1091 .floatImg .float_in_img,#module1082 .floatImg .float_in_img,#module1085 .floatImg .float_in_img,
    #module1129 .floatImg .float_in_img,#module1128 .floatImg .float_in_img,#module1120 .floatImg .float_in_img,#module1123 .floatImg .float_in_img
    {width: 50% !important;display: block;margin: auto;height: auto !important;}
    #module1081,#module1087,#module1119{width: 50% !important;    left: 50% !important;}
    #module1082,#module1085{left: 0px !important;top: 160px !important;width: 50% !important;}
    #module1084,#module1087{top: 270px !important}
    #module1085,#module1129{left: 50% !important}
    #module1128,#module1120{left: 0px !important;width: 50% !important}
    #module1117{left: 0px !important;width: 50% !important}
    #module1129{width: 50% !important}
    #module1134{height: 400px !important}
    #module1120{top: 190px !important}
    #module1122{width: 50% !important;left: 0px !important;top: 310px !important}
    #module1123{width: 50% !important;top: 190px !important;left: 50% !important}
    #module1125{left: 50% !important;width: 50% !important;top:310px !important}
    #module1197{width: 100% !important}
    #module1198{left: 0px !important;right: 0px;margin: 0px auto !important}
    #module1199{left: 0px !important;right: 0px;margin: auto !important;width: 95% !important}
    .forms .form .fk-editor{font-size: 16px !important}
    #module1146{display: none;}
    #module926{height: 200px !important}
    #float_img_988{width: 80% !important;margin: auto;display: block;height: auto !important;}
    #module988{left: 0px !important;width: 100% !important}
    #module986 {height: 120px !important;}
    #module987{height: 200px !important}
    #module982,#module928{height: 200px !important;}
    #module1205{width: 90% !important;left: 0px !important;right: 0px;margin: auto;}
    #module1204{left: 0px !important;right: 0px;margin: auto !important;    top: 200px !important;}
    /*中介服务*/
    .bannerLkUl {display: none;}
    .zjfw_map{padding: 0px 15px;}
    .zjfw_map_m{width: 100% !important;margin-bottom: 30px !important;}
    .flowLay-tit,.flowLay{display: none;}
    /*公寓酒店*/
    .c_banner form{display: none;}
    .gyjd-fxjs,.pdy{padding-right: 15px;padding-left: 15px;padding-bottom: 0px !important}
    .sharerent-ul li{width: 49% !important;margin-right: 2% !important;}
    .sharerent-ul li:nth-child(2n){margin-right: 0px !important}
    .sharerent-ul li img{width: 100% !important;height: auto !important;position: relative !important;}
    .sharerent-ul .imgdiv{height: auto !important}
    .Cwrap{width: 100% !important;    padding: 0px 15px;}
    .Mhoteldesc .copywrite{width: 100% !important;    height: 390px !important;}
    .Mhotelconcept{display: none;}
    .Mhoteldesc .inner{height: auto !important;padding-bottom: 0px !important}
    .Mhoteldesc .box{position: relative !important;}
    .Mhoteldesc .copywritecont{padding-right: 35px !important}
    .Mhoteldesc .photo{width: 100% !important; margin-top: 10px;}
    .Mhoteldesc .photo .swiper-pagination{display: none}
    .Mhoteldesc {margin: 52px auto 0px !important;}
    .gyjd-fw{padding-right: 15px;padding-left: 15px;}
    .featured-box{width: 100% !important;height: auto !important;    overflow: hidden;}
    .featured-box img{width: 20% !important}
    .featured-box .text{width: 75% !important}
    .featured-box h3{font-size: 16px !important}
    .service-w li{margin-bottom: 10px;}
    .landLodStory .swiper-container{padding-top: 0px !important;height: auto}
    .ab_map_b dl{width: 80% !important;top: 100px !important}
    .house-list .txt .desc {line-height: 20px !important;}
    .gallery-top{height: 250px !important}
    .house-txtinfo .price{font-size: 14px !important}
    .house-txtinfo .dhzx .tel{font-size: 16px !important}
    .fwxx-left img,.house-cont img{max-width: 100% !important;display: block;margin-right: auto}
    .house-cont .list-paddingleft-2{width: 100% !important}
    .liebiao-m{width: 100% !important;margin-top: 0px !important}
    .filter-search input{line-height: 30px !important}
    .lxxxx{width: 100% !important;}
    .c_newsbanner {height: 150px !important;margin-top: 50px;}
    #n_news ul li .txt .c_time{display: none;}
    #n_news{ padding: 10px 15px 80px !important;}
    #n_news ul{width: 100% !important}
    #n_news ul li{padding-left: 0px !important;height: auto !important}
    .n_nav{width: 100%;}
    .n_nav a{width: 25%;}
    .n_nav a strong{font-size: 12px !important;padding: 0px !important}
    .n_title .position{width: 100%;left: 20px;top: 60px !important}
    .n_title{overflow: initial !important;}
    #n_news ul li .img{padding-right: 0px !important}
    #n_news ul li .img{height: auto !important;    padding-bottom: 10px;border-bottom:none !important;}
    #n_news ul li .img img{width: 100% !important;height: auto !important}
    #n_news ul li .txt{width: 100% !important; height: auto !important;padding-bottom: 20px;}
    #n_news ul li .txt h5{margin-top: 5px !important;font-size: 16px !important;}
    #n_news ul li .txt p{margin-bottom: 25px !important}
    .n_news_detail{ padding: 60px 15px 50px !important;}
    .n_news_detail .left{width: 100% !important}
    .n_news_detail .title .time{width: 20% !important}
    .n_news_detail .ar_title{width: 75% !important}
    .n_news_detail .ar_title h3{font-size: 16px !important;    line-height: 25px !important;}
    .n_news_detail .title{margin-bottom: 0px !important}
    .n_news_detail .right{width: 100% !important;margin-top: 10px;}
    .n_news_detail .right h4{height: 35px !important;line-height: 35px !important}
    .n_news_detail .right ul li img, .n_news_detail .right ul li .img{width: 100% !important;height: auto !important}
    .ar_article img{max-width: 100%;display: block;margin:auto;}
    .n_contact01 {padding: 60px 15px 60px !important;  }
    .c_hezuo2,.c_hezuo4{margin: 0px auto !important}
    .tx-other-banner{margin-top: 50px !important;height: 200px;}
    .tx-other-banner .bg{height: 100% !important}
    .tx-other-banner-text em{font-size: 14px !important}
    .tx-other-banner-text h3{font-size: 16px !important;margin-bottom: 0px !important;}
    .tx-about-main{top: -20px !important;    padding: 12px 20px !important;}
    .tx-other-top{line-height: 35px !important}
    .tx-about-mains{padding: 30px 0px 30px 0px !important}
    .tx-main-title h3{font-size: 25px !important}
    .tx-main-title em{font-size: 16px !important}
    .tx-about-mains-left{width: 100% !important}
    .tx-about-mains-right {width: 100% !important;}
    .tx-about-mains-right p{font-size: 14px !important}
    .tx-about2-left{width: 100% !important;padding-right: 0px !important}
    .tx-padding100 {padding: 50px 15px !important;}
    .tx-about2-right{width: 100% !important}
    .tx-about3-main-time h4{font-size: 16px !important}
    .tx-about3-main-time{margin-bottom: 25px !important}
    .tx-about3-main-li img{height: auto !important}
    .tx-about3-main-li span{height: auto !important;min-height: 30px !important;}
    .tx-main-title{margin-bottom: 0px !important}


}
@media screen and (max-width: 320px) {
	.kuajiehezuo{height: 1600px;}
	.main_qwyxwb_syjz .box ul li strong{height: 40px;}
	.main_sjyxtg_rmyx .box ul li p{min-height: 120px;}
	#swiper-container{height: 200px !important;}
	.case_banner1{height: 200px !important;}
	.seo-antistop-cont dl dt{height: 100px !important;}
	.common_main_banner{height: 200px !important;}
	.common_main_banner2{height: 200px !important;}
	.carousel-inner>.active{height: 200px !important;}
}   
@media screen and (max-width: 414px) {
	.kuajiehezuo{height: 1460px;}
	.main_sjyxtg_rmyx .box ul li p{min-height: 120px;}
	#swiper-container{height: 250px !important;}
	.case_banner1{height: 250px !important;}
	.common_main_banner{height: 250px !important;}
	.common_main_banner2{height: 250px !important;}
	.carousel-inner>.active{height: 250px !important;}
}   
@media screen and (max-width: 414px){
	/*.flexslider{height: 250px !important;}
	.flexslider .slides img{height: 250px !important;}*/
}
@media screen and (max-width: 320px){
	.flexslider{height:200px !important;}
	.flexslider .slides img{height: 200px !important;}
	.case_banner1{height: 200px !important;}
	.common_main_banner{height: 200px !important;}
	.common_main_banner2{height: 200px !important;}
	.carousel-inner>.active{height: 200px !important;}
}



.tantbg{width:100%;background:url(../images/icodi.png) center no-repeat;height: 870px;}
.tantbg>.contant{width:1100px;}
.contl{width:48%;margin-top: 120px;}
.contr{width:48%;margin-top: 120px;}
.contr{width: 45%;}
.contl h2{
    font-weight: bold;
    text-transform: uppercase;
    height: 80px;
    line-height: 80px;
    font-size: 50px;
    letter-spacing: 2px;
    color: #606063;
}
.contl h3{
    text-transform: uppercase;
    font-size: 28px;
    color: #606063;
    }
.contl .ch3{font-size:25px;margin:15px 0;}
.contl i.hi{display:inline-block;height: 5px;width:100px;background:#F17E2D;}
.contl>ul{margin-top:50px;width:100%;/* margin-bottom: 50px; */}
.contl>ul li{
    height: 45px;
    line-height: 45px;
    font-size: 18px;
}
.contl>ul li:nth-child(5){
    height: 80px;
    line-height: 40px;
}
.c_four{padding-bottom: 40px;}
.fl {
    float: left;
}.fr {
    float: right;
}
.lximg{width:90%;margin: 20px auto;padding-bottom:30px;}
.lximg span{float:left;display:block;width:60px;height:60px;cursor: pointer;}
.lximg span:nth-child(1){background:url(../images/pro01.png) -76px center no-repeat;margin-right: 10px;}
.lximg span:nth-child(2){background: url(../images/pro01.png) -154px center no-repeat;margin-right: 30px;}
/*.lximg span:nth-child(3){background: url(../images/pro01.png) -154px center no-repeat;}*/
.contant {
    width: 1200px;
    margin: 0px auto;
}
.contl>ul>i{display:inline-block;height: 3px;width:100%;background:#c6c6c6;}
.contr .te{font-size:23px;    padding-bottom: 10px;}
.contr .te span{font-size:16px;color:#F17E2D}
.contr .conul{width:100%;}
.contr .conul li{width:100%;float:left;height:35px;line-height:35px;margin-bottom: 15px;}
.contr .conul li.yanz{position:relative;}
.contr .conul li input.text{height:32px;line-height:32px;background:#f3f3f3;width:70%;border: 1px solid #ddd;text-indent: 10px;}
.contr .conul li>span{float:left;width:25%;}
.contr .conul li select{height:32px;line-height:32px;background:#f3f3f3;width:70%;border: 1px solid #ddd;text-indent: 10px;}
.contr .conul li.yaoq{height:auto;}
.contr .conul li.yaoq .atextarea{height: 86px;line-height:32px;background:#f3f3f3;width:70%;border: 1px solid #ddd;text-indent: 10px;}
.contr .conul li:last-child{height:auto;margin-top: 20px;}
.contr .conul li .submita{background:#d7000f;color:#fff;border:none;width:180px;height:45px;line-height:45px;font-size:25px;}




.bannerLkUl li {
    float: left;
    width: 25%;
}
.bannerLkUl li a {
    display: block;
    padding: 74px 0 22px 0;
    background: url("../images/indexIconBig.png") no-repeat 136px -118px;
}
.bannerLkUl li p {
    color: #696969;
    height: 34px;
    line-height: 34px;
    font-size: 19px;
    text-align: center;
}
.bannerLkUl li.bannerLkLi2 a {
    background-position: 136px -238px;
}
.bannerLkUl li.bannerLkLi3 a {
    background-position: 136px -358px;
}
.bannerLkUl li.bannerLkLi4 a {
    background-position: 136px -478px;
}
.bannerLkUl li.curLi {
    box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.1);
}
.bannerLkBox{background:#f6f6f6}
.zjfw_map_m{
	width:750px;
	margin:auto;
	border: 1px solid #F17E2D;
	margin-bottom: 60px;
}
.zjfw_map_m img{width:100%;height:auto;}
.flowLay {
    background: url(../images/flowLay.png) no-repeat center;
    height: auto;
    overflow: hidden;
    background-size: 100% 100%;
	padding: 40px 0px;
}
.flowList .flowIcon01 {
    float: left;
    padding: 42px 30px 0;
    background: url(../images/flowLine.png) no-repeat 95px 70px;
}
.flowList .flowIcon02 {
    float: left;
    padding: 42px 15px 0 0;
    background: url(../images/flowLine.png) no-repeat 252px 70px;
}
.flowList .flowIcon03 {
    float: left;
    padding: 42px 45px 0 0;
    background: url(../images/flowLine.png) no-repeat 163px 70px;
}
.flowList .flowIcon04 {
    float: left;
    padding: 42px 115px 0 0;
    background: url(../images/flowLine.png) no-repeat 182px 70px;
}
.flowList .flowIcon05 {
    float: left;
    padding: 42px 40px 0;
    background: url(../images/flowLine.png) no-repeat -155px 70px;
}
.flowList .flowIcon06 {
    float: left;
    padding: 42px 30px 0;
    background: url(../images/flowLine.png) no-repeat 95px 70px;
}
.flowList .flowIcon07 {
    float: left;
    padding: 42px 35px 0 0;
    background: url(../images/flowLine.png) no-repeat 213px 70px;
}
.flowList .flowIcon08 {
    float: left;
    padding: 42px 90px 0 0;
    background: url(../images/flowLine.png) no-repeat 138px 70px;
}
.flowList .flowIcon09 {
    float: left;
    padding: 42px 140px 0 0;
    background: url(../images/flowLine.png) no-repeat 155px 70px;
}
.flowList .flowIcon10 {
    float: left;
    padding: 42px 30px 0;
    background: url(../images/flowLine.png) no-repeat -170px 70px;
}
.flowList em{font-style: normal;}
.flowList .flowIcon01 em {
    font-size: 18px;
    color: #fffefe;
    display: block;
    padding-top: 77px;
    background: url(../images/flowBg01.png) no-repeat 10px 0px;
}
.flowList .flowIcon02 span {
    display: block;
    padding-left: 175px;
    background: url(../images/flowLine.png) no-repeat -8px 28px;
}
.flowList .flowIcon02 em {
    font-size: 18px;
    color: #fffefe;
    display: block;
    padding-top: 77px;
    background: url(../images/flowBg02.png) no-repeat center 0;
}
.flowList .flowIcon03 span {
    display: block;
    padding-left: 128px;
    background: url(../images/flowLine.png) no-repeat -55px 28px;
}
.flowList .flowIcon03 em {
    font-size: 18px;
    color: #fffefe;
    display: block;
    padding-top: 77px;
    background: url(../images/flowBg03.png) no-repeat center 0;
}
.flowList .flowIcon04 span {
    display: block;
    padding-left: 105px;
    background: url(../images/flowLine.png) no-repeat -76px 28px;
}
.flowList .flowIcon04 em {
    font-size: 18px;
    color: #fffefe;
    display: block;
    padding-top: 77px;
    background: url(../images/flowBg04.png) no-repeat center 0;
}
.flowList .flowIcon05 em {
    font-size: 18px;
    color: #fffefe;
    display: block;
    padding-top: 77px;
    background: url(../images/flowBg05.png) no-repeat center 0;
}
.flowList{overflow:hidden;}
.flowList .flowIcon06 em {
    font-size: 18px;
    color: #fffefe;
    display: block;
    padding-top: 77px;
    background: url(../images/flowBg01.png) no-repeat 10px 0px;
}
.flowList .flowIcon07 span {
    display: block;
    padding-left: 94px;
    background: url(../images/flowLine.png) no-repeat -42px 28px;
}
.flowList .flowIcon07 em {
    font-size: 18px;
    color: #fffefe;
    display: block;
    padding-top: 77px;
    background: url(../images/flowBg02.png) no-repeat center 0;
}
.flowList .flowIcon08 span {
    display: block;
    padding-left: 80px;
    background: url(../images/flowLine.png) no-repeat -120px 28px;
}
.flowList .flowIcon08 em {
    font-size: 18px;
    color: #fffefe;
    display: block;
    padding-top: 77px;
    background: url(../images/flowBg03.png) no-repeat center 0;
}
.flowList .flowIcon09 span {
    display: block;
    padding-left: 80px;
    background: url(../images/flowLine.png) no-repeat -100px 28px;
}
.flowList .flowIcon09 em {
    font-size: 18px;
    color: #fffefe;
    display: block;
    padding-top: 77px;
    background: url(../images/flowBg04.png) no-repeat center 0;
}
.flowList .flowIcon10 em {
    font-size: 18px;
    color: #fffefe;
    display: block;
    padding-top: 77px;
    background: url(../images/flowBg05.png) no-repeat center 0;
}

.c_banner form{
	position:absolute;
	width:1000px;
	height:90px;
	top: 70%;
    margin: auto;
    left: 0px;
    right: 0px;
	background:#fff;
}
.c_banner form ul li{
	float:left;
	width:25%;
	height:90px;
	position:relative;
	padding:15px 20px 0px 20px;
	border-left:1px solid #ccc;
}
.c_banner form ul li:last-child{
	padding:0px;
}
.c_banner form ul li .submita{
	width:100%;
	height:100%;
	background:#F17E2D;
	color:#fff;
	border:none;
	font-size: 16px;
	cursor:pointer;
}
.c_banner form ul li  i{
	position:absolute;
	width: 30px;
    height: 30px;
    display: block;
	background:url(../images/sousuo.png)no-repeat;
	background-size:100% 100%;
	top: 25px;
    left: 55px;
}
.c_banner form ul li  p{
	color: #000;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 5px;
	text-align: left;
}
.c_banner form ul li input{
	width:100%;
	height:35px;
	line-height:35px;
	color: #636363;
}
.c_banner form ul li:nth-child(3) input{
	text-indent:1em;
}
.c_banner form ul li  img{
	width:22px;
	height:22px;
}
.c_banner form ul li  span{
	height:35px;
	line-height:35px;
	display:inline-block;
	color:#636363;
}
.sharerent-ul li {
    margin: 30px 32px 0 0;
    width: 276px;
	background-color: #fff;
	box-sizing: border-box;
	transition: all .3s;
}
.sharerent-ul .imgdiv {
    height: 208px;
	overflow: hidden;
	position: relative;
}
.imgdiv > a {
    display: block;
    width: 100%;
    height: 100%;
}
.sharerent-ul li img {
    width: 276px;
	height: 208px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .5s;
}
.sharerent-ul li:nth-child(4n) {
    margin-right: 0;
}
.sharerent-ul li:hover img {
    transform: scale(1.1);
}
.gyjd-fxjs{
	padding-bottom: 40px;
}
.Lovh .swiper-container{
	padding-top:0px;
	height:auto;
}
.Lovh .swiper-container-horizontal>.swiper-pagination-bullets,.Lovh .swiper-pagination-custom, .swiper-pagination-fraction{
	 bottom: 20px;
}
.Lovh .swiper-pagination-bullet-active {
    background: #F17E2D;
    width: 45px;
    border-radius: 4px;
}
.index_all{font-size:28px;margin:40px 0;color: #1E3434;text-align:center;font-weight:normal}
.service{height:170px;margin-bottom:40px;}
.service-w li{padding:0 10px;float:left;}
.featured-box{background:#e6e6e6;width:380px;height:161px;padding:20px;color: #4B5C5C;}
.featured-box img{float:left;width:60px;height:60px;}
.featured-box:hover{background:#424242;color:#fff;}
.featured-box .text{width:230px;float:right}
.featured-box h3{margin:0 0 5px 0;font-size:20px;border:0;font-weight:bold;}
.featured-box p{font-size:14px;}
.featured-box:hover h3{
    color: #fff;
}
.ab_map_b {
    width: 100%;
    height: 391px;
    position: relative;
    margin-bottom: 2rem;
}
.ab_map_b dl {
    width: 28%;
    box-shadow: 0 0 16px rgba(0,0,0,.25);
    padding: 1.25rem;
    height: auto;
    background: #fff;
    position: absolute;
    left: 0px;
    z-index: 222;
    margin: auto;
    right: 0px;
    top: 65px;
    right: 0px;
}
.ab_map_b h2{
    font-size: 100%;
    color: #333;
    font-weight: normal;
}
.ab_map_b dl small {
    margin-left: .5rem;
    font-size: .75rem;
    color: #F1F3F5;
}
.ab_map_b dl h3 {
    font-size: 1rem;
    font-weight: 300;
    line-height: 40px;
}
.ab_map_b dl p {
    font-weight: 300;
    color: #868e96;
    line-height: 30px;
}
.ab_map_b dl p i {
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 5px;
}
.ab_map_b dl p i img {
    width: 100%;
}

/* 分页样式 */
.frontier-paging { margin-top: 32px;     float: right;}
.frontier-paging ul { display: inline-block; vertical-align: bottom; width:100% !important;}
.frontier-paging ul span, 
.frontier-paging ul a { display: block; float: left; margin: auto 2px; padding: 4px 12px; background: #FFF; 
box-shadow: 0 0 8px rgba(0,0,0,0.07); border-radius: 2px; font-size: 14px; color: #999; }
.frontier-paging ul a.page-num-current,
.frontier-paging ul a:hover { background: #F17E2D; color: #FFF; }