.wrappercontainer {
   /* padding-top: 90px;*/
    min-width: 980px;

    position: relative;
    overflow: hidden;
}
.headbkgroundbox {
    position: relative;
    width: 100%;
    height: 480px;
    background: url("/newwebsite/asms/images/headerimg.png") center center no-repeat;
    background-size: cover;
}
.headbkgroundbox img {
    width: 100%;
    height: 480px;
}
.headbkgroundbox .imgbottom {
    position: absolute;
    top: 470px;
    width: 100%;
    height: 10px;
}
.headbkgroundbox .imgbottom img {
    position: absolute;
    width: 100%;
    height: 10px;
}
/*头部图片上的文字开始*/
.headtitlebigbox {
    width: 1200px;
    margin: 0 auto;
    padding-top: 90px;
    padding-left: 20px;
}
.headbottomcharactersbox {
   /* position: absolute;*/
    width: 315px;
    /*height: 125px;*/

    /*top: 20%;
    left: 15%;*/
    margin-top: 20px;
}
.headbottomcharactersbox .imgtag{
    width: 1200px;
    height: 85px;
    margin-bottom: 30px;
    /*color: #fefefe;*/
}
.headbottomcharactersbox .imgtag h3 {
    font-size: 30px;
    /*color: #fefefe;*/
    line-height: 50px;
    /* margin-bottom: 10px;*/
}
.headbottomcharactersbox .imgtagtwo{
    width: 153px;
    height: 30px;
    font-size: 18px;
    line-height: 35px;
    font-weight: normal;
    /*color: #fefeff;*/
}
/*申请试用按钮*/
.headbottomcharactersbox .btnbottomontrial {
    width: 170px;
    height: 36px;
    text-align: center;
    line-height: 35px;
    margin-top: 40px;
    background-color: #0062dc;
}
.headbottomcharactersbox .btnbottomontrial a {
    display: inline-block;
    /*width: 80px;
    height: 20px;*/
    font-size: 18px;
    color: #ffffff;
    margin-right: 10px;
}
.headbottomcharactersbox .btnbottomontrial img {
    width: 20px;
    height: 11px;
    margin-top: -5px;
}
/*头部图片上的文字结束*/

/*费控云简介主体大盒子样式  开始*/
.asmsmaincontentbox {
    width: 1200px;
    height: 450px;
    margin: 0 auto;
    padding-left: 20px;
    background: white;
}
.asmsintroducebox {
    /*height: 330px;*/
    /*position: absolute;
    left: 15%;
    top: 11%;*/
    padding-top: 60px;
}
.asmsintroducebox .iconasmsimgbox {
    float: left;
    width: 145px;
    height: 144px;
    box-shadow: 1px 0px 5px 0px rgba(4, 0, 0, 0.27);
    border-radius: 5px;
}
.asmsintroducebox .iconasmsimgbox img {
    width: 76px;
    height: 77px;
    margin-left: 33px;
    margin-top: 31px;
}
.asmsintroducebox .structurecontent {
    float: left;
    width: 824px;
    margin-left: 51px;
    margin-top: 57px;
}
.structurecontent .structuretopbox {
    border-bottom: solid 1px #939393;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-right: 70px;
}
.structuretopbox h3 {
    font-size: 36px;
    color: #0062dc;
    line-height: 50px;
    letter-spacing: 4px;
    margin-bottom: 10px;
}
.structuretopbox span {
    font-size: 20px;
    line-height: 36px;
    color: #363c48;
}
.asmshreebox span {
    display: inline-block;
    width: 245px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    border: solid 1px #939393;
    margin-bottom: 10px;
    margin-right: 10px;
    box-sizing: border-box;
}
/*asms简介主体大盒子样式  结束*/

