@charset "utf-8";

/* reset */

html,
body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-touch-callout: none;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

body {
    font-size: 62.5%;
}

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,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    color: #666666;
    background-color: #fff;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

textarea {
    resize: none;
}

input[type=button],
input[type=submit] {
    cursor: pointer;
}

input[type=button] {
    -webkit-appearance: none;
    outline: none
}

input::-webkit-input-placeholder {
    color: #B5B5B5;
}

textarea::-webkit-input-placeholder {
    color: #B5B5B5;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th {
    text-align: inherit;
}

fieldset,
img {
    border: 0 none;
}

img {
    vertical-align: middle;
}

abbr,
acronym {
    border: none;
    font-variant: normal;
}

del {
    text-decoration: line-through;
}

hr {
    border: 0;
    height: 1px;
    background-color: #D9D9D9;
}

ul,
li,
ol {
    list-style: none;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

button,
input {
    border: 0;
    background: 0;
    -webkit-appearance: none;
    outline: 0
}

a {
    -webkit-touch-callout: none;
    text-decoration: none;
    color: #666666;
    outline: 0;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

a:focus,
*:focus {
    outline: none;
}

em,
i {
    font-style: normal
}

label {
    cursor: pointer;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-word-break: break-all;
    word-break: break-all;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    /* -webkit-tap-highlight-color:rgba(0,0,0,0); */
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.site-main{float:left;width:100%;min-width:1200px}
.w1200{width:1200px;}
.index-title{float:left;width:100%;position:relative;font-size:46px;text-align:center;height:90px;line-height:60px}
.index-title .bottomline{position:absolute;z-index:9;width:150px;left:50%;margin-left:-75px;height:0px;bottom:0px;border-bottom:1px solid;}
.borderblack{border-color:#000000;}
.borderwhite{border-color:#ffffff;}
.fl{float:left;}
.fr{float:right;}

.youqinglianjie{float:left;width:100%;margin:10px 0px;}
.youqinglianjie .tit{border-bottom:1px solid #a5a5a5;height:40px;line-height:40px;color:#ffffff;}
.youqinglianjie .link{float:left;}
.youqinglianjie .link a{float:left;color:#ffffff;margin-right:20px;height:30px;line-height:30px}
.youqinglianjie .link a:hover{color:#e0e0e0}
.downpage-title{float:left;width:100%;text-align:center;font-size:30px;}




.js-down{transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;}
.js-down:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
}


.jump{transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;}
.jump:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
}



.sidebar-fix {
    position: fixed;
    right: 0;
    top: 100%;
    margin-top: -520px;
    background: #222222;
    z-index: 10;
}

.sidebar-fix a {
    width: 70px;
    height: 70px;
    border-bottom: 1px solid #191919;
    border-top: 1px solid #303030;
    display: block;
    position: relative;
}

.sidebar-fix a.sidebar-qq {
    border-top: 1px solid #222222;
    background: url("../images/icon_qq.png") no-repeat center center;
}

.sidebar-fix a.sidebar-qq:hover {
    background: url("../images/icon_qq_hover.png") no-repeat center center;
    background-color: #1769e1;
    border-top: 1px solid #1769e1;
    border-bottom: 1px solid #125bc4;
}

.sidebar-fix a.sidebar-wx {
    border-top: 1px solid #222222;
    background: url("../images/icon_wx.png") no-repeat center center;
}

.sidebar-fix a.sidebar-wx:hover {
    background: url("../images/icon_wx_hover.png") no-repeat center center;
    background-color: #1769e1;
    border-top: 1px solid #1769e1;
    border-bottom: 1px solid #125bc4;
}

.sidebar-fix a.sidebar-tel {
    background: url("../images/icon_tel.png") no-repeat center center;
}

.sidebar-fix a.sidebar-tel:hover {
    background: url("../images/icon_tel_hover.png") no-repeat center center;
    background-color: #1769e1;
    border-top: 1px solid #3a7ad8;
    border-bottom: 1px solid #125bc4;
}

.sidebar-fix a.sidebar-email {
    background: url("../images/icon_email.png") no-repeat center center;
}

.sidebar-fix a.sidebar-email:hover {
    background: url("../images/icon_email_hover.png") no-repeat center center;
    background-color: #1769e1;
    border-top: 1px solid #3a7ad8;
    border-bottom: 1px solid #125bc4;
}

.sidebar-fix a.sidebar-top {
    display: none;
    border-bottom: 1px solid #222222;
    background: url("../images/icon_top.png") no-repeat center center;
}

.sidebar-fix a.sidebar-top:hover {
    background: url("../images/icon_top_hover.png") no-repeat center center;
    background-color: #1769e1;
    border-top: 1px solid #3a7ad8;
    border-bottom: 1px solid #1769e1;
}

.sidebar-details {
    position: absolute;
    right: 80px;
    top: 0;
    border: 1px solid #d4d4d4;
    background: #ffffff;
    box-shadow: 0 0 15px #ccc;
    padding: 11px 18px;
    display: none;
}

.sidebar-details h6 {
    line-height: 1.4;
    font-size: 16px;
    color: #666666;
    white-space: nowrap;
}

.sidebar-details h6 span {
    color: #4298df;
    font-weight: bold;
}

.sidebar-details p {
    line-height: 1.4;
    font-size: 14px;
    color: #666666;
    margin-top: 6px;
    padding: 0 0 3px 7px;
}

.sidebar-wx .sidebar-details h6 {
    padding: 0 7px;
}

.sidebar-wx .sidebar-details i {
    top: 20%;
}

.sidebar-details i {
    width: 16px;
    height: 14px;
    background: url("../images/sz.png") no-repeat left center;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -7px;
}

.sidebar-fix a:hover .sidebar-details {
    display: block;
}

.sidebar-details img {
    width: 120px;
    max-width: 120px;
}

.sidebar-wx .sidebar-details {
    padding: 11px;
}














