/*Generated by wjdhcms 3.0 */
@charset "utf-8";

::-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, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

 ::selection {
	background-color: #0880ef;
	color: #fff;
}

::-moz-selection {
	background-color: #0880ef;
	color: #fff;
}

::-webkit-selection {
	background-color: #0880ef;
	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;
}

: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;
}

textarea {
    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;
    _top: expression(eval(document.documentElement.scrollTop));
}

.ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.clear::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden;
}
a {
    transition: all .2s;
}
a:hover {
    color: #0880ef;
}
.container {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

/* header start */
.topxunpan {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom: 1px solid #f5f5f5;
  }
  .topxunpan .leftwelcome {
    width: 340px;
    height: 49px;
    float: left;
    line-height: 49px;
    color: #808080;
    font-size: 14px;
  }
  .topxunpan .xp {
    position: relative;
    width: auto;
    float: right;
    line-height: 42px;
    color: #808080;
    font-size: 14px;
    cursor: pointer;
  }
  .topxunpan .xp img {
    position: relative;
    top: 2px;
    margin-right: 2px;
  }
  .topxunpan .xp i {
    color: #0880ef;
    font-size: 20px;
    font-weight: bold;
    box-sizing: border-box;
  }
  .topxunpan .xp #xunpantip {
    z-index: 999;
    position: absolute;
    top: 35px;
    left: 50%;
    width: 180px;
    height: 49px;
    line-height: 49px;
    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: #0666be;
    border-radius: 4px;
    opacity: 0;
    font-weight: bold;
    box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.2);
  }
  .topxunpan .xp #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: #0666be;
  }
  .topxunpan .xp #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;
  }
  .topxunpan .rightmess {
    width: 360px;
    height: 49px;
    float: right;
  }
  .topxunpan .rightmess .topcontact {
    width: 180px;
    line-height: 49px;
  }
  .topxunpan .rightmess .topcontact img {
    position: relative;
    top: -1px;
    vertical-align: middle;
  }
  .topxunpan .rightmess .topcontact a {
    color: #b3b3b3;
  }
  .topxunpan .rightmess .topcontact a:hover {
    color: #0880ef;
  }
  .header .topbar {
    height: 140px;
    overflow: hidden;
  }
  .header .topbar .leftlogo {
    width: 852px;
    float: left;
    margin-top: 32px;
  }
  .header .topbar .leftlogo h1 {
    width: 246px;
    float: left;
    margin-top: 5px;
  }
  .header .topbar .leftlogo .slogan {
    width: 392px;
    float: left;
    margin-top: 10px;
    margin-left: 26px;
    padding-left: 20px;
    box-sizing: border-box;
    border-left: 1px solid #e7e7e7;
  }
  .header .topbar .leftlogo .slogan .first {
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    color: #0880ef;
  }
  .header .topbar .leftlogo .slogan .second {
    color: #4d4d4d;
    font-size: 18px;
    line-height: 18px;
    margin-top: 12px;
  }
  .header .topbar .righttel {
    width: 265px;
    height: 140px;
    float: right;
  }
  .header .topbar .righttel .icontoptel {
    display: block;
    float: left;
    margin-top: 46px;
  }
  .header .topbar .righttel .righttelnum {
    width: 186px;
    float: left;
    margin-top: 46px;
    margin-left: 10px;
  }
  .header .topbar .righttel .righttelnum .text {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 16px;
    color: #4d4d4d;
  }
  .header .topbar .righttel .righttelnum .num {
    margin-top: 8px;
    font-size: 24px;
    line-height: 24px;
    color: #0880ef;
    font-weight: bold;
  }
  .header .navbox {
    width: 100%;
    min-width: 1200px;
    height: 50px;
    box-sizing: border-box;
    background-color: #0880ef;
  }
  .header .menubox {
    position: relative;
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .header .menubox ul {
    height: 50px;
  }
  .header .menubox ul .nav-item {
    z-index: 1;
    position: relative;
    float: left;
    width: 132px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
  }
  .header .menubox ul .nav-item a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
  }
  .header .menubox ul .nav-item a:hover {
    color: #fff;
  }
  .header .menubox ul .nav-item.another a,
  .header .menubox ul .nav-item:hover a {
    color: #fff;
  }
  .header .menubox ul .nav-item > ul {
    position: absolute;
    top: 50px;
    width: 100%;
    height: 0;
    visibility: hidden;
    perspective: 500px;
  }
  .header .menubox ul .nav-item > ul li {
    position: relative;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    transform: translateY(100px);
    transition: transform .4s, opacity .5s;
    opacity: 0;
    background-color: #0880ef;
  }
  .header .menubox ul .nav-item > ul li:nth-child(1) {
    transition-delay: 0ms;
  }
  .header .menubox ul .nav-item > ul li:nth-child(2) {
    transition-delay: 100ms;
  }
  .header .menubox ul .nav-item > ul li:nth-child(3) {
    transition-delay: 200ms;
  }
  .header .menubox ul .nav-item > ul li:nth-child(4) {
    transition-delay: 300ms;
  }
  .header .menubox ul .nav-item > ul li:nth-child(5) {
    transition-delay: 400ms;
  }
  .header .menubox ul .nav-item > ul li:nth-child(6) {
    transition-delay: 500ms;
  }
  .header .menubox ul .nav-item > ul li:nth-child(7) {
    transition-delay: 600ms;
  }
  .header .menubox ul .nav-item > ul li:nth-child(8) {
    transition-delay: 700ms;
  }
  .header .menubox ul .nav-item > ul li:nth-child(9) {
    transition-delay: 800ms;
  }
  .header .menubox ul .nav-item > ul li:nth-child(10) {
    transition-delay: 900ms;
  }
  .header .menubox ul .nav-item > ul li:nth-child(11) {
    transition-delay: 1000ms;
  }
  .header .menubox ul .nav-item > ul li:nth-child(12) {
    transition-delay: 1200ms;
  }
  .header .menubox ul .nav-item > ul li a {
    position: relative;
    display: block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
  }
  .header .menubox ul .nav-item > ul li a:link,
  .header .menubox ul .nav-item > ul li a:visited {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .header .menubox ul .nav-item > ul li a:link::after,
  .header .menubox ul .nav-item > ul li a:visited::after {
    content: '';
    position: absolute;
    background: none repeat scroll 0 0 #ff8712;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 130%;
    z-index: -1;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1.3);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1.3);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1.3);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1.3);
  }
  .header .menubox ul .nav-item > ul li.drop > a {
    padding-right: 18px;
    padding-left: 12px;
    background-image: url('../images/drop.png');
    background-repeat: no-repeat;
    background-position: calc(95%) center;
    box-sizing: border-box;
  }
  .header .menubox ul .nav-item > ul li:hover > a:link::after,
  .header .menubox ul .nav-item > ul li:hover > a:visited::after {
    height: 266%;
  }
  .header .menubox ul .nav-item > ul li > dl {
    position: absolute;
    left: 196px;
    top: 0;
    width: 100%;
    height: 0;
    visibility: hidden;
    perspective: 500px;
  }
  .header .menubox ul .nav-item > ul li > dl dd {
    position: relative;
    width: 100%;
    background-color: #0880ef;
    height: 50px;
    transform: translateY(100px);
    transition: transform .4s, opacity .5s;
    opacity: 0;
  }
  .header .menubox ul .nav-item > ul li > dl dd:nth-child(1) {
    transition-delay: 0ms;
  }
  .header .menubox ul .nav-item > ul li > dl dd:nth-child(2) {
    transition-delay: 100ms;
  }
  .header .menubox ul .nav-item > ul li > dl dd:nth-child(3) {
    transition-delay: 200ms;
  }
  .header .menubox ul .nav-item > ul li > dl dd:nth-child(4) {
    transition-delay: 300ms;
  }
  .header .menubox ul .nav-item > ul li > dl dd:nth-child(5) {
    transition-delay: 400ms;
  }
  .header .menubox ul .nav-item > ul li > dl dd:nth-child(6) {
    transition-delay: 500ms;
  }
  .header .menubox ul .nav-item > ul li > dl dd:nth-child(7) {
    transition-delay: 600ms;
  }
  .header .menubox ul .nav-item > ul li > dl dd:nth-child(8) {
    transition-delay: 700ms;
  }
  .header .menubox ul .nav-item > ul li > dl dd:nth-child(9) {
    transition-delay: 800ms;
  }
  .header .menubox ul .nav-item > ul li > dl dd:nth-child(10) {
    transition-delay: 900ms;
  }
  .header .menubox ul .nav-item > ul li > dl dd:nth-child(11) {
    transition-delay: 1000ms;
  }
  .header .menubox ul .nav-item > ul li > dl dd:nth-child(12) {
    transition-delay: 1200ms;
  }
  .header .menubox ul .nav-item > ul li > dl dd a {
    position: relative;
    display: block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
  }
  .header .menubox ul .nav-item > ul li > dl dd a:link,
  .header .menubox ul .nav-item > ul li > dl dd a:visited {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .header .menubox ul .nav-item > ul li > dl dd a:link::after,
  .header .menubox ul .nav-item > ul li > dl dd a:visited::after {
    content: '';
    position: absolute;
    background: none repeat scroll 0 0 #ff8712;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 130%;
    z-index: -1;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1.3);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1.3);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1.3);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1.3);
  }
  .header .menubox ul .nav-item > ul li > dl dd:hover > a:link::after,
  .header .menubox ul .nav-item > ul li > dl dd:hover > a:visited::after {
    height: 266%;
  }
  .header .menubox ul .nav-item > ul li:hover > dl {
    height: auto;
    visibility: visible;
    opacity: 1;
  }
  .header .menubox ul .nav-item > ul li:hover > dl dd {
    transform: translateY(0);
    opacity: 1;
  }
  .header .menubox ul .nav-item:hover > ul {
    height: auto;
    visibility: visible;
  }
  .header .menubox ul .nav-item:hover > ul li {
    transform: translateY(0);
    opacity: 1;
  }
  .header .menubox .move-bg {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    height: 50px;
    background: #ff8712;
    z-index: 0;
  }
  /* header end */

