
.col-md-45 {
    padding: 0 15px;
}

.col-md-75 {
    padding: 0 15px;
    width: 100%;
    margin-bottom: 1rem;
}

.line-clamp {
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.line-clamp-4 {
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.line-clamp-5 {
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

a:hover {
    text-decoration: none;
    color: #e60012;
}

/*nav style begin*/
.bg-dark {
    background: white !important;
}

.navbar-brand {
    background: url(../images/logo_md.png) no-repeat left center;
    background-size: cover;
    width: 30vw;
    height: 10vw;
}

.navbar-dark .navbar-toggler {
    color: #c20a04;
    border-color: #c20a04;
    background: #c20a04;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000;
    font-weight: bold;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.navbar-dark .navbar-nav .nav-link span {
    font-weight: normal;
    float: right;
    color: #999;
    font-size: 0.625rem;
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #c20a04;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #c20a04;
}


.dropdown-item {
    padding: .5rem 1.5rem;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin: 0;
    border-radius: 0;
    border: none;
    background-clip: initial
}

.sreach_btn {
    width: 40px;
    height: 40px;
}

.sreach_btn img {
    display: block;
    margin: 5px auto;
    width: 2rem;
}

/*nav style end*/

/*banner style begin*/
#demo .carousel-inner img {
    width: 100%;
    height: 400px;
    o-object-fit: cover;
    object-fit: cover
}

#demo2 .carousel-inner img {
    width: 100%;
    height: 300px;
    o-object-fit: cover;
    object-fit: cover
}

/*banner style end*/

/*base style begin*/
.bgf5 {
    background: #f5f5f5;
}

.pd5vw {
    padding-top: 3vw;
}

.pd40 {
    padding-top: 5vw;
    padding-bottom: 4vw;
}

.pd80 {
    padding-top: 5vw;
}

.base_title {
    text-align: center;
    color: white;
}

.base_title h4 {
    font-size: 1.25rem;
    font-weight: bold;
    display: block;
    position: relative;
    padding-bottom: 1rem;
}

.base_title h4:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 1.5rem;
    margin-left: -0.75rem;
    bottom: 0;
    background: #e60012;
    height: 3px;
}

.base_title p {
    font-size: 0.75rem;
    opacity: 0.7;
    text-transform: uppercase;
    background: url(../images/title_line.png) no-repeat center center;
}

.base_black h4 {
    color: #000;
}

.base_black h4:after {
    background: #e60012;
}

.base_black p {
    color: #666;
}

/*page*/
.pagination {
    margin: 2.5% 0 0 0;
    text-align: center;
    padding: 3rem 0;
    display: block;
}

.pagination .page-item {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.pagination .page-item.active .page-link {
    background-color: #2d2d2d;
    border-color: #2d2d2d;
}

.pagination .page-link {
    color: #000;
}

/*base style end*/


/*home about style begin*/
.home_about {
    background: url(../images/aboutbg.jpg);
}

.home_about_cont {
    background: white;
    margin: 0;
}

.home_about_info {
    padding: 1rem;
    background: url(../images/about_bg.jpg) no-repeat left top;
    background-size: cover;
    color: white;
}

.home_about_info h4 {
    font-size: 1.25rem;
    font-weight: bold;

}

.home_about_info h4 b {
    font-size: 0.75rem;
    display: block;
    font-weight: normal;
    padding: 0.25rem 0;
}

.home_about_info p {
    font-size: 0.75rem;
    line-height: 1.5rem;
    text-indent: 2em;
}

.home_about_info a {
    color: white;
    font-size: 0.875rem;
    background: none;
    margin: 0 auto;
    display: block;
    width: 10rem;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 1rem;
    border: 1px solid white;
    border-radius: 0;
}

.home_about_video {
    padding: 0;
    background: #000;
    position: relative;
    overflow: hidden;
}

.home_about_video .play_video {
    width: 100%;
    height: 100%;
    background: url(../images/play_btn.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
}
.home_about_video .play_video .icon_video_btn{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2rem;
    height: 2rem;
    background: url(../images/play_btn.png) no-repeat center center;
    background-size: cover;
    z-index: 99;
}
.home_about_video video {
    width: 100%;
    height: 100%;
    display: block;
    o-object-fit: cover;
    object-fit: cover;
}

/*home about style end*/

/*adv style begin*/
.adv {
    background: url(../images/num_bg.png) repeat center top white;
    background-size: 0.875rem;
}

.adv ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.adv li {
    padding-left: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;

    text-align: center;
}

/*.adv li:nth-child(2n) {*/
    /*border-right: 0;*/
/*}*/

.adv li:nth-child(3), .adv li:nth-child(4) {
    border-right: 0;
}

.adv li span {
    font-size: 1.125rem;
    color: #333;
    font-weight: bold;
    display: block;
}

.adv li span font {
    display: inline-block;
    color: #e60012;
    font-size: 2rem;
    font-family: arial;

    padding-right: 0.5rem;
    position: relative;
}

.adv li span font:after {
    position: absolute;
    content: "+";
    display: block;
    right: 0;
    top: 0;
    font-size: 1rem;
}

.adv li p {
    color: #666;
    font-size: 0.625rem;
}

/*adv style end*/

/*home_news style begin*/
.new_tab_btn {
    text-align: center;
    padding: 1rem 0;
    display: block;
    border:none;
}

.new_tab_btn a {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border: 1px solid #ddd;
    color: #999;
    border-radius: 2px;
    margin: 0 1rem;
    font-size: 0.875rem;
}

.new_tab_btn a:hover, .new_tab_btn a.active {
    background: #db030b;
    color: white;
    border-color: #db030b;
}

.home_news ul {
    list-style: none;
    padding: 0;
    padding-top: 1rem;
}

.home_news ul li {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dashed #ddd;
}

.home_news ul li .pic {
    width: 40%;
    overflow: hidden;
}
.home_news ul li .pic a{
	display: block;
	width: 100%;
	height: 100%;
}
.home_news ul li .list_news_item{
	transition: all 0.3s;
	display: -webkit-box;
	position: relative;
	top: 0;
}
.home_news ul li .pic img {
    display: block;
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s;
}
.home_news ul li:hover .pic img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.home_news ul li .txt {
    padding-left: 1rem;
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    position: relative;
}

.home_news ul li .txt a {
    color: #333;
    font-size: 0.875rem;
 	display: block;
    width: 100%;
    height: 100%;
}

.home_news ul li .txt.home_news ul li .txt span {
    color: #777;
    font-size: 0.75rem;
    margin: 0.5rem 0;
}

.home_news ul li .txt font {
    font-size: 0.625rem;
    color: #999999;
    display: inline-block;
    margin-right: 1rem;
}
.home_news ul li .txt a strong{
	display: none;
	font-size: 0.75rem;
	background: #f5f5f5;
	padding: 0.5rem 1.5rem;
	border-radius: 1rem;
	position: absolute;
	left: 1rem;
	bottom: 1rem;
	font-weight: normal;
	transition: all 0.3s;
}

.home_news ul li.col-md-12 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.home_news ul li.col-md-12 .pic, .home_news ul li.col-md-12 .txt {
    background: #fff;
}

.home_news ul li:hover b {
    color: #db030b;
}

.home_news ul li:hover .txt {
    border-color: #db030b;
}

.list_more {
    display: block;
    margin: 1rem auto;
    border: 1px solid #333;
    color: #333;
    width: 10rem;
    padding: 0.5rem 0;
    border-radius: 0;
    font-size: 0.875rem;
}

.list_more:hover {
    background: #333;
    color: white;
}

.home_news ul li.col-md-12 font:nth-child(2) {
    display: none;
}

.home_news ul li.col-md-12 font:nth-child(3) {
    display: none;
}

/*home_news style end*/
.index_news .row.active{
    display: flex;
}
.index_news ul {
    list-style: none;
    padding: 0 15px;

}

.index_news .col-md-4 .pic.one {
    width: 100%;
    height: 15rem;
    overflow: hidden;
    position: relative;
    margin-top: 2rem;
    border-radius: 4px;
    
    
}
.index_news .pic a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.index_news .pic>a:after{
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.5)));
    background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));
    background-image: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));
}
.index_news  .pic img{
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s
}
.index_news .pic:hover>a:after{
	display: none;
}
.index_news .col-md-8 .row{
    margin: 0;
}
.index_news ul li {
    display: -webkit-box;
    margin-top: 2rem;
    overflow: hidden;
}
.index_news .txtinfo{
    margin: 1rem 0;
    padding: 15px;
    height: 34rem;
    overflow: hidden;

}
.index_news .txtinfo .row{

    position: relative;
}
.index_news ul li .pic {
    width: 100%;
    height: 10rem;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

.index_news ul li .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s
}
.index_news .col-md-4:hover img,.index_news li :hover img{
    -webkit-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1)
}
.index_news .txt{
	position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
}

