/*头部*/

#header {
    width: 100%;
    height: 230px;
    position: relative;
}

#header>div.container {
    height: 190px;
    position: relative;
}

#header>div>a>img,
#header>div>h1>a>img {
    float: left;
    margin-left: 90px;
}

.header_top {
    font-size: 14px;
    padding: 0 90px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    background: #000;
    margin: 0 auto;
}

.header_top>div {
    padding: 0 90px;
}

.header_top>div>a {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    float: right;
    height: 14px;
    line-height: 14px;
    margin-top: 13px;
    padding: 0 5px;
}

.header_top>div>a:last-child {
    border-right: 1px solid #fff;
}

.header_lf {
    padding-top: 30px;
    padding-left: 20px;
    float: left;
    width: 270px;
}

.header_lf>h1 {
    font-size: 24px;
    color: #db4b6d;
}

.header_lf>p {
    font-size: 14px;
    color: #999999;
    padding: 5px 0;
}

.header_rt {
    position: relative;
    padding-top: 45px;
    width: 540px;
    float: right;
    height: 64px;
}

.header_rt>div:first-child {
    text-align: center;
    float: left;
    width: 175px;
    height: 64px;
    background: #569ae7;
    color: #fff;
}

.header_rt>div>p {
    font-size: 14px;
    padding-top: 10px;
}

.header_rt>div>span {
    font-size: 18px;
    display: inline-block;
    padding-top: 5px;
}

.header_rt>a img {
    margin-top: 20px;
}

.weixin {
    margin-left: 40px;
}

.weibo {
    margin-left: 9px;
}

.search {
    margin-right: 90px;
    float: right;
    background: #db4b6d;
}

.erweima {
    display: none;
    position: absolute;
    right: 192px;
    top: 113px;
    padding: 9px;
    z-index: 20;
    border: 2px solid #db4b6d;
    background: #fff;
}


/*导航栏*/

.nav {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    width: 1186px;
    height: 70px;
    background: #db4b6d;
    position: absolute;
    bottom: -35px;
    left: 90px;
    z-index: 10;
}

.nav>li {
    float: left;
    position: relative;
}

.nav>li>a {
    display: inline-block;
    padding: 0 45px;
    height: 70px;
    color: #fff;
    line-height: 70px;
}

.nav>li>a:hover {
    background: #c54362;
}

.nav>li>a>img {
    vertical-align: middle;
}

.nav>li>ul {
    display: none;
    box-sizing: border-box;
    border: 1px solid #db4b6d;
    position: absolute;
    top: 70px;
    left: 0;
    background: #fff;
    width: 100%;
}

.nav>li:nth-child(2)>ul>li {
    width: 100%;
}

.nav>li>ul>li>a {
    display: inline-block;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    color: #999;
    font-size: 16px;
    width: 100%;
    min-width: 145px;
}

.nav>li>ul>li>a:hover {
    color: #db4b6d;
    background: #fee9ee;
}

.search_box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    position: absolute;
    left: 90px;
    bottom: -35px;
    width: 1186px;
    height: 70px;
    background: #fff;
    z-index: 100;
    padding-right: 30px;
}

.search_box a {
    display: inline-block;
    float: right;
    margin-top: 20px;
}

.search_box input {
    height: 70px;
    padding-left: 20px;
    line-height: 70px;
    font-size: 18px;
    width: 90%;
    color: #999;
}

.mask {
    display: none;
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}


/*banner*/

#banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 530px;
    background: url("/style/index/image/banner.png") no-repeat 0 0;
    background-position: center;
    background-size: cover;
}

.lunbo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 300%;
    text-align: center;
}

.lunbo li {
    float: left;
    width: 33.333%;
    height: 100%
}

.lunbo_1 h2 {
    text-align: center;
    color: #fff;
    margin-top: 150px;
    font-size: 36px;
}

.lunbo_1 div {
    text-align: center;
    margin-top: 50px;
    font-size: 0;
}

