@import url("./frame.css");
.index_pro_title {
    height: 44px;
    line-height: 44px;
    background: url("../images/titles_bg.jpg") repeat-x;
    color: #333;
    font-size: 18px;
    border-top: 1px solid #dddddd;
    text-align: center;
    overflow: hidden;
}

.field_right_img {
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
}

.field_right_img:nth-of-type(1) {
    display: block;
}

.field_right_img img {
    width: 860px;
    height: 580px;
    display: block;
}

.field_bg {
    height: 145px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.field_title {
    height: 50px;
    line-height: 50px;
    display: block;
    padding-left: 30px;
    position: absolute;
    padding-right: 30px;
    left: 0;
    bottom: 79px;
    font-size: 24px;
    font-weight: bold;
    z-index: 2;
    color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    width: 74%;
}

.field_desc {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    left: 0;
    bottom: 27px;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    width: 74%;
    z-index: 2;
    height: 52px;
    overflow: hidden;
}

.field_btn {
    width: 126px;
    height: 44px;
    right: 30px;
    bottom: 36px;
    border: 1px solid #fff;
    position: absolute;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    color: #fff;
    display: block;
    z-index: 2;
}

.field_btn:hover {
    background: #114eb4;
    color: #fff;
    border: 1px solid #114eb4;
    transition: all linear .5s;
}

.swiper-banner {
    overflow: hidden;
    position: relative;
}

.swiper-banner .ban_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* min-height: 350px; */
}

.swiper-banner .ban_w {
    position: absolute;
    left: 8.6%;
    top: 20%;
    color: #fff;
    line-height: 1.3;
    display: none;
}

.swiper-banner .ban_w .ban_h1 {
    font-size: 48px;
    font-family: arial;
}

.swiper-banner .ban_w .ban_h2 {
    font-size: 22px;
    padding-top: 10px;
}

.swiper-banner .ban_w .ban_h3 {
    font-size: 28px;
    padding-top: 6px;
}

.swiper-banner .ban_w .ban_las {
    letter-spacing: 4px;
}

.swiper-banner .swiper-slide-active .ban_h1 {
    animation: fadeInUp 1.2s ease both 0.6s;
}

.swiper-banner .swiper-slide-active .ban_h2 {
    animation: fadeInUp 1.2s ease both 0.9s;
}

.swiper-banner .swiper-slide-active .ban_h3 {
    animation: fadeInUp 1.2s ease both 1.2s;
}

.swiper-banner .ban-pagination {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    bottom: 30px;
    text-align: center;
    z-index: 9;
    font-size: 0;
}

.swiper-banner .ban-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 14px;
    opacity: 1;
    vertical-align: top;
    border-radius: 0;
    margin: 0 10px;
    position: relative;
    background: none;
}

.swiper-banner .ban-pagination .swiper-pagination-bullet:after {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    left: 0;
    width: 100%;
    top: 6px;
    height: 2px;
    content: '';
}

.swiper-banner .ban-pagination .swiper-pagination-bullet-active {
    background: none;
}

.swiper-banner .ban-pagination .swiper-pagination-bullet-active:after {
    background: #fff;
}

.header_top {
    border-bottom: 1px solid #ddd;
}

.header_top_left {
    height: 40px;
    line-height: 40px;
}

.shop_cart {
    width: 25px;
    height: 23px;
    padding: 8px 7px 9px 8px;
}

.shop_cart img {
    width: 100%;
    height: 100%;
    display: block;
}

.link_ch {
    background: url("../images/china.png") no-repeat 6px center;
    padding-left: 34px;
}

.link_ch:hover {
    color: #114eb4;
}

.link_en {
    background: url("../images/english.png") no-repeat left center;
    padding-left: 28px;
    padding-right: 14px;
}

.link_en:hover {
    color: #114eb4;
}

.sep_line {
    padding-left: 6px;
    padding-right: 6px;
    line-height: 40px;
    height: 40px;
}

.hot_line {
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    padding-right: 10px;
    background: url("../images/tel.png") no-repeat 11px center #114eb4;
}


/* logo部分开始 */

