@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
::selection {
  background-color: #f31313;
  color: #fff;
}
::-moz-selection {
  background-color: #f31313;
  color: #fff;
}
::-webkit-selection {
  background-color: #f31313;
  color: #fff;
}
* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.fixedNav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100000;
  _position: absolute;
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.1);
}
html {
  cursor: url(../images/cur.png), default;
}
a {
  cursor: url(../images/Acur.png), default;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
textarea {
  animation: animated 1s infinite;
  -moz-animation: animated 1s infinite;
  -webkit-animation: animated 1s infinite;
  -o-animation: animated 1s infinite;
}
input[type="text"] {
  animation: animated 1s infinite;
  -moz-animation: animated 1s infinite;
  -webkit-animation: animated 1s infinite;
  -o-animation: animated 1s infinite;
}
input[type="button"] {
  cursor: url(../images/Acur.png), default !important;
}
input,
button {
  outline: none;
}
@keyframes animated {
  0% {
    cursor: url('../images/Pcuro1.png'), auto;
  }
  8.8% {
    cursor: url('../images/Pcuro2.png'), auto;
  }
  17.6% {
    cursor: url('../images/Pcuro3.png'), auto;
  }
  26.4% {
    cursor: url('../images/Pcuro4.png'), auto;
  }
  35.2% {
    cursor: url('../images/Pcuro5.png'), auto;
  }
  44% {
    cursor: url('../images/Pcuro6.png'), auto;
  }
  52.8% {
    cursor: url('../images/Pcuro7.png'), auto;
  }
  61.6% {
    cursor: url('../images/Pcuro8.png'), auto;
  }
  70.4% {
    cursor: url('../images/Pcuro9.png'), auto;
  }
  79.2% {
    cursor: url('../images/Pcuro10.png'), auto;
  }
  88% {
    cursor: url('../images/Pcuro11.png'), auto;
  }
  100% {
    cursor: url('../images/Pcuro12.png'), auto;
  }
}
.wjdh-ico1,
.wjdh-ico2 {
  vertical-align: middle;
}
.left {
  float: left;
}
.right {
  float: right;
}
.inContent {
  width: 1200px;
  margin: 0 auto;
}
.inContent:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
body {
  min-width: 1220px;
  overflow-x: hidden;
}
.dx {
  text-transform: uppercase;
}
.dh {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1180 {
  width: 1180px;
  margin: 0 auto;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 220px;
    height: 220px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 220px;
    height: 220px;
  }
}
/* 旋转 */
/* 浮动 */
/* 上下浮动 */
/* 电话 */
/* 水波纹特效 */
.header {
  width: 100%;
  height: 239px;
}
.header * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.header .topbar {
  width: 100%;
  border-bottom: 1px #f5f5f5 solid;
}
.header .topbar .topbarBox {
  width: 1200px;
  margin: 0 auto;
  height: 38px;
  line-height: 38px;
  padding: 5px 0;
  color: #808080;
  font-size: 12px;
}
.header .topbar .topbarBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.header .topbar .topbarBox .left {
  float: left;
  padding-left: 22px;
  background: url(../images/tophome.png) left center no-repeat;
}
.header .topbar .topbarBox .left i {
  color: #f31313;
}
.header .topbar .topbarBox .right {
  float: right;
}
.header .topbar .topbarBox .right a {
  float: left;
  color: #808080;
  padding-left: 20px;
  margin-right: 30px;
  display: block;
}
.header .topbar .topbarBox .right a.map {
  background: url(../images/topmap.png) left center no-repeat;
}
.header .topbar .topbarBox .right a.rss {
  background: url(../images/toprss.png) left center no-repeat;
  margin-right: 10px;
}
.header .topbar .topbarBox .right a.xml {
  padding-left: 0;
}
.header .topbar .topbarBox .right a:hover {
  color: #f31313;
}
.header .topbar .topbarBox img {
  position: relative;
  top: -2px;
}
.header .topbar .xunpan {
  margin-left: 10px;
  float: left;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  background: url(../images/topxp.png) left center no-repeat;
}
.header .topbar .xunpan i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  background-color: #f31313;
  text-align: center;
  line-height: 20px;
  color: #fff;
  border-radius: 50%;
}
.header .topbar .xunpan #xunpantip {
  z-index: 999;
  position: absolute;
  top: 35px;
  left: 50%;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform .4s, opacity .4s;
  -moz-transition: transform .4s, opacity .4s;
  -o-transition: transform .4s, opacity .4s;
  -ms-transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s;
  background-color: #f31313;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(243, 19, 19, 0.15);
}
.header .topbar .xunpan #xunpantip:after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #f31313;
}
.header .topbar .xunpan #xunpantip.xunpantextactive {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.header .top {
  width: 1200px;
  margin: 0 auto;
  height: 140px;
}
.header .top .logo {
  float: left;
  padding: 0;
  margin: 0;
  padding-top: 30px;
  line-height: 1;
  margin-right: 15px;
}
.header .top .logo a img {
  height: 83px;
  float: left;
}
.header .top .slogan {
  float: left;
  padding-left: 30px;
  margin-top: 40px;
  line-height: 1;
  padding-left: 20px;
  height: 60px;
  background: url(../images/sline.png) left center no-repeat;
}
.header .top .slogan .t1 {
  font-weight: bold;
  color: #f31313;
  font-size: 18px;
  padding-top: 8px;
}
.header .top .slogan .t2 {
  margin-top: 12px;
  font-size: 16px;
  color: #4d4d4d;
}
.header .top .tel {
  margin-top: 30px;
  float: right;
  background: url(../images/toptel.png) left center no-repeat;
  padding-left: 70px;
  height: 48px;
  line-height: 1;
  text-align: center;
}
.header .top .tel .t1 {
  color: #4d4d4d;
  font-size: 16px;
}
.header .top .tel .t1:before,
.header .top .tel .t1:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #cccccc;
  vertical-align: middle;
}
.header .top .tel .t1:before {
  margin-right: 10px;
}
.header .top .tel .t1:after {
  margin-left: 10px;
}
.header .top .tel .t2 {
  font-size: 24px;
  font-weight: bold;
  color: #f31313;
  height: 20px;
  line-height: 20px;
  margin-top: 10px;
}
.nav_bg {
  height: 50px;
  width: 100%;
  background: #f31313;
}
.nav_bg .menu {
  width: 1210px;
  margin: 0 auto;
  height: 50px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav_bg .menu .nav {
  height: 50px;
  text-align: center;
  font-size: 0;
  margin: 0;
}
.nav_bg .menu .nav > li {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 119px;
  margin-left: 1px;
}
.nav_bg .menu .nav > li:before {
  content: "";
  background: url(../images/navline.png) center center no-repeat;
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  left: -3px;
  top: 0;
}
.nav_bg .menu .nav > li:first-child {
  margin-left: 0;
}
.nav_bg .menu .nav > li:first-child:before {
  display: none;
}
.nav_bg .menu .nav > li > a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  position: relative;
  color: #fff;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  padding: 0;
}
.nav_bg .menu .nav > li > a:hover {
  background: none;
}
.nav_bg .menu .nav > li > a:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  overflow: hidden;
  background: #2a49fc;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.nav_bg .menu .nav > li:hover > a,
