body{
    margin: 0;
    padding: 0;
    background: #292929 url(../images/bg.jpg) repeat-x;
    font-family: Helvetica, Arial, sans-serif;
    color: #666;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}
a{
    text-decoration: none;
}
.page{
    width: 980px;
    height: 100%;
    background-color: #fff;
    margin:0px auto;
}
.head_line{
    display: flex;
    height: 28px;
    background-color: rgb(224, 224, 224);
    
}
.head_line a{
    font-size: 11px;
    font-weight: bold;
    color: #666;
    text-decoration: none;
}
.head_line div{
    display: flex;   
}
.head_line span{
    padding: 7px;
}

.search_form{
    display: flex;
}
.search_key{
    width: 120px;
    height: 32px;
    border:none;
    outline:none;
    margin: 0px;
    /* padding: 0px; */
    border-radius: 6px 0px 0px 6px;
    background-color:#fff;
    padding: 0px 5px;
    text-align: center;
}
.search_btn{
    background-color: #333;
    border-radius: 0px 6px 6px 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    color:#fff;
    height: 32px;
    border: none;
}

.swiper-container {
    height: 560px;
    width: 980px;
}  
.index_news{
    height: 39px;
    display: flex;
    background-color: rgb(215,215,215);
    
}
.index_news .div3{
    width: 800px;
    float: left;
    height: 39px;
    margin-left: 20px;
    overflow: hidden;
}
.index_news .swiper-button{
    width: 22px;
    height: 22px;
    overflow: hidden;
    color:#999;
    font-size: 12px;
    margin: auto;
    top:auto
}
.index_news .swiper-button:after{
    font-size: 12px;
    font-weight: bolder;
}
.index_news .swiper-slide{
    display: flex;
    align-items: center;
}
.index_news .div3 a{
    font-weight: bold;
    color: #19519a;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    width: 700px;
}
.index_news .div3 a:hover,.index_news .div3 a:active{
    text-decoration: underline;
}
.index_news .div4{
    color: #19519a;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    width: 110px;
    height: 39px;
    line-height: 39px;
    position: absolute;
    top:0;
    right: 0;
    display: flex;
    align-items: center;
}
.index_news .div1{
    display: flex;
    justify-content: center;
    align-items: center;    
    padding: 0 0 0 20px;
    font: normal 16px/18px 'Trade Gothic W02 Bold 2', Helvetica, Arial, sans-serif;
    text-shadow: 1px 1px 0 rgb(255 255 255 / 75%);
}
.index_news .swiper-pagination{
    bottom: 0;
}
.mitems .swiper-pagination{
    bottom: 0 !important;
}
.mitems{
    height: 340px;
    /* background-color:rgb(215, 215, 215); */
    background:#d7d7d7 repeat-x url(../images/home-content-bg.png) ;
    position: relative;
    -webkit-box-shadow: 0 4px 5px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0 4px 5px rgba(0,0,0,.4);
    box-shadow: 0 4px 5px rgb(0 0 0 / 40%);
    overflow: hidden;
}
#footer{
    background: url(../images/foot-bg.jpg);
}
#footer-nav {
    padding: 20px 20px 18px 20px;
    background: url(../images/footer-hr.png) no-repeat center bottom;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
}
.footer-sitemap-column ul {
    list-style: disc;
    margin: 0;
    padding: 0 10px 16px 14px;
    font-size: 11px;
}
.footer-sitemap-column li {
    padding: 4px 0 0 0;
}
.footer-sitemap-column strong > a {
    color: #333;
}
.footer-sitemap-column li > a {
    color: #fff;
}
.footer-connection-header {
    color: #333;
}
.footer-connection-block {
    border-bottom: 1px #7f7f7f solid;
    padding: 10px;
}
.social-block > a {
    float: left;
    display: block;
    margin: 7px 7px 0 0;
}
.clear {
    clear: both;
}
#footer-nav ul {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer-nav li {
    float: left;
    margin: 0 0 0 10px;
}
#footer-nav a {
    font-weight: bold;
    color: #fff;
}
#footer-sitemap {
    padding: 20px 10px;
    font-size: 13px;
    line-height: 16px;
    color: #333;
    display: flex;
    justify-content: space-around;
}
#copyright {
    clear: left;
    margin: 0 20px;
    padding: 2px 0 20px;
    font-size: 10px;
    color: #333;
}
#copyright > a {
    margin: 0 0 0 20px;
    color: #fff;
}
.footer-connections {
    width: 260px;
    background: #737373;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.80, rgba(115,115,115,1)), color-stop(1, rgba(115,115,115,0.0)) );
    background: -moz-linear-gradient( center top, rgba(115,115,115,1) 80%, rgba(115,115,115,0.0) 100% );
    background: linear-gradient( center top, rgba(115,115,115,1) 80%, rgba(115,115,115,0.0) 100% );
}
/* 主菜单 */
.mynav{
    background-image: url(../images/nav_back.jpg);
    height: 59px;
    display:flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}