.lunbo_1 img {
    margin-top: 18px;
    display: inline-block;
}

.lunbo_1 div span {
    font-size: 18px;
    color: #fff;
    padding: 0 5px;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    border: 2px solid #fff;
}

.lunbo>li>a {
    display: inline-block;
    margin-top: 50px;
    width: 210px;
    height: 50px;
    border-radius: 25px;
    background: #db4b6d;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.lunbo>li>a:hover {
    background: #db4b6d;
}

.index {
    position: absolute;
    bottom: 40px;
    left: 48%;
    z-index: 20;
}

.index li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    margin-right: 13px;
    cursor: pointer;
}

.index li.active,
.index li:hover {
    background: #db4b6d;
}


/*流程*/

#liucheng {
    margin-top: 60px;
    width: 1180px;
    padding-bottom: 60px;
}

h3.biaoti {
    font-size: 22px;
    padding: 20px 0 0 20px;
    background: url("/style/index/images/bankuang.png")no-repeat 0 0;
}

.fuwu {
    padding-top: 50px;
}

.fuwu>div {
    float: left;
    width: 98px;
    height: 150px;
}

.fuwu>img {
    padding: 0 2px 0 1px;
    margin-top: 40px;
    float: left;
}

.fuwu>div>p {
    margin-top: 25px;
    font-size: 14px;
    text-align: center;
}


/*main*/

#main {
    width: 1180px;
}

.main_lf {
    float: left;
    width: 860px;
    min-height: 600px;
    background: url("/style/index/images/bankuang.png")no-repeat 0 0;
}

.main_lf>h3 {
    font-size: 22px;
    padding: 20px 0 0 20px;
    padding-bottom: 30px;
}

.main_lf_lf {
    float: left;
    width: 220px;
    position: relative;
}

.input {
    height: 50px;
    width: 220px;
    border: 2px solid #db4b6d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.input input {
    height: 100%;
    width: 180px;
    font-size: 14px;
    color: #999;
    padding-left: 5px;
}

.input a {
    display: inline-block;
}

.mapT,
.mapD {
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 50px;
    margin: 15px 0;
    background: #fee9ee;
}

.mapD {
    margin-top: 10px;
}

.mapT img,
.mapD img {
    margin-top: 20px;
    cursor: pointer;
}

.mapT:hover,
.mapD:hover {
    background: #db4b6d;
}

#schoolNav {
    position: relative;
    height: 390px;
    overflow: hidden;
}

#schoolNavCon {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

#schoolNavCon li a {
    display: inline-block;
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    background: #F1F0F0;
}

#schoolNavCon li a:hover {
    color: #Fff;
    background: #db4b6d;
}

.moveSchool {
    display: none;
    position: absolute;
    left: 240px;
    top: 65px;
    z-index: 10;
    width: 300px;
    height: 170px;
    border: 2px solid #db4b6d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
}

.moveSchool>img.moveSchool_jiantou {
    position: absolute;
    top: 70px;
    left: -14px;
}

.like,
.paiming {
    color: #db4b6d;
    font-size: 14px;
    text-align: center;
    width: 50px;
    height: 40px;
    float: right;
}

.like {
    margin-right: 20px;
}

.paiming img {
    margin-top: 2px;
}

.like img {
    margin-top: 4px;
}

.moveSchool>.scName {
    margin-top: 10px;
}

.moveSchool>p {
    color: #333;
    font-weight: bold;
    font-size: 14px;
    padding: 2px;
}

.bijiao_bt {
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    width: 80px;
    height: 25px;
    border-radius: 5px;
    color: #fff;
    background: #569ae7;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.bijiao_bt:hover {
    background: #327bcd;
}


/*.main右边*/

.main_lf_rt {
    float: right;
    width: 620px;
    height: 580px;
    overflow: hidden;
}

.main_rt {
    float: right;
    width: 300px;
    min-height: 600px;
    background: url("/style/index/images/bankuang.png")no-repeat 0 0;
}

