* {
    margin: 0;
    padding: 0
}

html {
    background-color: #fff;
    color: #000;
    font-size: 12px
}

body, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, figure, form, fieldset, legend, input, textarea, button, p, blockquote, th, td, pre, xmp {
    margin: 0;
    padding: 0
}

body, input, textarea, button, select, pre, xmp, tt, code, kbd, samp {
    line-height: 1.5;
    font-family: tahoma,arial,"Hiragino Sans GB",simsun,sans-serif
}

h1, h2, h3, h4, h5, h6, small, big, input, textarea, button, select {
    font-size: 100%
}

h1, h2, h3, h4, h5, h6 {
    /* ,"Hiragino Sans GB" */
    font-family: tahoma,arial,"PingFang SC",simsun,sans-serif
}

h1, h2, h3, h4, h5, h6, b, strong {
    font-weight: normal
}

address, cite, dfn, em, i, optgroup, var {
    font-style: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left
}

caption, th {
    text-align: inherit
}

ul, ol, menu {
    list-style: none
}

fieldset, img {
    border: 0
}

img, object, input, textarea, button, select {
    vertical-align: middle
}

article, aside, footer, header, section, nav, figure, figcaption, hgroup, details, menu {
    display: block
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "\0020"
}

textarea {
    overflow: auto;
    resize: vertical
}

input, textarea, button, select, a {
    outline: 0 none;
    border: none;
}

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0
    }

mark {
    background-color: transparent
}

a, ins, s, u, del {
    text-decoration: none
}

sup, sub {
    vertical-align: baseline
}

html {
    height: 100%;
    font-size: 50px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: Arial, "Microsoft Yahei", "Helvetica Neue", Helvetica, sans-serif;
    color: #333;
    font-size: .28em;
    line-height: 1;
    -webkit-text-size-adjust: none;
}

hr {
    height: .02rem;
    margin: .1rem 0;
    border: medium none;
    border-top: .02rem solid #cacaca;
}

a {
    color: #25a4bb;
    text-decoration: none;
}

.clearfix {
    *zoom: 1;
}

.clearfix::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.center{
    text-align: center;
}





/*头部样式*/
.header_top {
    width: 100%;
    height: 60px;
    background:#FFFFFF;
    border-bottom:1px solid #e3e3e3;
}
.header_contant {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}
.header_logo {
    width: 138px;
    height: 38px;
    margin-top: 11px;
}
.header_logo img {
    width: 100%;
    height: 100%
}
.header_list {
    display: flex;
    margin-left: 116px;
}
.header_item {
    margin-right: 45px;
    display: block;
    color: #333333;
    font-size: 16px;
    cursor: pointer;
    line-height:56px
}
.header_right {
    /*margin-left: 356px;*/
    margin-left: 100px;
    display: flex;
    margin-top: 12px
}
.right_img {
    width: 36px;
    height: 36px;
}
.right_img img {
    width: 100%;
    height: 100%
}

