<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul,
p{
    margin: 0;
    padding: 0;
}
/*èµ›å“ç”µå­è½åœ°é¡µ*/
.semiment .title {
    margin: 0 auto;
    width: 210px;
    text-align: center;
    font-size: 18px;
    color: #000000;
    border-bottom: 2px solid #FFB505;
}

.semiment a:hover {
    text-decoration: none;
}

.semiment .title-en {
    width: 300px !important;
}

.semiment .banner {
    margin-top: 36px;
    height: 80px;
}

.semiment .banner img {
    /*height: 80px;*/
    width: 100%;
}

.semiment .intro {
    padding: 40px 54px;
    background-color: #FAFAFA;
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
    line-height: 28px;
    text-indent: 2em;
    text-align: justify;
}

.semiment .group {
    margin-top: 40px;
    padding: 40px 70px;
}

.semiment .group img {
    margin-top: 40px;
    width: 100%;
    /*height: 240px;*/
}

.semiment .module .mdItem {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding: 0 114px;
}

.semiment .module .mdItem a{
    width: 260px;
    height: 300px;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.12);
    border-radius: 20px;
    color: #000000;
    padding: 65px 0;
    text-align: center;
}

.semiment .module .mdItem a:hover {
    box-shadow: 0px 0px 13px 0px rgba(33,115,227,0.24);
   color: #2E69D8;
}

.semiment .module .mdItem a p {
    font-size: 18px;
    margin-top: 66px;
}

.semiment .product {
    margin-top: 40px;
}

.semiment .product .pdBox .item-title {
    height: 60px;
    line-height: 60px;
    background: #2E69D8;
    margin-top: 40px;
    display: flex;
}
.semiment .product .pdBox .item-title div {
    width: 20%;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}

.semiment .product .pdItem .item-content {
    display: flex;
    height: 48px;
    line-height: 48px;
}
.semiment .product .pdItem .item-content div{
    width: 20%;
    text-align: center;
    border-right: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    font-size: 14px;
    color: #666666;
}
.semiment .product .pdItem .item-content div:first-child {
    background-color: #F6F6F6;
    border-left: 1px solid #ECECEC;
}
.semiment .product .pdItem .item-content div:first-child a {
    color: #333333;
}
.semiment .product .pdItem .item-content div:first-child:hover a{
    color: #2E69D8;
    display: block;
}
.semiment .product .pdItem .item-more{
    border: 1px solid #ECECEC;
    border-top: none;
    text-align: center;
    display: inherit !important;
    font-size: 14px;
}
.semiment .product .pdItem .item-more:hover a{
    display: block;
}

/*æ…•å°¼é»‘ç”µå­å±•*/
.electronica .banner img{
    width: 100%;
}
.electronica .gif{
    margin-top: 20px;
    text-align: center;
}
.electronica .gif img{
    cursor: pointer;
}
.electronica .title{
    text-align: center;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}
.electronica .title i{
    width: 18px;
    height: 18px;
    background: #FF9900;
    margin-right: 15px;
    display: inline-block;
    vertical-align: -2px;
}
.electronica .pd20{
    padding: 20px 0 40px 0;
}
.electronica .pd40{
    padding: 40px;
}
.electronica .box{
    display: flex;
    background-color: #F9F9F9;
    padding: 20px;
    align-items: center;
}
.electronica .mr15{
    margin-right: 15px;
}
.electronica .box div{
    padding: 30px;
    text-align: justify;
}
.electronica .box div p{
    font-size: 16px;
    color: #333333;
    text-indent: 2em;
    line-height: 28px;
    margin: 0;
}
.electronica .box img{
    width: 280px;
    /*height: 260px;*/
}
/*.electronica .box2 img{*/
/*    width: 279px !important;*/
/*    height: 180px !important;*/
/*}*/
.electronica .add{
    height: 200px;
    background: url("https://res.ameya360.com/basedata/oldassets/images/allimage/electronica_4.png") no-repeat center;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 36px;
    padding: 28px 63px;
}
.electronica .form-box{
    padding: 40px;
    background: #F9F9F9;
}
.electronica form{
    width: 75%;
    margin: 0 auto;
}
.form-item{
    display: flex;
    margin-bottom: 30px;
}
.form-item label,
.submit label{
    width: 170px;
    line-height: 36px;
    text-align: right;
    font-size: 16px;
    color: #666666;
}
.submit label{
    font-size: 12px !important;
}
form label i {
    color: #ff0000;
    margin-right: 5px;
}
.form-item input{
    width: 450px;
    margin-left: 8px;
    border: 1px solid #e3e3e3;
    background: #ffffff;
    padding-left: 10px;
}

