body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
p,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: "microsoft yahei", arial;
	position: relative;
	color: #333333;
	min-width: 1300px;
}

img {
	vertical-align: middle;
	border: 0;
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

em,
i {
	font-style: normal;
}

a {
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

li {
	list-style: none;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0px;
}

.clearfix:after {
	clear: both;
}

.w {
	width: 1300px;
	margin: auto;
}
.mb10{
    margin-bottom:10px;
}
.none {
	display: none;
}

.search-ms {
	display: none;
}

.search-form {
	background-color: #f2f2f2;
	padding: 6px 10px 8px;
	position: relative;
	overflow: hidden
}

.search-form input {
	border: 0;
	width: 100%;
	padding: 9px 10px;
	font-size: 13px;
	box-sizing: border-box;
}

.search-form button {
	border: 0;
	position: absolute;
	right: 10px;
	top: 6px;
	width: 34px;
	height: 34px;
	color: #aaa;
	background: none
}

.search-form button i {
	font-size: 2rem
}


.phoneNav a:hover,
.iphone-menu ul li a:hover {
	text-decoration: none;
}

.header .nav-bar {
	position: relative;
	width: 32px;
	height: 24px;
	float: right;
	margin-top: 12px;
	display: none;
}

.header .nav-bar .line {
	display: block;
	position: absolute;
	left: 0;
	height: 4px;
	width: 100%;
	background-color: #1d55b1;
	border-radius: 2px;
	transition: .23s .32s ease-in-out, background-color .35s, transform .32s;
	-webkit-transition: .23s .32s ease-in-out, background-color .35s, transform .32s;
}

.header .nav-bar .line.top-line {
	top: 0;
}

.header .nav-bar .line.middle-line {
	top: 10px;
}

.header .nav-bar .line.bottom-line {
	bottom: 0;
}

.header .nav-bar.active .line.top-line {
	top: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: .23s ease-in-out, transform .32s .23s;
	-webkit-transition: .23s ease-in-out, transform .32s .23s;
}

.header .nav-bar.active .line.middle-line {
	opacity: 0;
	transition: 0.2s ease-in-out;
}

.header .nav-bar.active .line.bottom-line {
	bottom: 10px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: .23s ease-in-out, transform .32s .23s;
	-webkit-transition: .23s ease-in-out, transform .32s .23s;
}

/*头部*/
/* header */
.header-logo {
	height: 85px;
}

.header .logo {
	margin-top: 10px;
}

.header .logo img {
	width:562px;
	height:60px;
}

.header .search {
	width: 200px;
	height: 40px;
	border: 1px solid #dddddd;
	border-radius: 20px;
	margin-top: 20px;
	position: relative;
	margin-right: 40px;
}

.header .search input {
	width: 140px;
	height: 35px;
	margin-top: 2px;
	padding-left: 15px;
	border: none;
	background: none;
}

.header .search input:focus {
	outline: none;
}

 .header-nav-list li:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
.nav-second {
	position: absolute;
	width: 100%;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9;
	display: none;
}

.nav-second li {
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	
	border-bottom: 1px solid #b1b1b1;
	font-family: PingFang-SC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	
	cursor: pointer;
}

.nav-second li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	transition: .3s;
}

.nav-second li a:hover {
	background-color: #c71c24;
}

.header .search img {
	position: absolute;
	right: 15px;
	top: 10px;
	cursor: pointer;
}

.header-nav {
	background: #0f387c;
}
.header-nav-list{
    display: flex;
    justify-content: space-between;
}
.header-nav-list>li {
	width: 160px;
	float: left;
	text-align: center;
	position: relative;
}

.header-nav-list>li.on::before {
	content: "";
	width: 120px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 11px;
	background: #fff;
}



.header-nav-list>li:last-child::after {
	display: none;
}

.header-nav-list>li>a {
	color: #fff;
	display: block;
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
}

/* header--end */

/*ui*/


.nav_ico {
	cursor: pointer;
	float: right;
	display: none;
	margin-top: 26px;
	margin-right: 5px;
}
.nav dl dd .nav_two {
	position: absolute;
	left: -17px;
	top: 46px;
	z-index: 11;
	padding-top: 26px;
	visibility: hidden;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
		transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
	opacity: 0;
}
.nav dl dd .nav_two li {
	background: #fff;
	background: rgba(0,0,0,0.8);
}
.nav dl dd .nav_two li a {
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	width: 123px;
}
/* .nav dl dd .nav_two li a:hover{ color: #1d55b1; } */
.nav dl dd:hover .nav_two {
   opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
/*display: block;*/
}
.navLi-en {
	margin: 0px 18px;
}
.header_div {
	padding-top: 48px;
	padding-right: 10%;
	position: relative;
}
.Language {
	font-size: 16px;
	margin-right: 70px;
	display: inline-block;
}
.search {
	display: inline-block;
	vertical-align: top;
}
.search_div {
	position: absolute;
	top: 120px;
	left: -90%;
	z-index: 22;
	padding: 20px 20px;
	background-color: #f2efef;
	border-color: #dcdadb;
	display: none;
}
.s_text {
	height: 28px;
	line-height: 28px;
	border: 1px solid #ccc;
	padding: 5px 0px 5px 10px;
	width: 118px;
	float: left;
	background: #fff;
}
.s_sub {
	font-size: 12px;
	color: #000;
	width: 40px;
	float: left;
	margin-left: -1px;
	height: 28px;
	line-height: 28px;
	background: #fff url(../img/search_img.jpg) no-repeat center center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #fff;
}
.focus {
	width: 100%; /*height:100%;*/
	position: relative;
	overflow: hidden;
}
.focus .hd {
	width: 100%;
	height: 11px;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	text-align: center;
}
.focus .hd ul {
	display: inline-block;
	height: 5px;
	padding: 3px 5px;
}
.focus .hd ul li {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
	margin: 0 5px;
	vertical-align: top;
	overflow: hidden;
	cursor: pointer;
	border-radius: 50%;
	text-indent: 2em;
}
.focus .hd ul .on {
	background: #d70029;
	opacity: 1;
	filter: alpha(opacity=100);
}
.focus .bd ul {
	width: 100%;
}
.focus .bd {
	position: relative;
	z-index: 1;
}
.focus .bd li {
	width: 100%;
}
.focus .bd li img {
	width: 100%;
}
.ct_title {
	padding-top: 35px;
	padding-bottom: 35px;
	background: url(../img/ct_title.png) no-repeat bottom center;
	margin-bottom: 30px;
}
.ct_title h5 {
	font-size: 39px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.intr {
	padding-bottom: 40px;
}
.intr_img img {
	width: 100%;
}
.intr_text {
	padding: 0px 30px;
}
.intr_text h5 {
	font-size: 35px;
}
.intr_text h5 img {
	width: 100%;
}
.intr_text p {
	font-size: 14px;
	color: #666666;
	padding: 35px 10px;
}
.intr_text a {
	font-size: 14px;
	color: #666666;
	width: 122px;
	height: 38px;
	line-height: 38px;
	display: block;
	border: 1px solid #dcdcdc;
	text-align: center;
	margin-top: 15px;
	margin-left: 10px;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
}
.intr_text a:hover {
	background: #1d55b1;
	color: #fff;
}
.pr {
	position: relative;
}
.product_div {
	position: relative;
	width: 1300px;
	height: 349px;
	overflow: hidden;
	margin-bottom: 30px;
}
.product_div dl dd {
	float: left;
	width: 360px;
	margin-right: 50px;
}
.product_div dl {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 12000px;
}
.product_div dl dd p img {
	width: 100%;
	height: 280px;
}
.product_div dl dd a {
	font-size: 18px;
	color: #666666;
	display: block;
	text-align: center;
	padding-top: 8px;
}
#left_obtn {
	position: absolute;
	left: -40px;
	top: 48%;
}
#right_obtn {
	position: absolute;
	right: -40px;
	top: 48%;
}
.pt figure p {
	padding: 0px 25px;
}
.pt figure p img {
	width: 100%;
}
.pt figure a {
	font-size: 18px;
	color: #666666;
	display: block;
	text-align: center;
	padding: 0px 25px;
	height: 20px;
	line-height: 20px;
	margin: 25px 0px 35px 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_tit {
	font-size: 24px;
	color: #666666;
	padding-bottom: 16px;
}
.ns1 {
	padding-top: 4px;
}
.ns1 dl dd {
	padding-bottom: 18px;
}
.ns1_lt {
	width: 57px;
	height: 60px;
	background: #a4a4a4;
}
.ns1_lt h5 {
	font-size: 26px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.ns1_lt span {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #fff;
}
.ns1_rt {
	padding-left: 15px;
	width: 80%;
}
.ns1_rt h5 {
	font-size: 14px;
	font-weight: bold;
}
.ns1_rt p {
	font-size: 14px;
	color: #666666;
}
.ns2 {
	width: 100%;
}
.ns2 p img {
	width: 100%;
}
.ns2 dl {
	padding-top: 5px;
}
.ns2 dl dd {
	line-height: 30px;
}
.ns2 dl dd a {
	font-size: 16px;
	color: #666666;
	display: block;
	float: left;
}
.ns2 dl dd a:hover {
	color: #c02;
}
.ns2 dl dd span {
	font-size: 14px;
	color: #666666;
	float: right;
}
.news_r {
	padding: 0px 10px;
}
.news_r2 {
	padding: 0px 10px;
}
.news_r3 {
	padding: 0px 10px;
}
/*.news{ padding-bottom: 45px; }*/

.foot_nav {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 16px;
}
.ft_dl {
	float: left;
	width: 120px; /*padding: 0px 24px; */
}
.ft_dl dt {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
.ft_dl dd {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 134px;
}
.ft_dl dd a {
	font-size: 13px;
}
.ft_dl dd a:hover {
	color: #c02;
}
.ft1, .ft2 {
	padding-left: 4px;
}
.ft1 h5, .ft2 h5 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 14px;
}
.ft2.fl {
	margin-left: 385px;
}
.ft_rt {
	padding-left: 6px;
	padding-top: 28px;
}
.ft_rt p {
	font-size: 13px;
	padding-bottom: 5px;
}
.ft_rt p span {
	margin-left: 4px;
}
.footer {
	padding: 0px 84px 20px 84px;
}
.footer dl {
	padding-bottom: 3px;
}
.footer dl dt {
	font-size: 14px;
	font-weight: bold;
	float: left;
	height: 24px;
	line-height: 24px;
}
.footer dl dd {
	float: left;
	height: 24px;
	line-height: 24px;
}
.footer dl dd a {
	font-size: 12px;
}
.footer dl dd span {
	font-size: 12px;
	margin: 0px 10px 0px 9px;
}
.footer p {
	text-align: center;
	line-height: 24px;
}
.sd_ad img {
	width: 100%;
	object-fit:cover;
	height:320px;
}

.banner{
    height:320px;
}
.banner_ad .sd_ad img {
        margin-top: 0px;
}
.tit {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #666666;
}
.tit span {
	color: #1d55b1;
}
.left_sider {
	width: 200px;
	float: left;
}
.sider_tit {
	position: relative;
	font-size: 39px;
	color: #fff;
	width: 200px;
	background: #1d55b1;
	height: 58px;
	line-height: 54px;
	text-align: center;
	margin-bottom: 25px;
	cursor: pointer;
}
.sider_tit img {
	position: absolute;
	left: 89px;
	top: 58px;
	width: 22px;
	height: 11px;
	display: block;
}
.sider_dl {
	width: 100%;
}
.sider_dl dd {
	height: 50px;
	line-height: 50px;
	margin-bottom: 2px;
}
.sider_dl dd a {
	font-size: 20px;
	color: #333333;
	display: block;
	padding-left: 30px;
	background: #f2f2f2;
}
.sider_dl .s_active a, .sider_dl dd a:hover {
	padding-left: 20px;
	border-left: 10px solid #1d55b1;
	background: #727071 url(../img/sider_ico.png) no-repeat 162px center;
	color: #fff;
}
.rt_all {
	width: 81%;
	float: right;
}
.all_tit {
	position: relative;
	height: 82px;
	padding-top: 27px;
}
.all_tit span {
	position: absolute;
	left: 0px;
	top: 12px;
	font-size: 32px;
	color: #1d55b1;
	display: block;
	height: 30px;
	line-height: 30px;
	background: #f6f6f6;
	padding-right: 5px;
}
.all_tit p {
	width: 100%;
	overflow: hidden;
	height: 1px;
	background: #d6d6d6;
}
.display {
	padding-bottom: 40px;
}
.display dd {
	float: left;
	width: 50%;
	cursor: pointer;
}
.display dd .thumb {
	overflow: hidden;
}
.display dd p img {
	width: 100%;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
}
.display dd .title {
	display: block;
	text-align: center;
	padding: 14px 0 33px 0;
}
.display dd .title a {
	font-size: 18px;
	color: #666666;
}
.r_p30 {
	padding-right: 30px;
}
.l_p30 {
	padding-left: 30px;
}
.display dd:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.news-l{
	width: 59%;
	height: 440px;
	padding:10px;
}
.news-r{
	width: 39%;
	padding:10px;
}
.news-l .swiper-slide img{
	width: 100%;
	height: 440px;
}
.news-l .swiper-slide{
	position: relative;
}
.news-l .swiper-slide .text{
	position: absolute;
	    width: 100%;
	    bottom: 0;
	    left: 0;
	    background: rgba(0,0,0,.6);
	    padding-top: 10px;
	    padding-bottom: 10px;
}
.news-l .swiper-slide .text dl{
	width: 95%;
	margin: auto;
}
.news-l .swiper-slide .text dl dt{
	color: #fff;
	    font-size: 16px;
	    margin-bottom: 5px;
	    width: 100%;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    font-weight: normal !important;
}
.news-l .swiper-slide .text dl dd{
	color: #fff;
	font-size: 14px;
}
.news-l .swiper-container-horizontal>.swiper-pagination-bullets{
	    bottom: 18px;
	    right: 30px;
	    text-align: right;
	    width: 95%;
	    margin: auto;
}
.news-l .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}
.news-l  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 4px;
}