/* .nav span{
    font-size: 16px;
    font-weight: bolder;
}
.nav span a:link,.nav span a:visited{
    color: rgb(57,57,57);
    text-decoration: none;
}
.nav span a:active,.nav span a:hover{
    text-decoration: none;
    transition:#fff 0.3s linear;   
} 
.c1{
    font-size: 20px;
}
.c2{
    font-size: 11px;
}*/
#main-navigation{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 74%; */
}
/* .nav{
    
}
.navbar-nav{

} */
#main-navigation li{
    list-style: none;
}

.dropdown-custom-level-1{
    
}
#main-navigation>.dropdown-custom-level-1>.dropdown-toggle-1:link,#main-navigation>.dropdown-custom-level-1>.dropdown-toggle-1:visited,.menu-item-level-1>a:link,.menu-item-level-1>a:visited{
    font-size: 16px;
    font-weight: bold;
    color:rgb(57,57,57);
    
}
#main-navigation>.dropdown-custom-level-1>.dropdown-toggle-1:hover,#main-navigation>.dropdown-custom-level-1>.dropdown-toggle-1:active,.menu-item-level-1>a:hover,.menu-item-level-1>a:active{
    color:rgb(255,255,255);    
}

.dropdown-toggle-1>.caret{
    /* content: ""; */
    /* position: relative; */
	/* top: 20px; */
	/* right: -15px; */
	width: 7px;
	height: 7px;
    margin: 3px;
    display: inline-block;
	border-top: 2px solid rgb(94, 94, 94);
	border-right: 2px solid rgb(94, 94, 94);
	transform: rotate(135deg);
    
}
.dropdown-menu-level-1{
    display: none;
    position: absolute;
    background-image: url(../images/nav-bg.png);
    left:0;
    top:59px;
    z-index: 99;
    width: 100%;
    padding-inline-start: 0px;
}
.dropdown-menu-level-1-show{
    display: block;
}
.dropdown-menu-level-1>li{
    float: left;
    margin:30px;
    font-size: 14px;
    font-weight: bold;
    min-width: 150px;    
}
.dropdown-menu-level-1>li>a{
    color: #19519a ;
}
.dropdown-menu-level-2{
    padding-inline-start: 20px;
}
.menu-item-level-3{
    list-style: disc !important;
    margin-top: 12px;
}
.menu-item-level-3>a:link,.menu-item-level-3>a:visited{
    font-size: 12px;
    color: #333;
}
/* 中间展示 */

/* 中间展示end */
/* 产品页 */
.product_list{
    display: flex;
    justify-content: space-around;
    /* background-color: rgb(215, 215, 215); */
    flex-wrap: wrap;
}
.product_list_item{
    width: 300px;
    /* border: 2px solid #ccc; */
    /* border-radius: 5px; */
    background-color: #fff;
    overflow: hidden;
    margin: 15px 0;
}
.product_list_item img{
    width: 300px;
}
.product_list_item .product_list_title {
    height: 70px;
    background-color: rgb(181, 181, 181);
}
.product_list_item .product_list_title a{
    font-size: 18px;
    line-height: 40px;
    /* padding: 10px; */
    margin: 10px;
    color: #19519a;
    
}
.product_list_item .product_list_title .product_list_cname{
    font-size: 14px;
    margin-left: 10px;
    color: #666;
}
.pagination{
    display: flex;
    justify-content: center;
}
.pagination a{
    display: block;
    width: 100%;
}
.pagination li{
    list-style: none;
}
.page-item{
    font-size: 16px;
    padding: 3px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    border: 1px solid #999;
    margin:5px;
}
.pagination .active{
    background-color: #666;
    color: #fff;
}
.pagination .disabled{
    color: #ccc;
    border: 1px solid #ccc;
}
.pagination a.page-link{
    color: #333;
}
/* 产品页end */
/* 面包 */
.breadcrumb{
    background-color: rgb(58, 58, 58);
    height: 28px;
    color: #ddd;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.breadcrumb span{
    padding: 5px;
}
.breadcrumb a:link,.breadcrumb a:visited{
    color: #ddd;
    font-weight: bolder;
}
/* 面包end */
/* 产品详情 */
.product_content_title h1{
    margin: 10px;
    color:#000
}
.product_show{
    display: flex;
    justify-content: space-around;
}
.product_show_left{
    width: 610px;
}
.product_show_left p{
    margin: 0px;
    padding: 0px;
    margin-block-start:0;
    margin-block-end: 0;
    font-size: 0;
}

