
/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
address {
	margin: 0;
	padding: 0;
	font-family: "Microsoft Yahei", "SimHei", "SimSun";
	color: #000;
	font-weight: normal;
	font-size: 100%;
}
body{
	background: #f1f1f1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

section,
article,
aside,
header,
footer,
nav,
dialog,
figure {
	display: block;
}

img,
input,
button {
	outline: none;
}

onfouse {
	border: none;
}

li {
	list-style: none;
	
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

a {
	color: #000;
	text-decoration: none !important;
	cursor: pointer;
}

a:hover {
	color: #e60012;
}

a:visted {}

.clear {
	clear: left;
}
/*nav style begin*/
nav{
	background: white;
	height: 80px;
	width: 100%;
	position: fixed;
	z-index: 9999999;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	left: 0;
	top: 0;
       -webkit-transform: translateZ(0);
}
.navleft{
	position: absolute;
	left: 30px;
	top: 0;
}
.navleft .logo{
	display: block;
	width: 196px;
	height: 80px;
	float: left;
}
.navleft .choosebtn{
	width: 72px;
	height: 28px;
	border: 1px solid #ccc;
	font-size: 12px;
	text-align: center;
	line-height: 28px;
	display: block;
	float: left;
	border-radius: 14px;
	margin-top: 25px;
	margin-left: 20px;
	position: relative;
}
.navleft .choosebtn:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid dashed dashed;
	border-color: #999 transparent transparent;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 10px;
	margin-top: -3px;
	border-width: 4px;
	border-top-color: rgba(153, 153, 153, 1)
	
}
.navleft .choosebtn:hover{
	background: #e60012;
	color: white;
	border-color: #e60012;
}
.navrig{
	position: absolute;
	right: 30px;
	top: 0;
	height: 80px;
	padding:16px 0 0  54px;
	background: url("../images/tel_icon_bg.jpg"/*tpa=http://km.cnltjz.com/statics/pc/images/tel_icon_bg.jpg*/) no-repeat left 18px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.navrig p{
	font-size: 12px;
	color: #999;
	display: block;
}
.navrig span{
	font-family: arial;
	font-size: 22px;
	color: #e60012;
}
.layui-nav{
	display: table;
	text-align: center;
	margin: 0 auto;
	height: 80px;
	line-height: 80px;
	border-radius: 0;
	background: white;
	position: static;	
}
.layui-nav-item {
	width: 110px;
	position: static !important;
}
.layui-nav-item a{
	color: #000 !important;
	font-size: 16px;
	position: relative;
}
.layui-nav-item a:hover{
    background-color: #e70012!important;
	color: #fff  
}
.layui-nav-item a.layui-this{
	
}
.layui-nav-bar,.layui-nav-item .layui-this:after{
	height: 2px !important;
	color: #e60012;
	width: 40px !important;
	margin: 0 35px;
	background-color: #e60012;
}
.layui-nav-bar{
	left:0;
	top:-2px;
}
.layui-nav .layui-nav-item a{
	padding: 0 !important;
}
.layui-nav-tree .layui-nav-itemed:after{
	width: 40px;
	height: 2px;
}
.layui-nav-child{
	top:80px;
	height: 114px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 25px 0 0 0;
}
.layui-nav-child dl{
	display: table;
	text-align: center;
	margin: 0 auto;
}
.layui-nav-child dd{
	display: block;
	width: 240px;
	float: left;
}
.layui-nav-child dd a{
	font-size: 14px;
}
.layui-nav-child dd a img{
	display: block;
	margin: 0 auto;
}
.layui-nav-child dd a:hover{
	background: none !important;
}

.choosecity{
	width: 720px;
	height: 578px;
	background:url("../images/mapbg.jpg"/*tpa=http://km.cnltjz.com/statics/pc/images/mapbg.jpg*/) no-repeat center center;
	position: relative;
	border-radius: 8px;
}
.choosecity .title{
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 95px;
}
.choosecity .title span{
	display: block;
	font-weight: normal;
	font-size: 16px;
	margin-top: 10px;
}
.choosecity .title span em{
	color: #e60012;
}
.choosecity .radio{
	width: 14px;
	height: 14px;
	border-radius: 7px;
	border: 1px solid #ccc;
	background: white;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow:0 2px 6px #ccc ;
	position: absolute;
	
}
.choosecity .radios{
	width: 6px;
	height: 6px;
	background: #666;
	margin: 3px;
	display: block;
	border-radius:3px ;
}
.choosecity a{
	position: absolute;
	left:-25px;
	top: -40px;
	display: block;
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #ccc;
	background: white;
	border-radius: 4px;
	box-shadow: 0 2px 8px #999;
	font-size: 14px;
}
.choosecity .large a{
	width: 80px;
	text-indent: 2px;
	left: -35px;
}
.choosecity .radio:hover a,
.choosecity .selected a{
	z-index: 2;
}
.choosecity a:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid dashed dashed;
	border-color: #fff transparent transparent;
	overflow: hidden;
	border-width: 6px;
	left: 24px;
	bottom: -11px;
	position: absolute;	
	z-index: 99;
}
.choosecity .large a:before,
.choosecity .large a:after{
	left: 34px;
}
.choosecity a:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid dashed dashed;
	border-color: #999 transparent transparent;
	overflow: hidden;
	border-width: 6px;
	left: 24px;
	bottom: -12px;
	position: absolute;	
}

