
.bottom-tool .each.weixin > a  { display:block;    font-size: 12px;line-height: 14px;padding-top: 5px; }
.bottom-tool .weixin { display:block}
.bottom-tool { bottom:40px;}
@media (min-width: 768px) {
.bottom-tool .each.weixin > a  {font-size: 14px;line-height: 19px;padding-top: 5px; }	
}
.modal-footer { text-align:center}
/*------header ------*/

body {
    position: relative;
    overflow-y: scroll;
    overflow: auto;
}

.text-blue {
    color: #00A4FF;
}

.header {
    background-color: #fff; z-index:100; position:relative;
}

.header.fixed { position:fixed;left:0;right:0;top:0;  box-shadow:0 0 15px rgba(0,0,0,0.1); display:none; }
.header.fixed ~ .page-container {margin-top:90px;}
.service-header {
    background-color: #fff;
    margin: 0;
    border-radius: 0;
    border: 0;
}

.service-header .container {
    position: relative;
}

.service-header .navbar-brand {
    padding: 13px 15px;
    height: auto;
}

.service-header .navbar-brand img {
    width: 100px;
    height: auto;
    /*height:31px;*/
}

.service-header .main-nav {
    float: left;
}

.service-header .main-nav li {
    display: inline-block;
}

.service-header .main-nav li a {
    display: inline-block;
    font-size: 16px;
    color: #444;
    padding: 15px 5px;
}

.service-header .nav-dropdown {}

.service-header .nav-more {
    float: right;
    border: 1px solid #fff;
    border-bottom: 0;
    height: 55px;
    width: 55px;
}

.service-header .open.nav-more {
    border: 1px solid #eee;
    border-bottom: 0;
}

