* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 300;
    outline: none;
}

strong {
    font-weight: 600;
}

body {
    font-family: "Helvetica Neue", Helvetica, Georgia, sans-serif;
    color: #444;
    height: 100%;
    font-size: 14px;
    line-height: 1.42857143;
}

a {
    color: #444;
    text-decoration: none;
    transition: all .5s;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

b {
    font-weight: bold;
}

li {
    list-style: none;
}

img {
    border: 0;
}

input.disable {
    pointer-events: none;
}

.clear:after {
    display: block;
    content: "";
    clear: both;
}

.rgb_color {
    color: #333;
}

.rgb_ground {
    background-color: #333;
}

/******************上方标题******************/
#top_bar {

}

.top {
    width: 1300px;
    /*height: 63px;*/
    margin: 0 auto;
    font-size: 16px;
    background-color: #fff;
    /*border-bottom: 1px solid #ddd;*/
}

.top > div {
    line-height: 70px;
}

.top_logo {
    display: inline-block;
    margin-right: 35px;
    margin-top: 2px;
}

.top_logo .home_logo {
    cursor: pointer;
}

.top_logo .home_logo span {

}

.top_logo b {
    margin-left: 10px;

}

.nav_ban > div {
    width: 1280px;
    margin: 0 auto;
    height: 35px;
}

.nav_ban .top_sea {
    position: absolute;
    right: 2px;
    top: 10px;
}

.nav_ban .top_sea > a {
    margin-left: 10px;
}

.nav_ban .top_sea b {
    font-weight: 200;
}

.nav_ban .top_sea b a {
    font-weight: 200;
}

.nav_ban .top_sea .b_Sub {

    cursor: pointer;
}

.nav_ban .top_sea .b_Sub i {
    margin-right: 5px;
}

/****************订阅****************/
.top .mask {
    position: fixed;
    top: 0px;
    filter: alpha(opacity=60);
    background-color: #333;
    z-index: 10;
    left: 0px;
    opacity: 0.5;
    -moz-opacity: 0.5;
    display: none;
}

