/* ==========================================================================
   base styles
   ========================================================================== */

body {
    font-family: helvetica,tahoma,arial,"microsoft yahei","微软雅黑","宋体","黑体",sans-serif;
    font-size: 12px;
}
.browserupgrade {
    position: fixed;
    width: 100%;
    top: 0px;
    font-family: helvetica, tahoma, arial, 宋体, 黑体, sans-serif;
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    background-color: rgb(67, 95, 191);
    z-index: 9999;
    margin: 0px auto;
    padding: 10px;
}
.browserupgrade a {
    color: #fff;
    text-decoration: underline;
}
ol, ul {
    list-style: none;
}
@media (min-width: 1200px){
.container {
    width: 1200px;
}
}
.bg-gray{background-color: #f2f2f2;}
@font-face {
  font-family: 'gothic';
  src: ;
  src: local('gothic'),  format('woff'),  format('truetype');
}
.font-gothic {
  font-family: 'gothic' !important;
  color: #333;
}
.font-gothic2 {
  font-family: 'gothic' !important;
  font-size: 20px;
}
.font-gothic3{font-family: 'gothic' !important;}
.material-icons {
  font-family: 'material icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  width:24px;
  height: 24px;
  background-size: 24px 24px;
  vertical-align: middle;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.more_vert{background:  no-repeat;}
.close{background:  no-repeat;}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.list-unstyled {
    _display:inline;
    padding-left: 0;
    list-style: none;
    list-style:none outside none;
    overflow: hidden;
}
.list-unstyled li{
    *list-style: none outside none;
}
header{border-top: 6px solid #058ed1;}
.navbar-default{
  background-color: transparent;
  border-color: transparent;
}
.navbar-collapse{overflow: hidden;}
.navbar{ min-height: 65px; margin-bottom: 0; }

.navbar-static-top {
  border-width: 0;
  z-index: 999;
}

.navbar-header{float:left; }
.navbar-default .navbar-collapse {border-color: transparent; border-top: 0; }

@media (min-width: 768px) {
  .navbar-nav {
    float: right;
    margin: 0;
    font-size: 16px;
    height: 72px;
    line-height: 72px;
    vertical-align: middle;
  }
  .navbar-nav > li > a {
    font-weight: 400;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.navbar-brand {padding: 8px 0 8px 10px; height: 72px; }
.navbar a.navbar-brand img{display: inline-block; }
.navbar-header span{display: inline-block; font-size:14px; color:#ffffff; margin-top: 0; }
.navbar-header span.tipimg{margin-top: 30px;margin-left: 100px; }
.fr{float:right;}
.head_tel{text-shadow:0 1px 0 #666666;}
.navbar-header span.top-ad{margin-top:10px;}


ul.nav{position: relative; padding-right:1%;}
.nav > li {
  position: relative;
  margin-top: 0;
  display: block;
  text-align: center;
}

.nav > li.active{background: #058ed1; }

.nav > li > a {
  padding-left: 11px;
  padding-right: 12px;
  height: 72px;
  line-height: 72px;
}

.navbar-default .navbar-nav > li > a {
  color: #333;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{
  color: #ffffff;
  background-color: #058ed1;
}
.navbar-default .navbar-nav > li > a.active{background-color: #f5a101;}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.bot_line {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  margin-left: 0;
  width: 100%;
  height: 0;
  vertical-align: middle;
  border-bottom: 4px solid #fabb07;
}
.nav > li.active .bot_line{display: inline-block;}


ul.dropdown-menu{margin-top:0; min-width: 80px; padding-top:10px; padding-bottom: 15px; }

.dropdown-menu > li {
  float: left;
  width:100%;
  font-weight: bold;
  font-color: #666699;
}

.dropdown-menu > li > a {
  font-weight: 400;
  padding:10px 30px;
  color: #424242;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus{
  color: #ffffff;
  text-decoration: underline;
  background-color: #1c9fd7;
}

.index_header{position: relative;}

span.slide_title{font-size: 22px; font-weight: 300;}
h1 {
  font-size: 32px;
  line-height: 1.6;
  margin: 10px 0 10px 10px;
}
h3 {font-size: 26px; font-weight: 300; line-height: 40px; margin: 10px 0;}

a:focus {outline: none;}

.tabs-wrapper .row {
  z-index: 600;
}

.tabs-wrapper .pinned {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* ==========================================================================
   components styles
   ========================================================================== */
/* slide */
.btn, a, button, div[id^=uniform-] span {
-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-ms-transition: all .1s ease-in-out;
-o-transition: all .1s ease-in-out;
}

.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-weight: bold;
}
.splash .nav-circleslide {
position: absolute;
bottom: 40px;
right: 50%;
margin-right: -300px;
display: inline-block;
}

.splash .nav-circleslide a {
margin: 0 20px;
}
.splash .nav-container {
position: absolute;
bottom: 30px;
width: 100%;
text-align: center;
z-index: 99;
}
.splash .rslides_tabs {
display: inline-block;
margin: 0;
padding: 0;
list-style: none;
cursor: default;
z-index: 6;
display: inline-block;
clear: both;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.splash .rslides_tabs li {
position: relative;
display: block;
float: left;
width: 19px;
height: 19px;
margin: 0 5px;
cursor: pointer;
}

.splash .rslides_tabs li a {
top: 0;
left: 0;
width: 18px;
height: 18px;
display: block;
outline: none;
border-radius: 50%;
background-clip: padding-box;
background-color: transparent;
border: 2px solid rgba(255, 255, 255, 0.3);
text-indent: -999em;
color: transparent;
cursor: pointer;
position: absolute;
}
.splash .rslides_tabs li a{
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.splash .rslides_tabs li a:hover,.rslides_tabs li a:focus{color:transparent; text-decoration: none;}
svg:not(:root) {
overflow: hidden;
}
.splash .rslides_tabs li svg {
z-index: 10;
vertical-align: top;
}
.splash .rslides_tabs li svg circle {
opacity: 0;
fill: none;
stroke: #fff;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
stroke-dasharray: 39 39;
stroke-dashoffset: 39;
-webkit-transition: stroke-dashoffset 0.3s, opacity 0.3s;
transition: stroke-dashoffset 0.3s, opacity 0.3s;
}
.splash .rslides_tabs li.rslides_here svg circle {
opacity: 1;
stroke-dashoffset: 0;
-webkit-transition: stroke-dashoffset 0.3s, opacity 0.15s;
transition: stroke-dashoffset 0.3s, opacity 0.15s;
}
.callbacks-container .slide-text h1 {
    font-size: 18px;
    line-height: 1.6;
    margin: 10px 0;
}
.callbacks-container .caption .slide-text{}
.callbacks-container .caption-bg .slide-text{margin: 68px auto 0; padding:50px 0; width:55%; }
.callbacks-container .caption-media .slide-text{
  width:100%;
  display: inline-block;
  text-align: center;
}
.callbacks-container .caption-media img{width:100%; max-width: 435px;}
.callbacks-container .caption-media .float-p{float:left;width:45%; display: inline-block;}
.callbacks-container .caption h4{font-size: 30px; text-shadow: 0 1px 1px #000;}
.callbacks-container .caption p{
  font-size: 18px;
  width: 640px;
  margin: 0 auto;
  padding:10px 15px;
  font-weight: 300;
}

.callbacks-container .button a.intall_btn{
    font-size: 18px;
    color:#ffffff !important;
    text-decoration: none;
    margin-right: 15px;
    padding: 7px 19px;
    display: inline-block;
    width: auto;
    position: relative;
    vertical-align: middle;
    z-index: 2;
    border: 1px solid #ffffff;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    cursor: pointer;
    background: rgba(0,0,0, .1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
  }
.rslides1_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    left: 40px;
    z-index: 99;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 40px;
    width: 22px;
    background: transparent  no-repeat left top;
    margin-top: -20px;
    cursor: pointer;
}
.rslides1_nav.next {
    left: auto;
    background-position: right top;
    right: 40px;
    cursor: pointer;
}
.splash {
    position: relative;
    width:100%;/*fixed width*/
    padding: 0;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	list-style: none;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.button a.intall_btn:hover,.button a:focus{
    background: transparent; /* old browsers */
    text-decoration: none;
    }

a.work_btn,a.card_btn{
  display:inline-block;
  color:#ffffff;
  background-color: #ff9933;
  padding:8px 20px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}
a.card_btn{font-size:14px;}
a.work_btn:focus,a.card_btn:focus{background-color: #ff9933; }
a.work_btn:hover,a.card_btn:hover{background: #ff9933; text-decoration: none;}

/* index */
.noplr{padding-left: 0; padding-right: 0;}
.fmargin10{margin: 0 -6px;}
.main-content{position: relative; overflow: hidden; }
.intro-title{padding-bottom: 30px;}
.lm-title{ margin-top:0;  font-size: 16px; color: #888; line-height: 2.4; text-align: center; }
.lm-f-title{margin: 2em 0 0 0;  font-size: 2.2em; color: #333; font-weight: 400; text-align: center; border-bottom: 2px solid #ececec;}
.intro-four .lm-f-title{border-bottom: 2px solid #ddd;}
span.line{display: inline-block; margin-bottom: -2px; padding:0 30px 12px; }
.line-bg-white{
  background:  center center no-repeat;
}
.icon-list li{
    float: left;
    width: 14.2857142857%;
    padding: 10px 6px;
}
.icon-list .item img{width:100%;}
.service-list {
    display: flex;
    justify-content: space-around;
}
.service-list li{width: 20%; padding:10px 6px;}
.icon-list li a{
  display:block;
  text-align: center;
}
.icon-list li a .item{border-radius: 12px;}
.icon-list li a:hover .item{
  border-radius: 12px;
   -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .225);
  box-shadow: 0 3px 10px rgba(0, 0, 0, .225);
}


.img-list li{float: left; width: 25%; padding:10px 0px 20px 0;}
.img-list li a{
  position: relative;
  display: block;
  width: 100%;
  padding: 0 10px;
  text-decoration: none;
  overflow: hidden;
}
.img-list li .img-item{position:relative; padding:5px 5px 10px 5px;  background-color: #eee; border:1px solid #e5e5e5; }
.img-list li a img{
    /*width: 100%;*/
    width: 100%;
    height: 150px;
}

.img-list li a h5{margin-top: 15px; padding:0 5px;font-size:16px; line-height:20px;/* height: 40px;*/ overflow:hidden; white-space: nowrap; text-overflow: ellipsis; font-weight: 600; color: #333;}
.img-list li a p{margin-bottom: 0; padding: 0 5px;font-size: 13px; line-height:22px; height: 66px; color: #666; overflow: hidden;}
.img-list span.time{padding-left:1px; font-size: 12px;  color:#999; }
.glyphicon{display: block; margin:5px 0 3px;padding: 0; font-size: 24px;}
.img-list span.time .glyphicon{display: inline-block; margin:6px 0 3px;padding: 0 5px 0 5px; font-size: 12px;}
.bread .glyphicon{display: inline-block; font-size: 12px;}

#owl {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
#owl .item {
    display: block;
}
#owl .item a{position: relative; display: block;width: 100%;  }
#owl .item .title{
	position: absolute;
	display:block;
	width:100%;
	text-shadow: 0 1px 1px #454545;
	text-align:center;
	bottom: 0;
	height: 32px;
	font-size:16px;
	line-height: 32px;
	color: #fff;
	text-indent: 15px\0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}
#owl img {
    display: block;
    width: 100%;
    height: 322px !important;
    /*min-height: 322px !important;*/
}
.icon-list{margin-bottom: 20px;}
.intro-two,.intro-four{padding-bottom: 10px;}
.info-item,.gkzt-item {padding: 0 28px;}
.info-item .title{padding:0 0 12px;font-size: 18px; line-height: 24px; font-weight: 600; color: #249fe6; }
.info-item .title a{padding-left:12px;color:#249fe6; border-left: 3px solid #249fe6;}
.info-item .title a:hover{color: #249fe6;}

.info-item .title .ab{position: absolute; right: 15px; font-size: 14px; line-height: 24px; font-weight: 400; color: #888;}
.info-item ul{line-height: 36px;  font-size: 14px;}
.info-item ul li{
  position: relative;
  padding-left: 0;
  padding-right: 50px;
}
.info-item ul li .fr {
    position: absolute;
    right: 0;
}
.info-item ul a{display:block; color: #454545; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.info-item ul a:hover{color: #35a6e6; }
.rbot{border-right: 1px dotted #ccc;}

.zt-bg .container{height: 276px; background:  center center no-repeat;}
.gkzt-imgs img{margin-top: -50px;}
.c-f-title{position: relative; padding: 30px 0 0;text-align: center; line-height: 33px;}
.c-f-title .ab{position: absolute; right: 30px;  color: #fff; font-size: 14px;}
.c-f-title .ab a{color: #fff;}
.gkzt-imgs{text-align: center;}
.gkzt-item ul{padding-top: 0; list-style:square; padding-left: 15px; color: #fff;}
.gkzt-item ul li{list-style:disc;}
.c-white ul li a{color: #fff; font-size: 16px; line-height: 36px;}

.intro-four .lm-f-title{position: relative; margin-top: 30px;}
.intro-four .lm-f-title span{display:block;}
.intro-four .lm-f-title span.line{padding: 0 30px; color: #249fe6;}
.intro-four .lm-f-title span.lm-title{display:inline-block;margin-bottom: -2px;padding:0 10px 24px;color: #249fe6; font-size:22px;font-weight: 400; line-height: 1.4; border-bottom: 2px solid #249fe6;}
.intro-four .lm-f-title span.t-title{position:absolute; bottom:8px; width:100%; font-size: 13px; color: #888;text-align: center; }

.service .title{display: block; padding:20px 0 15px; text-align: center; color: #249fe6; font-size: 20px;}
.service .desc{display: block; padding: 0 10px 20px; text-align: center; color: #454545; font-size: 14px; }
.service .item{background-color: #fff; border-bottom: 3px solid #35a6e6;}
.service .service-list a{text-decoration: none;}
.service .service-list a:hover .title{text-decoration: underline;}
.service .service-list a:hover .item{
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .225);
  box-shadow: 0 3px 10px rgba(0, 0, 0, .225);
}
.service .item img{width: 100%;}
.service .intro-title{padding-bottom: 10px;}
/*lm-news*/

/* index-footer*/
footer{background-color: #35a6e6;}
.footer-container{padding-bottom: 15px;}
.footer_right{margin:30px auto 20px; border-left:1px solid #aaa;}
.footer-container ul{padding-top:30px; }
.footer-container ul li,.footer-container ul li a{text-align:center; color:#ffffff; font-size: 14px; line-height: 1.8;}
.footer-container ul li a:hover,.index_footer ul li a:focus{color:#fff;}

/*lanmu-page*/
.gallerytitle {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 3px;
    font-size: 1.8em;
    height: 58px;
    line-height: 58px;
    color: #fafafa;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    font-weight: normal;
    text-shadow: 1px 1px 1px #000;
    /* background-color: rgba(21,20,20,0.5); */
    background-color: rgba(0,0,0,0);
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.7));
    background: -webkit-gradient(linear,top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.7));
    background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.7));
}
.main_wraper{
    margin:20px 0;
    padding:0 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color:#ffffff;
}

/* side */
.side{position:fixed;width:168px; right:10px;bottom:120px;z-index:999;}
.side ul{padding:0; height:360px; /*background:#249fe6;*/ border-radius:10px; overflow: hidden;}
.side ul li{width:100%;margin:5px 0;height:162px;float:left;position:relative; text-align: center;}
.side ul li .sidebox{
  padding:8px;
  transition:all 0.2s;
  opacity:1;
  filter:alpha(opacity=90);
  color:#fff;
  overflow:hidden;
}
.side ul li .sidebox span{display: block; }
.side ul li .sidetop{width:168px;height:162px;line-height:162px;display:inline-block;background:#292929;opacity:1;filter:alpha(opacity=90);transition:all 0.3s;}
.side ul li .sidetop:hover{background:#f08200;opacity:1;filter:alpha(opacity=100);}
.side ul li img{float:left;}
.side ul li .sidebox:hover {
  opacity:1;
  filter:alpha(opacity=100);
}
/*.side ul li:first-child .sidebox{position: relative;}*/
/* .side ul li:first-child .sidebox img{max-width: 20px; max-height: 15px;position: absolute;left: 142px; top: 155px;z-index: 999;} */
.side>.sidebox {text-align: right;}

/*back top btn*/
#goto_top{
  position: fixed;
  right: 16px;
  bottom: 128px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #434343;
  width: 38px;
  height: 38px;
  line-height: 38px;
  z-index: 999;
}

#goto_top a{
  display:block;
  color:#fff;
  height:38px;
  text-decoration: none;
}
#goto_top a:hover{
  background: #3d99d2;
  border:none!important;
}
.urllink{
   margin-bottom: 0;
}
.urllink .tabs a.current {
    display: inline-block;
    font-weight: 600;
    color: #249fe6;
    background-color: #f0faff;
}
.urllink .title{
 	display: block;
    padding: 35px 0 0;
    text-align: center;
    color: #249fe6;
    font-size: 20px;
    overflow: hidden;
}
.urllink .title .c-title{
	float: left;
	height: 44px;
	margin-bottom: 8px;
	display: block;
	width: 33.33333333%;
}
.urllink .title .c-title a{
	padding: 8px 0;
	display: block;
	color: #888;
	background-color: #fff;
	text-decoration: none;
}
.urllink .title .c-title a.current,.urllink .title .c-title a:hover{
	color: #249fe6;
	background-color: #f0faff;
}
.urllink .content li{
	display: inline-block;
	padding: 6px 0;
    background-color: white;
    border-left: 1px solid #eee;
    border-bottom: 2px solid #eee;
}
.urllink ul {
    display: table;
	padding: 0;
    min-height: 72px;
}
.urllink .content li img{
	width: 199px;
}