.news-r .title ul{
	border-bottom: 4px solid #ececec;
}
.news-r .title{
	position: relative;
}
.news-r .title>a{
	position: absolute;
	right: 10px;
	top: 10px;
	color: #a2a2a2;
}
.news-r .title>a:hover{
	color: #1d55b1;
}
.news-r .title>a img{
	position: relative;
	    top: -1px;
	    left: 2px;
}
.news-r .title ul li{
	width: 145px;
	height: 45px;
	line-height: 35px;
	float: left;
	font-size: 24px;
	color: #a2a2a2;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.news-r .title ul li.on{
	color: #0f387c;
	font-weight: bold;
}
.news-r .title ul li.on::before{
	content: "";
	width:100%;
	height: 4px;
	background: #0f387c;
	position: absolute;
	left: 0;
	bottom: -4px;
}
.news-r .title ul li:first-child::after{
	/* content: "";
	width: 1px;
	height: 20px;
	background: #ececec;
	position: absolute;
	right: 0;
	top: 13px; */
}
.part1-news-item .top{
	margin: 15px 0;
}
.part1-news-item .top>a{
	color: #333;
}
.item-list.pc{
		display: block;
	}
	.item-list.ms{
		display: none;
	}
.part1-news-item .top dt{
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
}
.part1-news-item .top dd{
	color: #bebebe;
	font-size: 14px;
	display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
}
.part1-news-item .top dt:hover{
	color: #1d55b1;
}
.part1-news-item .top dd:hover{
	color: #1d55b1;
}
.banners{
	margin-bottom: 30px;
}
.banners img{
	width: 100%;
}
.part1-news-item .top dt span{
	font-size: 20px;
	color: #fff;
	background: #ff0000;
	display: inline-block;
	width: 55px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	margin-right: 10px;
}
.part1-news-item ul li{
	margin-bottom: 10px;
	    position: relative;
}
.part1-news-item ul li img{
	position: relative;
	    top: -8px;
}
.part1-news-item ul li a {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    width: calc(100% - 110px);
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 10px;
}
.part1-news-item ul li a:hover{
	color: #1d55b1;
}
.part1-news-item ul li span{
	font-size: 16px;
	color: #bebebe;
	position: absolute;
	right: 0;
	top: 2px;
}

.more {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #f2f2f2;
	font-size: 20px;
	color: #333333;
	display: block;
	text-align: center;
	transition: all 1s;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}