.main_rt>h3 {
    font-size: 22px;
    padding: 20px 0 0 20px;
    padding-bottom: 30px;
}

.main_rt li {
    margin-bottom: 6px;
}

.bjSchool {
    width: 300px;
    height: 140px;
    border: 2px solid #db4b6d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 15px;
    background: #fff;
}

.bjSchool>div.school_name {
    background: #D8EEE7;
    height: 61px;
}

.bjSchool>a:first-child {
    display: inline-block;
    padding-left: 15px;
}

.bjSchool .scName {
    margin-top: 10px;
}

.bjSchool>div:nth-child(5)>p {
    color: #333;
    font-weight: bold;
    font-size: 14px;
    padding-left: 15px;
    height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bijiao_bt2 {
    display: inline-block;
    display: none;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    width: 80px;
    height: 25px;
    border-radius: 5px;
    color: #fff;
    background: #569ae7;
    float: right;
    margin-top: 20px;
    margin-right: 30px;
}

.bijiao_bt2:hover {
    background: #327bcd;
}


/*动向*/

#move {
    width: 1180px;
    margin-top: 30px;
}

#move ul {
    overflow: hidden;
    padding-top: 25px;
}

#move ul li {
    position: relative;
    float: left;
    width: 220px;
    height: 112px;
    background: url("/style/index/images/xinxi.png") no-repeat 0 0;
    margin-right: 16px;
}

#move ul li:last-child {
    margin-right: 0;
}

#move ul li a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: absolute;
    padding-top: 25px;
    padding-left: 20px;
    color: #db4b6d;
    border-radius: 5px;
    overflow: hidden;
}

#move ul li a p {
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
}

#move ul li:hover a {
    color: #fff;
}

#move ul li.active a {
    color: #fff;
}

#move ul li:nth-child(1):hover,
#move ul li:nth-child(1).active {
    background: url("/style/index/images/xinxi2.png") no-repeat 0 0;
}

#move ul li:nth-child(2) {
    background: url("/style/index/images/xinwen.png") no-repeat 0 0;
}

#move ul li:nth-child(2):hover,
#move ul li:nth-child(2).active {
    background: url("/style/index/images/xinwen2.png") no-repeat 0 0;
}

#move ul li:nth-child(3) {
    background: url("/style/index/images/gonglue.png") no-repeat 0 0;
}

#move ul li:nth-child(3):hover,
#move ul li:nth-child(3).active {
    background: url("/style/index/images/gonglue2.png") no-repeat 0 0;
}

#move ul li:nth-child(4) {
    background: url("/style/index/images/kandian.png") no-repeat 0 0;
}

#move ul li:nth-child(4):hover,
#move ul li:nth-child(4).active {
    background: url("/style/index/images/kandian2.png") no-repeat 0 0;
}

#move ul li:nth-child(5) {
    background: url("/style/index/images/xinxianshi.png") no-repeat 0 0;
}

#move ul li:nth-child(5):hover,
#move ul li:nth-child(5).active {
    background: url("/style/index/images/xinxianshi2.png") no-repeat 0 0;
}

.move_img {
    padding-top: 40px;
    padding-bottom: 20px;
}

.move_img:after {
    content: "";
    display: block;
    clear: both;
}