.top .dingyue {
    font-size: 14px;
    width: 460px;
    /*height: 600px;*/
    background-color: #fff;
    display: none;
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -230px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

.top .dingyue .mainbox {
    padding: 10px;
    position: relative;
}

.top .dingyue .mainbox p {
    margin: 35px 0 10px 10px;
    line-height: 20px;
}

.top .dingyue .mainbox .mb_close {
    position: absolute;
    right: 15px;
    top: -12px;
    cursor: pointer;
}

.top .dingyue .mainbox .mb_form {
    margin-top: 20px;
    padding: 0 20px;
    line-height: 22px;
}

.top .dingyue .mainbox .mb_form h2 {
    margin-bottom: 10px;
}

.top .dingyue .mainbox .mb_form b {
    color: #e91c1c;
}

.top .dingyue .mainbox .mb_form p b {
    color: #444;
}

.top .dingyue .mainbox .mb_form .spa {
    margin-left: 75px;
    font-size: 12px;
    color: #e91c1c;
}

.top .dingyue .mainbox .mb_form input[type="text"] {
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    line-height: 28px;
    border-radius: 5px;
    padding-left: 10px;
    margin: 5px 0 6px 20px;
    width: 300px;
}

.top .dingyue .mainbox .mb_form input.yue_add {
    color: #fff;
}

.top .dingyue .mainbox .mb_form input[type="submit"] {
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    line-height: 28px;
    border-radius: 5px;
    margin: 10px 0 10px 10px;
    width: 80px;
    cursor: pointer;
}

.jour_ts {
    width: 500px;
    background-color: #fff;
    display: none;
    position: fixed;
    z-index: 20;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -250px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

.jour_ts .mainbox {
    padding: 20px;
    line-height: 18px;
    font-size: 14px;
}

.jour_ts .mainbox input[type="submit"] {
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    line-height: 28px;
    border-radius: 5px;
    width: 80px;
    cursor: pointer;
    float: right;
    color: #fff;
    margin-bottom: 20px
}

/**************************搜索***********************/
.nav_ban .search_for {
    float: right;
    position: relative;
}

.nav_ban .search_for select {
    position: absolute;
    width: 85px;
    margin-top: 10px;
    padding-left: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 26px;
    left: 0;
    top: 13px;
    cursor: pointer;
}

.nav_ban .search_for input[type='text'] {
    background-color: #fff;
    border: 1px solid #ccc;
    line-height: 24px;
    border-radius: 5px;
    padding-left: 10px;
    margin: -2px 0 1px 0;
    width: 250px;
}

.nav_ban .search_for input[type='button'] {
    position: absolute;
    right: 0;
    top: -2px;
    color: #fff;
    border: 1px solid #ccc;
    background-color: #fff;
    line-height: 24px;
    width: 58px;
    cursor: pointer;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/****************期刊名字****************/
.nav_ban {
    width: 100%;
    /*height: 70px;*/

}

.nav_ban .biaot_dh {
    width: 100%;
    border-top: 1px solid #e3e3e3;
    border-bottom: 3px solid #000;
    height: 70px;
}

.nav_ban .biaot_dh .search_for {
    position: absolute;
    right: 1px;
    top: 2px;
}

.nav_ban .biaot_dh h1 {
    /*display: inline-block;*/
    line-height: 52px;
    font-size: 35px;
    width: 1280px;
    margin: 0 auto;
    padding-top: 8px;
    position: relative;
    /*text-align: left;*/
    color: #000;
}

.nav_ban h1 a {
    font-weight: 800;
    color: #000;
}

.nav_ban h1 a:hover {
    text-decoration: none;
}

.nav_ban h1 .top_sea {
    font-weight: 600;
    font-size: 14px;
}

.home_logo:hover {
    text-decoration: none;
}

.nav_ban .top_sea > a {
    text-decoration: none;
}

/**********中间公共样式**********/
.among {
    padding: 0 100px 40px 100px;
    position: relative;
}

.among > div {
    width: 1280px;
    margin: 0 auto;
}

.among > div > h2 {
    font-family: "Times New Roman", Helvetica, Georgia, serif;
    font-size: 33px;
    color: #595959;
    font-weight: 600;
    letter-spacing: -1px;
    padding: 15px 0;
}

.among > div > h2 > a.more {
    font-size: 26px;
    color: #adadad;
    margin-left: 20px;

}

/****************轮播**********************/
/*.example {*/
/*    width: 1280px;*/
/*    height: 550px;*/
/*    font-size: 40px;*/
/*    text-align: center;*/
/*    margin: 0 auto;*/
/*    background-color: #000;*/
/*    position: relative;*/
/*}*/
/*.example .ex_fem {*/
/*    position: absolute;*/
/*    z-index: 1000;*/
/*    padding-top: 55px;*/
/*    padding-left: 60px;*/
/*    height: 550px;*/
/*    width: 550px;*/
/*    text-align: left;*/
/*    background: linear-gradient(to right,rgba(0,0,0,1)60%,rgba(0,0,0,0));*/
/*}*/
/*.example .ex_fem img{*/
/*    width: 320px;*/
/*    height: 440px;*/
/*}*/
/*.example .ex_fem a{*/
/*    display: block;*/
/*    font-size: 18px;*/
/*    color: #fff;*/
/*    margin-top: -10px;*/
/*    padding-left: 15px;*/
/*    font-weight: 600;*/
/*}*/
/*.carousel-item {*/

/*}*/
/*.ft-carousel {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow: hidden;*/
/*}*/

/*.ft-carousel .carousel-inner {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    height: 100%;*/
/*}*/

/*.ft-carousel .carousel-inner .carousel-item {*/
/*    float: left;*/
/*    height: 1280px;*/
/*    text-align: right;*/
/*}*/

/*.ft-carousel .carousel-item {*/
/*    position: relative;*/
/*}*/
/*.ft-carousel .carousel-item div {*/
/*    position: absolute;*/
/*    top: 330px;*/
/*    right: 0;*/
/*    width: 900px;*/
/*    height: 165px;*/
/*    background: rgba(0,0,0,.3);*/
/*    padding: 20px 20px 20px 105px;*/
/*    color: #fff;*/
/*    text-align: left;*/
/*    z-index: 700;*/
/*}*/
/*.ft-carousel .carousel-item div h3 {*/
/*    line-height: 38px;*/
/*    margin-bottom: 15px;*/
/*}*/
/*.ft-carousel .carousel-item div h3 a {*/
/*    color: #fff;*/
/*    font-size: 35px;*/

/*}*/
/*.ft-carousel .carousel-item div p {*/
/*    font-size: 14px;*/
/*}*/
/*.ft-carousel .carousel-item img {*/
/*    width: 950px;*/
/*    height: 550px;*/
/*}*/

/*.ft-carousel .carousel-indicators {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 20px;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*    font-size: 0;*/
/*    z-index: 900;*/
/*}*/

/*.ft-carousel .carousel-indicators span {*/
/*    display: inline-block;*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    background-color: #fff;*/
/*    margin: 0 4px;*/
/*    border-radius: 50%;*/
/*    cursor: pointer;*/
/*}*/

/*.ft-carousel .carousel-indicators span.active {*/
/*    background-color: #000;*/
/*}*/

/*.ft-carousel .carousel-btn {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    width: 50px;*/
/*    height: 45px;*/
/*    margin-top: -25px;*/
/*    cursor: pointer;*/
/*    z-index: 1200;*/
/*}*/

/*.ft-carousel .carousel-prev-btn {*/
/*    left: 0;*/
/*    background: url("prev.png") no-repeat;*/
/*}*/

/*.ft-carousel .carousel-next-btn {*/
/*    right: 0;*/
/*    background: url("next.png") no-repeat;*/
/*}*/
.banner {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 1280px;
    height: 550px !important;
    font-size: 40px;
    margin: 0 auto;
    background-color: #000;
}

.banner .ex_fem {
    position: absolute;
    z-index: 400;
    padding-top: 55px;
    padding-left: 60px;
    height: 550px;
    width: 550px;
    text-align: left;
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0));
}

.banner .ex_fem img {
    width: 320px;
    height: 440px;
}

.banner .ex_fem a {
    display: block;
    font-size: 18px;
    color: #fff;
    margin-top: -10px;
    padding-left: 15px;
    font-weight: 600;
}

.banner .swiper-slide {
    list-style: none;
    text-align: right;
    float: left;
    position: relative;
}

.banner .swiper-slide .di_con {
    position: absolute;
    top: 330px;
    right: 0;
    width: 900px;
    height: 165px;
    background: rgba(0, 0, 0, .3);
    padding: 20px 20px 20px 105px;
    color: #fff;
    text-align: left;
    z-index: 300;
}

.banner .swiper-slide .di_con h3 {
    line-height: 38px;
    margin-bottom: 15px;
}

.banner .swiper-slide .di_con h3 a {
    color: #fff;
    font-size: 35px;

}

.banner .swiper-slide .di_con p {
    font-size: 14px;
}

.banner .swiper-slide>img {
    width: 950px;
    height: 550px;
}

.banner .swiper-pagination{
    bottom: 5px;
    left: 600px;
}

.banner .swiper-pagination span{
    width: 12px;
    height: 12px;
    background-color: #fff;
    margin: 0 5px;
    opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #666;
}

.banner .swiper-button-prev, .banner .swiper-button-next {
    background-image: none;
    z-index: 500;
}


/****************topics**********************/
.top_ics {
    background: url("lr_1.jpg");
    background-repeat: repeat-x;
    /*background-size: 100% 100%;*/
}

.top_ics > div > h2 {
    color: #404040;
}

.top_ics ul {

}

.top_ics ul li {
    float: left;
    width: 19%;
    background-color: #fff;
    margin: 8px 16px 10px 0;
    height: 175px;
    box-shadow: 5px 5px 5px #bdbdbd;
}

.top_ics ul li:nth-child(5) {
    margin-right: 0;
}

.top_ics ul li img {
    width: 100%;
    height: 135px;
}

.top_ics ul li h3 {
    width: 100%;
    text-align: center;
    margin-top: 2px;
    font-weight: 600;
    /*color: #1470b3;*/
}

/****************Highlight**********************/
.crd_top {

}

.crd_top ul {
    display: flex;
}

.crd_top ul li {
    float: left;
    width: 49.3%;
    margin-right: 17px;
    background-color: #fff;
    padding: 5px 12px 10px 12px;
    box-shadow: 0 0 10px #bdbdbd;
}

.crd_top ul li:nth-child(2) {
    margin-right: 0;
}

.crd_top ul li .hl_wenz {
    float: left;
    width: 345px;
    padding-top: 15px;
}

.crd_top ul li img {
    float: right;
    width: 250px;
    height: 200px;
    margin: 8px 0 10px;
}

.crd_top ul li h6 {
    color: #888;
    margin-bottom: 10px;
    font-size: 14px;
}

.crd_top ul li h3 {
    /*color: #1470b3;*/
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
}

.crd_top ul li div {
    color: #010101;
    line-height: 18px;
}

/****************Current Issue**********************/
.cur_ent {
    background: url("lr_2.jpg") no-repeat;
    background-size: 100% 100%;
}

.cur_ent > div > h2 {
    color: #404040;
}

.cur_ent h2 span a {
    font-size: 16px;
    color: #973333;
    margin-left: 20px;
    font-weight: bold;
    letter-spacing: -1px;
}

.cur_ent ul {

}

.cur_ent ul li {
    float: left;
    width: 49.3%;
    margin-right: 17px;
    margin-bottom: 17px;
    background-color: #fff;
    padding: 5px 15px 15px 15px;
    box-shadow: 5px 5px 5px #bdbdbd;
    height: 320px;
}

.cur_ent ul li:nth-child(even) {
    margin-right: 0;
}

.cur_ent ul li h5 {
    /*text-align: right;*/
    color: #aeaeae;
    font-size: 15px;
    /*font-weight: 600;*/
    padding: 5px 8px 15px 0;
    /*font-family: "Helvetica Neue", Helvetica, Georgia, sans-serif;*/
}

.cur_ent ul li h5 b {
    color: #7f0202;
}

.cur_ent ul li h5 .links_ {
    float: right;
}

.cur_ent ul li h5 .links_ img {
    width: 14px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.cur_ent ul li h5 .links_ font {
    color: #7a2702;
    font-size: 14px;
}

.cur_ent ul li h5 .links_ a {
    color: #7a2702;
    cursor: pointer;
    font-size: 14px;
}

.cur_ent ul li h2 {
    /*color: #1470b3;*/
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    /*margin-bottom: 10px;*/
    height: 60px;
}

.cur_ent ul li div.clear img {
    width: 40%;
    height: 160px;
    margin: 0 22px 10px 0;
    float: left;
}

.cur_ent ul li > div {
    color: #010101;
    float: left;
    width: 55%;
    margin-top: 8px;
    margin-bottom: 5px;
}

.cur_ent ul li h4 {
    color: #010101;
    font-size: 13px;
    /*font-family: "Helvetica Neue", Helvetica, Georgia, sans-serif;*/
}

/****************Online First**********************/
.onl_fir {

}

.onl_fir ul {
    display: flex;
}

.onl_fir ul li {
    float: left;
    width: 49.3%;
    margin-right: 17px;
    background-color: #fff;
    padding: 5px 12px 10px 12px;
    box-shadow: 0 0 10px #bdbdbd;
}

.onl_fir ul li:nth-child(2) {
    margin-right: 0;
}

.onl_fir ul li img {
    float: right;
    width: 130px;
    height: 100px;
    margin: 8px 0 10px;

}

.onl_fir ul li .of_tit {
    float: left;
    display: block;
    width: 460px;
    padding: 5px 0 0 0;
}

.onl_fir ul li h6 {
    /*color: #888;*/
    margin-bottom: 10px;
    font-size: 14px;
}

.onl_fir ul li h3 {
    /*color: #1470b3;*/
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
}

.onl_fir ul li div.cfp_con {
    color: #010101;
    line-height: 18px;
}

/****************Explore more**********************/
.exp_lore {
    background-image: url("lr_3.jpg");
    background-repeat: repeat-x;
    background-size: 100% 100%;
}

.exp_lore ul {
    display: flex;
}

.exp_lore ul li {
    float: left;
    width: 24.3%;
    margin-right: 17px;
    background-color: #fff;
    padding: 5px 12px 10px 12px;
    box-shadow: 5px 5px 5px #bdbdbd;
}

.exp_lore ul li:nth-child(4) {
    margin-right: 0;
}

.exp_lore ul li img {
    width: 100%;
    height: 200px;
    margin: 8px 0 10px;
}

.exp_lore ul li h6 {
    color: #888;
    margin-bottom: 10px;
    font-size: 14px;
}

.exp_lore ul li h3 {
    /*color: #1470b3;*/
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
}

.exp_lore ul li div {
    color: #010101;
    line-height: 18px;
}

/**************** 期刊简介 **********************/
.exp_and {
    /*background-image: url("../img/lr_3.jpg");*/
    /*background-repeat: repeat-x;*/
    /*background-size: 100% 100%;*/
    /*padding-bottom: 120px;*/
    border-top: 1px solid #f2f2f2;
}

.exp_and > div {

}

.exp_and > div > div {
    float: left;
    margin-right: 55px;
}

.exp_and > div > div > h6 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #404040;
}

.exp_and > div > div > h3 > a.more {
    font-size: 26px;
    color: #adadad;
    margin-left: 20px;
}

.exp_and .exp_journal {

}

.exp_and .exp_journal img {
    float: left;
    width: 200px;
    height: 270px;
    margin-right: -10px;
}

.exp_and .exp_journal > div {
    float: left;
    /*margin-top: 10px;*/
}

.exp_and .exp_journal p {
    margin-top: 10px;
}

.exp_and .exp_journal .share_4, .exp_and .exp_journal .share_5, .exp_and .exp_journal .share_6 {
    position: relative;
    display: none;
}

.exp_and .exp_journal .share_4 {
    margin-left: -19px;
    width: 20px;
}

.exp_and .exp_journal .share_4 img:nth-child(1) {
    width: 18px;
    height: 20px;
}

.exp_and .exp_journal .share_4 .hov_img {
    display: none;
    position: absolute;
    left: 8px;
    top: 12px;
    width: 200px;
    height: 200px;
    z-index: 10;
}

.exp_and .exp_journal .share_5 img:nth-child(1) {
    width: 19px;
    height: 19px;
}

.exp_and .exp_journal .share_5 {
    width: 20px;
}

.exp_and .exp_journal .share_5 .hov_img {
    display: none;
    position: absolute;
    left: 8px;
    top: 12px;
    width: 200px;
    height: 200px;
    z-index: 10;
}

.exp_and .exp_journal .share_6 {
    width: 20px;
}

.exp_and .exp_journal .share_6 img:nth-child(1) {
    width: 16px;
    height: 17px;

}

.exp_and .exp_journal .share_6 .hov_img {
    display: none;
    position: absolute;
    left: 8px;
    top: 12px;
    width: 220px;
    height: 150px;
    z-index: 10;
}

.exp_and .exp_journal .share_4:hover .hov_img {
    display: block;
}

.exp_and .exp_journal .share_5:hover .hov_img {
    display: block;
}

.exp_and .exp_journal .share_6:hover .hov_img {
    display: block;
}

.exp_and .exp_issues {

}

.exp_and .exp_issues h3 {

}

.exp_and .exp_issues ul {
    /*margin-top: 20px;*/
}

.exp_and .exp_issues ul li {
    float: left;
    width: 165px;
    /*height: 215px;*/
    margin-right: 20px;
    /*background-color: #fff;*/
    /*box-shadow: 2px 2px 5px #818181;*/
    line-height: 20px;
    font-size: 14px;
    padding: 10px;
}

.exp_and .exp_issues ul li b {
    margin-bottom: 7px;
    font-size: 16px;
    display: block;
}

.exp_and .exp_issues ul li a {
    display: block;
    margin-bottom: 3px;
    color: #000 !important;
}

.exp_and .exp_issues ul li a:hover {
    text-decoration: underline;
}

.exp_and div.indexing {
    float: left;
    text-align: left;
    margin-right: 0;
    margin-top: -50px;
}

.exp_and div.indexing ul {
    margin-top: 30px;
}

.exp_and div.indexing ul li {
    line-height: 24px;
    font-size: 15px;
}

.exp_and div.indexing ul li a:hover {
    text-decoration: underline;
}

/****************Related Journals**********************/
.rel_ated {
    border-top: 1px solid #f2f2f2;
    background: url("lr_2.jpg") no-repeat;
    background-size: 100% 100%;
    padding: 38px 0 35px 0;
}

.rel_ated ul.related {
    float: left;
    width: 1000px;
}

.rel_ated ul.related li {
    float: left;
    width: 16%;
    text-align: center;
    margin-bottom: 17px;

}

.rel_ated ul.related li img {
    width: 128px;
    height: 175px;
    box-shadow: 0 0 10px #bdbdbd;
}

.rel_ated .exp_share {
    margin-right: 0;
    float: left;
}

.rel_ated .exp_share > h3 {
    font-family: "Times New Roman", Helvetica, Georgia, serif;
    font-size: 33px;
    color: #595959;
    font-weight: 600;
    letter-spacing: -1px;
    margin-top: -15px;
    padding: 15px 0 15px 0;
}

.rel_ated .exp_share img {
    height: 30px !important;
    width: 30px !important;
}

.rel_ated .exp_share_ {

}

.rel_ated .exp_share_ > div {
    display: inline-block;
    background-color: #1051a2;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.rel_ated .exp_share_ > div i {
    font-size: 25px;
    color: #fff;
    line-height: 50px;
}

.she_SCom {
    margin: 0 0 35px 0;
    padding: 2px 0;
    display: flex;
}

.she_SCom > div {
    float: left;
    width: 310px;
    padding: 30px 30px;
}

.she_SCom > div:hover {
    background: #fff;
}

.she_SCom > div:nth-child(4) {
    margin-right: 0;
}

.she_SCom > div:nth-child(1) > a {
    width: 242px;
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 13px 0;
    margin: 0 0 11px 5px;
    font-size: 16px;
}

.she_SCom > div:nth-child(1) a:hover {
    text-decoration: underline;
}

.she_SCom > div:nth-child(1) > div {
    margin: 0 0 0 5px;
}

.she_SCom > div:nth-child(1) > div a {
    color: #fff;
    width: 118px;
    display: block;
    float: left;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
    padding: 3px 0 5px 0;
    height: 45px;
    white-space: nowrap;
}

.she_SCom > div:nth-child(1) > div a:nth-child(2n+1) {
    margin-right: 5px;
}

.she_SCom > div:nth-child(1) > div a:nth-child(1), .she_SCom > div:nth-child(1) > div a:nth-child(2) {
    margin-bottom: 10px;
}

.she_SCom > div:nth-child(1) {
    position: relative;
}

.she_SCom .bor_sty_col {
    background: #d5dee3;
    position: absolute;
    height: 180px;
    top: 22px;
    width: 4px;
    margin: 0;
}

.she_SCom > div:nth-child(2) {

}

.she_SCom > div:nth-child(2) > p {
    line-height: 22px;
    font-weight: 600;
    margin: 15px 0 15px 0;
}

.she_SCom > div:nth-child(2) > a {
    font-weight: 600;
    cursor: pointer;
}

.she_SCom > div:nth-child(2) > a:hover {
    text-decoration: underline;
}

.she_SCom > div:nth-child(2) #com_index {
    width: 250px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 10px 10px 10px 0;
    display: inline-block;
}

