﻿/*index*/
/*header*/
.header_pc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    height: 76px;
    width: 100%;
    background-color: transparent;
}

.logo {
    margin: 24px 0 0 5%;
    float: left;
}

.header_pc.head_white .logo_white,
.logo_color {
    display: none;
}

.head_p_right {
    float: right;
    margin-right: 5%;
}

.pc_menu {
    float: left;
}

.pc_menu li {
    font-size: 16px;
    float: left;
    line-height: 75px;
    margin: 0 35px;
}

.pc_menu li h1 {
    font-size: 16px;
}

.mt20 {
    display: block;
    margin-top: 20px;
}

.clearfix {
    clear: both;
}


/*=== Chrome Browser Scrollbar ===*/
::-webkit-scrollbar-track-piece {
    /*== 滚动条凹槽的颜色，还可以设置边框属性 ==*/
    background-color: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar {
    /*== 滚动条的宽度 ==*/
    width: 5px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    /*== 滚动条设置 ==*/
    min-height: 2.4rem;
    background-color: rgba(203, 184, 171, 0.5);
    background-clip: padding-box;
    border-radius: 0.04rem;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(203, 184, 171, 1);
}



@media(max-width:1310px) {
    .pc_menu li {
        margin: 0 30px;
    }
}

.pc_menu li a {
    display: block;
    color: #fff;
}

.pc_menu li a:hover {
    color: #f39800;
}

.pc_menu li.curr a {
    border-bottom: 1px solid #f39800;
    color: #f39800;
}

.head_en {
    display: block;
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 76px;
    margin-left: 10px;
}

.header_pc.head_white {
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.header_pc.head_white .logo_color {
    display: block;
}

.header_pc.head_white .pc_menu li a {
    color: #333;
}

.header_pc.head_white .head_en {
    color: #999;
}

/*index main*/
.index_container.swiper-container {
    width: 100%;
    height: 100%;
}

.index_container .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;
}

.index_container .swiper-slide.left_none {
    text-align: left;
}

.index_container .foot_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.banner_container.swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner_container .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;
}

.banner_container .swiper-slide a.banner_img {
    width: 100%;
    height: 100%;
    display: block;
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
}

.banner_container .swiper-slide:hover a.banner_img {
    -ms-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -o-transform: scale(1.06);
    -moz-transform: scale(1.06);
    transform: scale(1.06);
}

.banner_pagination .swiper-pagination-bullet {
    width: 42px;
    height: 4px;
    border: 1px solid #fff;
    border-radius: 0;
    opacity: 1;
    background: none
}

.banner_pagination .swiper-pagination-bullet-active {
    border-color: #ff6c00;
    background-color: #ff6c00;
}

.i_case_sub {
    position: absolute;
    left: 5%;
    bottom: 5%;
    z-index: 15;
    width: 150px;
    padding-top: 36px;
}

.i_case_sub>img {
    cursor: pointer;
    float: left;
}

.i_c_s_menu {
    position: absolute;
    width: 300px;
    bottom: calc(6% + 35px);
    display: none;
}

.i_c_s_menu a {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #fff;
    background: rgba(255, 255, 255, .3);
    margin-bottom: 1px;
    display: block;
}

.i_c_s_menu a:hover {
    background-color: #f39800;
}

.i_case_sub:hover .i_c_s_menu {
    display: block;
}

.i_case_sub.i_webchat {
    left: auto;
    right: 5%;
}

.i_case_sub.i_webchat .i_c_s_menu {
    width: 73px;
}

.i_case_sub.i_webchat .i_c_s_menu img {
    max-width: 100%;
}

.i_produt_con {
    position: absolute;
    top: calc(7% - 38px);
    top: -webkit-calc(7% - 38px);
    top: -moz-calc(7% - 38px);
    width: 100%;
    height: calc(86% + 150px);
    height: -webkit-calc(86% + 150px);
    height: -moz-calc(86% + 150px);
    overflow: hidden;
}

.i_case_list,
.i_produt_con ul.i_product_list {
    padding: 0 5% 0 5%;
}

.i_produt_con ul.i_product_list li {
    position: relative;
    width: 31.333%;
    float: left;
    margin-left: 2%;
    overflow: hidden;
}

.i_produt_con ul.i_product_list li img {
    width: 100%;
}

.i_p_c_con {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(83, 60, 50, .9);
}

.i_p_img {
    overflow: hidden;
}

.i_p_c_text {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    padding: 0 5%;
    color: #fff;
}

.i_p_c_text h2 {
    font-size: 24px;
}

.i_p_border {
    width: 32px;
    height: 2px;
    background-color: #fff;
    margin: 5% auto;
}

.i_p_text {
    font-size: 16px;
    line-height: 24px;
    /*  height: 76px; */
    overflow: hidden;
}