.index_news .txt a{
    color: #fff;
    width: 100%;
    padding:1rem;
}
.index_news .txt a span{
    font-size: 0.875rem;
}
.index_news .txt b{
    margin-bottom: 0.5rem;
}
.index_news .txt span{
    margin-bottom: 0.5rem;
}
.index_news .txt.nopic{
    position: relative;
    width: 100%;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #ddd;

}
.index_news .txt.nopic a{
    color: #333;
    padding: 0.5rem 0;
    margin-top: 15px;
    display: block;
}
.index_news .txt.nopic a:hover{
    color: #e60012;
}
.index_news .txt.nopic b{
    margin-bottom: 0;
    font-weight: normal;
}
.index_news .gsnew{
    height: 3rem;
    background: #e60012;
    color: #fff;
    line-height: 3rem;
    margin-top: 2rem;
}
.index_news .gsnew a{
    color: #fff;
    padding: 0 15px;
}
/*obj style begin*/
.obj {
    position: relative;
    padding: 2rem 0;

}

.obj .swiper-container {
    margin-bottom: 2rem;
}

.obj .pic {
    width: 100%;
    overflow: hidden;
    height: 234px;
    position: relative;
}

.obj .pic a .bg {
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    opacity: 0;
    transition: all 0.3s;
}

