@charset "utf-8";
/* CSS Document */

div {
    /*margin: 0 auto*/
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

* {
    font-family: 微软雅黑, iconfont !important;
}

body {
    font: 14px 微软雅黑, SimHei, SimSun, Verdana, Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    color: #222
}

address, cite, dfn, em, var {
    font-style: normal
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace
}

small {
    font-size: 12px
}

s ol, ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #999;
}


sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {

}

table {
    border-collapse: collapse;
    border-spacing: 0
}


.w1280 {
    width: 1280px;
    margin: 0 auto;
}
.w1500 {
    width: 1500px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.index_t {
       text-align: center;
    line-height: 35px;
    padding: 50px 32px 40px 0;
    font-weight: lighter;
    background: #39a5ea;
}

.index_t div {
    font-size: 48px;
    color: #ffffff;
}

.index_t h2 {
    font-size: 30px;
   color: #f7f7f7;
}

/*广告*/
.ggbg img {
    width: 100%;
}

.liuyan {
    position: fixed;
    bottom: 40px;
    right: 40px;
}

/*top*/
.top {
    display: none;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #eee;
    color: #999;
}

.top a {
    line-height: 35px;
}

/*热门关键词*/
.main-keywords {
    display: none;
    background: #efefef;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.main-keywords h1 {
    width: 1280px;
    margin: 0 auto;
    background: #e6e6e6;
    padding: 0 10px;
}

.main-keywords h1:before {
    content: '热门关键词: ';
}

.product-classifies {
    margin: 20px auto;
    height: 40px;
}

.product-classifies li {
    float: left;
    height: 40px;
    width: 100px;
    margin-right: 10px;
}

.product-classifies li a {
    display: block;
    height: 40px;
    color: #333;
    border: 1px solid #cecece;
    line-height: 40px;
    text-align: center;
}

/*head&nav*/
.head {
    height: 120px;
}

.head .logo {
    padding-top: 16px;
}

.head .tel {
    /*padding-top: 25px;*/
}

.nav {
    font-size: 0;
    background-size: 100%;
    background: #39a5ea;
}

.nav .breadcrumbnav {
    background: #39a5ea;
}

.nav .breadcrumbnav li {
    display: inline-block;
    text-align: center;
    width: 180px;
    height: 50px;
    line-height: 50px;
    position: relative;
}

.nav .breadcrumbnav li a {
    font-size: 20px;
    font-weight: lighter;
    color: #fff;
}

.nav .breadcrumbnav li:hover {
    background: #2291d8;
}

.nav .breadcrumbnav .nav_list {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    background: #39a5ea;
    display: none;
    z-index: 9999;
}

.nav .breadcrumbnav .nav_list a {
    color: #fff;
    font-size: 16px;
}

.nav .breadcrumbnav li:hover .nav_list {
    display: block;
}

/*banner*/

.banner {
    margin-top: 62px;
    width: 100%;
    height: 703px;
    font-size: 0;
    overflow: hidden;
    position: relative;
}

.banner_img {
    width: 100%;
    height: 703px;
    position: absolute;
    left: 0;
    top: 0;
}

.banner_img li {
    width: 100%;
    height: 703px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    list-style: none;
}

.banner_list {
    height: 50px;
    bottom: 0px;
    position: absolute;
    margin: 0 auto;
    z-index: 1;
    left: 0;
    right: 0;
}

.banner_list span {
    display: block;
    cursor: pointer;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 3px solid #555;
    float: left;
    margin: 0 5px;
}

.banner_list .spcss {
    border: 3px solid yellowgreen;
}

.banner_left {
    position: absolute;
    height: 90px;
    width: 60px;
    top: 50%;
    left: -60px;
    background-color: rgba(73, 72, 62, 0.6);
    margin-top: -45px;
    text-align: center;
    transition: all .80s;
    z-index: 2;
}

.banner_left:hover {
    background-color: rgba(73, 72, 62, 0.9);
}

.banner_right {
    position: absolute;
    height: 90px;
    width: 60px;
    top: 50%;
    right: -60px;
    background-color: rgba(73, 72, 62, 0.6);
    margin-top: -45px;
    text-align: center;
    transition: all .80s;
    z-index: 2;
}

.banner_right:hover {
    background-color: rgba(73, 72, 62, 0.9);
}

.banner_left img {
    /*margin-top: 22px;*/
}

.banner_right img {
    /*margin-top: 22px;*/
}

/*about*/
.about_bg {
    padding: 40px 0 20px 0;
}

.about_bg .fl img {
    width: 665px;
}
.about_bg .fr {
    width: 725px;
}

.about_bg .fr h2 {
    font-size: 30px;
    color: #333333;
}

.about_bg .fr div {
    color: #999999;
    font-size: 16px;
    font-weight: lighter;
    padding-bottom: 30px;
}

.about_bg .fr p {
    font-size: 18px;
    font-weight: lighter;
    color: #000000;
    line-height: 55px; text-align:justify;
}

/*优势*/
.youshi {
    font-size: 0;
    text-align: center;
    padding: 40px 0;
}

.youshi ul li {
    float: left;
    width: 25%;
}

.youshi ul li h3 {
    font-size: 20px;
    color: #333333;
    line-height: 35px;
    font-weight: bold;
    padding: 20px 0 5px 0;
}

.youshi ul li p {
    font-size: 14px;
    color: #999999;
    font-weight: lighter;
    line-height: 25px;
    padding: 0 60px;
}

/*产品展示*/
.product_bg {
    background: #f0f0f0;
    padding: 40px 0 20px 0;
}

.pro_show {
    width: 1280px;
}

.pro_show_n li p {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    display: block;
}

.pro_show_n li {
    width: 305px;
    float: left;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
}

.pro_show_n li:nth-child(4n) {
    margin-right: 0;
}

.pro_show_n li a {
    overflow: hidden;
    font-size: 16px;
    font-weight: lighter;
    color: #999;
}

.pro_show_n li a.picshow1 {
    width: 262px;
    height: 213px;
    overflow: hidden;
    display: block;
}

.pro_show_n li img {
    width: 100%;
    overflow: hidden;
}

.pro_show_n li h4 {
    font-weight: lighter;
    font-size: 16px;
    line-height: 35px;
    color: #999;
}

div#link_logo {
    overflow: hidden;
    width: 100%;
    height: 500px;
}

