/*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: #144df0;
    color: #fff;
}

::-moz-selection {
    background-color: #144df0;
    color: #fff;
}

::-webkit-selection {
    background-color: #144df0;
    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: #144df0;
}

.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: #b3b3b3;
    font-size: 14px;
}

.topxunpan .xp {
    position: relative;
    width: auto;
    float: right;
    line-height: 42px;
    color: #b3b3b3;
    font-size: 14px;
    cursor: pointer;
}

.topxunpan .xp img {
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.topxunpan .xp i {
    padding: 0 5px;
    color: #106bf5;
    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: #0855ca;
    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: #0855ca;
}

.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: 330px;
    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: #106bf5;
}

.header .topbar {
    height: 140px;
    overflow: hidden;
}

.header .topbar .leftlogo {
    width: 852px;
    float: left;
    margin-top: 32px;
}

.header .topbar .leftlogo h1 {
    /* width: 190px; */
    float: left;
}

.header .topbar .leftlogo .slogan {
    /* width: 280px; */
    float: left;
    margin-top: 14px;
    margin-left: 36px;
    padding-left: 30px;
    box-sizing: border-box;
    border-left: 1px solid #e7e7e7;
}

.header .topbar .leftlogo .slogan .first {
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    color: #106bf5;
}

.header .topbar .leftlogo .slogan .second {
    color: #595959;
    font-size: 18px;
    line-height: 18px;
    margin-top: 12px;
}

.header .topbar .righttel {
    width: 245px;
    height: 140px;
    float: right;
}

.header .topbar .righttel .icontoptel {
    display: block;
    float: left;
    margin-top: 46px;
}

.header .topbar .righttel .righttelnum {
    width: 166px;
    float: left;
    margin-top: 48px;
    margin-left: 10px;
}

.header .topbar .righttel .righttelnum .text {
    font-size: 16px;
    line-height: 16px;
    color: #4c4c4c;
}

.header .topbar .righttel .righttelnum .num {
    margin-top: 8px;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    color: #106bf5;
}

.header .navbox {
    width: 100%;
    min-width: 1200px;
    height: 50px;
    box-sizing: border-box;
    background-color: #106bf5;
}

.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: 16px;
    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: #106bf5;
}

.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 #c81616;
    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: #106bf5;
    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 #c81616;
    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: #c81616;
    z-index: 0;
}


/* header end */


/* footer start */

.footer {
    width: 100%;
    height: 360px;
    overflow: hidden;
    background: url('../images/footer_bg.jpg') center center no-repeat;
}

.footer .friendbox {
    width: 100%;
    height: 64px;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.footer .friendbox .lefttitle {
    width: 90px;
    height: auto;
    float: left;
    font-size: 0;
}

.footer .friendbox .lefttitle span {
    font-size: 18px;
    line-height: 63px;
    color: #fff;
}

.footer .friendbox .lefttitle i.line1 {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 1px;
    height: 20px;
    margin-left: 6px;
    margin-right: 1px;
    background-color: rgba(255, 255, 255, 0.8);
}

.footer .friendbox .lefttitle i.line2 {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.5);
}

.footer .friendbox .rightlinkslist {
    width: 1094px;
    height: 63px;
    float: right;
}

.footer .friendbox .rightlinkslist li {
    float: left;
    line-height: 63px;
    margin-right: 38px;
}

.footer .friendbox .rightlinkslist li a {
    color: #f0f0f0;
}

.footer .friendbox .rightlinkslist li a:hover {
    color: #106bf5;
}

.footer .leftnavlist {
    width: 563px;
    height: auto;
    float: left;
    margin-top: 34px;
}

.footer .leftnavlist dl {
    width: 120px;
    height: auto;
    float: left;
    margin-right: 20px;
}

.footer .leftnavlist dl dt {
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 18px;
}

.footer .leftnavlist dl dd {
    font-size: 14px;
    line-height: 26px;
}

.footer .leftnavlist dl dd a {
    color: #fff;
}

.footer .leftnavlist dl dd a:hover {
    color: #106bf5;
}

.footer .contactusbox {
    width: 376px;
    height: 150px;
    float: left;
    margin-top: 34px;
    padding-left: 50px;
    margin-left: 50px;
    border-left: 1px solid #fff;
}

.footer .contactusbox p {
    color: #fff;
    line-height: 28px;
    font-size: 14px;
}

.footer .rightwechat {
    width: 144px;
    height: 144px;
    float: right;
    margin-top: 34px;
}

.footer .rightwechat img {
    width: 144px;
    height: 144px;
}

.footer .copyright {
    width: 100%;
    height: 61px;
    margin-top: 24px;
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.footer .copyright p {
    line-height: 60px;
    color: #fff;
    text-align: center;
}

.footer .copyright p a {
    color: #fff;
}

.footer .copyright p a:hover {
    color: #106bf5;
}


/* footer end */