.obj .pic a .bg p {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -50%);
    color: white;
    width: 90%;
    height: 3em;
    font-size: 1rem !important;
    line-height: 1.5em !important;
    text-align: center;
    font-weight: lighter;
    transition: all 0.5s;
}
.obj .pic a .bg:hover p{
    top: 50%;
}

.obj .pic a .bg b {
    display: block;
    padding: 0.5rem 1rem;
    border-radius: 0.2rem;
    background: #e60012;
    position: absolute;
    left: 50%;
    bottom: 0%;
    font-size: 0.875rem !important;
    top: unset !important;
    transform: translate(-50%, -50%);
    color: white;
    transition: all 0.5s;
}
.obj .pic a .bg:hover{
    opacity: 1;
}
.obj .pic a .bg:hover b{
    bottom: 10%;
}
.obj .pic a b.morepro {
    display: block;
    padding: 0.5rem 1rem;
    border-radius: 0.2rem;
    background: #e60012;
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 0.875rem;
    text-align: center;
    font-weight: lighter;
    transition: all 0.5s;
}

.obj .pic img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s;
}
.obj .swiper-slide:hover .pic img{
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.obj .txt {
    padding: 1rem;
    text-align: center;
}

.obj .txt h4 {
    color: #333;
    font-size: 1.5rem;
    margin: 0;
}

.obj .txt p {
    font-size: 1rem;
    color: #777;
    margin: 1.5rem 0;
}

.obj .txt span {
    display: block;
    margin: 0 auto;
    width: 8rem;
    height: 2.5rem;
    color: #267f78;
    border: 1px solid #267f78;
    text-align: center;
    line-height: 2.5rem;
}

.obj .swiper-slide {
    background: white;
}

.obj .swiper-slide:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.obj .swiper-slide:hover .txt a h4 {
    color:  #e60012;
}

.obj .swiper-button-prev {
    left: 0;
    outline: none;
}

.obj .swiper-button-next {
    right: 0;
    outline: none;
}

/*obj style end*/

/*footer style begin*/

footer {
    padding: 2rem 0 0;
    background-color: white;
    color: #333;
    border-top: 1px solid #ddd;
}

footer dl dt {
    font-size: .875rem;
    font-weight: bold;
}

footer .com_name {
    margin-bottom: 2rem;
}

footer .com_name dt {
    font-size: 1.25rem;
    font-weight: bold;
}

footer .com_name dt span {
    font-size: 0.875rem;
    display: block;

}

footer .com_name img {
    max-height: 2.5rem;
}

footer dl dd {
    padding-top: 1em;
    margin: 0;
    font-size: .875rem;
}

footer dl dd a {
    color: #999;
}

footer dl dd a:hover {
    color: #333;
}

footer dl dd img {
    max-width: 100%;
}

footer p.copyright {
    margin-bottom: 0;
    margin-top: 20px;
    color: #999;
    font-size: .75rem;
    line-height: 1.5;
    padding: 1rem;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

footer p.copyright img {
    width: 1.2em;
    margin-right: .5rem;
    vertical-align: -.1rem;
}

/*footer style end*/

/*case_banner style begin*/
.base_banner {
    width: 100%;
    height: 210px;
}

.case_banner {
    background: url(../images/case_banner.jpg) no-repeat center top;
    background-size: cover;
}

.news_banner {
    background: url(../images/news_banner.jpg) no-repeat center top;
    background-size: cover;
}

.equip_banner {
    background: url(../images/equip_banner.jpg) no-repeat center top;
    background-size: cover;
}

.about_banner {
    background: url(../images/about_banner.jpg) no-repeat center top;
    background-size: cover;
}

.server_banner {
    background: url(../images/server_banner.jpg) no-repeat center top;
    background-size: cover;
}

.per_banner {
    background: url(../images/per_banner.jpg) no-repeat center top;
    background-size: cover;
}

/*case_banner style end*/

/*breadcrumb style begin*/
.base_cont {
    position: relative;
}

.breadcrumb_tt {
    line-height: 4rem;
    border-bottom: 1px solid #ddd;
    background: white;
}

.breadcrumb {
    background: none;
    margin-bottom: 0;
    position: relative;
    padding-left: 1.5rem;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.breadcrumb:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 1.5rem;
    background: url(../images/icon_breadcrumb.png) no-repeat center center;
    width: 1rem;
    height: 1rem;
}

.breadcrumb .breadcrumb-item a {
    color: #555555;
    font-size: 0.875rem;
}

.breadcrumb a:hover, .breadcrumb .breadcrumb-item.active {
    color: #c20a04;
    font-size: 0.875rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(0, 0, 0, 0.4);
}

.rig_nav {
    padding: 0;
    width: 100%;
    display: -webkit-box;
}

.rig_nav a {
    font-size: 0.875rem;
    color: #555;
    flex: 1;
    text-align: center;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    display: block;
    line-height: 3rem;
}

.rig_nav a:hover, .rig_nav a.active {
    background: #c20a04;
    color: white;
}


.base_cont_info {
    padding: 2rem 0;
}

.base_cont_info img {
    max-width: 100%;
}

/*breadcrumb style end*/

/*video style begin*/
.video_list {

}

.video_list ul {
    list-style: none;
    padding: 0;
}

.video_list ul li {
    margin-bottom: 1rem;
}

.video_list .pic {
    width: 100%;
    height: 50vw;
    overflow: hidden;
}

.video_list .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.video_list .pic a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.video_list .pic a span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.video_list .pic a span:after {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../images/play_btn.png) no-repeat center top;
    background-size: 2rem;
    margin: -1rem 0 0 -1rem;
}

.video_list .txt {
    text-align: center;
    line-height: 4rem;
    background: #fff;
}

.video_list .txt a {
    color: #333;
}

.video_list li:hover img, .honor_list li:hover img {
    webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.video_list li:hover a, .honor_list li:hover a {
    color: #c20a04;
}

/*video style end*/

/*honor_list style begin*/
.honor_list {

}

.honor_list ul {
    list-style: none;
    padding: 0;
}

.honor_list .pic {
    width: 100%;
    height: 50vw;
    overflow: hidden;
    border: 1px solid #dddddd;
}

.honor_list .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.honor_list .txt {
    text-align: center;
    line-height: 4rem;
}

.honor_list .txt a {
    color: #333;
}

/*honor_list style end*/

/*silder style begin*/
.silder_nav {
    padding: 0;
}

.silder_nav dt {
    background: #333333;
    padding: 1rem 2rem;
    display: none;
}

.silder_nav dt h4 {
    font-size: 22px;
    color: white;
    margin: 0;
}

.silder_nav dt span {
    font-size: 12px;
    color: white;
    font-family: arial;
    text-transform: Uppercase;
    font-weight: normal;
}

.silder_nav dd {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 0.5rem;
}

.silder_nav dd:nth-child(odd) {
    margin-right: 0;
}

.silder_nav dd a {
    display: block;
    width: 100%;
    height: 3.2rem;
    line-height: 3.2rem;
    background: #fbfbfb;
    border-bottom: 1px solid #f0f0f0;
    color: #333333;
    padding-left: 3rem;
    position: relative;
}

.silder_nav dd a:hover, .silder_nav dd .active {
    background: #267f78;
    color: white;
}

.silder_nav dd a:before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #aaaaaa;
    background: none;
    border-radius: 4px;
    position: absolute;
    left: 1.8rem;
    top: 1.4rem;
}

.silder_contact {
    display: none;
}

.silder_contact dd {
    font-size: 0.875rem;
    padding-top: 1rem;
}

.silder_contact dd img {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
}

/*silder style end*/

/*pro_list start*/
.pro_list ul {
    list-style: none;
    padding: 0;
}

.pro_list ul li {
    margin-top: 1.5rem;
}

.pro_list .pic {
    width: 100%;
    overflow: hidden;
    height: 20rem;

}

.pro_list .pic a {
    width: 100%;
    display: block;
    height: 100%;
    position: relative;
}

.pro_list .pic a .bg {
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    opacity: 0;
    transition: all 0.3s;
}

.pro_list .pic a .bg p {
    padding:0;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -50%);
    color: white;
    width: 90%;
    height: 3em;
    font-size: 1rem !important;
    line-height: 1.5em !important;
    text-align: center;
    font-weight: lighter;
    transition: all 0.5s;
}
.pro_list .pic a .bg:hover p{
    top: 50%;
}

