*{
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: 'Microsoft YaHei', '微软雅黑', '苹方';
}
body,html{
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    min-width: 1200px;
}
body{
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: #FFFFFF;
}
.websitegrasp{
    cursor: pointer;
}
/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
}
/* 正在点击的链接*/
a:active {
    text-decoration: none;
}
.landingpage{
    width: 100%;
    height: 100%;
    position: relative;
}
.opacitys{
    opacity: 0;
}
/* 公共样式 1920 */
.dis_gx{
    width: 1920px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
/* 公共样式 1200 */
.min_width_gx{
    min-width: 1200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
/* 公共样式 居中 */
.dis_cen_gx{
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 公共样式 划过添加border */
.after_border_gx:after{
    width: 100%;
    height: 3px;
    background: #3296FA;
    border-radius: 2px;
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 31px;
}
.landingpage_titlebox{
    background: rgba(128, 255, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    padding-top: 11px;
}
.landingpage_titlebox:hover{        
    background: rgba(0, 0, 0, 0.1);
}
.landingpage_title{
    min-width: 1200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.landingpage_title_p:nth-child(1){
    margin-top: 0;
}
.landingpage_title_p_img{
    width: 97px;
    height: 38px;
}
.landingpage_title_p_end{
    margin-left: 748px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    margin-top: -6px;
}
.landingpage_title_p{
    margin-right: 40px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    margin-top: -6px;
    position: relative;
}
.landing_one{
    height: 540px;
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/bannebg.png') no-repeat;
    background-size: 100% 100%;
}
.landing_one_box{
    height: 100%;
}
.landing_one_box > div {
    position: absolute;
    left: 0;
    top: 0;
}
.landing_one_box_abs {
    margin-left: 410px;
    margin-top: 147px;
}
.landing_one_box_abs >p:nth-child(1){    
    font-size: 60px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 52px;
    margin-bottom: 19px;
}
.landing_one_box_abs >p:nth-child(2){    
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 5px;
    width: 636px;
    height: 32px;
    background: hsla(237, 63%, 32%, 0.4);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 31px;
}
.landing_one_box_abs >p:nth-child(3){    
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    opacity: 0.7;
}
.landing_one_box_abs >p:nth-child(4){    
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.7;
    line-height: 30px;
    margin-bottom: 49px;
}
.landing_one_box_abs >p:nth-child(5){
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 28px;
    width: 230px;
    height: 50px;
    background: #FFB644;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.landing_one_box_abs >p:nth-child(5):hover {    
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 28px;
    background: #F1A734;
    border-radius: 30px;
}
/*  landing_two  landing_two_box  一站式网店托管服务 */
.landing_two{
    height: 1109px;
}
.landing_two_box{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.landing_two_box > p:nth-child(1){
    font-size: 30px;
    font-weight: 600;
    color: #44454F;
    line-height: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 20px;
}
.landing_two_box > p:nth-child(2){    
    font-size: 18px;
    font-weight: 400;
    color: #7A7778;
    line-height: 18px;
    margin-bottom: 50px;
}
.landing_two_box > ul{
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
}
.landing_two_box > ul > li {
    width: 380px;
    height: 380px;
    margin-right: 30px;
    margin-bottom: 30px;    
    border-radius: 6px;    
    background: #FFFFFF;
    box-shadow: 0px 6px 10px 0px rgba(92, 92, 92, 0.1);
    border-radius: 6px;
    transition: all .3s;
}
/* 划过效果 */
.landing_two_box > ul > li:hover {
    transition: all .3s;
    margin-top: -4px;
}
.landing_two_box > ul > li:nth-child(3){
    margin-right: 0;
}
.landing_two_box > ul > li:nth-child(6){
    margin-right: 0;
}
.landing_two_bg1{
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/jcfwbg.png') no-repeat;
    background-size: 100% 100%;
}
.landing_two_bg2{
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/jcyxbg.png') no-repeat;
    background-size: 100% 100%;
}
.landing_two_bg3{
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/yytgbg.png') no-repeat;
    background-size: 100% 100%;
}
.landing_two_box > ul > li > p {
    width: 380px;
    height: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
}
.landing_two_box > ul > li > div {
    width: 100%;
    height: 276px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.landing_two_box > ul > li > div > p:nth-child(1){
    width: 60px;
    height: 60px;
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/icon/jcfwicon.png') no-repeat;
    background-size: 100% 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.landing_two_box > ul > li > div > p:nth-child(2){    
    font-size: 18px;
    font-weight: 500;
    color: #44454F;
    line-height: 18px;
    margin-bottom: 14px;
}
.landing_two_box > ul > li > div > p:nth-child(3){    
    font-size: 16px;
    font-weight: 400;
    color: #7A7778;
    line-height: 28px;
    width: 300px;
    height: auto;
}
.landing_two_box > ul > li > div > p:nth-child(4){
    position: absolute;
    right: 0;
    bottom: 0;
    width: 194px;
    height: 237px;
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/yzsbg.png') no-repeat;
    background-size: 100% 100%;
}
.landing_two_box > ul > li:nth-child(1) > div > p:nth-child(1){
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/icon/jcfwicon.png') no-repeat;
    background-size: 100% 100%;
}
.landing_two_box > ul > li:nth-child(2) > div > p:nth-child(1){
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/icon/jcyxicon.png') no-repeat;
    background-size: 100% 100%;
}
.landing_two_box > ul > li:nth-child(3) > div > p:nth-child(1){
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/icon/yytgicon.png') no-repeat;
    background-size: 100% 100%;
}
.landing_two_box > ul > li:nth-child(4) > div > p:nth-child(1){
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/icon/wdsjicon.png') no-repeat;
    background-size: 100% 100%;
}
.landing_two_box > ul > li:nth-child(5) > div > p:nth-child(1){
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/icon/scyytgicon.png') no-repeat;
    background-size: 100% 100%;
}
.landing_two_box > ul > li:nth-child(6) > div > p:nth-child(1){
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/icon/sqkficon.png') no-repeat;
    background-size: 100% 100%;
}
/* landing_three  你是否很苦恼 */
.landing_three{
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/bannerbg2.png') no-repeat;
    background-size: 100% 100%;
    height: 760px;
}
/* landing_four  选择派科思诺 */
.landing_four{
    height: 638px;
    background: #F7F8FB;
}
.landing_four_box{
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.landing_four_box > p:nth-child(1){
    font-size: 30px;
    font-weight: 600;
    color: #44454F;
    line-height: 30px;
    margin-top: 100px;
    margin-bottom: 20px;
}
.landing_four_box > p:nth-child(2){
    font-size: 18px;
    font-weight: 400;
    color: #7A7778;
    line-height: 18px;
    margin-bottom: 50px;
}
.landing_four_box > ul {
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.landing_four_box > ul > li {
    width: 228px;
    height: 320px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(203, 203, 203, 0.1);
    margin-right: 14px;
    transition: all .3s;
}
/* 划过动效 */
.landing_four_box > ul > li:hover {
    transition: all .3s;
    margin-top: -4px;
}
.landing_four_box > ul > li:nth-child(5){
    margin-right: 0;
}
.landing_four_box > ul > li > dl {
    width: 100%;
    height: 142px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.landing_four_box > ul > li:nth-child(1) > dl {
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/banneryytd.png') no-repeat;
    background-size: 100% 100%;
}
.landing_four_box > ul > li:nth-child(2) > dl {
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/bannerpptd.png') no-repeat;
    background-size: 100% 100%;
}
.landing_four_box > ul > li:nth-child(3) > dl {
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/bannerxmttd.png') no-repeat;
    background-size: 100% 100%;
}
.landing_four_box > ul > li:nth-child(4) > dl {
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/bannerrjtd.png') no-repeat;
    background-size: 100% 100%;
}
.landing_four_box > ul > li:nth-child(5) > dl {
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/bannerjstd.png') no-repeat;
    background-size: 100% 100%;
}
.landing_four_box > ul > li > dl > dt {
    
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
}
.landing_four_box > ul > li:nth-child(1) > dl > dt {
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/icon/yytd.png') no-repeat;
    background-size: 100% 100%;
}
.landing_four_box > ul > li:nth-child(2) > dl > dt {
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/icon/pptd.png') no-repeat;
    background-size: 100% 100%;
}
.landing_four_box > ul > li:nth-child(3) > dl > dt {
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/icon/xmttd.png') no-repeat;
    background-size: 100% 100%;
}
.landing_four_box > ul > li:nth-child(4) > dl > dt {
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/icon/rjtd.png') no-repeat;
    background-size: 100% 100%;
}
.landing_four_box > ul > li:nth-child(5) > dl > dt {
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/icon/jstd.png') no-repeat;
    background-size: 100% 100%;
}
.landing_four_box > ul > li > dl > dd {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
}
.landing_four_box > ul > li > div {
    width: 100%;
    height: 178px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.landing_four_box > ul > li > div > p {
    width: auto;
    font-size: 16px;
    font-weight: 400;
    color: #44454F;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* landing_five 网店托管 */
.landing_five{
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/bannermdtg.png') no-repeat;
    background-size: 100% 100%;
    height: 1054px;
}
/* landing_six 让开点更简单 */
.landing_six{
    height: 852px;
    background: #F7F8FB;
}
.landing_six_box{
    width: 1047px;
    height: 692px;
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/bannerrkdgjd.png') no-repeat;
    background-size: 100% 100%;
}
/* landing_seven  派科思诺网店托管九步曲 */
.landing_seven{
    height: 730px;
}
.landing_seven_box {
    height: 100%;
    width: 1200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.landing_seven_box > p {
    font-size: 30px;
    font-weight: 600;
    color: #44454F;
    line-height: 30px;
    margin-top: 100px;
    margin-bottom: 62px;
}
.landing_seven_box > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 538px;
}
.landing_seven_box > ul > li > div {
    display: flex;
    margin-bottom: 85px;
}
.landing_seven_box > ul > li > div > p:nth-child(1) {
    font-size: 24px;
    font-weight: bold;
    color: #44454F;
    line-height: 24px;
    margin-right: 10px;
    transform: rotate(0.80,1.50);
}
.landing_seven_box > ul > li > div > p:nth-child(2) {
    display: flex;
    flex-direction: column;
    
}
.landing_seven_box > ul > li > div > p > span:nth-child(1) {
    font-size: 20px;
    font-weight: 600;
    color: #44454F;
    line-height: 20px;
    margin-bottom: 12px;
}
.landing_seven_box > ul > li > div > p > span:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    color: #7A7778;
    line-height: 14px;
}
.landing_seven_box > ul > li:nth-child(1) {
    height: 100%;
    flex: none;
    width: 350px;
}
.landing_seven_box > ul > li:nth-child(2) {
    width: 480px;
    height: 330px;
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/bannerjbq.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 20px;
}
.landing_seven_box > ul > li:nth-child(3) {
    height: 100%;
    flex: none;
    width: 350px;
}
.landing_seven_box > ul > li:nth-child(3) > div {
    margin-bottom: 52px;
}
/* 派科思诺网店托管九步曲  动效 */
.landing_seven_box > ul > li:nth-child(1) > div:nth-child(1) {
    position: relative;
    left: -240px;
}.landing_seven_box > ul > li:nth-child(1) > div:nth-child(2) {
    position: relative;
    left: -220px;
}.landing_seven_box > ul > li:nth-child(1) > div:nth-child(3) {
    position: relative;
    left: -200px;
}.landing_seven_box > ul > li:nth-child(1) > div:nth-child(4) {
    position: relative;
    left: -180px;
}
.landing_seven_box > ul > li:nth-child(3) > div:nth-child(1) {
    position: relative;
    left: 240px;
}.landing_seven_box > ul > li:nth-child(3) > div:nth-child(2) {
    position: relative;
    left: 220px;
}.landing_seven_box > ul > li:nth-child(3) > div:nth-child(3) {
    position: relative;
    left: 200px;
}.landing_seven_box > ul > li:nth-child(3) > div:nth-child(4) {
    position: relative;
    left: 180px;
}.landing_seven_box > ul > li:nth-child(3) > div:nth-child(5) {
    position: relative;
    left: 160px;
}
.landing_seven_box > ul >li:nth-child(3){
}
/* landing_eight  客户业务咨询 */
.landing_eight{
    height: 682px;
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/bannerkhywzx.png') no-repeat;
    background-size: 100% 100%;
}
.landing_eight_box{
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.landing_eight_box > p:nth-child(1) {
    margin-top: 80px;
    margin-bottom: 30px;
}
.landing_eight_box > p:nth-child(1) > span{
    font-size: 38px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 38px;
}
.landing_eight_box > p:nth-child(1) > span:nth-child(1){
    font-size: 38px;
    color: #FFFFFF;
}
.landing_eight_box > p:nth-child(1) > span:nth-child(2){
    font-size: 50px;
    color: #FFB644;
}
.landing_eight_box > p:nth-child(1) > span:nth-child(3){
    font-size: 38px;
    color: #FFFFFF;
}
.landing_eight_box > p:nth-child(2) {
    width: 230px;
    height: 50px;
    background: #FFB644;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 79px;
}
.landing_eight_box > p:nth-child(2):hover {
    background: #F1A734;
}
.landing_eight_box > p:nth-child(2) > span {
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 28px;
}
.landing_eight_box > p:nth-child(3) {
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 40px;
}
.landing_eight_box > div {
    width: 100%;
    height: 285px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(11, 55, 115, 0.29);
    border-radius: 6px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;

}
.landing_eight_box > div > ul {
    display: flex;
    margin-bottom: 30px;
}
.landing_eight_box > div > ul > li {
    width: 216px;
    height: 80px;
    background: linear-gradient(270deg, #F1F2F7 0%, #E5E7F2 100%);
    border-radius: 3px;
    margin-top: 75px;
    margin-left: 14px;
    position: relative;
}
.landing_eight_box > div > ul > li:nth-child(1){
    margin-left: 0;
}
.landing_eight_box > div > ul > li > span:nth-child(1) {
    font-size: 16px;
    font-weight: 600;
    color: #44454F;
    line-height: 16px;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 12px;
    display: block;
}
.landing_eight_box > div > ul > li > span:nth-child(2) {
    font-size: 12px;
    font-weight: 400;
    color: #44454F;
    line-height: 12px;
    display: block;
    margin-left: 20px;
}
.landing_eight_box > div > ul > li > span:nth-child(3) {
    position: absolute;
    right: 16px;
    top: -22px;
    display: block;
    width: 63px;
    height: 29px;
}
.landing_eight_box > div > ul > li:nth-child(1) > span:nth-child(3) {
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/icon/step1.png') no-repeat;
    background-size: 100% 100%;
}
.landing_eight_box > div > ul > li:nth-child(2) > span:nth-child(3) {
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/icon/step2.png') no-repeat;
    background-size: 100% 100%;
}
.landing_eight_box > div > ul > li:nth-child(3) > span:nth-child(3) {
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/icon/step3.png') no-repeat;
    background-size: 100% 100%;
}
.landing_eight_box > div > ul > li:nth-child(4) > span:nth-child(3) {
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/icon/step4.png') no-repeat;
    background-size: 100% 100%;
}
.landing_eight_box > div > ul > li:nth-child(5) > span:nth-child(3) {
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/icon/step5.png') no-repeat;
    background-size: 100% 100%;
}
.landing_eight_box > div > p {
    width: 320px;
    height: 50px;
    background: #FFB644;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.landing_eight_box > div > p:hover {
    background: #F1A734;
}
.landing_eight_box > div > p > span {
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 20px;
}
.landing_eight_box_span{
    transition:transform 0.5s ease-in-out;
}
/* landing_nine 1100家合作伙伴的信赖之选 */
.landing_nine{
    height: 785px;
}
.landing_nine_box {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.landing_nine_box > p:nth-child(1) {
    font-size: 30px;
    font-weight: 600;
    color: #44454F;
    line-height: 30px;
    margin-top: 100px;
    margin-bottom: 20px;
}
.landing_nine_box > p:nth-child(2) {
    font-size: 18px;
    font-weight: 400;
    color: #7A7778;
    line-height: 18px;
    margin-bottom: 50px;
}
.landing_nine_box > div > p {
    width: 1200px;
    border-radius: 2px;
    border-bottom: 1px solid #E6E9ED;
    display: flex; 
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.landing_nine_box > div > p > span {
    font-size: 16px;
    font-weight: 400;
    color: #44454F;
    line-height: 16px;
    /* margin-bottom: 18px; */
    position: relative;
    height: 34px;
}
.landing_nine_box > div > p > span:nth-child(1) {
    margin-right: 60px;
}
.landing_nine_box > div > ul {
    display: flex;
}
.landing_nine_box > div > ul > li {
    margin-right: 16px;
}
.landing_nine_box > div > ul > li > p{
    width: 288px;
    height: 230px;    
    margin-bottom: 20px;
}
.landing_nine_box > div > ul > li:nth-child(4){
    margin-right: 0;
}
.landing_nine_box > div > ul:nth-child(2) > li:nth-child(1) > p:nth-child(1){
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/qplbg.png') no-repeat;
    background-size: 100% 100%;
}
.landing_nine_box > div > ul:nth-child(2) > li:nth-child(2) > p:nth-child(1){
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/ylybg.png') no-repeat;
    background-size: 100% 100%;
}
.landing_nine_box > div > ul:nth-child(2) > li:nth-child(3) > p:nth-child(1){
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/yymmbg.png') no-repeat;
    background-size: 100% 100%;
}
.landing_nine_box > div > ul:nth-child(2) > li:nth-child(4) > p:nth-child(1){
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/ggsbg.png') no-repeat;
    background-size: 100% 100%;
}
.landing_nine_box > div > ul:nth-child(3) > li:nth-child(1) > p:nth-child(1){
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/zarabg.png') no-repeat;
    background-size: 100% 100%;
}
.landing_nine_box > div > ul:nth-child(3) > li:nth-child(2) > p:nth-child(1){
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/mqlltbg.png') no-repeat;
    background-size: 100% 100%;
}
.landing_nine_box > div > ul:nth-child(3) > li:nth-child(3) > p:nth-child(1){
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/xkbg.png') no-repeat;
    background-size: 100% 100%;
}
.landing_nine_box > div > ul:nth-child(3) > li:nth-child(4) > p:nth-child(1){
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/bellebg.png') no-repeat;
    background-size: 100% 100%;
}
.landing_nine_box > div > ul > li > p:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    color: #44454F;
    line-height: 26px;
    height: auto;
}
.landing_nine_box > p:nth-child(4) {
    width: 230px;
    height: 50px;
    border-radius: 30px;
    border: 1px solid #CDD1D6;
}
.landing_nine_box > p:nth-child(4):hover {
    background: #F6F7F8;
}
.landing_nine_box > p:nth-child(4) > span {
    width: 100%;
    height: 100%;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* landing_ten 一键诊断！ */
.landing_ten {
    height: 230px;
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/dbbg.png') no-repeat;
    background-size: 100% 100%;
}
.landing_ten_box {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
}
.landing_ten_box > p {
    margin-top: 68px;
    margin-left: 45px;
    margin-bottom: 30px;
}
.landing_ten_box > p > span:nth-child(1) {
    font-size: 28px;
    color: #FFFFFF;
    line-height: 24px;
    font-family: '黑体'!important;
}
.landing_ten_box > p > span:nth-child(2) {
    font-size: 28px;
    color: #FFB644;
    line-height: 24px;
    font-family: '黑体'!important;
}
.landing_ten_box > p > span:nth-child(3) {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
}
.landing_ten_box > div {
    display: flex;
}
.landing_ten_box > div > div > input{
    width: 310px;
    height: 40px;    
}
.landing_ten_box > div > div:hover > ul{
    display: block;
}
.landing_ten_box > div > div:hover > span{
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/sjtop.png') no-repeat!important;
    background-size: 100% 100%;
}
.landing_ten_ul:before {
    position: absolute;
    content: "";
    width: 310px;
    height: 0;
    border: transparent 0.74em solid;
    top: 206px;
    left: 0;
}
.landing_ten_box > div > input:nth-child(2) {
    width: 310px;
    height: 40px;    
}
.landing_ten_box > div > input:nth-child(3) {
    width: 280px;
    height: 40px;
}
::-webkit-input-placeholder{
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 14px;
}
input {
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #CDD1D6;
    border: none;
    margin-right: 20px;
    outline:none;
    padding-left: 14px;
}
.landing_ten_box > div > p {
    width: 150px;
    height: 40px;
    background: #FFB644;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.landing_ten_box > div > p:hover {
    background: #F1A734;
}
.landing_ten_box > div > p > span {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
}
.landing_ten_box > div > div {
    position: relative;
}
.landing_ten_box > div > div > ul{
    position: absolute;
    left: 44px;
    top: -221px;
    height: auto;
    width: 324px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    display: none;
    flex-direction: column;
}
.landing_ten_box > div >div > ul > li {
    height: 36px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #44454F;
    line-height: 18px;
}
.landing_ten_box > div >div > ul > li:hover {
    background: #F5F7FA;
    font-size: 14px;
    font-weight: 400;
    color: #3296FA;
    line-height: 18px;
}
/* 小三角‘ */
.sanjiao_down{
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/sjbom.png') no-repeat!important;
    background-size: 100% 100%;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 26px;
    top: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}
.landing_ten_type {
    margin-left: 44px;
}
/* landing_fixed */
.landing_fixed {
    width: 114px;
    height: 422px;
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/fixedimg/fixedbg.png') no-repeat;
    background-size: 100% 100%;
    border-radius: 8px;
    position: fixed;
    right: 20px;
    top: 50%;
    margin-top: -211px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
}
.landing_fixed dl:hover {
    background: rgba(52, 137, 255, 0.08);
    border-radius: 2px;
}
.landing_fixed > div:nth-child(1) {
    width: 106px;
    background: #FFFFFF;
    margin-top: 64px;
    margin-left: 4px;
    border-radius: 2px;
}
.landing_fixed dl {
    width: 106px;
    height: 66px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.landing_fixed > div > dl > dt{
    width: 20px;
    height: 20px;
    margin-bottom: 6px;
}
.landing_fixed > div:nth-child(1) > dl > dd{
    font-size: 12px;
    font-weight: 400;
    color: #7A7778;
    line-height: 12px;
}
.landing_fixed > div:nth-child(1) > dl:nth-child(1) {
    margin-top: 10px;
}
.landing_fixed > div:nth-child(1) > dl:nth-child(4) {
    margin-bottom: 10px;
}
.landing_fixed > div:nth-child(1) > dl:nth-child(1) > dt {
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/fixedimg/fixeddyy.png') no-repeat;
    background-size: 100% 100%;
}
.landing_fixed > div:nth-child(1) > dl:nth-child(2) > dt {
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/fixedimg/fixedllts.png') no-repeat;
    background-size: 100% 100%;
}
.landing_fixed > div:nth-child(1) > dl:nth-child(3) > dt {
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/fixedimg/fixeddpzd.png') no-repeat;
    background-size: 100% 100%;
}
.landing_fixed > div:nth-child(1) > dl:nth-child(4) > dt {
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/fixedimg/fixeddpgl.png') no-repeat;
    background-size: 100% 100%;
}
.landing_fixed > div:nth-child(2) {
    width: 106px;   
    height: 66px;
    margin-left: 4px;
}
.landing_fixed > div:nth-child(2) > dl {
}
.landing_fixed > div:nth-child(2) > dl > dt {
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/fixedimg/fixedljzx.png') no-repeat;
    background-size: 100% 100%;
}
.landing_fixed > div:nth-child(2) > dl > dd {
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 12px;
}
/* 飘窗 */
.landing_eleven{
    width: 430px;
    height: 213px;
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/pc.png') no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 50%;
    left:50%;
    margin-top: -106px;
    margin-left: -215px;
}
.landing_eleven > span {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 22px;
    top: 33px;
}
/* 对话窗 */
.website_iframe {
    width: 740px;
    height: 600px;
    position: fixed;
    top: 50%;
    left: 0px;
    right: 0px;
    margin-left:auto;
    margin-right:auto;
    z-index: 99999;
    overflow: hidden;
    padding-top: 10px;
    margin-top: -300px;    
    box-shadow: 0px 4px 10px 0px rgba(50, 150, 250, 0.1);
    background: #FFFFFF;
}
.website_iframe > iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: none;
    margin-top: -14PX;
    background: #FFFFFF;
}
.website_iframe > span {
    position: absolute;
    display: inline-block;
    width: 78px;
    height: 28px;
    right: 20px;
    top: 17px;
    border: 1px solid #fff;
    border-radius: 4px;
    /* background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/cloce.png') no-repeat; */
    /* background-size: 100% 100%; */
}
.website_iframe > span > span{
    margin-left: 11px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}
/* 弹窗提示 */
.landing_Popup{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 220px;
    height: 78px;
    background: #FFF0F0;
    box-shadow: 2px 2px 4px 0px rgba(96, 40, 49, 0.15);
    border-radius: 3px;
    margin-top: -39px;
    margin-left: -110px;
    display: none;
}
.landing_Popup > dl {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.landing_Popup > dl > dt {
    width: 28px;
    height: 28px;
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/agentOperation/tcsb.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 8px;
}
.landing_Popup > dl > dd {
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #602831;
    line-height: 20px;
}