/*!static/style/reset.scss*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: 400;
}
html{
    font-size: 100px;
    width: 100%;
    overflow-x: hidden;
    float: left;
}
body {
    width: 100%;
    overflow-x: hidden;
    float: left;
    line-height: 1;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    font-family: "Microsoft YaHei",Arial,sans-serif, "\5FAE\8F6F\96C5\9ED1", 'Helvetica Neue',Helvetica,'Hiragino Sans GB',PingHei,'PingFang SC',PingFangSC-Light,STHeitiSC-Light,'        Light','Lantinghei SC'
}

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

ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-underline: none;
    color: #6e6e6e;
}

a:hover,a:link,a:visited {
    text-decoration: none
}

a:active {
    text-decoration: none
}
body {
    background: #fff;
    -webkit-animation: int .8s;
    animation: int .8s;
}
@keyframes int {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes int {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/*broswer check*/
.m-browser-mask {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .85;
    filter: alpha(opacity=85);
    z-index: 9000
}

.m-browser-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1000px;
    height: 500px;
    margin: -250px 0 0 -500px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(200, 200, 200, .75);
    box-shadow: 0 0 10px rgba(200, 200, 200, .75);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 45px;
    z-index: 9999
}

.m-browser-box .title {
    font-size: 30px;
    padding: 20px 0;
    text-align: left;
    color: #000;
    border-bottom: 1px solid #ccc;
    padding-left: 30px
}

.m-browser-box .subtitle {
    font-size: 22px;
    color: #717171;
    padding: 25px 0 25px 30px
}

.m-browser-box .list {
    width: 100%;
    height: 200px;
    margin-top: 50px
}

.m-browser-box .list li {
    float: left;
    width: 33%;
    margin-left: -55px
}

.m-browser-box .list li a {
    display: block
}

.m-browser-box .list li a .i-chrome, .m-browser-box .list li a .i-firefox, .m-browser-box .list li a .i-safari {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 25px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.m-browser-box .list li a .i-chrome {
    background: url(http://www.id-md.cn/imgidmdcn/img/i-chrome.jpg) center no-repeat
}

.m-browser-box .list li a .i-firefox {
    background: url(http://www.id-md.cn/imgidmdcn/img/i-firefox.jpg) center no-repeat
}

.m-browser-box .list li a .i-safari {
    background: url(http://www.id-md.cn/imgidmdcn/img/i-safari.jpg) center no-repeat
}

.m-browser-box .list li a .text {
    display: block;
    font-size: 14px;
    text-align: center
}

.wrap {
    padding: 0 6.3%;
    position: relative;
}

.menu2,#m-menu {
    display: none;
}

#m-menu {
    box-sizing: border-box;
    font-size: .3rem;
    position: fixed;
    z-index: 999999999;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    padding-top: 2rem;
    color: #fff;
    padding-left: 30%;
    animation-duration: 1s;
    animation-name: fadeInRight;
}

#m-menu a {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 2em;
    display: block;
}

#m-menu a .p1 {
    font-size: 1.2em;
}

#m-menu a .p2 {
    padding-top: .2em;
    color: #666;
}