.pro_list .pic a .bg b {
    display: block;
    padding: 0.5rem 1rem;
    border-radius: 0.2rem;
    background: #e60012;
    position: absolute;
    left: 50%;
    bottom: 0%;
    font-size: 0.875rem !important;
    top: unset !important;
    transform: translate(-50%, -50%);
    color: white;
    transition: all 0.5s;
}
.pro_list .pic a .bg:hover b{
    bottom: 10%;
}
.pro_list .pic a b.morepro {
    display: block;
    padding: 0.5rem 1rem;
    border-radius: 0.2rem;
    background: #e60012;
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 0.875rem;
    text-align: center;
    font-weight: lighter;
    transition: all 0.5s;
}
.pro_list .pic img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s;
}
.pro_list li:hover .pic img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.pro_list .txt {
    padding: 1rem;
    text-align: center;
}

.pro_list .txt h4 {
    color: #333;
    font-size: 1.5rem;
    margin: 0;
}

.pro_list .txt p {
    font-size: 1rem;
    color: #777;
    margin: 1.5rem 0;
}

.pro_list .txt span {
    display: block;
    margin: 0 auto;
    width: 8rem;
    height: 2rem;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    border-radius: 5rem;
    color: #333;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 2rem;
    margin-top: 0.875rem;
}