.move_img div {
    border: 1px solid #CBCBCB;
    float: left;
    width: 375px;
    height: 390px;
    padding: 11px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.move_img div:hover {
    -webkit-box-shadow: 0 0 10px 0 #CBCBCB;
    -moz-box-shadow: 0 0 10px 0 #CBCBCB;
    box-shadow: 0 0 10px 0 #CBCBCB;
}

.move_img div:nth-child(3),
.move_img div:nth-child(6) {
    margin-right: 0;
}

.move_img>div>h4 {
    padding-top: 38px;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.move_img>div>h4 a {
    font-size: 18px;
    color: #004e66;
}

.move_img>div>h4 a:hover {
    text-decoration: underline;
}

.move_img>div>p {
    display: block;
    width: 350px;
    height: 60px;
    font-size: 14px;
    color: #666;
    padding-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*banner*/

#banner2 {
    width: 1180px;
    height: 270px;
    background: url("/style/index/images/banner2.png") no-repeat 0 0;
}

#banner2 a {
    margin: 180px 0 0 170px;
    ;
    display: inline-block;
    font-size: 18px;
    color: #db4b6d;
    background: #fff;
    text-align: center;
    width: 185px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
}


/*#banner2 a:hover{
    background: #2c72c7;
}*/


/*问题
*/

#problem {
    padding-top: 40px;
    width: 1180px;
}

#problem>ul {
    overflow: hidden;
    padding-top: 20px;
}

#problem>ul li {
    overflow: hidden;
    margin-bottom: 15px;
}

#problem>ul li:hover .remen_rt {
    border: 2px solid #db4b6d;
    padding: 0;
    border-left: 0;
}

.biaoti a {
    float: right;
}

.biaoti a:hover {
    color: #db4b6d;
}

.remen_lf {
    float: left;
    width: 170px;
    height: 170px;
    background: #db4b6d;
    text-align: center;
}

.remen_lf>p {
    font-size: 24px;
    color: #fff;
    padding-top: 40px;
}

.remen_lf img {
    padding-top: 20px;
}

.remen_rt {
    float: left;
    width: 1010px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 170px;
    border: 1px solid #CBCBCB;
    overflow: hidden;
    padding: 1px;
    border-left: 0;
    padding-left: 0;
}

.remen_rt_lf {
    float: left;
    width: 40px;
}

.remen_rt_lf span,
.remen_rt_lf i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #004e66;
    text-align: center;
    line-height: 20px;
    color: #fff;
    margin-top: 20px;
    margin-left: 20px;
}

.remen_rt_rt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 960px;
    padding: 15px;
    padding-right: 65px;
}

.remen_rt_rt h4 a {
    font-size: 18px;
    color: #004e66;
}

.remen_rt_rt h4 a:hover {
    text-decoration: underline;
}

.remen_rt_rt>p {
    font-size: 18px;
    padding-top: 20px;
    height: 72px;
    width: 888px;
    color: #000;
}

#tag {
    width: 1180px;
    padding-top: 30px;
}

#tag ul {
    padding-top: 10px;
}

#tag ul li {
    float: left;
    width: 380px;
    height: 180px;
    padding: 15px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #CECECE;
    border-radius: 5px;
    margin: 0 20px 20px 0;
}

#tag ul li:hover {
    -webkit-box-shadow: 0 0 10px 0 #cecece;
    -moz-box-shadow: 0 0 10px 0 #cecece;
    box-shadow: 0 0 10px 0 #cecece;
}

#tag ul li:nth-child(3),
#tag ul li:nth-child(6) {
    margin-right: 0;
}

#tag ul li h3 {
    font-size: 18px;
    color: #db4b6d;
    border-left: 6px solid #004e66;
    padding-left: 5px;
}

#tag ul li h3 img {
    vertical-align: middle;
    width: 320px;
}

#tag ul li>a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    padding: 13px 10px;
    background: #F1F0F0;
    margin: 5px 0 0;
}

#tag ul li>a:hover {
    color: #fff;
    background: #db4b6d;
}


/*评价*/

#pingjia {
    width: 1180px;
    position: relative;
    padding-bottom: 60px;
    margin-top: 20px;
}

.pingjia_box {
    height: 240px;
    margin-top: 50px;
    position: relative;
}

.pingjia_box>div>img {
    position: absolute;
    right: 70px;
    top: -70px;
    border-radius: 50%
}

#pingjia>ul {
    position: absolute;
    bottom: 70px;
    right: 110px;
}

