/*
Theme Name: DouPHP 默认模板
Theme URI: http://demo.douphp.com/
Description: DouPHP 默认模板
Version: 1.0
Author: DouCo Co.,Ltd. Co.,Ltd.
Author URI: https://www.douphp.com/
*/
/* 初始化
----------------------------------------------- */
body {
 font-family: Microsoft Yahei, \5FAE\8F6F\96C5\9ED1, \5b8b\4f53, Arial, Lucida, Verdana, Helvetica, sans-serif;
 color: #555;
 background-color: #FFF;
}
body, button, input, textarea {
 font-size: 14px;
 line-height: 1.531;
 outline: none;
 margin: 0;
 padding: 0;
 border: 0;
}
a {
 color: #333333;
}
a:hover {
 color: #333333;
 text-decoration: none;
}
p, ul, ol, dl, dt, dd, form, blockquote {
 margin: 0;
 padding: 0;
}
ul, ol {
 list-style: none;
}
h1, h2, h3, h4, h5, h6 {
 font-size: 14px;
 margin: 0;
 padding: 0;
}
input, select {
 font-family: Microsoft Yahei;
 vertical-align: middle;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
 background-color: transparent;
 background-image: none;
 transition: background-color 50000s ease-in-out 0s;
}
em, b, i {
 font-style: normal;
 font-weight: normal;
}
img {
 vertical-align: middle;
 border: 0;
}
label {
 cursor: pointer;
}
/* 主体框架
----------------------------------------------- */
#wrapper .mb {
 margin-bottom: 50px;
}
@media (min-width: 1200px) {
 .container {
  max-width: 1140px;
 }
}

@media (min-width: 1200px) {
 .container {
  max-width: 1140px;
 }
}
.lh{
	width:100%;
	padding: 0 4%;
}
@media (max-width: 1440px) {
  .lh{padding: 0 4%;}
}
/* 头部导航
----------------------------------------------- */
#header{
	height: 100px;
	background: rgba(0,0,0,0.47);
	position: absolute;
    z-index: 1000;
	width: 100%;
}
/* -- top -- */
#header .top {
 background-color: #EEEEEE;
 height: 30px;
 border-bottom: 1px solid #DDDDDD;
 text-align: right;
}
#header .top .container {
 zoom: 1;
}
/* top-nav */
#header .top .top-nav {
 float: left;
 position: relative;
 z-index: 10000;
}
#header .top .top-nav li {
 float: left;
 text-align: center;
}
#header .top .top-nav li.lang-select {
 min-width: 80px;
}
#header .top .top-nav li a {
 display: block;
 padding: 0 10px;
 height: 30px;
 line-height: 30px;
 color: #333;
}
#header .top .top-nav li.hover {
 position: relative;
 background: #F5F5F5;
}
#header .top .top-nav ul {
 display: none;
 background: #F5F5F5;
 width: 100%;
 position: absolute;
 top: 100%;
 left: 0;
}
#header .top .top-nav ul li {
 float: none;
 font-size: 13px;
}
#header .top .top-nav ul li a:hover {
 background-color: #DDD;
}
/* search */
#header .top .search {
 float: right;
 _width: 205px;
}
#header .top .search .search-box {
 border: 1px solid #545454;
 background-color: #545454;
 height: 28px;
 padding-left: 10px;
 box-sizing: content-box;
}
#header .top .search .search-box .keyword {
 background-color: #545454;
 color: #CCCCCC;
}
#header .top .search .search-box .keyword:-webkit-autofill {
 -webkit-text-fill-color: #CCCCCC !important;
}
#header .top .search .search-box .btnSearch {
 background-color: #545454;
}
/* -- navbar -- */
#header .navbar {
 z-index: 1000;
 border-bottom: 1px solid #DDD;
 /*background-color: #FFF;*/
 box-shadow: 0px 3px 10px 0px rgb(38 107 193 / 8%);
}
#header .navbar.fix {
 position: fixed;
 top: 0;
 right: 0;
 left: 0;
 z-index: 1030;
}
@media (min-width:992px) {
 #header .navbar {
  padding: 0;
 }
}
#header .navbar .logo {
 display: block;
 height: 55px;
}
#header .navbar .logo img {
 height: 100%;
}
#header .navbar .navbar-brand {
 max-width: 70%;
 overflow: hidden;
}
#header .navbar .menu {
 background-color: transparent;
}
#header .navbar .navbar-action .fa {
 font-size: 30px;
 padding: 0 8px;
 color: #777;
}
/* -- main-nav -- */
#header .main-nav .dropdown-menu {
 padding: 0;
 margin: 0;
 min-width: 100%;
 font-size: 14px;
 color: #212529;
 text-align: left;
 list-style: none;
 background-color: #fff;
 background-clip: padding-box;
 border: 0;
 border-radius: 0;
}
@media (min-width:992px) {
 /* LEVEL ONE */
 #header .main-nav .nav-item .nav-link {
  display: block;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  color: #000;
  text-decoration: none;
 }
 #header .main-nav .nav-item .nav-link::after {
  display: none;
 }
 #header .main-nav .nav-item:hover .nav-link, #header .main-nav .active .nav-link {
  background-color: #19B4EA;
  color: #FFF;
 }
 /* LEVEL TWO */
 #header .main-nav .dropdown:hover > .dropdown-menu {
  display: block;
 }
 #header .main-nav .dropdown-menu .dropdown-item {
  background: #E0E0E0;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
 }
 #header .main-nav .dropdown-menu .dropdown-item:hover {
  background: #19B4EA;
  color: #FFF;
 }
 /* LEVEL THREE */
 #header .main-nav .dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
  min-width: 98px;
  _width: 98px;
 }
 #header .main-nav .dropdown-submenu:hover > .dropdown-menu {
  display: block;
 }
 #header .main-nav .dropdown-menu .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 13px;
  vertical-align: 0;
  border-right: 0;
  border-top: .2em solid transparent;
  border-left: .3em solid;
  border-bottom: .2em solid transparent;
 }
}
@media (max-width:992px) {
 #header .main-nav .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 23px;
 }
 #header .main-nav .dropdown-menu {
  padding-left: 15px;
 }
 #header .main-nav .dropdown-menu .dropdown-item {
  position: relative;
 }
 #header .main-nav .dropdown-item, #header .main-nav .nav-link {
  border-bottom: 1px solid #EEE;
  padding: 0.8rem 0;
  background-color: transparent;
 }
 #header .main-nav .dropdown-menu .dropdown-item:active {
  color: #555;
  background-color: #FFF;
 }
}