.pro_list li .txt {
    background: white;
}

.pro_list li:hover .txt {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    /*background: #e60012;*/
}

.pro_list li:hover .txt a h4 {
    color: #e60012;
}

/*pro_list end*/

/*case start*/

.case_list ul {
    list-style: none;
    padding: 0;
}

.case_list ul li {
    margin-top: 1.5rem;
}

.case_list .pic {
    width: 100%;
    overflow: hidden;
    height: 234px;

}

.case_list .pic a {
    width: 100%;
    display: block;
    height: 100%;
    position: relative;
}

.case_list .pic a .bg {
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    display: none;
}

.case_list .pic a .bg b {
    display: block;
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background: #e60012;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 3rem;
    text-align: center;
    line-height: 2.5rem;
    font-weight: lighter;
}

.case_list .pic img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

.case_list .txt {
    padding: 1rem;
    text-align: center;
}

.case_list .txt h4 {
    color: #333;
    font-size: 1.25rem;
    margin: 0;
}

.case_list .txt p {
    font-size: 1rem;
    color: #777;
    margin: 1.5rem 0;
}

.case_list .txt span {
    display: block;
    margin: 0 auto;
    width: 8rem;
    height: 2rem;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    border-radius: 5rem;
    color: #333;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 2rem;
    margin-top: 0.875rem;
}

.case_list li .txt {
    background: white;
}

.case_list li:hover span {
    background: #e60012;
    color: #fff;
    border-color: #e60012;
}

/*case end*/

/*content start*/
.cont_info {
    background: white;
    padding: 1rem 0;
	width: 100%;
}

.cont_info_title {
    padding-bottom: 1rem;
}

.cont_info_title .title {
    display: block;

    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 1rem;
    margin-bottom: 0;
}

.cont_info_title p {
    font-size: 0.75rem;
    color: #999;
    text-align: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ddd;
}

.cont_cont {
    padding-top: 1rem;
}

.cont_cont p {
    line-height: 2;
}

.cont_cont embed {
    width: 100% !important;
}
.cont_cont iframe {
    width: 100% !important;
    max-height: 680px;
    height: 54vw;
}
.cont_cont img, .cont_cont video {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    outline: none;
}

.page_np {
    border-top: 1px solid #ddd;
    margin: 2rem 0 0 0;
    padding-top: 0.5rem;
}

.page_np a {
    padding: 0.5rem 0;
    color: #212529;
}

/*pro_cont*/
.pro_cont {
    margin-bottom: 2rem;
}

.pro_cont .pic {
    overflow: hidden;
}

.pro_cont .pic img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

.pro_cont h4 {
    font-weight: bold;
    margin-top: 1rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
}

.pro_cont h4 span {
    display: block;
    color: #999;
    font-size: 0.625rem;
    font-weight: normal;

}

.pro_cont .desc {
    padding: 1rem;
    margin-top: 1rem;
    line-height: 1.5rem;
    font-size: 0.875rem;
    color: #999;
}

.pro_cont .address {
    color: #999;
    font-size: 0.875rem;
}

.pro_info_title {
    border-bottom: 1px solid #ddd;
}

.pro_info_title h4 {
    font-size: 1.25rem;
    padding-bottom: 1rem;
    position: relative;
    display: inline-block;
    margin: 0;
    padding-left: 30px;
}

.pro_info_title h4:before {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 22px;
    background: url("../images/pro_cont_title_icon.png") no-repeat center top;
    top: 2px;
    left: 0;
}

.pro_info_title h4:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #333;
    bottom: -1px;
    left: 0;
}

.pdfmob a {
    display: block;
    border: 1px solid #ddd;
    color: #333;
    margin-top: 1rem;
    height: 2.5rem;
    line-height: 2.5rem;
}

#example1 {
    display: none;
    margin: 1rem 0;
}

#example2 {
    display: block;
    margin: 1rem 0;
}

/*content end*/

/*dj_list start*/

.dj_list ul {
    list-style: none;
    padding: 0;
}

.dj_list ul li {
    margin-top: 1.5rem;
}

.dj_list .pic {
    width: 100%;
    overflow: hidden;
    height: 14rem;

}