div#link_logo1 {
    overflow: hidden;
}

/*案例*/
.case_bg {
    padding: 60px 0 20px 0;
    font-size: 0;
}

.case_bg .index_t {
    text-align: left;
    padding-top: 0;
}

.case_bg .case_l {
    width: 615px;
}

.case_bg .case_r {
    width: 610px;
}

.case_bg .case_l ul li {
    margin-bottom: 40px;
}

.case_bg .case_l ul li .fl {
    width: 100px;
    -webkit-text-stroke: 1px #b8b8b8;
    color: #fff;
    font-weight: bold;
    font-size: 90px;
    line-height: 90px;
}

.case_bg .case_l ul li .fr {
    width: 460px;
}

.case_bg .case_l ul li .fr h3 {
    font-size: 20px;
    color: #333333;
    padding-bottom: 10px;
}

.case_bg .case_l ul li .fr p {
    font-size: 16px;
    color: #999999;
    line-height: 25px;
    font-weight: lighter;
}

.case_bg .case_r img {
    width: 100%;
}

.case_com {
    background: #39a5ea;
    color: #fff;
    font-size: 20px;
    font-weight: lighter;
    line-height: 35px;
    text-align: center;
    padding: 40px 0;
}


/*新闻*/
.new_bg {
    padding: 0px 0 70px 0;
}
.new_bg ul{   padding: 20px; border: 1px solid #eee;  padding-top: 5px; }
.new_bg ul li {
    float: left;
    /* width: 458px;
    margin-right: 25px; */
	border-top:1px solid #fff ;
	padding-top: 5px; 
	width: 31.33%;
	margin:0px 1%;
}

.new_bg ul li:nth-child(3n) {
    margin-right: 0;
}

.new_bg ul li img {
    width: 100%;
    height: 250px;
}

.new_bg ul li h2 {
    font-size: 18px;
    line-height: 50px;
    color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.new_bg ul li h2:hover {
   
    color: #84c95f;
}

.new_bg ul li p {
    font-size: 15px;
    color: #888;
    line-height: 25px;
    font-weight: lighter; text-align: justify;
}

.new_bg ul li div {
    font-size: 13px;
    color: #ccc;
    line-height: 25px;
    font-weight: lighter;
	padding-top: 5px;
	margin-bottom:10px;
	text-align: right; padding-right: 10px;
}
.new_bg ul li:nth-of-type(n+4) { border-top:1px solid #eee ;}
.new_bg ul li:nth-of-type(n+4) div{ margin-bottom:0px; } 

/*首页留言*/
.index_message {
    background: #39a5ea;
    height: 320px;
    margin-bottom: 220px;
}

.index_message .index_t h2 {
    color: #fff;
}

.index_message .form-group {
    float: left;
    width: 300px;
    margin-bottom: 30px;
    margin-right: 150px;
}

.index_message .form-group:nth-child(3n) {
    margin-right: 0;
}

.index_message form {
    background: #fff;
    padding: 40px;
    box-shadow: 1px 1px 10px #ebebeb;
    margin-bottom: 80px;
}

.index_message p {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
}

.index_message span {
    color: red;
    padding-right: 5px;
}

.index_message .form-group input {
    width: 300px;
    line-height: 40px;
    height: 40px;
    background: #eeeeee;
    text-indent: 10px;
}

.index_message .form-group textarea {
    width: 800px;
    background: #eeeeee;
    height: 80px;
    line-height: 25px;
    text-indent: 10px;
}

.index_message .submit {
    float: right !important;
    width: 185px !important;
}

.index_message .submit button {
    background: #39a5ea;
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
    line-height: 45px;
    margin-top: 30px;
}

.index_message .submit div p {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    text-align: right;
    margin-top: 80px;
}


/*footer*/
footer {
    background: #040d12;
    padding: 40px 0;
}

footer .fl {
    margin-top: 40px;
}

footer h3 {
    font-size: 20px;
    color: #fff;
    font-weight: lighter;
    margin-bottom: 30px;
}

footer .foot_l {
    width: 465px;
}

footer .foot_l div {
    font-size: 16px;
    font-weight: lighter;
    color: #a4a6a7;
    line-height: 30px;
}

footer .foot_l div p {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}

footer .foot_l .wx {
    position: relative;
    margin-right: 10px;
}

footer .foot_l .wx > img {
    display: none;
    position: absolute;
    width: 150px;
    bottom: 80px;
}

footer .foot_l .wx:hover > img {
    display: block;
}

footer .foot_m {
    width: 575px;
}

footer .foot_m div {
    font-size: 16px;
    font-weight: lighter;
    color: #a4a6a7;
    line-height: 30px;
    padding-right: 200px;
}

footer .foot_r {
    width: 240px;
}

footer .foot_r div ul li a {
    font-size: 16px;
    font-weight: lighter;
    color: #a4a6a7;
    line-height: 30px;
}

/*company*/
.company {
    margin-bottom: 60px;
}

.sort_list {
    margin-top: 40px;
}

.sort_list .sort_list_l {
    width: 380px;
}

.sort_list .sort_list_l .index_t {
    text-align: right;
}

.sort_list .sort_list_l .index_t div {
    font-size: 48px;
    margin-bottom: 10px;
}

.sort_list .sort_list_l .index_t h2 {
    font-size: 30px;
}

.sort_list .sort_list_l ul {
    background: #efefef;
}

.sort_list .sort_list_l ul li a {
    color: #999999;
    font-size: 16px;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #e0e0e0;
    display: block;
    font-weight: lighter;
}

.sort_list .sort_list_l ul li:hover a {
    background: #39a5ea;
    color: #fff;
}

.sort_list_l_phone {
    background: #000002;
    padding: 30px;
}

.sort_list_l_phone .fl {
    width: 58px;
}

.sort_list_l_phone .fr {
    width: 240px;
}

.sort_list_l_phone div {
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
}

.sort_list_l_phone p {
    font-weight: bold;
    font-size: 30px;
}

.sort_list_r {
    width: 830px;
    padding-top: 50px;
}

.breadcrumb {
    padding-bottom: 20px;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb li:after {
    content: '>';
}

.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb li a {
    font-size: 14px;
    color: #999999;
    font-weight: lighter;
}

.page_content {
    font-size: 16px;
    font-weight: lighter;
    color: #999;
    line-height: 35px;
}

/*留言*/
.message_form .form_group {
    line-height: 40px;
    margin-bottom: 20px;
    vertical-align: top;
}

.message_form .form_group input {
    line-height: 40px;
    border: 1px solid #999;
    width: 400px;
    border-radius: 5px;
}

.message_form .form_group textarea {
    width: 400px;
    border: 1px solid #999;
    line-height: 30px;
    border-radius: 5px;
}

/*分页*/
.sort_news_right .sort_news_list .pagination {
    text-align: center;
}

.sort_news_right .sort_news_list .pagination .page-item {
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #999;
    font-size: 16px;
    line-height: 30px;
}

.sort_news_right .sort_news_list .pagination .page-item:first-child {
    border: 1px solid #999999;
    border-radius: 50%;
}

.sort_news_right .sort_news_list .pagination .page-item:last-child {
    border: 1px solid #999999;
    border-radius: 50%;
}

.sort_news_right .sort_news_list .pagination .page-item span {
    font-size: 16px;
}

.sort_product_right .sort_product_list .pagination {
    text-align: center;
}

.sort_product_right .sort_product_list .pagination .page-item {
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #999;
    font-size: 16px;
    line-height: 30px;
}

.sort_product_right .sort_product_list .pagination .page-item:first-child {
    border: 1px solid #999999;
    border-radius: 50%;
}

.sort_product_right .sort_product_list .pagination .page-item:last-child {
    border: 1px solid #999999;
    border-radius: 50%;
}

.sort_product_right .sort_product_list .pagination .page-item span {
    font-size: 16px;
}

.sort_case_right .sort_case_list .pagination {
    text-align: center;
}

.sort_case_right .sort_case_list .pagination .page-item {
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #999;
    font-size: 16px;
    line-height: 30px;
}

.sort_case_right .sort_case_list .pagination .page-item:first-child {
    border: 1px solid #999999;
    border-radius: 50%;
}

.sort_case_right .sort_case_list .pagination .page-item:last-child {
    border: 1px solid #999999;
    border-radius: 50%;
}

.sort_case_right .sort_case_list .pagination .page-item span {
    font-size: 16px;
}

/*上一条-下一条*/
.liu_d {
    margin-top: 40px;
}

.liu_d a {
    padding: 5px 20px;
    line-height: 30px;
    border: 1px solid #eee;
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: lighter;
}

.liu_d a:hover {
    background: #72bb2a;
    color: #fff;
}

/*sort_news*/
.sort_news_list {
    margin-top: 40px;
        margin-right: 50px;
    margin-left: 50px;
}

.sort_news_list .sort_news_left {
    width: 380px;
}

.sort_news_list .sort_news_left .index_t {
    text-align: right;
}

.sort_news_list .sort_news_left .index_t div {
    font-size: 48px;
}

.sort_news_list .sort_news_left .index_t h2 {
    font-size: 30px;
}

.sort_news_list .sort_news_left ul {
    background: #efefef;
}

.sort_news_list .sort_news_left ul li a {
    color: #999999;
    font-size: 16px;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #e0e0e0;
    display: block;
    font-weight: lighter;
}

.sort_news_list .sort_news_left ul li:hover a {
    background: #39a5ea;
    color: #fff;
}

.sort_news_right form {
    margin-bottom: 30px;
}

.sort_news_right .form_shaixuan input {
    opacity: 0;
    position: absolute;
}

.sort_news_right .form_shaixuan {
    margin-bottom: 20px;
}

.sort_news_right .form_shaixuan .active {
    background: #e7e7e7;
    border-radius: 20px;
    color: #000;
}

.sort_news_right .form_shaixuan label {
    padding: 0 20px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #999;
}

.sort_news_right form > input {
    line-height: 40px;
    background: url(../img/search-img.png) no-repeat #efefef;
    width: 500px;
    background-size: 30px;
    background-position: 5px 5px;
    padding-left: 40px;
}

.sort_news_right form button {
    margin-left: 20px;
    line-height: 40px;
    width: 100px;
    color: #fff;
    background: #39a5ea;
    border-radius: 5px;
}

.sort_news_right .sort_news_list .sort_news_list_ul li {
    float: left;
    margin-right: 25px;
    width: 240px;
    padding: 10px;
    margin: 20px 0;
}

.sort_news_right .sort_news_list .sort_news_list_ul li:nth-child(3n) {
    margin-right: 0;
}

.sort_news_right .sort_news_list .sort_news_list_ul li:hover {
    background: #efefef;
}

.sort_news_right .sort_news_list .sort_news_list_ul li a h2 {
    font-size: 18px;
    color: #666666;
    border-bottom: 1px solid #bfbfbf;
    font-weight: lighter;
    padding-bottom: 10px;    height: 42px;
}

.sort_news_right .sort_news_list .sort_news_list_ul li a span {
    font-size: 14px;
    color: #999;
    font-weight: lighter;
    margin-top: 20px;
    display: block;
    margin-bottom: 10px;
}

.sort_news_right .sort_news_list .sort_news_list_ul li a p {
    font-size: 14px;
    color: #999;
    font-weight: lighter;
    line-height: 30px;
}

.sort_news_right .sort_news_list .sort_news_list_ul li a div {
    text-align: right;
    color: #333;
    font-weight: lighter;
    margin: 10px 0;
}


/*info_news*/
.info_news_right h2 {
    font-size: 16px; font-size: 28px;
    font-weight: bold;
    font-family: 微软雅黑;
    height: 30px;
    line-height: 30px;
    text-align: center;

}

.info_news_right span {
    color: #999;
    font-weight: lighter;
}

.info_news_content {
    font-family: 宋体;
/*    font-size: 14px;*/
    font-size: 15px;
    font-weight: lighter;
    color: #313131;
    line-height: 40px;
    margin-top: 30px;
	text-align: justify;
}
.tong_liulan {
    border-bottom: #999 1px dotted;
    margin: auto;
    width: 100%;
    line-height:55px;
  /*  height: 25px; */
    color: #666; color: #999;
    text-align: center;
}

/*info_product*/
.info_product_right h2 {
    font-size: 25px;
    color: #404040;
    display: inline-block;
    line-height: 35px;
}

.info_product_right span {
    color: #999;
    font-weight: lighter;
}

.sort_product_list {
    margin-top: 40px;
}

.sort_product_list .sort_product_left {
    width: 380px;
}

.sort_product_list .sort_product_left .index_t {
    text-align: right;
}

.sort_product_list .sort_product_left .index_t div {
    font-size: 48px;
}

.sort_product_list .sort_product_left .index_t h2 {
    font-size: 30px;
}

.sort_product_list .sort_product_left ul {
    background: #efefef;
}

.sort_product_list .sort_product_left ul li a {
    color: #999999;
    font-size: 16px;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #e0e0e0;
    display: block;
    font-weight: lighter;
}

.sort_product_list .sort_product_left ul li:hover a {
    background: #39a5ea;
    color: #fff;
}

#product_info_img {
    width: 65%;
    height: 599px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    float: left;
}
.you {
    float: right;
    width: 32.7%;
}

/*大图片*/
#product_info_img .pic {
    width: 100%;
    height: 599px;
    position: relative;
}

#product_info_img .pic ul li {
    list-style: none;
    width: 100%;
    height: 599px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

#product_info_img .pic ul li.first {
    display: block;
}

#product_info_img .pic ul li img {
    width: 100%;
}

