html,
body {
    font-size: 16px;
    line-height: 40px;
    background-color: #fff;
    padding: 0;
    margin: 0;
}

body {
    color: #333;
}

a:link,
a:visited {
    color: #333;
    text-decoration: none;
}

a:hover,
a:active {
    color: rgb(0, 125, 184);
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0);
    border-left: 1px solid rgba(0, 0, 0, 0);
}

::-webkit-scrollbar {
    width: 5px;
    height: 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 28px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.trans {
    -webkittransition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

:focus {
    outline: 0;
}

.backfff {
    background: #fff;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.ovh {
    overflow: hidden;
}

.mt20 {
    margin-top: 20px;
}

.op0 {
    opacity: 0 !important;
}

.op1 {
    opacity: 1 !important;
}


/* css3 no lte ie8*/

.rad2 {
    border-radius: 2px;
    -moz-border-radius: 2px;
    *-moz-border-radius: 2px
}

.rad3 {
    border-radius: 3px;
    -moz-border-radius: 3px;
    *-moz-border-radius: 3px
}

.rad5 {
    border-radius: 5px;
    -moz-border-radius: 5px;
    *-moz-border-radius: 5px
}

.rad8 {
    border-radius: 8px;
    -moz-border-radius: 8px;
    *-moz-border-radius: 8px
}

.rad12 {
    border-radius: 12px;
    -moz-border-radius: 12px;
    *-moz-border-radius: 12px
}

.amn1 {
    transition: all ease-in-out .1s 0s;
    -webkit-transition: all ease-in-out .1s 0s;
    -moz-transition: all ease-in-out .1s 0s;
    -o-transition: all ease-in-out .1s 0s;
}

.amn2 {
    transition: all ease-out .2s 0s;
    -webkit-transition: all ease-out .2s 0s;
    -moz-transition: all ease-out .2s 0s;
    -o-transition: all ease-out .2s 0s;
}

.amn3 {
    transition: all ease-in-out .3s 0s;
    -webkit-transition: all ease-in-out .3s 0s;
    -moz-transition: all ease-in-out .3s 0s;
    -o-transition: all ease-in-out .3s 0s;
}

.amn4 {
    transition: all ease-in-out .4s 0s;
    -webkit-transition: all ease-in-out .4s 0s;
    -moz-transition: all ease-in-out .4s 0s;
    -o-transition: all ease-in-out .4s 0s;
}

.amn6 {
    transition: all ease-in-out .6s 0s;
    -webkit-transition: all ease-in-out .6s 0s;
    -moz-transition: all ease-in-out .6s 0s;
    -o-transition: all ease-in-out .6s 0s;
}

.sdw {
    -webkit-box-shadow: #999 0px 0px 8px;
    -moz-box-shadow: #999 0px 0px 8px;
    box-shadow: #999 0px 0px 8px;
}

.w1200 {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

@font-face {
    font-family: 'DIN';
    src: url(DINPro-Regular.ttf);
    font-weight: 100;
}


/* 鑷潵姘寸綉鍘� 鎹风偣绉戞妧*/

.top {
    height: 90px;
}

.top .logo {
    margin: 21px 0;
}

.top .logo i {
    float: left;
    width: 310px;
    height: 48px;
    background: url(logo.png) center center no-repeat;
    background-size: contain;
    margin-right: 15px;
}

.top .logo span {
    float: left;
    line-height: 32px;
    padding-left: 15px;
    font-size: 22px;
    color: rgb(1, 101, 162);
    margin-top: 8px;
    border-left: 1px solid rgb(221, 221, 221);
}

.top .tel {
    margin: 23px 0;
    overflow: hidden;
    width: 200px;
    height: 44px;
    line-height: 20px;
}

.top .tel img {
    float: left;
    width: 44px;
    height: 44px;
    margin-right: 5px;
}

.top .tel span {
    float: left;
    font-size: 14px;
    color: rgb(102, 102, 102);
}

.top .tel b {
    float: left;
    font-size: 20px;
    color: rgb(0, 125, 184);
    font-family: DIN;
}

.nav-side {
    height: 60px;
    background-color: rgb(0, 125, 184);
}

.nav-side .text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 60px;
}

.nav-side .btn {
    padding: 0 6px;
    margin: 12px 0 12px 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.nav-side .btn img {
    width: 20px;
    height: 20px;
    margin: 0 8px;
}

.nav-side .btn span {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    margin: 0 8px 0 0;
    line-height: 34px;
}

.nav-side .btn i {
    width: 10px;
    height: 6px;
    background: url(icon-arrow-d.png) center center no-repeat;
    background-size: cover;
}

.nav-side .btn:hover {
    border-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.2);
}

.nav-side .btn:hover img {
    transform: rotateY(180deg);
}

.nav-side .btn:hover i {
    transform: rotate(180deg);
}

.banner {
    height: 540px;
    position: relative;
}

.banner .bg {
    height: 480px;
    background: url(banner.jpg) center center no-repeat;
    background-size: cover;
}

.banner .menus {
    position: absolute;
    top: 385px;
    left: 50%;
    margin-left: -600px;
    height: 155px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.banner .menus>a {
    width: 100px;
}

.banner .menus>a .icon {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background-color: rgba(0, 125, 184, 0.05);
    margin: 10px 10px 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .menus>a .icon img {
    width: 44px;
    height: 44px;
}

.banner .menus>a span {
    display: block;
    text-align: center;
    color: rgb(0, 125, 184);
    line-height: 30px;
}

.banner .menus>a:hover .icon {
    background-color: rgba(0, 125, 184, 0.1);
    transform: scale(1.1)
}

.banner .menus>a:hover .icon img {
    transform: rotateY(180deg);
}

.banner .menus>a:hover span {
    font-weight: bold;
}

.news {
    width: 360px;
    margin: 45px 60px 0 0;
}

.news .title {
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid rgba(0, 125, 184, 1);
    margin-bottom: 10px;
}

.news .title .t {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.news .title .m {
    padding-right: 20px;
    float: right;
    font-size: 14px;
    color: rgb(0, 125, 184);
    background: url(icon-arrow-r.png) right center no-repeat;
}

.news .title .m:hover {
    text-decoration: underline;
}

.news ul {
    display: block;
    overflow: hidden;
}

.news ul>li {
    display: block;
    line-height: 30px;
    margin: 6px 0;
    overflow: hidden;
}

.news ul>li b {
    display: block;
    width: 35px;
    height: 22px;
    margin: 4px 7px 4px 0;
    float: left;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: rgba(114, 160, 233, 1);
    border-radius: 3px;
    font-weight: normal;
}

.news ul>li .type1 {
    background-color: rgb(204, 163, 98);
}

.news ul>li a {
    float: left;
    font-size: 16px;
    color: rgb(102, 102, 102);
    width: 270px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news ul>li a:hover {
    color: rgb(0, 125, 184);
    text-decoration: underline;
}

.news ul>li span {
    float: right;
    font-size: 14px;
    color: #999;
}

.announ {
    width: 460px;
}

.announ ul>li {
    /* padding-left: 20px; */
    background: url(icon-round.png) left center no-repeat;
}

.announ ul>li a {
    width: 350px;
}

.btn-link {
    width: 256px;
    overflow: hidden;
    margin-top: 55px;
}

.btn-link>a {
    background: rgba(243, 247, 251, 1);
    font-size: 16px;
    display: block;
    margin-bottom: 12px;
    line-height: 32px;
    height: 32px;
    border-radius: 40px;
    background: rgba(243, 247, 251, 1);
    padding: 12px 15px;
}

.btn-link>a img {
    float: left;
    width: 32px;
    height: 32px;
    margin: 0 15px;
}

.btn-link>a span {
    float: left;
}

.btn-link>a i {
    float: right;
    width: 24px;
    height: 24px;
    background: url(icon-arrow-rr.png) center center no-repeat;
    margin: 4px;
}

.btn-link>a:hover {
    background-color: rgba(0, 125, 184, 0.1);
}

.btn-link>a:hover img {
    transform: rotateY(180deg);
}

.btn-link>a:hover i {
    margin-right: 0;
}

.business {
    width: 1260px;
    margin: 60px auto 0 auto;
}

.business .title {
    overflow: hidden;
    margin: 0 30px;
}

.business .title .tit {
    float: left;
    padding-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    cursor: pointer;
    margin-right: 40px;
    font-size: 22px;
    height: 50px;
    color: rgb(51, 51, 51);
}

.business .title .tit i {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 8px 0 2px;
}

.business .title .per {
    background: url(icon-11.png) 2px center no-repeat;
}

.business .title .com {
    background: url(icon-12.png) 2px center no-repeat;
}

.business .title .actived {
    border-bottom: 2px solid rgb(0, 125, 184);
    color: rgb(0, 125, 184);
}

.business .title .actived .per {
    background-image: url(icon-11-s.png);
}

.business .title .actived .com {
    background-image: url(icon-12-s.png);
}

.business .btn {
    float: right;
    width: 80px;
    height: 32px;
    margin-top: 10px;
    color: rgb(0, 125, 184);
    border-radius: 3px;
    padding-left: 32px;
    border: 1px solid rgba(0, 125, 184, 1);
    cursor: pointer;
    font-size: 14px;
    background: url(icon-arrow-dd.png) 10px center no-repeat;
    line-height: 32px;
}

.business .btn i {
    margin-right: 5;
}

.business .open {
    background-color: rgba(0, 125, 184, 1);
    color: #fff;
    background-image: url(icon-arrow-u.png);
}

.business .list {
    padding: 30px 0 0 30px;
    width: 1260px;
    height: 200px;
    overflow: hidden;
}

.business .list a {
    text-align: center;
    padding: 5px;
    color: rgb(51, 51, 51);
    float: left;
    width: 165px;
    height: 165px;
    margin: 0 30px 30px 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.business .list a>span {
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
}

.business .list i {
    width: 84px;
    height: 84px;
    margin: 20px auto 10px auto;
    border-radius: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(243, 247, 251, 1);
}

.business .list i>img {
    width: 48px;
    height: 48px;
}

.business .list a:hover {
    color: rgb(0, 125, 184);
    border-radius: 10px;
    background-color: rgb(243, 247, 251);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
}

.business .list a:hover i {
    transform: scale(1.1);
    background-color: rgba(0, 125, 184, 0.05);
}

.business .list a:hover i>img {
    transform: rotateY(180deg);
}

.bottom {
    height: 150px;
    padding: 35px 0;
    overflow: hidden;
    background-color: rgba(244, 246, 248, 1);
    margin-top: 50px;
}

.bottom .ewm {
    margin-right: 60px;
}

.bottom .ewm li {
    float: left;
    margin-right: 30px;
    width: 110px;
    text-align: center;
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
}

.bottom .link {
    padding: 0 140px 0 90px;
    line-height: 26px;
    height: 150px;
    border-left: 1px solid rgb(229, 232, 235);
    border-right: 1px solid rgb(229, 232, 235);
}

.bottom .link b {
    font-size: 14px;
    line-height: 36px;
    color: rgb(51, 51, 51);
}

.bottom .link a {
    font-size: 14px;
    color: rgb(0, 125, 184);
}

.bottom .link a:hover {
    color: #666;
    text-decoration: underline;
}

.bottom .text {
    padding-right: 30px;
}

.bottom .text p {
    font-size: 14px;
    line-height: 28px;
    color: rgb(102, 102, 102);
    margin: 0 0 0 0;
}

html,
body {
    -webkit-text-size-adjust: none;
}

html {
    color: #000;
    background: #FFF
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    /*list-style:none*/
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

input,
textarea,
select {
    *font-size: 100%
}

legend {
    color: #000
}

#yui3-css-stamp.cssreset {
    display: none
}


/* tystyle */

body {
    height: 100%;
    font-family: Arial, "微软雅黑", "宋体";
}

a {
    text-decoration: none;
    blr: e­xpression(this.onFocus=this.blur());
    outline-style: none;
}


/* 针对IE */

a:hover {
    text-decoration: none;
}

a:focus {
    -moz-outline-style: none;
}


/*针对firefox*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.ofh {
    overflow: hidden;
}

.tof {
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.opa {
    opacity: 0;
    filter: alpha(opacity=0);
}


/* clear */

.cb {
    clear: both;
}


/* css3 no lte ie8*/

.amn1 {
    transition: all ease-out .1s 0s;
    -webkit-transition: all ease-out .1s 0s;
    -moz-transition: all ease-out .1s 0s;
    -o-transition: all ease-out .1s 0s;
}

.amn2 {
    transition: all ease-out .2s 0s;
    -webkit-transition: all ease-out .2s 0s;
    -moz-transition: all ease-out .2s 0s;
    -o-transition: all ease-out .2s 0s;
}

.amn3 {
    transition: all ease-out .3s 0s;
    -webkit-transition: all ease-out .3s 0s;
    -moz-transition: all ease-out .3s 0s;
    -o-transition: all ease-out .3s 0s;
}

.sdw {
    -webkit-box-shadow: #999 0px 0px 8px;
    -moz-box-shadow: #999 0px 0px 8px;
    box-shadow: #999 0px 0px 8px;
}

dl {
    overflow: hidden;
}

dt {
    float: left;
}

dd {
    float: right;
}