.dj_list .pic a {
    width: 100%;
    display: block;
    height: 100%;
    position: relative;
}

.dj_list .pic a .bg {
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    display: none;
}

.dj_list .pic a .bg b {
    display: block;
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background: #e60012;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 3rem;
    text-align: center;
    line-height: 2.5rem;
    font-weight: lighter;
}

.dj_list .pic img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s;
}

.dj_list .txt {
    padding: 1rem;
}

.dj_list .txt h4 {
    color: #333;
    font-size: 1.25rem;
    margin: 0;
}

.dj_list .txt p {
    font-size: 1rem;
    color: #777;
    margin: 1.5rem 0;
}

.dj_list .txt span {
    display: block;
    color: #999;
    font-size: 0.875rem;
    margin-top: 0.125rem;
}

.dj_list li .txt {
    background: white;
}

.dj_list li:hover .pic {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.dj_list li:hover .txt {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

/*dj_list end*/

/*contact start*/
.contact_cont {
    margin-top: 0;
}

.contact {
    padding-top: 1rem;
}

.contact_info_title {
    padding-bottom: 1rem;
}

.contact_info_title h4 {
    display: block;
    border-bottom: 1px solid #ddd;
    font-size: 1.25rem;
    font-weight: bold;
    padding-bottom: 1rem;
    margin-bottom: 0;
}

.contact_info_title span {
    font-size: 0.625rem;
    text-transform: Uppercase;
    color: #999;
    padding-left: 0.5rem;
    font-weight: normal;
}

.contact h4 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.contact p {
    font-size: 1rem;
}

.contact img {
    display: block;
    width: 8.75rem;
    height: 8.75rem;
    margin: 0 auto 0.5rem;
}

.contact b, .contact font {
    text-align: center;
    font-size: 0.875rem;
    font-weight: normal;
    display: block;
}

.contact font {
    padding-top: 1rem;
}

.contact span {
    font-size: 1.25rem;
    color: #c20a04;
    font-family: arial;
    display: block;
    text-align: center;
    padding-bottom: 1rem;
}

.contact a {
    border-radius: 2rem;
    font-size: 0.875rem;
    padding-left: 2rem;
    padding-right: 2rem;

}

.contact .btn {
    color: #fff;
    background-color: #c20a04;
    border-color: #c20a04;
}

.contact_cont_b {
    margin-top: 2rem;
}

.form-inline {
    width: 100%;
}

.form-inline .form-control {
    width: 100% !important;
    border-radius: 0;
}

.form-inline .form-group {
    margin-bottom: 1rem;
}

.form-inline textarea {
    min-height: 200px;
}

.form_btn {
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 0;
    font-size: 0.875rem;
    margin: 1rem auto;
    width: 100%;
    height: 2.5rem;
    color: #fff;
    background-color: #c20a04;
    border-color: #c20a04;
}

.form_btn:hover {
    color: #fff;
    background-color: #c20a04;
    border-color: #c20a04;
}

/*contact end*/

/*job start*/

.job_list ul {
    list-style: none;
    padding: 0;
    padding-top: 1rem;
}

.job_list ul li {
    padding: 1rem;
    border-bottom: 1px dashed #ddd;
    background: #fff;
    margin-top: 1rem;
}

.job_list ul li .txt a {
    color: #333;
    font-size: 0.875rem;
}

.job_list ul li .txt span {
    color: #777;
    font-size: 0.75rem;
    margin: 0.5rem 0;
}

.job_list ul li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.job_list ul li:hover b {
    color: #db030b;
}

.job_list ul li .job_btn a {
    border: 1px solid #ccc;
    text-align: center;
    display: block;
    height: 2rem;
    line-height: 2rem;
    border-radius: 4rem;
    color: #333;
    font-size: 0.875rem;
    margin-top: 1rem;
}

.job_list ul li .job_btn a.more {
    background: #db030b;
    color: #fff;
    border-color: #db030b;
}

/*job end*/

.carousel-caption {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 2rem;
}

.carousel-caption p {
    margin: 0;
}

.carousel-caption span {
    font-weight: normal;
    font-size: 1rem;
    display: block;
    text-transform: uppercase;
}

.search-form {
    margin: 0 auto;
    background: #fff;
    border-radius: 8rem;
    font-size: 0.875rem;
    border: 1px solid #ddd;
    z-index: 9;
}

.cat_list a {
    color: #666;
}

.search-form input {
    border: none;
    margin: 0;
    padding: 0 1rem;
    height: 100%;
}

.search-form button {
    background: #fff;
    border: none;
    height: 100%;
}

.search-form button img {
    width: 2rem
}

.search-form input:focus, .search-form .btn:hover, .search-form .btn:active, .search-form .btn:focus {
    background-color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
}

.cat_list li {
    padding: .5rem 1.5rem;
}

.btn.focus, .btn:focus, input:focus {
    box-shadow: unset
}

.pinch-zoom-container {
    height: 100% !important;
}


/* RESPONSIVE MOBILE */
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .slider h6 {
        letter-spacing: 0;
        font-size: 13px;
    }

    .slider h1 {
        font-size: 12vw;
    }

    /*.slider a {
        height: 70px;
        line-height: 70px;
    }*/
    .slider .slider-prev {
        display: none;
    }

    .slider .slider-next {
        display: none;
    }

    .slider .slider-fraction {
        width: 30%;
    }
}

/* SLIDER */
.slider {
    width: 100%;
    height: 88vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    text-align: center;
    background-size: cover !important;
    overflow: hidden;
}

.slider h6 {
    width: 100%;
    display: block;
    letter-spacing: 5px;
}

.slider h1 {
    font-weight: 400;
    font-size: 2rem;
    font-family: "Argesta Display";
    margin-bottom: 30px;
}

.slider p {
    padding: 0 20%;
    opacity: 0.7;
    letter-spacing: 1px;
}
.slider a{
    color: #fff;
}
.slider a:hover{
    color: #fff;
}
/*.slider a {*/
    /*display: inline-block;*/
    /*background: #f5f3ec;*/
    /*color: #666;*/
    /*font-size: 0.875rem;*/
    /*padding: 1rem 2rem;*/
    /*position: relative;*/
/*}*/

/*.slider a:hover {*/
    /*text-decoration: none;*/
/*}*/

/*.slider a:before {*/
    /*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*height: 100%;*/
    /*width: 0;*/
    /*transition: width 0s ease, background .25s ease;*/
/*}*/

/*.slider a:after {*/
    /*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*height: 100%;*/
    /*width: 0;*/
    /*background: #141414;*/
    /*transition: width .25s ease;*/
    /*opacity: 0.1;*/
/*}*/

/*.slider a:hover:before {*/
    /*width: 100%;*/
    /*background: #141414;*/
    /*opacity: 0.1;*/
    /*transition: width .25s ease;*/
/*}*/

/*.slider a:hover:after {*/
    /*width: 100%;*/
    /*background: transparent;*/
    /*transition: all 0s ease;*/
/*}*/

.slider .main-slider {
    width: 100%;
    height: 88vh;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.slider .main-slider .swiper-slide {
    height: 100%;
    display: flex;
    overflow: hidden;
}

.slider .main-slider .swiper-slide .container {
    position: relative;
    z-index: 1;
}

.slider .main-slider .swiper-slide .slide-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover !important;
    background-position: center;
}

.slider .main-slider .swiper-slide .slide-inner:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
}