/*按钮*/
#product_info_img .but {
    width: 104px;
    height: 10px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -52px;
}

#product_info_img .but ul li {
    list-style: none;
    width: 10px;
    height: 10px;
    float: left;
    margin: 0 5px;
    background-color: white;
    border-radius: 50%;
}

#product_info_img .but ul li.first {
    background-color: red;
}

/*图片导航*/
#product_info_img .picnav {
    width: 625px;
    height: 86px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: -86px;
    left: 50%;
    margin-left: -312px;
}

#product_info_img .picnav ul li {
    list-style: none;
    width: 115px;
    height: 75px;
    float: left;
    margin: 5px;
}

#product_info_img .picnav ul li.first {
    border-bottom: 4px solid red;
}

#product_info_img .picnav ul li img {
    width: 115px;
    height: 70px;
}


/*sort_product*/
.sort_product_right {
    width: 830px;
}

.sort_product_right form {
    margin-bottom: 30px;
}

.sort_product_right .form_shaixuan input {
    /*opacity: 0;*/
    /*position: absolute;*/
}

.sort_product_right .form_shaixuan {
    margin-bottom: 20px;
}

.sort_product_right .form_shaixuan .active {
    background: #e7e7e7;
    border-radius: 20px;
    color: #000;
}

.sort_product_right .form_shaixuan label {
    padding: 0 20px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #999;
}