.choosecity .radio.selected,.choosecity .radio:hover{
	border-color: #e60012;
	background: #e60012;
	box-shadow:0 2px 6px #e60012 ;
	z-index:99;
}
.choosecity .radio.selected .radios,.choosecity .radio:hover .radios{
	background: #fde125;
}
.choosecity .radio.selected a,.choosecity .radio:hover a{
	border-color: #e60012;
	background:#e60012;
	color: white;
	box-shadow: 0 2px 8px #e60012;
}
.choosecity .radio.selected a:before,.choosecity .radio.selected a:after,.choosecity .radio:hover a:before,.choosecity .radio:hover a:after{
	border-color: #e60012 transparent transparent;
}
.choosecity .cd{
	left:355px;
	top:336px;
}
.choosecity .sjz{
	left:465px;
	top:242px;
}
.choosecity .hf{
	left:490px;
	top:306px;
}
.choosecity .dl{
	left:310px;
	top:402px;
}
.choosecity .km{
	left:350px;
	top:436px;
}
.choosecity .gy{
	left:410px;
	top:396px;
}
.choosecity .nn{
	left:440px;
	top:460px;
}
.choosecity .tz{
	left:570px;
	top:352px;
}
.choosecity .fz{
	left:520px;
	top:386px;
}
.choosecity .qz{
	left:510px;
	top:450px;
}
.choosecity .la{
    left: 430px;
    top: 320px;
}
.choosecity .liuzhou{
	left: 460px;
    top: 420px;
}
.choosecity .fuyang{
    left: 425px;
    top: 270px;
}
.choosecity .qujing{
    left: 400px;
    top: 430px;
}
.choosecity .tengchong{
    left: 300px;
    top: 440px;
}
.choosecity .guilin{
	left:460px;
	top:480px;
}
.choosecity .yulin{
	left:420px;
	top:500px;
}
.choosecity .xt{
	left:460px;
	top:270px;
}
/*nav style end*/
/*base style begin*/
.content{
	
	width: 100%;
}
.contents{
	padding: 100px 0;
	width: 100%;
	background: white;
}
.content .title,.contents .title{
	text-align: center;
	font-size: 32px;
	width: 100%;
	margin-bottom: 60px;
	padding-top: 50px;
}
.content .title span,.contents .title span{
	display: block;
	width: 100%;
	color: #666;
	font-size: 14px;
}
#page{
	text-align: center;
	margin: 0 0 60px 0;
}
/*base style end*/
/*footer style begin*/
.footer {
	margin-top: 16px;
	background: url("../images/footer_bg.jpg"/*tpa=http://km.cnltjz.com/statics/pc/images/footer_bg.jpg*/) no-repeat center top #272936;
	width: 100%;
}