/*功能简介盒子样式开始*/
.roleintroducbox {
    width: 100%;
    height: 820px;
    background-color: #f8f8f8;
}
.roleintroducbox .roleintroductcontentbox {
    width: 1200px;
    height: 820px;
    margin: 0 auto;
}
.roleintroductcontentbox .roletitle {
    text-align: center;
    padding-top: 60px;
}
.roleintroductcontentbox .roletitle h3 {
    font-size: 36px;
    color: #0062dc;
    line-height: 50px;
}
.introducbottombox {
    padding-top: 20px;
    height: 620px;
}
.introducbottombox ul li {
    float: left;
    /*padding-right: 44px;*/
    padding-right: 22px;
    padding-left: 22px;
    margin-top: 40px;
}
.introduculbox .licontentdiv {
    width: 256px;
    height: 270px;
    /*box-shadow: 0px 0px 10px 8px rgb(245, 245, 245);*/
    /*background: skyblue;*/
    cursor: pointer;
}
.licontentdiv .icontitlebox {
    text-align: center;
    padding-top: 40px;
}
.licontentdiv .icontitlebox p {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 20px;
    color: #333333;
}
.licontentdiv .introductext {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #999999;
}
/*鼠标浮动上去的时候，头部字体变蓝，底色变白*/
.licontentdiv:hover .icontitlebox p{color: #0062dc; !important;}
.licontentdiv:hover {background-color: #ffffff;}

/*功能简介盒子样式结束*/

/*产品特色盒子  开始*/
.productfeatures {
    width: 100%;
    height: 660px;
    background: url("/newwebsite/asms/images/productfeaturesimg.png") center center no-repeat;
}
.productfeatures .w1200 {
    width: 1200px;
    margin: 0 auto;
}
.pb-second{
    color:#333;
    font-size: 18px;
    margin: 30px auto;
}
.pb-second p{
    font-family: MicrosoftYaHei;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #f8f8f8;
    text-align: center;
}
/*按钮*/
.productfeatures  .icon{
    display: inline-block;
    background: url("/newwebsite/asms/images/icons.png") no-repeat;
}
.productfeatures .icon.icon5{
    background-position: -54px -1px;
}
.productfeatures .icon.icon6 {
    background-position: -72px -1px;
}
.il-btn{
    position: absolute;
    top:50%;
    display: inline-block;
    width: 52px;
    height: 52px;
    border:1px solid #ddd;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    margin-top: 90px;
    outline: none;
}
.il-btn:hover{
    background: rgba(0,0,0,0.1);
}
.il-btn .icon{
    display: inline-block;
    width: 16px;
    height: 26px;
    margin-top: 3px;
}
.il-btn.il-left{
    left:-50px;
}
.il-btn.il-right{
    right:-50px;
}
.pc-advantage.asms-advantage .il-btn {
    margin-top: 0;
}

.pc-advantage .p60{
    padding: 60px;
}
.pc-advantage ul{
    height: 525px;
}
.pc-advantage ul li{
    width: 200px;
    height: 295px;
    padding: 60px 30px;
    text-align: center;
    color:#666;
    background: #f0f0f0;
    float: left;
    margin: 30px 22px 0;
}
.pc-advantage ul li+li{
    margin-left: 13px;
}
.pc-advantage ul li h3{
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #005eb8;
    display: inline-block;
}
.pc-advantage ul li .pro-icons{
    width: 80px;
    height: 90px;
    margin: 0 auto 10px;
    display:block;
}
.pc-advantage ul li p{
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
}
.pc-advantage ul li:hover{
    background: #0062dc;
    color:#fff;
    padding: 90px 30px;
    margin-top: 0px;
    transition: padding 0.3s;
    transition: background 1s;
    transition: margin-top 0.5s;
}
.pc-advantage ul li:hover h3{
    border-bottom-color: #fff;
}
.pc-advantage ul li:hover .icon11{
    background-position: 0 -151px;
}
.pc-advantage ul li:hover .icon12{
    background-position: -97px -151px;
}
.pc-advantage ul li:hover .icon13{
    background-position: -198px -151px;
}
.pc-advantage ul li:hover .icon14{
    background-position: -290px -151px;
}
.pc-advantage.asms-advantage ul{
    width: 1000%;
    position: relative;
}
.pc-advantage.asms-advantage .ii-list{
    overflow: hidden;
}
.pc-advantage.asms-advantage ul li{
    width: 182px;
    height: 295px;
    padding: 60px 15px;
    text-align: center;
    color:#666;
    background: #f0f0f0;
    float: left;
    margin-top: 30px;
    margin-right: 4px;
}
.pc-advantage.asms-advantage ul li+li{
    margin-left: 0px;
}
.pc-advantage.asms-advantage ul li:hover{
    background: #0062dc;
    color:#fff;
    padding: 90px 15px;
    margin-top: 0px;
    transition: padding 0.3s;
    transition: background 1s;
    transition: margin-top 0.5s;
}
.pc-advantage.asms-advantage .il-btn{
    margin-top: 0;
}

.pro-icons{
    /*background: url(/images/product/pro-icons.png) no-repeat;*/
    background: url(/newwebsite/asms/images/proiconsall.png) no-repeat;
    display: inline-block;
}
.pro-icons.icon1{
    background-position: 0 0;
}
.pro-icons.icon2{
    background-position: -49px 0;
}
.pro-icons.icon3{
    background-position: -100px 0;
}
.pro-icons.icon4{
    background-position: -147px 0;
}
.pro-icons.icon5{
    background-position: -202px 0;
}
.pro-icons.icon6{
    background-position: -248px 0;
}
.pro-icons.icon7{
    background-position: -298px 0;
}
.pro-icons.icon8{
    background-position: -347px 0;
}
.pro-icons.icon9{
    background-position: -400px 0;
}
.pro-icons.icon10{
    background-position: -450px 0;
}
.pro-icons.icon11{
    background-position: 0 -52px;
}
.pro-icons.icon12{
    background-position: -97px -50px;
}
.pro-icons.icon13{
    background-position: -198px -50px;
}
.pro-icons.icon14{
    background-position: -290px -50px;
}
.pro-icons.icon15{
    background-position: -390px -50px;
}
.pro-icons.icon16{
    background-position: -490px -50px;
}
.pro-icons.icon17{
    background-position: -592px -50px;
}
.pro-icons.icon18{
    background-position: -700px -50px;
}
.pro-icons.icon19{
    background-position: -798px -54px;
}
.pro-icons.icon20{
    background-position: -895px -50px;
}
.pro-icons.icon21{
    background-position: -990px -50px;
}
.pc-advantage ul li:hover .pro-icons.icon15{
    background-position: -390px -150px;
}
.pc-advantage ul li:hover .pro-icons.icon16{
    background-position: -490px -150px;
}
.pc-advantage ul li:hover .pro-icons.icon17{
    background-position: -592px -150px;
}
.pc-advantage ul li:hover .pro-icons.icon18{
    background-position: -700px -150px;
}
.pc-advantage ul li:hover .pro-icons.icon19{
    background-position: -798px -150px;
}
.pc-advantage ul li:hover .pro-icons.icon20{
    background-position: -895px -150px;
}
.pc-advantage ul li:hover .pro-icons.icon21{
    background-position: -990px -150px;
}

/*产品特色盒子  结束*/


/*核心价值盒子  开始*/
.corevaluesbox {
    width: 1200px;
    height: 980px;
    margin: 0 auto;
}
.corevaluesbox .corevaluestitle {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.corevaluesbox .corevaluestitle h3 {
    font-size: 36px;
    color: #0062dc;
    line-height: 50px;
}
.corevaluesbox .corevaluestitle p {
    font-size: 24px;
    line-height: 45px;
    color: #999999;
}
.corevaluesbox .corevaluesbigimg {
    width: 100%;
    height: 700px;
    margin-bottom: 60px;
    background: url(/newwebsite/asms/images/corevaluesbigimg.png) center center no-repeat;
}
/*核心价值盒子  结束*/