/*弹窗*/
.layui-layer.tcbgcolor {background: #eeeeee;}
.tanchuang {width: 100%;height: 100%;overflow: hidden;display: none;}
.tanchuang h2 {font-size: 26px;color: #3b3b3b;text-align: center;margin-top: 25px;margin-bottom: 5px;font-weight: bold;letter-spacing: 1px;}
.tanchuang p.l {height: 2px;width: 60px;margin: 0 auto;background: #3b3b3b;}
.tanchuang p {text-align: center;font-size: 14px;}
.tanchuang p.t {margin-top: 10px;font-weight: bold;}
.tanchuang form {margin-top: 30px;}
.tanchuang form input, .tanchuang form select{margin: 0 auto;display: block;width: 260px;height: 40px;border: none;margin-bottom: 10px;border-radius: 2px;outline: none;padding: 0 10px;font-size: 14px;}
.tanchuang form textarea{margin: 0 auto;display: block;width: 260px;height: 80px;border: none;margin-bottom: 10px;border-radius: 2px;outline: none;padding: 10px;font-size: 14px;}
.tanchuang form input:focus {outline: 1px solid #095eaf;}
.tanchuang form select:focus {outline: 1px solid #095eaf;}
.tanchuang form textarea:focus {outline: 1px solid #095eaf;}
.tanchuang form input[type=submit] {cursor: pointer;font-size: 16px;font-weight: bold;letter-spacing: 2px;background: #095eaf;color: #fff;margin-top: 20px;}
.tanchuang form input[type=submit]:focus {border: none;}
.tanchuang form input[type=submit]:hover {background: #095eaf;color: #fff;}
/*左侧浮窗*/
.fuchuang_nav{width: 60px;position: fixed;right: 15px;bottom: 150px;background: #095eaf;text-align: center;z-index: 999;display: none;box-sizing: border-box;}
.fuchuang_nav.active{display: block;}
.fuchuang_nav .gotop{height: 45px;width:45px;background: url(../images/fuchuang_up.png) center top 6px no-repeat #095eaf;background-size: 55%;cursor: pointer;border-radius: 5px;position: absolute;left: 50%;top: 60px;transform: translateX(-50%);box-shadow: 0 0 .15rem rgba(0, 0, 0, 0.2);overflow: hidden;opacity: .85;}
.fuchuang_nav .gotop:hover{background-color: #095eaf;}
.fuchuang_nav ul{width: 100%;height: auto;}
.fuchuang_nav ul:after{content: "";clear: both;display: block;}
.fuchuang_nav ul li{width: 100%;float: left;padding: 18px 2px;border-bottom: 1px solid rgba(0,0,0,.1);cursor: pointer;position: relative;font-size: 13px;letter-spacing: 2px;color: #ffffff;line-height: 18px;}
.fuchuang_nav ul li.nav_lianxi .fc_tel{display: none;position: absolute;right: 70px;top: 20px;padding: 15px 20px;color: #fff;background: #282828;border-radius: 5px;font-size: 18px;}
.fuchuang_nav ul li.nav_lianxi .fc_tel p{white-space: nowrap;text-align: left;letter-spacing: 1px;padding: 2px 0;}
.fuchuang_nav ul li.nav_lianxi:hover .fc_tel{display: block;}
.fuchuang_nav ul li a{color: #ffffff;display: block;width: 100%;height: 100%;}
.fuchuang_nav ul li:hover{opacity: .9;}
.fuchuang_nav ul li:hover a{opacity: .9;}
.fuchuang_nav .wxewm{width: 100%;height: auto;position: relative;cursor: pointer;}
.fuchuang_nav .wxewm i{display: block;width: 100%;height:50px;background: url(../images/fuchuang_wx.png) center center no-repeat;}
.fuchuang_nav .img{display: block;padding: 0 2px 2px 2px;position: relative;width: 100%;}
.fuchuang_nav .img .small_wxewm{width: 100%;padding:5px 8px 10px 8px;height: auto;cursor: pointer;display: none!important;}
.fuchuang_nav .big_wxewm{position: absolute;right: 70px;bottom: 0px;padding:5px;width: 100px;display: none;z-index: 999;box-shadow:0px 0px 2px rgba(0, 0, 0, 0.2);max-width: unset;}
.fuchuang_nav .wxewm:hover .big_wxewm{display: block;}
.layui-layer-setwin .layui-layer-close2:hover{background-position: -149px -31px;}