﻿/*********************************************************
Copyright 2020，Veassion

版权登记号：2021R11L1676359
版本：V1.2
文件更新日期：2021/10/08
*********************************************************/
/* 修改materializecss中默认风格，添加其他风格 */
/*  #0d47a1 blue darken-4
    #1565c0 blue darken-3
    #304ffe indigo accent-4
*/

/*该段代码添加后，网页变灰；如需要恢复正常色调，注释该段代码即可*/
/* body {
    -webkit-filter: grayscale(100%); 
    -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); 
    filter: grayscale(100%);
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
} */
/*该段代码添加后，网页变灰--结束*/

.slider .indicators .indicator-item.active {
    background-color:#304ffe;			
}
a.hand:hover{
    cursor:hand;/*鼠标悬停在a标签链接处时，显示为手型*/
}
.card-border{
    border: 2px groove;
}
hr {
    border:1px double #1565c0;
}

/*滚动显示合作伙伴*/
.imgmove {
    width:100%;
    overflow:hidden;
    position:relative;
    overflow:hidden;
    height:9emx;
    padding:0.1em;
}
.imgmove ul{
    overflow:hidden;
    zoom:1;
}
.imgmove ul li{
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;
}
.imgmove ul li img{
    width:12em;
    height:7em;
    display:block;
    padding: 0 0.5em;
}
/* 消息通知栏 */
.txtMarquee{
    width:100%;
    overflow:hidden;
    position:relative;
    overflow:hidden;
    padding:0;
}
.txtMarquee li{
    height:3em;
    font-size: 1em;
}
.txtMarquee li .date{
    float:right;
}

.height-1em {
    height:1em;
}
.height-2em {
    height:2em;
}
.height-3em {
    height:3em
}
.height-4em {
    height:4em;
}
.height-5em {
    height:5em;
}
.height-7em {
    height:7em;
}
.height-10em {
    height:10em;
}

.width100{
    width: 100%;
}
.width90{
    width: 90%;
}
.width80{
    width: 80%;
}
.width70{
    width: 70%;
}
.width60{
    width: 60%;
}
.width50{
    width: 50%;
}
.width40{
    width: 40%;
}
.width30{
    width: 30%;
}
.width20{
    width: 20%;
}
.width10{
    width: 10%;
}

.notsupportjs {
    font-size: 1.2em;
}

.gap-1em{
    gap:1em;
    padding:1em;
}

.gap-2em {
    gap: 2em;
    padding: 2em;
}

.logo-bg {
    background-color: white;
    border:none;
}