/*作者：韩博
  作用：评测学新首页样式
   时间2018年7月6日
*/


/*滚动条*/


/*滚动条整体*/

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    /*滚动条宽度 width*/
}


/*滚动条按钮*/

::-webkit-scrollbar-button {}

::-webkit-scrollbar-track {
    background-color: transparent;
    /*滑道全部*/
}

::-webkit-scrollbar-track-piece {
    background-color: transparent;
    /*滑道*/
    -webkit-border-radius: 2px;
    /*滑道圆角宽度*/
}

::-webkit-scrollbar-thumb {
    background-color: #473AFF;
    border: solid 1px transparent;
    /*滑动条边框*/
    border-radius: 4px;
    /*滑动条圆角宽度*/
}


/*横竖滚动条交角*/

::-webkit-scrollbar-corner {
    background-color: transparent;
}


/*横竖滚动条交角图案*/

::-webkit-resizer {
    /*background-image: url(/public/img/resizer-inactive.png);*/
    background-repeat: no-repeat;
    background-position: bottom right;
}


/*鼠标滑过滑动条*/

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(75, 165, 182, 0.5);
}


/*初始默认样式*/

body {
    margin: 0px;
    padding: 0px;
    position: absolute;
    width: 100%;
    min-width: 1366px;
    font-family: "Microsoft YaHei", sans-serif;
}

em {
    margin: 0px;
    font-style: normal;
}

a:link {
    text-decoration: none;
    /*指正常的未被访问过的链接*/
}

a:visited {
    text-decoration: none;
    /*指已经访问过的链接*/
}

a img {
    border: 0px;
}

a:hover {
    text-decoration: none;
    /*指鼠标在链接*/
}

a:active {
    text-decoration: none;
    /*指正在点的链接*/
}


/*顶部联系方式登录注册样式*/

.top {
    /* position: relative; */
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.5);
    /*overflow: hidden;*/
    background-color: #F5F5F5;
}

.top .box {
    width: 1335px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top a {
    color: rgba(0, 0, 0, 0.5);
}

.top_left {
    height: 40px;
    display: flex;
    line-height: 12px;
    justify-content: space-between;
    align-items: center;
}

.top_left .phones {
    display: flex;
    justify-content: start;
}

.top_left .phones p {
    display: flex;
    align-items: center;
}

.top_left .phones p img {
    margin-right: 5px;
}

.top_left .phones p:last-child {
    margin-left: 15px;
    margin-right: 5px;
}


/* .top_right {
	position: absolute;
	right: 15%;
	top: 0px;
} */

.top_left .qrCodes_item {
    float: left;
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 15px;
}

.top_left .qrCodes_item .show {
    display: flex;
    align-items: center;
    cursor: default;
}

.top_left .qrCodes_item_cli .show {
    cursor: pointer;
}

.top_left .qrCodes_item .show:hover+.hide {
    display: block;
    transition: all 0.3s ease;
}

.top_left .qrCodes_item .show img {
    margin-right: 5px;
}

.top_left .qrCodes_item .hide {
    display: none;
    padding: 5px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 2px 3px #ccc;
    position: absolute;
    top: 27px;
    left: -13px;
    z-index: 99;
}

.top_left .qrCodes_item .hide img {
    width: 100px;
}

.top_left .qrCodes_item .hide span {
    line-height: 18px;
    font-size: 14px;
    color: #666;
}

.no_login {
    display: inline-block;
    width: 60px;
    position: relative;
    top: 0px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    /* Firefox 4 */
    -webkit-transition: all 0.3s ease;
    /* Safari 和 Chrome */
    -o-transition: all 0.3s ease;
}


/* 
.no_login a:nth-child(1) {
    margin-right: 20px;
} */

.yes_login {
    display: inline-block;
    position: absolute;
    top: -80px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    /* Firefox 4 */
    -webkit-transition: all 0.3s ease;
    /* Safari 和 Chrome */
    -o-transition: all 0.3s ease;
}

.yes_login:hover {
    background: #ededed;
}

.yes_login img {
    position: relative;
    margin-right: 10px;
    top: 4px;
    width: 20px;
    height: 20px;
}

.yes_login:hover div {
    visibility: visible;
}

.yes_login div {
    z-index: 9999;
    visibility: hidden;
    background-color: #f5f5f5;
    position: absolute;
    top: 40px;
    right: 0px;
}

.yes_login a {
    cursor: pointer;
    text-align: left;
    width: 160px;
    display: block;
    right: 0px;
}

.yes_messge_em1 {
    position: absolute;
    width: 15px;
    height: 15px;
    font-size: 12px;
    line-height: 15px;
    border-radius: 50%;
    top: 0px;
    left: 16px;
    z-index: 10;
    background-color: #20AEEC;
    color: white;
    text-align: center;
}

.yes_messge_em2 {
    display: inline-block;
    position: relative;
    width: 15px;
    top: -2px;
    left: 5px;
    height: 15px;
    font-size: 10px;
    line-height: 15px;
    border-radius: 50%;
    background-color: #20AEEC;
    color: white;
    text-align: center;
}

.yes_login a:hover {
    background: #ededed;
}

.yes_login i {
    margin-left: 15px;
    margin-right: 10px;
}


/*右上角浮动按钮*/

.fixed_message {
    position: fixed;
    top: 200px;
    right: 20px;
    z-index: 2000;
}

.fixed_phone,
.fixed_wechat {
    box-sizing: border-box;
    padding-top: 10px;
    position: relative;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 3px;
    color: white;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 3px;
}

.fixed_phone {
    background-color: #F0BB0B;
}

.fixed_wechat {
    background-color: #ADCB69;
}

.fixed_advise {
    background-color: #7bc9ac;
    box-sizing: border-box;
    padding-top: 10px;
    position: relative;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 3px;
    color: white;
    font-size: 10px;
    text-align: center;
    margin-bottom: 3px;
}

.fixed_advise a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: white;
}