.more:hover {
	background: #fff;
	color: #1d55b1;
}
.dy_side {
	position: relative;
	margin-bottom: 30px;
}
.dy_img img {
	display: none;
	width: 100%;
}
.dy_ul {
	position: absolute;
	right: 16px;
	bottom: 18px;
}
.dy_ul .dy_active {
	color: #fff;
	background: #1d55b1;
	opacity: 1;
	filter: alpha(opacity=100);
}
.dy_ul li {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #fff;
	opacity: 0.6;
	filter: alpha(opacity=60);
	float: left;
	cursor: pointer;
	margin-right: 5px;
}
.dy_tl {
	border-bottom: 2px solid #1d55b1;
}
.dy_tl h5 {
	float: left;
	width: 160px;
	height: 48px;
	line-height: 48px;
	background: #1d55b1;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.dyt_h5 {
	font-size: 18px;
	color: #999999;
	padding: 28px 0px 16px 0px;
}
.dyt_p {
	font-size: 15px;
	color: #999999;
}
.dy_table {
	width: 100%;
	margin: 20px 0px 30px 0px;
}
.dy_table tr th {
	width: 17%;
	padding-right: 1%;
	border: 1px solid #9a9a9a;
	height: 31px;
	line-height: 31px;
	text-align: right;
}
.dy_table tr td {
	width: 82%;
	border: 1px solid #9a9a9a;
	height: 31px;
	line-height: 31px;
}
.cases {
}
.cases h5 {
	font-size: 20px;
	color: #333333;
	height: 50px;
	line-height: 50px;
	background: #f2f2f2;
	padding-left: 20px;
	margin-bottom: 28px;
}
.cases_list {
}
.cases_list li {
	float: left;
	padding: 0px 14px 36px 14px;
}
.cases_list li p img {
	width: 100%;
}
.cases_list li a {
	font-size: 15px;
	color: #666666;
	display: block;
	text-align: center;
	padding-top: 12px;
}
.sider_dl2 {
	width: 100%;
}
.sider_dl2 dd {
	line-height: 50px;
	margin-bottom: 2px;
	position: relative;
}
.sider_dl2 dd a {
	font-size: 20px;
	color: #333333;
	display: block;
	padding-left: 30px;
	background: #f2f2f2;
}
.sider_dl2 .s_active i {
	background: url(../img/sider_ico.png) no-repeat;
	display: block;
	width: 10px;
	height: 11px;
	position: absolute;
	right: 18px;
	top: 20px;
	z-index: 11;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
.sider_dl2 .s_active a {
	padding-left: 20px;
	border-left: 10px solid #d71634;
	background: #727071;
	color: #fff;
}
.s_two {
	background: #fff;
	display: none;
}
.s_two ul li {
	height: 43px;
	line-height: 43px;
	padding-left: 30px;
	background: url(../img/two_ico.jpg) no-repeat 10px center;
	border-bottom: 1px solid #c9c9c9;
}
.s_two ul li a {
	font-size: 16px;
	color: #333333;
}
.pt_ds img {
	margin: 0 auto;
	width: 100%;
}
#product_small {
	width: 415px;
	margin: 14px auto 0px auto;
	position: relative;
	overflow: hidden;
	height: 75px;
}
#product_small ul {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 10000px;
}
#product_small ul li {
	float: left;
	cursor: pointer;
	background: #fff;
	margin-right: 5px;
}
#lt_obt {
	width: 14px;
	height: 18px;
	display: block;
	position: absolute;
	left: 10px;
	bottom: 32px;
	z-index: 11111111;
}
#rt_obt {
	width: 14px;
	height: 18px;
	display: block;
	position: absolute;
	right: 10px;
	bottom: 32px;
	z-index: 11111111;
}
.ds_lt {
	width: 20px;
	height: 37px;
	background: url(../img/newsl_ico.png) no-repeat;
	display: block;
	position: absolute;
	left: 8px;
	top: 30%;
	display: none;
}
.ds_rt {
	width: 20px;
	height: 37px;
	background: url(../img/newsr_ico.png) no-repeat;
	display: block;
	position: absolute;
	right: 8px;
	top: 30%;
	display: none;
}
.pt_lunbo figure {
	margin-bottom: 28px;
}
.pt_table {
	width: 100%;
}
.pt_table tr {
	vertical-align: top;
}
.pt_table tr th {
	font-size: 16px;
	color: #333333;
	width: 16%;
	text-align: right;
	padding-top: 12px;
}
.pt_table tr td {
	font-size: 16px;
	color: #333333;
	width: 65%;
	padding-top: 12px;
}
.ptdl {
	border-bottom: 2px solid #1d55b1;
}
.ptdl dd {
	float: left;
	width: 160px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	margin-right: 2px;
}
.ptdl dd a {
	font-size: 20px;
	color: #333333;
	display: block;
	background: #f2f2f2;
}
.ptdl .pt_active a {
	background: #1d55b1;
	color: #fff;
	border-bottom: 2px solid #1d55b1;
}
.product_text {
	padding: 16px 0px 5px 0px;
}
.pttext {
	display: none;
}
.pttext p {
	color: #666666;
}
.pttext img {
	margin-bottom: 6px;
	width: 100%;
	max-height: 580px;
}
.message {
	padding-bottom: 35px;
}
.message table {
	width: 100%;
}
.message table tr th {
	width: 33%;
	text-align: right;
}
.message table tr th label {
	font-size: 14px;
	color: #666666;
	padding-right: 10px;
}
.message table tr td {
	width: 67%;
	padding: 9px 0px;
}
.meinput {
	height: 38px;
	line-height: 38px;
	border: 1px solid #cdcdcd;
	width: 370px;
}
.mess_sub {
	width: 200px;
	height: 50px;
	line-height: 50px;
	background: #f2f2f2;
	color: #333333;
	font-size: 20px;
	border: none;
}
.yzm {
	width: 280px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #cdcdcd;
}
.yzm_img {
	display: inline-block;
	margin-left: 15px;
}
.news_list {
	padding-bottom: 40px;
}
.news_list ul li {
	padding-bottom: 40px;
}
.newslist_lt {
	width: 214px;
}
.newslist_lt img {
   
    width: 215px;
    height: 150px;
}
.newslist_fr {
	width: 800px;
}
.news_list_tit {
	padding-top: 4px;
}
.news_list_tit h5 {
	float: left;
	font-size: 20px;
	color: #111111;
		line-height: 25px;
}
.news_list_tit span {
	float: right;
	font-size: 16px;
	color: #333333;
}
.news_list_text {
	font-size: 15px;
	color: #999;
	line-height: 24px;
	padding: 10px 0px;
}
.news_more {
	display: block;
	width: 106px;
	height: 32px;
	line-height: 32px;
	background: #1d55b1;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: -20px;
	float:right;
}
.ns_ds_title {
	font-size: 20px;
	color: #333333;
	text-align: center;
}
.news_details p {
	font-size: 14px;
	color: #333333;
	line-height: 26px;
}
.news_details .font15 {
	font-size: 15px;
}
.news_ds_ul {
	line-height: 68px;
	border-top: 1px solid #f2f2f2;
}
.news_ds_ul li {
	float: left;
	width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_ds_ul li a {
	color: #333333;
	font-size: 15px;
}
.news_ds_ul span a {
	font-size: 16px !important;
}
.news_all_tit {
	height: 40px;
	line-height: 40px;
	margin-bottom: 6px;
}
.news_all_tit h5 {
	font-size: 24px;
	color: #666666;
	float: left;
}
.news_all_tit a {
	font-size: 16px;
	color: #666666;
	float: right;
}
.news_all_img img {
	width: 100%;
}
.news_all .pr30 {
	padding-right: 30px;
}
.news_all .pl30 {
	padding-left: 30px;
}
.news_all dl dd {
	padding-bottom: 25px;
}
.news_all_uls {
	padding-top: 10px;
}
.news_all_uls li {
	line-height: 30px;
}
.news_all_uls li a {
	display: block;
	float: left;
	font-size: 14px;
	color: #666666;
	background: url(../img/news_all_ico.jpg) no-repeat left center;
	padding-left: 9px;
}
.news_all_uls li span {
	float: right;
	font-size: 14px;
	color: #666666;
}
.introd p {
	color: #666666;
	line-height: 24px;
}
.introd img, .news_details img {
	max-width: 100%;
	height: auto !important;
}
.top_bar {
	position: fixed;
	z-index: 900;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: 130px;
	font-family: Helvetica, Tahoma, Arial, Microsoft YaHei, sans-serif;
	display: none;
}
.top_menu {
	display: -webkit-box;
	border-top: 1px solid #3D3D46;
	display: block;
	width: 100%;
	background: rgba(255, 255, 255, 0.7);
	height: 50px;
	display: -webkit-box;
	display: box;
	margin: 0;
	padding: 0;
	-webkit-box-orient: horizontal;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#524945), to(#48403c), color-stop(60%, #524945));
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
	background: url(../img/bg_1.png) repeat-x;
}
.top_bar .top_menu>li.home2 {
	max-width: 70px;
}
.top_bar .top_menu>li {
	-webkit-box-flex: 1;
	position: relative;
	text-align: center;
}
.top_menu li:first-child {
	background: none;
}
.top_bar .top_menu>li {
	float: left;
	width: 25%;
}
.top_bar .top_menu>li.home2 a {
	height: 60px;
	width: 60px;
	margin: auto;
	border-radius: 60px;
	position: relative;
	top: -20px;
	background: url(../img/common_00.png) no-repeat center center;
	background-size: 100% 100%;
}
.top_bar .top_menu>li>a {
	height: 48px;
	margin-right: 1px;
	display: block;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	-webkit-box-flex: 1;
}
.top_bar .top_menu>li>a label {
	overflow: hidden;
	margin: 3px 0 0 0;
	font-size: 12px;
	display: block !important;
	line-height: 18px;
	text-align: center;
}
.top_bar .top_menu>li>a img {
	padding: 3px 0 0 0;
	border: 0;
	height: 22px;
	width: 22px;
	color: #fff;
	line-height: 48px;
	vertical-align: middle;
}
.top_bar .top_menu>li>a img.imgkbottom {
	width: 22px;
	height: 22px;
}
.top_bar .top_menu>li>a img {
	padding: 3px 0 0 0;
	border: 0;
	color: #fff;
	line-height: 48px;
	vertical-align: middle;
}
.rides-cs {
	font-size: 12px;
	background: #1d55b1;
	position: fixed;
	top: 250px;
	right: 0px;
	_position: absolute;
	z-index: 1500;
	border-radius: 6px 0px 0 6px;
}
.rides-cs a {
	color: #00A0E9;
}
.rides-cs a:hover {
	color: #ff8100;
	text-decoration: none;
}
.rides-cs .floatL {
	width: 36px;
	float: left;
	position: relative;
	z-index: 1;
	margin-top: 21px;
	height: 181px;
}
.rides-cs .floatL a {
	font-size: 0;
	text-indent: -999em;
	display: block;
}
.rides-cs .floatR {
	width: 130px;
	float: left;
	padding: 5px;
	overflow: hidden;
}
.rides-cs .floatR .cn {
	background: #F7F7F7;
	border-radius: 6px;
	margin-top: 4px;
}
.rides-cs .cn .titZx {
	font-size: 12px;
	color: #333;
	font-weight: 600;
	line-height: 24px;
	padding: 5px;
	text-align: center;
}
.rides-cs .cn ul {
	padding: 0px;
}
.rides-cs .cn ul li {
	line-height: 38px;
	height: 38px;
	border-bottom: solid 1px #E6E4E4;
	overflow: hidden;
	text-align: left;
}
.rides-cs .cn ul li span {
	color: #777;
}
.rides-cs .cn ul li a {
	color: #777;
}
.rides-cs .cn ul li img {
	vertical-align: middle;
}
.rides-cs .btnOpen, .rides-cs .btnCtn {
	position: relative;
	z-index: 9;
	top: 25px;
	left: 0;
	background-image: url(../img/lanrenzhijia.png);
	background-repeat: no-repeat;
	display: block;
	height: 146px;
	padding: 8px;
}
.rides-cs .btnOpen {
	background-position: 0 0;
}
.rides-cs .btnCtn {
	background-position: -37px 0;
}
.rides-cs ul li.top {
	border-bottom: solid #ACE5F9 1px;
}
.rides-cs ul li.bot {
	border-bottom: none;
}
@media (min-width:1200px) {
body {

}
}
@media (max-width:1400px) {
.nav {
	padding-left: 5%;
}
.nav dl dd {
	margin: 0px 14px;
}
.header_div {
	padding-right: 30px;
}
.Language {
	margin-right: 35px;
}
.search_div {
	top: 120px;
	left: -65px;
}
}
@media (max-width:1300px) {
.nav {
	padding-left: 4%;
}
.nav dl dd {
	margin: 0px 12px;
}
#left_obtn {
	left: 15px;
	top: 45%;
}
#right_obtn {
	right: 15px;
	top: 45%;
}
.left_sider {
	width: 190px;
}
.sider_tit {
	font-size: 36px;
	width: 190px;
}
}
@media (max-width:1200px) {
.nav {
	padding-left: 0px;
	padding-top: 40px;
}
.nav dl dd {
	margin: 0px 10px;
}
.header .logo {
	    width: 180px;
	    padding: 25px 0 15px 5%;
	        margin-left: 0;
}
.header .logo img {
	width: 79%;
}
.nav dl dd a {
	font-size: 14px;
	padding: 0px 10px 15px 10px;
}
.header_div {
	padding-top: 40px;
	padding-right: 25px;
}
.product_div {
	width: 786px;
	margin: 0 auto;
}
.ft_dl {
	padding: 0px 17px;
}
.ft1, .ft2 {
	padding: 0px 12px;
}
.search_div {
	top: 90px;
	left: -65px;
}
.rt_all {
	width: 76%;
}
.r_p30 {
	padding-right: 20px;
}
.l_p30 {
	padding-left: 20px;
}
.pt_table tr th {
	font-size: 18px;
	width: 45%;
	line-height: 38px;
}
.pt_table tr td {
	font-size: 18px;
	width: 55%;
	line-height: 38px;
}
.pt_lunbo figure {
	margin-bottom: 20px;
}
.pt_ds img {
	margin: 0 auto;
	width: 60%;
}
.newslist_lt {
	width: 190px;
}
.newslist_fr {
	width: 508px;
}
.news_list_tit h5 {
	font-size: 18px;

}
.news_list_tit span {
	font-size: 14px;
}
.news_list_text {
	font-size: 14px;
	line-height: 22px;
	padding: 6px 0px;
}
.news_more {
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin-top: 12px;
}
.news_all .pr30 {
	padding-right: 20px;
}
.news_all .pl30 {
	padding-left: 20px;
}
.news_all dl dd {
	padding-bottom: 20px;
}
.news_all_uls {
	padding-top: 6px;
}
.news_all_uls li {
	line-height: 28px;
}
.news_all_uls li a {
	font-size: 13px;
}
.news_all_uls li span {
	font-size: 13px;
}
body {
	/*padding-top: 122px;*/
}
}