.logo_wrap {
    height: 72px;
    width: 200px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.logo_wrap a img {
    display: block;
    width: 100%;
    height: 100%;
}

.search_wrap {
    padding-top: 39px;
    padding-bottom: 39px;
}

.search_input {
    width: 210px;
    padding-left: 10px;
    overflow: hidden;
    height: 40px;
    border: 1px solid #ddd;
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.search_btn {
    width: 49px;
    height: 42px;
    background: url(../images/search.png) no-repeat center center;
    overflow: hidden;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: none;
    padding: none;
    margin: none;
}

.nav_wrap {
    background: #2097d5;
}

.nav a {
    width: 16.6%;
    height: 50px;
    display: block;
    font-size: 16px;
    color: #fff;
    float: left;
    text-align: center;
    line-height: 50px;
}

.nav a.active_nav {
    background: #68c2f0;
}

.nav a:hover {
    background: #68c2f0;
    transition: all linear .5s;
}

.banner {
    height: 650px;
    background: url("../images/banner.jpg") no-repeat center center;
}


/* 友情链接开始 */

.link_wrap {
    border-top: 1px solid #ddd;
}

.link_left_ch {
    height: 70px;
    line-height: 70px;
    font-weight: bold;
    color: #333333;
    font-size: 22px;
    width: 90px;
}

.link_left_en {
    padding-left: 8px;
    padding-right: 22px;
    height: 70px;
    line-height: 70px;
    font-weight: bold;
    color: #999;
    font-size: 22px;
    width: 56px;
}

.link_content {
    width: 1024px;
    padding-top: 23px;
    line-height: 24px;
}

.link_content a {
    font-size: 14px;
    color: #333;
    padding-right: 10px;
}

.link_content a:hover {
    color: #114eb4;
}


/* 底部开始 */

.bottom_wrap {
    background: #2097d5;
    width: 100%;
}

.bottom_nav {
    height: 63px;
    line-height: 62px;
    border-bottom: 1px solid #fff;
}

.bottom_nav a {
    width: 16.6%;
    display: block;
    text-align: center;
    height: 62px;
    line-height: 62px;
    float: left;
    font-size: 18px;
    color: #fff;
}

.bottom_nav a:hover {
    color: #68c2f0;
}

.bottom_content {
    padding-top: 24px;
    padding-bottom: 56px;
}

.bottom_logo {
    height: 206px;
    width: 278px;
    background: url("../images/b_logo.png") no-repeat 20px center;
}

.bottom_col2 {
    width: 586px;
    padding-top: 5px;
}

.bottom_col2_item {
    height: 60px;
    padding-left: 60px;
}

.bottom_col2_item:nth-child(1) {
    background: url("../images/loc.png") no-repeat left center;
}

.bottom_col2_item:nth-child(2) {
    background: url("../images/tel2.png") no-repeat left center;
}

.bottom_col2_item:nth-child(3) {
    background: url("../images/mail.png") no-repeat left center;
}

.bottom_col2_item_top {
    padding-top: 5px;
    height: 30px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
}

.bottom_col2_item_bot {
    height: 20px;
    font-size: 18px;
    color: #fff;
    line-height: 20px;
}

.bottom_col3 {
    width: 56px;
    margin-top: 78px;
    height: 54px;
    line-height: 54px;
    padding-left: 0px;
    /* background: url("../images/blue_cart.png") no-repeat 23px center #fff; */
}

.bottom_col3 a {
    color: #2097d5;
    font-size: 18px;
    display: none;
}

.bottom_col3 a:hover {
    color: #333;
}

.bottom_col4 {
    width: 146px;
}

.bottom_col4 img {
    width: 100%;
    display: block;
}

.scan_text {
    height: 42px;
    padding-left: 30px;
    background: url("../images/scan.png") no-repeat 9px center;
    font-size: 18px;
    line-height: 42px;
    color: #fff;
}

.sep_title {
    height: 48px;
    line-height: 48px;
    color: #333;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.pro_sep_title {
    padding-top: 42px;
}

.sep_tips {
    height: 28px;
    line-height: 28px;
    color: #999;
    font-size: 18px;
    text-align: center;
    display: none;
}

.sort_wrap {
    padding-top: 10px;
    text-align: center;
}

.sort_wrap_a {
    padding-left: 2px;
    padding-right: 2px;
    height: 36px;
    display: inline-block;
    border-bottom: 2px solid #f4f4f4;
    font-size: 16px;
    color: #999;
}

.sort_wrap_a.active_sort_a {
    color: #333;
    border-bottom: 2px solid #2096d5;
}

.sep_line2 {
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
}


/* product start */

.pro_col_r {
    width: 900px;
}

.product_wrap {
    padding-top: 32px;
}

.product_wrap a:hover .index_pro_title {
    color: #2097d5;
}

.pro_list_wrap a:hover .index_pro_title {
    color: #2097d5;
}

.product_item .index_pro_img {
    height: 283px;
    overflow: hidden;
}

.product_item2 .index_pro_img {
    height: 278px;
    overflow: hidden;
}

.product_item2 .index_pro_img img {
    height: 278px;
}

.product_wrap a:hover .index_pro_img img,
.pro_list_wrap a:hover .index_pro_img img {
    scale: 1.2;
    transition: all linear .5s;
}

.product_item {
    display: block;
    float: left;
    width: 283px;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
    margin-right: 20px;
}

.product_item:nth-of-type(9) {
    display: none;
}

.product_item2 {
    display: block;
    float: left;
    width: 278px;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 0;
    background: #fff;
}

.product_item:nth-of-type(4n) {
    margin-right: 0px;
}

.product_item.fixed_item {
    width: 278px;
    margin-left: 20px;
    margin-right: 0;
    background: #fff;
}

.news_left {
    width: 580px;
    height: 403px;
    overflow: hidden;
}

.news_left a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.news_left a img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.news_right {
    width: 600px;
}

.news_wrap {
    padding-top: 50px;
}

.news_more {
    padding-top: 20px;
    text-align: center;
}

.news_more a {
    display: inline-block;
    border-radius: 4px;
    background: #2096d5;
    width: 200px;
    height: 60px;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    color: #fff;
}

.news_more a:hover {
    background: #333;
    transition: all linear .5s;
}

.news_right_item {
    height: 120px;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff;
}

.news_right a:hover .news_right_item_time {
    background: #333;
}

.news_right a:hover .news_title {
    color: #2096d5;
}

.news_right_item_time {
    width: 118px;
    height: 120px;
    background: #2096d5;
}

.news_right_item_item_top {
    padding-top: 20px;
    height: 56px;
    line-height: 56px;
    font-size: 52px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.news_right_item_item_bot {
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.news_right_item_con {
    padding: 14px 17px 17px;
    width: 448px;
}

.news_title {
    height: 38px;
    line-height: 38px;
    font-weight: bold;
    color: #333;
    font-size: 18px;
    overflow: hidden;
}

.news_desc {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}


/* company start */

.company_left {
    width: 580px;
    height: 378px;
}

.company_right {
    width: 620px;
}

.factory_item {
    width: 290px;
    height: 179px;
    display: block;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.factory_item img {
    width: 290px;
    height: 179px;
}


/* ad */

.ad_wrap {
    height: 220px;
    background: url("../images/ad_bg.png");
}

.ad_slogan1 {
    padding-left: 24px;
    padding-top: 35px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    font-size: 28px;
}

.ad_slogan2 {
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    padding-left: 24px;
    padding-bottom: 18px;
}

.ad_slogan3 {
    margin-left: 24px;
    border: 1px solid #fff;
    width: 360px;
    height: 42px;
    line-height: 42px;
    padding-left: 88px;
    background: url("../images/tel3.png") no-repeat 52px center;
    font-size: 18px;
    color: #fff;
    border-radius: 20px;
}

.ad_left {
    width: 500px;
}

.ad_right {
    padding-top: 30px;
    padding-right: 16px;
    width: 518px;
}

.form_title {
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    color: #fff;
}

.form_wrap2 {
    position: relative;
    width: 518px;
    height: 100px;
}

.form_key {
    position: absolute;
    left: 0;
    top: 0;
    width: 368px;
    padding-left: 20px;
    padding-right: 20px;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
}

.form_key.second_input {
    top: 54px;
    margin-bottom: 0;
}

.form_btn {
    width: 100px;
    height: 100px;
    background: #ff9f09;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 100px;
    cursor: pointer;
    top: 0;
    right: 0;
    border: none;
    padding: none;
    margin: none;
    position: absolute;
    border-radius: 4px;
}

.field_right {
    width: 860px;
    height: 580px;
    position: absolute;
    top: 48px;
    right: 0;
    z-index: 1;
}

.field_wrap {
    position: relative;
    height: 580px;
    padding-top: 48px;
    padding-bottom: 80px;
}

.field_left {
    position: absolute;
    width: 400px;
    top: 48px;
    left: 0;
    z-index: 2;
}

.field_left span {
    width: 400px;
    height: 100px;
    margin-bottom: 20px;
    border-right: none;
    overflow: hidden;
    cursor: pointer;
}

.field_left span:hover .field_left_l,
.field_left span.active_span .field_left_l {
    border: 1px solid #2096d5;
    transition: background linear .5s;
    transition: border linear .5s;
}

.field_left span:nth-of-type(1) .field_left_l {
    background: url("../images/field1_normal.png") no-repeat 17px center #fff;
}

.field_left span:nth-of-type(1):hover .field_left_l {
    background: url("../images/field1_active.png") no-repeat 17px center #2096d5;
}

.field_left span:nth-of-type(2) .field_left_l {
    background: url("../images/field2_normal.png") no-repeat 17px center #fff;
}

.field_left span:nth-of-type(2):hover .field_left_l {
    background: url("../images/field2_active.png") no-repeat 17px center #2096d5;
}

.field_left span:nth-of-type(3) .field_left_l {
    background: url("../images/field3_normal.png") no-repeat 17px center #fff;
}

.field_left span:nth-of-type(3):hover .field_left_l {
    background: url("../images/field3_active.png") no-repeat 17px center #2096d5;
}

.field_left span:nth-of-type(4) .field_left_l {
    background: url("../images/field4_normal.png") no-repeat 17px center #fff;
}

.field_left span:nth-of-type(4):hover .field_left_l {
    background: url("../images/field4_active.png") no-repeat 17px center #2096d5;
}

.field_left span:nth-of-type(5) .field_left_l {
    background: url("../images/field5_normal.png") no-repeat 17px center #fff;
}

.field_left span:nth-of-type(5):hover .field_left_l {
    background: url("../images/field5_active.png") no-repeat 17px center #2096d5;
}

.field_left span:nth-of-type(1).active_span .field_left_l {
    background: url("../images/field1_active.png") no-repeat 17px center #2096d5;
}

.field_left span.active_span:nth-of-type(2) .field_left_l {
    background: url("../images/field2_active.png") no-repeat 17px center #2096d5;
}

.field_left span.active_span:nth-of-type(3) .field_left_l {
    background: url("../images/field3_active.png") no-repeat 17px center #2096d5;
}

.field_left span.active_span:nth-of-type(4) .field_left_l {
    background: url("../images/field4_active.png") no-repeat 17px center #2096d5;
}

.field_left span.active_span:nth-of-type(5) .field_left_l {
    background: url("../images/field5_active.png") no-repeat 17px center #2096d5;
}

.field_left span .field_left_l {
    padding-top: 25px;
    padding-bottom: 25px;
    height: 48px;
    overflow: hidden;
    width: 244px;
    padding-left: 74px;
    border-right: 1px solid #ddd;
    border: 1px solid #ddd;
}

.field_left span .field_left_l i {
    height: 30px;
    font-size: 22px;
    line-height: 30px;
    color: #666666;
    font-style: normal;
}

.field_left span .field_left_l b {
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    color: #666;
    font-style: normal;
}

.field_left span:hover .field_left_l i {
    color: #fff;
}

.field_left span:hover .field_left_l b {
    color: #fff;
}

.field_left span.active_span .field_left_l i {
    color: #fff;
}

.field_left span.active_span .field_left_l b {
    color: #fff;
}

.field_left_r {
    height: 60px;
    width: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    background: url("../images/circle.png") -25px center no-repeat;
}

.field_left span:hover .field_left_r:before,
.field_left span.active_span .field_left_r:before {
    content: "\20";
    overflow: hidden;
    height: 60px;
    display: block;
    border-left: 1px solid #fff;
}

.field_left span:hover .field_left_r,
.field_left span.active_span .field_left_r {
    background: url("../images/circle.png") center center no-repeat #2096d5;
    transition: background linear .5s;
}

.client_center {
    width: 1140px;
    height: 100px;
    overflow: hidden;
}

.about_banner {
    height: 400px;
    background: #f1f1f1;
}

.client_l {
    width: 30px;
    height: 100px;
    background: url("../images/left_arrow.png") no-repeat left center;
}

.client_l.client_r {
    background: url("../images/right_arrow.png") no-repeat left center;
}

.client_center ul li {
    width: 178px;
    float: left;
    height: 98px;
    border: 1px solid #ddd;
    margin-right: 10px;
}

.client_center ul li:nth-of-type(6n) {
    margin-right: 0;
}

.client_center ul li img {
    display: block;
    width: 100%;
    height: 100%;
}

.client_wrap {
    padding-top: 30px;
    padding-bottom: 58px;
}

.company_wrap {
    padding-top: 48px;
}


/* 产品中心 */

.location_wrap {
    height: 54px;
    line-height: 54px;
    font-size: 12px;
    color: #999;
    padding-left: 26px;
    width: 1170px;
    margin: 0 auto;
    background: url("../images/bread.png") no-repeat left center;
}

.location_wrap a {
    font-size: 12px;
    color: #999;
}

.location_wrap a:hover {
    color: #333;
}

.product_content_wrap {
    padding-top: 65px;
    padding-bottom: 65px;
}

.pro_con_l {
    width: 300px;
}

.pro_con_l_title {
    height: 80px;
    position: relative;
    background: url("../images/pro_title_bg.png") no-repeat center center;
}

.pro_con_l_title p {
    font-size: 38px;
    color: #2a52a7;
    text-align: center;
    height: 100%;
    width: 100%;
    line-height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    z-index: 1;
}

.pro_con_l_title span {
    font-size: 24px;
    color: #fff;
    text-align: center;
    height: 100%;
    width: 100%;
    line-height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    z-index: 2;
}

.pro_con_sort {
    border: 1px solid #ddd;
    padding-bottom: 200px;
    background: #fff;
}

.sort_ul>li {
    border-bottom: 1px solid #ddd;
}

.sort_ul>li>a {
    height: 59px;
    background: url("../images/dot2.png") no-repeat 28px center;
    font-size: 18px;
    color: #114eb4;
    line-height: 58px;
    padding-left: 68px;
}

.sort_ul>li>a:hover {
    color: #333;
}

.sort_ul>li>a.cur_a {
    font-weight: bold;
    background: url("../images/dot1.png") no-repeat 28px center;
}

.sub_ul>li {
    height: 40px;
    line-height: 40px;
    padding-left: 68px;
}

.sub_ul {
    padding-bottom: 20px;
}

.sub_ul>li>a {
    font-size: 16px;
    color: #666;
}

.sub_ul>li>a.cur_a2 {
    color: #114eb4;
}

.sub_ul>li>a:hover {
    color: #114eb4;
}

.pro_view_title {
    width: 140px;
    height: 44px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    text-align: center;
    line-height: 44px;
    font-weight: bold;
    color: #2097d5;
    font-size: 18px;
    background-color: #fff;
}

.pro_col_r2 {
    width: 860px;
}

.pro_view_con {
    padding: 20px 38px;
    line-height: 36px;
    color: #666666;
    font-size: 14px;
    background: #fff;
}

.pro_view_top {
    padding-bottom: 36px;
}

.pro_view_top_left {
    width: 420px;
    position: relative;
}

.pro_view_top_right {
    width: 426px;
}

.big_pic {
    width: 418px;
    height: 418px;
    border: 1px solid #ddd;
}

.small_pic_list {
    padding-top: 18px;
    height: 100px;
    display: none;
}

.small_pic_l {
    width: 30px;
    border: 1px solid #ddd;
    height: 98px;
    background: url("../images/left_arrow2.png") no-repeat center center #fff;
}

.small_pic_l.small_pic_r {
    background: url("../images/right_arrow2.png") no-repeat center center #fff;
}

.small_pic_center {
    padding-left: 4px;
    padding-right: 4px;
    width: 348px;
    height: 100px;
    overflow: hidden;
}

.small_pic_center ul li {
    width: 88px;
    height: 88px;
    padding: 5px;
    border: 1px solid #ddd;
    margin-left: 8px;
    margin-right: 8px;
    overflow: hidden;
    float: left;
    text-align: center;
    display: inline;
}

.small_pic_center ul li img {
    width: 88px;
    height: 88px;
    cursor: pointer;
}

.pro_view_titles {
    padding-bottom: 12px;
    padding-top: 16px;
    line-height: 30px;
    font-size: 26px;
    color: #333;
    border-bottom: 1px solid #ddd;
}

.pro_view_r_desc {
    font-size: 16px;
    color: #666;
    line-height: 36px;
}

.download_btn a {
    font-size: 22px;
    color: #2097d5;
    cursor: pointer;
    border: 1px solid #2097d5;
    cursor: pointer;
    padding-left: 170px;
    background: url("../images/book.png") no-repeat 136px center #fff;
    font-size: 22px;
    color: #2097d5;
    height: 58px;
    display: block;
    line-height: 58px;
}

.profile_sort_wrap {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 60px;
}

.profile_sort_wrap a {
    width: 232px;
    height: 50px;
    background: #fff;
    border-radius: 6px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #333;
    display: inline-block;
    margin-right: 10px;
}

.profile_sort_wrap a:hover,
.profile_sort_wrap a.current {
    color: #fff;
    background: #2096d5;
}

.about_content_bot {
    height: 242px;
    padding-bottom: 60px;
    padding-top: 60px;
}

.about_content_bot li {
    width: 390px;
    float: left;
    height: 242px;
    margin-right: 10px;
    display: inline;
}

.about_content_bot li img {
    width: 100%;
    height: 100%;
    display: block;
}

.about_content_left {
    width: 484px;
}

.about_content_left p {
    font-size: 18px;
    line-height: 36px;
    color: #666;
    text-indent: 36px;
}

.about_content_right {
    padding: 27px 37px;
    width: 582px;
    height: 346px;
    overflow: hidden;
    background: #fff;
}

.inner_brand_ul li {
    width: 22.5%;
    float: left;
    margin-right: 3.3%;
    display: inline;
    margin-bottom: 26px;
    height: 148px;
    overflow: hidden;
}

.inner_brand_ul li img {
    height: 148px;
}

.inner_brand_ul li:nth-of-type(4n) {
    margin-right: 0;
    float: right;
}

.client_corp {
    padding-top: 34px;
    padding-bottom: 60px;
}

.honor_ul li {
    width: 32%;
    margin-right: 2%;
    display: inline;
    float: left;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    margin-bottom: 18px;
    background-color: #fff;
    overflow: hidden;
}

.honor_ul li:nth-of-type(3n) {
    margin-right: 0;
}

.honor_img {
    height: 370px;
    overflow: hidden;
}

.honor_ul_title {
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    border-top: #ddd 1px solid;
    color: #333;
}

.honor_ul {
    padding-top: 60px;
    padding-bottom: 60px;
}

.application_view {
    padding-top: 60px;
    padding-bottom: 60px;
}

.application_view img {
    display: block;
    width: 100%;
}

.application_list {
    padding-bottom: 60px;
}

.application_list li {
    float: left;
    width: 48.3%;
    margin-bottom: 40px;
    height: 340px;
    overflow: hidden;
}

.application_list li:nth-of-type(2n) {
    float: right;
}

.application_list li a {
    position: relative;
    display: block;
}

.application_list li a img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    height: 340px;
    overflow: hidden;
}

.application_bg {
    height: 50px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.application_title {
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 100%;
    z-index: 3;
}

.app_view {
    background: #fff;
}

.go_back_list {
    padding-top: 39px;
    padding-bottom: 39px;
    margin-left: 20px;
    margin-right: 20px;
    border-top: 1px solid #ddd;
}

.go_back_list a {
    width: 118px;
    height: 38px;
    border: 1px solid #dddddd;
    text-align: center;
    line-height: 38px;
    color: #2097d5;
    font-size: 14px;
    background: #fff;
    margin: 0 auto;
    transition: backgroundColor linear .5s;
    transition: color linear .5s;
    transition: border linear .5s;
}

.go_back_list a:hover {
    background: #2097d5;
    color: #fff;
    border: 1px solid #2097d5;
}

.app_view_title {
    padding-top: 30px;
    padding-bottom: 20px;
    line-height: 42px;
    font-size: 34px;
    text-align: center;
    color: #333;
}

.app_view_content {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    padding-left: 35px;
    padding-right: 35px;
}

.app_view_content p {
    line-height: 40px;
    font-size: 14px;
    color: #666;
    text-indent: 28px;
}

.app_view_content img {
    text-align: center;
    display: inline-block;
    max-width: 100%;
}


/* 新闻开始 */

.news_list_wrap {}

.news_list_ul li {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
}

.news_list_ul li a:hover .news_r_btn {
    background: #2097d5;
    border: 1px solid #2097d5;
    transition: all linear .5s;
    color: #fff;
}

.news_list_ul li a:hover .news_r_con_title {
    color: #2097d5;
}

.news_list_ul li a:hover .news_left_img img {
    transform: scale(1.1);
    transition: all linear .5s;
}

.news_list_ul li a:hover .news_r_con_desc {
    color: #333;
    transition: all linear .5s;
}

.news_r_btn {
    width: 106px;
    height: 38px;
    border: 1px solid #ababab;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    color: #999;
    background: #fff;
}

.news_left_img {
    width: 270px;
    height: 176px;
    overflow: hidden;
}

.news_left_img img {
    width: 270px;
    height: 176px;
    display: block;
}

.news_r_con {
    width: 900px;
}

.news_r_con_title {
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 24px;
    color: #333;
    font-size: 22px;
}

.news_r_con_desc {
    line-height: 28px;
    font-size: 18px;
    color: #666;
    height: 56px;
    overflow: hidden;
    padding-top: 20px;
    margin-bottom: 20px;
}

.news_r_btn_wrap {
    height: 40px;
}

.publish_time_count {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #999;
    text-align: center;
}

.about_content_with_bline {
    margin-bottom: 64px;
}

.prev_and_next {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #ddd;
}

.prev_next {
    width: 80%;
}

.prev_next ul li b {
    font-size: 16px;
    color: #999;
    height: 42px;
    line-height: 42px;
    display: inline-block;
}

.prev_next ul li a {
    padding-top: 9px;
    padding-bottom: 9px;
    line-height: 24px;
    font-size: 16px;
    color: #999;
    display: inline-block;
}

.return_to_list {
    height: 84px;
    line-height: 84px;
}

.return_to_list a {
    color: #2097d5;
    font-size: 18px;
}

.contact_pic_l {
    width: 48%;
}

.contact_pic_form {
    padding-bottom: 32px;
}

.contact_form {
    width: 48%;
}

.contact_pic_l_top {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 26px;
    color: #666;
    font-size: 14px;
}

.contact_form_title {
    height: 52px;
    line-height: 52px;
    font-size: 24px;
    color: #333;
}

.contact_form_btn {
    width: 110px;
    height: 40px;
    background: #114eb4;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #ffffff;
    border: none;
    margin-top: 20px;
}

.text_area {
    border: 1px solid #999999;
    padding: 18px;
    height: 400px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    color: #999999;
    line-height: 24px;
}

.form_line {
    margin-bottom: 20px;
    height: 40px;
}

.form_line input {
    display: block;
    width: 32%;
    height: 40px;
    float: left;
    margin-right: 2%;
    padding-left: 6px;
    padding-right: 6px;
    box-sizing: border-box;
    border: 1px solid #999999;
    font-size: 16px;
    color: #999999;
}

.map_item {
    width: 48.3%;
}

.map_item_title {
    height: 106px;
    line-height: 106px;
    color: #2097d5;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.map_detail_title {
    line-height: 70px;
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.map_detail_desc {
    line-height: 40px;
    font-size: 16px;
    color: #666;
}

.about_content {
    padding-bottom: 40px;
}

#pageud {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    overflow: hidden;
    clear: both;
}

#pageupdn {
    background-color: #dddddd;
    padding-left: 8px;
    padding-right: 8px;
    height: 32px;
    line-height: 32px;
    margin-right: 8px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
}

#pageupdn a {
    color: #ff8604;
}

#pageupdn a:hover {
    color: #333333;
}

#pageupdnA {
    background-color: #2097d5;
    padding-left: 8px;
    padding-right: 8px;
    height: 32px;
    line-height: 32px;
    margin-right: 8px;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
}

#pageupdn_wz {
    padding: 12px;
    margin: 0 auto;
    overflow: hidden;
    font-family: Arial;
    display: inline-block;
}