.header_text {
    margin-left: 3px;
    color: #0E3462;
    font-size: 14px;
    line-height: 20px
}
.act {
    font-weight: bold;
    border-bottom: 3px solid #E83525;
    color: #E83525;
}
.header_right .item-box {
    color: #333;
    font-size: 16px;
    margin-left: 30px;
    line-height: 36px;
    display: block;
}
.header_right .item-box i {
    font-size: 18px;
}
.header_right .item-box.login {
    padding-left: 40px;
    background: url('../../public/img/common/icon-login.png') 5px 4px no-repeat;
}
.header_right .item-box.lang {
    padding-left: 40px;
    background: url('../../public/img/common/icon-lang.png') 5px 4px no-repeat;
}
.header_right .item-box.lang:hover {
    background-image: url('../../public/img/common/icon-langs.png');
}
.header_right a:hover{
    color:#E83525;
}
.header_right .top_search {
    width: 250px;
    height: 30px;
    border: 1px solid #c01;
    border-radius: 10px;
   
    left: 0;
}
.header_right  .top_stext {
    width: 200px;
    height: 30px;
    border: none;
    outline: none;
    font-size: 14px;
    color: #333;
    float: left;
    margin: 0 10px;
}
.header_right  .top_sbuton {
    width: 30px;
    height: 30px;
    outline: none;
    border: none;
    background: url(http://rtp.test/static/img/common/search.png) center center no-repeat;
    float: left;
    cursor: pointer;
}
input::-webkit-input-placeholder {
    color: #333;
}

/*底部样式*/
.footers {
    background: #343A40;
    width:100%;
    min-width:1200px;
    overflow:hidden
}

.footer_contant {
    width: 1200px;
    margin: 0 auto;
    padding-bottom:60px;
}
.footer_list{
 margin-top:80px;
 display:flex;
}
.footer_left{
    width:315px;
    margin-top:20px;
}
.footer_logo {
    flex-shrink: 0;
    height: 78px;
}
.footer_text{
    margin-top:20px;
    font-size:20px;
    color:#ffffff;
}
.footer_main{
    margin-left:93px;
}
.footer_title {
    font-size: 20px;
    color: #ffffff;
    line-height:20px
}
.footer_phone {
    margin-top: 10px;
    display: flex;
    width:415px;
    margin-top:26px
   
}
.footer_ph {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
}
.footer_ptext {
    font-size: 20px;
    color: #999999;
    margin-left:10px
}
.footer_qq{
    margin-left:110px
}
.footer_kefu {
    margin-top: 10px;
    width: 140px;
    height: 140px;
    display: flex;
    background: #ffffff;
    justify-content: center;
    align-items:center
}
.footer_kefu a{text-align:center}
    .footer_kf {
        width: 80px;
        height:80px;
    }
.zixun {
    cursor: pointer;
    display: block;
    color: #0E3462;
    font-size: 20px;
    line-height: 20px;
    margin-top: 2px
}
.footer_wx{
    margin-left:100px;
}
.footer_wx .desc {
    font-size: 16px;
    color: #999999;
    line-height:24px;
    text-align: center;
    margin-top: 10px;
}
.wx_img{
    margin-top:10px;
    padding:5px;
    background:#ffffff;
    width: 140px;
}
.wx_img img {
    width: 130px;
    height:130px;
}
.footer_line{
    text-align:center;
    font-size:12px;
    color:#999;
    padding: 15px;
    width: 100%;
    background: #2C3135;
}
.footer_line a{
    color:#999;
}




/*右边固定样式*/
.dright {
    position: fixed;
    right: 20px;
    top: 20%;
    background: #ffffff;
    box-shadow: 0 2px 12px 0 #9c9898
}
.d_item {
    width: 72px;
    height: 72px;
    display: flex;
    cursor:pointer;
    justify-content: center;
    align-items: center
}
    .d_img {
        width: 30px;
        height: 30px;
    }
.dcv {
    text-align: center;
    padding-bottom: 10px;
  
}
.d_fw {
    display:block;
    margin-top:5px;
    font-size: 12px;
    color: #666;
    text-align: center
}
.d_item:hover .d_fw {
    color: #E83525;
}
.bvl {
    border-bottom: 1px solid #DDDDDD
}
.dza{
    position:relative
}
.d_one {
    position: absolute;
    top: 0;
    left: -185px;
    width:200px;
}
.ons {
    width: 166px;
    padding: 20px 0;
    position: relative;
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    z-index:200
}
.ons::before {
    content: "";
    display: block;
    position: absolute;
    right: -20px;
    top:41px;
    border-width: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent transparent transparent #ffffff;
}




.d_title {
    text-align:center;
    color:#333;
    font-size:16px;
    line-height:22px;
    font-weight:bold
}
.d_titles{
    text-align: center;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    margin-top:10px
}
.lmn{
    display:none
}
.d_onea {
    position: absolute;
    top: 50px;
    left: -185px;
    width:200px;
}
.d_oneb {
    position: absolute;
    top: 120px;
    left: -185px;
    width: 200px;
}
.d_onec {
    position: absolute;
    top: 75px;
    left: -185px;
  width:200px;
}
.d_imgs{
    width:110px;
    height:110px
}
.onss {
    width: 166px;
    padding: 20px 0;
    position: relative;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2)
}

.onss::before {
    content: "";
    display: block;
    position: absolute;
    right: -20px;
    top:85px;
    border-width: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent transparent transparent #ffffff;
}