@media (max-width:992px) {
.header .logo {
	width: 180px;
}
.nav {
	padding-top: 30px;
}
.nav dl .nav_active a, .nav dl dd a:hover {
	border-bottom: 2px solid #1d55b1;
}
.nav dl dd {
	margin: 0px 0px;
}
.header_div {
	padding-top: 30px;
	padding-right: 25px;
}
.Language {
	font-size: 14px;
	margin-right: 25px;
}
.product_div {
	width: 368px;
	margin-bottom: 20px;
	height: 329px;
}
.pt figure p {
	padding: 0px 15px;
}
.pt figure a {
	font-size: 20px;
	margin: 15px 0px 20px 0px;
}
.ns2 dl dd {
	line-height: 30px;
}
.ns2 dl {
	padding-top: 8px;
}
.ns2 dl dd a {
	font-size: 15px;
}
.ns2 dl dd span {
	font-size: 12px;
}
.news_r3 {
	padding-top: 20px;
}
.news {
	padding-bottom: 35px;
}
.ft_dl {
	padding: 0px 32px;
}
.ft1, .ft2 {
	padding: 20px 32px 0px 32px;
}
.search_div {
	top: 90px;
	left: -80px;
}
.s_text {
	width: 116px;
}
.left_sider {
	width: 170px;
}
.sider_tit {
	font-size: 30px;
	width: 170px;
	height: 48px;
	line-height: 48px;
	margin-bottom: 20px;
}
.sider_tit img {
	left: 74px;
	top: 48px;
}
.rt_all {
	width: 72%;
}
.r_p30 {
	padding-right: 10px;
}
.l_p30 {
	padding-left: 10px;
}
.display dd .title {
	font-size: 20px;
	padding: 12px 0px 20px 0px;
}
.sider_dl .s_active a, .sider_dl dd a:hover {
	background: #727071 url(../img/sider_ico.png) no-repeat 145px center;
	padding-left: 20px;
}
.all_tit {
	height: 68px;
	padding-top: 27px;
}
.all_tit span {
	font-size: 28px;
	top: 10px;
}
.cases_list li a {
	font-size: 14px;
	padding-top: 12px;
}
.cases_list li {
	padding: 0px 8px 26px 8px;
}
.cases h5 {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	padding-left: 16px;
	margin-bottom: 18px;
}
.dy_table {
	margin: 18px 0px 24px 0px;
}
.news_list {
	padding-bottom: 20px;
}
.news_list ul li {
	padding-bottom: 20px;
}
.newslist_lt {
	width: 150px;
}
.newslist_fr {
	width: 358px;
}
.news_list_tit {
	padding-top: 0px;
}
.news_list_tit h5 {
	font-size: 15px;
}
.news_list_tit span {
	font-size: 12px;
}
.news_list_text {
	font-size: 12px;
	line-height: 20px;
	padding: 4px 0px;
}
.news_more {
	width: 80px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	margin-top: 2px;
}
.ns_ds_title {
	font-size: 18px;
}
.news_details p {
	font-size: 13px;
	color: #333333;
	line-height: 24px;
}
.news_details .font15 {
	font-size: 13px;
}
.news_ds_ul {
	line-height: 28px;
	border-top: 1px solid #f2f2f2;
	padding: 10px 0px;
}
.news_ds_ul li {
	float: none;
	width: 100%;
}
.news_ds_ul li a {
	color: #333333;
	font-size: 12px;
}
.news_all .pr30 {
	padding-right: 0px;
}
.news_all .pl30 {
	padding-left: 0px;
}
.news_all_uls li {
	line-height: 28px;
}
.news_all_uls li a {
	font-size: 12px;
}
.news_all_uls li span {
	font-size: 12px;
}
.news_all_tit {
	height: 35px;
	line-height: 35px;
	margin-bottom: 3px;
}
.news_all_tit h5 {
	font-size: 18px;
}
.news_all_tit a {
	font-size: 12px;
}
.nav dl dd a {
	padding: 0 5px;
}
}
@media (max-width: 768px) {
body {
	padding-top: 98px;
}
.head_rt dl dd .weibo {
	display: none;
}
.head_rt dl dd .weixin {
	display: none;
}
.home {
	display: none;
}
.Stars {
	display: none;
}
.nav_ico {
	display: block;
}
/*    111111111111    */
.head {
	display: none;
}
.header {
	position: fixed;
	left: 0px;
	top: 0px !important;
	z-index: 111;
	width: 100%;
	box-shadow: 0px 0px 2px #ccc;
}
.mrl110 {
	margin-right: 110px;
	margin-left: -110px;
	-webkit-transition: 0.4s ease-in 0s;
	-moz-transition: 0.4s ease-in 0s;
	-ms-transition: 0.3s ease-in 0s;
	-o-transition: 0.4s ease-in 0s;
}
.nav {
	position: fixed;
	right: -110px;
	top: 0px;
	padding-top: 0px;
	z-index: 11;
	background: #fff;
	padding-top: 10px;
	height: 100%;
	box-shadow: 0px 0px 1px #ccc;
}
.nav dl dd {
	float: none;
	margin: 10px 5px;
}
.nav dl dd a {
	font-size: 14px;
	padding: 0px 6px 8px 6px;
	width: 100px;
}
.nav dl .nav_active, .nav dl dd:hover {
	border-bottom: 1px solid rgba(215,22,52,0.09);
}
.nav dl .nav_active a, .nav dl dd a:hover {
	border: none;
}
.nav dl dd, .nav dl dd:hover {
	border-bottom: 1px solid rgba(0,0,0,0.09);
}
.nav dl dd .nav_two {
	position: static;
}
/*    111111111111    */

.intr {
	padding-bottom: 20px;
}
.intr_img, .intr_text h5 {
	text-align: center;
}
.intr_img img {
	width: 70%;
}
.intr_text h5 {
	margin-top: 20px;
}
.intr_text a {
	width: 100px;
	height: 32px;
	line-height: 32px;
	margin-top: 6px;
	margin-left: 0px;
}
.intr_text p {
	padding: 22px 0px;
}
.ct_title {
	padding-top: 15px;
	padding-bottom: 25px;
	margin-bottom: 20px;
}
.ct_title h5 {
	font-size: 29px;
	height: 35px;
	line-height: 35px;
}
.product_div dl dd a {
	font-size: 20px;
	padding-top: 15px;
	height: 344px;
}
.news {
	padding: 0px 40px;
	padding-bottom: 15px;
}
.news_r2 {
	padding-top: 25px;
}
.ft_dl {
	padding: 0px 20px;
}
/*    111111111111    */
.nav dl dd .nav_two {/* left:-8px; top: 26px; */
	padding-top: 0px;
}
.nav dl dd .nav_two li {
	background: #fff;
	background: rgba(225,225,225,0.9);
}
.nav dl dd .nav_two li a {
	display: block;
	height: 38px;
	line-height: 38px;
	font-size: 10px;
	width: 95px;
	color: #333;
}
.nav dl dd .nav_two li a:hover {
	color: #1d55b1;
}
/*    111111111111    */

.left_sider {
	width: 140px;
}
.sider_tit {
	font-size: 22px;
	width: 140px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
}
.sider_tit img {
	left: 59px;
	top: 40px;
}
.rt_all {
	width: 76%;
}
.r_p30 {
	padding-right: 10px;
}
.l_p30 {
	padding-left: 10px;
}
.display dd .tit {
	font-size: 16px;
}
.sider_dl dd {
	height: 40px;
	line-height: 40px;
}
.sider_dl dd a {
	font-size: 14px;
	padding-left: 25px;
}
.sider_dl .s_active a, .sider_dl dd a:hover {
	background: #727071 url(../img/sider_ico.png) no-repeat 105px center;
	padding-left: 15px;
}
.all_tit {
	height: 60px;
}
.all_tit span {
	font-size: 24px;
}
.ptdl dd {
	float: left;
	width: 120px;
	height: 42px;
	line-height: 42px;
}
.ptdl dd a {
	font-size: 18px;
}
.message {
	padding-bottom: 25px;
}
.message table tr th {
	width: 30%;
}
.message table tr th label {
	padding-right: 5px;
}
.message table tr td {
	width: 70%;
	padding: 6px 0px;
}
.meinput {
	height: 38px;
	line-height: 38px;
	border: 1px solid #cdcdcd;
	width: 270px;
}
.mess_sub {
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	border: none;
}
.yzm {
	width: 180px;
	height: 38px;
	line-height: 38px;
}
.yzm_img {
	display: inline-block;
	margin-left: 10px;
}
}
@media (max-width:640px) {
body {
	padding-top: 50px;
	padding-bottom: 49px;
}
.ft_dl {
	padding: 0px 13px;
}
.ft1, .ft2 {
	padding: 20px 12px 0px 12px;
}
.left_sider {
	float: none;
	width: 100%;
}
.sider_dl dd {
	background: #727071;
	height: 35px;
	line-height: 35px;
}
.sider_dl .s_active a, .sider_dl dd a:hover {
	background: #727071 url(../img/sider_ico.png) no-repeat right center;
	padding-left: 15px;
	margin-right: 15px;
}
.all_tit {
	height: 55px;
}
.rt_all {
	float: none;
	width: 100%;
}
.display {
	padding-bottom: 20px;
}
.more {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
}
.newslist_lt {
	width: 28%;
	margin-right: 3%;
}
.newslist_fr {
	width: 69%;
}
.news_all {
	padding: 0px 10px;
}
.left_sider, .sider_tit,  #floatTools {
	display: none;
}
.left_sider.sider_wap {
	display: block;
}
.header {
	position: fixed;
	z-index: 4;
	width: 100%;
}
#footer {
	display: none;
}
.all_ban img {
	margin-top: 0;
	display: none;
}
.head,  .footer {
	display: none;
}
.top_bar {
	display: block;
}
.ns1_rt .description {
	height: 38px;
	overflow: hidden;
}
.pro-list .title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.cases_list li:nth-child(2) {
	display: none;
}
.rt_all .mainFoot {
	height: 60px;
	margin: 20px 0 0 0;
}
.rt_all .mainFoot .child {
	width: 22%;
}
.rt_all .mainFoot .child .childIcon {
	margin-top: 10px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 38px;
	-moz-border-radius: 38px;
	-ms-border-radius: 38px;
	-o-border-radius: 38px;
	-webkit-border-radius: 38px;
}
.rt_all .mainFoot .child .childInfo {
	display: none;
}
}
@media (max-width:480px) {
.head_lt {
	padding-left: 0px;
}
.head_rt {
	padding-right: 6px;
}
.head_lt p {
	margin-left: 8px !important;
	font-size: 10px;
}
.head_rt dl dd span {
	font-size: 10px;
}
.header .logo {
	width: 120px;
	padding-top: 8px;
}
.header .logo img {
	width: 78%;
}
.header_div {
	padding-top: 20px;
	padding-right: 25px;
}
.intr_text a {
	width: 80px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
}
.intr_text p {
	font-size: 12px;
}
.intr_img img {
	width: 95%;
}
.intr_text h5 img {
	width: 95%;
}
.intr_text {
	padding: 0px 10px;
}
.ct_title {
	padding-top: 10px;
	margin-bottom: 10px;
}
.ct_title h5 {
	font-size: 19px;
	height: 25px;
	line-height: 25px;
}
#left_obtn {
	left: 15px;
	top: 40%;
}
#right_obtn {
	right: 15px;
	top: 40%;
}
.product_div dl dd a {
	font-size: 16px;
	padding-top: 10px;
}
.product_div dl dd a:hover {
	color: #c02;
}
.product_div {
	margin-bottom: 15px;
	height: 312px;
	width: 100%;
}
.product_div dl dd p {
	width: 100%;
}
.pt figure p {
	padding: 0px 5px;
}
.pt figure p img {
	width: 100%;
}
.pt figure a {
	font-size: 14px;
	margin: 5px 0px 10px 0px;
}
.news {
	padding: 0px 4px;
	padding-bottom: 15px;
}
.ns1 dl dd {
	padding-bottom: 8px;
}
.news_tit {
	font-size: 18px;
	padding-bottom: 10px;
}
.ns1_rt p {
	font-size: 12px;
	color: #666666;
}
.ns1_rt h5 {
	font-size: 12px;
}
.ns1_rt {
	padding-left: 8px;
}
.ns1_rt p a:hover {
	color: #c02;
}
.news_r2, .news_r3 {
	padding-top: 12px;
}
.ns2 dl dd a {
	font-size: 13px;
}
.ft_dl {
	padding: 0px 0px 15px 20px;
	width: 33.33333%;
	min-height: 180px;
}
.ft1 {
	padding: 4px 0px 0px 0px;
}
.ft2 {
	padding: 4px 0px 0px 10px;
}
.ft_dl dd {
	width: 100%;
}
.ft_dl_div:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.ft_dl dt {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
}
.ft1 h5, .ft2 h5 {
	padding-bottom: 5px;
}
.ft_dl dd {
	height: 22px;
	line-height: 22px;
}
.ft_dl dd a {
	font-size: 12px;
}
.footer {
	padding: 10px 4px 10px 4px;
}
.footer dl dt {
	font-size: 12px;
	height: 22px;
	line-height: 22px;
}
.footer dl dd span {
	margin: 0px 5px 0px 4px;
}
.footer p {
	text-align: left;
	line-height: 22px;
}
.footer dl dd {
	height: 22px;
	line-height: 22px;
}
.search_div {
	top: 60px;
	left: -95px;
	padding: 10px 10px;
	width: 174px;
}
.tit {
	height: 35px;
	line-height: 35px;
}
.sider_tit {
	font-size: 18px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 15px;
}
.sider_tit img {
	left: 39px;
	top: 30px;
}
.r_p30 {
	padding-right: 5px;
}
.l_p30 {
	padding-left: 5px;
}
.all_tit span {
	font-size: 22px;
}
.display dd .tit {
	font-size: 14px;
	padding: 8px 0px 12px 0px;
}
.more {
	height: 35px;
	line-height: 35px;
	font-size: 16px;
}
.dy_table tr th {
	width: 27%;
	padding-right: 1%;
	border: 1px solid #9a9a9a;
	height: 31px;
	line-height: 31px;
	text-align: right;
}
.dy_table tr td {
	width: 72%;
	border: 1px solid #9a9a9a;
	height: 31px;
	line-height: 31px;
}
#product_small {
	display: none;
}
#lt_obt {
	display: none;
}
#rt_obt {
	display: none;
}
.ds_lt, .ds_rt {
	display: block;
	z-index: 1111;
}
.pt_ds img {
	margin: 0 auto;
	width: 80%;
}
.ds_lt {
	left: 2px;
	top: 45%;
}
.ds_rt {
	right: 2px;
	top: 45%;
}
.pt_lunbo figure {
	margin-bottom: 14px;
}
.pt_table tr th {
	font-size: 12px;
	color: #333333;
	width: 40%;
	text-align: right;
	line-height: 28px;
}
.pt_table tr td {
	font-size: 12px;
	color: #333333;
	width: 60%;
	line-height: 28px;
}
.ptdl dd {
	float: left;
	width: 80px;
	height: 32px;
	line-height: 32px;
}
.ptdl dd a {
	font-size: 14px;
}
.message {
	padding-bottom: 15px;
}
.message table tr th {
	width: 30%;
}
.message table tr th label {
	font-size: 12px;
}
.message table tr td {
	width: 70%;
	padding: 3px 0px;
}
.meinput {
	height: 28px;
	line-height: 28px;
	border: 1px solid #cdcdcd;
	width: 170px;
}
.mess_sub {
	width: 120px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	border: none;
}
.yzm {
	width: 80px;
	height: 28px;
	line-height: 28px;
}
.newslist_lt {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 5px;
}
.newslist_fr {
	display: inline-block;
	width: 100%;
}
.news_list_tit h5 {
	font-size: 12px;
}
.news_list_tit span {
	font-size: 10px;
}
.news_list_text {
	font-size: 12px;
	line-height: 20px;
	padding: 4px 0px;
}
.news_more {
	width: 60px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	margin-top: 2px;
}
.introd p {
	line-height: 20px;
	font-size: 12px;
}
.s_text {
	width: 112px;
}
.s_sub {
	margin-left: -1px;
}
#left_obtn img {
	width: 70%;
}
#right_obtn img {
	width: 70%;
}
#right_obtn {
	right: 0px;
	top: 46%;
}
#left_obtn {
	top: 46%;
}
.ft1_fl {
	width: 85px;
}
.ft1_fl img {
	width: 100%;
}
.head {
	display: none;
}
.nav_ico {
	margin-top: 15px;
}
.Language {
	display: none;
}
.foot_nav {
	display: none;
}
.footer dl {
	display: none;
}
.rides-cs {
	display: none;
}
.page {
	padding: 20px 0px 10px 0px;
}
.page a {
	height: 24px;
	line-height: 24px;
	margin-left: 2px;
	padding: 0 4px;
}
#page a {
	font-size: 12px;
}
}
.praas {
	font-size: 16px;
}
.praas:hover {
	color: #c02;
}
#dshow {
	top: 29px;
	right: 0;
	position: absolute;
	width: 130px;
	padding: 12px 8px;
	background: #fff;
	border: 1px solid #eaedf1;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	z-index: 3;
	zoom: 1;
	display: none;
}
#dshow2 {
	top: 29px;
	left: 0;
	position: absolute;
	width: 130px;
	padding: 12px 8px;
	background: #fff;
	border: 1px solid #eaedf1;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	z-index: 3;
	zoom: 1;
	display: none;
}
.oneshwo {
	width: 100px;
	margin: 0 auto;
}
.twoshwo {
	text-align: center;
	padding-top: 10px;
}
.wshwo {
	position: relative;
}
/*大图*/
.jqzoom {
	float: left;
	border: none;
	position: relative;
	padding: 0px;
	cursor: pointer;
	margin: 0px;
	display: block;
}
.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: -300px;
	width: 360px;
	height: 360px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}
