@charset "utf-8";
/* CSS Document */
body {
    font-family: "Microsoft YaHei","微软雅黑";
    font-size: 14px;
    color: #333;
    background: #f0f0f0;
    word-wrap: break-word;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden
}

body, form, input, p, ol, ul, li, h1, h2, h3, h4, h5, h6, table, th, td, dl, dt, dd {
    padding: 0;
    margin: 0;
}

img {
    border: 0;
    vertical-align: middle;
}

ul, li {
    list-style: none;
}

dl, dt, dd {
    display: block;
}

a {
    text-decoration: none;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    outline: none;
}

input, textarea {
    box-sizing: border-box;
    border: 0;
    background: none;
    font: 14px "microsoft Yahei", "Arial", sans-serif;
    width: 100%;
}

input[type="button"], input[type="submit"], input[type="text"] {
    -webkit-appearance: none;
    outline: none;
}

h2 {
    font-weight: 400;
}

i {
    font-style: normal;
}

b {
    font-weight: normal;
}

/*文本框默认颜色*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #333;
    opacity: 1
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #333;
    opacity: 1
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #333;
    opacity: 1
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #333;
    opacity: 1
}

/* clear 页头，页脚，内容区都不用再加清除样式 */
.cf:before, body:before, .header:before, .main:before, .footer:before, .wrap:before {
    content: '';
    display: table
}

.cf:after, after, .header:after, .main:after, .footer:after, .wrap:after {
    content: '';
    display: table;
    clear: both
}

.cf, .header, .main, .footer, .wrap {
    *zoom: 1
}

/*图片放大*/
@media screen and (max-width: 1920px) and (min-width: 1200px) {
    .tr_sc {
        overflow: hidden;
        display: block;
    }

    .tr_sc img {
        transition: 0.3s all;
    }

    .tr_sc:hover img {
        transform: scale(1.1, 1.1);
    }
}

/*@font-face {*/
/*font-family: 'Conv_heldustryftdemi';*/
/*src: url('../fonts_hel/heldustryftdemi.eot');*/
/*src: local('☺'), url('../fonts_hel/heldustryftdemi.woff') format('woff'), url('../fonts_hel/heldustryftdemi.ttf') format('truetype'), url('../fonts_hel/heldustryftdemi.svg') format('svg'); font-weight: normal;font-style: normal;*/
/*}*/

@font-face {
    font-family: 'Conv_COPYFONTS.COM_NETTO-OT';
    src: url('../fonts/COPYFONTS.COM_NETTO-OT.html');
    src: local('☺'), url('../fonts/COPYFONTS.COM_NETTO-OT.html') format('woff'), url('../fonts/COPYFONTS.COM_NETTO-OT-2.html') format('truetype'), url('../fonts/COPYFONTS.COM_NETTO-OT-3.html') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*其他公用*/
.mainTwo {
    margin: -60px 0 0 0;
    
}

.mainThree {
    margin: -60px 0 0 0;background-color: #fff;
    /*padding-bottom: 120px;*/
}
.main1 {
    margin: -60px 0 0 0;
    /*padding-bottom: 120px;*/
}

.wrap {
    width: 1360px;
    margin: 0 auto;
}

#top {
    position: fixed;
    bottom: 10%;
    right: 40px;
    cursor: pointer;
    width: 43px;
    height: 43px;
    background: url(../images/top.html) center no-repeat;
    z-index: 9;
}

.hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
}

.back_img {
    background-repeat: no-repeat;
    background-position: top center;
}

.more {
    /*background: #e1e1e1;*/
    /*width: 135px;*/
    /*height: 36px;*/
    /*line-height: 33px;*/
    /*border-radius: 4px;*/
    /*display: inline-block;*/
    /*text-align: center;*/
    /*position: relative;*/
    /*overflow: hidden;*/
    /*transform: translateY(0)*/
}

/*.more:before {*/
/*content: "";*/
/*position: absolute;*/
/*right: 10px;*/
/*top: 0;*/
/*display: block;*/
/*width: 100%;*/
/*height: 100%;*/
/*box-sizing: border-box;*/
/*background: #d60b18;*/
/*border-right: 3px solid #fff;*/
/*border-left: 3px solid #fff;*/
/*z-index: -1;*/
/*transform: skewX(20deg);*/
/*transition: 0.3s;*/
/*}*/

/*.more i {*/
/*color: #fff;*/
/*font-size: 12px;*/
/*background: url(../images/ico_03.png) right center no-repeat;*/
/*padding-right: 15px;*/
/*}*/

/*.more:hover:before {*/
/*right: -10px;*/
/*}*/

/*公用头尾*/
.header {
    background: #fff;
    height: 70px;
    position: relative;
    border-bottom: 4px solid #d70b17
}

.header .logo {
    float: left;
}

.header .logo a {
    line-height: 70px;
}

.header .right {
    float: right;
}

.header .nav {
    float: left;
}

.header .nav li {
    float: left;
    margin-right: 80px;
}

.header .nav a {
    display: block;
    height: 70px;
    line-height: 70px;
    color: #333;
    font-weight: bold;
}

.header .nav .one,
.header .nav a:hover {
    color: #d60b18
}

.header .nav_box {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    background: #d70b17;
    z-index: 3;
    width: 100%;
    border-bottom: 1px solid #cecdcb;
    text-align: center;
    overflow: hidden;
}

.header .nav_box a {
    color: #fff;
    font-weight: bold;
    padding: 14px 2px;
    display: inline-block;
    margin: 0 20px;
    position: relative;
}

.header .nav_box a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.header .nav_box .one:before,
.header .nav_box a:hover:before {
    opacity: 1;
    visibility: inherit;
}

.header .nav_box .a_box {
    display: none;
}

.header .yuy {
    float: left;
    padding-top: 26px;
}

.header .yuy i,
.header .yuy a {
    color: #333;
    font-size: 12px;
}

.header .yuy i {
    display: inline-block;
    padding: 0 5px;
}

.part_nav {
    background: #d70b17;
    position: relative;
    z-index: 1;
    width: 100%;
    border-bottom: 1px solid #cecdcb;
    text-align: center;
    overflow: hidden;
    margin-top: -20px;
}

.part_nav a {
    color: #fff;
    font-weight: bold;
    padding: 14px 2px;
    display: inline-block;
    margin: 0 20px;
    position: relative;
}

.part_nav a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.part_nav .one:before,
.part_nav a:hover:before {
    opacity: 1;
    visibility: inherit;
}

.footer {
    /*padding: 80px 0 20px 0;*/
    /*color: #fff;*/
    /*background-position: center bottom;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
}

.footer .part1 {
    border-bottom: 1px solid rgba(225, 225, 225, 0.2);
    padding-bottom: 20px;
}

.footer .part1 .logo {
    float: left;
}

.footer .part1 .logo a {
    float: left;
}

.footer .part1 .logo span {
    float: left;
    opacity: 0.6;
    padding: 5px 0 0 40px;
    font-size: 12px;
    line-height: 20px;
}

.footer .part1 .lianx {
    float: right;
}

.footer .part1 .lianx i {
    font-size: 24px;
    position: relative;
    top: 5px;
}

.footer .part1 .lianx .p1 {
    padding-bottom: 5px;
}

.footer .part2 li {
    float: left;
    padding: 30px 0 60px 0;
    width: 200px;
}

.footer .part2 li a {
    color: #fff;
}

.footer .part2 dd i {
    display: block;
}

.footer .part2 dt,
.footer .part2 dt a {
    font-size: 18px;
}

.footer .part2 dt a:hover {
    color: #d70b17
}

.footer .part2 dd {
    padding-top: 25px;
}

.footer .part2 dd i {
    padding-bottom: 10px;
}

.footer .part2 dd a {
    color: #666;
}

.footer .part2 dd a:hover {
    color: #fff;
}

.footer .part2 .li5 {
    text-align: center;
    width: auto;
}

.footer .part2 .li5 b {
    display: inline-block;
    padding: 0 2px;
}

.footer .part2 .li6 {
    width: auto;
    float: right;
    text-align: center;
}

.footer .part2 .li6 span {
    display: block;
}

.footer .part2 .li6 b {
    display: block;
    font-size: 12px;
    opacity: 0.6;
    padding-top: 10px;
}

.bdshare-button-style0-16:after {
    display: none !important
}

.bdshare-button-style0-16 a {
    float: none !important;
    margin: 0 !important;
    transition: 0 none;
    background-image: none !important;
    padding: 0 !important;
}

.bdshare-button-style0-16 a:hover {
    opacity: 1 !important
}

.footer .part3 .banq {
    float: left;
    font-size: 12px;
    opacity: 0.5
}

.footer .part3 .aa {
    float: right;
}

.footer .part3 .aa i {
    display: inline-block;
    width: 2px;
    height: 10px;
    margin: 0 10px;
    background: #898786
}

.footer .part3 .aa a {
    color: #fff;
    opacity: 0.5
}

.footer .part3 .aa a:hover {
    opacity: 1;
}

/*首页*/
.in_main {
    background: #fff;
    overflow: hidden
}

.in_box {
    position: relative;
    height: 860px;
}

.in_right {
    margin-left: 490px;
    height: 100%;
}

.in_txt {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -130px;
}

.in_txt .tnt {
    font-family: 'Conv_COPYFONTS.COM_NETTO-OT', Sans-Serif;
    text-transform: Uppercase;
    font-size: 38px;
    line-height: 46px;
    color: rgba(51, 51, 51, 0.3);
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.in_txt .tnt:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 77px;
    height: 1px;
    background: #d60b18;
}

.in_txt .txt {
    font-size: 38px;
    font-weight: 100;
}

.in_txt .tet {
    font-weight: bold;
    padding: 10px 0 30px 0;
}

.in_part1 .back_img {
    height: 790px;
    width: 100%;
    display: table;
}

.in_part1 .box {
    display: table-cell;
    vertical-align: middle;
}

.in_part1 .tet {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 20px;
}

.in_part1 .tnt {
    font-family: 'Conv_heldustryftdemi', Sans-Serif;
    text-transform: Uppercase;
    font-size: 40px;
    line-height: 40px;
}

.in_part1 .txt {
    font-size: 65px;
    font-weight: bold;
    padding-bottom: 20px;
}

.in_part1 .pagination {
    position: absolute;
    left: 0;
    bottom: 60px;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.in_part1 .pagination span {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.in_part1 .pagination .swiper-active-switch {
    width: 25px;
}

.in_part1 .arrow div {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 110px;
    margin-top: -55px;
    background-color: rgba(225, 225, 225, 0.8);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.in_part1 .arrow-left {
    left: 0;
    background-image: url(../images/ico_01.html);
    border-radius: 0 5px 5px 0
}

.in_part1 .arrow-right {
    right: 0;
    background-image: url(../images/ico_02-1.html);
    border-radius: 5px 0 0 5px
}

.in_part1 .tet,
.in_part1 .tnt,
.in_part1 .txt,
.in_part1 .tat {
    transform: translateY(300px);
    opacity: 0;
    transition: 0.9s;
}

.in_part1 .swiper-slide-active .tet {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.1s
}

.in_part1 .swiper-slide-active .tnt {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.2s
}

.in_part1 .swiper-slide-active .txt {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.3s
}

.in_part1 .swiper-slide-active .tat {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.4s
}

.in_part2 {
    overflow: hidden;
}

.in_part2 .in_box {
    height: auto;
}

.in_part2 .list ul {
    margin-right: -20px;
}

.in_part2 .list li {
    width: 33.3%;
    float: left;
    box-sizing: border-box;
    border-left: 1px solid #dfdfdf;
    padding: 0 20px;
    height: 860px;
}

.in_part2 .list .pic img {
    width: 100%
}

.in_part2 .list .titm {
    color: #555;
    padding: 30px 0 140px 0;
}

.in_part2 .list .titm b {
    display: block;
    font-size: 48px;
    font-weight: 100;
    line-height: 48px;
}

.in_part2 .list .titm i {
    color: #555;
}

.in_part2 .list .txt {
    height: 60px;
    overflow: hidden;
    margin-bottom: 20px;
}

.in_part2 .list .txt a {
    color: #333;
    font-size: 18px;
    line-height: 30px;
}

.in_part2 .list .txt a:hover {
    color: #d60b18
}

.in_part2 .list .tet {
    line-height: 22px;
    padding: 35px 0;
}

.in_part2 .list .tat {
    padding-bottom: 100px;
}

.in_part2 .list .tat a {
    background: url(../images/ico_02.html) center right no-repeat;
    width: 31px;
    height: 10px;
    display: inline-block;
}

.in_part2 .list li:hover .tat a {
    width: 90px;
}

.in_part3 {
    color: #fff;
    background-attachment: fixed;
}

.in_part3 .in_txt .tnt {
    color: rgba(225, 225, 225, 0.5);
    width: 110px;
}

.in_part3 .in_txt .tnt:before {
    background: #fff
}

.in_part3 .more {
    background: #d60b18
}

.in_part3 .more:before {
    background: #e1e1e1
}

.in_part3 .more i {
    color: #333;
    background-image: url(../images/ico_04.html)
}

.in_part3 .list {
    padding: 251px 0 115px 0;
}

.in_part3 .list dl {
    width: 33.3%;
    float: left;
    box-sizing: border-box;
    text-align: center;
    padding: 0 20px;
}

.in_part3 .list dt {
    font-size: 72px;
    line-height: 72px;
    font-weight: 100;
    padding-bottom: 25px;
}

.in_part3 .list dd {
    font-size: 18px;
}

.in_part3 .tet {
    font-size: 16px;
    line-height: 28px;
    text-align: justify
}

.in_part4 {
    overflow: hidden;
}

.in_part4 .in_txt .tnt {
    width: 170px;
}

.in_part4 .list {
    height: 100%
}

.in_part4 .list ul {
    height: 100%
}

.in_part4 .list li {
    width: 16.6%;
    float: left;
    box-sizing: border-box;
    height: 100%;
}

.in_part4 .list dl {
    border-left: 1px solid #dfdfdf;
    height: 100%;
    position: relative;
}

.in_part4 .list dt {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    margin-top: -50px;
    width: 100%;
    text-align: center;
}

.in_part4 .list dt i {
    position: relative;
    display: inline-block;
}

.in_part4 .list dt .img_b {
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}

.in_part4 .list dt b {
    display: block;
    font-size: 18px;
    padding-top: 10px;
    color: #333;
    transition: 0.4s;
}

.in_part4 .list dd {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.in_part4 .list li:hover dt .img_b {
    opacity: 1;
    visibility: inherit;
}

.in_part4 .list li:hover dt b {
    color: #fff;
}

.in_part4 .list li dt b {
    position: relative;
    padding-bottom: 10px;
}

.in_part4 .list li dt b:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    display: inline-block;
    width: 0px;
    height: 2px;
    background-color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.in_part4 .list li:hover dt b:before {
    margin-left: -25px;
    width: 50px;
}

.in_part4 .list li:hover dd {
    opacity: 1;
    visibility: inherit;
}

.in_part5 {
    background-attachment: fixed;
    color: #fff;
    overflow: hidden;
}

.in_part5 .in_txt .tnt {
    color: rgba(225, 225, 225, 0.5);
    width: 170px;
}

.in_part5 .in_txt .tnt:before {
    background: #fff
}

.in_part5 .more {
    background: #d60b18
}

.in_part5 .more:before {
    background: #e1e1e1
}

.in_part5 .more i {
    color: #333;
    background-image: url(../images/ico_04.html)
}

.in_part5 .in_right {
    position: relative;
    height: 100%;
}

.in_part5 .in_right:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 1467px;
    height: 100%;
    background: url(../images/back_12.html) left top no-repeat
}

.in_part5 .list {
    position: relative;
}

.in_part5 .list li {
    width: 184px;
    height: 184px;
    position: absolute;
    text-align: center;
}

.in_part5 .list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    transform: rotate(45deg)
}

.in_part5 .list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.in_part5 .list dl {
    padding-top: 40px;
}

.in_part5 .list dt {
    position: relative;
    display: inline-block;
}

.in_part5 .list dt .img2 {
    position: absolute;
    left: 0;
    top: 0px;
    transition: 0.3s;
    opacity: 0;
}

.in_part5 .list dd {
    transition: 0.3s;
    padding-top: 15px;
    font-weight: bold;
    color: #fff;
}

.in_part5 .list .li1 {
    left: 39px;
    top: 168px;
}

.in_part5 .list .li2 {
    left: 169px;
    top: 298px;
}

.in_part5 .list .li3 {
    left: 300px;
    top: 429px;
}

.in_part5 .list .li4 {
    left: 430px;
    top: 559px;
}

.in_part5 .list .li5 {
    left: 561px;
    top: 690px;
}

.in_part5 .list .li6 {
    right: 126px;
    top: 168px;
}

.in_part5 .list .li7 {
    right: 256px;
    top: 298px;
}

.in_part5 .list li:hover dt .img2 {
    opacity: 1;
    visibility: inherit;
}

.in_part5 .list li:hover:before {
    background: #fff;
}

.in_part5 .list li:hover dd {
    color: #d70b17
}

.in_part6 .in_box {
    height: auto;
}

.in_part6 .in_txt .tnt {
    width: 230px;
}

.in_part6 .list ul {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf
}

.in_part6 .list li {
    border-bottom: 1px solid #dfdfdf;
    padding: 30px 0;
}

.in_part6 .list li:last-child {
    border-bottom: 0
}

.in_part6 .list dl {
    display: table;
}

.in_part6 .list dt,
.in_part6 .list dd {
    display: table-cell;
    vertical-align: middle;
}

.in_part6 .list dt {
    width: 360px;
    text-align: center;
}

.in_part6 .list dd {
    padding-right: 60px;
    line-height: 22px;
    text-align: justify
}

.in_part7 {
    background: #f6f6f6;
    padding: 70px 0;
}

.in_part7 .in_txt .tnt {
    width: 170px;
}

.in_part7 .in_box {
    height: auto;
}

.in_part7 .list {
    height: 310px;
    overflow: hidden;
    position: relative;
}

.in_part7 .list li {
    float: left;
    width: 25%;
    box-sizing: border-box;
    text-align: left;
    height: 110px;
    line-height: 110px;
}

.in_part7 .in_txt .tnt {
    color: rgba(51, 51, 51, 0.3)
}

.iph_more {
    display: none;
}

.in_part2 .list .ipn_txt {
    display: none;
}

.in_part5 .list .ipn_ol {
    display: none;
}

/*栏目公用*/
.main_box {
    background: #fff;
    box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.1);
    float: left;
    position: relative;
    width: 100%;
	margin-bottom: 50px;
	
}

.main {
    margin: -80px 0 120px 0;
}

.part_pic {
    height: 480px;
    margin-top: 81px;
}

.part_pic .move_pic {
    display: none;
}

.top_txt {
    font-size: 36px;
	font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
}

.top_txt:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    width: 64px;
    height: 6px;
    background: #21c4f5;
    margin-left: -32px;
}

.news_txt:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    width: 64px;
    height: 3px;
    background: #01304a;
    margin-left: -32px;
}