.slider .slider-fraction {
    width: 16%;
    height: 60px;
    line-height: 60px;
    background: #fff;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    z-index: 1;
    color: #141414;
    font-family: "Argesta Display";
    font-size: 20px;
}

.slider .slider-prev {
    width: 60px;
    height: 60px;
    background: #141414;
    position: absolute;
    right: calc(16% + 62px);
    bottom: 0;
    z-index: 2;
    cursor: pointer;
}

.slider .slider-prev:hover:before {
    opacity: 1;
}

.slider .slider-prev:before {
    content: "";
    width: 14px;
    height: 14px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 26px;
    top: 23px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
    opacity: 0.5;
}

.slider .slider-next {
    width: 60px;
    height: 60px;
    background: #141414;
    position: absolute;
    right: 16%;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
}

.slider .slider-next:hover:before {
    opacity: 1;
}

.slider .slider-next:before {
    content: "";
    width: 14px;
    height: 14px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 26px;
    top: 23px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
    opacity: 0.5;
}

/* SCROLL DOWN */
.scroll-down {
    width: 1px;
    height: 80px;
    background: #fff;
    position: absolute;
    left: calc(50% - 0.5px);
    bottom: 0;
    z-index: 2;
}

.scroll-down:after {
    content: "";
    width: 1px;
    height: 0;
    animation: 1s scrolldown infinite;
    background: #856d47;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

@keyframes scrolldown {
    0% {
        top: 0;
        height: 0;
    }
    50% {
        top: 0;
        height: 100%;
    }
    51% {
        top: auto;
        bottom: 0;
        height: 100%;
    }
    100% {
        top: auto;
        bottom: 0;
        height: 0;
    }
}

/* CONTENT SECTION */

/*index loading*/
/* PRELOADER */
.preloader {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #141414;
    position: fixed;
    bottom: 0;
    left: 0;
    animation:opUpdate 1s ease 2s 1 forwards;
    -webkit-animation:opUpdate 1s ease 2s 1 forwards;
    -moz-animation:opUpdate 1s ease 2s 1 forwards;
    z-index: 9998;
}
.preloader figure {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
}
.preloader figure span {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    transform: translateY(-50%);
    color: #ccc;
    text-align: center;
    font-size: 14px;
}
.preloader figure img {
    height: 100px;
    display:block;
    opacity: 0.5;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-name:flipInY;
    animation-name:flipInY;
    -webkit-animation-duration:2s;
    animation-duration:2s;
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite
}

/* PAGE LOADED */



@keyframes opUpdate {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    99% {
        opacity: 0;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0);
    }
}