.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}
/*图片小图预览列表*/
.spec-preview {
	width: 361px;
	height: 381px;
	overflow: hidden;
}
.spec-scroll {
	clear: both;
	margin-top: 10px;
	width: 361px;
}
.spec-scroll .prev {
	float: left;
	margin-top: 24px;
	display: block;
	text-align: center;
	width: 10px;
	height: 14px;
	cursor: pointer;
	text-decoration: none;
}
.spec-scroll .next {
	float: right;
	margin-top: 24px;
	display: block;
	text-align: center;
	width: 10px;
	height: 14px;
	cursor: pointer;
	text-decoration: none;
}
.spec-scroll .items {
	float: left;
	position: relative;
	width: 337px;
	height: 79px;
	overflow: hidden;
	margin: 0 2px;
}
.spec-scroll .items ul {
	position: absolute;
	width: 999999px;
	height: 73px;
}
.spec-scroll .items ul li {
	float: left;
	width: 84px;
	text-align: center;
	height: 73px;
}
.spec-scroll .items ul li img {
	border: 1px solid #fff;
	width: 67px;
	height: 71px;
}
.spec-scroll .items ul li img:hover {
	border: 1px solid #e39624;
}
.news_ds_ul li span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	font-size: 16px;
}
.news_ds_ul li span a {
	width: 100%;
}
.cases_list li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mainFoot {
	position: relative;
	text-align: center;
	height: 78px;
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	margin: 60px 0;
}
.mainFoot .child {
	display: inline-block;
*display:inline;
*zoom:1;
	position: relative;
	width: 193px;
	height: 100%;
	border-left: 1px solid #ddd;
}
.mainFoot a:nth-child(1) .child {
	border-left: 0;
}
.mainFoot .child .childIcon, .mainFoot .child .childInfo {
	display: inline-block;
*display:inline;
*zoom:1;
	vertical-align: middle;
}
.mainFoot .child .childIcon {
	margin-top: 20px;
	position: relative;
	background: #666;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border-radius: 38px;
	-moz-border-radius: 38px;
	-ms-border-radius: 38px;
	-o-border-radius: 38px;
	-webkit-border-radius: 38px;
}
.mainFoot .child .childIcon img {
	vertical-align: middle;
}
.mainFoot .child .childIcon img {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.mainFoot .child:hover .childIcon img {
	transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
.mainFoot .child .childInfo {
	padding-left: 12px;
	text-align: left;
	margin-top: 18px;
}
.mainFoot .child .childInfo p {
	color: #666;
	font-size: 14px;
}
.head_rt dl dd .header-link a {
	font-size: 14px;
	color: #1d55b1;
	padding-right: 20px;
	font-weight: bold;
}
/*index*/
h1 {
	font-size: 28px
}
h2 {
	font-size: 18px
}
h3 {
	font-size: 16px
}
.clear, .blank {
	clear: both;
	width: 100%;
	overflow: hidden;
}
i {
    font-style: normal;
    display: block;
}
.blank {
	height: 10px
}
.blank_index {
	height: 145px
}
.box, article {
	width: 1300px;
	margin: auto;
	overflow: hidden;
	margin-top: 10px;
}
.whitebg {
	background: #fff;
	border: 1px solid #eee;
}
.tuijian-banner {
	position: relative;
}
.banner .swiper-slide{
	height: 320px;
	background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
}
/*headline-box*/
.headline-box {
	width: 52%;
	float: right;
}
.headline-news {
	overflow: hidden;
}
.headline-news-title {
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #0f387c;
	font-weight: bold;
	font-size:20px;
}
.headline-news-title a {
	color: #0f387c;
}
.headline-news-title span {
	float: left;
	font-size: 12px;
	font-weight: normal;
	border: #ff6600 1px solid;
	padding: 0 5px;
	border-radius: 3px;
	color: #ff6600;
	margin: 4px 8px 0 0;
}
.headline-news-smalltext {
	line-height: 20px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	height: 60px;
	margin-bottom: 10px;
	color: #888;
}
.headline-news-list {
	border-top: #ddd 1px solid;
	padding-top: 10px;
}

.headline-news-list li {
     font-size:16px;
	padding-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
	position: relative
}
.headline-news-list li:before {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	background: #000;
	border-radius: 10px;
	left: 0;
	top: 15px;
}
/*tab*/
#tab li {
	cursor: pointer;
	display: inline-block;
}
#tab-content section {
	display: none;
}
#tab-content section:nth-child(1) {
	display: block
}
/*tuijian-news*/
.tuijian-news {
	position: relative
}
#tab {
	border-bottom: #e4e3e3 1px solid;
	margin: 20px
}
#tab li {
	font-size: 18px;
	margin-right: 20px;
	padding: 0 10px 10px;
	position: relative
}
#tab li:after {
	content: "";
	background: #0f387c;
	
	width: 20%;
	height: 2px;
	position: absolute;
	bottom: -1px;
	left: 40%;
	opacity: 0;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