.sort_product_right form > input {
    line-height: 40px;
    background: url(../img/search-img.png) no-repeat #efefef;
    width: 500px;
    background-size: 30px;
    background-position: 5px 5px;
    padding-left: 40px;
}

.sort_product_right form button {
    margin-left: 20px;
    line-height: 40px;
    width: 100px;
    color: #fff;
    background: #39a5ea;
    border-radius: 5px;
}

.sort_product_right .sort_product_list .sort_product_list_ul {
    font-size: 0;
}

.sort_product_right .sort_product_list .sort_product_list_ul li {
    float: left;
    margin-right: 25px;
        width: 256px;
    padding: 10px;
    margin: 5px 0;
}

.sort_product_right .sort_product_list .sort_product_list_ul li:nth-child(4n) {
    margin-right: 0;
}

.sort_product_right .sort_product_list .sort_product_list_ul li img {
    width: 100%;    height: 200px;
}

.sort_product_right .sort_product_list .sort_product_list_ul li h4 {
    font-size: 16px;
    color: #999;
    font-weight: lighter;
    line-height: 40px;
    text-align: center;
}

.sort_product_right .sort_product_list .sort_product_list_ul li:hover {
    background: #0c45b9;
}

.sort_product_right .sort_product_list .sort_product_list_ul li:hover h4 {
    color: #fff;
}



/*sort_case*/
.sort_case_list {
    margin-top: 40px;
}

.sort_case_right form {
    margin-bottom: 30px;
}

.sort_case_right .form_shaixuan input {
    opacity: 0;
    position: absolute;
}

.sort_case_right .form_shaixuan {
    margin-bottom: 20px;
}

.sort_case_right .form_shaixuan .active {
    background: #e7e7e7;
    border-radius: 20px;
    color: #000;
}

.sort_case_right .form_shaixuan label {
    padding: 0 20px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #999;
}

.sort_case_right form > input {
    line-height: 40px;
    background: url(../img/search-img.png) no-repeat #efefef;
    width: 500px;
    background-size: 30px;
    background-position: 5px 5px;
    padding-left: 40px;
}

.sort_case_right form button {
    margin-left: 20px;
    line-height: 40px;
    width: 100px;
    color: #fff;
    background: #39a5ea;
    border-radius: 5px;
}

.sort_case_right .sort_case_list .sort_case_list_ul {
    font-size: 0;
}

.sort_case_right .sort_case_list .sort_case_list_ul li {
    float: left;
    margin-right: 25px;
    width: 300px;
    padding: 10px;
    margin: 20px 0;
}

.sort_case_right .sort_case_list .sort_case_list_ul li:nth-child(4n) {
    margin-right: 0;
}

.sort_case_right .sort_case_list .sort_case_list_ul li img {
    width: 100%;
}

.sort_case_right .sort_case_list .sort_case_list_ul li h4 {
    font-size: 16px;
    color: #999;
    font-weight: lighter;
    line-height: 40px;
    text-align: center;
}

.sort_case_right .sort_case_list .sort_case_list_ul li:hover {
    background: #39a5ea;
}

.sort_case_right .sort_case_list .sort_case_list_ul li:hover h4 {
    color: #fff;
}

.link_info {
    margin-top: 20px;
}

.link_info li {
    display: inline-block;
    padding: 3px;
    margin: 2px 5px;
}

/*友情链接*/
.blogroll {
    display: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #efefef;
}