.txt_box {
    overflow: hidden;
    padding: 60px 0;
}

.txt_box .txt {
    border: 2px solid #d70b17;
    width: 161px;
    height: 159px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    padding: 0 10px;
    position: relative;
}

.txt_box .txt:before {
    content: "";
    position: absolute;
    background: #d70b17;
    left: -250px;
    top: 0;
    display: block;
    width: 230px;
    height: 100%;
    transform: skewY(45deg);
    transform-origin: right
}

.txt_box .txt span {
    position: relative;
    font-family: 'Conv_COPYFONTS.COM_NETTO-OT', Sans-Serif;
    text-transform: uppercase;
    color: rgba(51, 51, 51, 0.3);
    font-size: 24px;
    display: inline-block;
    padding: 15px 0;
    margin-bottom: 15px;
}

.txt_box .txt span:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    width: 115px;
    height: 2px;
    background: #d70b17;
    margin-left: -58px;
}

.txt_box .txt h2 {
    font-size: 24px;
}

.txt_box_on .txt:before {
    left: auto;
    right: -250px;
    transform-origin: left;
    transform: skewY(-45deg);
}

.txt_box_top {
    background-image: url(../images/back_03.png);
    background-repeat: no-repeat;
}

.txt_box_top .txt:before {
    display: none;
}

/*公司荣誉*/
.rongy_part {
    position: relative;
}

.rongy_part:before {
    content: "";
    position: absolute;
    left: 0;
    top: -25px;
    display: block;
    width: 100%;
    height: 900px;
    background: url(../images/back_01.html) top center no-repeat;
    margin: 0 -50px;
    padding: 0 50px;
}

.rongy_part .top_txt {
    padding-top: 60px;
}

.rongy_part .swiper-box {
    overflow: hidden;
    margin: 0 150px;
}

.rongy_part .swiper-container {
    width: 1350px;
    margin-left: -150px;
    padding: 10px 0;
}

.rongy_part .swiper-container li {
    background: #fff;
    opacity: 0.5;
    transition: 0.4s;
}

.rongy_part .swiper-container li i {
    display: block;
    height: 560px;
    padding: 50px;
    box-sizing: border-box;
}

.rongy_part .swiper-container li img {
    height: auto;
    max-width: 100%;
}

.rongy_part .swiper-box1 {
    position: relative;
    padding-top: 40px;
}

.rongy_part .swiper-box1 .arrow div {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -60px;
    cursor: pointer;
}

.rongy_part .swiper-box1 .arrow-left {
    left: 0;
    background-image: url(../images/ico_12.html)
}

.rongy_part .swiper-box1 .arrow-right {
    right: 0;
    background-image: url(../images/ico_13.html)
}

.rongy_part .swiper-container .swiper-one {
    opacity: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.rongy_part .swiper-box2 {
    display: none;
}

/*公司动态*/
.faz_part {
    position: relative;
    width: 100%;
}

.faz_part .left {
    position: absolute;
    left: 0;
    top: 0;
    background: #ccc;
    width: 450px;
    height: 100%;
    overflow: hidden;
}

.faz_part .left li {
    height: 100px;
    text-align: right;
    padding: 0 25px;
    position: relative;
    transition: 0.4s;
    margin-top: 15px;
    margin-bottom: 10px;
}

.faz_part .left li:after,
.faz_part .left li:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    display: block;
    width: 150%;
    height: 2px;
    background: #fff;
    transform: rotate(-20deg);
    transform-origin: right;
    transition: 0.4s;
}

.faz_part .left li:after {
    background: #94d201;
    height: 100%;
    opacity: 0;
}

.faz_part .left i {
    font-family: 'Conv_COPYFONTS.COM_NETTO-OT', Sans-Serif;
    font-size: 36px;
    color: #fff;
    margin-top: 40px;
    display: inline-block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: 0.4s;
    transform: rotate(-20deg);
    transform-origin: right;
}

.faz_part .left .one {
    height: 120px;
}

.faz_part .left .one:after {
    opacity: 1;
}

.faz_part .left .one:before {
    opacity: 0;
}

.faz_part .left .one i {
    /*font-size: 50px;*/
    margin-top: 45px;
}

.faz_part .right .top_txt {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%
}

.faz_part .right .top_zhaiy {
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    padding: 0 100px;
    text-align: center;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 30px;
}

.faz_part .right,
.faz_part .right .dl_box {
    height: 870px;
}

.faz_part .right {
    margin-left: 450px;
    padding: 0 50px;
    position: relative;
    height: 870px;
}

.faz_part .mobileRight {
    padding: 0 100px;
}

.faz_part .right .dl_box {
    display: table-cell;
}

.faz_part .right dl {
    display: table-cell;
    height: 870px;
    vertical-align: middle;
}

.faz_part .right dt {
    font-size: 80px;
    line-height: 80px;
    color: #94d201;
    font-family: 'Conv_COPYFONTS.COM_NETTO-OT', Sans-Serif;
    padding-bottom: 40px;
}

.faz_part .right dd li {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    padding: 0 0 30px 30px;
    display: inline-block;
    width: 90%;
}

.faz_part .right dd li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    width: 12px;
    height: 13px;
    background: url(../images/ico_14.html)
}

.faz_part .right .page span {
    position: absolute;
    left: 50%;
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-left: -20px;
}

.faz_part .right .page .prev {
    background-image: url(../images/ico_15.html);
    top: 0;
}

.faz_part .right .page .next {
    background-image: url(../images/ico_16.html);
    bottom: 0;
}

.faz_part .right .dl_li {
    display: none;
    padding-top: 50px;
}

/*合作伙伴*/
.huob_part {
    position: relative;
    overflow: hidden;
}

.huob_part.txt_box_top {
    background-image: url(../images/back_03_1.html)
}

.huob_part .back_img {
    position: absolute;
    left: 0;
    top: 290px;
    height: 530px;
    width: 100%;
    background-position: top
}

.huob_part .pic_h {
    height: 180px;
}

.huob_part .pic_h2 {
    height: 340px;
}

.huob_part .list {
    position: relative;
    z-index: 1;
    padding: 80px 175px 120px 175px;
}

.huob_part .list ul {
    border-left: 1px solid #e1e1e1;
    position: relative;
    clear: both;
    overflow: hidden;
}

.huob_part .list ul:after,
.huob_part .list ul:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 99.9%;
}

.huob_part .list ul:after {
    height: 100%;
    background: #ffff
}

.huob_part .list ul:before {
    height: 1px;
    background: #e1e1e1;
    z-index: 1;
}

.huob_part .list li {
    width: 33.3%;
    float: left;
    box-sizing: border-box;
    height: 178px;
    line-height: 178px;
    text-align: center;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    z-index: 1;
}

/*关于团队*/
.tuand_on {
    background: #f5f5f5;
}

.tuand_part {
    position: relative;
    overflow: hidden;
}

.tuand_part .top_txt {
    margin-bottom: 50px;
}

.tuand_part .list {
    padding: 0 40px 70px 40px
}

.tuand_part .list .li {
    width: 33.3%;
    height: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0 40px;
    min-height: 395px;
}

.tuand_part .list .li {
    border-right: 1px solid #dfdfdf
}

.tuand_part .list .li:last-child {
    border: 0;
}

.tuand_part .list dt {
    padding-bottom: 30px;
}

.tuand_part .list dt h2 {
    font-size: 36px;
    font-weight: 100;
    padding-bottom: 5px;
}

.tuand_part .list dt span {
    font-size: 18px;
}

.tuand_part .list dd li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    padding-left: 25px;
    position: relative;
}

.tuand_part .list dd li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    width: 12px;
    height: 13px;
    background: url(../images/ico_14.html);
}

/*组织架构*/
.zuz_part {
    padding: 80px 0 120px 0;
    overflow: hidden;
}

.zuz_part .top_txt {
    margin-bottom: 50px;
}

.zuz_part .con {
    text-align: center;
}

.zuz_part .con img {
    max-width: 100%
}

/*股东背景*/
.bej_part {
    overflow: hidden;
    position: relative;
}

.bej_part .top_txt {
    padding-top: 80px;
    margin-bottom: 50px;
}

.bej_part li {
    float: left;
    width: 50%;
    min-height: 510px;
    overflow: hidden;
}

.bej_part dl {
    padding: 80px
}

.bej_part dt span {
    display: inline-block;
    padding-bottom: 30px;
}

.bej_part dt span.iph_pic {
    display: none;
}

.bej_part dt h2 {
    font-size: 30px;
    padding-bottom: 20px;
    font-weight: 100;
}

.bej_part dd {
    line-height: 26px;
    font-size: 16px;
    text-align: justify
}

.bej_part .li2,
.bej_part .li3,
.bej_part .li6,
.bej_part .li8,
.bej_part .li9,
.bej_part .li12 {
    background: #355d73;
    color: #fff;
}

/*主席寄语*/
.juy_part {
    position: relative;
}

.juy_part:before {
    content: "";
    position: absolute;
    left: 0;
    top: -25px;
    display: block;
    width: 100%;
    height: 900px;
    background: url(../images/back_01.html) top center no-repeat;
    margin: 0 -50px;
    padding: 0 50px;
}

.juy_part .tet_box {
    position: relative;
    z-index: 1;
    background: url(../images/back_03.png) top right 150px no-repeat;
    text-align: center;
}

.juy_part .tet_box .top_txt {
    margin: 60px 0 100px 0
}

.juy_part .tet_box .tet {
    display: inline-block;
    position: relative;
    text-align: left;
    color: #000;
    line-height: 32px;
    font-family: "STKaiti";
    font-size: 20px;
    margin-bottom: 50px;
}

.juy_part .tet_box .tet:after,
.juy_part .tet_box .tet:before {
    content: "";
    position: absolute;
    display: block;
    width: 53px;
    height: 44px;
}

.juy_part .tet_box .tet:before {
    background: url(../images/ico_17.html) center no-repeat;
    left: -70px;
    top: -10px;
}

.juy_part .tet_box .tet:after {
    background: url(../images/ico_18.html) center no-repeat;
    right: 250px;
    bottom: -5px;
}

.juy_part .pic {
    position: absolute;
    right: 150px;
    bottom: -50px
}

/*公司简介*/
.jianj_txt {
    text-align: center;
}

.jianj_txt span {
    position: relative;
    font-family: 'Arial';
    text-transform: uppercase;
    color: #c1c1c1;
    font-size: 24px;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.jianj_txt span:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    width: 115px;
    height: 1px;
    background: #94b711;
    margin-left: -58px;
}

.jianj_txt h2 {
    font-size: 24px;
}

.jianj_part1 {
    padding: 80px 0 120px 0;
    background: url(../images/back_03.png) left top no-repeat;
}

.jianj_part1 .top_txt {
    margin-bottom: 60px;
}

.jianj_part1 .con {
    padding: 80px 140px 0 180px
}

.jianj_part1 .left {
    float: left;
    position: relative;
}

.jianj_part1 .left img {
    position: relative;
    z-index: 1;
    max-width: 100%
}

.jianj_part1 .left:before {
    content: "";
    position: absolute;
    left: -40px;
    bottom: -40px;
    display: block;
    width: 85%;
    height: 85%;
    background: #94b711;
}

.jianj_part1 .right {
    overflow: hidden;
    padding-left: 70px;
}

.jianj_part1 .right .txt {
    padding: 50px 0 25px 0;
    margin: 0 -10px 0 -10px;
}

.jianj_part1 .right .txt dl {
    width: 33.3%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
}

.jianj_part1 .right .txt dt {
    /*font-family: 'Arial';*/
    font-size: 56px;
    line-height: 72px;
    padding-bottom: 25px;
}

.jianj_part1 .right .txt dd {
    font-size: 18px;
}

.jianj_part1 .right .tet {
    line-height: 30px;
    font-size: 16px;
    text-align: justify
}

.jianj_part2 {
    color: #fff;
    padding-top: 80px;
    min-height: 580px;
    box-sizing: border-box;
}

.jianj_part2 .jianj_txt span {
    color: #fff;
}

.jianj_part2 .jianj_txt span:before {
    background: #fff;
}

.jianj_part2 .con {
    text-align: center;
    padding-top: 50px;
}

.jianj_part2 .con dt {
    font-size: 48px;
    line-height: 48px;
    padding-bottom: 30px;
}

.jianj_part2 .con dd {
    font-size: 16px;
    line-height: 26px;
}

.jianj_part3 {
    padding: 60px 0 80px 0;
    float: left;
    width: 100%;
    background: #fff;
}