.foot {
	width: 1190px;
	margin: 0 auto;
	padding-top: 80px;
	overflow: hidden;
}

.foot ul {
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 25px;
}

.foot ul h3 {
	color: white;
	font-size: 18px;
	margin-bottom: 7px;
}

.foot ul li a {
	display: block;
	font-size: 14px;
	color: #999999;
	line-height: 32px;
	height: 32px;
}

.foot ul li a:hover {
	color: white;
	text-decoration: underline !important;
}

.foot dl {
	display: block;
	float: right;
	overflow: hidden;
	padding-top: 20px;
}

.foot dl dt,
.foot dl dd {
	display: block;
	float: left;
	margin-left: 20px;
}
.foot dl dt{
	padding-top: 15px;
}
.foot dl dt p{
	display: block;
	color: #fde125;
	font-size: 14px;
	text-align: right;
}
.foot dl dt h3{
	color: #fde125;
	font-size: 36px;
	font-family: "arial";
	margin-bottom: 10px;
}
.foot dl dt a{
	display: block;
	border: 1px solid #999;
	color: #999;
	width: 116px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	float: right;
}
.foot dl dt a:hover{
	background:#fde125;
	border:1px solid #fde125;
	color: #000;
}
.footb {
	padding: 20px 0 5px 0;
	width: 1190px;
	margin: 50px auto 0 auto;
}

.footb p {
	font-size: 12px;
	color: white;
	margin: 20px 0;
}

.footb p span {
	display: block;
	padding-bottom: 5px;
	font-weight: bolder;
	font-size: 16px;
}

.footb p font {
	color: #666666;
}

.footb p a {
	color: #666666;
	margin-left: 16px;
}

.footb p a:hover {
	color: #e6e000;
	text-decoration: underline !important;
}

div.code{
	height: 0;
	overflow: hidden;
}


/*footer style end*/

.ddbg{
	background: url("../images/dbg.png"/*tpa=http://km.cnltjz.com/statics/pc/images/dbg.png*/) left top;
}

/*page*/
.layui-laypage{
	height: 40px;
}
.layui-laypage a, .layui-laypage span{
	height: 38px;
	line-height: 38px;
	font-size: 14px;
}
.layui-laypage a:hover{
	color: #e60012;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
	background: #e60012;
}
/*server fixed*/
.layui-fixbar .layui-icon{
	background: white !important;
	background: url("../images/server_icon.png"/*tpa=http://km.cnltjz.com/statics/pc/images/server_icon.png*/) no-repeat !important;
	margin-bottom: 5px;
}
.layui-fixbar .layui-icon:first-child{
	background-position: 0 0;
}
.layui-fixbar .layui-icon:nth-child(3){
	background-position: 0 -65px !important;
}
.layui-fixbar .layui-fixbar-top{
	background: url("../images/server_icon.png"/*tpa=http://km.cnltjz.com/statics/pc/images/server_icon.png*/) no-repeat left bottom !important;
	margin-top: 10px;
}
.layui-form-danger+.layui-form-select .layui-input, .layui-form-danger:focus {
    border-color: #e60012 !important;
}


/*case-left*/
.case_cont{
	width: 750px;
	margin:0 auto;
}
.case_cont_tit{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
        width: 100%;
        display: -wekit-box;
}
.case_cont_tit span{
	display:block;
        width: 16.6%;
        float:left;
	font-size: 14px;
}
.case_cont_tit span:last-child{
	text-align: right;
}
.gallery {
  width: 750px;
  margin: 0 auto;
  padding-bottom: 16px;
  overflow: hidden;
}
.gallery .set_menu{
	width: inherit;
	height: 30px;
	margin: 10px 0;
	font-size: 13px;
	line-height: 30px;
}
.gallery .set_menu .prompt{
	float: left;
}
.gallery .set_menu .menus{
	float: right;
}
.gallery .set_menu .menus a{
	display: inline-block;
	color: #999;
}
.gallery .set_menu .menus i{
	display: inline-block;
	width: 1px;
	height: 12px;
	background-color: #999;
	margin: 0 20px;
	vertical-align:middle;
}
.gallery .big-pic {
  border: 1px solid #ededed;
  background-color: #fafcfe;
  position: relative
}

