@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
    border-style: none;
    text-decoration: none;
}

body {
    font-family: "Microsoft Yahei", "微软雅黑";
    background: #fff;
    min-width: 1263px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
}

i,
em {
    font-style: normal;
}

.clearfix:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wrap {
    /* padding-bottom: 100px; */
}

#tips {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 9999;
    display: none;
}

#tips div {
    position: absolute;
    top: 30%;
    left: 50%;
    padding: 10px;
    width: 90px;
    margin-left: -45px;
    background: rgba(0, 0, 0, 0.6);
    background: url(../images/blank.png)\9;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    word-wrap: break-word;
}

#tips .loading {
    padding-top: 38px;
    background: url(../images/loading.gif) center top no-repeat;
}


#banner {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    margin-top: 110px;
}

.banner {
    width: 1920px;
    height: 600px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.banner .hd {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    z-index: 3;
}

.banner .hd ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #fff;
    margin: 0 4px;
    cursor: pointer;
}


/*.banner .hd ul li.cur {background: #0078c3;}*/

#wrap .w1200 {
    padding-top: 60px;
}

#wrap .w1200 .heading {
    text-align: center;
    margin-bottom: 40px;
}

#wrap .w1200 .heading h4 {
    color: #0078c3;
    font-size: 40px;
    margin-bottom: 10px;
}

#wrap .w1200 .heading p {
    color: #333;
    font-size: 18px;
    background: url(../images/p_bg.png) no-repeat center;
}


/*产品服务*/

.service_con {
    margin-right: -15px;
    *zoom: 1;
}

.service_list {
    width: 390px;
    height: 386px;
    overflow: hidden;
    position: relative;
    margin: 0 15px 20px 0;
}

.service_list a {
    display: block;
}

.service_list a .img {
    width: 390px;
    height: 386px;
}

.service_list a .img img {
    width: 100%;
    height: 100%;
}

.service_list a .txt {
    position: absolute;
    top: 100px;
    left: 0px;
    width: 230px;
    padding-left: 20px;
    z-index: 3;
}