#tab li:hover:after, #tab li.tab-current:after {
	opacity: 1;
	width: 100%;
	margin: auto;
	display: block;
	left: 0;
}
#tab li.tab-current {
	color: #0f387c;
	font-weight: bold;
}
.tab-a-more {
	position: absolute;
	right: 20px;
	top: 16px;
}
.tab-a-more a {
	display: block;
	background-size: 32px;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: white;
    margin-top: -5px;
}
.tab-num01 .tab-a-more a ,.tab-num04 .tab-a-more a{
	color: #000;
}
#tab-content {
	margin: 20px;
	overflow: hidden;
}
.tab-a-more a i {
	position: absolute;
	top: 16px;
	width: 8px;
	height: 8px;
	animation: bounce_fountainG 1.2s linear infinite;
	border-radius: 8px;
	background: #09F;
}
.tab-a-more a i:first-child {
	right: 20px;
	animation-delay: .4s;
	background: #09F;
}
.tab-a-more a i:nth-child(2) {
	right: 10px;
	animation-delay: .6s;
	background: #3c0;
}
.tab-a-more a i:nth-child(3) {
	right: 0;
	animation-delay: .8s;
	background: #f60;
}
@keyframes bounce_fountainG {
0% {
transform:scale(1);
}
100% {
transform:scale(.3);
}
}
.tuijian-news-pic {
	width: 30%;
	float: left;
	overflow: hidden;
}
.tuijian-news-pic i {
	height: 160px;
	width: 100%;
	margin: auto;
	overflow: hidden;
	line-height: 100%;
	position: relative;
}
.tuijian-news-pic i img {
	width: 100%;
	vertical-align: middle;
	display: inline-block;
	transition: .5s;
}
.tuijian-news-pic i:hover img {
	transform: scale(1.2);
}
.tuijian-news-pic i span {
	position: absolute;
	right: 0;
	font-size: 12px;
	padding: 2px 5px 2px 10px;
	top: 10px;
	background: #0CF;
	color: #fff;
	border-radius: 3px 0 0 3px;
	line-height: normal;
}
.tuijian-news #tab-content section:nth-child(n) .tuijian-news-pic span {
	background: #0CF;
}
.tuijian-news #tab-content section:nth-child(2n) .tuijian-news-pic span {
	background: #F60;
}
.tuijian-news #tab-content section:nth-child(3n) .tuijian-news-pic span {
	background: #3C0;
}
.tuijian-news #tab-content section:nth-child(5n-1) .tuijian-news-pic span {
	background: #0CF;
}
.tuijian-news-pic h2 {
	color: #0f387c;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 10px 0;
}
.tuijian-news-pic h2 a {
	color: #0f387c
}
.tuijian-news-pic p {
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	height: 60px;
	line-height: 20px;
	font-size: 14px;
}
.btn-blue-border {
	margin: 16px auto 0;
	padding: 5px 10px;
	display: block;
	border: 1px solid #ddd;
	color: white;
	background: #ababab;
	letter-spacing: 2px;
	border-radius: 2px;
	transition: all 0.3s;
	line-height: 30px;
	text-align: center;
}
.btn-blue-border:hover {
	background: #1d55b1;
	border-color: #1d55b1;
	color: #fff;
}
.tuijian-news-list {
	width: 70%;
	float: right;
}
.tuijian-news-list ul li {
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
.tuijian-news-list ul li:nth-child(5), .tuijian-news-list ul li:nth-child(6) {
	margin-bottom: 0
}
.tuijian-news-list ul li a {
	display: block;
	margin: 0 0 0 20px;
	border: #ddd 1px solid;
	padding: 10px;
	transition: all 0.5s;
}
.tuijian-news-list ul li span {
	width: 70px;
	height: 70px;
	font-size: 12px;
	text-align: center;
	overflow: hidden;
	background: #ababab;
	color: #fff;
	float: left;
	margin: 0 10px 0 0;
	transition: all 0.5s;
}
.tuijian-news-list ul li b {
	display: block;
	font-size: 16px;
	margin-top: 16px;
}
.tuijian-news-list ul li h3 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
	margin-bottom: 10px;
}
.tuijian-news-list ul li p {
	font-size: 14px;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 20px;
	height: 40px;
}
.tuijian-news-list ul li:hover span {
	background: #1d55b1
}
/*news*/
.news {
	position: relative
}
.news-zuixin li {
	width: 48%;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}
