@charset "utf-8";
@font-face {
  font-family: "SFCompactDisplayRegular";
  src: url(../fonts/SFCompactDisplayRegular.ttf) format("truetype"),url(../fonts/SFCompactDisplayRegular.woff) format("woff"),url(../fonts/SFCompactDisplayRegular.woff2) format("woff2");
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/icon/iconfont.eot');
  src: url('../fonts/icon/iconfont.eot?#iefix') format('embedded-opentype'),
      url('../fonts/icon/iconfont.woff2') format('woff2'),
      url('../fonts/icon/iconfont.woff') format('woff'),
      url('../fonts/icon/iconfont.ttf') format('truetype'),
      url('../fonts/icon/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
body, html, p, h1, h2, h3, h4, h5, h6, ul, li {
  padding: 0;
  margin: 0;
}
ul, li {
  list-style: none;
}
body, html {
  /* font-family: "SFCompactDisplayRegular", Arial, Helvetica, sans-serif; */
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  color: #333;
  font-size: 12px;
  font-weight: 500;
}
a, a:hover {
  text-decoration: none;
}
p {
  line-height: 23px;
}
img {
  max-width: 100%;
  border: none;
  vertical-align: middle;
}
em, i {
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input:focus {
  outline: none;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  clear: both;
  *zoom: 1;
}
.container {
  width: 1200px;
  margin: 0 auto;
 
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.aligncenter {
  text-align: center;
}
.img {
  overflow: hidden;
}
.img img {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.img:hover img {
  transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -o-transform: scale(1.15);
  -moz-transform: scale(1.15);
}
.hidden{
	display: none;
}
.visible{
	display: inline-block;
}
/*-- header --*/
.header_head {
	font-size: 15px;
	padding-bottom: 20px;
	position: relative;
	background-size: cover;
}
.header_head .logo {
    padding-top: 10px;
	width: 240px;
}
.right-info{
	/* position: relative; */
	padding-top: 25px;
}
.right-cont{padding: 0 10px;}
.nav-list {
    margin-left: 25px;
	position: relative;
}
.nav-item {
    float: left;
    margin-right: 5px;
    line-height: 45px;
    padding: 0 10px;
    position: relative;
    font-size: 16px;
}
.nav-item > a{
	color: #333;
}
.nav-item:hover,.nav-item.active {
	border-bottom: 4px solid #3071C8;
}
.nav-item:hover > a, .nav-item.active > a{
	color: #3071C8;
}
.nav {
  position: relative;
  z-index: 99;
}


.nav_item_open, .nav_item2_open {
  width: 250px;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 100%;
  z-index: 10;
  opacity: 0;
  padding: 0 15px;
  line-height: 55px;
  visibility: hidden;
  -webkit-transform: translateY(34px);
  transform: translateY(34px);
  -webkit-transition: all .4s;
  transition: all .4s;
  background: #fff;
  border: 1px solid #dcdcdc;
}
.nav_item_open::before, .nav_item2_open::before {
  content: '';
  display: none;
  height: 18px;
  width: 18px;
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  border-color: #dcdcdc;
  border-style: solid;
  border-width: 1px 0 0 1px;
}
.nav_item2_open {
  top: 0;
  left: 225px;
}
.nav-item:hover .nav_item_open, .nav_item2:hover .nav_item2_open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.menu_open, .hcover, .subopen, .subopenopen {
  display: none;
}
.nav_item2, .nav_item3 {
  display: block;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.nav_item2:last-child, .nav_item3:last-child{
	border: none;
}
.nav_item2 a, .nav_item3 a {
  color: #333; 
  display: block;
  padding: 0 5px;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav_item2:hover, .nav_item3:hover {
  border-color: #1159a3;
}
.right-wrap{
	position: relative;
}
.search-lang{
	overflow: hidden;
	margin-bottom: 25px;
}

.search-lang .language {
    width: 108px;
    border: 1px solid #F1F1F1;
    height: 35px;
    line-height: 33px;
    padding-left: 12px;
    border-radius: 18px;
	background: url(../images/arrow-down.png) no-repeat 90% center;
	cursor: pointer;
}
.search-lang .language-btn{
	color: #999;
	font-size: 12px;
}
.search-lang .language-btn img {
    margin-right: 8px;
}
.language-choose {
	display: none;
    position: absolute;
    border: 1px solid #f1f1f1;
    width: 108px;
    z-index: 2;
    top: 42px;
    right: 0;
    background: #fff;
}
.language-choose .language-btn {
    color: #333;
    cursor: pointer;
	padding: 8px 20px;
}
.language-choose .language-btn:hover{
	background-color:#3071C8 ;
	color: #fff;
}
#cd-search {
  margin-left: 10px;
  line-height: 38px;
}
.search-img, .close-img {
    vertical-align: text-top;
	margin-top: 1px;
}
.search-block{
	
}
#dropdownMenu1 {
  border: none;
  padding: 0;
  background-color: transparent;
}
#dropdownMenu1 a {
  height: 35px;
  line-height: 35px;
}
.language-btn .dropdown-menu {
  display: none;
  padding: 7px;
  margin-top: 5px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .7);
}
.language-btn .dropdown-menu li {
  margin-bottom: 5px;
}
.language-btn .dropdown-menu li:last-child {
  margin-bottom: 0;
}
#cd-search form {
  width: 220px;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background-color: #fff;
  position: absolute;
  right: 124px;
  top: 2px;
}
#cd-search .input-search-w {
  width: calc(100% - 40px);
  height: 100%;
  border: none;
  float: left;
  padding-left: 10px;
  background-color: transparent;
}
#cd-search .search-btn-w {
  border: none;
  width: 30px;
  height: 100%;
  position: absolute;
  right: 0;
  background-color: transparent;
}
#cd-search .iconfont {
  color: #1159a3;
  margin-right: 8px;
  float: right;
}
.cd-main-header {
  display: none;
  float: right;
}
.cd-search-trigger, .cd-nav-trigger {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  z-index: 3;
  margin-top: 2px;
}
.cd-search-trigger::before, .cd-search-trigger::after {
  content: '';
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-search-trigger::before {
  top: 7px;
  left: 7px;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
}
.cd-search-trigger::after {
  height: 3px;
  width: 8px;
  background: #fff;
  bottom: 13px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search-trigger span {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.cd-search-trigger span::before, .cd-search-trigger span::after {
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
  -moz-opacity: 0;
  opacity: 0;
}
.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
  -moz-opacity: 1;
  opacity: 1;
}
.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.banner-text {
    position: absolute;
    top: 50%;
    z-index: 2;
    color: #fff;
	width: 100%;
}
.banner-text .bx-title p {
    font-size: 36px;
    font-weight: bold;
    line-height: 48px;
}
.banner-text .bx-line {
    background: #fff;
    width: 100px;
    height: 4px;
    margin: 38px 0 34px;
}
.banner-text .bx-bref {
    font-size: 14px;
    max-width: 460px;
}
.banner .swiper-pagination {
    text-align: left;
    bottom: 35px;
}
.banner .swiper-pagination-bullet{
	margin-right: 8px;
}
.banner .swiper-pagination-bullet-active{
	background: #3071C8;
}
.text-input::-webkit-input-placeholder {
  color: #999;
}
.text-input::-moz-placeholder {
  color: #999;
}
.text-input:-moz-placeholder {
  color: #999;
}
.text-input:-ms-input-placeholder {
  color: #999;
}
.w-header {
  line-height: 95px;
}


/*-- footer --*/
.footer {
  background-color: #92c7d9;
  color: #000;
  padding: 50px 0 100px;
  font-size: 14px;
}
.footer p{
	font-weight: bold;
	line-height: 30px;
}
.footer p.copyright{
	margin-top: 20px;
}
.footer .ft-code{
    margin-top: 35px;
    text-align: center;
}
.footer .ftc-item {
    margin-right: 24px;
}
.footer .fto-input {
    display: block;
    width: 100%;
    border: none;
    margin-bottom: 10px;
    height: 36px;
    border-radius: 4px;
    padding: 0 12px;
}
.footer .fto-input.half {
    float: left;
    width: calc((100% - 15px)/2);
    margin-right: 15px;
}
.footer .fto-input.half:nth-child(2n+2){
	margin-right: 0;
} 
.footer .fto-text{
	display: block;
	width: 100%;
	border: none;
	resize: none;
	border-radius: 4px;
	padding: 8px 12px;
	font-size: 14px;
}
.footer .fto-btn {
    height: 36px;
    width: 90px;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    color: #278ED3;
    margin-top: 20px;
    cursor: pointer;
}

.footer .ft-online p{
	margin-bottom: 18px;
}
.footer .ft-left{width: 50%;font-size: 15px;}

/* 返回顶部 */
.actGotop {
	display: none;
	width: 44px;
	 height: 44px;
	 right: 0;
	 bottom: 41px;
	 position: fixed;
	 z-index: 9999;
	 line-height: 44px;
	 text-align: center;
	 background-color: #3071C8;
 }

.actGotop i {
  color: #fff;
  font-size: 24px;
}
.actGotop:hover {
  background-color: #1180f3;
}
/* pagination */
.paginations {
  clear: both;
  text-align: center;
  font-size: 12px;
  cursor: default;
  margin: 35px 0 10px;
}
.paginations a {
	 background-color: #eaeaea;
	 color: #666;
	 display: inline-block;
	 _zoom: 1;
	 font-size: 14px;
	 border-radius: 5px;
	 width: 35px;
	 height: 35px;
	 line-height: 35px;
	 margin-right: 5px;
}
.paginations span {
	display: inline-block;
	background-color: #919191;
	color: #fff;
	border-radius: 5px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin-right: 5px;
}
.paginations a.paginations-btn{
	font-weight: bold;
	font-size: 14px;
	opacity: 0.6;
}
.paginations a.paginations-btn:last-child{
	margin-right: 0;
}
/*客服*/
.rides-cs {  font-size: 12px; background:#29a7e2; 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: 14px; 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:center;}
.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(http://demo.lanrenzhijia.com/2014/service1031/images/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;}
/*搜索*/
.shousuo li {border-bottom:1px dotted #b8b8b8;margin:0;padding:0;line-height:42px;width:100%;float:left;}
.shousuo li a.nif {float:left;width:84%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;line-height:42px;font-size:14px;color:#4d4d4d;}
.shousuo li a.nif:hover {color:#0066b3;}
.shousuo li b a {font-size:14px;color:#0066b3;}
.shousuo li .riqi {float:right;color:#878787;font-size:12px;}
/******** 404 *********/
.si{text-align:center;background:#fff;width:100%;float:left;margin-top:12%;}
.psicx{margin:15px 0;}
.psicx h1{font-family:"Arial";font-size:30px;font-weight:bold;color:#393939;}
.psicx p{font-family:"Arial";font-size:14px;font-weight:bold;color:#393939;}
.psicl h3{font-family:"Arial";font-size:16px;color:#5f5f5f;}
.psicl p{font-family:"Arial";font-size:12px;color:#5f5f5f;}
.ruturnk{margin:15px auto 0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;width:125px;height:50px;padding:4px 0 0;background:#ed0f0f;}
.ruturnk h1{font-family:"Arial";font-size:20px;font-weight:bold;color:#fff;margin: 0;padding: 0;}
.ruturnk p{line-height:16px;font-family:"Arial";font-size:14px;color:#fff;text-transform:uppercase;margin: 0;padding: 0;}
@media only screen and (max-width: 1200px) {
	.logo img{
		width: 135px;
	}
	#cd-search form{
		width: 140px;
	}
	.nav-item{
		padding: 0 6px;
	}
}
@media screen and (min-width:993px) {
  .nav_item.active > a, .nav_item:hover > a {
    color: #1159a3;
    border-bottom: 3px solid #1159a3;
  }
}
@media only screen and (max-width: 992px) {
  .menu_open {display: block; width: 24px; height: 20px; position: absolute; right: 15px; margin-top: 5px;top: 16px;}
  .menu_open i { height: 2px; width: 100%; background: #333; display: block; margin-bottom: 7px; }
  .right-cont { width: 100%; height: 100%; position: fixed; top: 0; left: -100%; z-index: 1000; overflow: hidden; background: #333; color: rgba(255, 255, 255, .6); margin: 0; float: none;}
  #cd-search{display: none;}
  .language {position: absolute;right: 46px;top: 8px;margin-top: 0;width: 100px;}
  .hcover { display: block; width: 50%; height: 100%; background: rgba(0, 0, 0, .6); position: fixed; right: -100%; top: 0; z-index: 101; }
  .nav-list { width: 50%; height: 100%; position: absolute; top: 0; left: 0; overflow-x: hidden; overflow-y: auto; padding-top: 20px;margin-left: 0;}
  .nav-item { float: none; margin: 0; width: 100%;line-height: normal; }
  .nav-item:after { content: ''; display: block; width: 100%; border-bottom: 1px solid rgba(0, 0, 0, .15); }
  .nav-item:hover, .nav-item.active {border-bottom:none;}
  .nav-item > a, .nav_item2 a{ display: block; margin: 0; font-size: 14px;font-weight: normal; color: inherit; padding: 10px 10px 10px 20px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; margin-right: 40px; }
  .nav-item i { position: absolute; z-index: 2; top: 0; right: 0; width: 40px; height: 100%; }
  .nav-item i:before { content: ''; display: block; height: 100%; border-left: 1px solid rgba(0, 0, 0, .15); position: absolute; top: 0; left: 0; }
  .nav-item i:after { content: ''; display: block; width: 7px; height: 7px; margin-bottom: -5px; border: 2px solid rgba(255, 255, 255, .3); border-top: 0; border-left: 0; position: absolute; bottom: 50%; right: 18px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
  .nav_item_open, .nav_item2_open {width: 50%; height: 100%; margin: 0;padding: 0; box-shadow: none; background: #333; border-radius: 0; opacity: 0; visibility: visible; -webkit-transform: translateY(0px); transform: translateY(0px); position: fixed; left: -100%; top: 0; }
  .subopen, .subopenopen { display: block; }
  .subopen a, .subopenopen a { display: block; overflow: hidden; margin: 0; padding: 30px 10px 10px 20px; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; color: rgba(255, 255, 255, .3); background: rgba(0, 0, 0, .1); text-indent: 20px; position: relative; }
  .subopen a:before, .subopenopen a:before { opacity: 1; content: ''; display: block; width: 7px; height: 7px; position: absolute; bottom: 50%; left: 22px; margin-bottom: -15px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); border: 2px solid rgba(255, 255, 255, .3); border-right: 0; border-bottom: 0; }
  .nav_item2, .nav_item3 { position: relative;border-bottom: 1px solid rgba(0, 0, 0, .15); }
  .nav_item2:after, .nav_item3:after { content: ''; width: 100%; position: absolute; bottom: 0; left: 0; display: block; border-bottom-width: 1px; border-bottom-style: solid; border-bottom: 1px solid rgba(0, 0, 0, .15); padding-left: 20px; }
  .nav_item > a, .nav_item2>a,.nav_item3>a{
    text-align: left;
    line-height: 1.8;
    padding: 10px;
  }
  .nav_item2_open {
    width: 100%;
  }
  .nav-item:hover{
	background-color: transparent;
  }
  .nav_item2:hover > a, .nav_item3:hover > a,
  .nav_item2 a, .nav_item3:hover > a {
    background-color: transparent;
  }
  .w-header {
    line-height: normal;
    padding: 15px 0;
  }
  .header_head{padding-bottom: 10px;}
  .search-lang .language{    
		position: absolute;
		top: 14px;
		right: 64px;
	}
	.language-choose{
		top: 50px;
		right: 64px;
	}
	.footer{
		padding: 25px 0;
	}
	.ft-left {
	    float: none;
	    text-align: center;
	}
	.footer .ftc-item {
	    float: none;
	    display: inline-block;
	}
	.ft-right {
	    float: none;
	    text-align: center;
	}
}
@media only screen and (max-width: 768px) {
  .footer .ft-left{font-size: 12px;}
  .rides-cs{display: none;}
  .footer .ft-left{width: 100%;}
  .cd-main-header {
    display: inline-block;
  }
  .cd-search {
    position: absolute;
    width: 100%;
    top: 0;
    left: -220px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
  }
  .cd-search input::-webkit-input-placeholder {
    color: #fff;
  }
  .cd-search input::-moz-placeholder {
    color: #fff;
  }
  .cd-search input:-moz-placeholder {
    color: #fff;
  }
  .cd-search input:-ms-input-placeholder {
    color: #fff;
  }
  .cd-search.is-visible {
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
  }
  #cd-search form {
    width: 215px;
  }
}