@charset "utf-8";
/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
a:hover {
    text-decoration: none;
}
img {
    display: block;
}
body {
    margin-top: 158px;
}
/***************头部******************/
.header_top {
    background-color: #204898;
    padding: 10px 0;
}
.header_top .box {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.header_top .right{
    padding-top:32px;
}
.header_top .right a {
    margin-right: 20px;
    line-height: 16px;
    color: #fff;
}
.header_top .left a img {
    width: 100%;
}
.header_top .right .iconfont {
    color: #ff6600;
}
.header_top .right .btn-primary {
    background-color: #ff6600;
    border-radius: 4px;
    font-size: 12px;
    padding: 8px;
    border: none;
    margin-top: 7px;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
    background-color: #fff;
}

/*******************分页 开始*******************/
.styled-pagination{
    position:relative;
}

.styled-pagination ul{
    position:relative;
    display:inline-block;
}

.styled-pagination li{
    position:relative;
    display: inline-block;
    margin: 0 4px 8px;
}

.styled-pagination li a{
    position:relative;
    display:inline-block;
    height:40px;
    width: 40px;
    text-align: center;
    line-height:40px;
    font-weight:400;
    font-size:14px;
    background:#ffffff;
    color:#666666;
    border:1px solid #cccccc;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.styled-pagination li.next a i{
    margin-left: 5px;
    font-size: 16px;
}

.styled-pagination li.prev a i{
    margin-right: 5px;
    font-size: 16px;
}

.styled-pagination li a:hover,
.styled-pagination li.active a{
    color:#ffffff;
    background:#076ce0;
    border-color:#076ce0;
}

.styled-pagination li.next a,
.styled-pagination li.prev a{
    width: auto;
    padding: 0 20px;
}
.styled-pagination .clearfix{
    padding-left:0px;
}
.styled-pagination .page input{
    width:40px;
    margin:0 4px;
}

.styled-pagination .page a{
    width:32px;
    height:30px;
    background-color:#076ce0;
    color:#fff;
    line-height:32px;
    border-radius: 4px;
    text-align: center;
    border:none;
}

/*******************分页 结束*******************/


/*****************加载动画  开始*********************/
/* 模态框样式 */
.loading {position: fixed;top: 0;bottom: 0;right: 0;left: 0;background-color: black;opacity: 1;z-index: 1000;background-color:transparent;}
/* 动图样式 */
.loading .gif {height: 32px;width: 32px;background: url('/img/loading.gif');position: fixed;left: 50%;top: 50%;margin-left: -16px;margin-top: -16px;z-index: 1001;}
/*****************加载动画 结束*********************/


/***************弹窗******************/
.quote-top {
    float: right;
    padding-top:42px;
   /* padding: 20px 0;*/
}
.quote-top a {
    background-color: #ff6600;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 15px;
}
.quote-top a:hover {
    background-color: #fbd258;
    color: #333333;
}
.donation-div {
    position: relative;
}
.donation-plz {
    position: relative;
    padding: 50px;
    background: #ffffff;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 32px #838383;
    box-shadow: 0 0 32px #838383;
    border: 10px solid #f1f1f1;
}
.donation-plz h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}
.donation-plz h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 30px;
}
.donation-plz hr {
    margin-bottom: 40px;
    border-color: #e0e0e0;
}
.donation-plz .form-group {
    position: relative;
    margin-bottom: 15px;
}
.donation-plz .form-portlet .glyphicon {
    position:absolute;
    top:10%;
    right:6%;
    color:#666;
}
.donation-plz .form-group.other-amount {
    top: 5px;
}
.donation-plz input[type="text"], .donation-plz input[type="email"], .donation-plz input[type="tel"], .donation-plz input[type="url"], .donation-plz input[type="password"], .donation-plz select, .donation-plz textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 34px;
    padding: 8px 20px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    height: 40px;
}
.donation-plz select {
    cursor: pointer;
}
.donation-plz .field-label {
    position: relative;
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #252525;
    line-height: 28px;
    margin-bottom: 10px;
}
.donation-plz .field-label .required {
    color: #ff6600;
    font-size: 14px;
}
.donation-plz .radio-select {
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    line-height: 30px;
}
.donation-plz .radio-select label {
    position: relative;
    display: block;
    height: 56px;
    padding: 13px 15px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    background: #878787;
    border-radius: 0px;
    cursor: pointer;
}
.donation-plz .radio-select input[type="radio"] {
    display: none;
}
.donation-plz .radio-select input[type="radio"]:checked+label {
    color: #ffffff;
    background: #ffa211;
}
.donation-plz button {
    padding: 12px 35px;
    background: #204898;
    color: #fff;
    border: none;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.donation-plz button:hover {
    padding: 12px 35px;
    background: #ff6600;
    color: #fff;
    border: none;
}
.modal-backdrop.fade.show {
    z-index: inherit;
}
.textarea.form-control {
    height: auto;
}
/***************头部******************/
.nav > li:hover .dropdown-menu {
    display: block;
} /*让导航下拉菜单改成鼠标经过时 */
.navbar {
    margin: 0px;
    border-radius: 0px;
}
.navbar-default {
    background-color: #bbb;
    border: none;
    box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
}
.navbar-default .navbar-nav>li>a:hover {
    background-color: #ff6600;
    color: #fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #ff6600;
}
.navbar-default .navbar-brand {
    color: #204898;
    margin-top: 6px;
}
.navbar-default .navbar-brand:hover {
    color: #ff6600;
}
.navbar-nav>li>a {
    line-height: 34px;
}
.navbar-default .navbar-nav>li>a {
    color: #204898;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff;
}
/************导航分类菜单**********/
.navbar-right .dropdown-menu {
    right: -150%;
}
.navbar-nav>li>.dropdown-menu {
    width: 1200px;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-left: -186%;
    padding: 20px 40px;
    top: 45px;
}
.navbar-nav .dropdown-menu {
    padding: 0;
    margin: 0;
    background-color: transparent;
    -webkit-background-clip: inherit;
    background-clip: inherit;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-nav .list-group-item.active {
    background-color: #204898;
    border: none;
    margin: 6px 0;
    padding: 6px 15px;
}
.navbar-nav .list-group-item.active a {
    color: #fff;
}
.navbar-nav .list-group-item {
    position: relative;
    display: block;
    padding: 2px 15px;
    margin-bottom: -1px;
    border: none;
}
.navbar-nav .container {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.navbar-nav .list-group-item.active:hover {
    background-color: #ff6600;
}
.navbar-nav .list-group-item.active a:hover {
    background-color: #ff6600;
    color: #fff;
}
.navbar-nav .list-group-item a:hover {
    color: #ff6600;
}
/********************首页搜索****************************/
.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f1f1f1;
    background-image: none;
    border: none;
    border-radius: 4px;
    margin-top: 8px;
}
.searck .keyword p {
    line-height: 60px;
    color: #767676;
    margin-bottom: 0px;
}
.searck .right form {
    position: relative;
}
.searck .right .iconfont {
    position: absolute;
    top: calc(50% - 6px);
    right: 22px;
    color: #767676!important;
}
/********************首页搜索结束****************************/


/********************首页关于我们开始****************************/
.about {
    cursor: pointer;
    /* background-color: #f7f7f7;*/
    padding: 60px 0 20px 0;
}
.about .left h2 {
    color: #000;
    text-align: left;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0px;
}
.about .left h4 {
    color: #ff6600;
}
.about .left p {
    color: #666;
    text-align: justify;
    margin-bottom: 20px;
}
.about .left .btn {
    display: -webkit-flex; /* Safari */
    display: flex;
}
.about .left .More {
    width: 100px;
    padding: 10px;
    color: #fff;
    border-radius: 6px;
    background-color: #204898;
    text-align: center;
    margin-right: 10px;
}
.about .left .Contact {
    width: 100px;
    padding: 10px;
    color: #fff;
    border-radius: 6px;
    background-color: #ff6600;
    text-align: center;
}

.about .one {
    margin: 50px auto;
    height: 160px;
    width: 1200px;
    overflow: hidden;
    position: relative;
}
.about .one ul {
    height: 160px;
    width: 100000px;
    position: absolute;
    left: 0;
} /*ul width的宽不能过小*/
.about .one ul li {
    display: block;
    float: left;
    margin: 5px;
    height: 150px;
    border-radius: 5px;
    position: relative;
}
.about .one ul li a {
    display: inline-block;
    height: 150px;
}
.about .one ul li img {
    border-radius: 5px;
    display: block;
}
.about .one ul li a span {
    height: 0;
    display: block;
    background: rgba(0,0,0,0.4);
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 0px;
}
.about .one ul li a:hover span {
    height: 150px;
    line-height: 150px;
    font-size: 20px;
    text-align: center;
    transition: all 0.7s;
}
/********************首页关于我们结束****************************/
/********************首页产品中心****************************/
.Product {
    background-color: #f7f7f7;
    padding: 40px 0px;
    cursor: pointer;
}
h2 {
    text-align: center;
    color: #204898;
    font-size:26px;
}
.line {
    width: 100px;
    height: 2px;
    background-color: #ff6600;
    margin-left: calc(50% - 50px);
    margin-bottom: 54px;
}
.Product .List {
    background-color: #fff;
}
.Product .List .arrow {
    padding-left: 0px;
}
.Product .List li {
    display: block;
    padding: 6px 15px;
}
.Product .List li a {
    text-align: left;
}
.Product .List h6 {
    background-color: #204898;
    padding: 20px 10px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}
.Product .List .list-group-item.active {
    z-index: 2;
    color: #767676;
    background-color: #e8e8e8;
    border: none;
    margin: 6px 0px;
    font-size: 16px;
    position: relative;
}
.Product .List .list-group-item.active:hover {
    background-color: #ff6600;
    color: #fff;
}
.Product .List .list-group-item.active .iconfont {
    position: absolute;
    top: 6px;
    right: 6px;
    color: #767676;
}
.Product .List .list-group-item.active:hover .iconfont {
    color: #fff;
}
.Product .List .tel {
    background-color: #204898;
    padding: 14px 10px;
    margin-bottom: 10px;
}
.Product .List .tel h5{
    color:#fff;
    font-size: 16px;
}
.Product .List .tel p{
    color:#c2c2c2;
    margin:0;
}
.Product .List .tel .iconfont{
    margin-right:8px;
}
/*.Product .List .tel .iconfont {
    font-size: 30px;
    color: #fff;
}*/
/*.Product .List .tel .text p {
    font-size: 1em;
    display: inline;
    background-color: transparent;
    color: #fff;
    padding-left: 0px;
}*/
/*.Product .List .tel .text span {
    font-size: 10px;
}*/
.Product .List li {
    font-weight: inherit;
    color: #000;
}
.Product .List li a {
    font-weight: inherit;
    color: #000;
    font-size: 1em;
    cursor: pointer;/* padding-left: 14px;*/
}
.Product .List li a:hover {
    color: #ff6600;
}
.Product .List li .iconfont {
    color: #ff6600;
}
.Product .photo .show {
    margin-bottom: 10px;
    padding: 0 10px;
}
.Product .photo .show .bj{
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease-in;
}
.Product .photo .img{
    width:100%;
    height:100%;
    position: relative;
}
.Product .photo .iconfont{
    color:#fff;
    font-size:40px;
    position:absolute;
    top:calc(50% - 20px);
    left:calc(50% - 18px);
    opacity: 0;
    transition: all 1s ease-in;
}
.Product .photo .img img {
    width: 100%;
    height:100%;
    border: solid 1px #fff;
}
.Product .photo .text {
    background-color: #204898;
    text-align: center;
    color: #fff;
    line-height: 40px;
}
/*.Product .photo .show:hover .text {
    background-color: #204898;
    color: #fff;
}*/
/*.Product .photo .show:hover img {
    border: solid 1px #204898;
}*/
.Product .photo .show .img:hover .bj{
    opacity: 0.8;
}
.Product .photo .show .img:hover .iconfont{
    opacity: 1;
}
.Product .photo .row {
    padding: 0 10px;
}
.Product .photo .recommend {
    background-color: #204898;
    color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}
.Product .right .panel-default>.panel-heading {
    color: #fff;
    background-color: #204898;
    border: none;
    position: relative;
}
.Product .right .panel-default .iconfont {
    position: absolute;
    top: 10px;
    right: 10px;
}
.Product .right .panel-body .img img {
    width: 100%;
}
.Product .right .panel-body .text {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
/********************首页产品中心结束****************************/

/********************首页询盘开始****************************/
.Shading {
    background: url(../img/inquiry.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 520px;
}
.inquiry {
    position: relative;
    cursor: pointer;
}
.inquiry .text {
    padding-left: 20px;
    position: absolute;
    top: 24%;
}
.inquiry .text h1 {
    font-size: 40px;
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
    line-height: 60px;
}
.inquiry .text p {
    color: #fff;
}
.inquiry .form {
    background-color: #ff6600;
    padding: 52px 20px;
    position: absolute;
    top: 0px;
    right: 15%;
}
.inquiry .form h2 {
    color: #fff;
}
.inquiry .form p {
    color: #fff;
}
.inquiry .form .submit {
    background-color: #204898;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    margin-top: 10px;
}
/********************首页询盘结束****************************/
/********************首页新闻开始****************************/
.new {
    cursor: pointer;
    margin-bottom: 40px;
}
.new .left img {
    width: 100%;
}
.new .left h4, .new .right .info h4 {
    color: #176fc1;
}
.new .left p, .new .right .info p {
    text-align: justify;
    color: #515151;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.new .right .Column {
    margin-bottom: 10px;
}
.new .right .date {
    background-color: #204898;
    color: #fff;
    text-align: center;
}
.new .left :hover h4, .new .right .Column:hover h4 {
    color: #ff6600;
}
.new .right .Column:hover .date {
    background-color: #ff6600;
}
/********************首页新闻结束****************************/
/********************页脚开始****************************/
.footers {
    background-color: #515151;
    padding: 40px 0px;
}
.footers .present p {
    color: #c2c2c2;
    text-align: justify;
}
.footers .add h3, .footers .present h3 {
    color: #fff;
    padding-left: 10px;
    border-left: solid 2px #ff6600;
    margin-bottom:20px;
}
.footers .add li, .footers .link li a {
    color: #fff;
    line-height: 24px;
}
.footers .add li p{
    color:#c2c2c2;
    margin:0;
}
.footers .add .iconfont{
    margin-right:8px;
}
.footers .link .iconfont {
    font-size: 6px;
}
.footers .link li{
    padding:0 10px;
    margin:10px auto;
}
.footers .link li a:hover {
    color: #ff6600;
}
.footers .link {
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    flex-wrap:wrap;
    margin-top:6%;
}
/********************页脚结束****************************/
.top {
    position: fixed;
    right: 4%;
    bottom: 4%;
}
.top .iconfont {
    font-size: 40px;
    color: #ff6600;
}
/********************媒体查询********************/
/********************关于我们_banner****************************/
.banner_con img {
    width: 100%;
}
/********************关于我们_banner****************************/

/********************关于我们_content****************************/
.about_con {
    cursor: pointer;
    padding: 40px 0 20px 0;
}
.about_con .container {
    overflow: hidden;
}
.about_con .left h2 {
    color: #000;
    text-align: left;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0px;
}
.about_con .left h4 {
    color: #ff6600;
}
.about_con .left p {
    color: #666;
    text-align: justify;
    margin-bottom: 20px;
}
.about_con .left .btn {
    display: -webkit-flex; /* Safari */
    display: flex;
}
.about_con .left .More {
    width: 100px;
    padding: 10px;
    color: #fff;
    border-radius: 6px;
    background-color: #204898;
    text-align: center;
    margin-right: 10px;
}
.about_con .left .Contact {
    width: 100px;
    padding: 10px;
    color: #fff;
    border-radius: 6px;
    background-color: #ff6600;
    text-align: center;
}
.about_con .icon {
    margin-top: 40px;
    margin-bottom: 20px;
}
.about_con .icon li img {
    margin-left: calc(50% - 50px);
}
.about_con .icon li p {
    margin-top: 10px;
    color: #666;
    text-align: center;
}
.about_con .text {
    margin-top: 24px;
}
.about_con .text h4 {
    text-align: center;
    color: #000;
    margin: 40px auto;
    padding: 10px;
}
.about_con .text p {
    text-align: justify;
    color: #666;
    line-height: 30px;
}
.about_con .one {
    margin: 50px auto;
    height: 280px;
    width: 1200px;
    overflow: hidden;
    position: relative;
}
.about_con .one ul {
    height: 260px;
    width: 100000px;
    position: absolute;
    left: 0;
} /*ul width的宽不能过小*/
.about_con .one ul li {
    display: block;
    float: left;
    margin: 5px;
    height: 260px;
    border-radius: 5px;
    position: relative;
}
.about_con .one ul li a {
    display: inline-block;
    height: 260px;
}
.about_con .one ul li img {
    border-radius: 5px;
    display: block;
}
.about_con .one ul li a span {
    height: 0;
    display: block;
    background: rgba(0,0,0,0.4);
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 0px;
}
.about_con .one ul li a:hover span {
    height: 260px;
    line-height: 260px;
    font-size: 20px;
    text-align: center;
    transition: all 0.7s;
}
.about_con .group img {
    width: 100%;
}
/********************关于我们_content****************************/
/********************产品展示_content****************************/

.Product .current .recommend{
    padding:0px 16px;
    margin-bottom:20px;  
}
.Product .regard .breadcrumb{
    background-color: #204898;
}
.Product .regard .breadcrumb a{
    color:#fff;
}
.Product .current .recommend h5,
.Product .regard h5{
  background-color: #204898;
  color: #fff;
  padding: 10px;
  matgin:0; 
}
.Product .current .recommend p{
    color:#666;
    padding:10px;
    border-bottom:solid 1px #e8e8e8;
}
.Product .current .content{
    margin-bottom:20px;
}
.Product .current .content .img img{
    width:100%;
}

.Product .current .content .text{
    text-align: center;
    background-color:#204898;
    padding:10px 0 16px 0;
}
.Product .current .content .text a{
    background-color:#fff;
    color:#ff6600;
    padding:6px 10px;
    border-radius: 20px;
    margin-bottom:10px;   
}
.Product .current .content .text p{
    color:#fff;
    
}
/*************产品详情页***********/
.Product .regard .carousel-control.left{
  background-image:none;
  left:10%;  
  background-repeat: repeat-x;
 
}
.Product .regard .carousel-control.right{
  left: auto; 
  right: 10%;
  background-image:none;
  background-repeat: repeat-x;
  
}
.Product .description{
    border:solid 1px #d1d1d1;
    padding:6px;
    margin:10px 0;
}
.Product .description h4,
.Product .other h4{
    text-align: left;
    color:#000;
    padding:0px;
    font-size:16px;
    margin:0px auto;
}
.Product .regard .panel-body{
    color:#666;
    line-height:30px;
}
.Product .regard .panel-body p{
    line-height:40px;
}
.Product .inquiry{
    margin-top:20px;
}
.Product .inquiry a{
    width:200px;
    background-color:#ff6600;
    padding:10px;
    color:#fff;
    border-radius:20px;
    margin-left:calc(50% - 64px);
}
.Product .inquiry a .iconfont{
    margin-right:6px;
}
.Product .pager1 li a{
    color:#666;
}
.Product .pager1 li a strong{
    color:#000;
    margin-right:4px;
    line-height:40px;
}
.Product .pager1{
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content:space-around;
}
.Product .regard .panel-body .phone{
    margin-bottom:20px;
}
.Product .regard .panel-body .phone .text p{
    background-color: #204898;
    text-align: center;
    padding:0 10px;
    color: #fff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom:0px;
}
.Product .regard .panel-body .phone .img .bj{
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 1s ease-in;
}

.Product .regard .panel-body .phone .img{
    width:100%;
    position:relative;
    border:solid 1px #ddd;
}
.Product .regard .panel-body .phone .img img{
    width:100%;
    height:100%;
    
}
.Product .regard .panel-body .phone .img .iconfont {
    color: #fff;
    font-size: 40px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 18px);
    opacity: 0;
    transition: all 1s ease-in;
}
.Product .regard .panel-body .phone .img:hover .bj{
    opacity: 1;
}
.Product .regard .panel-body .phone .img:hover .iconfont{
    opacity: 1;
}
/********************产品展示_content****************************/
.capable .nav {
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}
.capable .nav li {
    background-color: #e9e9e9;
    padding: 10px 20px;
    color: #000;
    margin: 0 6px;
}
.capable .nav .current {
    background-color: #204898;
    padding: 10px 20px;
    color: #fff;
    margin: 0 6px;
}
.capable .content {
    padding: 0 20px;
}
.capable .content p {
    color: #666;
    line-height: 28px;
    text-align: justify;
}
.capable .content .photo img {
    width: 100%;
    position: relative;
}
.capable .content .photo li {
    padding: 0;
}
.capable .content .photo{
    margin-bottom:36px;
    padding-bottom:40px;
    border-bottom:solid 1px #f2f2f2;
}
.capable .content .photo .black {
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 1s ease-in;
}
.capable .content .photo li p {
    text-align: center;
    padding-left: 10px;
    position: absolute;
    top: calc(50% - 14px);
    color: #fff;
    font-size: 16px;
    opacity: 0;
    transition: all 1s ease-in;
}
.capable .content .photo li:hover .black {
    opacity: 1;
}
.capable .content .photo li:hover p {
    opacity: 1;
}
.capable .cap_phone li img,
.capable .skill_phone li img{
    width:100%;
}
.capable .cap_phone li,
.capable .skill_phone li{
    padding:4px;
}
.capable .Mold .img {
    position: relative;
}
.capable .Mold .black {
    width: 100%;
    height: 100%;
    background-color: #ff6600;
    background-color: rgba(255,105,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 1s ease-in;
}
.capable .Mold .text p {
    margin: 20px auto;
}
.capable .Mold .img p {
    text-align: center;
    padding-left: 10px;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 100px);
    color: #fff;
    font-size: 20px;
    opacity: 0;
    transition: all 1s ease-in;
}
.capable .Mold .img {
    overflow: hidden;
    padding: 0px;
}
.capable .Mold .img img {
    width: 100%;
    transform: scale(1);
    transition: all 0.5s ease-in;
}
.capable .Mold .img:hover .black {
    opacity: 1;
}
.capable .Mold .img:hover img {
    transform: scale(1.2);
}
.capable .Mold .img:hover p {
    opacity: 1;
}
.capable .Machine .photo2 {
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-around;
}
.capable .Machine .photo2 .img2 p {
    text-align: center;
}
.capable .phone_list{
    margin-top:10px;
}
.capable .phone_list li img{
    width:100%;
}
.Photo_display{
    display: flex;
    margin-top:10px;
}
.Photo_display .column-item .item{
    position:relative;
    padding:10px;
    overflow: hidden;
}
.Photo_display .column-item .item img{
    width:100%; 
    height:100%;
    
}
.Photo_display .column-item .item p{
    position:absolute;
    bottom:0;
    left:0;
    z-index: 555;
    padding:10px 20px;
    color:#fff;
    line-height:18px;
    transition: all 0.5s ease-in;
    transform:translate(-999px);
}
.Photo_display .column-item .bj{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    padding:10px;
    background-color:rgb(0, 0, 0, 0.5);
    transition: all 0.6s ease-in;
    transform:translate(-999px);
    
}
.Photo_display .column-item .item:hover .bj,
.Photo_display .column-item .item:hover p{
    transform:translate(0px);
}

.capable .phone_list li p{
    margin:0;
    padding:10px 0;
    line-height: 20px;
}
.capable .Detection .text2 {
    position: relative;
}
.capable .Detection .text2 .left {
    padding: 0px;
}
.capable .Detection .text2 .left img{
    width:100%;   
}
.capable .Detection .text2 .right {
    position: absolute;
    bottom: 10%;
    right: 0px;
    padding-left: 20px;
}
.capable .Detection .text2 .right h4 {
    color: #204898;
}

/********************能力展示_content****************************/
/********************新闻_content****************************/
.new_con .info{
    margin:20px 0;
    padding-bottom:20px;
    border-bottom:solid 1px #eee;
}
.new_con .info .right h3{
    color:#204898;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new_con .info .right h5{
    color:#666;  
}
.new_con .info .right p{
    color:#000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom:24px;
   
}
.new_con .info .right .see{
    color:#ff6600;
    font-size:18px;
}
.new_con .info .right .see .iconfont{
    font-size:10px;
}
/********************新闻_content****************************/

/********************新闻详情页_content****************************/
.Details h3{
   color:#204898; 
}
.Details h5{
   color:#666; 
}
.Details p{
   color:#000;
   line-height:24px;
}
.Details p strong{
   color:#204898; 
   font-size:14px; 
   line-height:40px;
}
.Details .list{
  display: -webkit-flex; /* Safari */
  display: flex;
  justify-content:space-around; 
  border-top:solid 1px #e4e4e4;
  padding-top:20px; 
  margin-top:40px;   
}
.Details .list p{
    color:#666;
}
.Details .list span{
    color:#ff6600;
}
.Details .list .right a{
    color:#666;
}

/********************新闻详情页_content****************************/

/********************联系我们_content****************************/
.contact h2{
    color:#464646;
    font-size:30px;
    font-weight: 600;
    text-align: center;
    line-height:60px;
}
.contact h4{
    color:#666; 
    text-align: center
}
.contact p{
    color:#464646;
 /*   text-align: center;*/
    line-height:20px;
    font-size:16px;
}
.contact .address{
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-around;
    color:#464646;
    font-size:18px;
    line-height:30px;
    
}
.contact .address .iconfont{
    font-size:24px;
    color:#ff6600;
}

/********************联系我们_content****************************/

/********************询盘_content****************************/

.inquiry_con {
    background-color: #f2f2f2;
    padding: 40px 0;
    margin-top: 40px;
}
.inquiry_con p {
    color: #000;
}
.inquiry_con .form-control {
    background-color: #fff;
    border: solid 1px #e6e6e6;
    border-radius: 0px;
    padding: 20px 12px;
}
.inquiry_con .btn-default {
    color: #fff;
    background-color: #ff6600;
    border: none;
}

/********************询盘_content****************************/
/************************最大宽度768****************************/
@media (max-width: 1200px) {
body {
    margin-top: 228px;
}    
.inquiry .form {
    width: 44%;
}
.about .one {
    width: 100%;
    overflow: hidden;
}
.capable .one {
    width: 100%;
    overflow: hidden;
}
.header_top .box {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
}
.header_top .right{
    margin-left:10px;
}
.quote-top{
    margin:42px 0;
    margin-top:0;
    }
    
}

@media (max-width: 1100px) {
.Product .List .tel .text p {
    font-size: 14px;
}
.Product .List .tel .iconfont {
    display: block;
    margin-left: calc(50% - 10px);
}
.inquiry .text {
    padding-left: 20px;
    position: absolute;
    top: 16%;
}
.inquiry .form {
    width: 60;
}
.about .one {
    width: 100%;
    overflow: hidden;
}
.capable .one {
    width: 100%;
    overflow: hidden;
}
.header_top .right{
   display: -webkit-flex; 
   display: flex;
}
.header_top .right a {
    margin-right: 20px;
    line-height: 16px;
}

}

@media (max-width: 991px) {
.inquiry .form {
    width: 70%;
}
.inquiry .text {
    display: none;
}
.about .right .panel-body .img img {
    width: 100%;
}
.about .one {
    width: 100%;
    overflow: hidden;
}
.capable .one {
    width: 100%;
    overflow: hidden;
}
.contact .address{
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    color:#464646;
    font-size:16px;
    line-height:30px;
}

}

/************************最大宽度768****************************/
@media (max-width: 768px) {
.header_top .left a {
    display: block;
    line-height: 20px;
    margin-left: 20px;
}
.header_top .left {
    margin: 10px auto;
}
.Product .photo .Show {
    width: calc(50% - 20px);
}
.workshop .right .content {
    padding: 0 15px;
}
.inquiry .form {
    position: inherit;
    padding: 40px 20px;
}
.Product .photo .img img {
    width: 100%;
    border: solid 1px #204898;
}
.Product .photo .text {
    background-color: #204898;
    text-align: center;
    color: #fff;
    line-height: 20px;
}
.Product .photo .show {
    padding: 0 20px;
}
.new .right {
    padding: 0 24px;
}
.new .right .date {
    padding: 8px 0;
}
.new .left {
    margin-bottom: 14px;
}
.inquiry .form {
    width: 100%;
    right: 00;
}

.header_top {
    padding: 4px 0;
    background-color:#204898;
}
.header_top .right a {
    line-height: 24px;
}
.header_top .left img {
    width: 100%;
}
.header_top .right {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top:0px;
}
.navbar .navbar-default {
    background-color: #fff;
}
    .quote-top{
        margin:20px auto;
    }
body {
    margin-top: 168px;
}
.navbar-nav .open .dropdown-menu {
    background-color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #000;
}
.about .right .panel-body .img img {
    width: 100%;
}
.Product .new .left img {
    padding: 0px;
}
.Product .new .right h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Product .new .right p {
    -webkit-line-clamp: 2;
    text-align: inherit;
}
.about .one {
    width: 100%;
    overflow: hidden;
}
.footers .link {
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.footers .link li {
    padding: 0 10px;
}
.navbar-nav>li>.dropdown-menu {
    width: 100%;
    margin-left: 0;
}
.navbar-nav .list-group-item {
    color: #000;
}
.navbar-nav .list-group {
    margin-bottom: 0px;
}
.inquiry_con {
    padding: 0 14px 20px 14px;
}
.inquiry_con .line {
    margin-bottom: 30px;
}
.capable .nav {
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px 0;
}
.capable .nav li {
    width: 80%;
    margin: 10px 4px;
    display: block;
    text-align: center;
}
.capable .Machine .photo2 {
    flex-wrap: wrap;
}
.Machine img {
    width: 100%;
}
.capable .Detection .one {
    width: 100%;
}
.capable .Detection .text2 .left img{
    width:100%;   
}
.capable .Detection .text2 .right{
    position: inherit;  
 }
.new_con .info .right h3{
    width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.contact .address{
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    color:#464646;
    font-size:16px;
    line-height:30px;   
}
.donation-plz .form-portlet .glyphicon {
    position:absolute;
    top:4%;
    right:10%;
    color:#666;
}
.Product .regard .panel-body .phone .text p{
    line-height:30px;
    padding:0 10px;
}
/*能力——测试*/    
.capable .phone_list li {
    border:solid 1px #c0bbb7; 
    margin-top:10px;
    padding:10px;
    }
.Photo_display{
    display: flex;
    /*flex-flow: column wrap;
    */width: 100%;
}
.Photo_display .column-item .item {
    position: relative;
    padding: 4px;
    overflow: hidden;
}
}
/************************最大宽度768结束****************************/