.news-zuixin li:nth-child(odd) {
	float: left
}
.news-zuixin li:nth-child(even) {
	float: right
}
.news-zuixin li section {
	border-bottom: #eee 1px solid;
	overflow: hidden;
	padding-bottom: 10px
}
.news-zuixin-pic {
	display: block;
	overflow: hidden;
	width: 150px;
	height: 110px;
	line-height: 110px;
	float: left;
	margin-right: 10px;
}
.news-zuixin li img {
	width: 150px;
	height: 110px;
	display: inline-block;
	vertical-align: middle;
	transition: .5s;
}
.news-zuixin li:hover img {
	transform: scale(1.2);
}
.news-zuixin h2 {
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
	margin: 0px 0 10px 0;
}
.news-zuixin li:hover h2 a {
	color: #1d55b1;
}
.news-zuixin p {
	font-size: 14px;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 20px;
	height: 40px;
}
.news-zuixin span {
	width: 100%;
	float: left;
	clear: both;
	font-size: 12px;
	margin: 10px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 16px;
	line-height: 16px;
}
.news-zuixin span a {
	display: block;
	float: left;
	margin-right: 15px;
	position: relative;
	padding-left: 10px;
}
.news-zuixin span a:before {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	background: #0f387c;
	left: 0;
	top: 8px;
}
/*videos*/
.videos {
	position: relative;
}
.videos-list li {
	width: 25%;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}