.rollBox {
    overflow: hidden;
    position: relative;
}

.rollBox .LeftBotton {
    cursor: pointer;
}

.rollBox .RightBotton {
    cursor: pointer;
}

.rollBox .Cont {
    cursor: pointer;
    width: 1140px;
    overflow: hidden;
    float: left;
    overflow: hidden;
    height: 100px;
}

.rollBox .ScrCont {
    width: 30000px;
    margin-top: 0px;
    height: 100px;
    text-decoration: none;
    overflow: hidden;
}

.rollBox .Cont .pic {
    margin-right: 10px;
    width: auto;
    float: left;
    text-align: center;
    overflow: hidden;
    width: 178px;
    height: 98px;
    border: 1px solid #dcdcdc;
    vertical-align: middle;
}

.rollBox .Cont .pic img {
    margin: 0 auto;
    max-width: 100%;
    vertical-align: middle;
    width: 178px;
    height: 98px;
}

.rollBox .Cont .pic br {
    clear: both;
}

.rollBox .Cont .pic p {
    line-height: 16px;
    color: #505050;
    margin-top: 5px;
    display: none;
}

.rollBox .Cont a:link,
.rollBox .Cont a:visited {
    color: #626466;
    text-decoration: none;
}

.rollBox .Cont a:hover {
    color: #f00;
    text-decoration: underline;
}