.service-header .nav-more a.more-icon {
    display: inline-block;
    padding: 19px 19px;
    cursor: pointer;
    z-index: 2;
    color: #9a9a9a;
    position: relative;
    overflow: hidden;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.service-header .open .more-icon {
    color: #1b8cca;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.service-header .more-icon .box {
    display: block;
    position: relative;
    width: 15px;
    height: 9px;
}

.service-header .more-icon .box:after,
.service-header .more-icon .box:before {
    position: absolute;
    top: 0;
    content: " ";
    width: 6px;
    height: 6px;
    background: #9a9a9a;
}

.service-header .open .more-icon .box:after,
.service-header .open .more-icon .box:before {
    background: #00A4FF;
}

.service-header .more-icon .box:before {
    left: 0;
}

.service-header .more-icon .box:after {
    left: 9px;
}

.service-header .open .more-icon .box-t:before {
    -webkit-transition: -webkit-transform .3s ease-out .3s;
    transition: -webkit-transform .3s ease-out .3s;
    -o-transition: transform .3s ease-out .3s;
    transition: transform .3s ease-out .3s;
    transition: transform .3s ease-out .3s, -webkit-transform .3s ease-out .3s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.service-header .nav-more .dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    width: 300px;
    border: 1px solid #eee;
    margin-top: -1px;
    z-index: 999;
    right: -1px;
}

.service-header .nav-more .dropdown-menu li {
    display: inline-block;
    width: 32%;
}

.service-header .nav-more .dropdown-menu li a {
    display: block;
    text-align: center;
    padding: 4px 0;
}

.service-header .nav-more .dropdown-menu li a:hover,
.service-header .nav-more .dropdown-menu li a:focus {
    color: #cab380;
    background: none;
}

.service-header .nav-more .dropdown-menu li.divider {
    clear: both;
    float: none;
    width: 100%;
    background-color: #eee;
}

.service-header .nav-more .dropdown-menu:before {
    content: ' ';
    right: 0;
    height: 2px;
    background-color: #fff;
    width: 54px;
    position: absolute;
    top: -2px;
}

@media (max-width: 767px) {
    .service-header .container {
        padding: 0;
    }
    .service-header .container .row {
        margin-left: 0;
        margin-right: 0;
    }
    .service-header .container .row>div {
        padding-left: 0;
        padding-right: 0;
    }
    .service-header .navbar-brand {
        padding: 11px 15px;
    }
    .service-header .nav-more {
        border: 0;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
    }
    .service-header .nav-more.open {
        border: 0;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
    }
    .service-header .navbar-brand img {
        width: 108px;
    }
}

@media (min-width: 768px) {
	
    .service-header .navbar-brand img {
        width: 160px;
        height: auto;
    }
    .service-header .main-nav {
        margin-top: 12px;
        margin-left: 30px;
    }
    .service-header .main-nav li a {
        font-size: 16px;
    }
    .service-header .more-icon .box {
        display: block;
        position: relative;
        width: 22px;
        height: 12px;
    }
    .service-header .more-icon .box:after,
    .service-header .more-icon .box:before {
        position: absolute;
        top: 0;
        content: " ";
        width: 8px;
        height: 8px;
        background: #9a9a9a;
    }
    .service-header .more-icon .box:before {
        left: 0;
    }
    .service-header .more-icon .box:after {
        left: 12px;
    }
    .service-header .nav-dropdown.nav-more {
        height: 68px;
        width: 68px;
    }
    .service-header .nav-more {
        margin-top: 8px;
    }
    .service-header .nav-more a.more-icon {
        padding: 21px 21px;
    }
    .service-header .nav-more .dropdown-menu {
        font-size: 15px;
    }
    .service-header .nav-more .dropdown-menu:before {
        width: 67px;
        top: -1px;
    }
}

@media (min-width: 1200px) {
    .service-header .main-nav li a {
        padding: 15px 1px;
    }
	.header.fixed { display:block}
}

@media (min-width: 1500px) {
    .service-header .main-nav li a {
        padding: 15px 8px;
    }
}

.xs-main-nav {
    width: 100%;
    overflow-y: hidden;
    background-color: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 4px 4px rgba(103, 103, 103, 0.1);
    position: relative;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    overflow-x: auto;
    z-index: 3;
}
.xs-main-nav.fixed { position:fixed;left:0;right:0;top:0; background:#fff;border-top:0; z-index:10;}


.xs-main-nav .nav-list {
    min-width: 100%;
    display: inline-block;
    white-space: nowrap;
}

.xs-main-nav .nav-list li {
    display: inline-block;
    text-align: center;
}

.xs-main-nav .nav-list a {
    display: block;
    padding: 10px 15px;
    color: #555;
    font-size: 15px;
}

@media (min-width: 768px) {
    .xs-main-nav .nav-list a {
        padding: 10px 20px;
        font-size: 17px
    }
}

/* ------banner-----*/

.mod {
    padding: 40px 0;
}

@media (min-width: 768px) {
    .mod {
        padding: 80px 0;
    }
}

.mod-banner {
    position: relative;
    width: 100%;
    padding-bottom: 350px;
    height: 0;
    background-image: url(../images/banner.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #1D1C2F;
}

.mod-banner .container {
    position: relative;
    height: 100%;
}

.mod-banner .text {
    position: absolute;
   padding-right:20px;
    top: 50%;
    margin-top: 160px;
}

.mod-banner .text h1 {
    color: #fff;
    font-size: 48px;
    text-align: right;
}

.mod-banner .text p {
    color: #666;
    font-size: 14px;
    text-align: right;
}
.mod-banner .text h2 {
	color: #fff;
margin-top:0;
margin-bottom:0; 
line-height:1.8;
    font-size: 38px;
    text-align: right;
	}
.mod-banner .text h3 { 
color: #fff;
margin-top:0;
margin-bottom:0; 
line-height:1.8;
    font-size: 20px;
    text-align: right;
	}
.mod-banner .text h4 { 
color: #fff;
margin-top:0;
margin-bottom:0; 
line-height:1.8;
    font-size: 15px;
    text-align:center;
	}

@media (min-width:320px) {
    .mod-banner {
        padding-bottom: 230px;
    }
    .mod-banner .text {
        margin-top: 30px;
	 
    }
    .mod-banner .text h1 {
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 18px;
    }
}

@media (min-width:375px) {
    .mod-banner {
        padding-bottom: 240px;
    }
    .mod-banner .text {
        margin-top: 50px;
    }
    .mod-banner .text h1 {
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 26px;
    }
    .mod-banner .text p {
        margin-top: 10px;
        font-size: 18px;
    }
}

@media (min-width:768px) {
    .mod-banner {
        padding-bottom: 300px;
    }
    .mod-banner .text {
        margin-left: 35px;
        margin-top: -15px;
    }
    .mod-banner .text h1 {
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 44px;
    }
    .mod-banner .text p {
        font-size: 26px;
    }
}

@media (min-width:992px) {
    .mod-banner {
        padding-bottom: 400px;
    }
    .mod-banner .text {
        right: 30px;
        top: 50%;
        margin-left: 0;
        margin-top: 20px;
    }
    .mod-banner .text h1 {
        font-size: 52px;
    }
    .mod-banner .text p {
        margin-top: 20px;
        font-size: 30px;
    }
}

@media (min-width:1200px) {
    .mod-banner {
        padding-bottom: 500px;
    }
    .mod-banner .text {
        position: absolute;
        margin-left: 0;
        margin-top: 100px;
    }
    .mod-banner .text h1 {
        font-size: 54px;
    }
    .mod-banner .text p {
        font-size: 32px;
    }
}

@media (min-width:1400px) {
    .mod-banner {
        height: 572px;
        padding: 0;
    }
    .mod-banner .text {
        margin-left: 0;
        margin-top: -130px;
    }
}

/*about*/

.mod-about {
    background-color: #F7F8FA;
}

.mod-about .about-text .img {
    text-align: center;
}

.mod-about .about-text .img img {
    width: 50%;
}

.mod-about .about-text .text h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}

.mod-about .about-text .text p {
    font-size: 14px;
    color: #444;
    text-indent: 30px;
    line-height: 26px;
}

.about-info {
    padding-top: 15px;
}

.about-info h3 {
    text-align: center;
    color: #00A4FF;
    font-size: 24px;
}

.about-info p {
    font-size: 13px;
    text-align: center;
    color: #444;
    margin-bottom: 30px;
}

@media (min-width:768px) {
    .mod-about .about-text .text p {
        font-size: 14px;
    }
    .about-info h3 {
        font-size: 36px;
    }
    .about-info p {
        font-size: 16px;
    }
}

@media (min-width:992px) {
    .mod-about .about-text .text {
        padding-left: 25px;
    }
    .mod-about .about-text .img img {
        width: 100%;
    }
    .mod-about .about-text .text h2 {
        margin-top: 0;
        font-size: 26px;
        font-weight: bold;
    }
    .about-info {
        padding-top: 35px;
    }
    .mod-about {
        padding-top: 100px
    }
    .about-info .col-xs-6 {
        position: relative
    }
    .about-info .col-xs-6:after {
        content: ' ';
        position: absolute;
        right: 0;
        top: 20px;
        width: 1px;
        height: 80px;
        background-color: #ccc;
    }
    .about-info .col-xs-6:last-child::after {
        background: none;
    }
}

@media (min-width:1200px) {
    .about-info h3 {
        font-size: 42px;
    }
    .mod-about .about-text .text {
        padding-right: 25px;
        text-align: justify;
    }
    .mod-about .about-text .text p {
        font-size: 15px;
        line-height: 1.9;
    }
}

.mod-title {
    margin-bottom: 30px;
    text-align: center;
}

.mod-title h3 {
    font-size: 24px;
    font-weight: 200;
}

@media(min-width:768px) {
    .mod-title {
        margin-bottom: 50px;
    }
    .mod-title h3 {
        font-size: 36px;
    }
}

/*advantage*/

.each-advantage {
    padding: 20px 15px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-top: 4px solid #00A4FF;
}

.each-advantage .iconfont {
    display: block;
    color: #00A4FF;
    font-size: 38px;
    text-align: center;
}

.each-advantage em {
    padding-bottom: 10px;
    display: block;
    position: relative;
    color: #00A4FF;
    font-size: 18px;
    text-align: center;
    font-style: normal;
}

.each-advantage em::after {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 2px;
    top: 35px;
    background-color: #E1E1E1;
    content: ""
}

.each-advantage p {
    margin-top: 25px;
    color: #444;
    text-align: justify;
    line-height: 24px;
    padding-bottom: 10px;
}

@media(min-width:768px) {
    .each-advantage p {
        padding-bottom: 0px;
        margin-top: 35px;
        font-size: 15px;
        min-height: 160px;
    }
}

@media(min-width:992px) {
    .each-advantage {
        padding: 20px;
        height: 380px;
        margin-bottom: 0;
    }
    .each-advantage .iconfont {
        font-size: 48px;
    }
    .each-advantage em {
        padding-bottom: 10px;
        font-size: 20px;
    }
    .each-advantage em::after {
        top: 45px;
    }
}

/*受众结构*/

.each-masses {
    padding: 15px;
    margin: 0 5px;
    padding-left: 0;
    box-shadow: 0 0 15px #eee;
    margin-bottom: 40px;
    border-radius: 10px;
}

.each-masses .masses-title {
    border-left: 6px solid #00A4FF;
    padding-left: 15px;
    line-height: 1.2;
    font-size: 18px;
}

.each-masses .scale {
    text-align: center;
    padding-bottom: 25px;
}

.each-masses .scale h3 {
    color: #00A4FF;
    font-size: 24px;
    font-weight: 300;
}

.each-masses .scale p {
    font-size: 16px;
}

#J_profession,
#J_education,
#J_territory {
    height: 240px;
}

@media(min-width:768px) {
    .each-masses .masses-title {
        font-size: 22px;
        margin-top: 5px;
    }
}

@media(min-width:992px) {
    .each-masses .scale h3 {
        padding-top: 10px;
        font-size: 36px;
    }
}

@media(min-width:1200px) {
    .each-masses {
        margin: 0 15px;
        margin-bottom: 50px;
    }
}

/*资源服务*/

.each-resource ul li {
    width: 48%; font-size:16px;
    padding: 30px 18px;
    margin-bottom: 20px;
    position: relative;
    float: left;
    border: 2px solid #00A4FF;
    text-align: center;
}

.each-resource ul li:nth-of-type(2),
.each-resource ul li:nth-of-type(4),
.each-resource ul li:nth-of-type(6) {
    margin-left: 4%;
}

.each-resource ul li span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: -13px;
    top: 50%;
    margin-top: -15px;
    background-color: #fff;
    color: #00A4FF;
    font-size: 17px;
    text-align: center;
}