.videos-list li a {
	overflow: hidden;
	display: block;
	margin: 0 7px;
	border: #f1f1f1 1px solid;
}
.videos-list li i {
	height: 190px;
	line-height: 100%;
	overflow: hidden;
}
.videos-list li i img {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	transition: .5s;
}
.videos-list li i:hover img {
	transform: scale(1.2);
}
.videos-list li h2 {
	color: #333;
	padding: 5px 0px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
	font-size: 17px;
	/*background: url(../images/video.png) no-repeat left 5px center;*/
	background-size: 20px;
	margin-left:5px;
}
.videos-list li h3 {
	color: #999;
	padding: 5px 0px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
	font-size: 14px;
	/*background: url(../images/video.png) no-repeat left 5px center;*/
	background-size: 20px;
	margin-left:5px;
}
.videos-list li:hover h2 {
	color: #0f387c;
}
.videos-list li p {
	font-size: 12px;
	color: #999;
	overflow: hidden;
	margin: 5px 0;
	padding: 0 10px;
}
.videos-list .datetime {
	float: left;
	font-weight: normal;
	color:#ff552e;
	font-size:18px;
}
.videos-list .viewd {
	float: right;
}
/*ziyuan*/
.wenzi {
	position: relative
}
.wenzi-left {
	float: left;
	width: 47%;
}
.wenzi-right {
	float: right;
	width: 47%;
}
.wenzi-list li {
	margin-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	padding-left: 10px;
}
.wenzi-list li:before {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	background: #000;
	border-radius: 10px;
	left: 0;
	top: 8px;
}
.wenzi-list li span {
	float: right;
	font-size: 12px;
	color: #888;
	line-height: 20px
}
/*news-title*/
.news-title {
	border-bottom: #e4e3e3 1px solid;
	margin: 20px;
	padding-bottom: 10px;
	overflow: hidden;
}
.news-title h2 {
	color: #0f387c;
	font-size: 16px;
	font-weight: normal;
	position: relative;
	float: left;/* width: 84px; */
	text-align: center;
}
.news-title h2 a {
	color: #0f387c;
}
.news-title h2:after {
	content: "";
	background: #0f387c;
	background: linear-gradient(to right, #0f387c 0%, #fa575b 100%);
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -10px;
	left: 0;
}

.footerbox{
    display:flex;
    justify-content: space-between;
}
.footerbox_item{
   width: 32.5%;
       margin: 0;
       margin-bottom:10px;
}

.footerbox_item .news-zuixin li {
    width: 100%;
}
.foot_nav a ,.ft_span,.ft1{
    color:#cacac9;
}
.ft_span, .foot_nav_title{
    font-size:15px !important;
    font-weight: normal !important;
}
.foot_nav_title{
    position: relative;
}
.foot_nav_title:before {
	content: "";
	position: absolute;
    z-index: 999;
    bottom: 2;
    background: #cacac9;
    height: 1px;
    width: 30px;
}
.gd-box_unit{
    background:#1d55b1 ;
}
.tab_box_unit{
    height: 44px;
    line-height: 44px;
}
.tab-current_unit{
color: white;
    font-size: 18px;
    text-indent: 1em;
    font-weight: bold;
        letter-spacing: 1;
}
.property_ul{
    margin-bottom: 40px;
}
.property_li{
    padding-bottom: 40px;
        line-height: 26px;
}
.property_li li{
    padding-bottom: 3px;
}

.property_box{
    display:flex;
}
.property_img{
    width:23%;
    position: relative;
}
.property_img img{
    width:200px;
    height:150px;
}
.property_img span{
    position: absolute;
    top:0;
    left:0;
    background: #666;
    color:white;
    padding:2px 10px;
}
.property_info{
    width:45%;
    
}
.property_info li{
    color:#8a8989;
}
.property_area{
    width:15%;
     color:#8a8989;
    
}
.property_price{
    
    margin-top:50px;
     color:#8a8989;
}
.property_info_title{
    font-size: 18px;
    font-weight: bold;
     overflow: hidden;
    color:#5a5757 !important;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.property_info_address{
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.property_area_title{
    font-size: 16px;
    margin-top:50px ;
}
.property_price_title{
    font-size: 16px;
    color:#ff552e;;
    font-weight: bold;
}

.sort_box li{
    width:100px;
    height:40px;
    padding:5px;
    display:inline-block;
    font-size: 16px;
    text-align: center;
}
.sort_box .on{
 	background: #ff552e;
 	color:white;
}
.sort_box{
    position: relative;
    margin-bottom: 20px;
}
.sort_box:before {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	background: #ff552e;
}
.sort_count{
 float:right;   
 right:150px;
}
.sort_count_title{
 font-size: 20px;
 	color: #ff552e;
}

.p_box{
    padding:10px;
}
.p_info_title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.p_info_box{
    display:flex;
}
.p_info_img{
    width:45%;
    height:400px;
}
.p_info_info{
width: 55%;
    padding: 0px 0px 0px 50px;
}
.p_info_price{
    font-size: 28px !important;
    color: #ff552e !important;
    font-weight: bold;
}
.p_right_info_title{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    display:block;
}
.p_right_info_tel{
    padding:15px;
    width:80%;
    background: #d04845;
    text-align: center;
    color:white;
}
.p_info_img_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.p_info_img_a{
    width:50%;
    height:300px;
    padding:10px;
    margin-bottom:20px;
}
.p_info_img_box .p_info_img{
    width:100%;
    height:300px;
   
   
}
.p_info_info li{
     font-size: 16px;
    line-height: 30px;
     color:#8a8989;
}
.p_info_base li{
    font-size: 16px;
    line-height: 35px;
    
}
.p_info_base span{
     color:#8a8989;
}
hr {
    margin-top: 13px;
    margin-bottom: 13px;
}
#map{
    height:200px;
    width:300px;
    margin-bottom: 20px;
}
.p_info_info span{
 font-size: 22px;
 color:#333 ;
}
.p_info_flags span{
    font-size: 16px; 
    color:white ;
}
.mod18{ width: 100%; height: 300px; margin: 0px auto; position: relative; background: #f7f7f7; }
.mod18 .btn{position:absolute;width:15px;height:65px;top:305;cursor:pointer;z-index:99;font-size:50px;font-weight:bold;padding:0px}
.mod18 .prev{left:0;background:url(../pc/prevBtn.png) no-repeat;}
.mod18 #prevTop,.mod18 #nextTop{top:140px;width:46px;height:48px;}
.mod18 #prevTop{background:url("") 0 0 no-repeat;}
.mod18 #nextTop{background:url("") 0 0 no-repeat;}
.mod18 .next{right:0;background:url(../pc/nextBtn.png) no-repeat;}
.mod18 li{float:left;}
.mod18 .cf li{position:relative;color:#fff;}
.mod18 .cf a{display:block;width:680px;height:300px;position:absolute;color:#fff;}
.mod18 .cf li span{display:block;width:640px;position:absolute;left:0;bottom:0;padding:10px 20px;line-height:22px;text-align:left;background:rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = "#60000000",endColorstr = "#60000000");}
.mod18 .picBox{height:300px;position:relative;overflow:hidden;}
.mod18 .picBox ul{height:300px;position:absolute;}
.mod18 .picBox li{width:460px;height:300px;}
.mod18 .listBox{ width: 420px; height: 70px; margin: 0 auto; position: relative; padding: 6px 0 0px; overflow: hidden; }
.mod18 .listBox ul{height:100px;position:absolute;}
.mod18 .listBox li{width:129px;height:70px;cursor:pointer;position:relative;}
.mod18 .listBox li i{display:none;}
.mod18 .listBox li a{display:block;width:124px;height:70px;}
.mod18 .listBox li img{width:124px;height:70px !important;; }
.mod18 .listBox .on img{width:118px;height:64px;border:3px solid #ff6600;}
.mod18 .listBox .on i{display:block;}

.galleryOverlay{ width:100%; height:100%; position:fixed; top:0; left:0; opacity:0; z-index:100000; background-color:#222;
	background-color:rgba(0,0,0,1); overflow:hidden; display:none; -moz-transition:opacity 1s ease; -webkit-transition:opacity 1s ease;
    transition:opacity 1s ease;
}
.galleryOverlay.visible{ opacity:1; }
.gallerySlider{height:100%; left:0; top:0; width:100%; white-space: nowrap; position:absolute;}
.gallerySlider .placeholder{ background: url(../images/preloader.gif) no-repeat center center; height: 100%; line-height: 1px;
	text-align: center; width:100%; display:inline-block;
}
.gallerySlider .placeholder:before{ content: ""; display: inline-block; height: 50%; width: 1px; margin-right:-1px; }
.gallerySlider .placeholder img{ display: inline-block; max-height: 100%; max-width: 100%; vertical-align: middle;}
.prevArrow,.nextArrow{ border:none; text-decoration:none; background:url(../images/arrows.png) no-repeat; opacity:1; cursor:pointer;
	position:absolute; width:43px; height:58px; top:50%; margin-top:-29px;
}
.prevArrow:hover, .nextArrow:hover{ opacity:1; }
.prevArrow{ background-position:left top; left:40px; }
.nextArrow{ background-position:right top; right:40px;}
.pagelimit{ position:absolute; bottom:20px; left:50%; margin-left:-18px; color:#fff; font-size:1.4rem; }
.label-1{
    background: #6370fa;
}
.label-2{
    background: #feb618;
}
.label-3{
    background: #f15992;
}
.label-4{
    background: #ff4e4e;
}
.label-5{
    background: #34c1dc;
}
.label-6{
    background: #5ddd33;
}
.label-7{
    background: #f15992;
}