﻿body{
    background: #f4f4f4;
}

/*页码*/
.con_page{
    width: 100%;
    height: 35px;
    text-align: center;
    margin: 60px 0 40px;
}
.page_list{
    display: inline-block;
    height: 35px;
}
.page_list li{
    display: inline;
    float: left;
    height: 35px;
    line-height: 35px;
    color: #333;
}
.page_list li:nth-child(3),.page_list li:last-child{
    margin: 0 10px;
}
.page_list li a{
    display: block;
    height: 36px;
    line-height: 36px;
    color: #333;
    border: 1px solid #008594;
    box-sizing: border-box;
    padding: 0 10px;
    float: left;
    margin: 0 5px;
    transition:.5s;
}
.page_list li a:hover{
    background: #008594;
    color: #FFFFFF;
    border: 1px solid #008594;
}


.inner_img{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.inner_img img{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.two_nav_bor{
    position:relative;
}
.button{
    width:auto;
    line-height:70px;
    text-align:center;
    position:absolute;
    top:0;
    right:20px;
}
.button a{
    min-width:60px;
    max-width:80px;
    overflow:hidden;
    display:block;
    color:#008594;
}
.two_nav{
    margin:30px auto;
    padding:5px 0 5px 5px;
    /*background:#f7f7f7;*/
    height:70px;
    overflow:hidden;
    transition:all 1s;
    box-shadow: 0px 5px 8px -3px #dfdfdf;
}
.two_nav li{
    float:left;
    line-height:50px;
    margin:5px 5px;
    min-width:170px;
    text-align:center;
    border-radius: 5px;
    /*background:#fff;*/
    transition:all 1s;
}
.two_nav li:hover{
    background:#008594;
}
.two_nav li a{
    border-bottom: 1px #008594 dashed;
}
.two_nav li:hover a{
    color:#fff;
}
.sel_on{
    background:#008594 !important;
}
.sel_on a{
    color:#fff;
}


/************产品列表页************/
.two_product ul li{
    width: auto;
    min-height: 320px;
    height: 100%;
    float: left;
    padding: 10px 10px 0 10px;
    background: #fff;
    margin-right: 45px;
    margin-bottom: 20px;
    transition: all .6s;
    display: table;
}
.two_product ul li a{
    display: table-cell;
    vertical-align: middle;
}
.two_product ul li:hover{
    box-shadow: 0px 0px 10px 4px #ddd;
}
.two_product ul li:nth-child(3n){
    margin-right: 0;
}
.two_product ul li .two_product_img{
    width: 350px;
    height: 210px;
    overflow: hidden;
    text-align: center;
}
.two_product ul li .two_product_img img{
    width: auto;
    height: 100%;
    display:inline-block;
}
.two_product ul li span{
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: .6s; 
    height: 0;
}
.two_product ul li:hover span{
    margin: 30px auto;
    height: auto;
}




/*产品详情*/
.content{
    width: 1200px;
    margin: 60px auto 40px;
    min-height: 600px;
}
.product_cont .product_img{
    float: left;
    width: 40%;
    height: auto;
}
.product_cont .product_img img{
    width: 100%;
    height: 100%;
}
.product_cont .product_txt{
    float: right;
    width: 55%;
}
.product_cont .product_txt h2{
    font-size: 24px;
    margin-bottom: 10px;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
    color: #666;
}
.product_cont .product_txt h2 a{
    border-bottom: 2px solid #008594;
    display: inline;
    padding-bottom: 5px;
    color: #000;
}
.product_cont .product_txt p{
    line-height: 30px;
}
.product_cont h3{
    width: 100%;
    background: #ccc;
    line-height: 40px;
    margin: 30px 0;
    padding-left: 20px;
    box-sizing: border-box;
}
.product_details{ min-height: 300px;}
.product_details p>img{max-width:100%;margin:0 auto;}
.product_details p{
    line-height: 30px;
    text-indent: 2em;
}

.fenye{
    border-top: 1px solid #999;
    padding-top: 20px;
    margin-top: 40px;
}
.fenye h4{ float: left;}
.fenye h4:last-child{ float: right;}
.fenye h4 a{
    display: inline;
    font-size: 18px;
    line-height: 30px;
    color: #008594;
    text-decoration: underline;
}




/*****新闻列表页*****/
.cen_content {
    width: 1200px;
    min-height: 400px;
    margin: 50px auto;
}
.cen_content h2 {
    font-size: 24px;
    line-height: 80px;
    text-align: center;
    color: #333;
}
.cen_content h2 span {
    display: inline-block;
    font-size: 24px;
    line-height: 80px;
    text-align: center;
    color: #008594;
    text-transform: uppercase;
}
.news_cen_content .first_news{
    width: 1200px;
    height: 350px;
    overflow: hidden;
    padding: 15px 0;    
    margin: 0 auto;
}
.news_cen_content .first_news li{
    float: left;
    height: 100%;
    padding: 30px;
    overflow: hidden;
}
.news_cen_content .first_news li:first-child{
    width: 40%;
    height: 100%;
    padding-left: 0;
    margin-right: 3px;

}
.news_cen_content .first_news li:last-child{
    width: 58%;
    border-left: 1px solid #eee;
}
.news_cen_content img,.news_cen_content .first_news div{
    width: 100%;
    text-align: center;
    height: 100%;
    margin: 0 auto;
}
.news_cen_content h2,.news_cen_content ul span,.news_cen_content .first_news div,.news_cen_content ul p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_cen_content ul h2{
    font-size: 20px;
    line-height: 40px;
    width: 80%;
    margin: 0 auto 15px;
    -webkit-line-clamp: 1;
}
.news_cen_content ul span{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-align: center;
    margin: 0 auto 20px;
    -webkit-line-clamp: 1;
}

.news_cen_content div p{
    color: #333;
    width: 100%;
    line-height: 30px;
    text-align: left;
    text-indent: 32px;
    -webkit-line-clamp: 4;
}
.news_cen_content .first_news li:last-child div{
    height: 150px;
    -webkit-line-clamp: 5;
}
.news_cen_content ul div:hover p{
    color: #008594;
}

.news_cen_content .else_news li{
    width: 100%;
    height: 120px;
    padding-bottom: 20px;
    margin: 30px 0;
    border-bottom: 1px dashed #999;
}
.news_cen_content .else_news li:hover{
    border-bottom: 1px dashed #008594;
}
.news_cen_content .else_news li a .date{
    width: 80px;
    height: 80px;
    float: left;
    border: 1px solid #eee;
    background: #f6f6f6;
    margin-top: 10px;
}
.news_cen_content .else_news li a .date h4{
    font-size: 30px;
    line-height: 50px;
    color: #999;
    text-align: center;
}
.news_cen_content .else_news li a .date h3{
    font-size: 18px;
    line-height: 30px;
    color: #aaa;
    text-align: center;
}
.news_cen_content .else_news .news_content{
    width: 1120px;
    float: left;
    padding-left: 30px; 
}
.news_cen_content .news_content h2{
    font-size: 20px;
    line-height: 40px;
    text-align: left;
    width: 1000px;
    margin: 0;
    -webkit-line-clamp: 1;
}
.news_cen_content .news_content p{
    -webkit-line-clamp: 2;
}


/*****新闻详情页*****/
.two_news_details h3,.two_news_details span{
    text-align: center;
    color: #888;
    line-height: 80px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.two_news_details h3{
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 40px;
    color: #333;
}
.two_news_details p{
    font-size: 18px !important;
    color: #666;
}
.two_news_details ul li a{
    display: inline-block;
}
.two_news_details ul li:hover a{
    color: #008594;
}
.two_news_details ul li{
    float: left;
}
.two_news_details ul li:last-child{
    float: right;
}


/*****about界面*****/
.two_about p{
    font-size: 16px;
    line-height: 30px;
    text-indent: 32px;
}
.two_about img{
    margin: 15px auto;
    max-height: 1200px;
}

/*荣誉*/
.honor{}
.col-sm-6{
    width: 25%;
    float: left;
    padding: 0 12px;
    box-sizing: border-box;
}
.thumbnail{ width: 100%;}
.thumbnail a{
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.thumbnail a img{
    width: 100%;
    height: 100%;
    font-size: 16px;
    transition: 1s;
}
.thumbnail a img:hover{
    transform: scale(1.1);
}
.thumbnail .caption{
    font-size: 16px;
    text-align: center;
    margin: 10px 0 20px 0;
}

.honors .col-sm-6{
    width: 230px;
    float: left;
    margin: 0 8px;
    padding: 0;
    box-sizing: border-box;
}
.honors  .thumbnail a{
    width: 100%;
    height: 330px;
    overflow: hidden;
    border: 2px solid #ccc;
    box-sizing: border-box;
}

/*****留言板****/
.user_mesg h2{margin-bottom: 30px;}

.fl{float:left;display:inline-block;}
.fr{float:right;display:inline-block;}
.user_mesg{width:980px;margin:40px auto;}
.user_mesg input, .user_mesg select, .user_mesg textarea{border:1px solid #ccc;color:#666;}
.user_mesg .star{color:#dd2218;display:inline-block;padding:0 5px;vertical-align:middle;}
.user_mesg .star1{color:#FFF;display:inline-block;padding:0 5px;vertical-align:middle;}
.user_mesg .quick_liuyan_con{overflow:hidden;}
.user_mesg .quick_liuyan_con p{margin-bottom:10px;}
.user_mesg .item-right input{padding:5px 2px;}
.user_mesg .btn-mesSubmit{float:left;line-height:36px;}
.user_mesg textarea{font-size: 14px;padding:5px;color:#666;resize:none;height:148px;width:365px;border-radius:5px;background-color:#faf8f9;}
.user_mesg .item{margin-bottom:16px;_height:31px;text-align:left }
.user_mesg .item span{display:block;float:left;width:128px;margin-right:10px;text-align:right;line-height:30px;font-size:16px;color:#333333;}
.user_mesg .item:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.user_mesg .item input[type="text"]{padding:5px;width:365px;font-size:16px;border-radius:5px;background-color:#faf8f9;}
.user_mesg .item input[type="text"]:focus{outline:1px solid #008594;border-color:#008594;}
.user_mesg .item textarea:focus{outline:1px solid #008594;border-color:#008594;}
.user_mesg .item input:disabled, .user_mesg .item textarea:disabled, .user_mesg .item select:disabled{background:#eee;}
.user_mesg .item-right{float:left;}

.user_mesg .item .btn-mesSubmit{display:block;width:180px;height:40px;border:1px solid #008594;background:#008594;color:#fff;border-radius:5px;line-height:30px;float:left;font-size:18px;margin-left:139px;_margin-left:37px;margin-right:30px;font-family:Microsoft Yahei;cursor:pointer }
.user_mesg .item .btn-mesSubmit:hover{background:#fff;color:#008594;}
.user_mesg .item .btn-mesSubmit:disabled{background:#ccc;}

/*add form right*/
.form-right{width:350px;max-height:300px;margin:108px 0 0 25px;border:1px solid #008594;border-radius:5px;position:relative;}
.form-right h3{width:100%;height:46px;padding-left:40px;line-height:46px;font-size:16px;background:#008594;color:#fff;display: inline-block;}
.form-right h3 span{font-size:18px;font-weight:bold;color:#ffffff;display: inline-block; letter-spacing: 4px;}
.form-right ul{max-height:254px;padding:0 12px;overflow-y:auto;overflow-x:hidden;}
.form-right ul li{width:325px;min-height:40px;border-bottom:dashed 1px #999999;font-size:14px;color:#666666;cursor:pointer;}
.form-right ul li a{width:100%;height:100%;display:block;font-size:14px;}
.form-right ul li:hover{border-bottom:dashed 1px #008594;color:#008594;}
.form-right ul li:hover a{text-decoration:none;}
.form-right ul li:hover p{color:#008594;}
.form-right ul li p{line-height:40px;font-size:14px;display:inline;color:#666666;cursor:pointer;}