.jianj_part3 .con {
    margin: 20px 80px 0px 80px;
    position: relative;
}

.jianj_part3 .logo {
    position: absolute;
    left: 50%;
    top: 60px;
    width: 317px;
    height: 366px;
    margin-left: -158px;
    background-repeat: no-repeat;
    background-position: center;
}

.jianj_part3 dt h2 {
    font-size: 30px;
    border-bottom: 1px solid #94b711;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 7px;
}

.jianj_part3 dd {
    line-height: 26px;
    font-size: 16px;
    text-align: justify;
}

.jianj_part3 ul {
    margin: 0 -235px;
}

.jianj_part3 li {
    width: 50%;
    float: left;
    padding: 0 235px;
    box-sizing: border-box;
}

.jianj_part3 .li1,
.jianj_part3 .li2 {
    height: 300px;
}

.jianj_part3 .li1 dt,
.jianj_part3 .li3 dt {
    text-align: right;
}

.jianj_part3 .li5 {
    float: none;
    margin: 0 auto;
    width: 470px;
    padding: 460px 0 0 0
}

.jianj_part3 .li5 dt {
    text-align: center;
    float: left;
    width: 100%;
}

/*新闻列表*/
.news_part1 {
    margin-bottom: 40px;
}

.news_part1 dl {
    background-color: #d70b17;
    background-image: url(../images/back_04.html);
    background-position: center right;
    background-repeat: no-repeat;
}

.news_part1 dt {
    float: left;
    width: 900px;
}

.news_part1 dd {
    overflow: hidden;
    padding: 0 40px;
    height: 450px;
}

.news_part1 dd .titm {
    color: #fff;
    font-family: 'Conv_COPYFONTS.COM_NETTO-OT', Sans-Serif;
    padding: 30px 0;
}

.news_part1 dd .titm b {
    display: block;
    font-size: 48px;
}

.news_part1 dd .titm i {
    display: block;
}

.news_part1 dd .txt {
    padding-bottom: 20px;
}

.news_part1 dd .txt a {
    color: #fff;
    font-size: 30px;
    line-height: 44px;
}

.news_part1 dd .tet {
    color: #fff;
    line-height: 24px;
    padding-bottom: 20px;
}

.news_part1 dd .tat a {
    display: block;
    width: 31px;
    height: 10px;
    background: url(../images/ico_21.png) no-repeat right center;
}

.news_part1 dl:hover dd .tat a {
    width: 90px;
}

.news_part1 .pagination {
    position: absolute;
    left: 50%;
    margin-left: 250px;
    bottom: 30px;
}

.news_part1 .pagination span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 5px;
}

.news_part1 .pagination .swiper-active-switch {
    background: #000
}

.news_part1 dd div {
    transform: translateY(200px);
    transition: 0.7s;
    opacity: 0
}

.news_part1 dd .titm {
    transition-delay: 0.1s;
}

.news_part1 dd .txt {
    transition-delay: 0.2s;
}

.news_part1 dd .tet {
    transition-delay: 0.3s;
}

.news_part1 dd .tat {
    transition-delay: 0.4s;
}

.news_part1 .swiper-slide-active dd div {
    transform: translateY(0);
    opacity: 1
}

.news_part2 > ul {
    margin: -10px;
}

.news_part2 > ul > li {
    width: 33.3%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
}

.news_part2 dl {
    height: 470px;
    background: #fff;
    transition: 0.3s;
}

.news_part2 dt {
    display: block;
    position: relative;
}

.news_part2 .titm {
    color: #fff;
    font-family: 'Conv_COPYFONTS.COM_NETTO-OT', Sans-Serif;
    position: absolute;
    left: 0;
    top: 0;
    padding: 25px 40px;
}

.news_part2 .titm b {
    display: block;
    font-size: 48px;
}

.news_part2 .titm i {
    display: block;
}

.news_part2 dd {
    padding: 35px 40px 0 40px;
}

.news_part2 dd .iph_time {
    display: none;
}

.news_part2 dd .txt {
    padding-bottom: 60px;
    font-size: 18px;
    color: #333;
}

.news_part2 dd .tat i {
    display: block;
    width: 31px;
    height: 10px;
    background: url(../images/ico_02.html) no-repeat right center;
}

.news_part2 a:hover dd .tat i {
    width: 90px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.news_part2 .on_pic dd {
    padding: 25px 40px 0 40px;
}

.news_part2 .on_pic dt {
    height: 106px;
}

.news_part2 .on_pic dt img {
    display: none;
}

.news_part2 .on_pic dt .titm {
    color: #333;
}

.news_part2 .on_pic .txt {
    padding-bottom: 20px;
}

.news_part2 .on_pic .tet {
    line-height: 22px;
    color: #333;
    height: 150px;
    margin-bottom: 40px;
    overflow: hidden;
}

.news_part2 dl:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.news_part2 .page {
    position: relative;
    margin-top: 50px;
}

.news_part2 .page .but {
    text-align: center;
}

.news_part2 .page .but a {
    width: 154px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #d70b17;
    display: inline-block;
    border-radius: 4px;
    margin: 0 5px;
}

.news_part2 .page .but a:hover {
    background: #b80914
}

.news_part2 .page .paging {
    position: absolute;
    right: 0;
    top: 0
}

.news_part2 .page .paging span {
    float: left;
}

.news_part2 .page .paging .p1 {
    border: 1px solid #b5b5b5;
    background: #fff;
    border-radius: 4px;
}

.news_part2 .page .paging i {
    cursor: pointer;
    float: left;
    width: 30px;
    height: 32px;
    font-family: "SimSun";
    font-size: 18px;
    color: #666;
    text-align: center;
    line-height: 32px;
}

.news_part2 .page .paging i:hover {
    color: #d70b17
}

.news_part2 .page .paging b {
    float: left;
    width: 90px;
    line-height: 32px;
    text-align: center;
}

.news_part2 .page .paging .p2 {
    padding: 5px 0 0 10px;
}

/*新闻正文*/
.news_con {
    margin-top: 60px
}

.news_con .page {
    background: #f7f6f6;
    padding: 30px 0;
}

.news_con .page .li1 {
    float: left;
    background: url(../images/ico_12.html) center left no-repeat
}

.news_con .page .li2 {
    float: right;
    background: url(../images/ico_13.html) center right no-repeat
}

.news_con .page li {
    height: 40px;
    line-height: 40px;
    padding: 0 60px;
}

.news_con .page a {
    color: #333;
    font-size: 16px;
}

.news_con .page a:hover {
    color: #d70b17
}

.news_con .con {
    padding: 40px 230px 120px 230px;
}

.news_con .con .txt {
    font-size: 36px;
    line-height: 48px;
    border-bottom: 2px solid #d60b18;
    padding-bottom: 20px;
}

.news_con .con .tit {
    padding: 15px 0;
    font-size: 12px;
}

.news_con .con .tit span {
    padding-right: 20px;
}

.news_con .con .tit span a {
    color: #333;
}

.news_con .con .tit span a:hover {
    color: #f60;
}

.news_con .con .tet {
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
}

.news_con .con .tet img {
    max-width: 100%
}

/*产品中心*/
.chanp_part1 ul {
    margin: 0 -1px;
}

.chanp_part1 li {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 0 1px;
}

.chanp_part1 li a {
    display: block;
    background: url(../images/back_05.png);
    height: 280px;
    text-align: center;
    position: relative;
}

.chanp_part1 li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 0px;
    background: #21c4f5;
    transition: 0.4s;
}

.chanp_part1 li i {
    position: relative;
    display: inline-block;
    margin-top: 60px;
}

.chanp_part1 li i .img_b {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.chanp_part1 li b {
    display: block;
    font-size: 18px;
    padding-top: 10px;
    color: #333;
}

.chanp_part1 li a:hover i .img_b {
    opacity: 1;
    visibility: inherit;
}

.chanp_part1 li a:hover:before {
    height: 4px;
}

.chanp_part2 > ul > li {
    background: #fff;
    box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.1);
    padding: 0 90px;
    position: relative;
    z-index: 2;
}

.chanp_part2 dt {
    float: left;
    width: 370px;
    height: 370px;
    background-color: #21c4f5;
    color: #fff;
    position: relative;
    top: -40px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat
}

.chanp_part2 dt i {
    display: block;
    margin-top: 100px;position: relative; padding: 15px 0;
}

.chanp_part2 dt span {
    display: block;
    font-size: 36px;
    padding: 10px 0;
    
}


.chanp_part2 dt i:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    width: 110px;
    height: 2px;
    background: #fff;
    margin-left: -50px;
}


.chanp_part2 dt b {
    display: block;
    font-family: 'Arial';
    padding-top: 10px;
}

.chanp_part2 dd {
    padding: 60px 0px 60px 60px;
    overflow: hidden;
    font-size: 16px;
    line-height: 26px;
}



.cf span{ border: none}
.cf_box{ width: 750px; float: left; margin-bottom: 30px;}
.cf_left{ width: 245px; height: 158px; border: 1px solid #bfbfbf; text-align: center; float: left; background: #fff;}
.cf_left img{ margin: 0 auto; line-height: inherit; }
.cf_right{ width: 485px; float: left;height: 158px;padding:10px 0 0 15px; font-size: 16px;}
.cf_right strong{font-size:24px; }
.cf_right span { float: right; color: #21c4f5; font-size: 14px;}
.cf_right span a{color: #21c4f5; }
.cf_right span a:hover{color: #21c4f5;  }



.chanp_part2 dd strong{
    display: block;
    margin-bottom: 8px;
}
.chanp_part2 dd .iph_bt {
    display: none;
}

.chanp_part2 .li_one {
    background: #f0f0f0;
    z-index: 1
}

.chanp_part2 .li_one dt {
    float: right;
}

.chanp_part2 .li_one dd {
    padding: 60px 60px 60px 0px
}

.chanp_part2 .li1 dt {
    background-image: url(../images/back_06.png);
}

.chanp_part2 .li2 dt {
    background-image: url(../images/back_07.png);
}

.chanp_part2 .li3 dt {
    background-image: url(../images/back_06.png);
}

.chanp_part2 .li4 dt {
    background-image: url(../images/back_07.png);
}

.chanp_part2 .li5 dt {
    background-image: url(../images/back_06.png);
}

.chanp_part2 .li6 dt {
    background-image: url(../images/back_07.png);
}

/*商务合作*/
.shangw_part {
    padding: 80px;
    width: 1200px;
}

.shangw_part .tet {
    font-size: 18px;
    text-align: center;
    padding: 40px 0 75px 0;
}

.shangw_part li {
    margin-bottom: 40px;
}

.shangw_part dt {
    float: left;
    width: 100px;
    font-size: 16px;
    position: relative;
    padding: 5px 0 0 20px;
    box-sizing: border-box;
}

.shangw_part dt i {
    color: #d70b17;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 5px;
}

.shangw_part .li2 dt {
    width: 80px;
}

.shangw_part .li3 dt {
    width: 80px;
}

.shangw_part dd {
    margin-left: 100px;
}

.shangw_part .li2 dd {
    margin-left: 80px;
}

.shangw_part .li3 dd {
    margin-left: 80px;
}

.shangw_part dd b {
    border: 1px solid #d70b17;
    display: block;
    padding: 10px;
    position: relative;
}

.shangw_part dd b:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #f7ced1;
    box-sizing: border-box;
}

.shangw_part dd b input {
    position: relative;
    z-index: 1;
}

.shangw_part dd b textarea {
    height: 100px;
    position: relative;
    z-index: 1;
}
.shangw_part dd b textarea:focus{
    outline: none;
}
.shangw_part dd .div1 b {
    float: left;
    width: 280px;
    position: relative;
    padding: 10px 100px 10px 10px;
    height: 44px;
    box-sizing: border-box;
}

.shangw_part dd .div1 i {
    position: absolute;
    right: 0;
    top: 1px;
    height: 40px;
}

.shangw_part dd .div1 i img {
    height: 100%
}

.shangw_part dd .div1 a {
    float: left;
    color: #333;
    margin: 13px 0 0 15px;
}

.shangw_part dd .div1 a:hover {
    text-decoration: underline;
    color: #d70b17
}

.shangw_part dd .div2 {
    font-size: 12px;
    padding: 15px 0 40px 0
}

.shangw_part dd .div3 input {
    background: #d70b17;
    width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
}

.shangw_part .ul1 {
    margin: 0 -20px;
}

.shangw_part .ul1 li {
    width: 33.3%;
    float: left;
    box-sizing: border-box;
    padding: 0 20px;
}

.tanc {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.tanc .bg {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}

.tanc .chengg_box {
    width: 280px;
    height: 180px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -90px 0 0 -140px;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
}

.tanc .chengg span {
    display: block;
    font-size: 20px;
    color: #d40c17;
}

.tanc .chengg span.ion {
    line-height: 0;
    padding: 35px 0 10px;
}

.tanc .chengg {
    position: relative;
    height: 100%;
}

.tanc .chengg:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.5);
}

.tanc .close {
    display: block;
    background: url(../images/contact/ion_1.html) no-repeat center;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 50%;
    bottom: -55px;
    margin-left: -18px;
}
.main_box{ margin: 0 auto;}
.main_box .top_txt{margin-top: 50px;}
.wrap2{width: 1260px; margin: 0 auto;
	padding: 70px 40px 60px 60px; position: relative; }
/*padding-left: 50px;width: 500px;*/
.wrap2_left{  height: 400px; float: left; font-size: 18px; line-height: 36px;}
.wrap2_right{ width: 550px; float: left; padding-left: 50px;margin-bottom: 50px;}



.wrap3{width: 1260px; margin: 0 auto;
	padding: 70px 40px 60px 60px; position: relative;}
.wrap3 img{ padding-left: 50px;}
.wrap4{width: 1260px; margin: 0 auto;
	padding: 0 40px 60px 60px; position: relative; }



/*联系我们*/
.lanx_part1 {
    background-image: url(../images/back_03.png);
    background-position: -120px 0;
    background-repeat: no-repeat;
    padding: 0px 40px 0px 60px;
    width: 1260px;
    position: relative;
	
}

.lanx_part1 .left {
    float: left;
    margin-top: 80px;
}

.lanx_part1 .top_txt {
   
}

.lanx_part1 .right {
    float: right;
    width: 480px;
}

.lanx_part1 .right .box {
    border: 1px solid #b5b5b5;
    background: rgba(255, 255, 255, 0.5);
    padding: 30px;
    width: 418px;
    float: left;
}

.lanx_part1 .right .map {
    width: 100%;
    height: 195px;
    float: left;
}

.lanx_part1 .right .tlt {
    padding: 20px 0 80px 0;
    color: #000000;
}

.lanx_part1 .right .tet {
    padding-bottom: 20px;
    float: left;
    width: 100%;
}

.lanx_part1 .right .tet .tetleft{
    float: left;
}
.lanx_part1 .right .tet .tetright{
    float: right;
    margin-top: 50px;
}
.lanx_part1 .right .tet .tetright span{
    width: 100%;
    display: block;
    text-align: center;
    padding: 0;
    color: #000000;
    font-size: 12px;
    margin-top: 4px;
}
.lanx_part1 .right .tet h3{
    margin-bottom: 12px;
}
.lanx_part1 .right .tet span {
    display: block;
    background-repeat: no-repeat;
    background-position: center left;
    padding: 4px 0 4px 30px;
}

.lanx_part1 .right .tet .p1 {
    background-image: url(../images/ico_23.png);
    font-size: 16px; height: 30px; line-height: 30px;
}

.lanx_part1 .right .tet .p2 {
    background-image: url(../images/ico_20.png);
    font-size: 16px;height: 30px;line-height: 30px;
}
.lanx_part1 .right .tet .p3 {
    background-image: url(../images/ico_21.png);
    font-size: 16px;height: 30px;line-height: 30px;
}
.lanx_part1 .right .tet .p4 {
    background-image: url(../images/ico_22.png);
    font-size: 16px;height: 30px;line-height: 30px;
}
.lanx_part1 .right .map_con {
    padding-top: 5px;
    font-size: 14px
}

.lanx_part1 .right .map_con dt {
    border-bottom: 1px solid #d4d4d4;
    color: #d70b17;
    font-weight: bold;
    padding-bottom: 7px;
    margin-bottom: 5px;
}

.lanx_part1 .right .anchorBL {
    display: none !important
}

.lanx_part2 {
    text-align: center;
    padding: 70px 0;
    float: left;
    width: 100%;
}

.lanx_part2 li {
    display: inline-block;
    padding: 0 120px;
}

.lanx_part2 li b {
    display: block;
    color: #333;
    font-size: 20px;
    padding-top: 10px;
}

.lanx_part2 li .iph_img {
    display: none;
}

.lanx_part3 .jianj_txt span {
    font-size: 38px;
}

.lanx_part3 {
    position: relative;
    padding: 60px 0
}

.lanx_part3 .back_img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 535px;
    background-position: bottom center;
}

.lanx_part3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 353px;
    background: #fff;
    z-index: 1
}