#m-menu a.close {
    position: absolute;
    top: .4rem;
    right: .4rem;
}
#m-menu a.close img {
    width: .4rem;
    height: .4rem;
}
.header .menu2 {
    background: url(http://www.id-md.cn/imgidmdcn/img/icon-menu.png) no-repeat;
    background-size: 100%;
    width: .4rem;
    height: .36rem;
    position: absolute;
    z-index: 999;
    right: .4rem;
    top: .4rem;
}
@media all and (min-width: 1920px) {
    .wrap {
        padding:0;
        width: 1675px;
        margin: 0 auto;
    }
}



.header {
    height: .7rem;
    font-size: .18rem;
    padding-bottom: .3rem;
    overflow: hidden;
}

.header a {
    display: inline-block;
    width: 70px;
    color: #666;
    padding: 0 2.5%;
    font-weight: normal;
    text-align: center;
    font-size: .16rem;
}
.header a:hover,.header a.on,.header a:active {
    color: #3282cf;
}
.header a:hover .p1,.header a.on .p1{
    display: none;
}
.header a:hover .p2,.header a.on .p2{
    display: inline;
}

.header .logo {
    float: left;
    width: 10%;
    position: relative;
    height: .7rem;

}

.header .logo img {
    position: absolute;
    bottom: 0;
    left: 0;
    height: .5rem;
}
@media all and (max-width: 960px) {
    html{
        font-size: 60px;
    }
    .wrap {
        padding:0 20px;
        box-sizing: border-box;
    }
    .header .menu{
        display: none;
    }
    .header .menu2 {
        display: block;
    }
}
.header .menu {
    text-align: right;
    text-transform: uppercase;
}
.header .menu p{
    display: inline;
}
.header .menu .p2{
    display: none;
}
.header .menu a {
    line-height: 120px;
}
a.av {
    border: 2px solid #666;
    top: 9px;
    position: absolute;
    left: 70%;
    border-radius: 3px;
    padding: 5px 15px;
    line-height: 25px;
    font-size: 16px;
}
.p2 a:hover {
    background: #4a99e4;
    color: #fff;    border: 3px solid #4a99e5;
}

.footer {
    background-color: #1b1b1b;
    height: 170px;
    margin-top: 130px;
    color: #fff;
    padding-top: 130px;
    font-size: 0;
}

.footer .flogo {
    display: inline-block;
    vertical-align: top;
    float: left;
    position: relative;
}

.footer .rtxt {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    float: right;
    position: relative;
}
.footer .flogo .h1 {
    font-size: .36rem;
    color: rgb(255, 255, 255);
    line-height: 1.2;
}

.footer .flogo .h2 {
    font-size: 14px;
    color: rgb(169, 169, 169);
    line-height: 1.2;
}

.footer .rtxt .h3 {
    font-size: .18rem;
    color: rgb(255, 255, 255);
    line-height: 1;
    padding-bottom: 30px;
}

.footer .rtxt .h4 {
    font-size: .14rem;
    color: rgb(169, 169, 169);
    line-height: 1.6;
}

.footer .rtxt .r1 {
    width: 226px;
    display: inline-block;
    vertical-align: top;
}
.footer .rtxt .r2 {
    display: inline-block;
    padding: 0 70px 0 115px;
    vertical-align: top;    float: right;
}

.footer .rtxt .r3 {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}
@media all and (max-width: 1200px) {
    .footer .flogo {
        display: none;
    }
    .footer .rtxt{
        width:100%;
        float:left;
    }
}


.copyright {
    height: 99px;
    border-top: 1px solid #535353;
    color: #fff;
    font-size: 0;
    background: #1b1b1b;
}

.copyright .ctext {
    font-size: 14px;
    line-height: 99px;
    color: #a9a9a9;
    position: relative;
}

.gotop {
    font-size: 0;
    text-align: center;
    padding-top: 1.27rem;
    background: url('http://www.id-md.cn/imgidmdcn/img/gotop.png') no-repeat;
    background-size: .23rem .14rem;
    background-position: 50% 1.27rem;
    clear: both;
}
.gotop:hover {
    background-image: url('http://www.id-md.cn/imgidmdcn/img/gotopon.png')
}
.gotop a {
    border-width: 1px;
    border-color: rgb(220, 220, 220);
    border-radius: .18rem;
    font-size: 16px;
    text-align: center;
    line-height: .36rem;
    border-style: solid;
    display: inline-block;
    width: 1.26rem;
    margin-top: .2rem;
    height: .38rem;
}

.copyright .cshare {
    bottom: 35px;
    right: 0;
    position: absolute;
    /* line-height: 100px; */
}

.copyright .cshare {
    position: absolute;
    right: 0;
    bottom: 30px;
    z-index: 8000;
    font-size: 100px;
}

@media all and (max-width: 960px) {
    body{
        font-family: arial,"Hiragino Sans GB","Microsoft Yahei",sans-serif;
    }
    .copyright {
        /* height: auto; */
    }

    .copyright .cshare {
        position: absolute;
        left: 0;
        font-size: 1rem;
    }
    a.av {
        top:5px;
        width: 36px;
        left: 70%;
        border-radius: 3px;
        padding: 5px;
        line-height: 18px;
        font-size: 12px;
    }
}

.copyright .cshare a {
    float: left;
    display: block;
    width: .4rem;
    height: .4rem;
    margin-left: .2rem;
    cursor: pointer;
    border: 1px solid #6c6c6c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: #a0a0a0;
}
.copyright .cshare a.nav-share-z {
    background-image: url("http://www.id-md.cn/imgidmdcn/img/l-s-zk.png");
    -webkit-background-size: cover;
    background-size: cover
}

.copyright .cshare a.nav-share-b {
    background-image: url("http://www.id-md.cn/imgidmdcn/img/l-s-b.png");
    -webkit-background-size: cover;
    background-size: cover
}

.copyright .cshare a.nav-share-d {
    background-image: url("http://www.id-md.cn/imgidmdcn/img/l-s-d.png");
    -webkit-background-size: cover;
    background-size: cover
}

.copyright .cshare a.nav-share-x {
    background-image: url("http://www.id-md.cn/imgidmdcn/img/l-s-x.png");
    -webkit-background-size: cover;
    background-size: cover
}

.copyright .cshare a.nav-share-w {
    background-image: url("http://www.id-md.cn/imgidmdcn/img/l-s-w.png");
    -webkit-background-size: cover;
    background-size: cover
}

.copyright .cshare a:hover {
    border-color: #fff;
    background-position: 0 0;
    background-color: #fff
}

@media all and (max-width: 960px) {
    .copyright {
        padding-top:1.5rem;
        width: 100%;
        float: left;
    }

    .copyright .cshare {
        position:initial;
        left:0;
        font-size: 1rem;
        margin-top:-1.8rem;
    }

    .copyright .cshare a {
        margin-left: 0;
        margin-right: .2rem;
    }

    .copyright .ctext {
        position: relative;
        padding-top: 0;
        line-height: .45rem;
        font-size:.24rem;
        padding-bottom:.5rem;
        width: 100%;
    }
    .footer {
        /*! font-family: arial; */
        background-color: #1b1b1b;
        height: auto;
        margin-top: 1.3rem;
        color: #fff;
        padding-top: .6rem;
        font-size: .2rem;
        line-height: .2rem;
        padding-bottom:.3rem;
        width: 100%;
        display: block;
        float: left;
    }

    .footer .flogo {
        display: none;
    }

    .footer .rtxt .r1, .footer .rtxt .r2 {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        padding: 5px;
        float: left;
    }

    .footer .rtxt .r3 {
        position:initial;
        float:left;
        margin-top: .24rem;
        margin-bottom: .24rem;
    }

    .footer .rtxt .h3 {
        font-size: .34rem;
        line-height: 1;
        padding-top: .14rem;
        padding-bottom: .1rem;
    }

    .footer .rtxt .h4 {
        font-size: .24rem;
        line-height: 2;
        margin-bottom:.4rem;
        display: block;
    }
}

.banner {
    text-align: center;
    position: relative;
    font-size: 0;
}

.banner img {
    width: 100%;
}

.fullSlide {
    position: relative;
    margin: 0 auto;
}

.fullSlide .bd {
    position: relative;
    z-index: 0;
}

.fullSlide .bd li img {
    width: 100%;
    vertical-align: top;
}

.fullSlide .hd {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: .3rem;
    line-height: .3rem;
    text-align: center;
}

.fullSlide .hd ul {
    text-align: center;
    padding-top: 5px;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    width: .14rem;
    height: .14rem;
    border: none;
    border-radius: 100%;
    font-size: 0;
    margin: 0 .1rem;
    background-color: #fff;
}

.fullSlide .hd ul .on {
    background-color: #D50404;
}

.fullSlide .prev,
.fullSlide .next {
    z-index: 1;
    display: block;
    width: .33rem;
    height: .6rem;
    position: absolute;
    top:50%;
    margin-top: -.3rem;
    background: url(http://www.id-md.cn/imgidmdcn/img/icon-slide.png) 0 0 no-repeat;
    background-size: .99rem 1.2rem;
    z-index:999;
}
.fullSlide .prev {
    background-position: left -.6rem;
    left: 10%;
}
.fullSlide .next {
    background-position: right -.6rem;
    right: 10%;
}

.fullSlide .prev:hover,
.fullSlide .next:hover {
    background-position-y: 0;
}

.dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000; }
.dialog .dialog_mask {
    height: 100%;
    background: #2a2b2f;
    opacity: .9; }
.dialog .dialog_main {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff; }
.dialog .dialog_main_active {
    display: block; }
.dialog .dialog_wx {
    width: 200px;
    margin: -160px 0 0 -145px;
    padding: 45px 45px 30px 45px; }
.dialog .dialog_wx img {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding-top: 1000px;
    margin-top: -1000px; }
.dialog .dialog_wx p {
    line-height: 1;
    font-size: 18px;
    letter-spacing: 5px;
    text-align: center; }

.gotop:hover a{background-color: #3282cf;
    color: #fff;}
	
