html,body,ul,li,dl,dt,dd,div,p{
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
    font-size: 14px;
    font-family: "Microsoft YaHei", "微软雅黑", Calibri, Helvetica, tahoma, arial, simsun, "宋体", sans-serif, Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
}
a{
    text-decoration: none;
}
.block{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.page {
    margin: 0 auto;
    width: 230px;
}
.page li{
    float: left;
    width: 28px;
    height: 32px;
    line-height: 32px;
    margin-right: 4px;
    text-align: center;
}
.page li a {
    display: block;
    color: #a4a4a4;
    font-size: 14px;
    background-color: #efefef;
}
.page li a.active{
    color: #fff;
    background-color: #32a5f6;
}
.padding-16{
    padding: 16px !important;
}
.space-60{
    height: 60px;
}
/* top navigation */
.top{
    height: 72px;
    border-bottom: 1px solid #ededed;
}
.brand,.top-nav{
    height: 72px;
    line-height: 72px;
}
.brand{
    float: left;
    padding: 0 40px;
}
.top-nav {
    float: right;
}
.top-nav > li{
    float: left;
    height: 72px;
    line-height: 72px;
    padding-right: 36px;
    position: relative;
}
.top-nav > li > a {
    display: block;
    height: 70px;
    font-family:"Microsoft Yahei";
	font-size:17px;
	font-weight:500;
    color: #000;
}
.top-nav > li > a.active{
    color: #125fa3;
    border-bottom: 2px solid #125fa3;
}
.top-nav > li:hover ul{
    display: block;
}

ul.top-nav ul {
    /*background: #5f6975; */
    display: none;
    background: #fff;
    border-radius: 0px;
    padding: 0;
    position: absolute;
    top: 100%;
    left: -12px;
    color: #125fa3;
    z-index: 2000;
}
ul.top-nav ul li {
    float: none;
    /*border-top: 1px solid #32a5f6;*/
    border-bottom: 1px solid #32a5f6;
    min-width: 200px;
    height: 44px;
    line-height: 44px;
}
ul.top-nav ul li:last-child{
    border-bottom: none;
}
ul.top-nav ul li > a {
    display: block;
    padding: 0 18px;
	font-family:"Microsoft Yahei";
	font-size:17px;
	font-weight:500;
    color: #000;
}
ul.top-nav ul li a:hover {
    background: #32a5f6;
    color: #fff;
}
.search{
    width: 56px;
    height: 72px;
    line-height: 72px;
    float: right;
    margin-left: 19px;
    background-color: #32a5f6;
    position: relative;
}
.languageBox {
    position: relative;
    color: #fff;
}
.language {
    padding-left: 5px;
}
.languageList{
    display: none;
}
.search select{
    width:100%;
}
.search ul {
    position: absolute;
    margin: auto;
    top: 45px;
    background: #32a5f6;
    width: 100%;
    z-index: 1000;
    padding: 5px 0;
}
.search ul li {
    padding-left: 5px;
    height: 20px;
    line-height: 20px;
}
.search a {
    font-size: 12px;
    color: #fff;
}
.search a:hover{
    color: #fff;
}
/* 页面详情 */
.main{
    background-color: #f8f8f8;
}
/* article */
.main-article{
    background-color: #fcfcfc;
    padding: 38px 0 15px;
}
.main-article .content{
    margin: 0 auto;
    width: 1200px;
    min-height: 600px;
    border: 1px solid #f0f0f0;
    background-color: #ffffff;
}
.main-article .content .header{
    margin: 36px 0;
}
.main-article .content .header .title{
    font-size: 24px;
    font-weight: 650;
    text-align: center;
}
.main-article .content .header .ftitle{
    font-size: 12px;
    color: #a5a5a5;
    margin-right: 190px;
    padding-top: 7px;
}
.main-article .content .newstext{
    padding: 26px;
    min-height: 650px;
}
.main-article .content .newstext .titlepic{
    text-align: center;
    padding: 26px 0;
}
.main-article .content .newstext p{
    font-family: "SimSun";
    text-indent: 2em;
    line-height: 200%;
    font-size: 14px;
    color: #545454;
}
.main-article .rside{
    float: right;
    width: 368px;
    min-height: 228px;
    background-color: #fff;
}
.main-article .rside .header{
    margin: 36px 0;
    text-align: center;
}
.main-article .rside .article-item{
    margin-bottom: 60px;
    padding: 0 15px;
}
.article-item.active {
    border-left: 2px solid #125fa3;
}
.article-item.active .title {
    color: #125fa3;
}
.main-article .rside .article-item .title{
    font-size: 16px;
    margin-bottom: 14px;
}
.main-article .rside .article-item .intro{
    font-family: 'SimHei';
}

/** expert */
.main-expert{
    padding: 38px 0 52px;
}
.block-expert{
    background-color: #fff;
    padding: 30px 96px;
}
.block-expert .header{
    text-align: center;
    padding: 20px 0;
}
.list-expert-item{
    border-bottom: 1px solid #f1f1f1;
    padding: 30px 123px;
}
.list-expert-item .img{
    float: left;
}
.list-expert-item .expert-info{
    float: left;
    width: 443px;
    margin-left: 70px;
    font-family: "SimSun";
}
.list-expert-item .expert-info .expert-title{
    font-size: 24px;
    margin-top: 30px;
}
.list-expert-item .expert-info .expert-intro{
    font-size: 12px;
    margin-top: 20px;
    line-height: 180%;
    position: relative;
}
.list-expert-item .expert-info .expert-intro .more-expert{
    position: absolute;
    right: 10px;
    bottom: -1px;
}
.list-expert .page{
    margin-top: 88px;
}

/*人力资源*/
.main-resource{
    height: 1630px;
    background: url("?static/images/bg_resource.png") no-repeat;
    background-size: 100%;
    padding-top: 398px;
    font-family: "SimHei";
}
.block-resource{
    height: 1155px;
    background-color: #fff;
    border: 1px solid #dedede;
    padding: 44px 46px;
}
.nav-box {
    padding-left: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}
.nav-box .nav-offer li{
    float: left;
    height: 28px;
    line-height: 28px;
    margin-right: 36px;
}
.nav-box .nav-offer li a{
    display: block;
    font-size: 14px;
    color: #515050;
    padding: 0 10px;
}
.nav-box .nav-offer li a.active{
    color: #fff;
    background-color: #125fa3;
}

.list-offer-item {
    padding: 48px 35px 48px 128px;
    border-bottom: 1px solid #dedede;
    font-family: "SimHei";
}
.list-offer-item:last-child{
    border-bottom: none;
}
.list-offer-item .offer-header .offer{
    margin-top: -3px;
    margin-left: 16px;
}
.list-offer-item .offer-header span.offer-name {
    font-size: 18px;
}
.list-offer-item .offer-header span.offer-count {
    display: block;
    font-size: 12px;
    color: #a5a5a5;
    margin-top: -1px;
}
.list-offer-item .offer-header .do-ineed{
    padding-left: 12px;
}

.list-offer-item .offer-body{
    margin-top: 32px;
    font-family: "SimHei";
}
.list-offer-item .offer-body .offer-duty,
.list-offer-item .offer-body .offer-requirement{
    float: left;
    width: 50%;
    padding-left: 10px;
}
.list-offer-item .offer-body .title{
    color: #242424;
    font-size: 18px;
}
.list-offer-item .offer-body p{
    font-size: 14px;
    line-height: 180%;
}
.banner1{
    width: 100%;
    height: 454px;
    background: url("?images/aboutp.jpg") no-repeat;
    background-size: cover;
	margin-top:0px;
	padding-top:0px
}
.banner2{
    width: 100%;
    height: 454px;
    background: url("?images/news.jpg") no-repeat;
    background-size: cover;
	margin-top:0px;
	padding-top:0px
}
.banner3{
    width: 100%;
    height: 454px;
    background: url("?images/Cooperation.jpg") no-repeat;
    background-size: cover;
	margin-top:0px;
	padding-top:0px
}
/*关于我们*/

.main-aboutus {
    background-color: #fff;
}
.main-aboutus .banner{
    width: 100%;
    height: 454px;
    background: url("?static/images/bg_aboutus_banner.png") no-repeat;
    background-size: cover;
}
.main-aboutus .banner .block-banner{
    height: 454px;
}
.main-aboutus .banner .intro{
    position: absolute;
    width: 663px;
    opacity: .8;
    right: 175px;
    bottom: 66px;
    padding: 24px;
    background-color: #fff;
}
.main-aboutus .banner .intro .title {
    padding-bottom: 10px;
    border-bottom: 1px dashed #55b9ff;
}
.main-aboutus .banner .intro .title .chinese{
    font-size: 24px;
    color: #276eab;
    font-family: "SimSun";
}
.main-aboutus .banner .intro .title .english{
    font-size: 18px;
    font-family: 'Tahoma';
    padding-left: 8px;
    color: #55b9ff;
}
.main-aboutus .banner .intro .content{
    padding-top: 10px;
    font-size: 14px;
    font-family: 'SimSun';
    color: #575757;
    line-height: 180%;
}
.main-aboutus .block-table-cell{
    height: 1018px;
    padding: 87px 175px;
    text-align: center;
}
.main-aboutus .block-table-cell table tr td{
    vertical-align: middle;
    padding: 0;
    margin: 0;
    color: #737373;
}
.main-aboutus .block-table-cell table tr td p{
    font-family: 'SimHei';
    font-size: 14px;
    text-align: left;
    line-height: 180%;
    padding: 0 10px;
}
.main-aboutus .block-table-cell .color{
    width: 170px;
    height: 170px;
    line-height: 170px;
}
.main-aboutus .block-table-cell .bg-color-fen{
    background-color: #f8e8e7;
}
.main-aboutus .block-table-cell .bg-color-hulan{
    background-color: #d3e6f4;
}
.main-aboutus .block-table-cell .bg-color-qing{
    background-color: #d4e4e5;
}
.main-aboutus .block-table-cell .bg-color-bzd{
    background-color: #f5fbe1;
}
.main-aboutus .block-table-cell .bg-color-red{
    background-color: #b62a25;
}
.main-aboutus .group{
    width: 100%;
}
.main-aboutus .group img{
    width: 100%;
}
.main-aboutus .block-group{
    height: 685px;
}
.main-aboutus .block-group .title{
    color: #fff;
    font-family: "SimSun";
    font-size: 20px;
}
.main-aboutus .block-group .ftitle{
    font-size: 12px;
    font-family: "SimHei";
    color: #fff;
}
.main-aboutus .block-group .text1{
    position: absolute;
    left: 210px;;
    top: 250px;;
}
.main-aboutus .block-group .text2{
    position: absolute;
    left: 160px;;
    top: 416px;;
}
.main-aboutus .block-group .text3{
    position: absolute;
    left: 210px;
    top: 586px;;
}
.main-aboutus .block-group .text4{
    position: absolute;
    left: 883px;
    top: 250px;;
}
.main-aboutus .block-group .text5{
    position: absolute;
    left: 930px;
    top: 416px;;
}
.main-aboutus .block-group .text6{
    position: absolute;
    left: 883px;
    top: 586px;;
}

.main-aboutus .block-advantage{
    padding: 80px 112px;
}
.main-aboutus .block-advantage .advantage-header {
    text-align: center;
}
.block-advantage table tr td{
    padding-top: 36px;
    width: 245px;
    text-align: center;
    vertical-align: middle;
}
.block-advantage p{
    padding-top: 24px;
    font-size: 12px;
    font-family: "SimHei";
    color: #125fa3;
    line-height: 180%;
    display: block;
    height: 60px;
}
.advantage {
    width: 147px;
    height: 147px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    background: url("?static/images/advange_bg.png") no-repeat;
}
.advantage:hover{
    background: url("?static/images/advange_active_bg.png") no-repeat;
}
.advantage img {
    padding-top: 36px;
}
.advantage .title{
    padding-top: 8px;
}
.advantage:hover .title{
    color: #fff;
}

.block-quicknav {
    margin-top: 50px;
}
.block-quicknav .quicknav-header{
    text-align: center;
}
.block-quicknav .quicknav-body{
    padding:86px 145px;
}
.block-quicknav .padding-110{
    padding: 0 110px;
}
/* 成功案例 */
.main-case{
    padding: 50px 0 82px;
}
.block-case-details,
.block-case{
    padding: 35px 92px;
    background-color: #fff;
}
.block-case .case-header{
    text-align: center;
}
.list-case .list-case-item{
    width: 1012px;
    height: 232px;
    padding: 40px 0;
    border-bottom: 1px solid #dedede;
}
.list-case .list-case-item .case-info{
    float: left;
    width: 656px;
}
.list-case .list-case-item .case-title{
    font-size: 24px;
    color: #2a2a2a;
    font-family: 'SimSun';
    height: 32px;
    overflow: hidden;
}
.list-case .list-case-item .case-ftitle{
    text-align: right;
    font-size: 12px;
    color: #a5a5a5;
    font-family: 'SimHei';
    padding-top: 12px;
}
.list-case .list-case-item .case-intro{
    position: relative;
}
.list-case .list-case-item .case-intro p{
    color: #555555;
    font-size: 12px;
    font-family: 'SimSun';
    line-height: 180%;
    padding-top: 10px;
    height: 94px;
    overflow: hidden;
}
.list-case .list-case-item .case-intro .more-intro{
    position: absolute;
    right: 6px;
    bottom: 0px;
}
.list-case .list-case-item .case-titlepic{
    float: left;
    margin-left: 60px;
}
.block-case-details .case{
    border-bottom: 1px solid #dedede;
    padding-bottom: 80px;
}
.block-case-details .case .case-title{
    position: relative;
    color: #2a2a2a;
    font-size: 24px;
    text-align: center;
}
.block-case-details .case .case-ftitle{
    padding-left: 252px;
    font-family: 'SimHei';
    font-size: 12px;
    color: #a5a5a5;
    padding-top: 10px;
    padding-bottom: 10px;
}
.block-case-details .case-details{
    position: relative;
}
.block-case-details .case .titlepic {
    text-align: center;
}
.block-case-details .case p{
    margin-top: 48px;
    line-height: 200%;
    font-size: 12px;
    font-family: 'SimSun';
    color: #555;
}
.block-case-details .case-details .less-toup{
    text-align: center;

}
.block-case-details .page{
    margin-top: 34px;
}
/* 临床研究 */
.main-research{
    background-color: #fcfcfc;
    background: url("?static/images/bg_research.png");
    padding-top: 395px;
    padding-bottom: 64px;
}
.research{
    padding:0 80px;
    background-color: #fff;
}
.for-family-header{
    padding: 75px 0 50px;
    text-align: center;
}
.for-family-body .titlepic{
    float: left;
}
.for-family-body .intro{
    float:left;
    width: 600px;
    margin-left: 30px;
}
.for-family-body .intro .title{
    font-size: 16px;
    font-family: 'SimHei';
    color: #b62a25;
    padding-bottom: 10px;
}
.for-family-body .intro p{
    font-size: 12px;
    font-family: 'SimHei';
    color:#6e6e6e;
    line-height : 200%;
}
.block-test{
    padding:62px 136px;
    border: 1px dashed #b7d081;
    border-radius: 120px;
    margin-top: 10px;
}
.test-header .title{
    font-size: 16px;
    font-family: 'SimHei';
    color: #b62a25;
    text-align: center;
}
.test-header .ftitle{
    font-size: 14px;
    color: #2f2f2f;
    text-align: center;
    padding-top: 10px;
}
.test-body{
    padding-top: 64px;
}
.car,
.tcr{
    float: left;
    width: 336px;
    height: 314px;
    text-align: center;
    border: 2px solid #30b9e0;
}
.car .title,
.tcr .title{
    font-size: 16px;
    font-family: "SimHei";
    padding-top: 34px;
    line-height: 180%;
}
.car .intro,
.tcr .intro{
    padding: 48px 20px;
    font-size: 12px;
    line-height: 180%;
}
.car{
    color: #30b9e0;
    margin-right: 90px;
}
.tcr{
    color: #36a65b;
}

.block-researcher .block-header,
.block-datashare .block-header{
    text-align: center;
    padding-top: 100px;
}
.block-researcher .block-body p,
.block-datashare .block-body p{
    font-size: 12px;
    font-family: 'SimHei';
    color: #6e6e6e;
    text-align: center;
    padding-top: 70px;
    line-height: 180%;
}
/* 战略合作 */
.main-coop{
    width: 100%;
    height: 1313px;
    background: url("?static/images/bg_coop.png") no-repeat;
    background-size: 100%;
    padding-top: 395px;
}
.coop{
    height: 864px;
    background-color: #fff;
    padding: 0 70px;
}
.coop .header{
    padding: 68px 0 50px;
    border-bottom: 1px solid #b62a25;
}
.coop .header p{
    text-align: center;
    font-size: 14px;
    color: #212121;
    font-family: "SimHei";
}
.coop .body{
    padding: 76px 30px;
    display: table;
    width: 100%;
    margin: 0 auto;
}
.coop .cooperCell {
    display: table-cell;
    width: 33%;
}
.coop .coopBox{
    margin: 0 auto;
    width: 306px;
    height: 470px;
    position: relative;
    cursor: pointer;
}
.coop .coopBox .title{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 72px;
    line-height: 90px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background: url("?images/cooperation_item.png") no-repeat;
}
.coop .coopBox .intro {
    position: absolute;
    padding: 12px;
    top: 50%;
    bottom: 50%;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: 600;
}
.coop .coopBox .intro .title2{
    text-align: center;
    padding: 12px 0;
}

.coop .coopBox .mask{
    background-color: #43bee0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
}
.coop .coop-1,
.coop .coop-2,
.coop .coop-3{
    float: left;
    cursor: pointer;
}
.coop .coop-2{
    margin: 0 40px;
}
/* 国际医疗 */
.main-internal{
    width: 100%;
    background: url("?static/images/bg_internal.png") no-repeat;
    background-color: #f7f7f7;
    padding-top: 400px;
}
.main-product {
    background: url("?static/images/product_header_bg.png") no-repeat;
    background-color: #f7f7f7;
}
.main-internal table.table tr td{
    text-align: center;
    vertical-align: middle;
}
.main-internal table.table tr.header td{
    color: #fff;
    background-color: #005fa3;
}
.main-internal table.table tbody tr:nth-child(odd){
    color: #fff;
    background-color: #8fb1c9;
}
.main-internal table.table tbody tr:nth-child(even){
    color: #4d738e;
    background-color: #ebebeb;
}
.main-internal .table-reference{
    display: table;
    width: 100%;
}
.main-internal .col-reference-item {
    position: relative;
    width: 185px;
    height: 295px;
    border: 1px solid #dedede;
    background-color: #F4F4F4;
    font-weight: 700;
    font-style: italic;
    margin-right: 10px;
    float: left;
}
.main-internal .col-reference-item .titleItem{
    padding: 16px 8px 5px;
    color: #2267b2;
    font-weight: 600;
    font-style: italic;
}
.main-internal .col-reference-item .authors {
    position: absolute;
    top: 166px;
    width: 100%;
    text-align: right;
    padding-right: 8px;
}
.main-internal .col-reference-item .magazine a,
.main-internal .col-reference-item .authors a{
    color: #999;
}
.main-internal .col-reference-item .magazine{
    position: absolute;
    top: 188px;
    width: 100%;
    text-align: right;
    padding-right: 8px;
}
.main-internal .col-reference-item .factor{
    position: absolute;
    right: -20px;
    bottom: 45px;
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #dedede;
    background-color: #DCDCDC;
    font-weight: 600;
    font-style: italic;
}
.main-internal .col-reference-item .factor a{
    color: #FEFEFE;
}
.col-organization{
    width: 10%;
}
.col-carrier{
    width: 10%;
}
.col-car{
    width: 10%;
}
.col-hinge{
    width: 10%;
}
.col-disease{
    width: 10%;
}
.col-patient{
    width: 10%;
}
.col-result{
    width: 10%;
}
.col-cell{
    width: 10%;
}
.col-cns{
    width: 10%;
}
.col-reference{
    width: 10%;
}
/* 联系我们 */
.main-contract{
    width: 100%;
    background: url("?static/images/bg_page_contact.png") no-repeat;
    background-color: #f7f7f7;
    padding-top: 400px;
}
.main-contract .block {
    background-color: #fff;
}
.block-contact {
    padding-top: 80px;
}
.contract-nav {
    width: 660px;
    margin: 0 auto;
}
.contract-nav-item {
    float: left;
    width: 220px;
    text-align: center;
    padding: 50px 0;
}
.contract-nav-item p{
    padding-top: 26px;
    color: #acacac;
}
.contract-nav-item.active p{
    color: #0e4a74;
}
.contract-address .address,
.contract-map .map{
    display: none;
}
.contract-address .active,
.contract-map .active{
    display: block;
}
.contract-address .address .details{
    font-size: 18px;
    color: #2e3e49;
    margin-bottom: 8px;
}
.contract-address {
    width: 660px;
    margin: 0 auto;
    padding-left: 85px;
}
.contract-address .address ul{
    border-left: 3px solid #32a5f6;
}
.contract-address .address ul li{
    font-size: 18px;
    color: #2e3e49;
    padding: 8px 13px;
}
.contract-map{
    padding: 70px 60px;
}
.contract-map .map{
}
    /* footer */
.footer{

    width: 100%;
    height: 372px;
    background: url("?static/images/bg_footer.png");
    color: #fff;
}
.footer a{
    color: #fff;
}
.nav-bottom {
    float: left;
    margin-top: 55px;
    margin-right: 28px;
}
.tel-400{
    position: relative;
    width: 296px;
    height: 69px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 6px;
    margin-bottom: 24px;
    background: url("?static/images/tel_400.png") no-repeat;
    background-position: center;
}
.qrcode {
    position: relative;
    width: 296px;
    height: 115px;
    line-height: 115px;
    background: url("?static/images/qrcode.png") no-repeat;
    background-position: center;
}
.qrcode ul {
    width: 140px;
    height: 56px;
    margin-left: 115px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.qrcode ul li{
    line-height: normal;
    padding-bottom: 6px;
}
.nav-bottom dt{
    font-size: 16px;
}
.nav-bottom dd{
    padding-top: 24px;
}
.copyright{
    padding-top: 46px;
    font-size: 11px;
    color: #4a99e1;
}
.searchs{
    /*width: 580px;*/
    margin: 0 auto;
    font-size: 12px;
    font-family: 'SimHei';
    margin-bottom: 20px;
}
.search-item{
    margin-top: 24px;
}
.search-item li.title{
    background: none;
    color: #125fa3;
    font-size: 14px;
    padding-left: 0;
    width: 110px;
    text-align: right;
    font-weight: bold;
}
.search-item li{
    float: left;
    height: 34px;
    line-height: 34px;
    padding:0 30px;
    background-color: #fafafa;
    margin-right: 10px;
}
.search-item li.active{
    background-color: #337ab7;
}
.search-item li.active a{
    color: #fff;
}
.sort {
    padding: 30px 0;
}
.sort li {
    float: left;
    margin-right: 70px;
}
.sort li a{
    /*color: #999;*/
}
.sort li.active a{
    color: #b62a25;
}
.search-group{
    border-bottom: 1px solid #dedede;
    width: 755px;
    margin: 10px auto;
}

.search-group-item {
    margin-bottom: 10px;
}

.search-group-item li{
    float: left;
    height: 34px;
    line-height: 34px;
    padding: 0px 20px;
    background-color: #fafafa;
    margin-right: 8px;

}
.search-group-item li.title{
    background: none;
    color: #125fa3;
    font-size: 14px;
}
.clearfix:before,
.clearfix:after{
    content: ' ';
    display: table;
}
.clearfix:after{
    clear: both;
}
.text-center{
    text-align: center;
}
.down-indent{
    float: left;
    height: 100px;
}
.effect table{
    margin-top: 20px;
    height: 100%;
}
.effect table tr td{
    width: 50%;
}
.effect table tr td img{
    width: 100%;
}
.effect .padding li{
    padding-bottom: 12px;
}
.reference {
    padding: 16px;
}
.reference .remind{
    float: left;
    width: 508px;
    padding-left: 45px;
    position: relative;
}
.reference .remind-icon{
    position: absolute;
    background: url("?static/images/tcrt_icon_1.png") no-repeat;
    width: 18px;
    height: 18px;
    left: 6px;
    top: 6px;
}
.reference .important{
    font-size: 14px;
    font-weight: bolder;
}
.reference .book{
    float: right;
    width: 230px;
    height: 65px;
    line-height: 65px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bolder;
    background-color: #2267b2;
}
.product {
    position: relative;
}
.product .slogan{
    position: absolute;
    top: -136px;
    right: -18px;
    font-size: 32px;
    font-weight: bolder;
    font-family: "宋体";
    color: #125fa3;
    text-align: right;
}
.research_contactme_1{
    background: url("?static/images/research-cotactme-1.png") no-repeat;
    width: 215px;
    height: 53px;
    line-height: 53px;
    padding-left: 18px;
    margin: 0 auto;
}
.research_contactme_2{
    background: url("?static/images/research-cotactme-2.png") no-repeat;
    width: 215px;
    height: 53px;
    line-height: 53px;
    padding-left: 18px;
    margin: 0 auto;
}
.research_contactme_1 a,
.research_contactme_2 a{
    color: #fff;
}
#slider .intro {
    position: absolute;
    margin: auto;
    width: 410px;
    left: 0;
    right: 0;
    bottom: 100px;
    z-index: 1000;
    color: #fff;
}
#slider .intro .intro1{
    margin-bottom: 10px;
    font-size: 22px;
}
#slider .intro .intro2{
    font-size: 12px;
    text-align: left;
}
.title-group{
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
}
.title-group img {
    margin-top: -10px;
}
.title-group ul{
    display: inline-block;
    padding: 0 8px;
}
.title-group ul li{
    line-height: normal;
}
.title-group .chinese{
    font-size: 18px;
    color: #125fa3;
    font-weight: bolder;
}
.title-group .english{
    font-size: 11px;
    color: #c7c7c7;
}
.nav-research{
    display: block;
    position: relative;
    width: 228px;
    height: 98px;
    background: url("?static/images/aboutus-quicknav-1.png") no-repeat;
}
.nav-cooper{
    display: block;
    position: relative;
    width: 228px;
    height: 98px;
    background: url("?static/images/aboutus-quicknav-2.png") no-repeat;
}
.nav-case{
    display: block;
    position: relative;
    width: 228px;
    height: 98px;
    background: url("?static/images/aboutus-quicknav-3.png") no-repeat;
}
.advance .text {
    padding: 16px 0;
}

.r-side{
    position: fixed;
    top: 260px;;
    right: 0;
    border: 1px solid #dedede;
    border-right: none;
    background-color: #fff;
    z-index: 100;
}
.r-side-truck{
    top: 249px;
}
.r-side li{
    padding: 10px;
}
<!--0.00030899047851562-->