.lanx_part3 .jianj_txt {
    margin-bottom: 40px;
}

.lanx_part3 .wrap {
    position: relative;
    z-index: 2;
}

.lanx_part3 .list li {
    width: 33.3%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.lanx_part3 .list dl {
    border: 1px solid #bfbfbf;
    border-right: 0;
    height: 280px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden
}

.lanx_part3 .li3 dl, .lanx_part3 .li6 dl {
    border-right: 1px solid #bfbfbf
}

.lanx_part3 .list dt {
    color: #fff;
}

.lanx_part3 .list .logo {
    background: #fff;
    height: 145px;
    line-height: 145px;
    padding: 0 40px;
}

.lanx_part3 .list .tit {
    padding: 30px 40px;
}

.lanx_part3 .list .tit span {
    display: block;
    background-repeat: no-repeat;
    background-position: center left;
    padding: 4px 0 4px 30px;
}

.lanx_part3 .list .tit .p1 {
    background-image: url(../images/ico_22.png);
    font-size: 16px;
}

.lanx_part3 .list .tit .p2 {
    background-image: url(../images/ico_23.png);
    font-size: 20px;
    font-family: 'Conv_COPYFONTS.COM_NETTO-OT', Sans-Serif;
}

.lanx_part3 .list dd {
    position: absolute;
    left: 0;
    top: 120px;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}

.lanx_part3 .list .tet {
    margin: 0 40px 0 90px;
    height: 130px;
    line-height: 22px;
    position: relative;
    overflow: hidden;
}

.lanx_part3 .list .tet .box {
    padding-right: 10px;
    text-align: justify
}

.lanx_part3 .list dl:hover dd {
    opacity: 1;
    visibility: inherit;
}

.lanx_part4 {
    padding-bottom: 160px;
}

.lanx_part4 .list li {
    width: 100%;
    float: none;
}

.lanx_part4 .list dl {
    border: 0;
    background: none;
    height: auto;
    overflow: inherit;
}

.lanx_part4 .list dt {
    border: 1px solid #bfbfbf;
    width: 66.6%;
    background: rgba(0, 0, 0, 0.3)
}

.lanx_part4 .list dd {
    opacity: 1;
    visibility: inherit;
    width: 50%;
    left: auto;
    right: 0;
    top: 190px;
}

.lanx_part4 .list .tet {
    margin: 60px 50px;
    height: 150px;
}

.case-main > .list > li {
    min-height: auto;
    opacity: 0;
    animation: move 1s forwards;
    animation-play-state: paused;
}

.case-main > .list .move {
    animation-play-state: running;
}

@keyframes move {
    from {
        opacity: 0;
        transform: translateY(100px)
    }
    to {
        opacity: 1;
        transform: translateY(0px)
    }
}

.case-main > .list > li > a > .mask {
    width: 328px;
    height: 367px;
}

.case-main > .list > li > a > .mask > .more {
    width: 328px;
}

.mainThree .new2 {
    width: 75%;
    float: left;
}

.mainThree .new li {
    padding: 40px 0;
    border-bottom: 1px solid rgba(77, 79, 78, 0.1);
    position: relative;
    transition: all .4s ease-out;
}

/*.mainThree .new li:hover{*/
    /*-webkit-box-shadow: rgba(0,0,0,.12) 0 0 22px;*/
    /*-moz-box-shadow: rgba(0,0,0,.12) 0 0 22px;*/
    /*box-shadow: rgba(0,0,0,.12) 0 0 22px;*/
    /*-webkit-border-radius: 4px;*/
    /*-moz-border-radius: 4px;*/
    /*border-radius: 4px;*/
/*}*/
.mainThree .new li i {
    width: 14px;
    height: auto;
    float: right;
    display: block;
    padding: 40px 0 40px 6%;
    box-sizing: content-box;
    position: relative;
}
.mainThree .new li i img{
    width: 15px;
}
.mainThree .new li i::after {
    width: 1px;
    height: 55px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: "";
    background-color: rgba(77, 79, 78, 0.1);
    position: absolute;
}

.mainThree .new2 h2 {
    font-size: 18px;
    color: #111;
    /*font-weight: bold;*/
    margin-bottom: 24px;
    transition: 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mainThree .new2 h2 span{
    float: right;
}
.mainThree .new li:hover h2 {
    color: #04effe;
}

.mainThree .new2 .p {
    font-size: 16px;
    color: #444444;
    line-height: 26px;
    height: 48px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsDetail .right {
    height: auto;
    padding-bottom: 100px;
}

.newsDetail .right dl {
    height: auto;
    display: block;
    margin-top: 160px;
}

.newsDetail .right dl h3 {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #333;
    margin-bottom: 6px;
}

.newsDetail .right dl .time {
    text-align: center;
    font-size: 14px;
    color: #777777;
    display: block;
    margin-bottom: 40px;
}

.newsDetail .right dl p {
    line-height: 24px;
    color: #333;
    font-size: 14px;
    margin-bottom: 12px;
}

.PageNav {
    /*border-bottom: 1px solid #dedede;*/
    text-align: center;
    font-size: 0;
}

.PageNav a {
    display: inline-block;
    width: 12.78%;
    height: 64px;
    line-height: 64px;
    background: #f0f0f0;
    text-align: center;
    font-size: 16px;
    color: #333333;
    border-right: 1px solid #fff;
}

.PageNav a:first-child {
    border-left: 1px solid #dedede;
}

.PageNav a:hover {
    background-color: #8ec900;
    color: #fff;
}

.PageNav a.hover {
    background-color: #8ec900;
    color: #fff;
}

@media screen and (max-width: 991px) {
    .PageNav {
        display: none;
    }
}

.new_text_box {
    margin: -65px 0 0 0;
}

.new_text h1 {
    font-size: 24px;
    color: #333;
    text-align: center;
}

.new_text_div {
    border-top: 1px solid #d7d8d8;
    /*border-bottom: 1px solid #d7d8d8;*/
    padding: 9px 0;
    margin: 28px 0 38px 0;
    position: relative;
}

.new_text_div h2 {
    font-size: 12px;
    color: #777777;
    margin-right: 0.83%;
    float: left;
    line-height: 34px;
    position: absolute;
    left: 50%;
    top: -19px;
    background: #fff;
    padding: 0 3px;
    transform: translateX(-50%);
}

.new_text_div a {
    float: right;
    font-size: 14px;
    color: #777777;
    line-height: 36px;
}

.new_text_div a i {
    display: inline-block;
    width: 38px;
    height: auto;
    margin-left: 10px;
}

.new_text_div a:hover {
    color: #8ec900
}

.new_text_con {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.new_text_con_img {
    margin-top: 25px;
}

.new_text_con_img div {
    width: 48.8%;
    float: left;
    margin-left: 2.4%;
}

.new_text_con_img div:first-child {
    margin-left: 0;
}



.pro_text_box {
    padding: 25px 0 15px 0;
}

.pro_text span {
    font-size: 36px;
    color: #000;
    text-align: left;
	height: 72px;
	padding: 15px 0;
	border-bottom: 8px solid #21c4f5;
}

.pro_text_div {
   
    /*border-bottom: 1px solid #d7d8d8;*/
    border: 1px solid #21c4f5;
    margin: 72px 0 38px 0;
   
	height: 410px;
}
.pro_textL{ width: 500px; float: left;}
.pro_textR{width:600px; float: left; padding-left: 20px;}
.pro_textR h1{font-size: 20px; color: #000; font-weight: bold;}
.pro_textR p{font-size: 16px;color: #4b4a4d;}

.pro_text_div2 {
   
    /*border-bottom: 1px solid #d7d8d8;*/
   
    margin: 0px 0 0px 0;width: 100%;
   
}
.pro_text_div2 ul{ }
.pro_text_div2 li{ width: 240px; float: left; padding: 40px 0 40px 120px ;}

.pro_text2T{ width: 194px; height: 154px; background: #383839; color: #fff; text-align: center;line-height: 154px; font-size: 20px; margin-bottom: 10px;}

.pro_text_div2 p{ padding-top:12px; font-size: 16px;}
.pro_text_div3{ width: 100%;height: 60px; float: left;text-align: center; font-size: 20px; color: #000; font-weight: bold; margin-bottom: 40px;}

.case_text_box{padding: 60px 0 60px 0 ;}






.share {
    text-align: center;
    margin: 50px 0 28px 0;
    line-height: 0;
}

.share .bdsharebuttonbox {
    display: inline-block;
}

.share .bdsharebuttonbox .bdshare-button-style0-16 {
    margin: 0;
    padding: 0;
}

.pz_main {
    padding-left: 15px !important;
    padding-right: 15px !important;
	
    position: relative;
}

/*.share .bdsharebuttonbox .bds_weixin{width:35px; height:35px; background:url(images/j44.jpg) center no-repeat; margin: 0;}*/
/*.share .bdsharebuttonbox .bds_tsina{width:35px; height:35px; background:url(images/j45.jpg) center no-repeat; margin:0 15px;}*/
/*.share .bdsharebuttonbox .bds_qzone{width:35px; height:35px; background:url(images/j46.jpg) center no-repeat; margin: 0;}*/
.babyserBox {
    position: relative;
    height: 49px;
    width: 100%;
    display: none;
}
.pz_main .mNav {
    text-align: left;
    color: #666;
    margin-top: 30px;
}
.pz_main .mNav a {
    color: #666;
}
.babyser {
    position: relative;
    /*position: absolute;*/
    /*z-index: 5;*/
    /*top: 0;*/
    /*left: 0;*/
    width: 100%;
}

.babyser h2 {
    float: left;
    width: 100%;
    /*padding: 0 15px;*/
    border-bottom: #e1e1e1 solid 1px;
    color: #333333;
    font-size: 18px;
    line-height: 48px;
}

.babyser h2 .imgr {
    float: right;
    margin: 16px 0 0 0;
    transition: 0.5s;
}
.babyser h2 .imgr.active{
    transform: rotate(180deg);
}
.page_a {
    border-top: 1px solid #d7d8d8;
    padding-top: 25px;
    position: relative;
    margin-top: 65px;
}

.page_a a {
    font-size: 14px;
    color: #333333;
}

.page_a a:hover {
    color: #8ec900;
}

.page_Up {
    float: left;
}

.page_Down {
    float: right;
}

.back_up {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding-left: 30px;
}

.pz_SideLayerph {
    height: 0;
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 54px;
    left: 0;
    background: #fff;
    width: 100%;
    transition: 0.3s;
}
.pz_SideLayerph.active {
    height: 129px;
    opacity: 1;
    z-index: 999;
}

.pz_SideLayerph .l1 {
    float: left;
    width: 100%;
}

.pz_SideLayerph .l1 h3 {
    color: #333;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
    border-bottom: #e1e1e1 dashed 1px;
    position: relative;
    float: left;
    width: 100%;
}

.pz_SideLayerph .l1 h3 a {
    display: block;
    color: #333;
    padding-left: 15px;
    float: left;
    width: 100%;
    font-weight: normal;
}

.pz_SideLayerph .l1 h3.active a {
    color: #337ab7;
}

.pz_SideLayerph .l1 h3 img {
    position: absolute;
    right: 0;
    top: 0;
    margin: 17px 15px 0 0;
}

.pz_SideLayerph .l1 h3 img.img3 {
    display: block;
}

.pz_SideLayerph .l1 h3 img.img3h {
    display: none;
}

.pz_SideLayerph .l1 h3.active img.img3 {
    display: none;
}

.pz_SideLayerph .l1 h3.active img.img3h {
    display: block;
}

.pz_SideLayerph .l1 .l1ul {
    display: none;
}

.pz_SideLayerph .l1 .l1ul li {
    border-bottom: #e1e1e1 solid 1px;
    padding: 10px 10px 10px 29px;
    font-size: 14px;
    line-height: 22px;
}

.pz_SideLayerph .l1 .l1ul li:last-child {
    border: 0;
}

.pz_SideLayerph .l1 .l1ul li a {
    color: #999999;
}



.caseDetail{
    text-align: center;
}
.caseDetail p{
    color: #6d7276;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 24px;
}
.caseDetail table{
    margin-bottom: 90px;
    box-shadow: 0 0 17px #e9ebef;
    border: 1px solid #91ca06;
    outline: none;
}
.caseDetail table td{
    border: none;
}
.caseDetail p:first-child{
    text-align: left;
}
.caseDetail table p{
    margin-bottom: 0;
}
.caseDetail img{
    max-width: 100%;
    /*margin-left: -30%;*/
    margin: 0 auto;
    /*margin-bottom: 90px;*/
    display: block;
    /*box-shadow: 0 0 17px #e9ebef;*/
    /*border: 1px solid #91ca06;*/
    transition: 0.5s;
}
#anliBox_Show img.active{
    width: 300px;
    box-shadow: none;
    border: none;
    margin: 0 auto;
}
.caseDetail .js-load-more{
    cursor: pointer;
    font-size: 14px;
}
.mainCase .bej_part .top_txt{
    text-align: left;
    width: 1100px;
    margin: 0 auto;
}
.caseDetail h3{
    font-size: 35px;
    color: #323232;
    text-align: left;
    font-weight: normal;
    margin-top: 60px;
}
.caseDetail h3 a{
    float: right;
}
.caseDetail h3 a img{
    box-shadow: none;
    border: none;
}
.caseDetail .xian{
    width: 64px;
    height: 4px;
    display: block;
    margin: 12px 0 20px 0;
    background: #95d100;
}

.caseDetail .pre-next {
    width: 100%;
    padding: 3% 0 0;
    height: 43px;
    text-align: center;
    margin-top: 70px;
}

.caseDetail .pre-next .pre {
    background: url(../images/pre.png) left top no-repeat;
    margin-bottom: 6px;
}

.caseDetail .pre-next .new-menu {
    width: 43px;
    height: 43px;
    background: url(../images/menus.png) left top no-repeat;
    transition-duration: 400ms;
}

.caseDetail .pre-next .next {
    margin-bottom: 6px;
    background: url(../images/next.png) left top no-repeat;
}

.caseDetail .pre, .pre-next .next {
    width: 31px;
    height: 31px;
    transition-duration: 400ms;
    margin-bottom: 6px;
}

.caseDetail .pre-next a {
    display: inline-block;
    margin: 0 7px;
}

.caseDetail .pre-next .new-menu:hover {
    background: url(../images/menus.png) left bottom no-repeat;
}

.caseDetail .pre-next .pre:hover {
    background: url(../images/pre.png) left bottom no-repeat;
}

.caseDetail .pre-next .next:hover {
    background: url(../images/next.png) left bottom no-repeat;
}

.mainThree .new{
    padding-bottom: 100px;
    padding-top: 10px;
    width: 90%;
    margin: 0 auto;
}

.relNews{
    margin-top: 100px;
}
.relNews > h2{
    margin-bottom: 40px;
    text-align: center;
}
.relNews .new{
    width: 100%;
}



.new_text_box .pre-next {
    width: 100%;
    padding: 3% 0 0;
    height: 43px;
    text-align: center;
    margin-top: 70px;
}

.new_text_box .pre-next .pre {
    background: url(../images/pre.png) left top no-repeat;
    margin-bottom: 6px;
}

.new_text_box .pre-next .new-menu {
    width: 43px;
    height: 43px;
    background: url(../images/menus.png) left top no-repeat;
    transition-duration: 400ms;
}

.new_text_box .pre-next .next {
    margin-bottom: 6px;
    background: url(../images/next.png) left top no-repeat;
}

.new_text_box .pre, .pre-next .next {
    width: 31px;
    height: 31px;
    transition-duration: 400ms;
    margin-bottom: 6px;
}

.new_text_box .pre-next a {
    display: inline-block;
    margin: 0 7px;
}

.new_text_box .pre-next .new-menu:hover {
    background: url(../images/menus.png) left bottom no-repeat;
}

.new_text_box .pre-next .pre:hover {
    background: url(../images/pre.png) left bottom no-repeat;
}

.new_text_box .pre-next .next:hover {
    background: url(../images/next.png) left bottom no-repeat;
}

.new_text{padding: 60px 0 60px 0;
}







/*响应式*/
@media screen and (max-width: 1400px) {
    .lanx_part1 .right .box{
        width: 345px;
    }
    .lanx_part1 .right .tet .tetright{
        display: none;
    }
    .lanx_part1{
        width: 1100px;
    }
    .shangw_part{
        width: 1040px;
    }
    .case-main > .list > li > a > .mask {
        width: 294px;
        height: 335px;
    }

    .case-main > .list > li > a > .mask > .more {
        width: 294px;
    }

    .case-main {
        width: 1100px;
    }

    .case-main > .list > li {
        min-height: auto;
        width: 334px;
        height: 405px;
    }

    .wrap {
        width: 1200px;
    }

    /*公用*/
    .header .nav li {
        margin-right: 60px;
    }

    .footer .part2 li {
        width: 175px;
    }

    /*首页*/
    .in_right {
        margin-left: 300px;
    }

    .in_box {
        height: 650px;
    }

    .in_part1 .back_img {
        height: 600px;
    }

    .in_part1 .box .wrap {
        width: auto;
        margin: 0 80px;
    }

    .in_part2 .list .titm {
        padding-bottom: 60px;
    }

    .in_part2 .list li {
        height: 650px;
    }

    .in_part3 .list {
        padding: 200px 0 80px 0;
    }

    .in_part5 .in_right:before {
        background-size: 800px
    }

    .in_part5 .list li {
        width: 142px;
        height: 142px;
    }

    .in_part5 .list dl {
        padding-top: 30px;
    }

    .in_part5 .list dt {
        width: 40px;
    }

    .in_part5 .list dt img {
        width: 100%
    }

    .in_part5 .list dd {
        padding-top: 10px;
    }

    .in_part5 .list .li1 {
        left: 29px;
        top: 128px;
    }

    .in_part5 .list .li2 {
        left: 129px;
        top: 228px;
    }

    .in_part5 .list .li3 {
        left: 229px;
        top: 328px;
    }

    .in_part5 .list .li4 {
        left: 329px;
        top: 428px;
    }

    .in_part5 .list .li5 {
        left: 429px;
        top: 528px;
    }

    .in_part5 .list .li6 {
        right: auto;
        left: 429px;
        top: 128px;
    }

    .in_part5 .list .li7 {
        right: auto;
        left: 330px;
        top: 228px;
    }

    .in_part5 .list li:hover dt .img2 {
        opacity: 0;
        visibility: hidden;
    }

    .in_part5 .list li:hover:before {
        background: none;
    }

    .in_part5 .list li:hover dd {
        color: #fff
    }

    .in_part6 .list li {
        padding: 20px 0;
    }

    .in_part6 .list dt {
        width: 200px;
        padding: 0 20px;
    }

    .in_part6 .list dt img {
        max-width: 100%
    }

    .in_part6 .list dd {
        padding-right: 20px
    }

    /* 栏目公用*/
    .part_pic {
        height: 420px;
    }

    .mainTwo {
        margin-top: -60px;
    }

    /*发展历程*/
    .faz_part .left {
        width: 260px;
    }

    .faz_part .left .one i {
        margin-top: 55px;
        font-size: 38px;
    }

    .faz_part .right {
        margin-left: 260px;
        padding: 0 50px;
    }

    .newsDetail .right {
        padding-bottom: 100px;
    }

    .faz_part .right dt {
        font-size: 80px;
        line-height: 80px;
        padding-bottom: 30px;
    }

    .faz_part .right dd li {
        padding-bottom: 25px;
    }

    /*公司简介*/
    .jianj_part1 {
        background-size: 100%;
        padding: 60px 0 110px 0;
    }

    .jianj_part1 .con {
        padding: 50px 40px 0 80px;
    }

    .jianj_part1 .left {
        width: 300px;
    }

    .jianj_part1 .right {
        padding-left: 40px;
    }

    .jianj_part1 .right .txt {
        padding-top: 30px;
        margin-left: -30px;
    }

    .jianj_part1 .right .txt dt {
        padding-bottom: 15px;
    }

    .jianj_part1 .right .txt dd {
        font-size: 18px;
    }

    .jianj_part2 {
        min-height: 500px;
    }

    .jianj_part2 .con dt {
        font-size: 40px;
        line-height: 40px;
    }

    .jianj_part3 li {
        padding: 0 200px;
    }

    /*公司荣誉*/
    .rongy_part::before {
        background-size: 100%;
        height: 780px;
        margin: 0;
        padding: 0 30px;
        box-sizing: border-box;
    }

    .rongy_part .swiper-box {
        width: 768px;
        overflow: hidden;
        margin: 0 auto;
    }

    .rongy_part .swiper-container {
        width: 1200px;
        margin-left: -220px;
    }

    .rongy_part .swiper-container li i {
        height: 485px;
        padding: 30px;
    }

    .rongy_part .swiper-box1 .arrow div {
        margin-top: -20px;
    }

    .rongy_part .swiper-box1 .arrow-left {
        left: 20px;
    }

    .rongy_part .swiper-box1 .arrow-right {
        right: 20px;
    }

    /*股东背景*/
    .bej_part dl {
        padding: 60px;
    }

    .bej_part dt h2 {
        font-size: 26px;
    }

    /*关于团队*/
    .txt_box_top {
        background-size: 100%;
    }

    .tuand_part .list {
        padding: 0 0px 70px 0px;
    }

    .tuand_part .list .li {
        padding: 0 30px;
        min-height: 355px;
    }

    .tuand_part .list dd li {
        margin-bottom: 20px;
    }

    /*合作伙伴*/
    .huob_part .back_img {
        height: 450px;
    }

    .huob_part .list {
        padding: 80px;
    }

    .huob_part .list li {
        height: 160px;
        line-height: 160px;
    }

    .huob_part .list li img {
        max-width: 98%;
    }

    .huob_part .pic_h {
        height: 150px;
    }

    /*主席寄语*/
    .juy_part::before {
        margin: 0;
        padding: 0;
    }

    .juy_part .pic {
        right: 50px;
        width: 260px;
    }

    .juy_part .pic img {
        width: 100%;
    }

    /*新闻列表*/
    .news_part1 dt {
        width: 800px;
    }

    .news_part1 dt img {
        width: 100%;
    }

    .news_part1 dd {
        height: 430px;
    }

    .news_part1 dd .txt a {
        font-size: 22px;
        line-height: 32px;
    }

    .news_part1 .pagination {
        margin-left: 235px;
    }

    .news_part2 dt img {
        width: 100%;
    }

    /*新闻正文*/
    .news_con .page li {
        width: 50%;
        box-sizing: border-box;
        height: 40px;
        overflow: hidden;
    }

    .news_con .con {
        padding: 40px 80px 100px 80px;
    }

    .news_con .con .txt {
        font-size: 32px;
    }

    /*产品中心*/
    .chanp_part2 > ul > li {
        padding: 0 50px;
    }

    .chanp_part2 dt {
        width: 300px;
        height: 300px;
        background-size: 300px;
    }

    .chanp_part2 dt i {
        margin-top: 80px;
    }

    .chanp_part2 dd {
        padding-left: 50px;
    }

    /*联系我们*/
    .lanx_part1 .left {
        width: 60%;
    }

    .lanx_part1 .left img {
        width: 100%;
    }

    .lanx_part1 .right {
        width: 37%;
    }

    .lanx_part1 .right .tlt {
        padding-bottom: 90px;
    }

    .lanx_part3 .list .logo {
        padding: 0 30px;
    }

    .lanx_part3 .list .logo img {
        max-width: 100%;
    }

    .lanx_part3 .list .tit {
        padding: 30px;
    }

    .lanx_part3 .list .tet {
        margin: 0 30px 0 80px;
    }

    .lanx_part4 .list .tet {
        margin: 50px 40px;
    }

}

@media screen and (max-width: 1200px) {
    .lanx_part1 .right .box{
        width: auto;
        float: right;
    }
    .caseDetail img{
       max-width: 100%;
        margin-left: 0;
    }
    .case-main {
        width: 970px;
    }

    .case-main > .list > li {
        min-height: auto;
        width: 291px;
        height: 358px;
    }

    .case-main > .list > li > a > .mask {
        width: 251px;
        height: 288px;
    }

    .case-main > .list > li > a > .mask > .more {
        width: 251px;
    }

    .header {
        display: none;
    }

    .part_nav {
        display: none;
    }

    .wrap {
        width: auto;
        margin: 0 20px;
    }

    /*公用*/
    .header .nav li {
        margin-right: 40px;
    }

    .in_right {
        margin-left: 250px;
    }

    .footer {
        /*padding: 40px 0 20px 0;*/
    }

    .footer .part2 li {
        width: 14%;
        padding: 20px 0;
    }

    .footer .part2 dt, .footer .part2 dt a {
        font-size: 16px;
    }

    .footer .part2 dd {
        padding-top: 15px;
    }

    #top {
        right: 10px;
        bottom: 30%;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 4px;
    }

    .back_img {
        background-size: cover;
    }

    /*首页*/
    .in_box {
        height: 500px;
    }

    .in_txt {
        margin-top: -100px;
    }

    .in_txt .tnt {
        font-size: 30px;
        line-height: 30px;
    }

    .in_txt .txt {
        font-size: 35px;
        line-height: 35px;
    }

    .in_part1 .back_img {
        height: 450px;
    }

    .in_part1 .tet {
        padding: 0
    }

    .in_part1 .tnt {
        font-size: 32px;
        line-height: 32px;
        padding: 20px 0 10px 0;
    }

    .in_part1 .txt {
        font-size: 28px;
    }

    .in_part1 .arrow div {
        background-size: 20px;
        width: 35px;
        height: 70px;
        margin-top: -35px;
    }

    .in_part1 .pagination {
        bottom: 20px;
    }

    .in_part1 .pagination span {
        width: 8px;
        height: 8px;
    }

    .in_part2 .list {
        margin-left: 15px;
    }

    .in_part2 .list ul {
        margin: 0 -15px;
    }

    .in_part2 .list li {
        height: 500px;
        padding: 0 15px;
    }

    .in_part2 .list .titm {
        padding: 20px 0 30px 0;
    }

    .in_part2 .list .titm b {
        font-size: 40px;
        line-height: 40px;
    }

    .in_part2 .list .txt {
        height: 50px;
    }

    .in_part2 .list .txt a {
        font-size: 16px;
        line-height: 24px;
    }

    .in_part2 .list .tet {
        padding: 30px 0;
    }

    .in_part2 .list .tat {
        display: none;
    }

    .in_part3 .list {
        padding: 100px 0 50px 0;
    }

    .in_part4 .list ul {
        border-left: 1px solid #dfdfdf;
    }

    .in_part4 .list li {
        width: 33.3%;
        height: 50%
    }

    .in_part4 .list dl {
        border-bottom: 1px solid #dfdfdf;
        border-right: 1px solid #dfdfdf;
        border-left: 0
    }

    .in_part5 .in_right:before {
        background-size: 610px;
    }

    .in_part5 .list li {
        width: 110px;
        height: 110px;
    }

    .in_part5 .list dl {
        padding-top: 20px;
    }

    .in_part5 .list dd {
        padding-top: 5px;
    }

    .in_part5 .list .li1 {
        left: 24px;
        top: 97px;
    }

    .in_part5 .list .li2 {
        left: 97px;
        top: 175px;
    }

    .in_part5 .list .li3 {
        left: 172px;
        top: 249px;
    }

    .in_part5 .list .li4 {
        left: 250px;
        top: 326px;
    }

    .in_part5 .list .li5 {
        left: 324px;
        top: 403px;
    }

    .in_part5 .list .li6 {
        right: auto;
        left: 324px;
        top: 98px;
    }

    .in_part5 .list .li7 {
        right: auto;
        left: 250px;
        top: 171px;
    }

    .in_part6 .list li {
        padding: 15px 0;
    }

    .in_part6 .list dt {
        width: 150px;
        padding: 0 10px;
    }

    .in_part6 .list dd {
        padding-right: 10px;
    }

    .in_part7 {
        padding: 50px 0;
    }

    .in_part7 .list {
        height: 250px;
    }

    .in_part7 .list li {
        height: 80px;
        line-height: 80px;
    }

    .in_part7 .list li img {
        max-height: 100%
    }

    /*栏目公用*/
    .mainT {
        margin-bottom: 100px;
    }

    .part_pic {
        height: 340px;
    }

    /*发展历程*/
    .faz_part .left .one i {
        font-size: 38px;
        margin-top: 50px;
    }

    .faz_part .right, .faz_part .right .dl_box {
        height: 870px;
        width: 65%;
    }

    .newsDetail .right, .newsDetail .right .dl_box {
        height: auto;
    }

    .faz_part .right .top_zhaiy {
        padding: 0 40px;
    }

    /*公司简介*/
    .jianj_part3 .logo {
        background-image: url(../images/about/img_04.html);
        width: 270px;
        background-size: 100%;
        height: 310px;
        margin-left: -135px;
        top: 10px;
    }

    .jianj_part3 .con {
        margin-top: 30px;
    }

    .jianj_part3 ul {
        margin: 0 -215px;
    }

    .jianj_part3 li {
        padding: 0 160px;
    }

    .jianj_part3 .li1, .jianj_part3 .li2 {
        height: 200px;
    }

    .jianj_part3 dt h2 {
        font-size: 26px;
    }

    .jianj_part3 dd {
        font-size: 14px;
        line-height: 24px;
    }

    .jianj_part3 .li5 {
        padding-top: 350px;
    }

    /*公司荣誉*/
    .rongy_part::before {
        height: 650px;
    }

    .rongy_part .swiper-container {
        width: 1002px;
        margin-left: -120px;
    }

    .rongy_part .swiper-container li i {
        padding: 20px;
        height: 408px;
    }

    .rongy_part .swiper-box1 .arrow-left {
        left: 20px;
    }

    .rongy_part .swiper-box1 .arrow-right {
        right: 20px;
    }

    /*股东背景*/
    .bej_part dl {
        padding: 40px;
    }

    .bej_part dt h2 {
        font-size: 24px;
    }

    /*关于团队*/
    .tuand_part .list .li {
        padding: 0 20px;
    }

    .tuand_part .list dt {
        padding-bottom: 20px;
    }

    .tuand_part .list dt h2 {
        font-size: 24px;
        font-weight: 400;
    }

    .tuand_part .list dt span {
        font-size: 16px;
    }

    .tuand_part .list dd li {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 24px;
    }

    /*合作伙伴*/
    .huob_part .back_img {
        height: 370px;
    }

    .huob_part .pic_h {
        height: 130px;
    }

    .huob_part .list li {
        height: 120px;
        line-height: 120px;
    }

    /*组织架构*/
    .zuz_part .con {
        padding: 0 20px;
    }

    /*新闻列表*/
    .news_part1 dt {
        width: 600px;
    }

    .news_part1 dd {
        height: 322px;
    }

    .news_part1 dd .txt {
        padding-bottom: 40px;
    }

    .news_part1 dd .txt a {
        font-size: 18px;
    }

    .news_part1 dd .tet {
        display: none;
    }

    .news_part1 .pagination {
        left: 635px;
        margin-left: 0;
    }

    .news_part2 .titm {
        padding: 20px 25px;
    }

    .news_part2 dd {
        padding: 30px 25px 0;
    }

    .news_part2 .on_pic dd {
        padding: 25px 25px 0;
    }

    .news_part2 dl {
        height: 420px;
    }

    .news_part2 dd .txt {
        padding-bottom: 40px;
    }

    .news_part2 .on_pic .tet {
        margin-bottom: 20px;
    }

    /*产品中心*/
    .chanp_part1 li a {
        height: 200px;
    }

    .chanp_part1 li i {
        margin-top: 40px;
    }

    .chanp_part1 li i img {
        width: 45px;
    }

    .chanp_part1 li b {
        font-size: 16px;
    }

    .chanp_part2 > ul > li {
        padding: 0 30px;
    }

    .chanp_part2 dt {
        width: 240px;
        height: 240px;
        background-size: 100%;
    }

    .chanp_part2 dd {
        padding: 50px 0px 50px 30px;
    }

    .chanp_part2 dt i {
        margin-top: 52px;
    }

    .chanp_part2 dt i img {
        width: 50px;
    }

    .chanp_part2 dt span {
        font-size: 24px;
    }

    .chanp_part2 .li_one dt i {
        margin-top: 65px;
    }

    .chanp_part2 .li_one dd {
        padding: 50px 30px 90px 0px;
    }

    .chanp_part2 .li_one:last-child dd {
        padding-bottom: 50px;
    }

    /*联系我们*/
    .lanx_part1 {
        padding: 70px 40px 40px 40px;
        width: 91.5%;
    }

    .lanx_part1 .right .box {
        padding: 20px;
    }

    .lanx_part1 .right .tlt {
        padding: 10px 0 35px 0;
    }

    .lanx_part1 .right .tet .p1 {
        font-size: 14px;
    }

    .lanx_part2 li {
        padding: 0 90px;
    }

    .lanx_part3 {
        overflow: hidden;
    }

    .lanx_part3::before {
        height: 308px;
    }

    .lanx_part3 .back_img {
        height: 579px;
    }

    .lanx_part3 .list dl {
        height: 250px;
    }

    .lanx_part3 .list .logo {
        height: 100px;
        line-height: 100px;
    }

    .lanx_part3 .list .tit .p1 {
        font-size: 14px;
    }

    .lanx_part3 .list dd {
        top: 100px;
    }

    .lanx_part3 .list .tet {
        margin: 0 30px;
    }

    .lanx_part4 .list dd {
        top: 190px;
    }

    .lanx_part4 .list .tet {
        margin: 50px 40px;
    }

    /*商务合作*/
    .shangw_part {
        padding: 80px 40px;
        width: 92.5%;
    }

    .shangw_part .ul1 {
        margin: 0 -10px;
    }

    .shangw_part .ul1 li {
        padding: 0 10px;
    }

    .shangw_part dt {
        width: 80px;
    }

    .shangw_part .li2 dt,
    .shangw_part .li3 dt {
        width: 70px;
    }

}

@media screen and (max-width: 1002px) {

    /*公用*/
    .wrap {
        width: auto;
        margin: 0 20px;
    }

    .header .nav li {
        margin-right: 25px;
    }

    .header .logo {
        width: 100px;
    }

    .header .logo img {
        width: 100%
    }

    /*.footer .part2 dt, .footer .part2 dt a{font-size: 16px;}
    .footer .part2 .li6 dd{width: 70px; margin: 0 auto;}
    .footer .part2 .li6 span img{width: 100%;}
    .footer .part3 .banq{width:70%}*/
    .footer {
        /*padding: 20px 0 0 0;*/
        /*background-size: auto;*/
        /*background-position: center top;*/
        /*background-color: #000;*/
    }

    .footer .wrap {
        margin: 0;
    }

    .footer .part1 .lianx,
    .footer .part1 .logo a,
    .footer .part2 .li6,
    .footer .part3 .aa {
        display: none;
    }

    .footer .part1 .logo span {
        padding: 0 32px;
    }

    .footer .part2 li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 18px 32px;
        box-sizing: border-box;
    }

    .footer .part2 .li5 {
        text-align: left;
        width: 100%;
    }

    .footer .part2 dt {
        background: url(../images/iphin_ion1.html) no-repeat right center;
    }

    .footer .part2 .nobg dt {
        background: none;
    }

    .footer .part2 dt a {
        font-size: 12px;
    }

    .footer .part2 dt, .footer .part2 dt a {
        font-size: 12px;
    }

    .footer .part2 dd {
        display: none;
    }

    .footer .part2 dd i {
        font-size: 12px;
    }

    .footer .part3 .banq {
        width: 100%;
        text-align: center;
        padding: 20px 30px 15px;
        box-sizing: border-box
    }

    .more {
        width: 100px;
        height: 30px;
        line-height: 30px;
    }

    /*首页*/
    .in_right {
        margin-left: 200px;
    }

    .in_txt {
        width: 170px;
    }

    .in_txt .tnt {
        font-size: 25px;
        line-height: 25px;
    }

    .in_txt .txt {
        font-size: 28px;
    }

    .in_part1 .back_img {
        height: 350px;
    }

    .in_part1 .tnt {
        font-size: 22px;
        line-height: 22px;
        padding: 15px 0 10px 0;
    }

    .in_part1 .txt {
        font-size: 24px;
    }

    .in_part1 .pagination {
        bottom: 10px;
    }

    .in_part2 .list li {
        width: 50%;
    }

    .in_part2 .list li:nth-of-type(3) {
        display: none;
    }

    .in_part3 .list dl {
        padding: 0 10px;
    }

    .in_part3 .list dt {
        font-size: 50px;
        line-height: 50px;
        padding-bottom: 10px;
    }

    .in_part3 .list dd {
        font-size: 16px;
    }

    .in_part3 .tet {
        font-size: 14px;
        line-height: 22px;
    }

    .in_part4 .list dt {
        margin-top: -40px;
    }

    .in_part4 .list dt i {
        width: 40px;
    }

    .in_part4 .list dt i img {
        width: 100%
    }

    .in_part4 .list dt b {
        font-size: 16px;
    }

    .in_part6 .list dd {
        font-size: 12px;
        line-height: 18px;
    }

    /*栏目公用*/
    .top_txt {
        font-size: 30px;
        line-height: 34px;
    }

    .top_txt::before {
        height: 2px;
    }

    .txt_box {
        padding-bottom: 40px;
    }

    .txt_box .txt {
        height: 105px;
    }

    .txt_box .txt span {
        font-size: 18px;
        line-height: 20px;
        padding: 10px 0 8px;
        margin-bottom: 8px;
    }

    .txt_box .txt span::before {
        height: 1px;
    }

    .txt_box .txt h2 {
        font-size: 18px;
    }

    .part_pic {
        height: 250px;
    }

    .mainTwo {
        margin-bottom: 60px;
        margin-top: -40px;
    }

    /*发展历程*/
    .faz_part .left {
        width: 190px;
    }

    .faz_part .right {
        margin-left: 190px;
        padding: 0 40px;
    }

    .faz_part .right, .faz_part .right .dl_box {
        height: 870px;
        width: 65%
    }

    .newsDetail .right, .newsDetail .right .dl_box {
        height: auto;
    }

    .newsDetail .right {
        padding-bottom: 100px;
    }

    .faz_part .left li {
        height: 80px;
    }

    .faz_part .left i {
        margin-top: 45px;
        font-size: 30px;
    }

    .faz_part .left .one {
        height: 100%;
    }

    .faz_part .left .one i {
        margin-top: 50px;
        font-size: 32px;
    }

    .faz_part .right dt {
        font-size: 50px;
        line-height: 50px;
    }

    .faz_part .right dd li {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 20px;
    }

    /*公司简介*/
    .jianj_txt span {
        font-size: 18px;
        line-height: 20px;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }

    .jianj_txt span::before {
        width: 90px;
        margin-left: -45px;
    }

    .jianj_txt h2 {
        font-size: 18px;
    }

    .jianj_part1 {
        padding-bottom: 70px;
    }

    .jianj_part1 .top_txt {
        margin-bottom: 30px;
    }

    .jianj_part1 .con {
        padding: 10px 40px 0;
    }

    .jianj_part1 .left {
        display: none;
    }

    .jianj_part1 .right {
        padding-left: 0;
    }

    .jianj_part1 .right .txt dt {
        font-size: 60px;
        line-height: 60px;
        padding-bottom: 10px;
    }

    .jianj_part1 .right .tet {
        font-size: 14px;
        line-height: 24px;
    }

    .jianj_part2 {
        padding-top: 60px;
        min-height: 400px;
    }

    .jianj_part2 .con {
        padding-top: 40px;
    }

    .jianj_part2 .con dt {
        font-size: 32px;
        line-height: 32px;
    }

    .jianj_part2 .con dd {
        font-size: 14px;
        line-height: 24px;
        padding: 0 20px;
    }

    .jianj_part3 {
        padding-bottom: 60px;
    }

    .jianj_part3 .con {
        margin: 20px 40px 0;
    }

    .jianj_part3 .logo {
        display: none;
    }

    .jianj_part3 ul {
        margin: 0;
    }

    .jianj_part3 li {
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 25px;
        text-align: left;
    }

    .jianj_part3 .li1, .jianj_part3 .li2 {
        height: auto;
    }

    .jianj_part3 .li5 {
        width: 100%;
        margin: 0;
        padding-top: 0;
    }

    .jianj_part3 .li1 dt, .jianj_part3 .li3 dt, .jianj_part3 .li5 dt {
        text-align: left;
    }

    .jianj_part3 dt h2 {
        font-size: 20px;
        position: relative;
        padding-left: 30px;
        border-bottom: none;
    }

    .jianj_part3 dt h2:before {
        content: "";
        position: absolute;
        left: 0;
        top: 5px;
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(../images/iphin_ion2.html) no-repeat left center;
        background-size: cover;
    }

    .jianj_part3 dt h2:after {
        content: "";
        position: absolute;
        left: 30px;
        bottom: 0px;
        display: inline-block;
        width: 80px;
        height: 1px;
        background-color: #94b711;
    }

    .jianj_part3 li:nth-of-type(even) dt {
        text-align: right;
    }

    /*公司荣誉*/
    .rongy_part .top_txt {
        padding-top: 50px;
    }

    .rongy_part::before {
        height: 620px;
    }

    .rongy_part .swiper-box {
        width: 600px;
    }

    .rongy_part .swiper-container {
        width: 840px;
        margin-left: -122px;
    }

    .rongy_part .swiper-container li i {
        padding: 10px;
        height: 345px;
    }

    /*股东背景*/
    .bej_part li {
        min-height: 430px;
    }

    .bej_part dl {
        padding: 30px;
    }

    .bej_part dt span {
        width: 100px;
    }

    .bej_part dt span img {
        width: 100%;
    }

    .bej_part dt h2 {
        font-size: 18px;
    }

    .bej_part dd {
        font-size: 14px;
        line-height: 24px;
    }

    /*关于团队*/
    .tuand_part .top_txt {
        margin-bottom: 30px;
    }

    .tuand_part .list {
        padding-bottom: 30px;
    }

    .tuand_part .list .li {
        width: 100%;
        min-height: 0;
        margin-bottom: 20px;
    }

    .tuand_part .list dt {
        padding-bottom: 10px;
    }

    .tuand_part .list dd li {
        margin-bottom: 10px;
    }

    .tuand_part .list dd li::before {
        top: 6px;
    }

    /*合作伙伴*/
    .huob_part .back_img {
        top: 205px;
        height: 340px;
    }

    .huob_part .pic_h {
        height: 100px;
    }

    .huob_part .list {
        padding: 50px 20px;
    }

    /*主席寄语*/
    .juy_part .tet_box {
        text-align: left;
        background-size: 100%;
    }

    .juy_part .tet_box .top_txt {
        margin-bottom: 50px;
    }

    .juy_part .tet_box .tet {
        display: block;
        padding: 0 70px;
        font-size: 18px;
        line-height: 30px;
    }

    .juy_part .tet_box .tet::after,
    .juy_part .tet_box .tet::before {
        width: 35px;
        height: 30px;
        background-size: 35px;
    }

    .juy_part .tet_box .tet::before {
        left: 20px;
        top: 0;
    }

    .juy_part .tet_box .tet::after {
        right: 20px;
        display: none;
    }

    /*组织架构*/
    .zuz_part {
        padding: 60px 0 80px;
    }

    /*新闻列表*/
    .news_part1 dt {
        width: 450px;
    }

    .news_part1 dd {
        height: 242px;
        padding: 0 25px;
    }

    .news_part1 dd .titm {
        padding: 20px 0;
    }

    .news_part1 dd .titm b {
        font-size: 32px;
        line-height: 34px;
    }

    .news_part1 dd .txt {
        padding-bottom: 25px;
    }

    .news_part1 dd .txt a {
        font-size: 16px;
        line-height: 24px;
    }

    .news_part1 .pagination {
        left: 470px;
        bottom: 20px;
    }

    .news_part2 > ul > li {
        width: 50%;
    }

    .news_part2 .page .paging {
        display: none;
    }

    .news_part2 .page {
        text-align: center;
    }

    /*新闻正文*/
    .news_con {
        margin-top: 40px;
    }

    .news_con .page {
        padding: 20px 0;
    }

    .news_con .page .li1 {
        padding: 0 20px 0 60px;
    }

    .news_con .page .li2 {
        padding: 0 60px 0 20px;
    }

    .news_con .con {
        padding: 30px 40px 60px;
    }

    .news_con .con .txt {
        font-size: 24px;
        line-height: 30px;
    }

    .news_con .con .tet {
        font-size: 14px;
        line-height: 24px;
    }

    /*产品中心*/
    .chanp_part2 > ul > li {
        padding: 0 20px;
    }

    .chanp_part1 li i {
        margin-top: 30px;
    }

    .chanp_part2 .li_one dt i {
        margin-top: 45px;
    }

    .chanp_part1 li i img {
        width: 35px;
    }

    .chanp_part1 li b {
        font-size: 14px;
    }

    .chanp_part1 li a {
        height: 150px;
    }

    .chanp_part2 dt {
        width: 180px;
        height: 180px;
        top: -20px;
    }

    .chanp_part2 dt i {
        margin-top: 35px;
    }

    .chanp_part2 dt i img {
        width: 35px;
    }

    .chanp_part2 dt span {
        font-size: 18px;
    }

    .chanp_part2 dt b {
        font-size: 12px;
    }

    .chanp_part2 dd {
        padding: 30px 0px 30px 20px;
        font-size: 14px;
        line-height: 24px;
    }

    .chanp_part2 .li_one dd {
        padding: 30px 20px 50px 0px;
    }

    .chanp_part2 .li_one:last-child dd {
        padding-bottom: 30px;
    }

    /*联系我们*/
    .lanx_part1 .left,
    .lanx_part1 .right {
        float: none;
        width: 100%;
    }

    .lanx_part1 .right .box {
        border: none;
        padding: 0;
        background: none;
    }

    .lanx_part2 {
        padding: 50px 0;
    }

    .lanx_part2 li {
        padding: 0 50px;
    }

    .lanx_part2 li b {
        font-size: 16px;
    }

    .lanx_part3::before {
        height: 262px;
    }

    .lanx_part3 .back_img {
        height: 710px;
    }

    .lanx_part3 .list li {
        width: 50%;
    }

    .lanx_part3 .list dl {
        height: 220px;
    }

    .lanx_part3 .list .logo {
        padding: 0 20px;
    }

    .lanx_part3 .li3 dl,
    .lanx_part3 .li6 dl {
        border-right: none;
    }

    .lanx_part3 .list li:nth-child(even) dl,
    .lanx_part3 .list li:last-child dl {
        border-right: 1px solid #bfbfbf;
    }

    .lanx_part3 .list dd {
        top: 90px;
    }

    .lanx_part3 .list .tet {
        height: 110px;
    }

    .lanx_part4 .list li {
        width: 100%;
    }

    .lanx_part4 .list dd {
        top: 190px;
    }

    .lanx_part4 .list .tet {
        margin: 40px;
        height: 135px;
    }

    .lanx_part4 .list li:last-child dl {
        border-right: none;
    }

    /*商务合作*/
    .shangw_part .tet {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 50px;
    }

    .shangw_part .ul1 li {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }

    .shangw_part li {
        margin-bottom: 30px;
    }

    .shangw_part .li2 dt, .shangw_part .li3 dt {
        width: 80px;
    }

    .shangw_part .ul1 li dd b {
        width: 280px;
    }

    .shangw_part .li2 dd,
    .shangw_part .li3 dd {
        margin-left: 100px;
    }

}

@media screen and (max-width: 992px) {
    .babyserBox {
        display: block;
    }

    .case-main {
        width: 94%;
    }

    .case-main > .list > li {
        min-height: auto;
        width: 47%;
        margin-right: 6%;
        height: 455px;
    }

    .case-main > .list > li:nth-child(3) {
        margin-right: 6%;
    }
}

@media screen and (max-width: 768px) {
    .babyserBox{
        display: none;
    }
    .new_text_con{
        font-size: 16px;
        line-height: 26px;
    }
    .biaodan ul li .zbox .txk input{
        font-size: 16px;
    }
    .biaodan ul li.l3 textarea{
        font-size: 16px;
    }
    .biaodan ul li .zbox .txk input::placeholder{
        font-size: 16px;
    }
    .biaodan ul li .zbox .txk input::-moz-placeholder{
        font-size: 16px;
    }
    .biaodan ul li .zbox .txk input::-webkit-input-placeholder{
        font-size: 16px;
    }
    .biaodan ul li.l3 textarea::placeholder{
        font-size: 16px;
    }
    .biaodan ul li.l3 textarea::-webkit-input-placeholder{
        font-size: 16px;
    }
    .lanx_part1 .right .box{
        width: 100%;
    }
    .mainThree{
        margin-top: 0;
    }
    .mainThree .new{
        padding-top: 10px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .case-main {
        width: 94%;
        padding: 0 3%;
    }

    .case-main > .list > li {
        width: 100%;
    }

    .wrap {
        width: auto;
        margin: 0;
    }

    /*首页*/
    .iph_more {
        display: block;
        text-align: center;
    }

    .in_part1 .box .wrap {
        margin: 0 16px;
    }

    .in_part1 .tet {
        font-size: 12px;
    }

    .in_part1 .tnt {
        font-size: 18px;
        line-height: 18px;
    }

    .in_part1 .back_img {
        height: 320px;
    }

    .in_part1 .arrow div {
        display: none;
    }

    .in_txt {
        position: static;
        margin: 40px 0 30px;
        width: 100%;
        text-align: center;
    }

    .in_txt .tnt::before {
        left: 50%;
        margin-left: -26px;
        width: 53px;
    }

    .in_txt .tnt,
    .in_txt .txt {
        font-size: 24px;
        line-height: 24px;
    }

    .in_txt .tet,
    .in_txt .tat {
        display: none;
    }

    .in_right {
        margin-left: 0;
        height: auto;
    }

    .in_box {
        height: auto;
    }

    .in_part2 {
        padding-bottom: 40px;
    }

    .in_part2 .wrap {
        margin: 0 16px;
    }

    .in_part2 .list {
        margin-left: 0;
    }

    .in_part2 .list ul {
        margin: 0 0 15px 0;
    }

    .in_part2 .list li {
        width: 100%;
        height: auto;
        padding: 0;
        border-left: none;
        margin-bottom: 16px;
    }

    .in_part2 .list li:nth-of-type(3) {
        display: block;
    }

    .in_part2 .list .titm,
    .in_part2 .list .txt,
    .in_part2 .list .tet {
        display: none;
    }

    .in_part2 .list .ipn_txt {
        display: block;
        border: 1px solid #dfdfdf;
        border-top: 0;
        color: #333;
        padding: 15px 0;
    }

    .in_part2 .ipn_txt span {
        display: block;
    }

    .in_part2 .ipn_txt .riq {
        float: left;
        font-size: 10px;
        line-height: 10px;
        padding: 0 13px;
    }

    .in_part2 .ipn_txt .riq b {
        display: block;
        font-size: 28px;
        line-height: 28px;
        text-align: center;
    }

    .in_part2 .ipn_txt .bt {
        margin-left: 64px;
        line-height: 22px;
    }

    .in_part3 {
        padding-bottom: 60px;
    }

    .in_part3 .wrap {
        margin: 0 16px;
    }

    .in_part3 .in_txt .tnt {
        width: 100%;
    }

    .in_part3 .tet {
        display: none;
    }

    .in_part3 .list {
        padding: 13px 0 50px;
    }

    .in_part3 .list dt {
        font-size: 40px;
        line-height: 40px;
        padding-bottom: 5px;
    }

    .in_part3 .list dd {
        font-size: 12px;
        line-height: 16px;
    }

    .in_part4 {
        padding-bottom: 40px;
    }

    .in_part4 .wrap {
        margin: 0;
    }

    .in_part4 .in_txt .tnt {
        width: 100%;
    }

    .in_part4 .in_right {
        height: 184px;
    }

    .in_part4 .list ul {
        border: 0;
        border-top: 1px solid #dfdfdf;
    }

    .in_part4 .list li:nth-of-type(3) dl,
    .in_part4 .list li:nth-of-type(6) dl {
        border-right: 0;
    }

    .in_part4 .list dt {
        margin-top: -28px;
    }

    .in_part4 .list dt i {
        width: 30px;
    }

    .in_part4 .list dt b {
        font-size: 12px;
    }

    .in_part4 .list li dt b::before {
        height: 1px;
        bottom: 5px;
    }

    .in_part4 .iph_more {
        margin-top: 30px;
    }

    .in_part5 {
        padding-bottom: 100px;
    }

    .in_part5 .wrap {
        margin: 0;
    }

    .in_part5 .in_txt .tnt {
        width: 100%;
    }

    .in_part5 .in_right {
        margin-top: -40px;
        height: 410px;
    }

    .in_part5 .in_right::before {
        background-size: 428px;
        width: 320px;
        left: 50%;
        margin-left: -160px;
    }

    .in_part5 .list {
        position: absolute;
        left: 50%;
        margin-left: -160px;
        width: 320px;
    }

    .in_part5 .list li {
        width: 75px;
        height: 75px;
    }

    .in_part5 .list .li1 {
        left: 16px;
        top: 69px;
    }

    .in_part5 .list .li2 {
        left: 69px;
        top: 122px;
    }

    .in_part5 .list .li3 {
        left: 122px;
        top: 175px;
    }

    .in_part5 .list .li4 {
        left: 175px;
        top: 229px;
    }

    .in_part5 .list .li5 {
        left: 229px;
        top: 282px;
    }

    .in_part5 .list .li6 {
        left: 229px;
        top: 69px;
    }

    .in_part5 .list .li7 {
        left: 176px;
        top: 122px;
    }

    .in_part5 .list dl {
        padding-top: 0;
        line-height: 75px;
    }

    .in_part5 .list dd {
        display: none;
    }

    .in_part5 .list .ipn_ol {
        display: block;
    }

    .in_part5 .list .ipn_ol li {
        width: auto;
        height: auto;
        transform: rotate(45deg);
        transform-origin: right;
        font-size: 11px;
    }

    .in_part5 .list .ipn_ol li::before {
        display: none;
    }

    .in_part5 .list .ipn_ol li:nth-of-type(6),
    .in_part5 .list .ipn_ol li:nth-of-type(7) {
        transform: rotate(-45deg);
        transform-origin: right;
    }

    .in_part5 .list .ipn_ol li.iph_li1 {
        left: 56px;
        top: 83px;
    }

    .in_part5 .list .ipn_ol li.iph_li2 {
        left: 118px;
        top: 133px;
    }

    .in_part5 .list .ipn_ol li.iph_li3 {
        left: 95px;
        top: 257px;
    }

    .in_part5 .list .ipn_ol li.iph_li4 {
        left: 149px;
        top: 311px;
    }

    .in_part5 .list .ipn_ol li.iph_li5 {
        left: 202px;
        top: 365px;
    }

    .in_part5 .list .ipn_ol li.iph_li6 {
        left: 169px;
        top: 43px;
    }

    .in_part5 .list .ipn_ol li.iph_li7 {
        left: 212px;
        top: 170px;
    }

    .in_part6 {
        padding-bottom: 40px;
    }

    .in_part6 .wrap {
        margin: 0;
    }

    .in_part6 .in_txt .tnt {
        display: inline-block;
    }

    .in_part6 .list ul {
        border: 0;
        border-top: 1px solid #dfdfdf;
        margin-bottom: 30px;
    }

    .in_part6 .list li:last-child {
        border-bottom: 1px solid #dfdfdf;
    }

    .in_part6 .list dl {
        display: block;
    }

    .in_part6 .list dt, .in_part6 .list dd {
        display: block;
    }

    .in_part6 .list dt {
        width: 100%;
        box-sizing: border-box;
        position: relative;
        text-align: left;
    }

    .in_part6 .list .one dt {
        text-align: center;
    }

    .in_part6 .list dt:before {
        content: "";
        position: absolute;
        right: 16px;
        top: 50%;
        margin-top: -8px;
        display: inline-block;
        width: 17px;
        height: 17px;
        background: url(../images/jrwm_ion-2.html) no-repeat center;
    }

    .in_part6 .list .one dt:before {
        background-image: url(../images/jrwm_ion-3.html);
    }

    .in_part6 .list dd {
        padding: 10px 16px;
        line-height: 20px;
        display: none;
    }

    .in_part6 .list dt img {
        max-width: 50%;
        max-height: 60px;
    }

    .in_part7 {
        padding: 0 0 40px;
    }

    .in_part7 .wrap {
        margin: 0 16px;
    }

    .in_part7 .in_txt .tnt {
        display: inline-block;
    }

    .in_part7 .list {
        width: 100%;
        height: auto;
    }

    .in_part7 .list ul {
        width: 800px;
        padding-bottom: 20px;
    }

    .in_part7 .list li {
        width: 13%;
        height: 45px;
        line-height: 45px;
        padding: 0 10px;
    }

    .in_part7 .list li img {
        max-width: 100%;
    }

    .in_part7 .ps-container .ps-scrollbar-x-rail {
        background: #cecece;
        height: 2px;
    }

    .in_part7 .ps-container .ps-scrollbar-x {
        background: #e60e11;
        height: 2px;
    }

    /*栏目公用*/
    .part_pic {
        height: 250px;
        margin-top: 60px;
    }

    .mainTwo {
        margin-top: 0;
        margin-bottom: 0px;
        padding-bottom: 0px;
        overflow: hidden;
    }

    .main_box {
        box-shadow: none;
    }

    .txt_box .txt h2 {
        font-size: 16px;
    }

    /*发展历程*/
    .top_txt {
        font-size: 24px;
    }

    .top_txt::before {
        width: 48px;
        margin-left: -24px;
    }

    .faz_part .left {
        width: 80px;
    }

    .faz_part .left li {
        height: 40px;
        padding: 0 5px;
    }

    .faz_part .left i {
        font-size: 14px;
        margin-top: 15px;
    }

    .faz_part .left .one {
        height: 50px;
    }

    .faz_part .left .one i {
        font-size: 16px;
        margin-top: 24px;
    }

    .faz_part .left li::after, .faz_part .left li::before {
        width: 200%;
    }

    .faz_part .right, .faz_part .right .dl_box {
        height: 750px;
        width: 70%;
    }

    .faz_part .right {
        margin-left: 80px;
        padding: 0 16px;
    }

    .newsDetail .right {
        padding-bottom: 100px;
    }

    .faz_part .right .top_zhaiy {
        font-size: 12px;
        line-height: 18px;
        top: 125px;
    }

    .faz_part .right .dl_li {
        padding: 30px 0;
    }

    .faz_part .right dt {
        font-size: 42px;
        line-height: 42px;
        padding-bottom: 20px;
    }

    .faz_part .right dd li {
        padding-left: 15px;
        line-height: 22px;
    }

    .faz_part .right dd li::before {
        width: 8px;
        background-size: 8px;
        height: 8px;
    }

    .faz_part .right dl {
        display: block;
    }

    .faz_part .right .top_txt {
        padding-top: 60px;
        position: relative;
        top: 0;
    }

    .faz_part .right .top_zhaiy {
        position: static;
        padding: 10px 0 0;
    }

    /*公司简介*/
    .jianj_txt span {
        font-size: 12px;
        line-height: 18px;
    }

    .jianj_txt span::before {
        width: 64px;
        margin-left: -32px;
    }

    .jianj_txt h2 {
        font-size: 15px;
        font-weight: 300;
    }

    .jianj_part1 {
        padding-top: 35px;
        padding-bottom: 30px;
    }

    .jianj_part1 .top_txt {
        margin-bottom: 20px;
    }

    .jianj_part1 .con {
        padding: 10px 16px 0;
        font-size: 16px;
        line-height: 26px;
    }

    .jianj_part1 .right .txt {
        margin: 0;
        padding: 13px 0 20px 0;
    }

    .jianj_part1 .right .txt dt {
        font-size: 34px;
        line-height: 34px;
        padding-bottom: 5px;
    }

    .jianj_part1 .right .txt dd {
        font-size: 16px;
        line-height: 26px;
    }
    .jianj_part1 .con p{
        font-size: 16px;
        line-height: 26px;
    }
    .jianj_part1 .right .tet {
        font-size: 12px;
        line-height: 20px;
    }

    .jianj_part2 {
        padding: 40px 0;
        min-height: 0;
    }

    .jianj_part2 .con dt {
        font-size: 22px;
        line-height: 22px;
        padding-bottom: 15px;
    }

    .jianj_part2 .con dd {
        font-size: 16px;
        line-height: 26px;
    }

    .jianj_part3 {
        padding: 40px 0;
    }

    .jianj_part3 .con {
        margin: 25px 16px 0;
    }

    .jianj_part3 dt h2 {
        font-size: 18px;
    }

    .jianj_part3 dt h2::after {
        width: 65px;
    }

    .jianj_part3 dd {
        font-size: 16px;
        line-height: 26px;
    }

    /*公司荣誉*/
    .rongy_part::before {
        height: 0;
    }

    .rongy_part .top_txt {
        padding-top: 40px;
    }

    .rongy_part .swiper-box1 {
        display: none;
    }

    .rongy_part .swiper-box2 {
        display: block;
        padding: 0 45px;
        box-sizing: border-box;
        position: relative;
        margin-top: 20px;
    }

    .rongy_part .swiper-box2 .swiper-container {
        width: 100%;
        margin-left: 0;
    }

    .rongy_part .swiper-container li {
        opacity: 1;
    }

    .rongy_part .swiper-container li i {
        height: auto;
    }

    .rongy_part .swiper-box2 .arrow div {
        position: absolute;
        top: 50%;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        cursor: pointer;
    }

    .rongy_part .swiper-box2 .arrow-left {
        left: 0;
        background-image: url(../images/ico_12.html)
    }

    .rongy_part .swiper-box2 .arrow-right {
        right: 0;
        background-image: url(../images/ico_13.html)
    }

    /*股东背景*/
    .bej_part .top_txt {
        padding-top: 40px;
        margin-bottom: 30px;
    }

    .bej_part li {
        width: 100%;
        height: auto;
        min-height: 0;
    }

    .bej_part li:nth-of-type(odd) {
        background: #fff;
        color: #fff;
    }

    .bej_part li:nth-of-type(even) {
        background: #fff;
        color: #333;
    }

    .bej_part dl {
        padding: 20px 16px;
    }

    .bej_part dt h2 {
        font-size: 18px;
        font-weight: 400;
        padding-bottom: 10px;
    }

    .bej_part dt span.pc_pic {
        display: none;
    }

    .bej_part dt span.iph_pic {
        display: block;
        padding-bottom: 20px;
    }
    .bej_part dt span.iph_pic img{
        width: 55px;
    }
    .bej_part dd {
        font-size: 16px;
        line-height: 26px;
    }

    /*关于团队*/
    .txt_box {
        padding: 40px 0;
    }

    .tuand_part .list {
        padding-bottom: 0;
    }

    .tuand_part .list .li {
        padding: 0 16px;
    }

    .tuand_part .list dt h2 {
        font-size: 18px;
        line-height: 20px;
        padding-bottom: 10px;
    }

    .tuand_part .list dt span {
        font-size: 14px;
    }

    .tuand_part .list dd li {
        padding-left: 13px;
        font-size: 12px;
        line-height: 20px;
    }

    .tuand_part .list dd li::before {
        width: 8px;
        height: 8px;
        background-size: 8px;
    }

    /*合作伙伴*/
    .huob_part {
        padding-bottom: 10px;
    }

    .huob_part:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        display: inline-block;
        width: 100%;
        height: 10px;
        background: #f0f0f0;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05) inset;
    }

    .huob_part .back_img {
        top: 178px;
    }

    .huob_part .list li {
        width: 50%;
        height: 90px;
        line-height: 90px;
    }

    /*主席寄语*/
    .juy_part .tet_box .top_txt {
        margin: 40px 0 20px;
    }

    .juy_part .tet_box .tet {
        padding: 0 20px;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
    }

    .juy_part .tet_box .tet::before {
        width: 15px;
        height: 20px;
        background-size: 15px;
        left: 5px;
    }

    /*新闻列表*/
    .news_part1 {
        margin: 30px 16px 25px;
    }

    .service li:nth-of-type(even) {
        background: #355d73;
        color: #fff;

    }

    .bej_part li:nth-of-type(odd) {
        background: #fff;
        color: #333;
    }

    .news_part1 dt {
        width: 100%;
        float: none;
    }

    .news_part1 dd {
        padding: 13px 16px 13px 0;
        height: auto;
    }

    .news_part1 dd .titm {
        float: left;
        padding: 0;
        text-align: center;
        width: 64px;
        margin-top: 3px;
    }

    .news_part1 dd .titm b {
        font-size: 28px;
        line-height: 28px;
    }

    .news_part1 dd .titm i {
        font-size: 10px;
        line-height: 12px;
    }

    .news_part1 dd .txt {
        margin-left: 64px;
        padding-bottom: 0;
    }

    .news_part1 dd .txt a {
        font-size: 14px;
        line-height: 22px;
    }

    .news_part1 dd .tat {
        display: none;
    }

    .news_part1 .pagination {
        display: none;
    }

    .news_part2 > ul {
        margin: 0 12px;
    }

    .news_part2 > ul > li {
        padding: 0 4px;
        margin-bottom: 10px;
    }

    .news_part2 dl {
        height: auto;
    }

    .news_part2 dd .txt {
        font-size: 12px;
        line-height: 18px;
        padding-bottom: 0;
    }

    .news_part2 dd .tat i {
        display: none;
    }

    .news_part2 dt .titm {
        display: none;
    }

    .news_part2 dd .iph_time {
        display: block;
        font-size: 10px;
        color: #666;
        padding-bottom: 3px;
    }

    .news_part2 .on_pic dt img {
        display: block;
    }

    .news_part2 .on_pic dt {
        height: auto;
    }

    .news_part2 .on_pic dt .titm {
        color: #fff;
        display: block;
        padding: 0;
        left: 10px;
        bottom: 10px;
        top: auto;
    }

    .news_part2 .titm b {
        font-size: 34px;
        line-height: 34px;
        text-align: center;
    }

    .news_part2 .titm i {
        font-size: 12px;
    }

    .news_part2 .on_pic .tet {
        display: none;
    }

    .news_part2 .on_pic dd .iph_time {
        display: none;
    }

    .news_part2 dd {
        height: 92px;
        overflow: hidden;
        box-sizing: border-box;
        padding: 8px;
    }

    .news_part2 .on_pic dd {
        padding: 8px;
    }

    .news_part2 .on_pic .txt {
        padding-bottom: 0;
    }

    .news_part2 .page {
        margin-top: 20px;
    }

    .news_part2 .page .but a {
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    /*新闻正文*/
    .news_con {
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .news_con .page {
        display: none;
    }

    .news_con .con {
        padding: 20px 16px 0;
    }

    .news_con .con .txt {
        font-size: 20px;
        line-height: 26px;
        padding-bottom: 15px;
    }

    .news_con .con .tit span {
        display: block;
    }

    .news_con .con .tet {
        line-height: 22px;
        font-weight: 300;
        padding-bottom: 55px;
    }

    /*产品中心*/
    .chanp_part1 li {
        width: 25%;
        padding: 0;
        border-bottom: 1px solid #f0f0f0;
    }

    .chanp_part1 li:nth-of-type(2),
    .chanp_part1 li:nth-of-type(5) {
        border-left: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
    }

    .chanp_part1 li a {
        height: 104px;
    }

    .chanp_part1 li i {
        margin-top: 20px;
    }

    .chanp_part2 > ul > li {
        padding: 0 16px;
    }

    .chanp_part2 dt {
        top: 0;
        width: 35px;
        height: 45px;
        background-size: 30px;
        line-height: 30px;
    }

    .chanp_part2 dt i {
        margin-top: 0;
    }

    .chanp_part2 dt i img {
        width: 20px;
    }

    .chanp_part2 dt span,
    .chanp_part2 dt b {
        display: none;
    }

    .chanp_part2 dd {
        padding: 15px 0px 20px 16px;
        font-size: 12px;
        line-height: 20px;
    }

    .chanp_part2 dd p {
        font-size: 16px;
        line-height: 26px;
    }

    .chanp_part2 dd strong {
        font-size: 16px;
    }

    .chanp_part2 .li_one dt i {
        margin-top: 0;
    }

    .chanp_part2 .li_one dd {
        padding: 15px 16px 20px 0px;
    }

    .chanp_part2 dd .iph_bt {
        display: block;
        font-size: 16px;
        color: #83b725;
        font-weight: bold;
        padding-bottom: 15px;
    }

    .chanp_part2 .li_one dd .iph_bt {
        text-align: right;
    }

    /*加入我们*/
    .lanx_part1 {
        padding: 40px 4%;
        width: 92%;
    }

    .lanx_part1 .top_txt {
        margin-bottom: 0;
    }

    .lanx_part1 .right .tlt {
        padding-bottom: 15px;
    }

    .lanx_part1 .right .tlt img {
        width: 126px;
    }

    .lanx_part1 .right .tet {
        padding-bottom: 15px;
    }

    .lanx_part1 .right .tet span {
        background-size: 14px;
        padding: 3px 0 3px 20px;
    }

    .lanx_part1 .right .tet .p1 {
        background-size: 11px;
        font-size: 16px;
    }

    .lanx_part1 .right .tet .p2 {
        font-size: 16px;
    }

    .lanx_part1 .right .map {
        height: 136px;
    }

    /*联系我们*/
    .lanx_part2 {
        padding: 0;
    }

    .lanx_part2 ul {
        clear: both;
        overflow: hidden;
    }

    .lanx_part2 li {
        width: 33.3%;
        padding: 0;
        float: left;
        text-align: center;
    }

    .lanx_part2 li a {
        width: 64px;
        display: inline-block;
        padding: 20px 0;
    }

    .lanx_part2 li a i {
        display: block;
    }

    .lanx_part2 li a img {
        width: 100%;
    }

    .lanx_part2 li b {
        font-size: 14px;
        line-height: 14px;
    }

    .lanx_part2 li .selected i {
        display: none;
    }

    .lanx_part2 li .selected .iph_img {
        display: block;
    }

    .lanx_part2 li .selected {
        position: relative;
    }

    .lanx_part2 li .selected:before {
        content: "";
        position: absolute;
        left: 50%;
        margin-left: -8px;
        bottom: 0;
        display: inline-block;
        width: 16px;
        height: 8px;
        background: url(../images/iphin_ion4.html) no-repeat center;
    }

    .lanx_part3 {
        padding: 30px 0;
    }

    .lanx_part3::before {
        height: 167px;
    }

    .lanx_part3 .jianj_txt {
        margin-bottom: 20px;
    }

    .lanx_part3 .jianj_txt span {
        font-size: 14px;
        padding-bottom: 4px;
        margin-bottom: 4px;
    }

    .lanx_part3 .jianj_txt span::before {
        width: 31px;
        margin-left: -15px;
    }

    .lanx_part3 .back_img {
        height: 100%;
    }

    .lanx_part3 .list ul {
        padding: 0 16px;
    }

    .lanx_part3 .list li {
        width: 100%;
        margin-bottom: 10px;
    }

    .lanx_part3 .list dl {
        border-right: 1px solid #bfbfbf;
        height: 142px;
    }

    .lanx_part3 .list .logo {
        height: 67px;
        line-height: 67px;
    }

    .lanx_part3 .list .tit {
        padding: 11px 16px;
    }

    .lanx_part3 .list .tit span {
        background-size: 12px;
        padding-left: 20px;
    }

    .lanx_part3 .list .tit .p1 {
        background-size: 10px;
        font-size: 12px;
    }

    .lanx_part3 .list .tit .p2 {
        font-size: 13px;
    }

    .lanx_part3 .list dd {
        top: 67px;
    }

    .lanx_part3 .list .tet {
        font-size: 12px;
        line-height: 18px;
        height: 55px;
    }

    .lanx_part4 .list dl {
        height: auto;
    }

    .lanx_part4 .list dt {
        width: 100%;
        box-sizing: border-box;
    }

    .lanx_part4 .list dd {
        width: 100%;
        position: static;
        padding: 16px;
        box-sizing: border-box;
    }

    .lanx_part4 .list .tet {
        margin: 0;
    }

    /*商务合作*/
    .shangw_part {
        padding: 40px 4% 70px 4%;
        /*margin-bottom: 40px;*/
        width: 92%;
    }
    .shangw_part .tet {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        padding: 20px 0 35px;
    }

    .shangw_part .ul1 {
        margin: 0;
    }

    .shangw_part ul li {
        /*border: 1px solid #d70b17;*/
    }

    .shangw_part ul li.li6 {
        border: none;
    }

    .shangw_part .ul1 li dd b {
        width: 100%;
        box-sizing: border-box;
        padding: 10px 0;
    }

    .shangw_part dl {
        position: relative;
    }

    .shangw_part dt {
        position: absolute;
        left: 8px;
        top: 5px;
        padding-left: 10px;
        font-size: 14px;
        width: 65px;
    }

    .shangw_part dt i {
        font-size: 14px;
    }

    .shangw_part dd,
    .shangw_part .li2 dd,
    .shangw_part .li3 dd {
        margin-left: 65px;
    }

    .shangw_part dd b {
        border: 0;
    }

    .shangw_part dd .div1 a {
        display: none;
    }

    .shangw_part dd b::before {
        display: none;
    }

    .shangw_part dd .div1 b {
        width: 100%;
    }

    .shangw_part .li6 dt {
        display: none;
    }

    .shangw_part .li6 dd {
        margin-left: 0;
    }

    .shangw_part dd .div2 {
        padding: 0 0 40px 0;
        margin-top: -13px;
    }

    .shangw_part dd .div3 input {
        width: 100%;
    }

    .chanp_part2 dt {
        background-image: none !important;
    }

    .newsDetail .right {
        height: auto;
    }

    .newsDetail .right, .newsDetail .right .dl_box {
        height: auto;
    }

    .newsDetail .right dl {
        margin-top: 15px;
    }
}

@media screen and (max-width: 479px) {
    .footer{
        display: none;
    }
    .mainThree .new2 h2 span{
        width: 100%;
    }
    .page_a a{
        width: 100%;
    }
    .faz_part .right, .faz_part .right .dl_box {
        width: 63%;
    }

    .faz_part .right {
        margin-left: 28%;
    }

    .faz_part .left {
        width: 106px;
    }

    .mainThree .new li {
        padding: 30px 0;
    }

    .faz_part .right dl {
        height: auto;
    }

    /*栏目公用*/
    .part_pic {
        height: auto;
    }

    .part_pic .move_pic {
        display: block;
    }

    .part_pic .move_pic img {
        width: 100%;
    }
     .wrap2 {
    width: 100%;
    padding: 70px 0px 60px 0px;
}
}

@media only screen and (max-width: 375px) {
    .jianj_part1 .right .txt dt{
        font-size: 30px;
    }
    .case-main > .list > li {
        height: 410px;
    }

    .newsDetail .right, .newsDetail .right .dl_box {
        width: 63%;
    }
    .wrap2 {
    width: 100%;
    padding: 70px 0px 60px 0px;
}
}

@media only screen and (max-width: 320px) {
    .jianj_part1 .right .txt dt{
        font-size: 24px;
    }
    .shangw_part dd, .shangw_part .li2 dd, .shangw_part .li3 dd{
        margin-left: 31px;
    }

    .faz_part .right, .faz_part .right .dl_box {
        width: 67%;
    }

    .newsDetail .right, .newsDetail .right .dl_box {
        width: 57%;
    }

    .case-main > .list > li {
        height: 350px;
    }
	.wrap2 {
    width: 100%;
    padding: 70px 0px 60px 0px;
}
}

@media only screen and (min-height: 1024px) {
    .faz_part .right, .faz_part .right .dl_box {
        width: 86%;
    }

    .newsDetail .right, .newsDetail .right .dl_box {
        width: 84%;
    }

    .case-main > .list > li {
        width: 46.7%;
        height: 410px;
    }

    .case-main > .list > li:nth-child(2n) {
        margin-right: 0;
    }

    .case-main > .list > li:nth-child(3n) {
        /*margin-right: 48px;*/
    }
	.wrap2 {
    width: 100%;
    /*padding: 70px 0px 60px 0px;*/
}
	.wrap2_left{width: 85%}
	.wrap2_right{width: 100%}
}

@media (min-width: 1024px) and (min-height: 1366px) {
    .faz_part .right, .faz_part .right .dl_box {
        width: 64%;
    }

    .newsDetail .right, .newsDetail .right .dl_box {
        width: 66%;
    }

    .case-main > .list > li {
        height: 500px;
        margin-right: 48px;
    }

    .case-main > .list > li:nth-child(2n) {
        margin-right: 0;
    }

    .case-main > .list > li:nth-child(3) {
        margin-right: 48px;
    }
	.wrap4{width: 100%;}
	.wrap2 {
    width: 100%;
    padding: 70px 0px 60px 0px;
}
	.wrap2_left{width: 100%}
	.wrap2_right{width: 100%}
}