.she_SCom > div:nth-child(2) #com_index .selectivity-single-select {
    line-height: 22px;
    background-color: #fff;
    border-radius: 5px;
    padding: 0;
}

.she_SCom > div:nth-child(2) #com_index .selectivity-single-result-container {
    top: 2px;
    left: 7px;
    height: 20px;
}

.she_SCom > div:nth-child(2) #com_index .selectivity-caret {
    right: 8px;
    top: 4px;
    border-left: 1px solid #ccc;
    padding: 0 0 0 7px;
    height: 20px;
}

.she_SCom > div:nth-child(3) > p {
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    margin: 10px 0 0 0;
}

.she_SCom > div:nth-child(4) .suity_for {

}

.she_SCom > div:nth-child(4) .suity_for .spa_su {
    font-size: 12px;
    color: #e91c1c;
}

.she_SCom > div:nth-child(4) .suity_for input[type='text'] {
    background-color: #fff;
    border: 1px solid #ccc;
    line-height: 24px;
    border-radius: 5px;
    padding-left: 10px;
    margin: 15px 0 1px 0;
    width: 230px;
}

.she_SCom > div:nth-child(4) > a {
    display: block;
    text-align: center;
    cursor: pointer;
    margin: 18px 0 20px 0;
}

.she_SCom > div:nth-child(4) > p {
    line-height: 20px;
    margin: 10px 0 0 0;
}

