@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------*/
/*页面头部项的容器*/
div.nav_area {
    position: relative;
    width: 1187px;
    height: 100px;
    margin: auto;
    display: block;
    /* background-color: #167487; */
}

/*logo*/
div.nav_area_1 {
    position: relative;
    top: 24px;
    left: 84px;
    height: 51px;
    width: 55px;
}

/*logo中的archimodel文字*/
div.nav_area_2 {
    position: relative;
    /*相对定位是相对于自身的默认标准位置*/
    top: -5px;
    left: 150px;
    width: 180px;

    font-family: "方正行楷简体";
    /*用户电脑上有可能没有这些字体，后期换成图片*/
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
}

/*容器基础样式*/
div.nav_area_3 {
    position: absolute;
    /*定位参照物为父级元素*/
    top: 60px;
    left: 340px;
    width: 706px;
    height: 35px;

    display: inline-block;
    /* background-color:#CD5269; */
}

/*nav_area_3类里的所有div元素*/
.nav_area_3>div {
    width: 100px;
    height: 35px;

    float: left;
    margin-right: 1px;

    line-height: 35px;
    text-align: center;
    font-size: 22px;
    /* background-color: aqua; */
}

/*最后一个元素右边距为0*/
.nav_area_3>div:nth-child(7) {
    margin-right: 0px;
}

/*链接样式*/
a.menu_item {
    padding: 5px 25px;
    text-decoration: none
}

/*页面头部菜单--当前用户信息*/
div.nav_area_4 {
    position: absolute;
    /*定位参照物为父级元素*/
    top: 60px;
    left: 1047px;
    width: 142px;
    /*预留长一点以防用户名过长导致自动换行*/
    height: 35px;

    line-height: 35px;
    /*文本段高度与div高度一致时文本才会竖向居中*/
    font-size: 22px;
    color: #D2691E;

    display: none;
    /* background-color: aqua;  */
}


a.soft_download:link, a.see_valuation:link {
    color: #167487;
    text-decoration: none;
}

a.soft_download:visited, a.see_valuation:visited {
    /*点击过的链接*/
    color: #167487;
}

a.soft_download:hover, a.see_valuation:hover{
    color: #CD5269;
}

/*-------------------------------------------------------*/
/*主体元素区*/
a.visited {
    background: #E51813;
}

div.body_area {
    position: relative;
    display: block;
    top:100px;
    width: 1187px;
    min-height: 780px;
    margin: auto;
}

div.body_region {
    position: relative;
    margin: auto;
    display: block;
}

/*功能展示的左侧导航菜单项*/
div.body_left_nav {
    position: relative;
    top: 0px;
    left: 30px;
    width: 160px;

    font-size: 18px;
    display: inline-block;
}

div.body_left_nav span{
    color: #167487;
}

div.body_left_nav span:hover{
    color: #CD5269;
    background-color: rgb(240, 240, 240);
}

/*展料入门及教程的左侧导航菜单项*/
div.unroll_left_nav,
div.tutorial_left_nav {
    position: absolute;
    top: 0px;
    left: 70px;
    width: 160px;

    font-size: 18px;
    display: inline-block;
}

div.unroll_left_nav span{
    color: #167487;
}

div.unroll_left_nav span:hover{
    color: #CD5269;
    background-color: rgb(240, 240, 240);
}


/*------------------------------------------------------*/
/*视频功能展示区*/
div.body_right_show {
    position: absolute;
    top: 20px;
    left: 230px;
    width: 900px;

    display: inline-block;

    animation-name: example7;
    /*设置动画效果*/
    animation-duration: 2s;
}

div.unroll_right_show,
div.tutorial_right_show {
    position: relative;
    top: 0px;
    left: 235px;
    width: 900px;

    display: inline-block;
}

@keyframes example7 {
    from {
        top: 250px;
    }

    to {
        top: 20px;
    }
}

div.show_video_g {
    width: 267px;
    height: 177px;

    float: left;
    display: block;

    border: 0px solid #A7A7A7;
    margin: 0px 30px 30px 0px;
}

.show_video_g:hover {
    box-shadow: 0px 0px 20px 0 rgba(255, 255, 255, 0.78), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: rgba(255, 255, 255, 3);
}

div.func_gif {
    width: 267px;
    height: 133px;
}

