/******公用样式开始*******/
ul, li, ol, p, a{ margin: 0; padding: 0; }
ul, ol, li { list-style: none;}
img { border: none; }
textarea { resize: none; padding: 5px; }
button, a { outline: none; cursor: pointer; }
.fl { float: left; }
.fr { float: right; }

.common_width { width: 1170px; margin: 0 auto; }
.bdn { border-right: none !important; }
.f_count { color: #ff8c12; font-weight: bold; }
.tel_infomaition a:hover, .top_box2 .top_tel_container a:hover, .top_head_box3 .top_head_right a:hover, .top_box4 .top_right a:hover { text-decoration: underline; }

@media (min-width: 1024px) { /**公共1024区分**/
nav.navbar.bootsnav ul.nav > li > a { font-size: 16px; }
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover { background: #f4f4f4; }
nav.navbar.bootsnav ul.nav > li > a { font-weight: normal; }}

@media (max-width: 992px) { /**公共992区分**/
body.side-right { overflow: hidden; }
body.side-right nav.navbar.bootsnav .navbar-toggle { float: left; }
nav.navbar.bootsnav.navbar-mobile ul.nav, body nav.navbar.bootsnav .navbar-nav > li > a { border-top: none; }
body nav.navbar.bootsnav .navbar-toggle { margin: 15px 0 0 0; padding: 0 5px; background: #0054a3;color: #fff;}
}

@media (max-width: 767px) { /**公共767区分**/
nav.navbar.bootsnav.navbar-mobile ul.nav { border-top: none; }
.side-right nav.navbar.bootsnav .navbar-toggle { margin: 6px 0 0; }}
/******公用样式结束*******/


/*公司简介－第11种开始*/
.company-profile-border { border: 1px solid black; width: 140px; margin: 0px auto; }
.company-profile1-top { text-align: center; padding: 0 0 15px;}
.company-profile1-about-us {    font-size: 34px;
    font-weight: bold;
    color: #0054a3; }
.company-profile1-about-me { font-size: 16px;
    /* font-weight: bold; */
    margin-top: 0;
    color: #666; padding-top: 5px;}
.company-profile1-more { text-align: center; margin-top: 20px; }
.conaeu_txet { line-height:30px;padding: 20px 10px 0 20px}
@media (max-width: 992px){
.conaeu_txet {font-size: 14px;line-height:24px;}
  .company-profile1-about-us {font-size: 27px;}
}
@media (max-width: 768px){
.conaeu_txet {font-size: 12px;line-height:24px;}
  .company-profile1-about-us {font-size: 20px;}
  .company-profile1-about-me {font-size: 14px; padding-top: 0px;}
}
/*公司简介－第11种结束*/

/*产品展示－第2种开始*/
/* .product_box{background: url(../../../../static/admin/temp/images/productdis/images/2/product_bg.png) no-repeat top center;} */
.product_title{margin:97px 0 15px 0;}
.product_title h3{font-size: 33px;color:white}
.product_title img{margin-right: 10px;}
.product_title p{font-size: 20px;color:white;}
.product_href{padding: 0 0 27px;}
.product_href a{display: inline-block;background: #ed7020;padding: 8px 30px;font-size: 15px;color:#fff;margin:0 10px 10px;transition:all .5s}
.product_href a:hover{text-decoration: none;background: #004098;color:#fff;transition:all .5s}
.product_content{margin:0px 0 25px;}
.product_content .pro_img{border: 1px solid #a6a6a6;  overflow: hidden; background: #fff; vertical-align: middle; width: auto; height: 247px; display: flex; flex-wrap: wrap;align-content: center;justify-content: space-around;}
.product_content img{max-width: 100%;min-height: 100%;transition: all 1s;}
.product_content ul li:hover img{transform: scale(1.05);
    transition: all 1s;}
.product_content p{color:white;font-size: 17px;margin:10px 0;}
.product_btn{margin:17px 0 0px;}
.product_btn a{display: inline-block;padding: 10px 40px;border-radius: 30px;background: white;color:#0054a3;font-size: 15px;}
/* .product_btn a:hover{text-decoration: none;background: #0054a3;} */

.gcal .product_content ul li{width: 33.33%;}



.product_bg{}
@media (max-width: 992px){
.product_title h3{font-size: 22px;}
.product_title p{font-size: 16px;}
.product_content{}
.product_content p {font-size: 14px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.product_content .pro_img{height:170px;line-height:164px;}
.product_btn{margin:10px 0;}
.product_btn a{padding: 10px 20px;font-size: 14px;}

}
@media (max-width: 767px){
.product_content .pro_img{height:125px;}
.col-xs-4 { width:49.9999%;}
.pro_list li p{font-size: 12px;}
  .product_content {margin: 0px 0 0px;}
}
@media (max-width: 320px){
.product_content .pro_img{height:125px;}
}
/*产品展示－第2种结束*/