.loading{
    width: 100%;
    padding: 2rem;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 100%;
    transform: translateY(-50%);
}
.loadline{
    display: block;
    width: 100%;
    height: 2px;
    background: #666;
    position: relative;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    overflow: hidden;
}
.loadline:after{
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    background: white;
    height: 2px;
    animation:loading 2s forwards;
    -webkit-animation:loading 2s forwards;
    -moz-animation:loading 2s forwards;
}
@keyframes loading
{
    from {width: 0;}
    to {width: 100%;}
}

@-moz-keyframes loading /* Firefox */
{
    from {width: 0;}
    to {width: 100%;}
}

@-webkit-keyframes loading /* Safari 和 Chrome */
{
    from {width: 0;}
    to {width: 100%;}
}

/*三招style begin*/
.cite_search{
	padding: 2rem 0 0 0;
	gap: 1rem;
}
.cite_search .cite_info{
	gap: 1rem;
}
.cite_search .cite_info .cite{
	color: #000;
	gap: 1rem;
}
.cite_search .cite_info h3{
	font-weight: bold;
	color: #000;
}
.cite_search .cite_info .cite a{
	width: 46%;
	color: #666;
	text-align: center;
	padding: 0.5rem 1.5rem;
	border: 1px solid white;
	border-radius: 2rem;
	background: #f5f5f5;
	font-size: 0.875rem;
}
.cite_search .cite_info .cite a:hover{
	border-color: #c20a04;
	color: #c20a04;
	background: white;
}
.cite_search .cite_info .cite a.active{
	background:#c20a04;
	color: white;
	border-color: #c20a04;
}
.cite_form{
	width: 100%;
}
.cite_form form{
	gap: 1rem;
	display: block;
	width: 100%;
}
.cite_form input{
	border-radius: 0.2rem;
	border:1px solid #ddd;
	line-height: 42px;
	height: 42px;
	flex: 1;
	padding: 1rem;
	width: 300px;
	max-width: 100%;
}

.cite_form button{
	width: 6rem;
	border: none;
	background:#c20a04;
	color: white;
	line-height: 2;
	padding: 0 2rem;
	line-height: 42px;
	height: 42px;
	border-radius: 0.2rem;
}

.list_zc{
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.list_zc li{
	border-bottom: 1px solid #ddd;
}
.list_zc a{
	color: #000;
	padding: 2rem 0;
}
.list_zc .info  h4{
	font-weight: bold;
}
.list_zc .info  span{
	margin-right: 1rem;
	color: #999;
	font-size: 0.875rem;
}
.list_zc  .btn{
	background: #f5f5f5;
	border-radius: 2rem;
	padding: 0.5rem 2rem;
	font-size: 0.875rem;
}
.list_zc li:hover .info  span{
	color: #000;
}
.list_zc li:hover  .btn{
	background:#c20a04;
	color: white;
}


.zz_sz_cont{
	display: flex;
	align-items: start;
	flex-direction: column;
	width: 100%;
}
.cite_step{
	width: 100%;
	position: static;
}
.cite_step ul{
	list-style: none;
	margin: 0;
	position: relative;
	overflow: hidden;
	padding: 0;
}
.cite_step ul li{
	font-size: 1rem;
	width: 50%;
	float: left;
}
.cite_step ul li a{
	padding: 1rem 0 1rem 1.5rem;
	position: relative;
	display: inline-block;
}
.cite_step ul li span{
	display: block;
	font-size: 0.875rem;
	color: #999;
}
.cite_step ul li a:before{
	content: '';
	display: block;
	position: absolute;
	width: 0.625rem;
	height: 0.625rem;
	border-radius: 1rem;
	background: #ddd;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.cite_step .item{
	background-color: #f9f9f9;
	border: 1px solid #eee;
	border-radius: 0.25rem;
	font-size: .875rem;
	padding: 0.5rem 1rem;
}
.cite_step .item p{
	margin: 0;
	font-size: 0.875rem;
	padding: 0.25rem 0;
}
.cite_step .green,.cite_step .green span,.cite_step .item .green{
	color: green;
}
.cite_step .red,.cite_step .red span,.cite_step .item .red{
	color: red;
}
.cite_step .gray,.cite_step .gray span,.cite_step .item .gray{
	color: gray;
}
.cite_step .green:before{
	background: green;
}
.cite_step .red:before{
	background: red;
}
.cite_step .gray{
	cursor:no-drop;
}
/*三招style end*/