﻿/*#nav { background-color: rgba(255,255,255,1); box-shadow: 0px 2px 5px #cccccc; }

    #nav .am_navbar_icon_border { border: 1px solid #2c2c2c; }
    #nav .am_navbar_icon_item svg path { fill: #2c2c2c; }
    #nav .am_navbar_icon_item:hover .am_navbar_icon_border { background: #cf000e; border: 1px solid #cf000e; transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
    #nav .am_navbar_icon_item:hover svg path { fill: #ffffff; }
    #nav .am_logo_blue { display: block; }
    #nav .am_logo_white { display: none; }
.am-container { width: 1350px; }*/


/*#banner { margin: 70px 0 106px; overflow: hidden; }
    #banner .box { margin: 0 -15px; }*/



#paging .am-pagination{text-align:center;margin-top:70px;margin-bottom:85px;}

#news_video .am-u-sm-4{padding-left:4rem;padding-right:4rem;}
.am_video_pic{position:relative;}
    .am_video_pic::before { content: ''; width: 100%; height: 100%; position: absolute; z-index: 1; background: rgba(0,0,0,0.5); }
    .am_video_pic::after { content: ''; position: absolute; top: 50%; z-index: 2; width: 44px; height: 44px; background: url(../images/news/play.png) center center no-repeat; left: 50%; transform:translate(-50%,-50%);}
    .am_video_pic img { width: 100%; }
.am_video_contact{padding:20px 15px;}
.am_video_contact h3 { color: #211713; font-size: 1.4rem; margin-bottom: 15px; }

.am_video_contact p{ color: #999999; font-size: 1.2rem;margin:0; }
@media only screen and (min-width: 641px) { .am-topbar-nav > li > a { color: #211713;}
}
@media only screen and (max-width: 641px) {
    
}