.blogroll-center {
    width: 1280px;
    margin: 0 auto;
}
/*tel*/
.logo_tel {
    padding-top: 12px;
    height: 100px;
    float: right;
    background: url(../img/tel.png) left center no-repeat;
    padding-left: 70px;
    box-sizing: border-box;
    margin-top: 7px;
}
.logo_tel p {
    height: 24px;
    line-height: 22px;
    float: left;
    color: #d3d3d3;
    font-size: 15px;
    margin-top: 13px;
}
.logo_tel p span {
    display: block;
    font-size: 32px;
    color: #1048a0;
    font-weight: bold;
    margin-top: -11px;
    line-height: 72px;
}


/*head*/
div.head {
    background: #222222;
    width: 100%;
    height: 66px;
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999999;
}
div.middle {
    margin: 0px auto;
    width: 1213px;
}
a {
    text-decoration: none;
    color: #333;
}
img.logo {
    float: left;
   width: 150px;
}
img.tel {
    float: right;
    margin-top: 10px;
}
.tel {
    width: 180px;
}
div.head ul {
    float: right;
    width: 720px;
    margin-right: 65px;
}
div.head ul li {
    text-align: center;
    line-height: 64px;
    float: left;
    width: 120px;
    letter-spacing: 3px;
}
div.head ul li a {
    font-size: 16px;
    color: #e7e8e8;
    display: inline;
    padding-bottom: 20px;
}
.clear {
    clear: both;
}
div.ernavdaohang {
    width: 1920px;
    text-align: center;
    height: 65px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 66px;
    line-height: 65px;
    background: url(../img/dhb.png) repeat-x;
    display: none;
}
div.ernavdaohang a {
    font-size: 16px;
    color: #191919;
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
}
div.ernavdaohang1 {
    width: 1920px;
    height: 10px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 131px;
    display: none;
}

div.head ul li .yi:hover {
    text-decoration: none;
    color: #82c754;
    border-bottom: 2px solid #72bb2b;
}

div.head ul li .yi .era {
color: black;
}


#div3 a:hover{
    text-decoration: none;
    color:#82c754 !important;
}
/*yi*/

div.indexmiddle {
    margin: 0px auto;
    width: 1444px;
    text-align: center;
}
div.indexmiddle11 {
    margin: 0px auto;
    text-align: center;
}

div.indexmiddle img.tu1 {
    margin: 0px auto;
}
img.zzz {
    max-width: 100%;
}
div.indexmiddlenr li {
    width: 33.3%;
    display: block;
    overflow: hidden;
    float: left;
}
div.indexmiddlenr li img {
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -webkit-transition: all 1.2s ease-in-out;
}
div.indexmiddlenr li img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
/*two*/
div.index1 img.tu2 {
    margin: 0px auto;
}
div.index1 {
    text-align: center;
}
div.middle {
    margin: 0px auto;
    width: 1213px;
}
/*fuwuguodekehu*/
.cor_self {
    /*height: 800px;*/
}
.indexcor {
    text-align: center;
    width: 1424px;
    max-width: 95%;
    margin: auto;
}
img.imgwds {
    margin: auto;
}
.cor_self ul li {
    margin-bottom: 30px;
    float: left;
    width: 20%;
    cursor: pointer;
    position: relative;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.6;
    filter: alpha(opacity=0.6);
}
.hasdiv {
    overflow: hidden;
    display: block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: rotate(0deg);
}


.cor_self ul li p {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    padding-bottom: 41%;
    display: none;
    display: block;
}
.animates {
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}


