*{margin:0;padding:0;list-style: none;text-decoration: none;font-family: Microsoft YaHei;}
a{color: #666666;line-height: 28px;}
/* 按钮 */
.focus_btn{
    width: 30%;
    margin:0 auto;
    display: flex;
    margin-top:60px;
}
.focus_btn a{
    width: 200px;
    height: 48px;
    text-align: center;
    padding: 0 40px;
    display: block;
    background: linear-gradient(85deg,#4457A0,#5875C5);
    border-radius: 24px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 48px;
    margin-right:100px;
    letter-spacing: 1px;
}
.focus_btn a:last-child{
    margin-right:0;
    border: 2px solid #4457A0;
    background: none;
    border-radius: 24px;
    font-weight: bold;
    color: #4457A0;
}
.focus_btn a:hover{
    color: #FFFFFF;
    background: linear-gradient(85deg,#4457A0,#5875C5);
    border:none;
}
#focus_nav{
    width: 100%;
    box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.08);
    z-index: 9999;
    background: #fff;
}
#focus_nav ul{
    width: 1200px;
    margin:0 auto;
    display: flex;
}
#focus_nav ul li{
    width: 14%;
    line-height: 60px;
    text-align: center;
    /* margin-right:50px; */
    border-right:1px dashed #ccc;
}
#focus_nav ul li:last-child{
    margin-right:0;
}
#focus_nav ul li a:hover{
    color: #F14545;
}
/* 公共标题 */
.topic_title{
    width: 1200px;
    text-align: center;
    margin:0 auto;
    position: relative;
    margin-top:80px;
}
.topic_title b{
    font-size: 34px;
    font-weight: bold;
    color: #333333;
    line-height: 29px;
    letter-spacing: 2px;
}
.link_bottom{
    width: 400px;
    height: 1px;
    margin:10px auto;
    border-bottom: solid #999999 1px;
}
.topic_title span{
    width: 260px;
    height: 23px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    display: block;
    margin: 0 auto;
}
.topic_title p{
    width: 604px;
    height: 40px;
    margin:0 auto;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
}
.focus_main1 img{
    width: 100%;
}
/* 申请美国研究生，这些疑问先要弄懂 */
.doubt_ul{
    width: 1200px;
    margin:0 auto;
    display: flex;
    margin-top:40px;
}
.doubt_ul li{
    width: 283px;
    height: 102px;
    background: #F6F6F6;
    border-radius: 4px;
    text-align: center;
    padding-top: 30px;
    margin-right:24px;
}
.doubt_ul li:last-child{
    margin-right:0;
}
.doubt_ul li p{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
}
.doubt_ul li span{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 50px;
}
.doubt_ul li a{
    width: 189px;
    height: 31px;
    display: block;
    margin:0 auto;
    background: #FFFFFF;
    border: 1px solid #4457A0;
    border-radius: 9px 9px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    color: #5672C1;
    line-height: 31px;
    margin-top: 12px;
}

/* 美国研究生申请条件&材料 */
.conditions_ul{
    width: 1200px;
    margin:0 auto;
    display: flex;
    /* height:450px; */
    margin-top:40px;
}
.conditions_ul li{
    width: 538px;
    height: 377px;
    padding-top: 70px;
    background: url(/Public/Home/images/yjs_img/bei.png) no-repeat;
    position: relative;
    margin-right: 125px;
    /* box-shadow: 0px 5px 8px 1px rgba(0, 0, 0, 0.14); */
}
.conditions_ul li:last-child{
    background: url(/Public/Home/images/yjs_img/bei2.png) no-repeat;
    margin-right: 0;
    /* box-shadow: 0px 5px 8px 1px rgba(0, 0, 0, 0.14); */
}
.conditions_ul li p{
    width: 419px;
    margin: 8px auto;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    letter-spacing: 2px;
}
.conditions_ul li p b{
    font-weight: bold;
}
.conditions_ul li p span{
    color: #4457A0;
}
.conditions_ul_title{
    width: 212px;
    height: 20px;
    position: absolute;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
    left: 55px;
    top:-2px;
    letter-spacing: 3px;
}

/* 美国本科留学费用 */
.focus_cost_ul{
    display: flex;
    width: 1200px;
    margin:0 auto;
    margin-top:50px;
}
.focus_cost_ul li{
    width: 273px;
    height: 381px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid #4457A0;
    position: relative;
    margin-right: 37px;
}
.focus_cost_ul li:last-child{
    margin-right:0;
}
.focus_cost_ul li:nth-child(2n){
    height: 378px;
    margin-top:60px;
}
.cost_ul_li{
    width: 100%;
    height:113px;
    text-align: center;
    background: url(/Public/Home/images/yjs_img/bjt.png) no-repeat;
}
.cost_ul_li p {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 113px;
}
.cost_ul_li:nth-child(2){
    background: url(/Public/Home/images/yjs_img/bei2.png) no-repeat;
}
.cost_ul_con{
    width: 230px;
    margin:0 auto;
    height: 242px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}