.fixed_phone div {
    visibility: hidden;
    position: absolute;
    left: -300px;
    top: 10px;
    width: 280px;
    height: 40px;
    color: black;
    line-height: 40px;
    font-size: 15px;
    border-radius: 10px;
    background-color: #F0BB0B;
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    /* Firefox 4 */
    -webkit-transition: all 0.3s ease;
    /* Safari 和 Chrome */
    -o-transition: all 0.3s ease;
}

.fixed_phone span {
    position: absolute;
    right: -6px;
    top: 15px;
    width: 12px;
    height: 12px;
    background-color: #F0BB0B;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
}

.fixed_wechat img {
    /*display:block;*/
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: -120px;
    top: -35px;
    width: 120px;
    height: 120px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    /* Firefox 4 */
    -webkit-transition: all 0.3s ease;
    /* Safari 和 Chrome */
    -o-transition: all 0.3s ease;
}

.fixed_phone:hover div {
    visibility: visible;
    opacity: 1;
}

.fixed_wechat:hover img {
    visibility: visible;
    opacity: 1;
}


/*导航栏*/

.home_nav_div {
    overflow: hidden;
    width: 100%;
    height: 80px;
    line-height: 80px;
    position: relative;
    /*background-color: rgba(0,0,0,0.1);*/
}

.home_logo {
    padding-top: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    display: inline-block;
    position: relative;
    height: 80px;
    left: 15%;
}

.home_nav {
    display: inline-block;
    right: 15%;
    position: absolute;
}

.home_nav a {
    color: #000;
    display: inline-block;
    padding: 0px 10px 0px 10px;
    width: auto;
    box-sizing: border-box;
    height: 80px;
    cursor: pointer;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    /* Firefox 4 */
    -webkit-transition: all .1s linear;
    /* Safari 和 Chrome */
    -o-transition: all .1s linear;
}

.home_logo a img {
    width: 156px;
    cursor: pointer;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    /* Firefox 4 */
    -webkit-transition: all .1s linear;
    /* Safari 和 Chrome */
    -o-transition: all .1s linear;
}

.home_nav a:nth-child(1) {
    color: #009B4C;
    border-bottom: 4px solid #009B4C !important;
}

.home_nav a:hover {
    color: #009B4C;
    border-bottom: 4px solid #009B4C;
}


/*轮播图*/

.pic_carousel {
    overflow: hidden;
    width: 100%;
    height: auto;
    position: relative;
}

.pic_carousel div {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
}

.pic_carousel img {
    width: 100%;
    height: auto;
}

.pic_carousel a {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: auto;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    /* Firefox 4 */
    -webkit-transition: all 1s ease;
    /* Safari 和 Chrome */
    -o-transition: all 1s ease;
    /* Opera */
}

.a_show {
    /*z-index: 8;*/
    opacity: 1;
}

