.header {
    width: 100%;
}

.head-nav .container {
    overflow: visible;

}

.header .head-bj {


    background: rgba(255, 255, 255, 0.8);
}

.header .logo {
    display: block;
    line-height: 120px;

    float: left;

}

.header .logo img {
    display: inline;
    width: auto;

}

.header .search {
    width: 232px;
    height: 36px;
    padding: 1px;
    margin-right: 8px;
    margin-top: 40px;
    float: right;
    border: 1px solid #ccc;
    
}

.header .search .txt {
    width: 200px;
    height: 32px;
    border: none;
    padding: 0;
    margin: 0;
    float: left;
    background: none;
}

.header .search .btn_sear {
    width: 25px;
    height: 32px;
    cursor: pointer;
    float: right;
    outline: none;
    border: none;
   
    padding: 0;
    background: url(../images/sear.png) no-repeat center;
}

.header .en {
    float: right;
    line-height: 120px;
}

.header .en a {
    display: inline-block;
    width: 88px;
    line-height: 36px;

    text-align: center;
    color: #fff;
    font-size: 1.8rem;
}

.header .en a:first-child {
    background-color: #000000;
}

.header .en a:last-child {
    background-color: #e70012;
    margin-left: -4px;
}

.header .en1 {
    display: none;
}


.head-nav {
    background-color: #e70012;
}

.nav-pc .navbar {
    text-align: center;
    margin: 0 -2%;
}

.nav-pc .nav-item {
    display: inline-block;
    position: relative;
    width: 12%;
    margin: 0 1.14%;
}

.nav-pc .nav-link {
    display: block;
    line-height: 54px;
    text-align: center;
    text-align: center;

    color: #fff;
    font-size: 1.6rem;
    position: relative;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;




}



.nav-pc a.nav-link:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    display: block;
    width: 0;
    height: 8px;
    content: '';
    -webkit-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
    background: #fff;
}

.nav-pc a.hover:before,
.nav-pc a:hover:before {
    width: 100%;
}

.nav-pc .uls2 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 54px;
    background: rgba(0, 0, 0, .3);
    padding-top: 14px;
    padding-bottom: 5px;
    display: none;
    z-index: 2000;
}

.nav-pc .uls2 a {
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 1.4rem;
    color: #fff;
    margin-right: -1px;
    /*background: url(../images/nav-icon.jpg) no-repeat center right;*/
    position: relative;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}


.nav-pc .uls2 a.novlink:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    display: block;
    width: 0;
    height: 1px;
    content: '';
    -webkit-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
    background: #e70012;
}

.nav-pc .uls2 a:hover:before {
    width: 100%;
}






.nav_button {
    overflow: hidden;
    width: 23px;

    position: relative;

    z-index: 999;
    display: none;
}

.nav_button .nav_bar {
    width: 23px;
    height: 2px;
    display: block;
    margin: 5px 0;
    background: #000;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.nav_button .mid {
    width: 18px;
}

.nav_button.animate .nav_bar {
    background: #949494;
}

.nav_button.animate .top {
    -webkit-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    -o-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
}

.nav_button.animate .mid {
    width: 0;
}

.nav_button.animate .bottom {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}


/*nav for mobile*/
.nav_m {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    background: rgba(255, 255, 255, 0.9);
    z-index: 998;
    overflow: hidden;
    overflow-y: scroll;
    padding: 0 15px;
}

.nav_m .head-wap {
    position: fixed;
    height: 60px;
    top: 0;
    /*background: #2e2929;*/
    width: 100%;
    max-width: 768px;
    margin-left: -15px;
    z-index: 999;
}

.nav_m .logo {
    width: 134px;
    display: block;
    float: left;
    margin-top: 10px;
}

.nav_m .logo img {
    width: 100%;
    display: block;
}

.nav_m .menu {
    min-height: 100%;
    margin-top: 64px;
    padding-bottom: 60px;
}

.nav_m .main_item {
    overflow: hidden;
    border-bottom: 1px solid #5a5a5a;
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(-24px);
    transform: scale(1.1) translateY(-24px);
    -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}

.nav_m .main_item:nth-child(2) {
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms;
}

.nav_m .main_item:nth-child(3) {
    -webkit-transition-delay: 160ms;
    transition-delay: 160ms;
}

.nav_m .main_item:nth-child(4) {
    -webkit-transition-delay: 240ms;
    transition-delay: 240ms;
}

.nav_m .main_item:nth-child(5) {
    -webkit-transition-delay: 360ms;
    transition-delay: 360ms;
}