.rollBox #List1,
.rollBox #List2 {
    float: left;
    margin: 0 auto;
}

.mdd i {
    display: block;
    line-height: 80px;
}


/* smallImg */

.smallImg {
    position: relative;
    height: 100px;
    padding: 18px 0px 0px 0px;
    width: 420px;
    overflow: hidden;
}

.scrollbutton {
    overflow: hidden;
    position: relative;
    float: left;
    cursor: pointer;
}

#imageMenu {
    height: 100px;
    width: 348px;
    overflow: hidden;
    margin-left: 0;
    float: left;
}

#imageMenu li {
    text-align: center;
}

#imageMenu li img {
    width: 88px;
    height: 88px;
    cursor: pointer;
}

#imageMenu li#onlickImg img,
#imageMenu li:hover img {
    width: 84px;
    height: 84px;
    border: 2px solid #00ADEF;
}


/* bigImg */

.bigImg {
    position: relative;
    float: left;
    width: 418px;
    height: 418px;
    overflow: hidden;
    border: 1px #CCCCCC solid;
}

.bigImg #midimg {
    width: 418px;
    height: 418px;
}

.bigImg #winSelector {
    width: 160px;
    height: 160px;
}

#winSelector {
    position: absolute;
    cursor: crosshair;
    filter: alpha(opacity=15);
    -moz-opacity: 0.15;
    opacity: 0.15;
    background-color: #000;
    border: 1px solid #fff;
}