.analysis {
    position: relative;
    display: inline-block;
    margin: 10px 10px;
    font-size: 16px;
}

/*------------------------------------------------------*/
/*软件简介*/
.text_title {
    font-size: 22px;
    font-weight: 500;
    /*字体粗细*/
}

div.text_body {
    position: relative;
    bottom: 0px;
    width: 98%;

    font-size: 16px;
    font-weight: normal;

    animation-name: example6;
    animation-duration: 2s;
}

@keyframes example6 {
    from {
        bottom: -100px;
    }

    to {
        bottom: 0px;
    }
}

/*水平分割线*/
.body_region .horizontal_rule {
    position: relative;
    width: 100%;

    border-top: 1px solid rgb(80, 80, 80);

    animation-name: text_move_hr;
    animation-duration: 2s;
}

@keyframes text_move_hr {
    from {
        bottom: -100px;
    }

    to {
        bottom: 0px;
    }
}

.solid_hr {
    position: relative;
    width: 100%;

    border: none;
    border-top: 1px solid rgb(80, 80, 80);
}

.dashed_hr {
    position: relative;
    width: 100%;

    border: none;
    border-top: 1px dashed rgb(80, 80, 80);
}

/*二维码*/
div.scanning_service {
    position: relative;
    display:block;
    width:236px;
    margin:auto;
    margin-bottom: 20px;
}

div.company_1 {
    position: absolute;
    left: 100px;
    top: 320px;
    bottom: 0px;

    width: 312px;
    height: 200px;

    animation-name: example;
    animation-duration: 2s;
}

@keyframes example {
    from {
        left: -100px;
    }

    to {
        left: 100px;
    }
}

div.company_2 {
    position: absolute;
    top: 320px;
    left: 500px;
    bottom: 50px;

    width: 650px;
    height: 220px;

    display: inline-block;

    animation-name: example2;
    animation-duration: 2s;
}

@keyframes example2 {
    from {
        left: 700px;
    }

    to {
        left: 500px;
    }
}

div.contact {
    position: absolute;
    top: -130px;
    left: 55px;

    display: inline-block;

    padding: 5px 5px;
    animation-name: example3;
    animation-duration: 2s;
}

@keyframes example3 {
    from {
        left: -100px;
    }

    to {
        left: 80px;
    }
}

div.map {
    position: relative;
    left: 100px;
    bottom: 25px;

    display: inline-block;

    animation-name: example4;
    animation-duration: 2s;
}

@keyframes example4 {
    from {
        left: 370px;
    }

    to {
        left: 100px;
    }
}

/* 教程相关 */
.studyfont {
    margin: 10px 0px;
}

h2.tutorial_h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0px 10px;
    color: rgb(120, 120, 120);
}

h3.tutorial_h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0px 10px;
    color: rgb(120, 120, 120);
}

div.page_turn {
    display: inline-block;
    margin: 10px 0px 15px;
}

div.page_turn_rb {
    position: fixed;
    /*固定在窗口的右下角*/
    display: block;
    bottom: 0;
    right: 0;
    margin-bottom: 12px;
    margin-right: 10px
}

/*带下划线或点*/
h4.tbox_a1 {
    margin: 10px 0px;
    font-size: 18px;
    font-weight: 600;
    color: rgb(120, 120, 120);

    padding-top: 8px;
    border-top: 1px dashed rgb(80, 80, 80);
}

/*无下划线*/
.title_16w {
    margin: 6px 0px 6px;
    font-size: 16px;
    font-weight: 600;
    color: rgb(120, 120, 120);
}

.title_18w {
    margin: 8px 0px 8px;
    font-size: 18px;
    font-weight: 600;
    color: rgb(120, 120, 120);
}

.title_20w {
    margin: 10px 0px 10px;
    font-size: 20px;
    font-weight: 600;
    color: rgb(120, 120, 120);
}

.title_22w {
    margin: 10px 0px 10px;
    font-size: 22px;
    font-weight: 600;
    color: rgb(120, 120, 120);
}

.title_16 {
    margin: 8px 0px 8px;
    font-size: 16px;
    font-weight: 500;
    color: rgb(80, 80, 80);
}

.title_18 {
    margin: 8px 0px 8px;
    font-size: 18px;
    font-weight: 500;
    color: rgb(80, 80, 80);
}