.gallery .big-pic #big-pic {
  width: 100%;
  height: 522px;
  overflow: hidden;
}

.gallery .big-pic #big-pic img {
  width: 100%;
  height: auto;
}

.gallery .big-pic .max {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: #fff url("../../images/v9/max.png"/*tpa=http://km.cnltjz.com/statics/images/v9/max.png*/) no-repeat 5px center;
  z-index: 101;
  padding: 5px 5px 5px 20px
}

.gallery .photo_prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 0
}

.gallery .photo_next {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 0
}

.gallery .photo_prev a,
.gallery .photo_next a {
  background-image: url("../../images/blank.gif"/*tpa=http://km.cnltjz.com/statics/images/blank.gif*/);
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}
.gallery .photo_prev a:hover span{
	display: block;
	position: absolute;
	width: 60px;
	height: 100px;
	left: 0;
	top: 50%;
	margin-top: -50px;
	background: rgba(0, 0, 0, 0.5) url("../img/photo_prev.png"/*tpa=http://km.cnltjz.com/statics/pc/img/photo_prev.png*/) center no-repeat;
}
.gallery .photo_next a:hover span{
	display: block;
	position: absolute;
	width: 60px;
	height: 100px;
	right: 0;
	top: 50%;
	margin-top: -50px;
	background: rgba(0, 0, 0, 0.5) url("../img/photo_next.png"/*tpa=http://km.cnltjz.com/statics/pc/img/photo_next.png*/) center no-repeat;
}
.gallery .design_idea{
	padding: 20px 0;
	font-size: 14px;
	line-height: 24px;
	text-indent: 2em;
	border-bottom: 1px solid #ddd;
}
.gallery .list-pic {
  padding: 10px 0 0;
  width: 513px;
  margin: 0 auto;
  position: relative;
  overflow: hidden
}

.gallery .cont {
  float: left;
  height: 100px;
  margin: 0 5px;
  width: 437px;
  position: relative;
  overflow: hidden;
}

.gallery .cont li {
	display: block;
  float: left;
  width: 109px;
  text-align: center;
  overflow: hidden;
}

.gallery .cont li .img-wrap {
  width: 105px;
  border: 2px solid #ddd;
  overflow: hidden;
  margin:0 auto;
}

.gallery .cont li .img-wrap a {
  position: relative;
  display: block;
  width: inherit;
  height: inherit;
}

.gallery .cont li .img-wrap a img {
  display: block;
  width: 100%;
  min-height: 100%;
}
.gallery .cont li .img-wrap a i{
  position: absolute;
  display: inline-block;
  bottom: 1px;
  right: 1px;
  font-size: 12px;
  font-style: normal;
  height: 15px;
  line-height: 15px;
  background-color: #000;
  color: #fff;
  padding: 0 5px;
  border-radius: 7.5px; 
}
.gallery .cont li.on .img-wrap {
  border: 2px solid #e70012;
}

.gallery .pre,
.gallery .next {
    position: relative;
  float: left;
  display: block;
  width: 116px;
  text-align: center;
  margin-top: -115px;
  padding: 12px 16px 5px;
  border: 1px solid #ddd;
  border-bottom-width: 5px;
}

.gallery .pre .img-wrap,
.gallery .next .img-wrap {
  width: 82px;
  border: none;
  overflow: hidden;
}
.gallery .pre .img-wrap a,
.gallery .next .img-wrap a {
  display: block;
  border: none;
}
.gallery .pre .img-wrap a img,
.gallery .next .img-wrap a img{
	display: block;
	max-width: 100%;
 }

.gallery .pre .img-wrap a:hover,
.gallery .next .img-wrap a:hover {
  background: none
}