.nav_m .main_item:nth-child(6) {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.nav_m .main_item:nth-child(7) {
    -webkit-transition-delay: 480ms;
    transition-delay: 480ms;
}

.nav_m .main_item:nth-child(8) {
    -webkit-transition-delay: 560ms;
    transition-delay: 560ms;
}

.nav_m .main_item:nth-child(9) {
    -webkit-transition-delay: 640ms;
    transition-delay: 640ms;
}

.nav_m .main_item:nth-child(10) {
    -webkit-transition-delay: 720ms;
    transition-delay: 720ms;
}

.nav_m .main_item>a {
    display: block;
    line-height: 48px;
    font-size: 14px;
    color: #333;
    background: url('../images/public/plus.png') 98% center no-repeat;
    background-size: 12px;
}

.nav_m .menu.show .main_item {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.nav_m .on {
    border: none;
    height: auto;
}

.nav_m .on>a {
    background-image: url('../images/public/minus.png');
}

.nav_m .link>a {
    background-image: url('../images/public/arrow.png');
}

.drop_list {
    display: none;
}

.drop_list a {
    display: block;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #5a5a5a;
    text-indent: 20px;
    height: 42px;
    line-height: 42px;
}


/* 首页产品 */


.index-tit {
    padding-top: 8%;
}

.index-tit img {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
}

.index-tit .sum {
    color: #919191;
    font-size: 1.6rem;
    line-height: 30px;
    padding: 2% 0 3% 0;
}

a.more {
    display: block;
    font-size: 2rem;
    color: #e70012;
    width: 200px;
    border: 1px solid #ccc;
    border-radius: 29px;
    line-height: 40px;
    text-align: center;
    margin: 4% auto;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;

}

a.more:hover {
    background-color: #e70012;
    color: #fff;

}



/* 首页产品 */


.pro-typename {
    max-width: 1030px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 4%;
    background: url(../images/pro-line.jpg) no-repeat center;
}

.pro-typename li {
    display: inline-block;
    margin: 0 7%;
    width: 194px;
    padding: 3px;
    border: 1px solid #edeff5;
    border-radius: 25px;
}

.pro-typename a {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    color: #999999;
    line-height: 44px;
    border-radius: 22px;
    background-color: #edeff5;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;

}

.pro-typename li a:hover {
    color: #fff;
}

.pro-typename li:nth-child(1) a:hover {
    background-color: #a5f2dd;
}

.pro-typename li:nth-child(2) a:hover {
    background-color: #f9493c;
}

.pro-typename li:nth-child(3) a:hover {
    background-color: #ffd199;
}

.pro-typename li:nth-child(1):hover {
    border: 1px solid #a5f2dd;
}

.pro-typename li:nth-child(2):hover {
    border: 1px solid #ffb9c7;
}

.pro-typename li:nth-child(3):hover {
    border: 1px solid #ffd199;
}


.index-pro .type-img {
    margin: 0 -20px;
}

.index-pro .type-img li {
    padding: 0 20px;
}

.index-pro .type-img a {
    display: block;
    padding: 16px;
    border-radius: 6px;
    border: 1px solid #ccc;
    overflow: hidden;

}

.index-pro .type-img li:nth-child(1) a {
    border: 1px solid #a5f2dd;
}

.index-pro .type-img li:nth-child(2) a {
    border: 1px solid #ffb9c7;
}

.index-pro .type-img li:nth-child(3) a {
    border: 1px solid #ffd199;
}

.index-pro .type-img img {
    border-radius: 6px;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


.index-pro .type-img a:hover img {

    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);

}


.index-img {
    max-width: 100%;
}

/* 首页新闻资讯 */



.index-news .news-img {
    position: relative;

}

.index-news .news-img img {
    max-width: 94%;
}

.index-news .news-tit {
    position: absolute;
    right: 20px;
    top: 25%;
}

.index-news .news-tit li:first-child {
    margin-bottom: 100%;
}

.index-news .news-tit a {
    display: block;
    width: 116px;
    height: 116px;
    font-size: 2rem;
    line-height: 116px;
    text-align: center;
    color: #aeaeae;
    background: url(../images/news-bj2.png) no-repeat center;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.index-news .news-tit .on a,
.index-news .news-tit a:hover {
    color: #f9493c;
    background: url(../images/news-bj.png) no-repeat center;
}

.index-news .news-main {
    max-width: 100%;
}

.index-news .row {
    margin: 0 -20px;
}

.index-news .col-md-6 {
    padding: 0 20px;
}

.index-news .news-list {
    display: none;
}

.index-news .news-list a {
    display: block;
    overflow: hidden;
    padding: 4% 0;
    border-bottom: 1px solid #ccc;
}

.index-news .time {
    width: 84px;
    height: 84px;
    max-width: 20%;
    border: 1px solid #ccc;
    float: left;
}

.index-news .time2 {
    display: none;
}

.index-news .time .date {
    font-size: 5rem;
    color: #585a5f;
    margin: 0 auto;
    text-align: center;
    width: 80%;
    line-height: 58px;
    border-bottom: 1px solid #ccc;


}

.index-news .time .year {
    text-align: center;
    color: #444444;
    line-height: 23px;
}

.index-news .news-li {
    float: left;
    width: 80%;
    padding-left: 22px;
}

.index-news .news-li .title {
    font-size: 1.8rem;
    line-height: 26px;
    padding-bottom: 1.6%;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.index-news .news-li .sum {
    font-size: 1.4rem;
    line-height: 24px;
}

.index-news .news-li .vm {
    font-size: 1.4rem;
    color: #e70012;
    font-family: "simsun";
}

.index-news .news-list a:hover .title {
    color: #e70012;
}









/* 底部导航 */

.footer {
    background-color: #3c3c3c;
    padding-top: 4%;
    padding-bottom: 2%;
}

.footer .foo-nav {
    width: 66%;
    float: left;

}

.footer .foo-nav .nav-item {
    float: left;
    width: 20%;

}

.footer .foo-nav .nav-link {
    display: block;
    color: #e4e4e4;
    font-size: 1.6rem;
    text-align: center;

}

.footer .uls2 .novlink:hover,
.footer .foo-nav .nav-link:hover {
    color: #9fd582;
}

.footer .uls2 {
    width: 100%;
    padding-top: 6%;
}

.footer .uls2 .novlink {
    display: block;
    color: #939393;
    font-size: 1.4rem;
    text-align: center;
    line-height: 30px;
}

.footer .index-tel h5 {
    font-size: 2.6rem;
    color: #e0e0e0;
    margin-bottom: 1%;
}

.footer .index-tel p {
    font-size: 3rem;
    font-weight: bold;
    color: #e0e0e0;
}

.foo-bottom {
    border-top: 1px solid #303030;
    background-color: #202020;
    color: #939393;
}

.foo-bottom p {
    text-align: center;

}

.foo-bottom p a {
    display: inline-block;
    color: #939393;
    line-height: 60px;

    padding: 0 20px;
}

.foo-bottom p img {
    display: inline;
    width: 30px;

}

.foo-bottom .gs {
    /*padding-left: 0;*/
}

/* 内页公共名称 */


.public-tit {
    padding-top: 4%;
    padding-bottom: 2%;
}

.public-tit img {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
}

.public-tit h1 {
    font-size: 3rem;
    padding: 1.5% 0;
    text-align: center;
    background: url(../images/index-tit.png) no-repeat center;
}

/* 公共二级导航 */

.pub-left {
    background-color: #f5f5f9;
    padding: 2% 0;
    margin-bottom: 2%;
}

.pub-left ul {
    overflow: hidden;


}

.pub-left li {
    display: block;
    float: left;

}

.pub-left li:last-child {
    margin-right: 0;
}

.pub-left li a {
    font-size: 2rem;
    display: block;
    text-align: center;

    line-height: 50px;
    border: 1px solid #ccc;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;

}

.pub-left li a.hover,
.pub-left li a:hover {
    background-color: #e70012;
    color: #fff;
}


.public {
    padding-bottom: 4%;
}

.public img {
    max-width: 100% !important;
    width: auto;
    height: auto !important;
}

.banner {
    width: 100%;
}

.banner img {
    max-width: 100%;
}

.product-left li {
    width: 23%;
    margin-right: 2.6666%;
}

.about-left .treeview li {
    width: 23%;
    margin-right: 15.5%;
}


.about-left li:last-child,
.news-left li:last-child {
    margin-right: 0;
}



/* 荣誉资质 */

.honor ul {

    margin: 0 -18px;
}

.honor li {
    margin-bottom: 2%;
    padding: 0 18px;
}

.honor li a {
    display: block;
    text-align: center;
    /*padding: 18px;*/

}

.honor li .img {

    border: 1px solid #ccc;
    overflow: hidden;

}

.honor li img {
    display: inline;
    width: auto;
    max-width: 100%;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

}

.honor li .title {
    padding: 6% 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.honor li:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.honor li:hover .title {
    color: #8cbd71;
}


/* 企业文化 */


.culture .img {
    position: relative;
    width: 100%;
}

.culture .img h1 {
    position: absolute;
    left: 0;
    bottom: 14%;
    width: 34%;
    text-align: center;
    line-height: 70px;
    font-size: 3.4rem;
    font-weight: bold;
    color: #fff;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
}

.culture ul {
    margin: 0 -25px;

}

.culture li {

    padding: 0 25px;
    margin-bottom: 4%;

}

.culture li:nth-child(1) .sum,
.culture li:nth-child(1) h1 {
    background-color: #95cd77;

}

.culture li:nth-child(2) .sum,
.culture li:nth-child(2) h1 {
    background-color: #ff6a6a;

}

.culture li:nth-child(3) .sum,
.culture li:nth-child(3) h1 {
    background-color: #ff9f42;

}

.culture li:nth-child(4) .sum,
.culture li:nth-child(4) h1 {
    background-color: #4297ff;

}

.culture .sum {
    display: table;
    width: 100%;
    height: 158px;
}

.culture .sum .sum-m {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 10px;
    font-size: 1.6rem;
    line-height: 26px;
    color: #fff;
    text-align: center;

}





/* 新闻中心 */

.news-left li {
    width: 40%;
}

.news-left li:last-child {
    float: right;

}

.news li {
    margin-bottom: 4%;
    height: 100%;
    width: 100%;
}

.news li a {
    display: table;
    overflow: hidden;
    width: 100%;
}

.news .img {
    display: table-cell;
    vertical-align: middle;

    width: 43%;

}

.news .news-main {
    display: table-cell;
    vertical-align: top;

    width: 57%;
    padding-left: 2%;
    height: 100%;
    position: relative;

}

.news .news-main h1 {
    font-size: 1.8rem;

}

.news .news-main .time {
    color: #999999;
    line-height: 40px;
    padding-bottom: 2%;
    border-bottom: 1px solid #ccc;
}

.news .news-main .sum {
    padding: 2% 0;
    line-height: 30px;
    font-size: 1.4rem;
    color: #8e8e99;
}



div.more {
    display: block;
    font-size: 2rem;
    color: #8b8b8b;
    width: 158px;
    border: 1px solid #ccc;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;

}

div.more span {
    display: inline-block;
    font-family: "simsun";

    padding-left: 10px;
}

.news li a:hover .more {
    background-color: #e70012;
    color: #fff;

}


/* 新闻详情页 */
.news-read {
    padding-top: 3%;
}

.news-read .title {
    text-align: center;
    padding: 2% 0;
}

.news-read .time {
    text-align: center;
    padding-bottom: 2%;
}

.news-read .read-con {
    font-size: 1.4rem;
    color: #333;
}


/* 产品中心 */
.product ul {
    margin: 0 -30px;
}

.product li {
    margin-bottom: 4%;
    padding: 0 30px;
}

.product li a {
    display: block;


}

.product li .img {
    overflow: hidden;
    border: 2px solid #f2f2f2;
}

.product li .img img {
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

}

.product h1 {
    line-height: 60px;
    text-align: center;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    font-size: 1.8rem;
}

.product h1 img {
    display: inline;
    padding-right: 20px;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.product li a:hover h1 {
    color: #e70012;

}

.product li a:hover .img img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

/* 产品详情 */

#banner {

    width: 50%;
    float: left;


}

#banner #gallery {
    width: 100%;
    margin-left: 0;
    margin-bottom: 4%;
    border-radius: 6px;
    border: 1px solid #e70012;
}

#banner #gallery img {}

/*#banner .pro-main{
    float: right;
    
}*/
.pro-main .return {
    display: block;
    font-family: "simsun";
    color: #999999;
    font-size: 2rem;
    line-height: 30px;
    text-align: right;
    margin-bottom: 10%;
}

.pro-main .return span {
    border-bottom: 1px solid #ccc;
    font-family: "微软雅黑";
    display: inline-block;
    margin-left: 12px;
    font-size: 1.6rem;

}

.pro-main .return:hover {
    color: #8cbd71;
}

.pro-main {
    width: 48%;
    padding-left: 4%;
    float: right;

}

.block-xs {
    display: none;
}

.parameter {
    background-color: #e70012;
    padding: 6%;
    border-radius: 6px;
}

.parameter h1 {
    font-size: 2rem;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;

    line-height: 50px;
    margin-bottom: 10%;
    border-bottom-right-radius: 25px;
}

.parameter h3 {
    color: #fff;
    font-size: 1.6rem;
    padding-bottom: 10px;
}

.parameter .summary {
    margin-bottom: 10px;
    line-height: 24px;

}

.parameter .summary div,
.parameter .summary p,
.parameter .summary span {
    font-family: "微软雅黑" !important;
    font-size: 1.4rem !important;
}

/* 关于我们 */

.about .img .history,
.about .ab-sum {
    font-size: 1.6rem;
    color: #606060;
    line-height: 40px;

}

.about .ab-sum {
    text-indent: 2em;
}

.about .img {

    overflow: hidden;
    padding: 3% 0;

}

.about .img img {
    width: 44%;
    float: left;
    max-width: 50%;
}

.about .img .history {
    float: right;

    max-width: 50%;
}

.ab-photo {
    padding: 3% 0;
    background-color: #f5f6fa;
}

.ab-photo li {
    padding: 0 30px;
}


.ab-photo ul {
    margin: 0 -30px;
}


.about-content {
    padding: 3% 0 4% 0;
    line-height: 30px;
    font-size: 1.6rem;
}











/* 人才招聘 */

.join-list {
    margin-top: 4%;
}

.join-list .col-12 {
    margin-bottom: 20px;
}

.join-list .col-12 .icon {
    display: block;
    float: left;
    line-height: 4rem;
    text-align: center;
}

.join-list .tit {
    overflow: hidden;
    background: #f2f2f2;
    cursor: pointer;
}

.join-list .icon {
    width: 40px;
    font-size: 2.4rem;
    font-family: "Microsoft YaHei";
    float: left;
    border-right: 1px solid #e3e3e3;
}

.join-list .col-12 h3 {
    float: left;

    line-height: 4rem;
    margin: 0;
    padding: 0 10px;
    font-size: 1.6rem;
}

.join-list .time {
    display: block;
    line-height: 4rem;
    float: right;
    padding-right: 10px;
    text-align: right;
}

.join-list .summary {
    padding: 2%;
    display: none;
    font-size: 1.4rem;
    line-height: 24px;
}

.join-list .origin_over h3,
.join-list .origin_over span {
    color: #e70012;
}





/* 客户服务 */

.map-con {
    background-color: #f9f9fb;
    padding: 3% 0;
}

.map-con #map {
    width: 100%;
    height: 400px;

}

.map-con .map-box {
    padding: 2%;
    background-color: #fff;
}

.info {
    padding: 3% 0;
}

.info h4.title {
    font-size: 2rem;
    margin-bottom: 3%;
}

.info .info-nav li {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    max-width: 400px;
}

.info .info-nav li div {
    padding-left: 60px;
    background: url(../images/c-add.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.info .info-nav li .tit {
    font-size: 1.6rem;
    font-weight: bold;

    line-height: 30px;
}

.info .info-nav li p {
    color: #8b8b8b;
}


.manager p {
    margin-bottom: 2%;
}

.manager p input {
    width: 100%;
    line-height: 50px;
    background-color: #f2f1f9;
    border: 1px solid #ccc;
    padding: 0 10px;
}

.manager textarea {
    width: 100%;
    line-height: 50px;
    background-color: #f2f1f9;
    border: 1px solid #ccc;
    padding: 0 10px;
    font-family: "微软雅黑"
}

.manager h4.title {
    margin-bottom: 6%;
}

.manager div {
    padding-top: 2%;
}

.manager div input {
    width: 30%;
    margin: 0 10%;
    line-height: 52px;
    cursor: pointer;

    font-size: 2rem;
    border: none;
    background-color: #e7e6eb;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;

}

.manager div input:hover {
    background-color: #87cb63;
    color: #fff;

}


/* 产品询价 */
.pro_form p{
    margin-bottom: 2%;
}
.pro_form p input{
    width: 100%;
    background: none;
    color: #333;
    border: 1px solid #ccc;
    line-height: 30px;
    padding:0 5px;
}
.pro_form textarea::-webkit-input-placeholder,
.pro_form p input::-webkit-input-placeholder{
    color:#333;
}
.pro_form textarea{
    width: 100%;
    background: none;
    color: #333;
    border: 1px solid #ccc;
    line-height: 30px;
    padding:0 5px;
}

.pro_form div input{
    margin:0 10px;
}