/* footer start */
.footer {
    width: 100%;
    height: 500px;
    overflow: hidden;
  }
  .footer .topfooter {
    width: 100%;
    min-width: 1200px;
    height: 435px;
    overflow: hidden;
    background: url('../images/footer_bg.jpg') center center no-repeat;
    background-size: cover;
  }
  .footer .topfooter .leftfooternav {
    width: 530px;
    height: auto;
    float: left;
    margin-top: 41px;
  }
  .footer .topfooter .leftfooternav .ftnavbox {
    width: 100%;
    height: 64px;
    margin-bottom: 29px;
    border-bottom: 1px solid #167cdb;
    box-sizing: border-box;
  }
  .footer .topfooter .leftfooternav .ftnavbox p {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
  }
  .footer .topfooter .leftfooternav .ftnavbox ul {
    width: 100%;
    height: auto;
    margin-top: 19px;
  }
  .footer .topfooter .leftfooternav .ftnavbox ul li {
    float: left;
    line-height: 14px;
    margin-right: 10px;
  }
  .footer .topfooter .leftfooternav .ftnavbox ul li a {
    line-height: 14px;
    color: #f0f0f0;
    font-size: 14px;
  }
  .footer .topfooter .centerform {
    width: 290px;
    height: auto;
    float: left;
    margin-top: 41px;
    margin-left: 48px;
  }
  .footer .topfooter .centerform .usernamebox {
    position: relative;
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin-bottom: 20px;
  }
  .footer .topfooter .centerform .usernamebox input::-webkit-input-placeholder,
  .footer .topfooter .centerform .usernamebox textarea::-webkit-input-placeholder {
    color: #fff;
  }
  .footer .topfooter .centerform .usernamebox .iconbox {
    position: relative;
    width: 11px;
    height: 14px;
    margin-top: 15px;
    margin-left: 9px;
  }
  .footer .topfooter .centerform .usernamebox .iconbox img {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }
  .footer .topfooter .centerform .usernamebox .iconbox .line {
    display: block;
    position: relative;
    top: 0;
    width: 1px;
    height: 14px;
    margin: 0;
    margin-left: 20px;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }
  .footer .topfooter .centerform .usernamebox.focus .iconbox img {
    left: 250px;
  }
  .footer .topfooter .centerform .usernamebox.focus .iconbox .line {
    transform: scale(1.2);
    opacity: 0;
  }
  .footer .topfooter .centerform .usernamebox.focus input {
    left: 9px;
  }
  .footer .topfooter .centerform .usernamebox.focus textarea {
    left: 9px;
  }
  .footer .topfooter .centerform .usernamebox .username {
    position: absolute;
    z-index: 1;
    width: 230px;
    height: 43px;
    line-height: 43px;
    color: #fff;
    background: none;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    left: 44px;
    top: 0;
  }
  .footer .topfooter .centerform .usertelbox {
    position: relative;
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin-bottom: 20px;
  }
  .footer .topfooter .centerform .usertelbox input::-webkit-input-placeholder,
  .footer .topfooter .centerform .usertelbox textarea::-webkit-input-placeholder {
    color: #fff;
  }
  .footer .topfooter .centerform .usertelbox .iconbox {
    position: relative;
    width: 11px;
    height: 14px;
    margin-top: 15px;
    margin-left: 9px;
  }
  .footer .topfooter .centerform .usertelbox .iconbox img {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }
  .footer .topfooter .centerform .usertelbox .iconbox .line {
    display: block;
    position: relative;
    top: 0;
    width: 1px;
    height: 14px;
    margin: 0 ;
    margin-left: 20px;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }
  .footer .topfooter .centerform .usertelbox.focus .iconbox img {
    left: 250px;
  }
  .footer .topfooter .centerform .usertelbox.focus .iconbox .line {
    transform: scale(1.2);
    opacity: 0;
  }
  .footer .topfooter .centerform .usertelbox.focus input {
    left: 9px;
  }
  .footer .topfooter .centerform .usertelbox.focus textarea {
    left: 9px;
  }
  .footer .topfooter .centerform .usertelbox .usertel {
    position: absolute;
    z-index: 1;
    width: 230px;
    height: 43px;
    line-height: 43px;
    color: #fff;
    background: none;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    left: 44px;
    top: 0;
  }
  .footer .topfooter .centerform .usercontent {
    position: relative;
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #fff;
    height: 150px;
    margin-bottom: 20px;
  }
  .footer .topfooter .centerform .usercontent input::-webkit-input-placeholder,
  .footer .topfooter .centerform .usercontent textarea::-webkit-input-placeholder {
    color: #fff;
  }
  .footer .topfooter .centerform .usercontent .iconbox {
    position: relative;
    width: 11px;
    height: 14px;
    margin-top: 15px;
    margin-left: 9px;
  }
  .footer .topfooter .centerform .usercontent .iconbox img {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }
  .footer .topfooter .centerform .usercontent .iconbox .line {
    display: block;
    position: relative;
    top: 0;
    width: 1px;
    height: 14px;
    margin: 0 ;
    margin-left: 20px;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }
  .footer .topfooter .centerform .usercontent.focus .iconbox img {
    left: 250px;
  }
  .footer .topfooter .centerform .usercontent.focus .iconbox .line {
    transform: scale(1.2);
    opacity: 0;
  }
  .footer .topfooter .centerform .usercontent.focus input {
    left: 9px;
  }
  .footer .topfooter .centerform .usercontent.focus textarea {
    left: 9px;
  }
  .footer .topfooter .centerform .usercontent .xqcontent {
    position: absolute;
    z-index: 1;
    width: 230px;
    height: 43px;
    line-height: 43px;
    color: #fff;
    background: none;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    left: 44px;
    top: 0;
    height: 150px;
    margin-bottom: 20px;
    padding-top: 10px;
    line-height: 26px;
  }
  .footer .topfooter .centerform .submit-btn {
    position: relative;
    width: 290px;
    height: 45px;
    color: #fff;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    background-color: #ff8712;
    border: none;
    cursor: pointer;
    outline: none;
    overflow: hidden;
  }
  .footer .topfooter .centerform .submit-btn::after {
    content: '';
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 102%;
    height: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #fff;
  }
  .footer .topfooter .centerform .submit-btn span {
    color: #fff;
  }
  .footer .topfooter .centerform .submit-btn:hover span {
    position: relative;
    z-index: 2;
    color: #ff8712;
  }
  .footer .topfooter .centerform .submit-btn:hover::after {
    height: 101%;
  }
  .footer .topfooter .rightinfo {
    width: 248px;
    height: auto;
    float: right;
    margin-top: 41px;
  }
  .footer .topfooter .rightinfo p {
    line-height: 34px;
    color: #fff;
    font-size: 14px;
  }
  .footer .topfooter .rightinfo .wechatbox {
    width: 111px;
    height: 111px;
    margin-top: 46px;
  }
  .footer .topfooter .rightinfo .wechatbox img {
    width: 111px;
    height: 111px;
  }
  .footer .topfooter .rightinfo .wechatbox .text {
    font-size: 14px;
    color: #fff;
  }
  .footer .bottomcopyright {
    width: 100%;
    height: 65px;
    background-color: #0880ef;
    box-shadow: 0px -10px 26px 4px rgba(255, 255, 255, 0.19);
  }
  .footer .bottomcopyright p {
    line-height: 65px;
    text-align: center;
    color: #fff;
    font-size: 14px;
  }
  .footer .bottomcopyright p a {
    color: #fff;
  }
  .footer .bottomcopyright p a:hover {
    color: #fff;
  }
  .footer .bottomcopyright p a img {
    position: relative;
    top: 4px;
    margin-left: 10px;
  }
  /* footer end */