/*****************分享****************/
.sharethis-inline-share-buttons {
    display: inline-block;
    margin-left: 10px;
}

.sharethis-inline-share-buttons .st-btn {
    border: 0 !important;
    background-color: rgba(0, 0, 0, 0) !important;

}

.share_tmrtb {
    padding-top: 5px;

}

.share_tmrtb > div {
    display: inline-block;
}

.share_tmrtb img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    cursor: pointer;
}

/*****************footer****************/
.footer {
    padding: 20px 120px 0 120px;
    color: #000;
    font-size: 15px;
    background-color: #2f2f2f;
}

.footer .daohang {
    width: 1280px;
    margin: 0 auto;
}

.footer .daohang {
    width: 1280px;
    margin: 0 auto;
}

.footer .daohang ul {
    float: left;
    width: 290px;
    margin: 0 15px;
}

.footer .daohang ul h3 {
    /*font-family: "Helvetica Neue", Helvetica, Georgia, sans-serif;*/
    padding: 15px 0;
    font-weight: 600;
    color: #fff;
    line-height: 18px;
    letter-spacing: 0.3px;
}

.footer .daohang ul li {
    margin-left: 3px;
    /*color: #1051a2;*/
    list-style: none;
}

.footer .daohang ul li a {
    color: #eee;
    line-height: 28px;
    font-weight: 600;
}

.footer .daohang ul li a:hover {
    text-decoration: underline;
}

.footer .bianma {
    text-align: center;
    line-height: 22px;
    margin-top: 35px;
}

.footer .bianma p {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