.a_hide {
    /*z-index: 7;*/
    opacity: 0;
}

.pic_left,
.pic_right {
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 44px;
    font-size: 60px;
    line-height: 80px;
    color: white;
    z-index: 999;
    top: calc(50% - 22px);
    opacity: 0.5;
}

.pic_left {
    left: 1%;
}

.pic_right {
    right: 1%;
}


/* 底部 */

.defaultBottom {
    background: url('/Images/newhomeimage/footBG.png') no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    overflow: auto;
    padding-top: 50px;
    padding-bottom: 28px;
    position: relative;
}

.defaultBottom .title {
    display: flex;
    justify-content: center;
    font-size: 36px;
    font-weight: bold;
    line-height: 47px;
    color: #F8F8F8;
    text-align: center;
}

.defaultBottom .logo {
    width: 124px;
    height: 52px;
    position: absolute;
    left: 360px;
    top: 52px;
}

.defaultBottom .lay {
    width: 1200px;
    margin: 46px auto 72px;
    display: flex;
    justify-content: space-between;
}

.defaultBottom .lay .left {
    line-height: 26px;
    font-size: 20px;
    color: #DEDEDE;
    height: 139px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.defaultBottom .lay .left a {
    color: #DEDEDE;
    font-size: 24px;
    margin-bottom: 63px;
}

.defaultBottom .lay .left a:hover {
    text-decoration: underline;
}

.defaultBottom .lay .left .one {
    margin-right: 30px;
}

.defaultBottom .lay .right {
    width: 355px;
    height: 129px;
    display: flex;
    align-items: center;
}

.defaultBottom .lay .right span {
    line-height: 31px;
    color: #DEDEDE;
    font-size: 24px;
    margin-left: 20px;
}

.defaultBottom .layout_ {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    height: 21px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #696B6E;
}


/* 爱树枝主体 */

.container-common {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    color: #333333;
}

.container-title {
    margin: 80px auto 60px;
    font-size: 38px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
}

.container-title img {
    width: 33px;
    height: 23px;
    margin-left: 30px;
    margin-right: 30px;
}

.container1-bk {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url('/Images/AiszImages/bk2.png') no-repeat center;
    background-size: 100% 100%;
}

.container1-wrap {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 70px;
}

.container1-center img {
    width: 371px;
    height: 465px;
}

.container1-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.column-item {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 32px;
}

.column-item .dot {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 10px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.asz-bk2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #ffffff;
    background-size: 100% 100%;
}

.color-green {
    color: #009B4C;
}

.container2 {
    margin-top: 60px;
    margin-bottom: 120px;
}

.container2-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.container2-item {
    width: 440px;
    height: 143px;
    background: #FFFFFF;
    box-shadow: 0px 3px 12px rgba(88, 64, 40, 0.1);
    opacity: 1;
    border-radius: 18px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333333;
}

.container2-item:first-child {
    margin-right: 60px;
}

.container2-item img {
    position: absolute;
    top: 0;
    left: 0;
}

.container2-item h2 {
    font-size: 22px;
    margin: 0;
}

.container2-item p {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 18px;
}

.asz-bk3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url('/Images/AiszImages/asz-bk3.png') no-repeat;
    background-size: 100% 100%;
}

.container3 {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.container3-item {
    width: 585px;
    height: 426px;
    background: #FFFFFF;
    box-shadow: 0px 3px 12px rgba(88, 64, 40, 0.1);
    opacity: 1;
    border-radius: 18px;
    position: relative;
    box-sizing: border-box;
    padding: 186px 80px 60px;
}

.container3-item:first-child {
    margin-right: 30px;
}

.container3-item img {
    position: absolute;
    z-index: 9;
}

.container3-item img:first-child {
    top: 30px;
    right: 30px;
}

.container3-item img:nth-child(2) {
    top: 60px;
    left: 83px;
}

.container3-item .item-title {
    font-weight: bold;
    line-height: 38px;
    font-size: 24px;
    color: #333333;
    margin-bottom: 50px;
    position: absolute;
    z-index: 10;
    top: 60px;
    left: 116px;
}

.container3-item .desc-wrap {
    line-height: 24px;
    color: #000000;
    font-size: 18px;
}

.container3-item .desc-wrap .desc-item .dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #27AE60;
    margin-right: 16px;
}

.container3-item .desc-wrap .desc-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.line-wrap {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 29px;
}