.gallery .next {
  float: right;
}
.gallery .pre-bnt{
    margin-left: 14px
}
.gallery .pre-bnt,
.gallery .next-bnt {
  float: left;
  display: block;
  width: 20px;
  height: 65px;
  border: 1px solid #ddd;
  margin-top: 20px;
  background: url("../img/gallery_icons.png"/*tpa=http://km.cnltjz.com/statics/pc/img/gallery_icons.png*/) left center no-repeat;
}
.gallery .next-bnt{
  background-position: -20px center;
}
.gallery .picbig {
  padding: 10px 0;
  transition: left .5s;
}
.gallery .imgpn{
    width:750px;
    padding-top: 14px
}
.gallery .imgpn a{
	font-size: 13px;
	color: #333;
}

.gallery .endselect {
	position: absolute;
	top: -315px;
	left: 50%;
  width: 470px;
  height: 315px;
  margin: -175px 0 0 -235px;
  background-color: #fff;
  z-index: 0;
  transition: top .5s;
}
.gallery .show{
	display: block;
	top: 50%;
}
.gallery .endselect #endSelClose{
  position: absolute;
  top: 18px;
  right: 18px;
  width: 19px;
  height: 19px;
  background: url("../img/gallery_icons.png"/*tpa=http://km.cnltjz.com/statics/pc/img/gallery_icons.png*/) -40px 0 no-repeat;
  cursor: pointer;
}
.gallery .endselect .alert{
	padding: 25px 40px;
	background-color: #272936;
	
}
.gallery .endselect .alert strong{
	display: block;
	font-weight: normal;
  font-size: 20px;
  line-height: 40px;
  padding-bottom: 10px;
  color: #fff;
}
.gallery .endselect .alert .tips{
	color: #fff;
}
.gallery .endselect .alert .tips a.replay{
	display: block;
	float: right;
	width: 88px;
	height: 22px;
	font-size: 14px;
	list-style: 22px;
	border:1px solid #fff;
	text-align: center;
	color: #fff;
}
.gallery .endselect .hot_cases{
	padding: 20px 40px;
}
.gallery .endselect .hot_cases .hc_title{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.gallery .endselect .hot_cases .hc_title a{
	display: block;
	float: right;
	color: #333;
}
.gallery .endselect .hot_cases dl{
	display: block;
	margin-top: 15px;
}
.gallery .endselect .hot_cases dl dd{
	display: block;
	float: left;
	margin-right: 15px;
}
.gallery .endselect .hot_cases dl dd.last{
	margin-right: 0;
}
.gallery .endselect .hot_cases img{
	display: block;
	width: 120px;
	height: 88px;
}
.gallery .endselect .hot_cases span{
	display: block;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	color: #333;
	margin-top: 5px;
}
.case_cont .case_include .pb_title{
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.case_cont .case_include dl{
	display: block;
	margin-top: 15px;
	height: 115px;
}
.case_cont .case_include dl dt{
	float: left;
	display: block;
	width: 114px;
	height: 113px;
	background-color: #e60012;
	border:1px solid #ddd;
	overflow: hidden;
}

.case_cont .case_include dl.row-2 dt{
	background-color: #42b391;
}
.case_cont .case_include dl.row-3 dt{
	background-color: #48b342;
}
.case_cont .case_include dl.row-4 dt{
	background-color: #4e4e80;
}
.case_cont .case_include dl.row-5 dt{
	background-color: #734e80;
}
.case_cont .case_include dl.row-6 dt{
	background-color: #272936;
}
.case_cont .case_include dl dt i{
	display: block;
	width: 26px;
	height: 26px;
	margin: 30px auto 10px;
	background: url("../img/include_icons.png"/*tpa=http://km.cnltjz.com/statics/pc/img/include_icons.png*/) left center no-repeat;
}
.case_cont .case_include dl.row-2 dt i{
	background-position: -26px center;
}
.case_cont .case_include dl.row-3 dt i{
	background-position: -52px center;
}
.case_cont .case_include dl.row-4 dt i{
	background-position: -78px center;
}
.case_cont .case_include dl.row-5 dt i{
	background-position: -104px center;
}
.case_cont .case_include dl.row-6 dt i{
	background-position: -130px center;
}
.case_cont .case_include dl dt span{
	display: block;
	text-align: center;
	color: #fff;
}
.case_cont .case_include dl dd{
	float: left;
	width: 97px;
	height: 56px;
	line-height: 56px;
	font-size: 14px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center; 
}
.case_cont .case_include dl dd.bt{
	border-top: 1px solid #ddd; 
}
.case_cont .case_include dl dd.sm{
	font-size: 13px;
}
.case_cont .recom_cases .pb_title{
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.case_cont .recom_cases{
	margin: 30px 0 50px 0;
	
}
.case_cont .recom_cases ul{
	display: block;
	overflow: hidden;
	margin-top: 30px;
}
.case_cont .recom_cases ul li{
	float: left;
	width: 280px;
	margin: 0 30px 30px 0;
}
.case_cont .recom_cases ul li:hover a{
	color:#e3161e
}
.case_cont .recom_cases ul li:nth-child(3n){
	margin-right: 0;
}
.case_cont .recom_cases ul li .pic{
	width: inherit;
	height: 230px;
	overflow: hidden;
}
.case_cont .recom_cases ul li .pic img{
	width: 100%;
	transition: all 0.6s;
}
.case_cont .recom_cases ul li .pic a:hover img{
	transform: scale(1.1);
}
.case_cont .recom_cases ul li .tit{
	border:1px solid #ddd;
	border-top:none;
	padding: 10px;
	overflow: hidden;
}
.case_cont .recom_cases ul li .tit a{
	display: block;
	height: 22px;
	overflow: hidden;
}
.case_cont .recom_cases ul li .tit span.tit_text{
	display: block;
	height: 22px;
	overflow: hidden;
}
.case_cont .recom_cases ul li .tit p{
	margin: 10px 0;
	display: block;
	border-top:1px solid #ddd;
}
.case_cont .recom_cases ul li .tit p span{
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	display: block;
}
.case_cont .recom_cases ul li .tit p span.left{
	float: left;
}
.case_cont .recom_cases ul li .tit p span.right{
	float: right;
}
.bottom_bar{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-top: 1px solid #ddd;
	background-color: #fff;
	z-index: 1;
	text-align: center;
}
.bottom_bar span{
	display: inline-block;
	padding: 0 20px;
	font-size: 14px;
	overflow: hidden;
}
.bottom_fill{
	width: 100%;
	height: 61px;
}
.layui-carousel>[carousel-item]>*{
	text-align: center;
}

#k_s_ol_miniWinSm .content{
	padding-top:0 !important;
}

/*适配导航栏*/
@media only screen and (min-width: 100px) and (max-width: 1400px) {
nav .layui-nav-item{
width: 80px;
}
nav .layui-nav-item a{
font-size: 12px;
}
.layui-nav-bar, .layui-nav-item .layui-this:after{
margin: 0 20px;
}
}




.alform{
	padding: 30px;
	border-radius: 10px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 9999999999;
	width: 960px;
	display: none;
}
.changeview{
	position: absolute;
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	background: white;
	border-radius: 4px 0 0 4px;
	background: #f1f1f1;
	overflow: hidden;
}
.changeview span{
	display: block;
	width: 40px;
	height: 105px;
	padding: 10px;
	text-align: center;
	cursor: pointer;
}
.changeview span.on{
	background: white;
	color:#E60012 ;
}
.alprice{
	width: 100%;
	height: 342px;	
}
.left_alform{
	width: 50%;
	float: left;
	padding-right: 80px;
	position: relative;
}
.left_alform .title{
	font-size: 28px;
	text-align: center;
	margin-bottom: 30px;
}
.left_alform .layui-form-label{
	font-size: 14px;
	padding: 9px 15px 9px 0;
	text-align: left;
	position: relative;
}
.left_alform .layui-form-label span{
	font-size: 18px;
	color: #e60012;
	position: absolute;
	right: 10px;
	top: 12px;
}
.left_alform .layui-input-block{
	margin-left: 80px;
}
.left_alform .layui-input-block span {
    position: absolute;
    right: 15px;
    top: 6px;
}    
.left_alform .top{
	width: 140px;
	float: left;
	margin-right: 10px;
}
.left_alform .top:last-child{
	margin: 0;
}
.left_alform .layui-form-item .layui-input-inline{
	width: 100% !important;
}
.left_alform .bottom{
	width: 90px;
	float: left;
	margin-right: 10px;
}
.left_alform .bottom:first-child{
	margin-left: 80px;
}
.left_alform .bottom:last-child{
	margin: 0;
}
.left_alform .layui-form-select dl dd.layui-this{
	background: #e60012;
}
.alprice .mid_btns {
	width: 110px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.alprice .mid_btns .btn_bg {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 2px solid #ccc;
	position: relative;
}
.alprice .mid_btns .btn_bg:before {
	content: "";
	position: absolute;
	display: block;
	width: 2px;
	height: 440px;
	left: 50%;
	top:-167px;
	background: #ccc;
}

.alprice .mid_btns .btn_bg:after {
	content: "";
	position: absolute;
	display: block;
	width: 42px;
	height: 120px;
	left: 32px;
	top:-6px;
	background: white;
}

.alprice .mid_btns .btn_bg a {
	display: block;
	width: 90px;
	height: 90px;
	border: 10px solid rgba(230,0,18,0.5);
	background: #e60012;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	left: 8px;
	top: 8px;
	z-index: 999;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 14px;
	text-align: center;
	color: #fff;
}
.alprice .mid_btns .btn_bg a:hover:after{
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	border: 10px solid #e60012;
	background: none;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	left: -10px;
	top: -10px;
	z-index: 998;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	animation: tts 1s infinite linear;
	-webkit-animation: tts 1s infinite linear;
	-moz-animation: tts 1s infinite linear;	
}
/*动画*/
@-moz-keyframes tts {
	0% {
		-moz-transform: scale(1);
		opacity: 1;
	}
	50% {
		-moz-transform: scale(1.2);
		opacity: 0.5;
	}
	100% {
		-moz-transform: scale(1);
		opacity: 0;
	}
}
}
@-webkit-keyframes tts {
	0% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1.2);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}
@keyframes tts {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	50% {
		transform: scale(1.2);
		opacity: 0.5;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}
.rig_alform{
	width: 50%;
	float: left;
	padding-left: 80px;
}
.rig_alform #totals,.rig_alform #totalsm {
	font-size: 20px;
	overflow: hidden;
	width: 270px;
	margin: 5px auto 30px auto;
}
.rig_alform #totalsm{
	font-size: 16px;
	width: 170px;
	margin: 0 auto 30px auto;
}
.rig_alform #totals span,.rig_alform #totalsm span{
	float: left;
	margin: 0 5px;
	line-height: 28px;	
}
.rig_alform #totals .t_num,.rig_alform #totalsm .t_num {
	float: left;
	line-height: 13px;
	margin: 5px 6px 0 0;	
}
.rig_alform #totalsm .t_num{
	margin: 2px 6px 0 0;
}
.rig_alform #totals .t_num i,.rig_alform #totalsm .t_num i {
	width: 15px;
	height: 23px;
	display: inline-block;
	background: url("../images/number.png"/*tpa=http://km.cnltjz.com/statics/pc/images/number.png*/) no-repeat;
	background-position: 0 0;
	text-indent: -999em;
}
.rig_alform .peice_cite{
	border: 1px solid #d2d2d2;
	height: 262px;
	padding: 30px 0;
}
.rig_alform .peice_cite .bj{
	text-align: center;
}

.aldesign{
	display: none;
	height: 342px;
}
.aldesign .layui-btn{
	background: #E60012;
}
.al_msg_info{
	margin-top: 15px;
	font-size: 14px;
	text-align: center;
	color: #fca324;
}
.rig_algesign{
	background: url("../images/alformbg.jpg"/*tpa=http://km.cnltjz.com/statics/pc/images/alformbg.jpg*/) no-repeat right top;
	height: 342px;
	position: relative;
}
.rig_algesign:before{
	position: absolute;
	content: '';
	display: block;
	background: url("../images/al_ljline.png"/*tpa=http://km.cnltjz.com/statics/pc/images/al_ljline.png*/) no-repeat left top;
	width: 107px;
	height: 12px;
	left: -56px;
	top: 50%;
}