@media(min-width:768px) {
    .each-resource ul li {
        width: 23.5%;
        margin-left: 2%;
        margin-bottom: 20px;
        padding: 30px 20px;
        font-size: 16px;
    }
    .each-resource ul li:nth-of-type(2),
    .each-resource ul li:nth-of-type(4),
    .each-resource ul li:nth-of-type(6) {
        margin-left: 2%;
    }
    .each-resource ul li:nth-of-type(5) {
        margin-left: 0;
    }
    .each-resource ul li:first-child {
        margin-left: 0;
    }
}

@media(min-width:1500px) {
    .each-resource ul li {
        width: 12.57%;
        margin-left: 2%;
        font-size: 16px;
    }
    .each-resource ul li:nth-of-type(5) {
        margin-left: 2%;
    }
}

.resource-content {
    background-color: #F7F8FA;
    padding-top: 40px;
}

.resource-content .container {
    position: relative;
}

.resource-content .left-nav {
    float: left;
}

.resource-content .left-nav.fixed {
    position: fixed;
    top: 90px;
    z-index: 99;
}

.resource-content .left-nav ul li {
    width: 180px;
    text-align: center;
}


.resource-content .left-nav ul li a {
    padding: 13px 15px;
    display: block;
    font-size: 17px;
    color: #444;
}