.title_20 {
    margin: 10px 0px 10px;
    font-size: 20px;
    font-weight: 500;
    color: rgb(80, 80, 80);
}

.title_22 {
    margin: 10px 0px 10px;
    font-size: 22px;
    font-weight: 500;
    color: rgb(80, 80, 80);
}

/*快捷键页面的分组标题*/
.studyh5 {
    font-size: 20px;
    font-weight: 600;
    color: rgba(80, 80, 80, 0.75);
    margin: 5px auto;
}

.shortcut_img {
    margin: 5px 0px 25px;
}

.img_border {
    border: none;
    border: solid 1px rgb(80, 80, 80);
}

/*翻页按钮 tud = turn up down 页面上下端的翻页*/
a.btn_tud {
    text-decoration: none;
    font-size: 15px;
    padding: 1px 15px;
    margin: 0px 20px 20px 0px;
    border: 0.5px solid #BEBEBE;
}

a.btn_tud:hover {
    color: #CD5269;
    border: solid 1px #CD5269;
}

/*btn = button trb = turn right bottom*/
/*右下角换页按钮*/
a.btn_trb {
    display: block;
    text-decoration: none;
    font-size: 15px;
    padding: 5px 10px;
    margin: 0px 10px 20px 0px;
    border: 1px solid #BEBEBE;
}

a.btn_trb:hover {
    color: #CD5269;
    border: 1px solid #CD5269;
}

#md2,
#md3,
#md4 {
    padding-top: 150px;
    margin-top: -150px;
}

a.one:link {
    color: #167487;
    text-decoration: none;
}

a.one:visited {
    /*点击过的链接*/
    color: #167487;
}

a.one:hover {
    color: #CD5269;
}

a.menu_item:link {
    text-decoration: none;
}

a.menu_item:hover {
    color: #CD5269;
}

/*快捷键导航*/
div.shortcut_nav {
    display: inline-block;
    margin: 0px 3px;
    padding: 5px 0px;
    width: 80px;

    font-size: 18px;
}

div.shortcut_nav:hover {
    border-color: #CD5269;
}

div.shortcut_nav a:hover {
    color: #CD5269;
}

div.shortcut_nav a {
    color: #167487;
    text-decoration: none;
}

span.tool_tip_text {
    position: absolute;
    display: none;

    text-align: center;

    color:  white;
    background: rgb(150, 150, 150);

    top: 270px;
    left: 250px;

    margin-bottom: 15px;
    opacity: 0;
    padding: 10px;
    pointer-events: none;

    width: 120px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);

}

span.tool_tip_text::before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100px;
}

span.tool_tip_text::after {
    border-left:  solid transparent 10px;
    border-right: solid transparent 10px;
    border-top:   solid rgb(150, 150, 150) 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

a.soft_download:hover .tool_tip_text {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);

    display: block;
    visibility: visible;
}



span.valuation_tip_text {
    position: absolute;
    display: none;

    text-align: center;

    color:  white;
    background: rgb(150, 150, 150);

    top: -50px;
    left: -78px;

    z-index: +1;

    font-size: 16px;

    margin-bottom: 15px;
    opacity: 0;
    padding: 10px;
    pointer-events: none;

    width: 230px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

span.valuation_tip_text::before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100px;
}

span.valuation_tip_text::after {
    border-left:  solid transparent 10px;
    border-right: solid transparent 10px;
    border-top:   solid rgb(150, 150, 150) 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

a.see_valuation:hover .valuation_tip_text {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);

    display: block;
    visibility: visible;
}



/*----------------底部样式-------------------*/
div#footer_wrap {
	width: 100%;

    display: inline-block;
	position: relative;
    margin: auto;
    bottom: -100px;

	border-top: 1px solid rgb(80, 80, 80);
    background-color: rgb(240, 240, 240);
}

div#footer {
	margin: auto;
	width: 960px;
}

div.center {
	display: block;
	/* float: center; */
	_white-space: nowrap;
}

div#footer p {
	/* margin-top: 0px; */
	font-size: 13px;
	color: #666;
	line-height: 1.6em;
	font-weight: normal;
}

/*--链接变色--*/
div#footer_wrap a:link {
	color: #666;
}

div#footer_wrap a:visited {
	color: #666;
}

div#footer_wrap a:hover {
  color: #CD5269;
  background-color: rgb(240, 240, 240);
}