.product_show_left img{
    max-width: 100%;
}
.product_show_right{
    width: 350px;
}
.related_products{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.product_show_list{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    /* background-color: rgb(215, 215, 215); */
}
.product_show_list_item{
    width: 160px;
    /* border: 2px solid #ccc; */
    /* border-radius: 5px; */
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 10px;
}
.product_show_list_item img{
    width: 100%
}
.product_show_list_item .product_show_list_title {
    /* height: 70px; */
    background-color: rgb(181, 181, 181);
}
.product_show_list_item .product_show_list_title a{
    font-size: 12px;
    line-height: 20px;
    /* padding: 10px; */
    /* margin: 10px; */
    color: #19519a;
    
}
.product_show_list_item .product_show_list_title .product_show_list_cname{
    font-size: 12px;
    
    /* margin-left: 10px; */
    color: #666;
}
/* 产品详情end */
/* 新闻列表页 */
.news_list{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.list-boxes{
    /* border: 1px solid black; */
    width: 95%;
    overflow: hidden;
    margin: 15px;
}
.list-boxes h2{
    margin: 5px 0px;
}
.list-boxes a:link,.list-boxes a:visited{
    color: rgb(25, 81, 154);
    font-size: 16px;
    font-weight: bold;
}
.list-boxes a:hover,.list-boxes a:active{
    color: rgb(25, 81, 154);
    text-decoration: underline;
}
#hgroup, #hgroup > h2 {
    font: normal 20px/30px 'Trade Gothic W02 Roman', Helvetica, Arial, sans-serif;
    color: #191919;
    text-shadow: 1px 1px 0 rgb(255 255 255 / 75%);
    text-indent: 30px;
}
#hgroup {
    display: block;
    margin: 22px 0;
}
.div_line{
    height: 0px;
    border-top: 1px solid rgb(184, 184, 184);
    border-bottom: 1px solid rgb(246, 246, 246);
    width: 95%;
}
/* 新闻列表页end */
/* 新闻详情 */
.news_show_left{
    width: 95%;
    margin: 15px auto;
    border: 1px solid #ccc;
    background-color: rgb(229, 229, 229);
    box-shadow: 2px 2px 4px rgb(0 0 0 / 30%);
    background: #E5E5E5;
    color: #181818;
    font-size: 13px;
    line-height: 20px;
    padding: 10px;text-align: justify;
}
.news_show_left p{
    margin: 0px;
    padding: 0px;
    margin-block-start:0;
    margin-block-end: 0;
}

.news_show_left img{
    max-width: 100%;
}
/* 新闻详情end */
/* feedback */
#guestbook-form .sy-guestbook{
    min-height: 70px;

}
#guestbook-form .sy-guestbook label{
    width: 200px;
    display: block;
    font-size: 16px;
}
#guestbook-form .form-control{
    height: 30px;
    border-radius: 5px;
    width: 70%;
    border: 1px solid #292929;
}
.mybtn{
    border-radius: 3px;
    background-color: #19519a;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin:auto;
}
.alert-danger {
    color: red;
}
#MessageNotSent{
    display: none;
}
.alert-success {
    color: blue;
}
#MessageSent{
    display: none;
}
/* feedback end */
.m_pic{
    width: 220px;
    height: 220px;
    overflow: hidden;
}
.m_pic img{
    width: 100%;
}
.m_title{
        display: block;
        padding: 14px 12px 6px 12px;
        font: normal 16px/18px 'Trade Gothic W02 Roman', Helvetica, Arial, sans-serif;
}
.m_content{
    width: 220px;
    height: 40px;
    overflow: hidden;
    color: #000;
    background-color: rgb(231, 231, 231);
}
.m_text{
    display: block;
    padding: 0 12px 0 12px;
    font-size: 11px;
    line-height: 16px;
}
.mitems .swiper-slide{
    margin: 30px 12px;
    width: 220px !important;
    -webkit-box-shadow: 2px 2px 3px rgb(0 0 0 / 30%);
    -moz-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
    box-shadow: 2px 2px 3px rgb(0 0 0 / 30%);
    height: 260px;
}
#mitems{
    height: 320px;
}
#mitems .swiper-button{
    width: 22px;
    height: 22px;
    overflow: hidden;
    background-color: #19519a;
    color:#fff;
    font-size: 12px;
    border-radius: 50%;
}
#mitems .swiper-button:after{
    font-size: 12px;
    font-weight: bolder;
}