.nav_bg .menu .nav > li.another > a,
.nav_bg .menu .nav > li.on > a {
  color: #fff;
}
.nav_bg .menu .nav > li:hover > a:before,
.nav_bg .menu .nav > li.another > a:before,
.nav_bg .menu .nav > li.on > a:before {
  width: 100%;
}
.nav_bg .menu .nav > li:hover .sec {
  height: auto;
}
.nav_bg .menu .nav > li:hover .secs {
  height: auto;
}
.nav_bg .menu .nav .sec {
  width: 100%;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 50px;
  left: 0;
  box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  text-align: center;
}
.nav_bg .menu .nav .sec a {
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 14px;
  background: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  left: 0;
  padding: 0 10px;
  border-top: 1px #eee solid;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #2a49fc, #2a49fc);
  background-image: linear-gradient(to right, #2a49fc, #2a49fc);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.nav_bg .menu .nav .sec a:hover {
  background-size: 100% 100%;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.9999);
}
.nav_bg .menu .nav .secs {
  background: #fff;
  width: 1180px;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 50px;
  left: -480px;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
  padding: 0 10px 20px;
  display: none;
}
.nav_bg .menu .nav .secs:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.nav_bg .menu .nav .secs li.nlayer1 {
  float: left;
  width: 275px;
  padding: 10px 10px 0;
  background: none;
  margin: 12px 0 0;
}
.nav_bg .menu .nav .secs li.nlayer1 img {
  width: 275px;
  height: 150px;
}
.nav_bg .menu .nav .secs li.nlayer1:nth-child(4) {
  border-right: none;
}
.nav_bg .menu .nav .secs li.nlayer1 > a {
  display: block;
  text-align: center;
  line-height: 34px;
  height: 34px;
  background: #f2f2f2;
  color: #333;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav_bg .menu .nav .secs li.nlayer1 > a.a {
  background: #d9d9d9;
  margin-top: 10px;
  font-size: 14px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #2a49fc, #2a49fc);
  background-image: linear-gradient(to right, #2a49fc, #2a49fc);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.nav_bg .menu .nav .secs li.nlayer1 > a.a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.nav_bg .menu .nav .secs li.nlayer1 > a.a:hover {
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.9999);
}
.nav_bg .menu .nav .secs .nlayer2 a {
  margin-top: 4px;
  text-align: center;
  width: 265px;
  display: block;
  line-height: 30px;
  height: 30px;
  background: #f2f2f2;
  color: #333;
  padding: 0 5px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #2a49fc, #f31313);
  background-image: linear-gradient(to right, #2a49fc, #2a49fc);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.nav_bg .menu .nav .secs .nlayer2 a:after {
  content: "";
}
.nav_bg .menu .nav .secs .nlayer2 a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.nav_bg .menu .nav .secs .nlayer2 a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.nav_bg .menu .nav .secs .nlayer2 a:hover {
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.9999);
}
.footer {
  background: #000 url(../images/footerbg.jpg) center top no-repeat;
  color: #b3b3b3;
  position: relative;
  padding: 55px 0;
  cursor: pointer !important;
}
.footer * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.footer a {
  color: #b3b3b3;
}
.footer a:hover {
  color: #fff;
}
.footer .footerL {
  float: left;
  width: 538px;
}
.footer .tit {
  height: 34px;
  border-bottom: 1px #7d7d7d solid;
  font-size: 24px;
  line-height: 18px;
  color: #ffffff;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.footer .fontnNav:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.footer .fontnNav dl {
  float: left;
  width: 138px;
  margin-right: 18px;
}
.footer .fontnNav dl.dl3 {
  width: 100px;
}
.footer .fontnNav dl.dl4 {
  width: 100px;
  margin-right: 0;
}
.footer .fontnNav dl dt {
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
.footer .fontnNav dl dd {
  margin-top: 22px;
  height: 150px;
  overflow: hidden;
}
.footer .fontnNav dl dd a {
  display: block;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .fontnNav dl dd a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.footer .footerLogo {
  margin-top: 14px;
}
.footer .footerLogo img {
  display: block;
  height: 69px;
}
.footer .footerText {
  margin-top: 12px;
}
.footer .footerText p {
  line-height: 34px;
  padding-left: 27px;
}
.footer .footerText p.t1 {
  background: url(../images/fico1.png) 0 center no-repeat;
}
.footer .footerText p.t2 {
  background: url(../images/fico2.png) 0 center no-repeat;
}
.footer .footerText p.t3 {
  background: url(../images/fico3.png) 0 center no-repeat;
}
.footer .footerText p.t4 {
  background: url(../images/fico4.png) 0 center no-repeat;
}
.footer .footerR {
  float: right;
  width: 538px;
}
.footer .formbox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.footer .formbox label {
  position: relative;
  display: block;
  margin-bottom: 18px;
  float: left;
}
.footer .formbox label:first-child {
  margin-top: 0;
}
.footer .formbox label input {
  display: block;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 254px;
  height: 38px;
  border: solid 1px #666666;
  background: none;
  line-height: 38px;
  padding-left: 44px;
  padding-right: 20px;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.footer .formbox label input::-webkit-input-placeholder {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.footer .formbox label input:focus,
.footer .formbox label input:active {
  border-color: #fff;
}
.footer .formbox label input:focus::-webkit-input-placeholder,
.footer .formbox label input:active::-webkit-input-placeholder {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.footer .formbox label input.username {
  margin-right: 30px;
}
.footer .formbox label span {
  position: absolute;
  z-index: 2;
  left: 8px;
  top: 11px;
  line-height: 16px;
  display: block;
  color: #ccc;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-right: 1px #fff solid;
  padding-right: 6px;
}
.footer .formbox label span img {
  vertical-align: top;
  width: 16px;
  height: 16px;
}
.footer .formbox label .xqcontent {
  line-height: 24px;
  padding: 5px 10px 5px 44px;
  display: block;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 538px;
  height: 66px;
  border: solid 1px #666666;
  background: none;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.footer .formbox label .xqcontent::-webkit-input-placeholder {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.footer .formbox label .xqcontent:focus,
.footer .formbox label .xqcontent:active {
  border-color: #fff;
}
.footer .formbox label .xqcontent:focus::-webkit-input-placeholder,
.footer .formbox label .xqcontent:active::-webkit-input-placeholder {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.footer .formbox .code {
  position: relative;
  float: left;
  margin-top: 7px;
}
.footer .formbox .code input {
  width: 200px;
  height: 40px;
  background-color: #f5f5f5;
  border: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  float: left;
  color: #333;
  flex-shrink: 14px;
  font-weight: normal;
}
.footer .formbox .code input::-webkit-input-placeholder {
  color: #898989;
  flex-shrink: 14px;
  font-weight: normal;
}
.footer .formbox .code input:focus,
.footer .formbox .code input:active {
  background-color: #fff;
}
.footer .formbox .code input:focus::-webkit-input-placeholder,
.footer .formbox .code input:active::-webkit-input-placeholder {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.footer .formbox .code img {
  width: 90px;
  height: 36px;
  padding: 2px 0;
  display: block;
  float: left;
  margin-left: 20px;
}
@keyframes xz {
  0% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
    -moz-transform: scale(1) rotate(360deg);
    -o-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}
.footer .formbox .submit-qc {
  background: url(../images/czbtn.png) center center no-repeat;
  border: none;
  float: left;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  margin-top: 10px;
  outline: none;
  cursor: pointer;
}
.footer .formbox .submit-qc:focus,
.footer .formbox .submit-qc:active {
  -webkit-animation: xz 1s linear;
  animation: xz 1s linear;
}
.footer .formbox .submitform {
  margin-left: 28px;
  float: left;
  width: 108px;
  height: 40px;
  background-color: #f31313;
  text-align: center;
  border-radius: 4px;
  line-height: 36px;
  font-size: 14px;
  border: none;
  color: #fff;
  cursor: pointer;
  outline: none;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(top, #2a49fc, #2a49fc);
  background-image: linear-gradient(to bottom, #2a49fc, #2a49fc);
  background-size: 100% 0%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer .formbox .submitform:hover {
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.9999);
}
.footer .copyright {
  line-height: 34px;
  margin-top: 80px;
  position: relative;
}
.footer .copyright .img {
  margin-top: 5px;
}
.footer .copyright .img img {
  margin-right: 10px;
}
.footer .copyright .rzLink{
  position: absolute;
  right:0;
  bottom: 0;
}
.footer .copyright .rzLink img{
  width: 120px;
}