.i_p_more {
    margin-top: 8%;
    line-height: 33px;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 0 15px;
    font-size: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.i_produt_con ul.i_product_list li:hover .i_p_c_con {
    bottom: 0;
}

.i_produt_con ul.i_product_list li .i_p_more:hover {
    background-color: #fff;
    color: #f39800;
}

.i_p_c_con {
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.i_case_list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.i_case_list li {
    position: relative;
    width: 23%;
    height: 45%;
    margin-left: 2%;
    margin-bottom: 1%;
    float: left;
    overflow: hidden;
}

.i_c_l_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: -moz-calc(10%);
    height: -webkit-calc(10%);
    height: calc(100%);
    background-repeat: no-repeat;
    background-size: cover;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    overflow: hidden;
}

.i_case_list li a:hover .i_c_l_img {
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
    -moz-transform: scale(1.0);
    transform: scale(1.0);
}

.i_c_l_con {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 16px;
    text-align: left;
    padding-top: 27px;
    background: #fff;
}

.index_container .news_con dl {
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    /*height: 47%;*/
    overflow: hidden;
    margin-bottom: 0;
}

.index_container .news_con dl:nth-child(2) {
    top: auto;
    bottom: 0;
}

.index_container .news_con dl dd {
    padding: 2% 3% 0;
}

.index_container .news_con dl dd h3 {
    margin: 2% 0;
}

.index_container .n_c_text {
    overflow: hidden;
    margin-bottom: 3%;
}

.index_container .news_con dl:nth-child(2n) dt {
    float: right;
}

.banner_text img,
.index_container .news_con dl dd,
.index_container .news_con dl dt {
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

.index_container .news_con dl dd {
    position: relative;
    left: 50px;
}

.banner_text img,
.index_container .news_con dl dt {
    position: relative;
    right: 50px;
}

.index_container .news_con.on dl dd {
    -webkit-transition: 1000ms ease left;
    transition: 1000ms ease left;
    left: 0;
}

.swiper-slide-active .banner_text img,
.index_container .news_con.on dl dt {
    -webkit-transition: 1000ms ease right;
    transition: 1000ms ease right;
    right: 0;
}

.banner_text {
    position: absolute;
    top: 35%;
    left: 10%;
}

.banner_text img {
    width: 90%;
}


.index_container .i_case_list,
.index_container .i_product_list {
    margin-top: 50px;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

.index_container .i_case_list.on,
.index_container .i_product_list.on {
    -webkit-transition: 1000ms ease margin-top;
    transition: 1000ms ease margin-top;
    margin-top: 0;
}


@media screen and (max-height: 900px) {
    .index_container .n_c_text {
        height: 30px;
    }
}

.index_container.swiper-container .swiper-slide.foot_321 {
    height: 321px !important
}

.index_pagination .swiper-pagination-bullet {
    width: auto;
    height: 15px;
    background: transparent;
    opacity: 1;
}

.index_pagination .swiper-pagination-bullet em {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-style: normal;
}

.index_pagination .swiper-pagination-bullet em.num {
    font-size: 14px;
    font-family: arial;
    color: #f39800;
    margin-right: 5px;
    opacity: 0;
}

.index_pagination .swiper-pagination-bullet em.radius {
    width: 5px;
    height: 5px;
    background: #858585;
    border-radius: 100%;
}

.index_pagination .swiper-pagination-bullet-active em.radius {
    width: 11px;
    height: 11px;
    border: 2px solid #f39800;
    background: transparent;
}

.index_pagination .swiper-pagination-bullet-active em.num {
    opacity: 1
}

.fixed_top {
    padding-top: 76px;
}

/*page floor*/
.page_banner {
    overflow: hidden;
}

.page_banner img {
    position: relative;
    width: 100%;
    vertical-align: middle;
}

.page_submenu {
    text-align: center;
    line-height: 60px;
    box-shadow: 0 3px 5px rgba(148, 148, 148, .1);
}

.page_submenu a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 24px;
}

.page_submenu a h2 {
    font-size: 16px;
}

.page_submenu a.curr {
    border-bottom: 1px solid #f39800;
}

.floor_list {
    padding-top: 65px;
    margin: 0 5% 0 3%;
}

.floor_list li {
    width: 23%;
    margin: 0 0 3% 2%;
    float: left;
}

.floor_l_gray {
    padding: 4%;
    background-color: #f6f6f6;
}

.f_l_left {
    width: calc(93% - 93px);
    width: -webkit-calc(93% - 93px);
    color: #999;
}

.f_l_left {
    float: left;
}

.f_l_left h2 {
    font-size: 24px;
    color: #333;
    margin-top: 17px;
    margin-bottom: 17px;
}

.floor_l_gray h3 {
    text-transform: uppercase;
}

.f_l_text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    height: 20px;
    white-space: nowrap;
}

.f_l_more {
    width: 93px;
    text-align: center;
    float: right;
    margin-top: 13px;
}

.f_l_more span {
    width: 100%;
    border: 1px solid #999;
    color: #999;
    line-height: 35px;
    font-size: 14px;
    border-radius: 3px;
    display: block;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

.f_l_more span:hover {
    background-color: #f39800;
    border-color: #f39800;
    color: #fff;
}

.total_more_a {
    text-align: center;
    padding: 15px 0 75px;
}

.total_more_a a {
    line-height: 33px;
    padding: 0 15px;
    border: 1px solid #999;
    font-size: 14px;
    border-radius: 3px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.total_more_a a:hover {
    background-color: #f39800;
    border-color: #f39800;
    color: #fff;
}

.gray_main {
    background-color: #f4f4f4;
    padding: 75px 5%;
}

.floor_d_left {
    width: 69%;
    background-color: #fff;
    padding: 40px 3%;
    margin-right: 3%;
    float: left;
}

.floor_d_left h3 {
    font-size: 24px;
    text-align: center;
    color: #333;
    text-transform: uppercase;
}

.floor_d_left .details {
    text-align: center;
    padding: 20px 0;
}

.floor_d_left .details span {
    margin: 0 15px;
}

.floor_d_left .details span i {
    color: #f39800;
    text-transform: capitalize;
}

.f_d_property {
    font-size: 16px;
    line-height: 34px;
    color: #333;
    margin: 50px 0 20px;
}

.f_d_property span {
    font-size: 14px;
    color: #999;
}

.f_d_p_sub {
    font-size: 18px;
    color: #333;
    padding: 35px 0 17px;
}

.f_d_p_gray {
    font-size: 14px;
    line-height: 27px;
    color: #999;
}

.f_d_p_gray img {
    margin: 10px 0;
}

.f_d_p_gray iframe {
    width: 100%;
    height: 650px;
}

.f_d_p_list {
    margin: 30px 0 0 -2%;
}

.f_d_p_list li {
    width: 18%;
    overflow: hidden;
    margin-left: 2%;
    text-align: center;
    font-size: 13px;
    color: #999;
    float: left;
    margin-bottom: 20px;
}

.f_d_p_list li span {
    display: block;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*第几行*/
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.floor_d_right {
    width: 28%;
    float: right;
    background-color: #fff;
    padding: 40px 2% 0;
}

.f_d_r_title {
    position: relative;
    font-size: 20px;
    margin-bottom: 45px;
}

.f_d_r_title:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    display: block;
}

.f_d_r_title span {
    position: relative;
    z-index: 6;
    background-color: #fff;
    padding-right: 15%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.f_d_r_list li {
    font-size: 16px;
    margin-bottom: 40px;
}

.f_d_r_list li span {
    display: block;
    margin-top: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.f_d_r_list li a:hover {
    color: #f39800;
}

/*page about*/
.about_con {
    padding: 60px 0 80px;
}

.about_img {
    position: relative;
    min-height: 630px;
    background: url(../images/about_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
}

.about_text {
    position: absolute;
    bottom: 151px;
    left: 5%;
}

.about_nr {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    padding: 0 10% 5% 5%;
    background: rgba(255, 255, 255, .95);

}

.boss_nr h3,
.about_nr h3 {
    margin-top: 40px;
    font-size: 30px;
    color: #f39800;
}

.about_n_gary {
    margin-top: 5%;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    height: 80%;
    overflow-y: scroll;
}

/*brand page*/
.brand_gray {
    background-color: #e9e9ea;
    position: relative;
}

.brand_g_color {
    width: 50%;
    padding: 80px 5%;
    background-color: #e9e9ea;
    float: left;
}

.brand_g_color h3 {
    font-size: 30px;
    color: #333;
    margin-bottom: 30px;
}

.b_g_text {
    font-size: 14px;
    color: #888;
    line-height: 30px;
}

.brand_g_color.b_g_gray {
    background-color: #f1f1f1;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
}

.brand_text {
    padding: 65px 5%;
}

.brand_text span {
    font-size: 30px;
    color: #333;
}

.brand_text em {
    font-style: normal;
    font-size: 14px;
    color: #888;
    padding-left: 20px;
}

.brand_list li {
    position: relative;
    z-index: 9;
    width: 25%;
    padding: 55px 3%;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ddd;
    margin-right: -1px;
    /*box-shadow: 0 0 5px rgba(0,0,0,.22); */
    float: left;
    min-height: 353px;
}

.brand_list li:hover {
    position: relative;
    z-index: 10;
    border-color: #f39800
}

/*.brand_list li:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #f39800;
	opacity: 0;
}
.brand_list li:hover:after{ opacity: 1 }*/
.brand_list li h3 {
    font-size: 22px;
    color: #333;
    margin: 30px 0 50px;
}

.b_l_text {
    color: #999;
}

/*page boss*/
.total_img_con {
    position: relative;
    height: 773px;
    overflow: hidden;
}

.t_i_c_img {
    position: relative;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
    vertical-align: middle;
}

.boss_nr {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    padding: 0 5%;
    background: rgba(255, 255, 255, .95);
}

.b_people li {
    width: 25%;
    padding-right: 3%;
    margin-top: 30px;
    font-size: 14px;
    float: left;
}

.b_people li div {
    font-size: 16px;
    color: #333;
    margin-bottom: 12px;
}

.b_group {
    padding: 40px 5% 0;
    font-size: 0;
}

.b_group dl {
    margin-top: 40px;
    background-color: #f4f4f4;
    display: table;
    width: 100%;
}

.b_group dd {
    font-size: 16px;
}

.b_group dt,
.b_group dd {
    width: 50%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.b_group dd {
    padding: 0 5%;
    text-align: center;
    color: #888;
    line-height: 27px;
}

.b_group dd h3 {
    font-size: 24px;
    color: #3d3d3d;
}

.b_g_border {
    width: 50px;
    height: 4px;
    background-color: #3d3d3d;
    margin: 30px auto;
}

/*page memorabilia*/
.mem_title {
    font-size: 30px;
    text-align: center;
    color: #333;
}

.mem_nr {
    padding: 0 5%;
}

.mem_n_pore {
    position: relative;
    margin: 20px 0 70px;
    padding-top: 20px;
}

.mem_n_pore:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    margin-left: -1px;
    display: block;
    background-color: #d5d5d5;
}

.m_b_radius {
    position: absolute;
    top: 0;
    left: 50%;
    width: 17px;
    height: 17px;
    background-color: #fff;
    border-radius: 100%;
    display: block;
    border: 1px solid #d5d5d5;
    margin-left: -9px;
}

.mem_nr ul li {
    position: relative;
    width: 50%;
    padding: 0 180px 40px 0;
    float: left;
}

.m_n_img {
    position: relative;
}

.mem_nr ul li img {
    width: 100%;
}

.m_n_time {
    position: absolute;
    top: 11%;
    right: 0;
    width: 180px;
    text-align: center;
    font-size: 14px;
    color: #888;
}

.m_n_time b {
    font-size: 30px;
    color: #333;
    padding-right: 5px;
}

.m_n_sj {
    position: absolute;
    top: 21%;
    right: -12px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 12px solid #8f8780;
    border-bottom: 10px solid transparent;
    display: block;
}

.m_n_radius {
    position: absolute;
    top: 16%;
    right: -8px;
    width: 17px;
    height: 17px;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    display: block;
    border-radius: 100%;
}

.m_n_radius:before {
    content: "";
    width: 11px;
    height: 11px;
    background-color: #000;
    border-radius: 100%;
    display: block;
    margin: 2px 0 0 2px;
}

.m_n_text {
    margin-top: 20px;
    font-size: 16px;
    color: #888;
}

.mem_nr ul li.m_n_space {
    padding: 0 0 40px 180px;
}

.mem_nr ul li.m_n_space .m_n_sj {
    top: auto;
    bottom: 21%;
    right: auto;
    left: -12px;
    border-left-width: 0;
    border-right: 12px solid #8f8780;
}

.mem_nr ul li.m_n_space .m_n_radius {
    top: auto;
    bottom: 45%;
    right: auto;
    left: -8px;
}

.mem_nr ul li.m_n_space .m_n_time {
    top: auto;
    bottom: 41%;
    right: auto;
    left: 0;
}

.m_n_return_top {
    position: absolute;
    bottom: -70px;
    width: 100%;
    text-align: center;
}

.m_n_return_top a {
    background: url(../images/arrow_top.png) no-repeat center top;
    padding-top: 24px;
    font-size: 14px;
    color: #999;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*page honnor*/
.honnor_item {
    margin-bottom: 40px;
}

.honnor_item ul li {
    background-color: #fff;
    width: 25%;
    padding: 50px 3%;
    float: left;
    text-align: center;
    box-shadow: 0 0 0 1px #e5e5e5;
    margin-bottom: 40px;
}

.honnor_item ul li span {
    display: block;
    font-size: 16px;
    color: #888;
    margin-top: 25px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*page life*/
.life_gray {
    text-align: center;
    color: #888;
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0 20px;
}

.life_list {
    padding: 0 5% 5% 5%;
}

.life_list ul {
    margin-left: -2%;
}

.life_list li {
    width: 31.333%;
    margin: 2% 0 0 2%;
    float: left;
}

.life_list li p {
    text-align: center;
    line-height: 32px;
}

/*page contact*/
.contact_con {
    position: relative;
    height: 812px;
    margin: 0 5%;
    background-repeat: no-repeat;
    background-position: center top;
}

.contanct_nr {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 35%;
    background-color: #fff;
    padding: 40px 2%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .18);
    font-size: 14px;
}

.c_n_item {
    margin-bottom: 1px;
}

.c_n_i_title {
    height: 59px;
    line-height: 59px;
    font-size: 16px;
    color: #333;
    background-color: #efefef;
    padding-left: 3%;
    margin-bottom: 1px;
    cursor: pointer;
}

.c_n_i_title.curr {
    background-color: #f39800;
    color: #fff;
}

.c_n_i_main {
    padding: 20px 0 0 3%;
}

.c_n_i_main div {
    margin-bottom: 15px;
}

.c_n_i_main div span {
    color: #999;
}

/*page service*/
.service_border {
    width: 28px;
    height: 2px;
    background-color: #f39800;
    margin: 20px auto 0;
}

.fontsize24 {
    font-size: 24px;
}

.fontsize18 {
    font-size: 18px;
}

.service_con {
    padding: 0 5%;
}

.service_item {
    margin-top: 55px;
}

.s_i_left,
.s_i_right {
    position: relative;
    width: 50%;
    float: left;
}

.s_i_text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 117px;
    text-align: center;
    margin: auto;
    display: inline-block;
}

.s_i_t_icon span {
    font-size: 30px;
    padding-left: 60px;
    color: #333;
    background: url(../images/service_icon.png) no-repeat left center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.s_i_t_text {
    font-size: 20px;
    color: #666;
    margin-top: 20px;
}

.service_item.odd .s_i_left {
    float: right;
}

/*page recruit*/
.recruit_item {
    padding: 75px 5%;
}

.recruit_item.r_gray_bg {
    background-color: #f6f6f6;
}

.r_i_left {
    width: 20%;
    float: left;
}

.r_i_l_button button {
    margin-top: 25px;
    padding: 0 20px;
    background-color: #ededed;
    line-height: 31px;
    font-size: 14px;
    color: #666;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
}

.r_i_l_button button:hover {
    background-color: #f39800;
    color: #fff;
}

.r_i_left h3 {
    font-size: 24px;
    color: #333;
}

.r_i_content {
    width: 40%;
    float: left;
    padding-right: 3%;
}

.r_i_content h3 {
    font-size: 16px;
    color: #333;
}

.r_i_c_text {
    font-size: 16px;
    color: #999;
    line-height: 30px;
    margin-top: 20px;
}

/*page join*/
.join_con {
    background-color: #f9faf9;
    margin-top: 60px;
}

.join_con dl dd,
.join_con dl dt {
    position: relative;
    width: 50%;
    float: left;
}

.j_c_phone {
    position: absolute;
    top: 50%;
    left: 62%;
    color: #fff;
    font-size: 16px;
    background: url(../images/phone.png) no-repeat left center;
    padding-left: 70px;
    margin-top: -27px;
}

.j_c_phone span {
    font-size: 36px;
}

.join_con dl dd {
    padding: 30px 5% 0;
}

.j_c_d_con {
    margin-bottom: 20px;
}

.j_c_d_text {
    width: 110px;
    min-height: 1px;
    font-size: 18px;
    float: left;
    line-height: 42px;
}

.j_c_d_enter {
    width: calc(100% - 110px);
    width: -webkit-calc(100% - 110px);
    float: left;
}

.j_c_d_input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: transparent;
    padding-left: 15px;
    border: 1px solid #cbcbcb;
    font-size: 14px;
}

.j_c_d_input::-webkit-input-placeholder {
    color: #b3b3b3;
}

.j_c_d_input::-ms-input-placeholder {
    color: #b3b3b3;
}

.j_c_d_input::-moz-placeholder {
    color: #b3b3b3;
}

.j_c_d_input::-moz-placeholder {
    color: #b3b3b3;
}

.j_c_select {
    width: 31.333%;
    height: 50px;
    border: 1px solid #cbcbcb;
    padding-left: 12px;
    float: left;
    background: transparent;
}

.j_c_s_mlr {
    margin: 0 3%;
}

.j_c_d_textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #cbcbcb;
    padding: 3%;
    font-size: 14px;
    background: transparent;
}

.j_c_d_button {
    height: 52px;
    padding: 0 12%;
    font-size: 18px;
    color: #fff;
    background-color: #f39800;
    border: 0;
    cursor: pointer;
}

/*page news*/
.news_con {
    padding: 0 5%;
}

.news_con dl {
    background-color: #f4f4f4;
    margin-bottom: 50px;
}

.news_con dl dd,
.news_con dl dt {
    width: 50%;
    float: left;
}

.news_con dl dd {
    padding: 50px 3% 30px;
}

.n_c_time {
    font-size: 18px;
    color: #969696;
}

.news_con dl dd h3 {
    font-size: 24px;
    color: #3d3d3d;
    margin: 25px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.n_c_text {
    font-size: 16px;
    line-height: 27px;
    color: #999;
    margin-bottom: 30px;
}

.n_c_more span,
.n_c_more {
    height: 35px;
    line-height: 33px;
    padding: 0 17px;
    font-size: 14px;
    color: #999;
    border: 1px solid #999;
    border-radius: 3px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.n_c_more span:hover,
.n_c_more:hover {
    border-color: #f39800;
    background-color: #f39800;
    color: #fff;
}

.news_con dl.odd dt {
    float: right;
}

.floor_d_left.n_bg_none {
    background-color: transparent;
    padding: 0;
}

.news_d_content {
    padding: 40px 3%;
    background-color: #fff;
}

.news_d_time {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin: 15px 0 20px;
}

.news_d_page {
    margin-top: 20px;
    background-color: #fff;
    padding: 15px 5%;
}

.news_d_page a {
    display: block;
    line-height: 30px;
}

.n_d_fl {
    float: left;
}

.n_d_fr {
    float: right;
}

.news_d_page a em {
    font-style: normal;
    font-size: 14px;
    color: #999;
    padding-left: 10px;
}

.news_d_page a:hover em,
.news_d_page a:hover {
    color: #f39800;
}

.news_d_r_time {
    font-size: 14px;
    color: #999;
    margin: 20px 0 -10px;
}

/*page distribution*/
.distribution_map {
    width: 90%;
    height: 812px;
    margin: 0 5%;
}

.distribution_map .pop .center {
    width: 252px !important;
}

.distribution_map .pop .bottom {
    height: 25px !important;
}

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

/*footer*/
.foot_bg {
    background-color: #444;
}

.foot_text {
    padding: 40px 5% 20px;
}

.f_l_item,
.f_t_link {
    float: left;
}

.f_t_link {
    width: 50%;
}

.f_l_item {
    width: 25%;
}

.f_l_item.f_l_icon {
    width: 28%;
    margin-bottom: 10px
}

.f_l_item h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.f_l_item ul li {
    font-size: 14px;
    line-height: 27px;
}

.f_l_item ul li a {
    color: #cfcfcf;
}

.f_l_item.f_l_icon li a {
    color: #fff;
}

.f_l_item ul li a:hover {
    color: #fff;
}

.f_l_icon li {
    color: #fff;
}

.f_l_icon li img {
    padding-right: 10px;
}

.foot_code {
    float: right;
}

.foot_code ul li {
    width: 103px;
    margin-left: 25px;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.foot_code ul li img {
    padding-right: 5px;
}

.f_c_img {
    margin-bottom: 15px;
}

.honnor_item ul li img,
.f_c_img img {
    max-width: 100%;
}

.foot_bottom {
    border-top: 1px solid #3d3d3d;
    padding: 20px 5%;
    color: #cecece;
    font-size: 14px;
}

.foot_bottom span {
    padding-right: 3%;
    color: #fff;
}

.foot_bottom img {
    position: relative;
    top: -2px;
}

.f_b_icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: url(../images/foot_icon.png) no-repeat left center;
    padding-left: 36px;
    color: #fff;
    margin-right: 3%;
}

.news_con dl dt img,
.join_con dl dt img,
.s_i_left img,
.s_i_right img,
.b_group dt img,
.f_d_r_list img,
.floor_d_left img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.img_style {
    overflow: hidden;
}

.img_style p {
    overflow: hidden;
}

.i_produt_con ul li:hover .i_p_img img,
.img_style:hover img {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}

.img_style.hws:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.life_list img,
.floor_list li img {
    max-width: 100%;
}

.page_submenu a.curr,
.page_submenu a:hover,
.header_pc.head_white .pc_menu li a:hover,
.header_pc.head_white .pc_menu li.curr a {
    color: #f39800;
}

.i_p_more,
.r_i_l_button button,
.brand_list li:after,
.img_style img,
.img_style p img,
.banner_pagination .swiper-pagination-bullet {
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

.i_p_img img {
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.header_pc {
    -moz-transition: background 0.5s ease-in, color 0.3s ease-out;
    -webkit-transition: background 0.5s ease-in, color 0.3s ease-out;
    -o-transition: background 0.5s ease-in, color 0.3s ease-out;
    transition: background 0.5s ese-in, color 0.3s ease-out;
}


/*phone*/
.phone_menu {
    float: right;
    margin: 7px 0 0 0;
    display: none;
}

.p_m_button {
    width: 40px;
    height: 40px;
    background: url(../images/menu.png) no-repeat;
    background-size: 100% 100%;
    border: 0;
    cursor: pointer;
}

.phone_head_en {
    float: right;
    font-size: 16px;
    margin: 16px 3% 0 2%;
    color: #999;
    text-transform: uppercase;
    display: none;
}

.p_m_list {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    background-color: #fff;
    display: none;
}

.p_m_list a {
    display: block;
    line-height: 2.5rem;
    padding: 0 3%;
    border-top: 1px solid #f8f8f8;
}

.p_m_list a h1 {
    font-size: 1rem;
}

/*.total_img_con{ background-position: center top; background-repeat: no-repeat;background-size:100% 100%;}*/
.p_banner_container .swiper-slide img {
    width: auto;
    display: block;
}

.phone_index .i_c_l_con,
.phone_index .i_c_l_img,
.phone_index .i_case_list {
    position: static;
}

.phone_index .i_product_list {
    width: 90%;
    margin: 1.5rem auto;
}

.phone_index .i_product_list li {
    position: relative;
    width: 31.33%;
    float: left;
    margin: 0 0 1rem 2%;
}

.phone_index .i_product_list li .i_p_c_con {
    bottom: 0;
    text-align: center;
}

.phone_index .i_product_list li .i_p_c_text {
    top: 36%;
}

.phone_index .i_c_l_con {
    padding-top: 1.5rem;
}

.phone_index .i_p_img img,
.phone_index .i_c_l_img img {
    width: 100%;
}

.phone_index .news_con {
    margin-top: 2.3rem;
}

.index_con {
    display: none;
}

.w100_con {
    width: 100%;
}

.phone_product_i {
    position: relative;
    width: 90%;
    margin: 1.2rem auto;
}

.phone_product_i .i_p_c_con {
    padding: 1rem 0 2rem;
}

.phone_product_i .i_p_c_con {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    display: block;
}

.phone_product_i .i_p_c_text {
    position: static;
}

.phone_product_i .i_p_img {
    width: 100%;
}

.product_container.swiper-container {
    width: 100%;
}

.product_container .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;
}

.n_c_text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*.a_phone_img{ display: none; }
.a_phone_img img{ width: 100%; }*/


.phone-product-sub {
    display: none;
}

.phone-product-sub #pages2 {
    display: none;
}

.phone-product-sub a {
    font-size: 13px;
    display: block;
    line-height: 2.5rem;
    color: #646464;
    text-align: center;
    padding: 0px;
}

.phone-product-sub a h2 {
    font-size: 13px;
}

.phone-product-sub .swiper-button-next {
    right: 0rem;
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    background: url(../images/arrow-l-gray3.png) no-repeat center center;
    background-size: .7rem
}

.phone-product-sub .swiper-button-prev {
    left: 0rem;
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    background: url(../images/arrow-l-gray2.png) no-repeat center center;
    background-size: .7rem
}

.phone-product-sub .swiper-slide a {
    display: inline-block;
}

.phone-product-sub .swiper-slide.active a {
    border-bottom: #f39800;
    color: #f39800
}


/*2017.9.6*/
.total_i_c_left {
    width: 50%;
    height: 773px;
    float: left;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
}

.total_i_c_right {
    width: 50%;
    height: 773px;
    float: left;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
}

.total_i_c_phone {
    width: 100%;
    display: none;
}


@media screen and (max-width: 1388px) {
    .index_container .news_con dl {
        height: 47%;
    }

    .news_con dl dd {
        padding: 1.2rem 3% 0.2rem
    }

    .f_d_p_gray iframe {
        width: 100%;
        height: 500px;
    }
}

@media screen and (max-width: 1388px) and (min-width:1280px) {
    .j_c_phone {
        background-size: 20%;
        padding-left: 50px;
    }

    .j_c_phone span {
        font-size: 25px;
    }

    .join_con dl dd {
        padding: 1rem 5% 0
    }

    .j_c_d_con {
        margin-bottom: .6rem;
    }

    .j_c_d_text {
        line-height: 42px;
    }

    .j_c_d_input,
    .j_c_select {
        height: 40px;
        line-height: 40px;
    }

    .j_c_d_textarea {
        height: 125px;
    }

    .j_c_d_button {
        height: 42px;
        margin-top: .8rem;
    }

    .total_img_con {
        height: 528px;
    }

    .boss_nr {
        padding: 0 3%;
    }

    /*.total_img_con{
		max-height:521px;
	}*/
    .boss_nr h3 {
        margin-top: 1rem;
    }

    .b_people li div {
        font-size: 12px;
    }

    .b_people li {
        margin-top: 15px;
    }

    .about_n_gary {
        margin-top: 2%;
    }

    .contact_con {
        height: 450px;
    }

    .contanct_nr {
        top: 5%;
        padding: 20px 2%;
    }

    .c_n_i_main {
        padding: 10px 0 10px 3%;
    }

    .c_n_i_main div {
        margin-bottom: 5px;
    }

    .c_n_i_title {
        height: 42px;
        line-height: 42px;
    }

    .distribution_map {
        height: 450px;
    }
}

@media screen and (max-width: 1260px) {
    .page_m_pc,
    .pc_hide,

    .foot_text,
    .head_p_right {
        display: none;
    }

    .phone-product-sub,
    /*.a_phone_img,*/
    .index_con,
    .phone_menu,
    .phone_head_en {
        display: block;
    }

    .header_pc {
        height: 50px;
    }

    .logo {
        margin: 14px 0 0 3%;
    }

    .logo img {
        width: 12rem;
    }

    .fixed_top {
        padding-top: 50px;
    }

    .page_submenu {
        line-height: 3rem;
    }

    .page_submenu a {
        margin: 0 5%;
    }

    .about_con {
        padding: 2.5rem 0 3rem;
    }

    .about_img {
        background: none
    }

    .about_text {
        top: 5%;
        left: 5%;
    }

    .about_text img {
        width: 55%;
    }

    .about_nr {
        position: static;
        width: 100%;
        padding: 0 5% 5rem;
    }

    .about_nr h3 {
        margin-top: 2rem;
    }

    .boss_nr h3 {
        margin-top: 0;
    }

    .about_n_gary {
        margin-top: 1rem;
    }

    .b_group {
        padding: 1.2rem 5% 0;
    }

    .f_d_p_gray iframe {
        width: 100%;
        height: 400px;
    }

}

@media screen and (max-width: 1260px) {}

@media screen and (max-width: 1260px) {
    .f_d_p_gray iframe {
        width: 100%;
        height: 370px;
    }

    .gray_main {
        padding: 2.5rem 5%;
    }

    /*.total_img_con{ height: auto; background-size: 100% 100% }*/
    .b_group dl {
        margin-top: 1.2rem;
    }

    .b_group dt,
    .b_group dd {
        width: 100%;
    }

    .b_group dd {
        padding: 2rem 5%;
    }

    .b_g_border {
        margin: 1.4rem auto;
        height: 2px;
    }

    .b_group dd h3 {
        font-size: 1.2rem
    }

    .brand_g_color {
        padding: 3rem 5%;
    }

    .brand_text {
        padding: 2rem 5%;
    }

    .brand_list li {
        padding: 2rem 3%;
        min-height: 300px;
    }

    .brand_list li img {
        width: 30%;
    }

    .brand_list li h3 {
        margin: 1rem 0 1.2rem;
        font-size: 1.1rem
    }

    .floor_list {
        padding-top: 2.5rem;
    }

    .f_l_left h3 {
        font-size: 1rem;
        margin-bottom: .3rem;
    }

    .f_l_more {
        width: 70px;
    }

    .f_l_more span {
        line-height: 30px;
    }

    .floor_d_left {
        padding: 1.2rem 3%;
    }

    .floor_d_right {
        padding: 1.2rem 2% 1rem
    }

    .f_d_r_title {
        margin-bottom: 1.2rem
    }

    .f_d_r_title span {
        font-size: 1.1rem
    }

    .f_d_r_list li {
        margin-bottom: 1.2rem;
    }

    .total_more_a {
        padding: 1rem 0 2rem
    }

    .floor_d_left h3 {
        font-size: 1.1rem
    }

    .f_d_property {
        margin: 1.2rem 0 .6rem;
        font-size: .9rem;
        line-height: 1.5rem;
    }

    .f_d_p_sub {
        padding: .9rem 0 .5rem
    }

    .contanct_nr {
        width: 60%;
    }

    .honnor_item ul li {
        padding: 1.3rem 3% 1.1rem;
    }

    .honnor_item ul li span {
        margin-top: .6rem;
        font-size: .9rem;
    }

    .join_con {
        margin-top: 1.2rem;
    }

    .j_c_phone {
        left: 10%;
        background-size: 30px 32px;
        padding-left: 40px;
    }

    .j_c_phone span {
        font-size: 1.3rem;
    }

    .join_con dl dt,
    .join_con dl dd {
        width: 100%;
    }

    .join_con dl dt img {
        width: 100%;
    }

    .life_gray {
        margin: .8rem 5% .8rem;
        font-size: .9rem;
    }

    .mem_title {
        font-size: 1.5rem;
    }

    .news_con dl dd {
        padding: 1.5rem 3% 1.2rem
    }

    .news_con dl dd h3 {
        margin: .5rem 0;
    }

    .recruit_item {
        padding: 2rem 5%;
    }

    .r_i_left {
        padding-right: 3%;
    }

    .r_i_left h3 {
        font-size: 1.1rem;
    }

    .r_i_c_text {
        font-size: .9rem;
        line-height: 1.4rem;
    }

    .r_i_l_button button {
        margin-top: 1.2rem;
    }

    .about_text {
        /*position: static;*/
        padding: 1rem 5% 0;
    }

    .total_img_con {
        height: auto;
        background: none !important;
    }

    .total_i_c_left {
        width: 100%;
        float: none;
        background-image: none !important;
        height: auto;
        padding: 0 5%;
    }

    .total_i_c_phone {
        display: block;
        width: 100%;
    }

    .total_i_c_right {
        width: 100%;
        float: none;
        height: auto;
        background-image: none !important;
        padding: 0 5%;
    }

    .boss_nr {
        position: static;
        width: 100%;
        padding: 2rem 5%
    }

    .i_c_l_con {
        background: #fff;
    }

    .s_i_left,
    .s_i_right {
        position: relative;
        width: 100%;
        float: left;
    }
}

@media screen and (max-width: 1000px) {
    .m_n_time {
        position: static;
        width: auto;
        text-align: left;
        margin-bottom: .8rem;
    }

    .m_n_radius,
    .mem_n_pore:before,
    .m_b_radius,
    .m_n_sj {
        display: none;
    }

    .mem_nr ul li {
        width: 100%;
        padding: 0 0 2rem 0
    }

    .mem_nr ul li.m_n_space {
        padding: 0 0 1.2rem 0;
    }

    .m_n_text {
        margin-top: .7rem;
    }

    .page_banner img {
        position: static;
        width: 100%;
        margin-left: 0;
    }

    .phone_index .i_product_list li {
        width: 100%;
        margin: 0 0 1rem 0;
    }

    .phone_index .i_c_l_con {
        padding-top: 1rem;
    }

    .brand_g_color {
        width: 100%;
        padding: 1.5rem 5%;
    }

    .f_d_p_gray iframe {
        width: 100%;
        height: 300px;
    }
}

@media screen and (max-width: 900px) {
    .service_item {
        margin-top: 2rem;
    }

    .s_i_text {
        height: 84px;
    }

    .s_i_t_icon span {
        background-size: 25px 22px;
        padding-left: 35px;
        font-size: 1.5rem;
    }

    .service_border {
        margin: .8rem auto 0
    }

    .s_i_t_text {
        font-size: .9rem;
        margin-top: .7rem;
    }
}

@media screen and (max-width: 700px) {
    .contanct_nr {
        top: 7%;
        width: 90%;
        padding: 1.2rem 3%
    }

    .honnor_item {
        margin-bottom: 0rem
    }

    .news_con dl dd h3 {
        font-size: 1.2rem;
    }

    .n_c_text {
        font-size: .9rem;
        margin-bottom: .7rem;
    }

    .news_con dl {
        margin-bottom: 2rem;
    }

    .news_con dl dd,
    .news_con dl dt {
        width: 100%;
    }

    .distribution_map {
        width: 90%;
        height: 312px;
        margin: 0 5%;
    }

    .phone_index .i_case_list li {
        width: 100%;
        margin: 0 0 1.2rem 0;
    }

    .life_list ul {
        margin-left: 0;
    }

    .life_list li {
        width: 100%;
        margin: 2% 0 0 0;
    }

    .floor_list li {
        width: 100%;
        margin: 0 0 3% 0
    }

    .n_c_more,
    .f_l_more {
        display: none;
    }

    .j_c_d_enter,
    .j_c_d_text {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {

    .boss_nr h3,
    .about_nr h3 {
        font-size: 1.4rem;
    }

    .b_people li {
        width: 50%;
        margin-top: 1.3rem;
    }

    .b_people li span {
        display: block;
        min-height: 40px;
    }

    .brand_g_color h3 {
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }

    .brand_text span {
        font-size: 1.3rem;
    }

    .brand_list li {
        width: 100%;
        min-height: auto;
        padding: 1rem 3%;
    }

    .floor_d_left,
    .floor_d_right,
    .f_l_left {
        width: 100%;
        float: none;
    }

    .f_l_text {
        font-size: .9rem;
    }

    .f_d_p_list li {
        width: 31.333%;
        margin-bottom: 4%;
    }

    .floor_d_right {
        margin-top: 1rem;
    }

    .c_n_i_title {
        height: 45px;
        line-height: 47px;
        font-size: .9rem;
    }

    .c_n_i_main div {
        margin-bottom: .4rem;
    }

    .c_n_i_main {
        padding: 1rem 0 .3rem 3%
    }

    .about_text {
        top: 2%;
    }

    /*
	.j_c_d_text{ width: 80px; font-size: 1rem; }
	.j_c_d_enter{ width: calc(100% - 80px); width: -webkit-calc(100% - 80px); }*/
    .j_c_d_button {
        height: 40px;
    }

    .r_i_left,
    .r_i_content {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .r_i_c_text {
        margin-top: .8rem;
    }

    .service_item {
        margin-top: 1.2rem;
    }

    .s_i_text {
        height: 73px;
    }

    .s_i_t_icon span {
        background-size: 20px 18px;
        padding-left: 27px;
        font-size: 1.2rem;
    }

    .s_i_t_text {
        font-size: .8rem;
    }

    .m_n_time {
        margin-bottom: .4rem;
    }

    .m_n_time b {
        font-size: 1.4rem;
    }

    .m_n_text {
        font-size: .9rem;
    }

    .b_people li div {
        height: 42px;
    }

    .f_d_p_gray iframe {
        width: 100%;
        height: 250px;
    }
}

@media screen and (max-width: 500px) {
    .honnor_item ul li {
        padding: 1.3rem 3% .5rem;
        width: calc(50% - 1px);
        width: -webkit-calc(50% - 1px);
        width: -moz-calc(50% - 1px);
        overflow: hidden;
        margin-bottom: 1rem;
    }

    .honnor_item ul li {
        border-width: 0 0 1px 0;
    }

    .honnor_item ul li:first-child {
        border-width: 0;
    }

    .n_c_time {
        font-size: .9rem;
    }

    .news_con dl dd h3 {
        font-size: 1rem;
    }

    .recruit_item {
        padding: 2rem 5% 1.2rem;
    }
}

@media screen and (max-width: 400px) {

    .s_i_left,
    .s_i_right {
        width: 100%;
    }
}

/*huangwen add*/
.a_phone_img img {
    width: 100%;
    display: none;
}

.contact_con iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1260px) {
    .a_phone_img {
        padding: 0 5%;
    }

    .a_phone_img img {
        display: block;
    }
}

/*huangwen add start*/

.swiper-container .swiper-slide div.ct {
    position: absolute;
    left: 0;
    top: 30%;
    width: 100%;
    color: #ffffff;
    line-height: 40px;
    padding-left: 6%;
    text-align: left;
    font-family: 黑体;
}

.swiper-container .swiper-slide div.ct .t1 {
    font-size: 30px;
}

.swiper-container .swiper-slide div.ct h3 {
    font-size: 60px;
    margin: 2% 0;
}

.swiper-container .swiper-slide div.ct .t2 {
    font-size: 36px;
}

.swiper-container .swiper-slide div.ct .en {
    font-size: 18px;
    margin: 1% 0;
}

@media screen and (max-width: 1388px) {
    .swiper-container .swiper-slide div.ct {
        position: absolute;
        left: 0;
        top: 24%;
        width: 100%;
        color: #ffffff;
        line-height: 30px;
        padding-left: 6%;
        text-align: left;
        font-family: 黑体;
    }

    .swiper-container .swiper-slide div.ct .t1 {
        font-size: 22px;
    }

    .swiper-container .swiper-slide div.ct h3 {
        font-size: 38px;
        margin: 1% 0;
    }

    .swiper-container .swiper-slide div.ct .t2 {
        font-size: 22px;
    }

    .swiper-container .swiper-slide div.ct .en {
        font-size: 16px;
        margin: 1% 0;
    }
}

@media(max-width:1260px) {
    .i_p_text {
        height: 76px;
    }

    .swiper-container .swiper-slide {
        overflow: hidden;
    }

    .swiper-container .swiper-slide a.banner_img {
        display: block;
    }

    .swiper-container .swiper-slide div.ct {
        top: 30%;
        padding-left: 5%;
        text-align: left;
    }

    .swiper-container .swiper-slide div.ct .t1 {
        font-size: 1.2rem;
    }

    .swiper-container .swiper-slide div.ct h3 {
        font-size: 2.8rem;
        margin: 2% 0;
    }

    .swiper-container .swiper-slide div.ct .t2 {
        font-size: 1.6rem;
    }

    .swiper-container .swiper-slide div.ct .en {
        font-size: .7rem;
        margin: 1% 0;
    }
}

/*huangwen add end*/



/*分页样式*/
.pglist {
    padding: 30px 0 30px;
    float: left;
    width: 100%;
    text-align: center;
}

.pglist a {
    color: #666;
    padding: 0 14px;
    margin: 0 3px;
    font-/weight: bold;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.pglist * {
    display: inline-block;
    _zoom: 1;
    _display: inline;
    vertical-align: middle;
    line-height: 30px;
    padding-bottom: 1px;
}

.pglist a:hover,
.pglist .page-num-current {
    display: inline-block;
    color: #fff;
    background: #f39800;
    border-color: #f39800;
}