.line-wrap .short-line {
    width: 76px;
    background-color: #FFEF9E;
}

.line-wrap2 {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 29px;
}

.line-wrap2 .short-line {
    width: 102px;
    background-color: #FFDEAF;
}

.container3-item .short-line {
    height: 12px;
    position: absolute;
    display: block;
    top: 24px;
    left: 20px;
    z-index: 9;
}

.line-wrap .line-text,
.line-wrap2 .line-text {
    position: absolute;
    z-index: 10;
}

.asz-bk4 {
    width: 100%;
    height: auto;
    overflow: hidden;
    color: #000000;
}

.container4 {
    width: 1100px;
    margin: 40px auto 0;
    height: auto;
    overflow: hidden;
}

.container4-wrap {
    width: 1100px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}

.container4-wrap:last-child {
    margin-bottom: 0px;
}

.container4-wrap>div {
    width: 50%;
    display: flex;
    justify-content: center;
}

.container4-desc {
    width: 520px;
}

.container4-desc .title {
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: bold;
    margin-left: 24px;
    color: #47B77D;
}

.container4-desc .desc-item {
    font-size: 18px;
    margin-top: 20px;
}

.container4-desc .desc-item .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #27AE60;
    display: inline-block;
    margin-right: 10px;
}

.bottom-title {
    color: #000000;
    font-weight: bold;
    font-size: 32px;
    margin: 60px auto 80px;
    position: relative;
    width: 916px;
    height: 46px;
}

.bottom-title p {
    background-color: transparent;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 10px;
    margin: 0;
}

.bottom-title .title-underline {
    background-color: #FFEDD1;
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 9;
}

.asz-bk5 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url('/Images/AiszImages/asz-bk5.png') no-repeat;
    background-size: 100% 100%;
}

.container5 {
    display: flex;
    justify-content: center;
}

.container5-item:first-child {
    margin-right: 40px;
}

.container5-item {
    width: 580px;
    height: 609px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 18px;
    color: #000000;
    box-sizing: border-box;
    padding: 50px 90px 0 90px;
    position: relative;
}

.container5-item .bk5-img {
    position: absolute;
}

.container5-item .bk5-img:first-child {
    top: 30px;
    left: 30px;
}

.container5-item .bk5-img:nth-child(2) {
    bottom: 30px;
    right: 30px;
}

.item5-title {
    color: #47B77D;
    line-height: 35px;
    font-size: 26px;
}

.row5-title img {
    vertical-align: middle;
}

.row5-title {
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    line-height: 29px;
    margin-bottom: 10px;
    margin-top: 40px;
}

.row5-desc {
    font-size: 18px;
    color: #000000;
    line-height: 28px;
    margin-left: 42px;
}

.container6 {
    margin-top: 235px;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.container6-item1 {
    width: 500px;
    overflow: auto;
}

.container6-item1 .item1-title {
    font-size: 38px;
    color: #009B4C;
    font-weight: bold;
    margin-bottom: 80px;
}

.content6-line {
    color: #000000;
    font-size: 22px;
    margin-bottom: 30px;
    position: relative;
    line-height: 29px;
    text-align: left;
}

.content6-line span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 12px;
    margin-left: 3px;
}

.content6-line .circle {
    border: 2px solid #FFC164;
    border-radius: 50%;
}

.content6-line .triangle {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 22px solid #FFC164;
    margin-right: 8px;
}

.content6-line .triangle-small {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #FFFFFF;
    top: 8px;
    left: 5px;
}

.content6-line .square {
    border: 2px solid #FFC164;
    border-radius: 2px;
}

.content6-line .diamond {
    border: 2px solid #FFC164;
    border-radius: 2px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
}

.line-bottom {
    margin-top: 5px;
    height: 1px;
    width: 434px;
    border-bottom: 1px dashed #FFC164;
}

.container6-item2 {
    width: 300px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 90px;
}

.container6-item2 .item2-title {
    color: #333333;
    font-size: 18px;
    margin-top: 7px;
    position: relative;
    width: 160px;
    height: 26px;
}

.item2-title p {
    background-color: transparent;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 10px;
    margin: 0;
}

.item2-title .title-underline {
    background-color: #FFEDD1;
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 9;
}

.asz-bk7 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url('/Images/AiszImages/asz-bk7.png') no-repeat;
    background-size: 100% 100%;
    padding-bottom: 90px;
}