@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: #2454ac;

	color: #fff;

}



::-moz-selection {

	background-color: #2454ac;

	color: #fff;

}



::-webkit-selection {

	background-color: #2454ac;

	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;

    _top: expression(eval(document.documentElement.scrollTop));

   box-shadow: 0px 10px 12px rgba(0,0,0,.1);

}







html{

        cursor: url(../images/cur.png),

        default;

}



a{

   cursor: url(../images/Acur.png),

   default ;

}



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;

}



@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;

    }



}



.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: #2454ac;

}

.container,.container1 {

    width: 1200px;

    height: auto;

    margin: 0 auto;

}

.container1 {

    width: 1200px;

}



/* header start */

.topbar {

    width: 100%;

    height: 38px;

    background-color: #f7f7f7;

  }

  .topbar .leftwelcome {

    width: 330px;

    height: 38px;

    float: left;

    line-height: 38px;

    color: rgba(51, 51, 51, 0.6);

    font-size: 14px;

  }

  .topbar .rightmessbox {

    width: 414px;

    height: 38px;

    float: right;

  }

  .topbar .rightmessbox .xp {

    position: relative;

    width: 172px;

    height: 38px;

    float: left;

    line-height: 38px;

    color: rgba(51, 51, 51, 0.6);

    font-size: 14px;

    cursor: pointer;

  }

  .topbar .rightmessbox .xp i {

    font-size: 16px;

    font-weight: bold;

  }

  .topbar .rightmessbox .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: #1b3f82;

    border-radius: 4px;

    opacity: 0;

    font-weight: bold;

    box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.2);

  }

  .topbar .rightmessbox .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: #1b3f82;

  }

  .topbar .rightmessbox .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;

  }

  .topbar .rightmessbox .contactrow {

    width: 220px;

    height: 38px;

    float: right;

    line-height: 38px;

  }

  .topbar .rightmessbox .contactrow li {

    float: left;

    position: relative;

    height: 38px;

    margin-right: 14px;

    line-height: 38px;

  }

  .topbar .rightmessbox .contactrow li a {

    color: rgba(51, 51, 51, 0.6);

    line-height: 38px;

  }

  .topbar .rightmessbox .contactrow li a:hover {

    color: #2454ac;

  }

  .topbar .rightmessbox .contactrow li::after {

    content: '|';

    position: absolute;

    right: -9px;

    top: 12px;

    font-size: 14px;

    line-height: 14px;

    color: rgba(51, 51, 51, 0.6);

  }

  .topbar .rightmessbox .contactrow li:last-child::after {

    display: none;

  }

  .headerbox {

    height: 152px;

  }

  .headerbox h1 {

    width: 237px;

    height: 79px;

    float: left;

    margin-top: 35px;

  }

  .headerbox .sloganbox {

    width: 252px;

    height: 47px;

    float: left;

    margin-left: 42px;

    margin-top: 56px;

    padding-left: 32px;

    border-left: 1px solid #686868;

    box-sizing: border-box;

  }

  .headerbox .sloganbox p {

    font-size: 14px;

    color: #6b6b6b;

    line-height: 14px;

  }

  .headerbox .sloganbox .p1 {

    margin-top: 4px;

    margin-bottom: 10px;

  }

  .headerbox .righttelbox {

    width: 255px;

    height: 49px;

    float: right;

    margin-top: 52px;

  }

  .headerbox .righttelbox img {

    display: block;

    float: left;

    margin-top: 2px;

  }

  .headerbox .righttelbox .righttxt {

    width: 186px;

    height: auto;

    float: right;

    margin-right: 5px;

  }

  .headerbox .righttelbox .righttxt .teltxt {

    font-size: 14px;

    line-height: 14px;

    color: #2454ac;

  }

  .headerbox .righttelbox .righttxt .telnum {

    margin-top: 10px;

    font-size: 30px;

    line-height: 30px;

    font-weight: bold;

    color: #2454ac;

    letter-spacing: -1px;

  }

  .navbox {

    width: 100%;

    min-width: 1200px;

    height: 76px;

    box-sizing: border-box;

    background-color: #2454ac;

  }

  .menubox {

    position: relative;

    width: 1200px;

    height: 76px;

    margin: 0 auto;

    box-sizing: border-box;

  }

  .menubox ul {

    height: 76px;

  }

  .menubox ul .nav-item {

    z-index: 1;

    position: relative;

    float: left;

    width: 133px;

    max-width: 200px;

    height: 76px;

    line-height: 76px;

    text-align: center;

    font-size: 16px;

  }

  .menubox ul .nav-item::after {

    content: '';

    position: absolute;

    right: 0;

    top: 0;

    width: 1px;

    height: 100%;

    background-color: rgba(255, 255, 255, 0.1);

  }

  .menubox ul .nav-item:last-child::after {

    display: none;

  }

  .menubox ul .nav-item::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: #2454ac;

    z-index: -1;

    opacity: 0;

    -webkit-transform: scale3d(0.1, 1, 1);

    transform: scale3d(0.1, 1, 1);

    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;

    transition: transform 0.4s, opacity 0.4s;

    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

  }

  .menubox ul .nav-item:hover > a,

  .menubox ul .nav-item.another > a {

    color: #fff;

  }

  .menubox ul .nav-item:hover > a span,

  .menubox ul .nav-item.another > a span {

    color: #fff;

  }

  .menubox ul .nav-item:hover > a span.en,

  .menubox ul .nav-item.another > a span.en {

    color: #fff;

  }

  .menubox ul .nav-item:hover::before,

  .menubox ul .nav-item.another::before {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

    background-color: #7bcf36;

  }

  .menubox ul .nav-item a {

    display: block;

    height: 76px;

    line-height: 30px;

    text-align: center;

    font-size: 14px;

    color: #fff;

    overflow: hidden;

  }

  .menubox ul .nav-item a span {

    display: block;

    width: 100%;

    text-align: center;

    font-size: 14px;

    line-height: 14px;

    color: #fff;

    -webkit-transition: all 0.6s;

    -moz-transition: all 0.6s;

    -ms-transition: all 0.6s;

    -o-transition: all 0.6s;

    transition: all 0.6s;

  }

  .menubox ul .nav-item a span.cn {

    margin-top: 17px;

  }

  .menubox ul .nav-item a span.en {

    margin-top: 15px;

    font-size: 12px;

    line-height: 12px;

    color: #d2d2d2;

    text-transform: uppercase;

  }

  .menubox ul .nav-item:hover > a {

    color: #fff;

  }

  .menubox ul .nav-item > ul {

    position: absolute;

    top: 76px;

    left: 50%;

    width: 100%;

    height: 0;

    visibility: hidden;

    transform: translateX(-50%);

    perspective: 500px;

  }

  .menubox ul .nav-item > ul li {

    position: relative;

    width: 100%;

    height: 50px;

    box-sizing: border-box;

    transform: rotateY(90deg);

    transition: transform .4s, opacity .5s;

    opacity: 0;

    background-color: #2454ac;

  }

  .menubox ul .nav-item > ul li:nth-child(1) {

    transition-delay: 0ms;

  }

  .menubox ul .nav-item > ul li:nth-child(2) {

    transition-delay: 100ms;

  }

  .menubox ul .nav-item > ul li:nth-child(3) {

    transition-delay: 200ms;

  }

  .menubox ul .nav-item > ul li:nth-child(4) {

    transition-delay: 300ms;

  }

  .menubox ul .nav-item > ul li:nth-child(5) {

    transition-delay: 400ms;

  }

  .menubox ul .nav-item > ul li:nth-child(6) {

    transition-delay: 500ms;

  }

  .menubox ul .nav-item > ul li:nth-child(7) {

    transition-delay: 600ms;

  }

  .menubox ul .nav-item > ul li:nth-child(8) {

    transition-delay: 700ms;

  }

  .menubox ul .nav-item > ul li:nth-child(9) {

    transition-delay: 800ms;

  }

  .menubox ul .nav-item > ul li:nth-child(10) {

    transition-delay: 900ms;

  }

  .menubox ul .nav-item > ul li:nth-child(11) {

    transition-delay: 1000ms;

  }

  .menubox ul .nav-item > ul li:nth-child(12) {

    transition-delay: 1200ms;

  }

  .menubox ul .nav-item > ul li::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: #7bcf36;

    z-index: -1;

    opacity: 0;

    -webkit-transform: scale3d(1, 0.1, 1);

    transform: scale3d(1, 0.1, 1);

    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;

    transition: transform 0.4s, opacity 0.4s;

    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

  }

  .menubox ul .nav-item > ul li:hover::before {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

  .menubox ul .nav-item > ul li a {

    position: relative;

    display: block;

    height: 50px;

    text-align: center;

    line-height: 50px;

    color: #fff;

  }

  .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: 96px center;

    box-sizing: border-box;

  }

  .menubox ul .nav-item > ul li:hover > a:link::after,

  .menubox ul .nav-item > ul li:hover > a:visited::after {

    height: 248%;

  }

  .menubox ul .nav-item > ul li > dl {

    position: absolute;

    left: 91px;

    top: 0;

    width: 100%;

    height: 0;

    visibility: hidden;

    perspective: 500px;

  }

  .menubox ul .nav-item > ul li > dl dd {

    position: relative;

    width: 100%;

    background-color: #2454ac;

    height: 50px;

    transform: rotateY(90deg);

    transition: transform .4s, opacity .5s;

    opacity: 0;

  }

  .menubox ul .nav-item > ul li > dl dd:nth-child(1) {

    transition-delay: 0ms;

  }

  .menubox ul .nav-item > ul li > dl dd:nth-child(2) {

    transition-delay: 100ms;

  }

  .menubox ul .nav-item > ul li > dl dd:nth-child(3) {

    transition-delay: 200ms;

  }

  .menubox ul .nav-item > ul li > dl dd:nth-child(4) {

    transition-delay: 300ms;

  }

  .menubox ul .nav-item > ul li > dl dd:nth-child(5) {

    transition-delay: 400ms;

  }

  .menubox ul .nav-item > ul li > dl dd:nth-child(6) {

    transition-delay: 500ms;

  }

  .menubox ul .nav-item > ul li > dl dd:nth-child(7) {

    transition-delay: 600ms;

  }

  .menubox ul .nav-item > ul li > dl dd:nth-child(8) {

    transition-delay: 700ms;

  }

  .menubox ul .nav-item > ul li > dl dd:nth-child(9) {

    transition-delay: 800ms;

  }

  .menubox ul .nav-item > ul li > dl dd:nth-child(10) {

    transition-delay: 900ms;

  }

  .menubox ul .nav-item > ul li > dl dd:nth-child(11) {

    transition-delay: 1000ms;

  }

  .menubox ul .nav-item > ul li > dl dd:nth-child(12) {

    transition-delay: 1200ms;

  }

  .menubox ul .nav-item > ul li > dl dd::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: #7bcf36;

    z-index: -1;

    opacity: 0;

    -webkit-transform: scale3d(1, 0.1, 1);

    transform: scale3d(1, 0.1, 1);

    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;

    transition: transform 0.4s, opacity 0.4s;

    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

  }

  .menubox ul .nav-item > ul li > dl dd:hover::before {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

  .menubox ul .nav-item > ul li > dl dd a {

    position: relative;

    display: block;

    height: 50px;

    text-align: center;

    line-height: 50px;

    color: #fff;

  }

  .menubox ul .nav-item > ul li:hover > dl {

    height: auto;

    visibility: visible;

    opacity: 1;

  }

  .menubox ul .nav-item > ul li:hover > dl dd {

    transform: rotateY(0);

    opacity: 1;

  }

  .menubox ul .nav-item:hover > ul {

    height: auto;

    visibility: visible;

  }

  .menubox ul .nav-item:hover > ul li {

    transform: rotateY(0);

    opacity: 1;

  }



/* footer start */

.footerbox {

    width: 100%;

    height: 329px;

    overflow: hidden;

    background-color: #2454ac;

  }

  .footerbox .leftftnav {

    width: 841px;

    height: 240px;

    float: left;

    margin-top: 40px;

    border-right: 1px solid #588df3;

    box-sizing: border-box;

  }

  .footerbox .leftftnav dl {

    width: 201px;

    height: 240px;

    float: left;

    padding-left: 40px;

    margin-right: 6px;

    border-left: 1px solid #588df3;

    box-sizing: border-box;

  }

  .footerbox .leftftnav dl dt {

    display: block;

    width: 100%;

    height: 16px;

    margin-top: 10px;

    margin-bottom: 30px;

    line-height: 16px;

    color: #fff;

    font-size: 16px;

  }

  .footerbox .leftftnav dl dd {

    display: block;

    width: 100%;

    height: auto;

  }

  .footerbox .leftftnav dl dd a {

    width: 100%;

    line-height: 36px;

    color: #b6cffe;

  }

  .footerbox .leftftnav dl dd a:hover {

    color: #fff;

  }

  .footerbox .rightinfobox {

    width: 350px;

    height: 240px;

    float: right;

    margin-top: 40px;

    padding-left: 40px;

    overflow: hidden;

    box-sizing: border-box;

  }

  .footerbox .rightinfobox .titlebox {

    width: 100%;

    height: 16px;

    line-height: 16px;

    margin-top: 6px;

    color: #fff;

    font-weight: bold;

    font-size: 16px;

  }

  .footerbox .rightinfobox .titlebox img {

    position: relative;

    top: -2px;

    vertical-align: middle;

  }

  .footerbox .rightinfobox .telbox {

    width: 100%;

    height: 24px;

    margin-top: 20px;

    line-height: 24px;

    color: #fff;

    font-size: 24px;

  }

  .footerbox .rightinfobox .telbox span {

    font-size: 18px;

  }

  .footerbox .rightinfobox .bottominfo {

    position: relative;

    width: 294px;

    height: 130px;

    margin-top: 32px;

  }

  .footerbox .rightinfobox .bottominfo img {

    position: absolute;

    top: -5px;

    right: 10px;

    display: block;

    width: 68px;

    height: 68px;

  }

  .footerbox .rightinfobox .bottominfo p {

    width: 100%;

    height: 14px;

    line-height: 14px;

    color: #fff;

  }

  .footerbox .rightinfobox .bottominfo .bottomfax {

    margin-bottom: 22px;

  }

  .footerbox .rightinfobox .bottominfo .bottomemail {

    margin-bottom: 22px;

  }

  .footerbox .rightinfobox .bottominfo .bottomsite {

      height: auto;

    line-height: 30px;

  }

  .copyrightbox {

    width: 100%;

    height: 50px;

    line-height: 50px;

    overflow: hidden;

    cursor: default !important;

    background-color: #000;

  }

  .copyrightbox .leftinfo {

    width: 800px;

    height: 50px;

    float: left;

    line-height: 50px;

    color: #666;

  }

  .copyrightbox .leftinfo a {

    color: #666;

  }

  .copyrightbox .leftinfo a:hover {

    color: #fff;

  }

  .copyrightbox .rightinfo {

    width: auto;

    float: right;

    line-height: 50px;

    color: #666;

  }

  .copyrightbox .rightinfo a {

    color: #666;

  }

  .copyrightbox .rightinfo a:hover {

    color: #fff;

  }

  .copyrightbox .rightinfo img {

    position: relative;

    top: -2px;

    vertical-align: middle;

    margin-left: 8px;

  }

  /* footer end */