.resource-content .left-nav ul li.active a{
    background: -webkit-linear-gradient(left, #00A4FF, #2277DA);
    background: -o-linear-gradient(right, #00A4FF, #2277DA);
    background: -moz-linear-gradient(right, #00A4FF, #2277DA);
    background: linear-gradient(to right, #00A4FF, #2277DA);
    color: #fff;
}

.resource-container {
    margin-left: 180px;
    position: relative;
}
 
.resource-container>div {
    margin-bottom: 40px; box-shadow:0 3px 15px #eee;
}

.resource-container .nav {
    height: 50px; background-color: #fff;
}

.resource-container .tab-content {
    background-color: #fff;
    padding: 45px 28px;
}

.index-content .nav li,
.img-content .nav li {
    width: 20%;
}

.marketing-content .nav li,
.activity-content .nav li {
    width: 33.3333%;
}

.cooperation-content .nav li {
    width: 50%;
}

.combo-content .nav li {
    width: 25%;
}

.resource-container .nav li a {
    position: relative;
    padding: 14px 15px 15px;
    color: #444;
    border-radius: 0;
    border: 0; font-size:16px;
    border-bottom: 1px solid #BDCADD;
    border-right: 1px solid #BDCADD;
    margin-right: 0;
    background-color: #fff;
    text-align: center;
}
.resource-container .nav li:last-child a {border-right:0}
.resource-container .nav li.active a {
    color: #fff;
    background-color: #00A4FF;
    border: 0;
    border-bottom: 1px solid #00A4FF;
}

.resource-container .nav li.active a::after {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #00A4FF;
}

.resource-text p {
    font-size: 15px;
    line-height: 2;
}

.resource-text p .text-blue {
    color: #00A4FF;
}

.resource-service {
    margin-top: 20px;
}

.resource-service .table th {
    font-size: 15px;
    color: #00A4FF;
    border-bottom: 2px solid #00A4FF;
}

.resource-service .table td {
    border-top: 0;
    font-size: 15px;
    vertical-align: middle;
}

.resource-service h3.title {
    color: #333; border-left:3px solid #00A4FF; background-color:#ebf1fb; display:inline-block;padding:6px 25px; line-height:1.42;
    font-size: 16px;
}

.blank {
    height: 20px;
}

/*合作案例*/

.join-content ul li {
    width: 50%;
    float: left;
}

.join-content ul li img {
    width: 100%;
}

.advisory-content ul li {
    width: 100%;
}

@media(min-width:992px) {
    .join-content ul li {
        width: 20%;
    }
    .advisory-content ul li {
        width: 50%;
        float: left;
    }
}

.support-items {
    overflow: auto;
    padding: 2px;
}

.support-items .item {
    display: block;
    float: left;
    width: 33.3%;
    color: #fff;
    text-align: center;
}

.support-items .item>div {
    margin: 10px;
    border-radius: 3px;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.support-items img {
    width: 100%;
    height: auto;
}

@media(min-width:768px) {
    .support-items .item {
        width: 20%;
    }
    .media-support {
        font-size: 16px;
    }
}

@media(min-width:992px) {
    .support-items .item {
        width: 16.6%;
    }
}

@media(min-width:1200px) {
    .media-support {
        margin: 0 -15px;
    }
    .support-items .item {
        width: 12.5%;
        position: relative;
    }
    .support-items .item>div {
        margin: 15px;
    }
}

/*联系我们*/
.map-frame {
    position: relative;
}

.map-frame .contact-content {
    position: relative;
    padding: 50px;
    background-color: #2277DA;
    color: #fff;
}

.map-frame .contact-content h3 {
    margin-top: 0;
    font-size: 18px;
}

.map-frame .contact-content p {
    line-height: 2;
}

@media(min-width:992px) {
    .map-frame .contact-content {
        position: absolute;
        top: -185px;
        left: 50px;
    }
    .mod-contact .mod-title {
        margin-bottom: 230px;
    }
}

@media(min-width:1200px) {
    .map-frame .contact-content {
        left: 80px;
        padding-right: 180px;
    }
}

@media(min-width:1400px) {
    .map-frame .contact-content {
        left: 200px;
    }
}

/*ipad*/

.resource-content-ipad .title {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #1f1f1f;
}

.resource-content-ipad p.info-text {
    font-size: 15px; line-height:1.8;
    color: #444;
    margin-bottom: 35px;
}

.resource-content-ipad>div>div {
    margin-bottom: 50px;
}

.resource-info li {
    margin-bottom:20px;
    padding: 10px 10px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px #eee;
    overflow: hidden;
}

.resource-info li .pull-left {
    line-height: 34px;
    font-size: 14px;
}

.resource-info li .pull-left .iconfont {
    float: left; font-size:24px; font-weight:normal;
    margin-right: 8px;
    color: #00A4FF;
}

.resource-info li button {
    margin-top: 5px;
    padding: 0 12px;
    height: 28px;
    line-height: 24px;
    border: 1px solid #00A4FF;
    color: #00A4FF;
    border-radius: 14px;
}

.modal-header {
    padding-left: 0;
    padding-top: 20px;
}

.modal-title {
    padding-left: 10px;
    border-left: 10px solid #00A4FF;
    font-size: 18px;
}

.modal-body {
    padding: 0;
}

.resource-details .resource-text {
    padding: 0 20px;
}

.resource-details .resource-text p {
    margin-bottom: 5px;
}

.resource-details .img {
    padding: 0 20px;
    margin: 20px 0;
    text-align: center;
}

.resource-service-ipad .title {
    width: 180px;
    padding: 5px 0 5px 25px;
    margin-bottom: 8px;
    font-size: 16px;
    background-color: #F7F8FA;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    color: #00A4FF;
}

.resource-service-ipad .info {
    margin-bottom: 8px;
}

.resource-service-ipad p {
    padding: 0 20px;
    line-height: 2;
    font-size: 15px;
}

@media(min-width:370px) {
.resource-info li .pull-left {font-size:16px}
.resource-info li button {padding:0 20px;}
}

@media(min-width:768px) {
    .resource-info li .pull-left .iconfont {
        font-size: 34px;
    }
    .resource-info li {
        padding: 10px 20px;
    }
    .resource-content-ipad .title{
        font-size: 24px;
    }
}