.cor_self ul li .bkg {
    padding-bottom: 41%;
}
.hasdiv .bkg {
    display: block;
    width: 100%;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cor_self ul li:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
    opacity: 1;
    filter: alpha(opacity=1);
}
li:hover .hasdiv .bkg {
    transform: rotate(0deg) scale(1.1);
    -webkit-transform: rotate(0deg) scale(1.1);
    -moz-transform: rotate(0deg) scale(1.1);
    -o-transform: rotate(0deg) scale(1.1);
    -ms-transform: rotate(0deg) scale(1.1);
}
.hasdiv:hover .bkg {
    transform: rotate(0deg) scale(1.1);
    -webkit-transform: rotate(0deg) scale(1.1);
    -moz-transform: rotate(0deg) scale(1.1);
    -o-transform: rotate(0deg) scale(1.1);
    -ms-transform: rotate(0deg) scale(1.1);
}
.cor_self ul li .bkg {
    padding-bottom: 41%;
}
.hasdiv .bkg {
    display: block;
    width: 100%;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cor_self ul li:hover p {
    opacity: 0;
    filter: alpha(opacity=0);
}
/*ABOUT*/
.about .fr {
    width: 680px;
}

.about .fr h2 {
    font-size: 30px;
    color: #333333;
}

.about .fr div {
    color: #999999;
    font-size: 16px;
    font-weight: lighter;
    padding-bottom: 30px;
}

.about .fr p {
    font-size: 14px;
    font-weight: lighter;
    color: #999999;
    line-height: 35px;
}
.w1424 {
    width: 1424px;
    margin: 0 auto;
}
.w1444 {
    width: 1444px;
    margin: 0 auto;
}
/*we do*/
div.wedo {
    margin-bottom: 70px;
}
div.wedo img.imgwd {
    margin: 0px auto;
}
div.wedo li {
    float: left;
    width: 16.6666%;
    position: relative;
}
div.wedo li:hover img.xian {
    display: none;
}
div.wedo li img {
    width: 100%;
}
div.wedo li:hover img.yin {
    display: block;
}
div.wedo li img.yin {
    display: none;
}
div.wedo li img {
    width: 100%;
}
div.wedo li:hover div {
    display: flex;
}
div.wedo li.zuihou div {
    left: -200%;
    background: url(../img/xian.gif) right 150px no-repeat #72bb2b;
}

div.wedo li div {
    position: absolute;
    z-index: 99999;
    height: 100%;
    top: 0px;
    left: 100%;
    width: 200%;
    display: none; 
    background: url(../img/xian.gif) left center no-repeat #72bb2b;
	align-items: center;
}
div.wedo li div p {
    font-size: 16px;
    color: #FFF;
    margin: 0px auto;
    width: 75.6%;
    line-height: 26px;
    display: block;
   /* padding-top: 147px; */
}
/*anli*/
.case_self ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	padding:0px;
	overflow: hidden;
}
.case_self ul li {
    width: 33.333%;
    cursor: pointer;
    margin-right: 0.5%;
	margin-left: 0.5%;
    margin-bottom: 1.1%;
    text-align: center;
    float: left;
    position: relative;
    overflow: hidden;
}
.case_self ul li:nth-of-type(3n+1){ margin-left: -1.5%;}
.case_self ul li:nth-of-type(3n){ margin-right: -1.5%;}
.hasdiv {
    overflow: hidden;
    display: block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: rotate(0deg);
}
li:hover .hasdiv .bkg {
    transform: rotate(0deg) scale(1.1);
    -webkit-transform: rotate(0deg) scale(1.1);
    -moz-transform: rotate(0deg) scale(1.1);
    -o-transform: rotate(0deg) scale(1.1);
    -ms-transform: rotate(0deg) scale(1.1);
}
.hasdiv:hover .bkg {
    transform: rotate(0deg) scale(1.1);
    -webkit-transform: rotate(0deg) scale(1.1);
    -moz-transform: rotate(0deg) scale(1.1);
    -o-transform: rotate(0deg) scale(1.1);
    -ms-transform: rotate(0deg) scale(1.1);
}
.case_self ul li .bkg {
    /*padding-bottom: 64.7%;*/
}
.hasdiv .bkg {
    display: block;
    width: 100%;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*.case_self ul li:hover p {
    bottom: 0px;
}*/
.case_self ul li p {
    margin-bottom: 40px;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    left: 0px;
    bottom: -40px;
    color: #FFF;
    background: rgba(0,0,0,0.3);
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.animates {
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}
.bacolor {
    width: 100%;
    background-color: #393b3e;
}
/*foots*/
.foots {
    background: #222222;
    padding: 47px 0px 38px 0px;
}
.foots2 {
    padding: 0px 0px 10px 0px;
}
.foots .fmiddle {
    display: block;
    width: 1600px;
    margin: auto;
    max-width: 96%;
}
.foots .fmiddle dl {
    float: left;
    text-align: center;
    width: 21%;
    padding-right: 3.5%;
    border-right: 1px solid #adb0b2;
    height: 210px;
}
.foots .fmiddle dl p {
    display: block;
    margin: auto;
}
.foots .fmiddle dl p img {
    display: block;
    margin: auto;
}
.foots .fmiddle dl i {
    display: block;
    height: 27px;
    margin: 27px auto 0 auto;
    font-size: 20px;
    color: #bcbfc1;
    line-height: 27px;
    font-family: 微软雅黑, iconfont !important;
}
.foots .fmiddle dl i img {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 15px;

}
.foots .fmiddle ul {
    float: left;
    padding-left: 6.0%;
    line-height: 22px;
}
.foots .fmiddle ul a.at {
    color: #FFF;
}
.foots .fmiddle ul a {
    display: block;
    color: #909090;
    font-size: 16px;
    padding-bottom: 7px; 
}
.fmiddle .friend_links{color:#999; padding-top: 15px;  margin-bottom:15px; border-top:1px solid #666}
.fmiddle .friend_links a{color:#909090; margin-right: 10px;line-height: 26px;}
.foor {
    border-left: 1px solid #adb0b2;
    float: right;
    overflow: hidden;
    padding-left: 5%;
    font-size: 16px;
    color: #909090;
}
.foor i {
    display: block;
    color: #fff;
}
.foots i, .foots em {
    font-style: normal;
}
.foor em {
    display: block;
    margin: 7px auto;
}
.foor em a{color:#909090;}
.foots i, .foots em {
    font-style: normal;
}
.foor span {
    display: block;
}
.foor span.spanbgdt img {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
/*多媒体*/
    .dli {
          color: white;
    height: 20px;
    text-align: center;
    width: 150px;
    float: left;
    border-right: 1px solid white;
    margin-bottom: 20px;
	    margin-top: 18px;
    }
    .dlia {
      /*font-weight: bold;*/
		font-size: 16px;
      color: white;
      line-height: 20px;
      
    }
    .h400 {
     /* height: 300px; */
    }
/*neiye1-case*/
div.bigcp {
    background: #f4f4f4;
    position: relative;
    padding-bottom: 30px;
}
div.ermiddle {
    margin: 0px auto;
    width: 1500px;
}
div.route {
    padding-top: 20px;
    padding-bottom: 30px;
}
span.ccc {
    display: inline-block;
    font-size: 24px;
    color: #000;
}
span.eee {
    font-size: 20px;
    color: #d3d3d4;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}
div.ernav a {
    display: inline-block;
    text-align: center;
    margin-bottom: 8px;
    border: 1px solid #d3d3d4;
    color: #b4b2b2;
    margin-right: 8px;
    font-size: 16px;
    height: 31px;
    line-height: 28px;
    padding: 0px 30px;
    border-radius: 16px; background-color: #FFF;
}
.caselili {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
}
img {
    border: 0px;
    display: block;
}
.caselili .water_user {
    background: none;
}
.water_user {
    color: #393838;
    padding: 15px 20px;
    font-size: 15px; text-align: center; 
    background: url(../img/wt.gif) center bottom no-repeat #FFF;
}
a:hover {
    text-decoration: none;
    color: #72BB2A;
}
.caselili {
    width: 477px; float: left; top: 0px; /* margin-left: 12px; */margin-bottom: 20px;
	width: 33.333%;    margin-right: 0.5%; margin-left: 0.5%;
}
.caselili:nth-of-type(3n+1){ margin-left: -1.5%;}
.caselili:nth-of-type(3n){ margin-right: -1.5%;}
div.ernav a:hover {
    color: #FFF;
    border: 1px solid #72bb2a;
    background: #72bb2a;
}
#tiles{ display: flex;  flex-flow: wrap;}
.water_option {
    height: auto;
    background: #fff;
    border-top: 0px #f0f0f0 solid;
    padding: 5px 0 37px 20px;
}
.water_option p {
    color: #858483;
    font-size: 15px;
    line-height: 22px;
    padding-top: 18px;
    text-align: justify;   
/* 	  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:5;
    line-clamp:5;
    -webkit-box-orient: vertical; */
}
.tong_list {
    width: 100%;
    margin: 10px auto;
}
.tong_list li {
    margin: auto;
    padding-bottom: 5px;
    border-bottom: #CCC 1px dotted;
    line-height: 300%;
    text-align: left;
    background: url(../img/san.gif) no-repeat left 6px;
}
.tong_list li a {
    float: left;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
	font-size: 16px;
}
.tong_list li span {
    float: right;
}
.clear {
    clear: both;
}
.page_fy {
    PADDING-RIGHT: 3px;
    PADDING-LEFT: 3px;
    PADDING-BOTTOM: 3px;
    MARGIN: 3px;
    PADDING-TOP: 3px;
    TEXT-ALIGN: center;
}
.page_fy A.focus {
    BORDER-RIGHT: #2c2c2c 1px solid;
    PADDING-RIGHT: 15px;
    BORDER-TOP: #2c2c2c 1px solid;
    PADDING-LEFT: 15px;
    FONT-WEIGHT: bold;
    PADDING-BOTTOM: 9px;
    MARGIN: 2px;
    BORDER-LEFT: #2c2c2c 1px solid;
    COLOR: #fff;
    PADDING-TOP: 9px;
    BORDER-BOTTOM: #2c2c2c 1px solid;
    BACKGROUND-COLOR: #2c2c2c;
}
.page_fy A {
    BORDER-RIGHT: #eee 1px solid;
    PADDING-RIGHT: 15px;
    BORDER-TOP: #eee 1px solid;
    PADDING-LEFT: 15px;
    PADDING-BOTTOM: 9px;
    MARGIN: 2px;
    BORDER-LEFT: #eee 1px solid;
    COLOR: #000;
    PADDING-TOP: 9px;
    BORDER-BOTTOM: #eee 1px solid;
    TEXT-DECORATION: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}
/*about-neiye*/
.img200 {
    height: 200px;
}
.cpli {
    margin-right: 20px;
    width: 274px;
    height:auto; 
    top: 0px; left: 0px;
	margin-right: 0.5%;
	margin-left: 0.5%;
	width: 19%;
    float:left; background-color: #FFF;
}
/* .cpli:nth-of-type(5n){margin-right: -0.5%;}
.cpli:nth-of-type(5n+1){margin-left: -0.5%;} */
div.bigcp {
    background: #f4f4f4;
    position: relative;
    padding-bottom: 38px;
    overflow: hidden;
}
div.aboutt {
    text-align: center;
    background: url(../img/about.jpg) center top no-repeat;
    width: 100%;
    height: auto;
}
div.aboutt2 {
    text-align: center;
    background: url(../img/about_05.png) center top no-repeat;
    width: 100%;
    height: auto;
}
div.abouttitle {
    padding-top: 55px;
    margin: 0px auto;
    text-align: center;
    display: block;
}
span.abouten {
    color: #82c14b;
    font-size: 33px;
    display: block;
    padding-bottom: 3px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
span.aboutch {
    color: #555;
    font-size: 30px;
    display: block;
    margin: 0px auto;
    text-align: center;
}
div.ab p {
    line-height: 200%;
    font-size: 17px;
    padding-top: 20px;
    padding-bottom: 45px;
}
.ab {
    width: 1376px;
    margin:0 auto;
}
div.hyystitle {
    padding-top: 75px;
    padding-bottom: 46px;
}
div.qyln {
    width: 100%;
    height: 803px;
    height: 100%;
    background: url(../img/about_02.jpg) center top no-repeat;
}
div.qylntitle {
    padding: 75px 0px 14px 0px;
}
div.qyln ul {
    margin: 0px auto;
    width: 1170px;
    max-width: 100%;
}
div.qyln ul li {
    width: 100%;
    padding-bottom: 27px;
}
div.qyln ul li img {
    float: left;
    padding-top: 3px;
}
div.qyln ul li p {
    float: right;
    width: 89.6%;
    font-size: 16px; line-height: 200%;
    color: #666;
}
div.qyln ul li p a {
    font-size: 24px;
    color: #222;
    display: inline-block;
    padding-bottom: 11px;
}
div.ryzz {
    width: 100%;
    height: auto; padding-bottom: 20px;
    background: url(../img/about_03.jpg) center top no-repeat;
}
div.ermiddle {
    margin: 0px auto;
    width: 1500px;
}
div.ryzznr p {
    float: left;
    line-height: 36px;
    color: #525252;
    font-size: 16px;
}
div.ryzznr img {
    float: right;
    width: 78.2%;
}
div.ryzztitle {
    padding: 70px 0px 44px 0px;
}
div.job{
    /* max-height: 803px; */
    height: 100%;
    padding-bottom: 40px;
    margin-bottom: -38px;
    width: 100%;
    text-align: center;
    background-color: #f1f1f1;
    /*background: url(../img/about_04.jpg) center top no-repeat;*/
}
div.jointitle {
    padding: 75px 0px 19px 0px;
}
p.jobp {
    line-height: 26px;
    font-size: 18px;
    display: block;
    max-width: 95%;
    margin: 0px auto;
}
div.ermiddle {
    margin: 0px auto;
    width: 1500px;
}
div.job ul li {
    height: 684px;
    margin-bottom: 20px;
    float: left;
    background: #FFF;
    border: 1px solid #d3d3d4;
    text-align: left;
    margin-right: 2.49%;
    padding-bottom: 20px;
    width: 22.3%;
}
div.job ul li span {
    color: #222222;
    font-size: 24px;
    display: block;
    width: 86%;
    margin: 0px auto;
    padding-top: 40px;
}
div.job ul li p {
    width: 86%;
    margin: 0px auto;
    line-height: 22px;
    padding-bottom: 18px;
    color: #7e7e7e;
    font-size: 15px;
    display: block;
    padding-top: 15px;
    text-align: justify; line-height: 25px;;
}
div.job ul li dl {
    width: 80%;
    margin: 0px auto;
    color: #7e7e7e;
    font-size: 16px;
}
/*lianxiwomen-neiye*/
div.lxwms {
    width: 100%;
    background: url(../img/mbg.jpg) right top no-repeat #f4f4f4;
}
div.lxwmxiao1293 {
    width: 1293px;
    margin: 0px auto;
    padding-top: 46px;
    padding-bottom: 46px;
}
.map {
    float: left;
    width: 47.7%;
    border: 1px solid #cccccc;
}
div.lxwmzi {
    float: right;
    width: 44.3%;
}
div.lxwmzi span.dizhi1 {
    color: #82c14a;
    font-size: 24px;
    display: inline-block;
    padding-top: 60px;
}
div.lxwmzi p {
    font-size: 16px;
    line-height: 33px;
}
div.bigtxtu {
    width: 65%;
}
div.bigtxtu li img {
    width: 100%;
}
div.twtx {
    padding-top: 42px;
    width: 100%;
    /* position: relative; */
}


.piaofu {
    position: fixed;
    right: 0px;
    top: 50%;
    margin-top: -122px;
    z-index: 99999;
}
.piaofu li {
    position: relative;
    height: 80px;
    margin-bottom: 1px;
    background: #252527;
    width: 84px;
    overflow: hidden;
}
.animates {
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}
.piaofu li em {
    background-position: center;
    font-style: normal;
    background: #252527;
    right: 0px;
    background-repeat: no-repeat;
    display: block;
    width: 84px;
    height: 80px;
    position: relative;
}
.piaofu li i {
    position: absolute;
    background: #252527;
    font-style: normal;
    left: 84px;
    top: 0px;
    line-height: 80px;
    height: 80px;
    color: #FFF;
    display: block;
    width: 120px;
}
.piaofu li.l1:hover em {
    background-image: url(../img/11.png)!important;
}
.piaofu li:hover em.act {
    right: 120px;
    background: #72BB2B;
}
.piaofu li:hover i {
    left: -36px;
    background: #72BB2B;
}
.piaofu li.l2:hover em {
    background-image: url(../img/22.png)!important;
}
.piaofu li:hover img {
    opacity: 1;
    filter: alpha(opacity=1);
}
.w100 {
    width: 100%;
    clear:both;
}

.container1 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.fenye{ text-align: center; margin:0; font-size: 14px; color: #666; padding-top:20px ;width: 1470px;}
.fenye *{vertical-align:middle;}
.fenye li{text-align: center; display: inline-block; margin: 0px 4px;  min-width: 40px; border-radius:0.2em; list-style: none; box-sizing: border-box; }
.fenye a,.fenye span{ font-size: 16px; color: #666;padding: 0px 15px; display: block;  border: 1px solid #D9D9D9; line-height: 38px;height:38px; background: #fff;}
.fenye li.active span,.fenye a:hover{ color: #FFF; background: #d11031; border: 1px solid #d11031;box-sizing: border-box; }
.fenye a.disabled{ background:#fff; cursor:default; border: 1px solid #D9D9D9!important;}

.lin ul li:nth-child(9n) {
    border-right:none;
}
.position {
    font-size: 14px;
    color: #999;
	line-height:50px;
	height: 50px; 
	color: #999;
}
.position a{color:#777}
@media (min-width: 1480px) and (max-width: 1800px){
	div.indexmiddle,.w1424,.w1444,div.ermiddle,.fenye,.w1500,div.ermiddle,.ab,.foots .fmiddle,div.middle,div.lxwmxiao1293{width: 1200px;}
	div.wedo{margin-bottom: 30px;}
	div.ernavdaohang a{margin-left:8px; margin-right:8px; font-size: 14px;}
	.about_bg .fl img {width:530px;}
	.about_bg .fr {	width:630px;}
	.about_bg .fr h2 {font-size: 26px;}
	.about_bg .fr p {  font-size: 16px;  line-height: 40px; text-align: justify;}
	.dli{width:130px}
	.foots .fmiddle{display: flex;justify-content:space-between ;}
	.foots .fmiddle .footul{display: flex;justify-content:space-around;  width: 49%;padding-right: 1%;}
	.foots .fmiddle ul{padding-left: 0%;}
	.foots .fmiddle ul,.foor{ padding-left: 3%;}
	.foots .fmiddle dl{padding-right: 2%;}
	.foots .fmiddle dl i{font-size: 16px;}
	.water_pic .img200{height:auto;height: 180px;object-fit: cover;}
	.water_option {  height: auto;}
	.water_option p {-webkit-line-clamp: 8;line-clamp: 8;}
	div.job{padding-bottom: 40px;}
	div.job ul li {	  height: 654px;}
	div.job ul li span{padding-top: 30px;}
	div.job ul li p{line-height: 23px;font-size: 14px;padding-top: 0px;padding-bottom: 10px;}
	div.job ul li dl { width: 86%;font-size: 14px;}
	.info_news_content {line-height: 30px;}
}

@media (min-width: 1100px) and (max-width: 1479px){
	div.indexmiddle,.w1424,.w1444,div.ermiddle,.fenye,.w1500,div.ermiddle,.ab,.foots .fmiddle,div.middle,div.qyln ul,div.lxwmxiao1293{width: 1000px;}
	div.ernavdaohang a{margin-left:6px; margin-right:6px; font-size: 14px;}
	div.head ul{width: auto;margin-right: 35px;}
	div.head ul li{width: 100px;}
	div.wedo{margin-bottom: 30px;}
	.new_bg ul li h2{font-size: 16px;}
	.about_bg .fl img {width:480px;}
	.about_bg .fr {	width:500px;}
	.about_bg .fr h2 {font-size: 22px;}
	.about_bg .fr p {  font-size: 16px;  line-height:26px; text-align: justify;}
	#product_info_img{height: 420px;}
	.dli{width:110px}
	.foots .fmiddle{display: flex;justify-content:space-between ;}
	.foots .fmiddle .footul{display: flex;justify-content:space-around;  width: 46%;padding-right: 0%;}
	.dlia,.foots .fmiddle ul a,.foor{font-size: 14px;}
	.foots .fmiddle ul,.foor { padding-left: 3.1%;}
	.foor{margin-left: 2%;}
	.foots .fmiddle dl i{font-size: 15px;}
	.water_pic .img200{height:auto;height: 130px;object-fit: cover;}
	.water_option p {-webkit-line-clamp:5;line-clamp: 5;}
	div.job{padding-bottom: 40px;}
	div.job ul li {	  height: 654px;}
	div.job ul li span{padding-top: 30px;}
	div.job ul li p{line-height: 20px;font-size: 13px;padding-top: 0px;padding-bottom: 10px;}
	div.job ul li dl { width: 86%;font-size: 14px;}
	.info_news_content {line-height: 28px;}
}


.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;    margin-top: 66px;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