.headerleft{float: left;padding-top: 28px;box-sizing: border-box;}
.headerleft a{display: block;}
.headerleft a h1{font-size: 32px;color: #fff;font-weight: 500;margin-right: 20px;position: relative;float: left;}
.headerleft a h1::before{content: "";width: 4px;height: 90%;position: absolute;top: 52%;right: -12px;background: #fff;transform: translateY(-50%);}


.headertext{float: left;}
.headertext h5{font-size: 20px;color: #fff;font-weight: 500;margin-bottom: 2px;}
.headertext p{font-size: 12px;color: #fff;font-weight: 500;text-transform: uppercase;}


.headeright{float: right;padding-top: 50px;box-sizing: border-box;}
.headeright>ul>li{float: left;margin-right: 36px;position: relative;}
.headeright>ul>li:last-child{margin-right: 0;}
.headeright>ul>li>a{display: block;font-size: 16px;color: #fff;font-weight: 500;position: relative;padding: 0 6px 29px 6px;box-sizing: border-box;
transition:.5s;-moz-transition: .5s;-webkit-transition: .5s;-o-transition: .5s;}
.headeright>ul>li>a::before{content: "";width: 0%;height: 3px;position: absolute;bottom: 16px;left: 50%;background: #f08223;transform: translateX(-50%);
transition:.25s;-moz-transition: .25s;-webkit-transition: .25s;-o-transition: .25s;}
.headeright>ul>li.active>a::before{width: 100%;}
.headeright>ul>li:hover>a::before{width: 100%;}
.headerdown{width: 130px;position: absolute;top: 50px;left: 50%;transform: translateX(-50%);background: #f08223;border-radius: 0 0 4px 4px;
box-shadow: 0 5px 10px rgba(0,0,0,.1);z-index: 100;padding: 5px 0;box-sizing: border-box;z-index: 100;display: none;}
.headerdown a{display: block;font-size: 16px;color: #fff;font-weight: 400;text-align: center;padding:10px 8px;box-sizing: border-box;
transition:.5s;-moz-transition: .5s;-webkit-transition: .5s;-o-transition: .5s;}
.headerdown a:hover{background: #fff;color: #294461;}



.banner{width: 100%;}
.bannercon{width: 100%;}
.bannercon ul li{width: 100%;}
.bannercon ul li a{display: block;}
.bannercon ul li a img{display: block;max-width: 100%;margin: 0 auto;}
.bannercons{width: 100%;position: relative;}
.bannercons ul li{width: 100%;}
.bannercons ul li a{display: block;}
.bannercons ul li a img{display: block;max-width: 100%;margin: 0 auto;}
.bannertext{width: 100%;padding: 0 8%;box-sizing: border-box;position: absolute;top: 50%;right: 0;transform: translateY(-50%);
text-align: right;}
.bannertext h5{font-size: 48px;color: #fff;font-weight: 500;}
.bannertext h6{font-size: 48px;color: #fff;font-weight: 300;}
.bannertext p{font-size: 18px;color: #fff;font-weight: 300;text-transform: uppercase;}
.back_top{cursor: pointer;font-size:14px;position: fixed;text-align: center;z-index: 99;opacity: 1;transition: background-color 0.2s ease-in-out;
background: #f08223;color: #fff;border-radius: 3px;padding: 10px;right: 12px;bottom: 65px;display: none;}
.back_top:hover{background: #f08223;}
.conter{width: 100%;}
.first{height: 760px;width: 100%;padding: 40px 0 20px 0;box-sizing: border-box;}
.title{width: 100%;padding: 0 20px;box-sizing: border-box;margin-bottom: 60px;}
.title h4{font-size: 50px;color: #70726f;text-align: center;font-weight: 500;}
.title p{font-size: 18px;color: #656565;text-align: center;text-transform: uppercase;font-weight: 400;}
.firstlist{width: 100%;}
.firstlist ul li{float: left;width: 24.5%;margin-right: 0.6%;overflow: hidden;position: relative;}
.firstlist ul li:last-child{margin-right: 0;}
.firstlist ul li a{display: block;}
.firstlist ul li img{display: block;width: 100%;object-fit: cover;transition:.5s;-moz-transition: .5s;-webkit-transition: .5s;-o-transition: .5s;}
.firstlist ul li:hover img{-webkit-transform: scale(1.3);-moz-transform: scale(1.3);-o-transform: scale(1.3);-ms-transform: scale(1.3);transform: scale(1.3);}
.firstext{width: 90%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);background: rgba(8,18,45,0.29);
padding: 25px 30px;box-sizing: border-box;}
.firstext h4{font-size: 32px;color: #fff;font-weight: 500;}
.firstext p{font-size: 18px;color: #fff;font-weight: 300;text-transform: uppercase;}
.firstext span{font-size: 16px;color: #fff;font-weight: 300;}
.second{height: 460px;width: 100%;padding: 20px 0 125px 0;box-sizing: border-box;background: #fff;}
.secondcon{width: 100%;}
.secondbut{width: 100%;}
.secondbut ul li{float: left;width: 16%;margin-right: 0.8%;}
.secondbut ul li:last-child{margin-right: 0;}
.secondbut ul li img{display: block;max-width: 100%;margin: 0 auto;}
.secondbutlast{width: 100%;margin-top: 34px;}
.secondbutlast a{float: right;font-size: 14px;color: #aa1212;display: block;font-weight: 400;}

/* 首页样式
----------------------------------------------- */
/* -- slideShow -- */
.slide-show .swiper-slide a {
 display: block;
 background-color: #DDDDDD;
 height: 400px;
 background-repeat: no-repeat;
 background-position: center center;
 background-size: auto 100%;
}
.slide-show .swiper-pagination-bullet {
 width: 12px;
 height: 12px;
}
.slide-show .swiper-pagination-bullet-active {
 background-color: #19B4EA;
}
.slide-show .swiper-button-prev {
 left: 50px;
}
.slide-show .swiper-button-next {
 right: 50px;
}
.slide-show .swiper-button-prev, .slide-show .swiper-button-next {
 display: none;
 color: #FFF;
}
.slide-show:hover .swiper-button-prev, .slide-show:hover .swiper-button-next {
 display: block;
}
@media (max-width:992px) {
 .slide-show .swiper-slide a {
  height: 200px;
 }
}
/* -- index-box -- */
#index .index-box {
 padding: 40px 0;
 zoom: 1;
 overflow: hidden;
}
@media (max-width:992px) {
 #index .index-box {
  padding: 30px 0;
 }
}
#index .index-box.bg {
 background-color: #F5F5F5;
}
#index .index-box h3 {
 text-align: center;
 margin-bottom: 30px;
}
#index .index-box h3 b {
 color: #333;
 font-size: 30px;
}
#index .index-box h3 em {
 display: block;
 margin-top: 8px;
 text-transform: uppercase;
 color: #999;
}
#index .index-box .more {
 text-align: center;
}
#index .index-box .more a {
 display: inline-block;
 padding: 5px 30px;
 border: 1px solid #DDD;
 color: #19B4EA;
}
#index .index-box .more a:hover {
 border: 1px solid #19B4EA;
 background-color: #19B4EA;
 color: #FFF;
}
/* -- about -- */
#index .about .img img {
 width: 100%;
}
#index .about h2 {
 color: #333;
 font-size: 30px;
}
#index .about .desc {
 color: #666666;
 margin: 20px 0 20px 0;
 line-height: 200%;
}
#index .about .more {
 text-align: left;
}
@media (max-width:992px) {
 #index .about .img {
  margin-bottom: 20px;
 }
 #index .about .more {
  text-align: center;
 }
}
/* -- recProduct -- */
#index .product-list {
 margin-bottom: 25px;
}
#index .product-list .row {
 margin-left: -9px;
 margin-right: -9px;
}
#index .product-list .col-md-3, #index .product-list .col-6 {
 padding-left: 9px;
 padding-right: 9px;
}
#index .product-list .item {
 margin-bottom: 15px;
 text-align: center;
}
#index .product-list .item .img {
 border: 1px solid #EEE;
}
#index .product-list .item .img img {
 width: 100%;
}
#index .product-list .item .name {
 margin-top: 12px;
 font-size: 16px;
}
#index .product-list .item .price {
 margin-top: 5px;
}
/* -- article-list -- */
#index .article-list {
 margin-bottom: 20px;
}
#index .article-list .img {
 text-align: center;
 margin-bottom: 20px;
 overflow: hidden;
}
#index .article-list .img img {
 width: 100%;
}
@media (min-width: 1100px) {
 #index .article-list .img img {
  width: 445px;
  height: 278px;
 }
}
#index .article-list .img em {
 display: block;
 background-color: #EEE;
 line-height: 278px;
 color: #999;
}
#index .article-list .item {
 zoom: 1;
 overflow: hidden;
 margin-bottom: 20px;
}
#index .article-list .item dt {
 float: left;
 width: 80px;
 font-family: Arial, Lucida, Verdana, Helvetica, sans-serif;
 text-align: center;
}
#index .article-list .item dt em {
 display: block;
 background-color: #EEE;
 font-size: 36px;
 padding-bottom: 3px;
 color: #999;
}
#index .article-list .item dt b {
 display: block;
 background-color: #DDD;
 font-size: 15px;
 color: #555;
}
#index .article-list .item dd {
 margin-left: 100px;
 font-size: 14px;
}
#index .article-list .item dd a {
 color: #000;
 font-size: 16px;
}
#index .article-list .item dd p {
 color: #9A9A9A;
 line-height: 180%;
}
/* -- link -- */
#index .link {
 padding: 10px 0;
}
#index .link strong {
 color: #7A7F81;
 font-weight: bold;
}
#index .link a {
 color: #555;
}
/* page
----------------------------------------------- */
#page {
 padding: 20px 0;
 min-height: 400px;
}
#page h1 {
 color: #333333;
 font-size: 18px;
 font-weight: bold;
}
#page .info {
 padding: 2px 0 20px 0;
 color: #999999;
 font-size: 13px;
}
#page .content {
 color: #666666;
 line-height: 200%;
 padding-top: 10px;
}
#page .content img {
 max-width: 100%;
}
/* product_category
----------------------------------------------- */
#product-category .product-list {
 margin-top: 20px;
 margin-bottom: 25px;
}
#product-category .product-list .item {
 margin-bottom: 15px;
 text-align: center;
}
#product-category .product-list .item .img {
 border: 1px solid #EEE;
}
#product-category .product-list .item .img img {
 width: 100%;
}
#product-category .product-list .item .name {
 margin-top: 12px;
 font-size: 16px;
}
#product-category .product-list .item .price {
 margin-top: 5px;
}
/* product
----------------------------------------------- */
#product {
 padding: 15px 0;
}
#product .product-img {
 float: left;
 width: 300px;
}
#product .product-img img {
 width: 100%;
}
#product .product-img .swiper-button-prev {
 left: 0;
}
#product .product-img .swiper-button-next {
 right: 0;
}
#product .product-img .swiper-button-prev, #product .product-img .swiper-button-next {
 color: #333;
}
#product .product-img .swiper-button-prev:after, #product .product-img .swiper-button-next:after {
 font-size: 25px!important;
}
#product .product-img .gallery-thumbs {
 padding: 10px 0;
}
#product .product-img .gallery-thumbs .swiper-slide {
 width: 25%;
 border: 2px solid transparent;
}
#product .product-img .gallery-thumbs .swiper-slide-thumb-active {
 border: 2px solid #43B5EC;
}
#product .product-info {
 margin-left: 320px;
 padding-top: 10px;
 line-height: 200%;
}
@media (max-width: 768px) {
 #product .product-img {
  float: none;
  width: auto;
 }
 #product .product-info {
  margin-left: 0;
 }
}
#product .product-info h1 {
 font-size: 18px;
}
#product .product-info ul {
 padding-top: 10px;
 margin-bottom: 50px;
}
#product .product-info .product-price {
 margin-bottom: 5px;
}
#product .product-info .product-price .price {
 font-family: Arial;
 font-size: 20px;
 font-weight: bold;
}
#product .product-info .btn-ask a {
 display: inline-block;
 padding: 5px 25px;
 background-color: #19B4EA;
 color: #FFF;
}
#product .product-info .btn-ask a .fa {
 margin-right: 5px;
}
#product .product-info .btn-buy {
 margin-bottom: 40px;
}
#product .product-info .btn-buy .add-to-cart {
 background: #19B4EA url(images/btn_addtocart.png) no-repeat 20px 50%;
 color: #FFFFFF;
 padding: 8px 25px 8px 50px;
 text-decoration: none;
 cursor: pointer;
 font-size: 16px;
}
#product .product-info .btn-buy .add-to-cart:hover {
 background-color: #44C4EE;
}
#product .product-info .model-list {
 zoom:1;
 overflow: hidden;
}
#product .product-info .model-list a {
 display: inline-block;
 border: 1px solid #DDD;
 margin-right: 5px;
 margin-bottom: 5px;
}
#product .product-info .model-list a.cur {
 border: 1px solid #e3393c;
}
#product .product-info .model-list a img {
 width: 40px;
 width: 40px;
}
#product .product-info .model-list a i {
 margin: 0 8px;
}
#product .product-content {
 padding: 15px 0;
}
#product .product-content h3 {
 padding: 30px 0 10px 0;
 color: #333;
 font-weight: bold;
 font-size: 16px;
 border-bottom: 1px solid #CBD1D3;
}
#product .product-content ul {
 padding: 15px 0;
 color: #666;
 line-height: 200%;
}
#product .product-content img {
 max-width: 100%;
}
/* article_category
----------------------------------------------- */
#article-list dl {
 border-bottom: 1px dotted #D1D1D1;
 padding: 20px 0;
 zoom: 1;
 overflow: hidden;
 position: relative;
}
#article-list dl.last {
 border-bottom: 0;
}
#article-list dt {
 width: 620px;
 margin-bottom: 10px;
 font-size: 14px;
}
#article-list dd {
 color: #999999;
 line-height: 180%;
 zoom: 1;
 overflow: hidden;
}
#article-list dd p.img {
 width: 80px;
 float: left;
}
#article-list dd p.img img {
 width: 100%;
}
#article-list dd.have-img p.desc {
 margin-left: 90px;
 margin-right: 80px;
}
#article-list .num-date {
 position: absolute;
 right: 0;
 top: 20px;
 text-align: right;
}
@media (max-width: 768px) {
 #article-list dd.have-img p.desc {
  margin-right: 60px;
 }
}
#article-list .num-date em {
 display: block;
 background-color: #0072C6;
 color: #FFF;
 box-sizing: content-box;
 padding: 2px 0;
 text-align: center;
 font-size: 14px;
 font-weight: bold;
}
#article-list .num-date p {
 font-size: 16px;
 color: #999999;
 margin-top: 5px;
}
/* article
----------------------------------------------- */
#article {
 padding: 15px 0;
 min-height: 400px;
}
#article h1 {
 color: #333333;
 font-size: 18px;
 font-weight: bold;
}
#article .info {
 padding: 2px 0 20px 0;
 color: #999999;
 font-size: 13px;
}
#article .content {
 color: #666666;
 line-height: 180%;
}
#article .content img {
 max-width: 100%;
}
/* search
----------------------------------------------- */
#search-list dl {
 border-bottom: 1px dotted #D1D1D1;
 padding: 20px 0;
 zoom: 1;
 overflow: hidden;
 position: relative;
}
#search-list dl.last {
 border-bottom: 0;
}
#search-list dt {
 margin-bottom: 10px;
 font-size: 16px;
}
#search-list dt b {
 color: #CC0000;
 font-weight: bold;
}
#search-list dd {
 color: #999999;
 line-height: 180%;
 zoom: 1;
 overflow: hidden;
 padding-right: 90px;
}
#search-list dd p.img {
 width: 80px;
 float: left;
}
#search-list dd p.img img {
 width: 100%;
}
#search-list dd p.desc b {
 color: #CC0000;
}
#search-list dd.have-img p.desc {
 margin-left: 90px;
 margin-right: 80px;
}
#search-list .date {
 position: absolute;
 right: 0;
 top: 20px;
 text-align: right;
}
@media (max-width: 768px) {
 #search-list dd.have-img p.desc {
  margin-right: 60px;
 }
}
#search-list .date em {
 display: block;
 color: #555;
 text-align: center;
 font-size: 36px;
}
#search-list .date p {
 font-size: 16px;
 color: #999999;
 margin-top: 5px;
}
/* 全局样式
----------------------------------------------- */
/* -- ur-here -- */
.ur-here {
 padding: 25px 0 10px 0;
 line-height: 20px;
 color: #999999;
 font-weight: bold;
 font-size: 14px;
 border-bottom: 1px solid #DDD;
}
@media (max-width:992px) {
 .ur-here {
  display: none;
 }
}
.ur-here a {
 color: #999999;
}
.ur-here b {
 margin: 0 8px;
}
/* -- tree -- */
.tree-box {
 margin-bottom: 15px;
}
.tree-box h3 {
 padding: 25px 0 10px 0;
 line-height: 20px;
 color: #999999;
 font-weight: bold;
 font-size: 14px;
 border-bottom: 1px solid #DDD;
 margin-bottom: 15px;
}
@media (max-width:992px) {
 .tree-box h3 {
  display: none;
 }
}
.tree-box li {
 padding: 8px 8px;
}
.tree-box li a {
 color: #000;
 font-size: 14px;
}
.tree-box li.cur {
 background-color: #19B4EA;
}
.tree-box li.cur a {
 color: #FFF;
}
@media (max-width:992px) {
 .tree-box {
  margin-top: 10px;
 }
 .tree-box ul {
  display: inline-block;
 }
 .tree-box li {
  display: inline-block;
  padding: 0;
  margin-right: 5px;
  margin-top: 5px;
 }
 .tree-box li i {
  display: none;
 }
 .tree-box li a {
  display: block;
  border: 1px solid #EEE;
  padding: 5px 8px;
 }
 .tree-box ul ul li a {
  color: #888;
 }
}
.tree-box .search {
 display: block;
 margin: 20px 0;
}
@media (max-width: 768px) {
 .tree-box .search {
  margin: 12px 0;
 }
}
.tree-box .search .keyword {
 width: 85px;
}
/* -- screen -- */
.screen {
 padding-top: 20px;
 border-bottom: 1px dotted #DDD;
}
.screen dl {
 margin-bottom: 10px;
}
.screen dl dt {
 display: inline-block;
 font-weight: bold;
}
.screen dl dd {
 display: inline-block;
}
.screen dl dd a {
 display: inline-block;
 background-color: #DDD;
 color: #555;
 padding: 2px 10px;
 margin-right: 8px;
}
@media (max-width: 768px) {
 .screen dl dt {
  display: block;
 }
 .screen dl dd {
  display: block;
 }
 .screen dl dd a {
  margin-top: 8px;
 }
}
.screen dl dd a.cur {
 background-color: #19B4EA;
 color: #FFF;
}
/* -- search-box -- */
.search-box {
 border: 1px solid #DDDDDD;
 background-color: #FFF;
 height: 28px;
 padding-left: 10px;
 position: relative;
}
.search-box .keyword {
 color: #CCCCCC;
}
.search-box .btnSearch {
 position: absolute;
 right: 0;
 top: 0;
 background: url(images/icon_search.png) no-repeat 50% 50%;
 width: 28px;
 height: 28px;
 text-indent: -999px;
 overflow: hidden;
 cursor: pointer;
}
/* -- scale -- */
.scale {
 overflow: hidden;
}
.scale img {
 width: 100%;
 cursor: pointer;
 transition: all 0.6s;
}
.scale:hover img {
 transform: scale(1.1);
}
/* -- common -- */
.cue {
 color: red;
 font-size: 14px;
}
.clear {
 clear: both;
 height: 0;
 line-height: 0;
 font-size: 0;
}
.captcha {
 text-transform: uppercase;
}
.price {
 color: #CC0000;
}
.price-line {
 color: #999;
 font-size: 14px;
 text-decoration: line-through;
}
.none {
 display: none;
}
.pointer {
 cursor: pointer;
}
@media (max-width: 768px) {
 .m-none {
  display: none;
 }
}
@media (min-width: 768px) {
 .p-none {
  display: none;
 }
}
.nowrap {
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}
/* -- form -- */
.btn {
 display: inline-block;
 background-color: #0072C6;
 color: #EEE;
 padding: 6px 25px;
 text-transform: capitalize;
 cursor: pointer;
 font-weight: bold;
 text-align: center;
 -webkit-appearance: none;
 font-size: 14px;
 line-height: 1.5;
 border-radius: 0;
 border: 0;
}
.btn:hover {
 text-decoration: none;
 color: #FFFFFF;
 background-color: #007AD5;
}
.btn-gray {
 display: inline-block;
 background-color: #CCC;
 border: 0;
 color: #333;
 padding: 6px 15px;
 text-transform: capitalize;
 cursor: pointer;
 font-weight: bold;
 -webkit-appearance: none;
}
.btn-payment {
 display: inline-block;
 background-color: #ff4246;
 color: #FFF;
 padding: 7px 28px;
 text-transform: capitalize;
 cursor: pointer;
 font-weight: bold;
 font-size: 14px;
 text-align: center;
 -webkit-appearance: none;
}
.btn-captcha {
 display: inline-block;
 background-color: #19B4EA;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
 border: 0;
 color: #FFF;
 padding: 7px 22px;
 text-transform: capitalize;
 cursor: pointer;
 font-size: 13px;
}
.btn-captcha[disabled], .btn-captcha:disabled, .btn-captcha.disabled {
 color: #FFF;
 background-color: #b2b2b2;
 opacity: 1;
}
/* -- color -- */
.cRed {
 color: #F40;
}
.cOra {
 color: #f30;
}
.cGre {
 color: #0c6;
}
.cBlu {
 color: #69c;
}
.cGra {
 color: #999;
}
/* -- input -- */
.text-input {
 height: 34px;
 padding: 6px;
 font-size: 14px;
 border: 1px solid #E9E9E9;
 background-color: #FFF;
 color: #666;
 -webkit-appearance: none;
}
.text-input[disabled], .text-input:disabled, .text-input.disabled {
 color: #999;
}
.text-area {
 padding: 4px;
 border: 1px solid #E9E9E9;
 background-color: #FFF;
 line-height: 20px;
 -webkit-appearance: none;
}
.text-area-auto {
 border: 1px solid #E9E9E9;
 background-color: #FFF;
 padding: 0;
 font-size: 12x;
 line-height: 20px;
 resize: none;
 min-height: 40px;
 -webkit-appearance: none;
}
@media (max-width: 768px) {
 .btn, .btn-gray, .btn-payment, .btn-captcha, .text-input, .text-area, .text-area-auto, .inp-main {
  max-width: 100%;
 }
}
/*- input-file -*/
.input-file {
 width: 80px;
}
.input-file .input-file-show {
 height: 80px;
 line-height: 80px;
 text-align: center;
 color: #555;
 background-color: #F5F5F5;
}
.input-file .input-file-show img {
 width: 100%;
 height: 80px;
}
.input-file .input-file-btn {
 width: 100%;
 background-color: #EEE;
 color: #999;
 line-height: 25px;
 cursor: pointer;
 text-align: center;
 -webkit-appearance: none;
}
/*- table-basic -*/
.table-basic {
 color: #666666;
 border-left: 1px solid #EEE;
 border-top: 1px solid #EEE;
 border-collapse: collapse;
}
.table-basic select {
 color: #8F8F8F;
}
.table-basic td, .table-basic th {
 border-right: 1px solid #EEE;
 border-bottom: 1px solid #EEE;
}
.table-basic th {
 background-color: #EEE;
}
.table-basic .child {
 background-color: #FFFFFF;
}
.table-basic td label {
 margin-right: 15px;
}
.table-basic td i {
 color: #F00;
 margin-left: 5px;
 font-weight: bold;
}
/*- form-basic -*/
.form-basic dl {
 zoom: 1;
 overflow: hidden;
 margin-bottom: 20px;
}
.form-basic dl dt {
 font-weight: bold;
 margin-bottom: 5px;
 font-size: 13px;
}
.form-basic dl dt i {
 color: #F00;
 margin-left: 5px;
 font-weight: bold;
}
.form-basic dl dd label {
 margin-right: 15px;
 line-height: 34px;
}
/*- table-div -*/
.table-div {
 zoom: 1;
 overflow: hidden;
}
.table-div dl {
 zoom: 1;
 overflow: hidden;
 margin-bottom: 20px;
}
.table-div dl dt {
 font-weight: bold;
 margin-bottom: 5px;
 font-size: 13px;
}
.table-div dl dt i {
 color: #F00;
 margin-left: 5px;
 font-weight: bold;
}
.table-div dl dd label {
 margin-right: 15px;
 line-height: 34px;
}
@media (max-width:992px) {
 .table-div dl dt {
  float: none;
 }
}
/* -- lift -- */
.lift {
 margin-top: 60px;
 color: #999;
 font-size: 14px;
}
.lift a {
 color: #999;
}
.lift span {
 margin-right: 15px;
}
/* -- pager -- */
.pager {
 text-align: right;
 padding-top: 20px;
 color: #666;
 font-size: 14px;
}
.pager a {
 color: #666;
 text-decoration: underline;
}
/* -- pager class two -- */
.pager ul {
 display: inline-block;
 *display: inline;
 border-left: 1px solid #dddddd;
 padding: 0;
}
.pager ul li {
 display: block;
 float: left;
}
.pager ul li a, .pager ul li em {
 display: block;
 padding: 0 12px;
 line-height: 30px;
 text-decoration: none;
 background-color: #ffffff;
 border: 1px solid #dddddd;
 border-left-width: 0;
 border-radius: 0;
}
.pager ul li a:hover {
 background-color: #f5f5f5;
}
.pager ul li.active a {
 background-color: #f5f5f5;
 color: #999999;
 cursor: default;
}
.pager ul li em.total {
 margin-left: 10px;
 border-left-width: 1px;
 color: #999;
}
/* footer
----------------------------------------------- */
#footer {
 background-color: #F5F5F5;
 padding: 40px 0;
}
@media (max-width:992px) {
 #footer {
  padding: 20px 0;
 }
 #footer .foot-nav {
  margin-bottom: 15px;
  border-bottom: 1px solid #DDD;
 }
}
#footer .foot-nav .nav-parent {
 margin-bottom: 10px;
}
#footer .foot-nav .nav-parent a {
 font-size: 20px;
 display: block;
}
#footer .foot-nav .nav-child a {
 display: block;
 color: #999;
 margin-bottom: 5px;
}
@media (max-width:992px) {
 #footer .foot-nav .nav-parent a {
  font-size: 16px;
 }
 #footer .foot-nav .nav-child a {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 15px;
 }
}
/* -- contact -- */
#footer .weixin {
 text-align: center;
 margin-bottom: 15px;
}
#footer .weixin img {
 width: 120px;
 height: 120px;
}
#footer .weixin p {
 margin-top: 4px;
 color: #999;
}
/* -- contact -- */
#footer .contact {
 text-align: center;
}
#footer .contact .tel {
 color: #19B4EA;
 font-size: 20px;
 margin-bottom: 10px;
}
#footer .contact .online-qq {
 margin-bottom: 10px;
}
#footer .contact .online-qq a {
 display: inline-block;
 color: #19B4EA;
 padding: 5px 20px;
 border: 1px solid #19B4EA;
}
#footer .contact .online-qq a i {
 margin-right: 5px;
}
#footer .contact .email {
 color: #999;
}
#footer .copy-right {
 border-top: 1px solid #EEE;
 margin-top: 20px;
 padding-top: 20px;
}
#footer .net-safe-record {
 margin-left: 10px;
}
#footer .net-safe-record img {
 vertical-align: bottom;
}
@media (max-width:992px) {
 #footer .copy-right {
  text-align: center;
 }
}