.service_list a .txt h4 {
    color: #034399;
    font-size: 20px;
    line-height: 2;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.service_list a .txt p {
    color: #333;
    font-size: 16px;
    line-height: 28px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.service_list a .show {
    width: 390px;
    height: 386px;
    background: #0078c3;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.service_list a:hover .show {
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

.service_list a:hover .txt p,
.service_list a:hover .txt h4 {
    color: #fff;
}


/*关于我们*/

.h_about {
    width: 100%;
    height: 640px;
    background: url(../images/about_bg.jpg) no-repeat center top;
    margin-top: 60px;
}

.h_about .heading {
    margin-top: 30px;
}

.h_about .heading h4,
.h_about .heading p {
    color: #fff !important;
    *color: #fff;
}

.h_about .heading p {
    background: url(../images/p_bg2.png) no-repeat center !important;
}

.h_about .h_about_con {
    width: 920px;
    height: 280px;
    margin: 50px auto 0;
}

.h_about .h_about_con p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.h_about a {
    display: block;
    width: 180px;
    height: 50px;
    margin: 0 auto;
    position: relative;
}

.h_about a i {
    display: block;
    width: 0px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #0078c3;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

.h_about a:hover i {
    width: 180px;
}

.h_about a .more {
    display: block;
    width: 178px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #0078c3;
    border: 1px solid #0078c3;
    font-size: 16px;
}


/*基于科普*/

.h_news_con .news_hot {
    width: 1200px;
    height: 408px;
    position: relative;
}

.h_news_con .news_hot .img {
    display: block;
    width: 1200px;
    height: 408px;
    overflow: hidden;
}

.h_news_con .news_hot .img img {
    width: 100%;
    height: 100%;
    transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
}

.h_news_con .news_hot .img:hover img {
    transform: scale(1.1);
}

.h_news_con .news_hot p {
    width: 96%;
    padding: 0 2%;
    height: 50px;
    line-height: 50px;
    background: url(../images/hot_tm.png);
    position: absolute;
    bottom: 0px;
    color: #fff;
    font-size: 16px;
}

.h_news_con .h_news_list {
    width: 555px;
    height: 92px;
    border: 1px solid #f3f3f3;
    margin-top: 40px;
    background: #f3f3f3;
    padding: 15px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.h_news_con .h_news_list:hover {
    box-shadow: 3px 5px 15px #c1c1c1;
}

.h_news_con .h_news_list .img {
    width: 160px;
    height: 92px;
    overflow: hidden;
}

.h_news_con .h_news_list .img img {
    width: 100%;
    height: 100%;
    transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
}

.h_news_con .h_news_list .img:hover img {
    transform: scale(1.1);
}

.h_news_con .h_news_list .txt {
    width: 380px;
}

.h_news_con .h_news_list .txt h4 {
    margin-bottom: 8px;
}

.h_news_con .h_news_list .txt h4 a {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.h_news_con .h_news_list .txt h4 a:hover {
    color: #0078c3;
}

.h_news_con .h_news_list .txt p {
    color: #333;
    font-size: 14px;
}


/*常见问题*/

.faq {
    width: 100%;
    height: 610px;
    background: #e6e6e6;
    margin-top: 90px;
}

.faq .faq_list {
    width: 560px;
    height: 120px;
    padding: 15px;
    border: 1px solid #c4c4c4;
    background: #fff;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.faq .faq_list:hover {
    box-shadow: 3px 5px 15px #c1c1c1;
}

.faq .faq_list .q {
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
}

.faq .faq_list .a {
    color: #333;
    font-size: 14px;
    line-height: 24px;
}


/*底部*/

/* #footer {
    width: 100%;
    background: #3a3a3a;
}

.footerinfo {
    height: 95px;
}

.footerinfo .footerinfo_list {
    width: 400px;
    height: 95px;
    text-align: center;
}

.footerinfo .footerinfo_list.c1 {
    background: #42b3e5;
}

.footerinfo .footerinfo_list.c2 {
    background: #0384ce;
}

.footerinfo .footerinfo_list.c3 {
    background: #3156a3;
}

.footerinfo .footerinfo_list h4 {
    color: #fff;
    font-size: 24px;
    margin: 15px 0 5px;
}

.footerinfo .footerinfo_list p {
    color: #fff;
    font-size: 16px;
}

.footer {
    height: 240px;
    padding-top: 50px;
}

.footer .f_logo {
    width: 215px;
    height: 134px;
}

.footer .f_nav {
    ;
    margin-left: 50px;
}

.footer .f_nav dl {
    float: left;
    margin-right: 60px;
}

.footer .f_nav dl dt {
    margin-bottom: 15px;
}

.footer .f_nav dl dt a {
    color: #888;
    font-size: 16px;
}

.footer .f_nav dl dd {
    color: #888;
    font-size: 14px;
    margin-bottom: 8px;
}

.footer .f_nav dl dd a {
    color: #888;
}

.footer .f_nav dl dd a:hover {
    color: #0078c3;
}

.footer .f_weix {
    text-align: center;
    width: 90px;
}

.footer .f_weix p {
    color: #888;
    font-size: 16px;
    margin-bottom: 15px;
}

.footer .f_weix img {
    width: 100%;
}

#footer .copy {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #303030;
    overflow: hidden;
}

#footer .copy p {
    color: #888;
    font-size: 14px;
    float: left;
}

#footer .copy p a {
    color: #888;
} */

.share .bdsharebuttonbox {
    height: 28px;
    margin-top: 8px;
}

.share .bdsharebuttonbox a {
    display: inline-block;
    padding: 0px;
    margin: 0 0 0 15px;
    width: 28px;
    height: 28px;
    background: url(../images/share.png) no-repeat;
}

.share .bdsharebuttonbox a.bds_sqq {
    background-position: 0px 0px;
}

.share .bdsharebuttonbox a.bds_weixin {
    background-position: -28px 0px;
}

.share .bdsharebuttonbox a.bds_tsina {
    background-position: -56px 0px;
}

.sidebar-box {
    position: fixed;
    z-index: 900;
    bottom: 30px;
    right: 10px;
}

.bd-radius-lr {
    border-radius: 4px 4px 0px 0px;
}

.sidebar-box ul li {
    cursor: pointer;
    width: 62px;
    height: 62px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
}

.sidebar-box ul li:first-child {
    border-radius: 4px 4px 0px 0px;
    border-bottom: none;
}

.sidebar-box ul li:last-child {
    border-radius: 0px 0px 4px 4px;
    border-top: none;
}

.sldebar-comm-box {
    font-size: 12px;
    color: #999999;
}

.sidebar-gotop {
    display: none;
}

.sidebar-gotop:hover {
    color: #fff;
    background-color: #0078c3;
}

.sidebar-message:hover {
    color: #fff;
    background-color: #32a01e;
}

.sidebar-code:hover {
    color: #fff;
    background-color: #708595;
}

.sidebar-logo-top {
    margin-top: 24px;
    width: 24px;
    height: 16px;
}

.sidebar-logo-message {
    margin-top: 10px;
    width: 22px;
    height: 24px;
}

.sidebar-logo-code {
    margin-top: 10px;
    width: 22px;
    height: 22px;
}

.sidebar-code {
    position: relative;
    z-index: 200;
}

.sldebar-wechat {
    position: absolute;
    display: none\9;
    z-index: 100;
    padding: 15px;
    top: -210px;
    left: -270px;
    border: solid 1px #e6eaec;
    background-color: #ffffff;
    opacity: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform-origin: 98% 90%;
    -moz-transform-origin: 98% 90%;
    -webkit-transform-origin: 98% 90%;
    -ms-transform-origin: 98% 90%;
    transition: transform ease .3s, opacity ease .3s;
    -webkit-transition: transform ease .3s, opacity ease .3s;
    -moz-transition: transform ease .3s, opacity ease .3s;
    -ms-transition: transform ease .3s, opacity ease .3s;
}

.sldebar-wechat-current {
    display: block\9;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
}

.sldebar-wechat-code {
    width: 198px;
    height: 198px;
    border: solid 1px #e6eaec;
}

.sldebar-wechat-title {
    font-size: 14px;
    color: #333;
}