/* bigView */

#bigView {
    position: absolute;
    border: 1px solid #959595;
    overflow: hidden;
    z-index: 999;
}

#bigView img {
    position: absolute;
}

.news_left a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.news_left a img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.news_left a .bg {
    width: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    height: 120px;
    bottom: 0;
    z-index: 2;
}

.news_left a .news_tt {
    padding: 15px 15px 0;
    height: 70px;
    line-height: 70px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    left: 0;
    bottom: 65px;
    position: absolute;
    z-index: 3;
}

.news_left a .news_desc {
    padding: 0 15px;
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    left: 0;
    bottom: 17px;
    position: absolute;
    z-index: 3;
}

.news_left a:hover .news_tt {
    color: #2096d5;
}

.news_left a:hover .news_desc {
    color: #2096d5;
}


.fade_cm{
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -100px;
	z-index: 999;
}
.fade_cm li{
	border-top: 1px solid #425383;
	
}
.fade_cm li:first-child{
	border-top: none;
}
.fade_cm li:last-child{
	
}
.fade_cm a{
	width: 60px;
	height:60px;
	display: block;
	background:#fff;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	font-size: 12px;
	color: #425383;
	text-align: center;
	
	border-left:1px solid #425383;
	
}
.fade_cm li:first-child a{
	border-top: 1px solid #425383;
	border-radius: 10px 0 0 0;
	
}
.fade_cm li:last-child a{
	border-radius: 0 0 0 10px;
	border-bottom: 1px solid #425383;
}
.fade_cm a:hover{
	background:#425383;
}
.fade_cm a:hover p{
	color: #fff;
}
.fade_cm a.kf_tel:hover{
	border-radius: 0;
}
.fade_cm .tel_nb{
	position: absolute;
	right:65px;
	top: -1px;
	display: none;
	padding: 10px 10px 10px 15px;
	box-sizing: border-box;
	background:#425383;
	color: #fff;
	height: 60px;
	line-height: 40px;
	white-space: nowrap;
	border-radius: 10px 0 0 10px;
}
.fade_cm .fade_wx{
	position: absolute;
	right:65px;
	top: 0;
	display: none;
	background: #fff;
	padding: 5px;
}
.fade_cm .fade_wx img{
	max-width: 100px;
	display: block;
}
.fade_cm a i{
	
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	
}
.fade_cm a i.i1{
	width:18px;
	height: 18px;
	margin:0 auto;
	padding-top: 12px;
	
	box-sizing: content-box;

	background-image: url(../images/mess_normal.png);
	background-position: 0 12px;
}
.fade_cm a i.i2{
	width:21px;
	height: 21px;
	margin:0 auto;
	padding-top: 10px;
	padding-bottom: 2px;
	box-sizing: content-box;
	background-image: url(../images/tel_normal.png);
	background-position: 0 10px;
}
.fade_cm a i.i3{
	width:27px;
	height: 21px;
	margin:0 auto;
	padding-top: 10px;
	padding-bottom: 2px;
	box-sizing: content-box;
	background-image: url(../images/wechat_normal.png);
	background-position: 0 10px;
}
.fade_cm a i.i4{
	width:18px;
	height: 21px;
	margin:0 auto;
	padding-top: 8px;
	padding-bottom: 2px;
	box-sizing: content-box;
	background-image: url(../images/qq_normal.png);
	background-position: 0 8px;
	
}
.fade_cm a i.i5{
	width:16px;
	height: 11px;
	margin:0 auto;
	
	padding-bottom:3px;
	box-sizing: content-box;
	background-image: url(../images/top_normal.png);
	
}

.fade_cm a:hover i.i1{
	background-image: url(../images/mess_active.png);
}
.fade_cm a:hover i.i2{
	background-image: url(../images/tel_active.png);
}
.fade_cm a:hover i.i3{
	background-image: url(../images/wechat_active.png);
}
.fade_cm a:hover i.i4{
	background-image: url(../images/qq_active.png);
	
}
.fade_cm a:hover i.i5{
	background-image: url(../images/top_active.png);
	
}


.fade_cm a.getTop{
	padding-top: 15px;
}