.about{width: 100%;padding: 44px 0;box-sizing: border-box;background: #f7f7f7;}
.aboutcon{width: 100%;}
.aboutleft{float: left;width: 45%;padding: 0 40px;box-sizing: border-box;}
.aboutleft h5{font-size: 50px;color: #6f726e;font-weight: 500;border-bottom: 1px solid #f08223;padding-bottom: 10px;box-sizing: border-box;margin-bottom: 24px;}
.aboutleft h5 span{font-size: 20px;color: #6f726e;font-weight: 500;text-transform: uppercase;}
.aboutleft p{font-size: 18px;color: #7e817e;font-weight: 400;line-height: 32px;margin-bottom: 40px;}
.aboutleft a{display: block;width: 200px;height: 40px;border: 1px solid #f08223;text-align: center;line-height: 38px;border-radius: 2px;
box-sizing: border-box;font-size: 16px;color: #f08223;}
.aboutright{float: right;width: 55%;position: relative;}
.aboutright img{display: block;width: 100%;object-fit: cover;height: 100%;}
.aboutright h4{text-transform: uppercase;font-size: 80px;color: #fff;font-weight: 500;padding: 60px 40px 50px 40px;box-sizing: border-box;
position: absolute;top: 0;left: 0;background: rgba(111,114,110,0.72);width: 100%;}
.innew{width: 100%;padding: 80px 40px 120px 40px;box-sizing: border-box;background: #fff;}
.innewcon{width: 100%;}
.innewleft{float: left;width: 45%;}
.innewconter{width: 100%;}
.innewconter ul li{width: 100%;}
.innewconter ul li a{display: block;}
.innewconter ul li a img{display: block;width: 100%;height: 100%;object-fit: cover;
transition:.5s;-moz-transition: .5s;-webkit-transition: .5s;-o-transition: .5s;}
.innewconter ul li:hover img{-webkit-transform: scale(1.3);-moz-transform: scale(1.3);-o-transform: scale(1.3);-ms-transform: scale(1.3);transform: scale(1.3);}
.intitle{width: 100%;margin-bottom: 60px;}
.intitle h5{font-size: 50px;color: #6f726e;font-weight: 500;}
.intitle h5 span{font-size: 20px;color: #6f726e;font-weight: 500;text-transform: uppercase;}
.innum{height: 80px;background: rgba(111,114,110,0.7);box-sizing: border-box;bottom: 0 !important;line-height: 80px;}
.innum .swiper-pagination-bullet{width: auto;height: auto;background: transparent;opacity: 1;font-size: 20px;color: #b6b6b6;
transition:.5s;-moz-transition: .5s;-webkit-transition: .5s;-o-transition: .5s;}
.innum .swiper-pagination-bullet-active{color: #fff;}
.innewright{float: left;width: 55%;padding-left: 40px;box-sizing: border-box;}
.innewright ul li{width: 100%;height: 70px;}
.innewright ul li a{display: block;padding: 30px 0;box-sizing: border-box;}
.innewright ul li:first-child a{padding-top: 0;}
.intime{float: left;width: 20%;text-align: center;}
.intime h5{font-size: 50px;color: #7b7e7b;font-weight: 500;margin-bottom: 20px;}
.intime p{font-size: 24px;color: #7b7e7b;font-weight: 400;}
.intext{float: left;width: 80%;}
.intext h5{font-size: 30px;color: #205c9e;font-weight: 500;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
transition:.5s;-moz-transition: .5s;-webkit-transition: .5s;-o-transition: .5s;margin-bottom: 24px;}
.intext p{font-size: 20px;color: #7e817e;font-weight: 500;display: -webkit-box;
-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.innewright ul li:hover .intext h5{color: #f08223;}
.footer{width: 100%;background: #444;}
.footercon{width: 100%;padding: 60px 0 20px 0;box-sizing: border-box;}
.footerleft{float: left;width: 70%;}
.footerleft ul li{float: left;width: 14.2%;}
.footerleft ul li h5{margin-bottom: 14px;}
.footerleft ul li h5 a{font-size: 16px;color: #fff;font-weight: 500;}
.footerleft ul li .items{display: table;font-size: 14px;opacity: 0.6;transition:.5s;-moz-transition: .5s;-webkit-transition: .5s;-o-transition: .5s;
color: #fff;margin-bottom: 6px;}
.footerleft ul li .items:last-child{margin-bottom: 0;}
.footerleft ul li .items:hover{opacity: 1;}
.footergj{float: right;width: 20%;}
.footergj h5{font-size: 20px;color: #fff;font-weight: 500;margin-bottom: 14px;}
.footergjcon{width: 100%;}
.fotbut{float: right;}
.fotbut img{display: block;max-width: 100%;}
.footerbut{width: 100%;border-top: 1px solid #676767;padding: 40px 0;box-sizing: border-box;}
.footercons{width: 100%;}
.footercons p{font-size: 16px;color: #fff;font-weight: 400;margin-bottom: 12px;}
.footercons p:last-child{margin-bottom: 0;}
.synopsis{width: 100%;padding: 30px 60px 80px 60px;box-sizing: border-box;background: #fff;}
.synopsisnav{width: 100%;margin-bottom: 50px;}
.synopsisnav ul{float: right;}
.synopsisnav ul li{float: left;margin-right: 18px;}
.synopsisnav ul li:last-child{margin-right: 0;}
.synopsisnav ul li a{display: block;padding: 10px 20px;box-sizing: border-box;background: #e8e8e8;font-size: 18px;color: #1a1a1a;
transition:.5s;-moz-transition: .5s;-webkit-transition: .5s;-o-transition: .5s;}
.synopsisnav ul li:hover a{background: #f08223;color: #fff;}
.synopsisnav ul li.active a{background: #f08223;color: #fff;}
.synopsisup{width: 100%;margin-bottom: 550px;}
.sytitle{width: 100%;margin-bottom: 60px;}
.sytitle h4{display: table;font-size: 42px;color: #6f726e;font-weight: 500;border-bottom: 1px solid #f08223;padding: 0 30px 12px 10px;box-sizing: border-box;}
.sytitle h4 span{font-size: 18px;text-transform: uppercase;}
.synopsistext{width: 100%;}
.synopsistext p{font-size: 18px;color: #1a1a1a;line-height: 32px;margin-bottom: 40px;}
.synopsistext p:last-child{margin-bottom: 0;}
.synopsisbut{width: 100%;position: relative;}
.synopsisbut .sytitle h4{float: right;}
.syimg{width: 100%;}
.syimg img{display: block;max-width: 100%;margin: 0 auto;}



/* 手机端 */
.nav{width: 100%;height: 50px;background: rgba(0,0,0,0.4);position: fixed;top: 0;left: 0;z-index: 2000;padding: 0 14px;box-sizing: border-box;display: none;}
.navleft{float: left;padding-top: 7px;box-sizing: border-box;}
.navleft a{display: block;font-size: 0;}
.navleft a img{width: 100%;display: block;}
.navleft a h1{font-size: 26px;color: #fff;font-weight: 500;}
.navright{float: right;margin-top: 16px;}
.navright>span{width: 22px;height: 2px;display: block;background: #fff;margin-bottom: 6px;transition:.3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;
 background: #fff;}
.navright.active span:nth-child(2){margin-left:6px;-webkit-transition: all 0.3s;transition: all 0.3s;}
.navright.active span:nth-child(3){margin-left:2px;-webkit-transition: all 0.5s;transition: all 0.5s;}



.mobile{width: 100%;height: 100%;position: fixed;top: 0;right: -100%;z-index: 3000;}
.mobilebj{width: 100%;height: 100%;position: fixed;top: 0;right: -100%;background: rgba(0,0,0,0.5);}
.mobilebox{width: 60%;height: 100%;position: absolute;top: 0;right: -50%;background: #002B60;}
.mobilebox .close{width: 100%;height: 60px;position: relative;}
.mobilebox .close i{float: right;width: 20px;height: 20px;background: url(../images/menu-close.svg) no-repeat;background-size: 100% 100%;margin: 20px;}
.mobilelist>ul>.on>a i{transform: rotate(90deg);}
.mobilelist{width: 100%;height: 100%;}
.mobilelist>ul>li{width: 100%;border-bottom: 1px solid #0b56b9;}
.mobilelist>ul>li:first-child{border-top: 1px solid #0b56b9;}
.mobilelist>ul>li:last-child{border-bottom: 0;}
.mobilelist>ul>li>a{display: block;font-family: chainRegular;font-size: 14px;color: #fff;padding: 9px 15px;box-sizing: border-box;background: #407aab;position: relative;}
.mobilelist>ul>li>a i{display: inline-block;width: 20px;height: 20px;background: url(../images/jiao.png) center no-repeat;position: absolute;top:7px;right: 10px;transition:.3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;}
.mobilenav{width: 100%;display: none;}
.mobilenav>a{display: block;font-size: 14px;color: #fff;padding: 9px 15px;box-sizing: border-box;border-top: 1px solid #eee;background: #5e83a2;position: relative;}
.mobilenav>a:first-child{border-top: 0;}

@media screen and (max-width: 768px) {
	#header{display: none;}
	.mobile{display: block;}
	.nav{display: block;}
}
@media screen and (min-width: 800px) {
	#header{display: block;}
	.mobile{display: none;}
	.nav{display: none;}
}

@media screen and (max-width: 968px) {
	.title h4{font-size: 28px;}
	.firstext h4{font-size: 20px;}
	.firstext p{font-size: 14px;}
	.firstext span{font-size: 12px;}
	.aboutcon{display: block !important;}
	.aboutleft{width: 100%;float: none;margin-bottom: 20px;}
	.aboutleft h5{font-size: 28px;}
	.aboutleft h5 span{font-size: 16px;}
	.intitle h5{font-size: 28px;}
	.intitle h5 span{font-size: 16px;}
	.aboutright{width: 100%;float: none;}
	.aboutright h4{font-size: 32px;}
	.innewcon{display: block !important;;}
	.innewleft{float: none;width: 100%;margin-bottom: 20px;}
	.innum{height: 46px;line-height: 46px;}
	.innum .swiper-pagination-bullet{font-size: 16px;}
	.innewright{float: none;width: 100%;padding-left: 0;}
	.footerleft{float: none;width: 100%;}
	.footergj{float: none;width: 100%;padding-top: 12px;box-sizing: border-box;}
	.fotbut{float: left;}
	.sytitle h4{font-size: 28px;}
	.sytitle h4 span{font-size: 16px;}
	.sytitle{margin-bottom: 32px;}

	.second{height:920px;}
}

@media screen and (max-width: 568px) {
	.bannercon ul li a img{height: 260px;object-fit: cover;}
	.bannercons ul li a img{height: 260px;object-fit: cover;}
	.bannertext h5{font-size: 24px;}
	.bannertext h6{font-size: 22px;}
	.bannertext p{font-size: 14px;}
	.title{margin-bottom: 20px;}
	.title h4{font-size: 22px;}
	.title p{font-size: 14px;}
	.firstlist ul li{width: 49.5%;margin-right: 1%;margin-bottom: 1%;}
	.firstlist ul li:nth-child(2n){margin-right: 0;}
	.firstext{padding: 16px 10px;}
	.firstext h4{font-size: 18px;}
	.first{padding: 20px 0 10px 0;}
	.second{padding: 10px 0 20px 0;}
	.about{padding: 24px 0;}
	.aboutleft{padding: 0 20px;}
	.aboutleft h5{font-size: 22px;}
	.aboutleft a{font-size: 14px;width: 140px;height: 36px;line-height: 34px;}
	.aboutright h4{font-size: 28px;padding: 28px 20px;}
	.innew{padding: 20px;}
	.intitle{margin-bottom: 20px;}
	.intitle h5{font-size: 22px;}
	.intitle h5 span{font-size: 16px;}
	.innewright ul li a{padding: 10px 0;}
	.intime h5{font-size: 18px;}
	.intime p{font-size: 14px;}
	.intext h5{font-size: 16px;margin-bottom: 0;}
	.intext p{font-size: 14px;}
	.innum{height: 40px;line-height: 40px;}
	.innum .swiper-pagination-bullet{font-size: 14px;}
	.footercon{padding-top: 20px;}
	.footerbut{padding: 10px 0;}
	.footerleft ul li{float: left;width: 50%;margin-bottom: 10px;}
	.footercons p{font-size: 14px;margin-bottom: 5px;}
	.secondbut ul li{width: 48%;margin-right: 4%;margin-bottom: 20px;}
	.secondbut ul li:nth-child(2n){margin-right: 0;}
	.secondbutlast{margin-top: 10px;}
	.secondbutlast a{float: none;display: table;margin: 0 auto;}
	.sytitle h4{font-size: 22px;}
	.synopsis{padding:20px;}
	.synopsisnav{margin-bottom: 32px;}
	.synopsisnav ul{float: none;}
	.synopsisnav ul li{margin-right: 6px;}
	.synopsisnav ul li a{font-size: 16px;padding: 8px 10px;}
	.sytitle h4 span{font-size: 14px;}
	.sytitle{margin-bottom: 20px;}
	.synopsistext p{font-size: 14px;line-height: 22px;margin-bottom: 12px;}
	.synopsisbut .sytitle h4{float: left;}
}


.text-middle {
    font-size: 16px;
}

.contact .media span {
    width: 42px;
    height: 42px;
    line-height: 64px;
}
.media.media-x .float-left {
    margin-right: 10px;
}
.float-left {
    float: left!important;
}
.contact .media em {
    font-size: 36px;
}

.job{ }
.joblist { }
.joblist li {overflow: hidden; background: #FFF; margin-bottom: 20px; width: 95% !important;}

/* 简约风格 */
.text-joblist{ padding-bottom: 30px; }
.text-joblist li{ padding: 20px 10px; border-bottom: 1px solid #eee; background: #FFF; margin-bottom: 20px; transition-duration: .5s; }
.text-joblist li:last-child{ border-bottom: 0; }
.text-joblist .JobName{ overflow: hidden; }
.text-joblist .JobName h2{ float: left; font-size: 24px; }
.text-joblist .JobName .Salary{ float: right; font-weight: bold; font-size: 20px; color: #ff6000; }
.text-joblist .RequirementDetail{ padding: 15px 0; }
.text-joblist .RequirementDetail span{ padding-left: 8px; margin-left: 8px; border-left: 1px solid #ddd; display: inline-block; margin: 5px 0; }
.text-joblist .RequirementDetail span:first-child{ padding-left: 0; margin-left: 0; border: 0; }
.text-joblist .Requirement{ line-height: 1.8em; color: #555; }
.text-joblist .operation{ margin-top: 15px; }
.text-joblist li:hover{ box-shadow: 0 10px 35px rgba(0,0,0,.1); padding: 20px; }

.footercons p a{ color: #FFFFFF !important;}