.submit {
    display: flex;
}
.submit .ld-submit {
    font-size: 16px;
    width: 240px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 110px;
    background-color: #5b60f9;
    border: none;
    color: #ffffff;
    cursor: pointer;
}
.submit .ld-submit:hover {
    background-color: #5156f2;
}
.electronica .plan{
    margin-top: 40px;
}
.electronica .plan img{
    width: 100%;
}
input:focus {
    outline: none;
}
.error{
    color: #ff0000 !important;
    text-align: left !important;
    margin-left: 10px;
}
/*ä¸Šæµ·æ…•å°¼é»‘ç”µå­å±•*/
.ec-active .top{
    margin-top: 40px;
}
.ec-active img{
    width: 100%;
}
.ec-active .title{
    background: #D01D20;
    margin: 0 auto;
    width: 520px;
    padding: 4px;
}
.ec-active .title-en{
    width: 750px !important;
}
.ec-active .title div{
    border: 1px dashed #ffffff;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
.ec-active .content{
    background: #F9F9F9;
    margin-top: 40px;
    padding: 25px 40px;
}
.ec-active .expoInfo img{
    margin-right: 60px;
    width: 420px;
    height: 297px;
}
.ec-active .expoInfo div p{
    text-align: left;
    text-indent: 2em;
    line-height: 30px;
    font-size: 14px;
    text-align: justify;
}
.ec-active .expoInfo-en div p{
    line-height: 20px !important;
}
.ec-active .flex,
.ec-active .expoInfo{
    display: flex;
    justify-content: space-between;
}
.ec-active .bg{
    background-color: #ffffff;
}
.ec-active .content ul li{
    font-size: 24px;
    line-height: 48px;
    color: #333333;
    width: 33%;
}
.ec-active .content .flex-en li{
    font-size: 20px !important;
}
.ec-active .content ul{
    padding-left: 24px;
    flex-wrap: wrap;
}
.ec-active .content ul li::marker{
    color: #D01D20;
}
.ec-active .shadow{
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.12);
}
.ec-active .content .info{
    text-indent: 2em;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 30px;
}
.ec-active .bg .text{
    margin-left: 30px;
}
.ec-active .bg .text div{
    width: 76px;
    margin-top: 28px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    border-bottom: 5px solid #D01D20;
    margin-bottom: 10px;
}
.ec-active .bg .text-en div{
    width: 120px;
}
.ec-active .bg .text p{
    font-size: 14px;
    color: #D01D20;
    line-height: 30px;
    text-align: left;
}
.ec-active .bg .text p span{
    color: #333333;
}
.ec-active .shadow .tip{
    width: 706px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: #333333;
    position: relative;
}
.ec-active .shadow .tip span{
    background: #ffffff;
    display: inline-block;
    padding: 0 3px;
}
.ec-active .shadow .tip .line{
    height: 2px;
    background: #D01D20;
    position: absolute;
    left: 0;
    width: 100%;
    top: 12px;
    z-index: -1;
    border-radius: 1px;
}
.ec-active .shadow .tip .drop:before,
.ec-active .shadow .tip .drop:after{
    content: "";
    display: inline-block;
    width: 5px;
    margin: 5px;
    border: 1px solid #D01D20;
}
.ec-active .padd{
    padding: 40px 32px;
}
.ec-active .padd img{
    margin-top: 10px;
}
.ec-active .top .link{
    padding: 35px 0 0 60px;
}
.ec-active .top .link-en{
    padding: 20px 0 0 60px !important;
}
.ec-active .top .link p{
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}
.ec-active .top .link-en p{
    line-height: 24px !important;
}
.ec-active .top .link p:first-child{
    color: #169CD7;
    font-size: 16px;
    font-weight: bold;
}
.ec-active .top .item .w140{
    width: 140px;
    height: 140px;
}
.ec-active .top .item .w140-en{
    margin-left: -18px;
}

.ec-active .top .itemTip{
    width: 400px;
    margin: 0 auto;
    font-size: 18px;
    color: #333333;
}
.ec-active .top .itemTip-en{
    width: 434px !important;
}
.ec-active .top .itemTip .w166{
    width: 166px;
    height: 22px;
}
.ec-active .top .itemTip i{
    display: inline-block;
    height: 22px;
    width: 3px;
    background-color: #169CD7;
}
.ec-active .top .item{
    width: 370px;
    margin: 20px auto;
}
.ec-active .content p{
    text-align: center;
    font-size: 16px;
    color: #333333;
}
</pre></body></html>