#pingjia>ul>li {
    margin-bottom: 6px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    border: 1px solid #db4b6d;
    background: #fff;
}

#pingjia>ul>li:hover,
#pingjia>ul>li.active {
    background: #db4b6d;
}

.pingjia_box>div {
    margin: 0 auto;
    width: 900px;
    height: 240px;
    border-radius: 5px;
    background: #F1F0F0;
    padding: 30px;
    position: absolute;
    left: 140px;
}

.pingjia_box>div>div {
    float: left;
    width: 190px;
    text-align: center;
    height: 100%;
    border-right: 2px solid #E6E5E5;
}

.pingjia_box>div>div img {
    padding: 20px 0;
}

.pingjia_box>div>div>p {
    font-size: 18px;
}

.pingjia_box>div>p {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    float: left;
    width: 650px;
    padding-left: 40px;
    padding-right: 30px;
    padding-top: 50px;
}


/*顾问团队*/

#guwen {
    width: 1180px;
    overflow: hidden;
    margin-bottom: 50px;
}

#guwen>h3 {
    padding-bottom: 35px;
}

.guwen_box {
    float: left;
}

.guwen_box>li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 510px;
    height: 240px;
    padding: 10px;
    border: 1px solid #E1E1E1;
    display: none;
}

.guwen_box>li:first-child {
    display: block;
}

.guwen_box>li>div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    padding-left: 18px;
    width: 263px;
}

.guwen_box>li>div>h3 {
    font-size: 18px;
    line-height: 50px;
    border-bottom: 2px solid #D5D5D5;
    margin-bottom: 15px;
}

.guwen_box>li>div>p {
    color: #000;
    font-size: 14px;
    line-height: 24px;
}

.guwen_rt {
    padding-left: 15px;
    float: left;
    overflow: hidden;
}

.guwen_rt>div {
    float: left;
    padding: 10px;
    border: 1px solid #e1e1e1;
    height: 240px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
}

.guwen_rt>div.active {
    border-color: #db4b6d;
}

.guwen_rt>div:last-child {
    margin-right: 0;
}

.guwen_rt>div>p {
    text-align: center;
    font-size: 18px;
}


/*footer*/

#footer {
    height: 350px;
    width: 100%;
}

#footer>div {
    background: #474248;
    width: 100%;
    margin: auto;
}

.footer_box {
    margin: auto;
    position: relative;
    width:100%;
    /*height: 290px;*/
    padding: 50px 110px 0 150px;
}

.footer_box>h3 a {
    font-size: 18px;
    color: #fff;
}

.footer_box>a {
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 112px;
    width: 120px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.footer_box>a:hover {
    background: #fff;
    color: #000;
}

#footer>p {
    font-size: 14px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background: #000;
    color: #a7aca9;
}

.footer_box_nei {
    margin-top: 40px;
    padding-top: 25px;
    width: 100%;
    border-top: 1px solid #fff;
    overflow: hidden;
}

.footer_box_nei>div:nth-child(2) {
    padding-left: 40px;
    color: #fff;
    width: 420px;
}

.footer_box_nei>div:nth-child(2) h2 {
    line-height: 40px;
}

.footer_box_nei>div:nth-child(3) {
    width: 546px;
    padding-left: 36px;
    color: #fff;
    overflow: hidden;
}

.footer_box_nei>div:nth-child(3) ul {
    overflow: hidden;
    width: 520px;
    padding-bottom: 30px;
}

.footer_box_nei>div:nth-child(3) ul li {
    float: left;
}

.footer_box_nei>div:nth-child(3) ul li a {
    float: left;
    font-size: 18px;
    color: #999;
    margin-right: 35px;
}

.footer_box_nei>div:nth-child(3) ul li a:hover {
    color: #fff;
}

.footer_box_nei>div:nth-child(3) ul li:last-child a {
    margin-right: 0;
}

.footer_box_nei>div:nth-child(3) p {
    color: #a7aca9;
    font-size: 14px;
}