.cost_ul_con p{
    padding:15px 0;
    font-size: 14px;
    border-bottom: 1px dashed #A0A0A0;
}
.cost_ul_con p:last-child{
    border: none;
}
.cost_ul_con p span{
    color: #4457A0;
}
.marker {
    width: 6px;
    height: 6px;
    border-radius: 100px;
    background: #4457A0;
    display: inline-block;
    margin-right: 6px;
}
/* 美国名校录取难，成功案例供你参考！ */
.Contentbox{
    margin-top:20px;
}
.Contentbox_ul{
    width: 1200px;
    height: 40px;
    background: #A6BCF5;
}
.data_top ul {
    width: 1020px;
    display: flex;
    margin: 0 auto;
    justify-content: space-around !important;
}
.data_top ul li {
    width: 340px;
    text-align: center;
}
.con-div{
    display: flex;
    width: 1200px;
    margin:0 auto;
    margin-top:30px;
}
.con-one-left{
    /* margin-top:20px; */
    margin-right: 45px;
}
.data_top ul li b {
    font-size: 49px;
    font-weight: 400;
    font-style: italic;
    color: #4457A0;
    line-height: 73px;
}
.data_top ul li span {
    font-size: 28px;
    font-weight: 400;
    color: #343434;
    line-height: 28px;
    margin-left: 4px;
}
.con_one_left_ul{
    display: flex;
    margin-bottom:32px;
    margin-top:10px;
}
.con_one_left_ul li{
    width:320px;
    height:100px;
    display: flex;
    margin-right:20px;
}
.con_one_left_ul li p{
    line-height: 33px;
}
.con_one_left_ul li img{
    width: 82px;
    height:82px;
    margin-right:10px;
    margin-top:10px;
}
.con_one_left_ul li div span{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
.con-one-right{
    height: 385px;
}
.table-thead-right{
    height:46px;
    background: #A0B7F4;
}
.table-thead-right li{
    line-height: 46px;
    float: left;
    width: 47%;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
}
.table-info-right:nth-child(odd) {
    background: #A0B7F4;
}
.table-info-right li{
    line-height: 32px;
    float: left;
    width: 50%;
    text-align: center;
    font-size: 14px;
}
/* 美国研究生申请时间规划 */
.planning{
    width: 100%;
    height: 738px;
    background: url(/Public/Home/images/yjs_img/wenzi.png) no-repeat;
    position: relative;
    margin-top: 50px;
}
.planning div{
    /*
    position: absolute;
    */
    bottom:35px;
    left: 33%;
}
.choose_main{
    width: 1200px;
    height:467px;
    display: flex;
    margin:0 auto;
}
/* 美国研究生院校专业一览表 */
.professional_main{
    width: 1200px;
    margin:0 auto;
}
.main_p{
    display: flex;
    width: 1200px;
    height: 40px;
    background: #A6BCF5;
    margin-top:42px;
} 
.main_p li{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 34px;
}
.main_p li:nth-child(1){
    width: 10%;
    text-align: center;
}
.main_p li:nth-child(2){
    width: 20%;
    text-align: center;
}
.main_p li:nth-child(3){
    width: 70%;
    text-align: center;
}
.main_c{
    display: flex;
}
.main_c li{
    height: 34px;
    line-height: 34px;
    color: #333333;
}
.main_ul ul:nth-child(2n){
    background: #F9FAFF;
}
.main_c li:nth-child(1){
    width: 10%;
    text-align: center;
}
.main_c li:nth-child(2){
    width: 20%;
    text-align: center;
}
.main_c li:nth-child(3){
    width: 70%;
    height:auto;
}
/* 获取名校专属申请规划方案 */
.home_input{
    width: 100%; 
    height: 560px;
    padding-top: 50PX;
    /*margin-top:56px;*/
    background: url(/Public/Home/images/yjs_img/dbj.png) no-repeat;
}
.input_main{
    width: 1000px;
    margin:0 auto;
    margin-top:30px;
    display: flex;
}
.input_main_left{
    margin-top:30px;
}
.input_main_left p{
    width: 558px;
    font-size: 23px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 57px;
    text-align: center;
}
.input_main_left p span{
    width: 558px;
    font-weight: 400;
    color: #C4302E;
    line-height: 57px;
}
.input_main_left_right{
    width: 350px;
    margin-top: 30px;
}
.input_main_left_right input{
    color: #fff;
    width: 366px;
    height: 40px;
    padding-left: 15px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    margin-bottom: 8px;
    background: none;
}
#submits{
    width: 366px;
    height: 38px;
    background: #F03939;
    opacity: 0.8;
    color: #FFFFFF;
    border: none;
    font-size: 18px;
}
.home_bottom{
    width: 100%;
    height: 221px;
    background: #1B1B1B;
    text-align: center;
    padding-top:50px;
}
.home_bottom p{
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 29px;
}