/* 公共样式 */
.tall {
  z-index: 9999;
}
.heightLight:hover {
  color: #fff;
  filter: brightness(115%);
  -ms-filter: brightness(115%);
}
.top_nav li a:hover {
  color: #4B9AF3 !important;
}
.top_nav{
    position: relative;
}
.bg_color {
  background: #FBF8FB;
}
.y_big_width {
  width: 100%;
}
.cont_center {
  width: 1150px;
  margin: 0 auto;
}
.subtitle {
  font-size: 16px;
  color: #555;
  text-align: center;
  line-height: 2em;
}
.float_ul li {
  float: left;
  background: #fff;
  /* box-shadow: 0 0 10px 1px rgba(0,0,0,.1); */
  box-shadow: 0 0 10px 1px #eee;
}
.y_spacing {
  padding: 55px 0;
}
.cont_btn_box {
  text-align: center;
}
.cont_btn_box a {
  width: 221px;
  line-height: 60px;
  margin: 5px 10px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
}
.orange {
  background-image: linear-gradient(to right, #FF402C, #FF7A38);
}
.blue {
  background-image: linear-gradient(to right, #50B6F4, #4B9AF3);
}
.text_org{
    color: #FF7A38 !important;
}
.cont_btn_box a {
  transition: 1s all;
}
.cont_btn_box a:hover {
  filter: brightness(120%);
  transition: 1s all;
}
.clearfix::after {
  clear: both;
  display: block;
  content: ".";
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.dropdown-menu li:hover a{
	color: #fff !important;
}

/* 表单弹窗 */
.propup {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.propForm {
  width: 540px;
  height: 410px;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999;
}
.propTitle {
  font-size: 24px;
  color: #333;
  text-align: center;
  line-height: 42px;
}
.form1 {
  width: 420px;
  margin: 37px auto 10px;
}
.form1 input {
  display: block;
  width: 100%;
  height: 44px;
  padding-left: 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
}
.form1 input:last-child, .notawait {
  border: none;
  color: #fff;
  font-size: 16px;
  background-image: linear-gradient(to right, #FF7A38, #FF402C);
  border-radius: 5px;
}
.w-01 {
  width: 112px;
  height: 40px;
}
.propForm .closebtn{
	position: absolute;
	top: 11px;
	right: 14px;
}
.canvasBox {
  position: absolute;
  top: 139px;
  right: 100px;
}
.msg{
	height: 20px;
	text-align: center;
	color: red;
}
.telBtn {
  position: absolute;
  top: 202px;
  right: 100px;
  text-align: center;
  line-height: 40px;
  background-color: #888888;
  color: #fff;
}
.telBtn:hover{
	cursor: pointer;
}
.propForm .grey:hover{
	cursor: not-allowed;
}
.propForm .grey{
	background-color: lightgrey !important;
}
.propForm .form1{
    color: #2b2b2b;
}
.propForm .twocode{
	text-align: center;
	padding: 30px 0;
}
.propForm .twocode a{
	display: inline-block;
	line-height: 44px;
}
.propForm .twocode a:hover{
	color: #fff;
}
.propForm .twocode span{
    display: block;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    padding: 5px 0 5px 153px;
}
.propForm .notawait{
	width: 260px;
	height: 44px;
    color: #fff;
}
.tel {
  text-align: center;
  color: #333333;
  font-size: 20px;
}
/* 表单结束 */


/* flex */
.y_flex{
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
}
/* 主轴两端对齐 */
.y_flex_Between {
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* 主轴居中对齐 */
.y_flex_jCenter {
    -webkit-box-pack: justify;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
/* 侧轴居中 */
.y_flex_Center {
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

/* header样式 */

/* 底部版权 */
.y_footer{
	display: flex;
	justify-content: space-around;
	width: 1100px;
	margin: 0 auto;
	padding-top: 46px;
}
 .y_footer .left .f_tel{
	padding:  20px 0 10px 0;
}
 .y_footer .left .tel_num{
	 font-size: 26px;
	 color: #FF7A38;
	 text-align: center;
 }
 .y_footer .f_center .f_tit{
 	font-size: 22px;
	color:#fff;
 }
  .y_footer .f_center{
	   position: relative;
   }
  .y_footer .f_center input{
	  padding-left: 15px;
	  box-sizing: border-box;
 	 border-radius: 5px;
	 border: 1px solid #666;
	 outline: none;
	 background: transparent;
	 color: #fff;
	 margin-bottom: 15px;
  }
 .y_footer .f_center input::placeholder{
		color: #fff;
	}
 .y_footer .f_center span{
	 position: absolute;
	 top: 50px;
	 right: 5px;
	 color: #FF7938;
	 width: 100px;
	 height: 30px;
	 font-size: 16px;
	 cursor: pointer;
 }
 
 .y_footer .f_center .f_phone{
	  width: 390px;
	  height: 40px;
  }

 .y_footer .f_center .f_yzm{
	width: 280px;
	height: 44px;
}
 .y_footer .f_center .f_get{
	width: 110px;
	height: 44px;
	display: inline-block;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
}

 .y_footer .right{
	 text-align: center;
 }
 .y_footer .right p{
	color: #fff;
	font-size: 16px;
}
/* 底部0811改版样式*/
.y_footer .f_center .f_ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2,1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
}
.y_footer .f_center .f_ul li{
    width: 100px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #666;
}
.y_footer .f_center .f_ul li a{
    color: #fff !important;
}
.y_footer .f_center .f_ul li:hover{
    background: #FF7A38;
    border: none;
    color: #fff!important;
}


.copyright{
	width: 950px;
	text-align: left !important;
	margin: 0 auto !important;
}
.border{
	padding: 20px 0 10px 0;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	margin-bottom: 20px;
}


/*演示账号的弹窗*/
.propAccount{
    width: 300px;
    height: 400px;
    text-align: center;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 20px;
    box-sizing: border-box;
    z-index: 9999;
}
.propAccount .closebtn{
    position: absolute;
    top: 20px;
    right: 20px;
}
.propAccount > p:nth-of-type(1){
    font-size: 22px;
    color: #333;
}
.propAccount >p:nth-of-type(2){
    font-size: 16px;
    color: #999;
}


/*导航按钮的样式 */
.nav_btn_box{
    margin-top: 22px;
}
.consultation,.demonstration>a{
    display: inline-block;
    width: 100px;
    line-height: 35px;
    background: #FF7A38;
    text-align: center;
    color: #fff !important;
    border-radius: 15px;
}
.consultation {
    display: inline-block;
    right: 36px;
    /* background-image: linear-gradient(to right, #479CF6 ,#4FB4F4);
      background-image: -webkit-linear-gradient(to right, #479CF6 ,#4FB4F4); */
    /*border: 1px solid #4FB4F4 !important;*/
    /*color: #4FB4F4;*/
}
.demonstration {
    display: inline-block;
    right: -70px;
    /* 	background-image: linear-gradient(to right, #FE422D ,#FE7A37);
      background-image: -webkit-linear-gradient(to right, #FE422D ,#FE7A37); */
    /*border: 1px solid #FE7A37;*/
}

.absNav li a{
    color: #333;
}
.show {
    width: 692px;
    /* height: 536px; */
    border: 3px solid #FF412C;
    border-radius: 5px;
    position: absolute;
    top: 52px;
    left: -594px;
    background: #fff;
    color: #333;
    text-align: left;
    line-height: 22px;
    visibility: hidden;
    display: none;
    z-index: 99;
}
.show .row {
    padding: 8px 0 5px 0;
    margin: 0;
}
.hoverbox:hover .show {
    visibility: visible;
}
.demonstration:hover .show{
    visibility: visible;
}
.line {
    padding: 5px 0;
}
.hoverbox {
    display: inline-block;
    position: absolute;
    height: 50px;
    width: 100px;
    left: 0;
}
.hoverbox .show a {
    color: #3493FF;
}
.show .col-md-4 {
    text-align: center;
    border-right: 1px solid #eee;
}
.show .col-md-4 > p {
    font-weight: bold;
}
.saomaBox {
    position: absolute;
    top: -5px;
    left: 215px;
    width: 280px;
}
.y_text-small {
    font-size: 12px;
    color: #FF402C;
}
.pink_bg {
    background: #fff6f2;
    box-sizing: border-box;
    z-index: 0;
    width: 100%;
}
.triangle {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -12px;
    left: 628px;
    background: #fff;
    transform: rotate(45deg);
    border-top: 3px solid #FF412C;
    border-left: 3px solid #FF412C;
}


/*导航关于我们样式*/
li.aboutus{
    position: relative;
}
li.aboutus:hover ul{
    display: block;
}
li.aboutus ul{
    display: none;
    position: absolute;
    top: 60px;
    left: -8px;
    width: 80px;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    overflow: hidden;
}
li.aboutus ul li a{
    color: #333;
    display: block;
    line-height: 35px;
}
li.aboutus ul li:hover{
    background: #F4F4F4;
}
li.aboutus ul li a:hover{
    color: #FF7A38 !important;
}

/* 导航上的咨询演示样式 */
.top_nav{
    position: relative;
}
.top_nav .headerLastLi{
    position: absolute;
    right: -80px;
    width: 60px;
    display: flex;
}
.top_nav .headerLastLi > div > a{
    color: #fff;
    font-size: 14px;
    display: inline-block;
    width: 58px;
    line-height: 40px;
    text-align: center;
    background-color: #FF7A38 !important;
    margin-top: 20px;
    border-radius: 4px;
}
.top_nav .headerLastLi > div > a:hover{
    color: #fff !important;
}
.top_nav .headerLastLi .right_box{
    display: flex;
    width: 256px;
    height: 40px;
    margin: 20px 0 0 6px;
    border-radius: 3px;
}
.top_nav .headerLastLi .right_box p.r_account{
    width: 40px;
    height: 40px;
    text-align: center;
    border-right: 1px solid #FF7937;
    background: #fff;
    color: #343434;
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
    position: relative;
}
.top_nav .headerLastLi .r_account::after{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    top: 30px;
    left: 15px;
    border-top: 5px solid #343434;
    border-right:5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.top_nav .headerLastLi .right_box p:nth-of-type(2){
    flex: 1;
    margin: 0;
}
.top_nav .headerLastLi .right_box p:nth-of-type(2) span{
    display: flex;
    flex-direction:column;
    height: 50%;
    font-size: 12px !important;
    padding-left: 3px;
}
.top_nav .headerLastLi .right_box .c_top{
    background: #FF7A38;
    color: #fff;
}
.top_nav .headerLastLi .right_box .c_under{
    background: #fff;
    color: #565656;
}
.headerLastLi .controlBox{
    height: 100px;
}
.headerLastLi .controlBox:hover .hoverShowBox{
    display: block;
}

.hoverShowBox{
    width: 475px;
    box-sizing: border-box;
    color: #343434;
    background: #fff;
    border-radius: 5px;
    border: 2px solid #FF7A38;
    position: absolute;
    left: -168px;
    top: 75px;
    display: none;
}
.hoverShowBox::after{
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: #fff;
    border: 2px solid #FF7A38;
    transform: rotate(45deg);
    top: -9px;
    right: 40px;
    border-bottom: none;
    border-right: none;
}
.hoverShowBox hr{
    margin: 8px 0;
}
.hoverShowBox h4,.hoverShowBox h3{
    margin: 20px 0 10px 0;
    text-align: center;
}
.hoverShowBox p,.hoverShowBox a{
    padding-left: 20px;
    color: #343434;
}
.hoverShowBox p span{
    color: #999;
    padding-left: 20px;
}
.hoverShowBox .codeBox dl{
    display: inline-block;
    text-align: center;
    padding-left: 15px;
}
