* {
    margin: 0;
    padding: 0;
}

.w {
    width: 1200px;
    margin: 0 auto;
}


/*public start*/


/*public header start*/

header {
    width: 100%;
    height: 142px;
}


/*public header 语言选择栏 start*/

header .top {
    width: 100%;
    height: 44px;
    background-color: #2253A4;
}

header .top .text {
    width: 125px;
    height: 44px;
    float: right;
}

header .top .text img {
    width: 26px;
    height: 26px;
    float: left;
    margin-top: 9px;
}

header .top .text .selectDiv {
    width: 97px;
    height: 24px;
    float: right;
    margin-top: 14px;
}

header .top .text .selectDiv .layui-input {
    height: 25px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #fff;
    text-align: right;
}

header .top .text .selectDiv .layui-input::placeholder {
    color: #fff;
}

header .top .text .selectDiv .layui-form-select dl dd.layui-this {
    background-color: #2253A4;
}


/*public header 语言选择栏 end*/


/*public header 导航栏 start*/

header .tab {
    width: 100%;
    height: 98px;
    background-color: #fff;
}

header .tab .logo {
    width: 180px;
    height: 46px;
    float: left;
    margin-top: 26px;
}

header .tab ul {
    width: 880px;
    height: 98px;
    float: right;
    list-style: none;
}

header .tab ul li {
    width: 110px;
    /* height: 46px; */
    float: left;
    text-align: center;
    font-size: 16px;
    color: #333333;
    line-height:50px;
    cursor: pointer;
    margin-top:26px;
}

header .tab ul li a {
    display: inline-block;
}

header .tab ul li:hover {
    background-color: #DD590F;
}
header .tab ul li:hover a{
    color:#fff;
}

header .tab ul .active a {
    color: #DD590F;
}


/*public header 导航栏 二级导航 start*/

header .tab ul li .list {
    display: none;
    width: 110px;
    position: relative;
    float: left;
    padding: 10px 0;
    background-color: #DD590F;
    z-index: 99;
}

header .tab ul li .list a {
    display: inherit;
}

header .tab ul li .list div {
    width: 110px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    float: left;
}

header .tab ul li:hover .list {
    display: block;
}


/*public header 导航栏 二级导航 end*/


/*public header 导航栏 end*/


/*public header end*/


/*public banner start*/

.banner {
    width: 100%;
}

.indexHtml .banner {
    height: 600px !important;
}

.banner .item {
    width: 100%;
}


/*public banner start*/


/*public footer start*/

footer {
    width: 100%;
    float: left;
}


/*public footer head start*/

footer .head {
    width: 100%;
    height: 396px;
    background-color: #2253A4;
}

footer .head .top {
    width: 100%;
    height: 170px;
}

footer .head .top .left {
    width: 750px;
    height: 170px;
    float: left;
}

footer .head .top .left .title {
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #fff;
    line-height: 85px;
    font-size: 16px;
    margin-bottom: 20px;
}

footer .head .top .left .title a {
    color: #fff;
}

footer .head .top .left span {
    font-size: 16px;
    color: #fff;
    margin-right: 30px;
}

footer .head .top .right {
    width: 372px;
    height: 170px;
    float: right;
}

footer .head .top .right .crCode {
    width: 100px;
    height: 100px;
    margin-top: 40px;
    float: left;
}

footer .head .top .right div {
    width: 1px;
    height: 100px;
    margin-top: 40px;
    float: left;
    margin-left: 35px;
    background-color: #fff;
}

footer .head .top .right .logo {
    width: 180px;
    height: 46px;
    float: left;
    margin-left: 35px;
    margin-top: 70px;
}

footer .head .bottom {
    width: 100%;
    height: 220px;
    border-top: 1px solid #fff;
}

footer .head .bottom ul {
    list-style: none;
    width: 100%;
    margin-top: 30px;
}

footer .head .bottom ul li {
    width: 200px;
    float: left;
    font-size: 14px;
    color: #fff;
}

footer .head .bottom ul li .title {
    font-size: 20px;
    margin-bottom: 14px;
}

footer .head .bottom ul li p {
    line-height: 30px;
}

footer .head .bottom ul li p a {
    color: #fff;
}


/*public footer head end*/


/*public footer foot start*/

footer .foot {
    width: 100%;
    height: 60px;
    background-color: #fff;
}

footer .foot .text {
    width: 50%;
    height: 60px;
    float: left;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #333;
}


/*public footer foot end*/


/*public footer end*/


/*public 当前位置栏 start*/

.public-position {
    width: 100%;
    height: 54px;
}

.public-position a{
    color: #666
}
.public-position div {
    width: 880px;
    height: 54px;
    float: right;
    font-size: 16px;
    color: #666;
    line-height: 54px;
    border-bottom: 1px solid #CFCFCF;
    box-sizing: border-box;
}


/*public 当前位置栏 start*/


/*public 左侧栏 start*/

.public-side {
    width: 272px;
    float: left;
}

.public-side ul {
    width: 272px;
    float: left;
    border-radius: 5px;
    box-shadow: 0px 4px 11px 1px rgba(121, 121, 121, 0.2);
    list-style: none;
    background-color: #fff;
}

.public-side ul .title3 {
    width: 272px;
    height: 100px;
    background-color: #2253A4;
    border-radius: 5px;
    float: left;
    color: #fff;
    text-align: center;
}

.public-side .title3 p:nth-child(1) {
    font-size: 22px;
    margin-top: 32px;
    color: #fff;
}

.public-side .title3 p:nth-child(2) {
    font-size: 14px;
    margin-top: 10px;
}

.public-side ul li {
    width: 272px;
    min-height: 50px;
    float: left;
    border-bottom: 1px solid #F6F5F5;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #333;
     cursor: pointer;
}

.public-side ul li:nth-child(2) {
    padding-top: 20px;
}

.public-side ul a:last-child li {
    border-bottom: none;
}

.public-side ul .active {
    color: #DD590F;
}


/*public 左侧栏 li有二级菜单时样式 start*/

.public-side .have-list span {
    display: inline-block;
    float: left;
    margin-left: 25px;
    width: 150px;
    height: 50px;
    text-align: left;
}

.public-side .have-list li .imgDiv {
    width: 80px;
    height: 50px;
    float: right;
   
}

.public-side .have-list img {
    width: 14px;
    height: 14px;
    float: right;
    margin-right: 25px;
    margin-top: 18px;
}

@keyframes rotateStart {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(90deg);
    }
}

@keyframes rotateEnd {
    0% {
        transform: rotate(90deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.public-side .have-list li .list {
    display: none;
    width: 100%;
    float: left;
}

.public-side .have-list li .list .listItem {
    width: 100%;
    height: 50px;
    color: #666;
    background-color: #F6F5F5;
    border-bottom: 1px solid #fff;
    float: left;
}

.public-side .have-list li .list .listItemActive {
    color: #DD590F;
}

.public-side .have-list li .list .listItem:last-child {
    border-bottom: none;
}


/*public 左侧栏 li有二级菜单时样式 end*/

.public-side .phone {
    width: 272px;
    height: 100px;
    background-color: #2253A4;
    border-radius: 5px;
    float: left;
    color: #fff;
    text-align: center;
    margin-top: 40px;
    box-shadow: 6px 3px 29px 3px rgba(121, 121, 121, 0.08);
    cursor: pointer;
}

.public-side .phone img {
    width: 46px;
    height: 46px;
    float: left;
    margin-top: 27px;
    margin-left: 50px;
}

.public-side .phone .text {
    width: 120px;
    height: 60px;
    float: right;
    margin-top: 20px;
    margin-right: 50px;
}

.public-side .phone .text p:nth-child(1) {
    color: #fff;
    font-size: 22px;
}

.public-side .phone .text p:nth-child(2) {
    color: #fff;
    font-size: 14px;
    margin-top: 4px;
}


/*public 左侧栏 end*/


/*public main start*/

.main {
    width: 880px;
    float: right;
}

.main3 p{
    text-indent: 30px
}
/*public main end*/


/*public 分页 start*/


/* .public-page {
    width: 650px;
    height: 40px;
    float: right;
    margin-top: 80px;
}

.public-page .text {
    font-size: 16px;
    color: #333;
    line-height: 40px;
}

.public-page .pageItem {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #CCCCCC;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    font-size: 22px;
    margin-left: 20px;
}

.public-page .pageItem img {
    width: 18px;
    height: 18px;
}

.public-page .active {
    background-color: #DD590F;
} */

.page {
    width: 680px;
    height: 40px;
    float: right;
    margin-top: 80px;
}

.page li {
    float: left;
    padding: 0 20px;
    height: 40px;
    margin-right: 10px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    border-radius: 5px;
    box-shadow: 0px 0px 11px 1px rgba(121, 121, 121, 0.2);
}
.page li a{
    color: #666
}
.page .active {
    background-color: #DD590F;
}

.page .active a {
    color: #fff;
}


/*public 分页 end*/


/*public end*/


/*首页 start*/


/*首页 关于我们 start*/

.index .guanyuWomen {
    width: 100%;
    height: 450px;
    background-color: #fff;
}

.index .guanyuWomen .left {
    width: 580px;
    height: 390px;
    float: left;
    margin-top: 30px;
}

.index .guanyuWomen .right {
    width: 600px;
    height: 390px;
    float: right;
    margin-top: 30px;
}

.index .guanyuWomen .right .titleEng {
    font-size: 16px;
    color: #666666;
}

.index .guanyuWomen .right .title {
    font-size: 20px;
    color: #333333;
}

.index .guanyuWomen .right .text {
    font-size: 16px;
    color: #666666;
    margin-top: 45px;
}

.index .guanyuWomen .right .link {
    width: 140px;
    height: 42px;
    border: 1px solid #DD590F;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    color: #DD590F;
    border-radius: 5px;
    margin-top: 75px;
}


/*首页 关于我们 end*/


/*首页 产品中心 start*/

.index .chanpinZhongxin {
    width: 100%;
    /* height: 790px; */
    float: left;
    background-color: #F5F5F5;
    padding-bottom: 30px;
}

.index .chanpinZhongxin .titleEng {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #666666;
    float: left;
    margin-top: 36px;
}

.index .chanpinZhongxin .title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #333333;
    float: left;
    margin-top: 6px;
}

.index .chanpinZhongxin .tab {
    width: 100%;
    /* height: 125px; */
    list-style: none;
    float: left;
    margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.index .chanpinZhongxin .tab li {
    width: 240px;
    height: 125px;
    text-align: center;
    line-height: 125px;
    font-size: 18px;
    color: #fff;
    float: left;
    background-color: #2253A4;
    cursor: pointer;
}

.index .chanpinZhongxin .tab .active {
    background-color: #DD590F;
}

.index .chanpinZhongxin .content {
    width: 100%;
    /* height: 391px; */
    float: left;
    margin-top: 30px;
}

.index .chanpinZhongxin .content .item {
    display: none;
    width: 100%;
    /* height: 460px; */
}

.index .chanpinZhongxin .content .itemActive {
    display: block;
}

.index .chanpinZhongxin .content .left {
    width: 600px;
    height: 420px;
    float: left;
}

.index .chanpinZhongxin .content .right {
    /* width: 580px;
    height: 460px;
    float: right; */
    width: 523px;
    height: 460px;
    float: left;
    margin-left: 20px;
}

.index .chanpinZhongxin .content .right .name {
    font-size: 30px;
    color: #333333;
}

.index .chanpinZhongxin .content .right .nameTwo {
    /* font-size: 24px; */
    font-size: 17px;
    color: #666666;
    margin-top: 10px;
    line-height: 50px;
    width: 100%;
    float: left;
}

.index .chanpinZhongxin .content .right .nameTwo span:nth-child(1) {
    float: left;
}

.index .chanpinZhongxin .content .right .nameTwo span:nth-child(2) {
    float: right;
}

.index .chanpinZhongxin .content .right .text {
    font-size: 16px;
    color: #666666;
    margin-top: 45px;
}

.index .chanpinZhongxin .content .right .link {
    width: 140px;
    height: 42px;
    border: 1px solid #DD590F;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    color: #DD590F;
    border-radius: 5px;
    margin-top: 75px;
    float: left;
}


/*首页 产品中心 表格one start*/


/* .index .chanpinZhongxin .content .item .tableOne {
    width: 100%;
    float: left;
}

.index .chanpinZhongxin .content .item .tableOne .title {
    width: 100%;
    height: 58px;
    background-color: #BAD4FF;
}

.index .chanpinZhongxin .content .item .tableOne .title div {
    height: 58px;
    float: left;
    text-align: center;
    color: #333333;
    line-height: 58px;
    font-size: 24px;
}

.index .chanpinZhongxin .content .item .tableOne .title div:nth-child(1) {
    width: 246px;
}

.index .chanpinZhongxin .content .item .tableOne .title div:nth-child(2) {
    width: 462px;
}

.index .chanpinZhongxin .content .item .tableOne .title div:nth-child(3) {
    width: 246px;
}

.index .chanpinZhongxin .content .item .tableOne .title div:nth-child(4) {
    width: 246px;
}

.index .chanpinZhongxin .content .item .tableOne .title div img {
    width: 26px;
    height: 26px;
    position: relative;
    top: -3px;
    margin-right: 5px;
}

.index .chanpinZhongxin .content .item .tableOne .items {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 2px solid #fff;
}

.index .chanpinZhongxin .content .item .tableOne .items:last-child {
    border-bottom: none;
}

.index .chanpinZhongxin .content .item .tableOne .items .lefts {
    width: 20%;
    float: left;
    text-align: center;
    background-color: #F6F5F5;
    box-sizing: border-box;
    border-right: 2px solid #fff;
}

.index .chanpinZhongxin .content .item .tableOne .items .lefts div:nth-child(1) {
    font-size: 26px;
    color: #2253A4;
    position: relative;
    top: 50%;
    transform: translate(0, -95%);
}

.index .chanpinZhongxin .content .item .tableOne .items .lefts div:nth-child(2) {
    font-size: 16px;
    color: #333333;
    position: relative;
    top: 50%;
    transform: translate(0, -118%);
}

.index .chanpinZhongxin .content .item .tableOne .items .rights {
    width: 80%;
    float: right;
    text-align: center;
}

.index .chanpinZhongxin .content .item .tableOne .items .rights ul {
    list-style: none;
    width: 100%;
    float: left;
}

.index .chanpinZhongxin .content .item .tableOne .items .rights ul li {
    height: 114px;
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 114px;
    background-color: #F6F5F5;
    cursor: pointer;
}

.index .chanpinZhongxin .content .item .tableOne .items .rights ul li:hover {
    color: #DD590F;
}

.index .chanpinZhongxin .content .item .tableOne .items .rights ul li:nth-child(2n) {
    background-color: #FAFAFA;
}

.index .chanpinZhongxin .content .item .tableOne .items .rights ul li div {
    height: 114px;
    float: left;
    text-align: center;
}

.index .chanpinZhongxin .content .item .tableOne .items .rights ul li div:nth-child(1) {
    width: 462px;
}

.index .chanpinZhongxin .content .item .tableOne .items .rights ul li div:nth-child(2) {
    width: 246px;
}

.index .chanpinZhongxin .content .item .tableOne .items .rights ul li div:nth-child(3) {
    width: 246px;
}

.index .chanpinZhongxin .content .item .tableOne .items .rights ul li div:nth-child(3) img {
    width: 75%;
} */


/*首页 产品中心 表格one end*/


/*首页 产品中心 表格two start*/


/* .index .chanpinZhongxin .content .item .tableTwo {
    width: 100%;
    float: left;
}

.index .chanpinZhongxin .content .item .tableTwo .title {
    width: 100%;
    height: 58px;
    background-color: #BAD4FF;
}

.index .chanpinZhongxin .content .item .tableTwo .title div {
    width: 50%;
    height: 58px;
    float: left;
    text-align: center;
    color: #333333;
    line-height: 58px;
    font-size: 24px;
}

.index .chanpinZhongxin .content .item .tableTwo .title div img {
    width: 26px;
    height: 26px;
    position: relative;
    top: -3px;
    margin-right: 5px;
}

.index .chanpinZhongxin .content .item .tableTwo ul {
    list-style: none;
    width: 100%;
    float: left;
}

.index .chanpinZhongxin .content .item .tableTwo ul li {
    height: 114px;
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 114px;
    background-color: #F6F5F5;
    cursor: pointer;
}

.index .chanpinZhongxin .content .item .tableTwo ul li:hover {
    color: #DD590F;
}

.index .chanpinZhongxin .content .item .tableTwo ul li:nth-child(2n) {
    background-color: #FAFAFA;
}

.index .chanpinZhongxin .content .item .tableTwo ul li div {
    height: 114px;
    width: 50%;
    float: left;
    text-align: center;
} */


/*首页 产品中心 表格two end*/


/*首页 企业文化 品质品牌 start*/

.index .qiyeWenhua {
    width: 100%;
    height: 720px;
    background-color: #fff;
    float: left;
}

.index .qiyeWenhua .item {
    width: 100%;
    height: 320px;
    float: left;
}

.index .qiyeWenhua .item:first-child {
    margin-top: 40px;
}

.index .qiyeWenhua .item .left {
    width: 600px;
    height: 320px;
    float: left;
    background-color: #F2F2F2;
}

.index .qiyeWenhua .item .right {
    width: 600px;
    height: 320px;
    float: right;
    background-color: #F2F2F2;
}

.index .qiyeWenhua .item img {
    width: 600px;
    height: 320px;
}

.index .qiyeWenhua .item .title {
    font-size: 20px;
    color: #333333;
    margin-top: 40px;
    width: 94%;
    margin-left: 3%;
}

.index .qiyeWenhua .item .text {
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
    width: 94%;
    margin-left: 3%;
}

.index .qiyeWenhua .item .link {
    width: 140px;
    height: 42px;
    border: 1px solid #DD590F;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    color: #DD590F;
    border-radius: 5px;
    margin-top: 30px;
    margin-left: 3%;
}


/*首页 企业文化 品质品牌 end*/


/*首页 新闻动态 start*/

.index .xinwenDongtai {
    width: 100%;
    height: 590px;
    background-color: #f5f5f5;
    float: left;
}

.index .xinwenDongtai .title {
    font-size: 20px;
    color: #333333;
    margin-top: 40px;
    width: 100%;
    text-align: center;
    float: left;
}

.index .xinwenDongtai .tab {
    width: 286px;
    height: 60px;
    float: left;
    margin-left: 457px;
    margin-top: 30px;
    list-style: none;
}

.index .xinwenDongtai .tab li {
    width: 143px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #666;
    float: left;
    border-bottom: 3px solid #CDCDCD;
    cursor: pointer;
}

.index .xinwenDongtai .tab .active {
    color: #DD590F;
    border-bottom: 3px solid #DD590F;
}

.index .xinwenDongtai .content {
    width: 1200px;
    height: 190px;
    float: left;
    margin-top: 50px;
}

.index .xinwenDongtai .content .item {
    width: 400px;
    height: 210px;
    float: left;
    border-right: 1px solid #CDCDCD;
    box-sizing: border-box;
    cursor: pointer;
}

.index .xinwenDongtai .content .contentItem {
    display: none;
}

.index .xinwenDongtai .content .contentItemActive {
    display: block;
}

.index .xinwenDongtai .content .item:hover .name {
    color: #DD590F;
}

.index .xinwenDongtai .content a:last-child .item {
    border-right: none;
}

.index .xinwenDongtai .content .item .date {
    font-size: 20px;
    color: #666;
    margin-top: 10px;
    width: 94%;
    margin-left: 4%;
}

.index .xinwenDongtai .content .item .name {
    font-size: 19px;
    color: #333;
    width: 94%;
    margin-top: 10px;
    margin-left: 4%;
    height: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index .xinwenDongtai .content .item .text {
    font-size: 16px;
    color: #666;
    margin-top: 15px;
    width: 94%;
    margin-left: 4%;
    line-height: 28px;
}

.index .xinwenDongtai .link {
    width: 140px;
    height: 42px;
    border: 1px solid #DD590F;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    color: #DD590F;
    border-radius: 5px;
    margin-top: 75px;
    float: left;
    margin-left: 530px;
}


/*首页 新闻动态 end*/


/*首页 end*/


/*关于我们 start*/

.about {
    width: 100%;
    float: left;
    padding-bottom: 100px;
}

.about .main .titleEng {
    width: 100%;
    font-size: 18px;
    color: #666;
    text-align: center;
    margin-top: 23px;
}

.about .main .title3 {
    width: 100%;
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 17px;
}


/*关于我们 公司介绍 start*/

.about .gongsijieshao .indexItemBox {
    width: 100%;
    float: left;
    background-color: #F7F7F7;
    margin-bottom: 12px;
    font-size: 16px;
    margin-top: 20px;
}

.about .gongsijieshao .oneBox img {
    width: 726px;
    height: 487px;
    float: left;
    margin-left: 77px;
}

.about .gongsijieshao .oneBox div {
    width: 96%;
    margin-left: 2%;
    padding-bottom: 20px;
    float: left;
    color: #565656;
    line-height: 36px;
    text-indent: 34px
}

.about .gongsijieshao .twoBox img {
    width: 531px;
    height: 356px;
    float: left;
}

.about .gongsijieshao .twoBox div {
    width: 320px;
    height: 274px;
    float: right;
    margin-right: 10px;
    margin-top: 50px;
    color: #565656;
    line-height: 36px;
    text-indent: 34px
}

.about .gongsijieshao .threeBox img {
    width: 531px;
    height: 356px;
    float: right;
}

.about .gongsijieshao .threeBox div {
    width: 320px;
    height: 274px;
    margin-left: 10px;
    float: left;
    margin-top: 50px;
    color: #565656;
    line-height: 36px;
    text-indent: 34px;
}


/*关于我们 公司介绍 end*/


/*关于我们 组织架构 start*/

.zuzhijiagou .zzjgImg {
    float: left;
    width: 100%;
    margin-top: 33px;
}


/*关于我们 组织架构 end*/


/*关于我们 企业文化 start*/

.qiyewenhua .item {
    width: 100%;
    height: 200px;
    float: left;
    margin-top: 30px;
}

.qiyewenhua .item img {
    width: 440px;
    height: 200px;
}

.qiyewenhua .item .text {
    width: 380px;
    height: 160px;
    padding: 20px 30px;
    background-color: #f5f5f5;
}

.qiyewenhua .item .text .name span:nth-child(1) {
    font-size: 18px;
    color: #F77237;
}

.qiyewenhua .item .text .name span:nth-child(2) {
    font-size: 16px;
    color: #999999;
}

.qiyewenhua .item p {
    color: #444444;
    font-size: 16px;
    margin-top: 35px;
}


/*关于我们 企业文化 end*/


/*关于我们 end*/


/*产品与服务 start*/

.service {
    width: 100%;
    float: left;
    padding-bottom: 100px;
}

.service .main .top {
    width: 100%;
    height: 385px;
    margin-top: 35px;
}

.service .main .top .left {
    float: left;
    width: 413px;
    height: 306px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 4px 11px 1px rgba(121, 121, 121, 0.2);
}

.service .main .top .left img {
    width: 86%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.service .main .top .right {
    width: 436px;
    height: 306px;
    float: right;
}

.service .main .top .right .one {
    font-size: 32px;
    color: #DD590F;
    margin-top: 38px;
}

.service .main .top .right .two {
    font-size: 24px;
    color: #666666;
    margin-top: 36px;
}

.service .main .top .right .three {
    font-size: 20px;
    color: #666666;
    margin-top: 23px;
}

.service .main .bottom {
    width: 100%;
    float: left;
}

.service .main .bottom .name {
    width: 100%;
    height: 50px;
    font-size: 26px;
    color: #333;
    line-height: 50px;
    font-weight: 600;
    border-bottom: 1px solid #CFCFCF;
}

.service .main .bottom .text {
    width: 100%;
}


/*产品与服务 end*/


/*产品与服务 Two start*/

.serviceTwo {
    width: 100%;
    float: left;
    padding-bottom: 100px;
}

.serviceTwo .main .title3 {
    width: 100%;
    height: 58px;
    background-color: #BAD4FF;
}

.serviceTwo .main .title3 div {
    width: 50%;
    height: 58px;
    float: left;
    text-align: center;
    color: #333333;
    line-height: 58px;
    font-size: 24px;
}

.serviceTwo .main .title3 div img {
    width: 26px;
    height: 26px;
    position: relative;
    top: -3px;
    margin-right: 5px;
}

.serviceTwo .main ul {
    list-style: none;
    width: 100%;
    float: left;
}

.serviceTwo .main ul li {
    height: 114px;
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 114px;
    background-color: #F6F5F5;
    cursor: pointer;
}

.serviceTwo .main ul li:hover {
    color: #DD590F;
}

.serviceTwo .main ul li:nth-child(2n) {
    background-color: #FAFAFA;
}

.serviceTwo .main ul li div {
    height: 114px;
    width: 50%;
    float: left;
    text-align: center;
}

.serviceTwo form {
    margin-top: 15px;
    margin-bottom: 15px;
}

.serviceTwo form input:nth-child(1) {
    width: 320px;
    height: 40px;
    border-radius: 5px;
    border: none;
    border: 1px solid #ccc;
    padding: 0px 12px;
    font-size: 16px;
    color: #333;
    outline: 0;
    box-sizing: border-box;
}

.serviceTwo form input:nth-child(2) {
    width: 100px;
    height: 40px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
    background-color: #2253A4;
    outline: 0;
}


/*产品与服务 Two end*/


/*产品与服务 Three start*/

.serviceThree {
    width: 100%;
    float: left;
    padding-bottom: 100px;
}

.serviceThree .main .title3 {
    width: 100%;
    height: 58px;
    background-color: #BAD4FF;
}

.serviceThree .main .title3 div {
    height: 58px;
    float: left;
    text-align: center;
    color: #333333;
    line-height: 58px;
    font-size: 18px;
}

.serviceThree .main .title3 div:nth-child(1) {
    width: 176px;
}

.serviceThree .main .title3 div:nth-child(2) {
    width: 352px;
}

.serviceThree .main .title3 div:nth-child(3) {
    width: 176px;
}

.serviceThree .main .title3 div:nth-child(4) {
    width: 176px;
}

.serviceThree .main .title3 div img {
    width: 26px;
    height: 26px;
    position: relative;
    top: -3px;
    margin-right: 5px;
}

.serviceThree .main .item {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 10px;
}

.serviceThree .main .item .left {
    width: 20%;
    float: left;
    text-align: center;
    background-color: #F6F5F5;
    box-sizing: border-box;
    border-right: 2px solid #fff;
}

.serviceThree .main .item .left div:nth-child(1) {
    font-size: 18px;
    color: #2253A4;
    position: relative;
    top: 50%;
    transform: translate(0, -95%);
}

.serviceThree .main .item .left div:nth-child(2) {
    font-size: 16px;
    color: #333333;
    position: relative;
    top: 50%;
    transform: translate(0, -118%);
}

.serviceThree .main .item .right {
    width: 80%;
    float: right;
    text-align: center;
}

.serviceThree .main .item .right ul {
    list-style: none;
    width: 100%;
    float: left;
}

.serviceThree .main .item .right ul li {
    height: 95px;
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 96px;
    background-color: #F6F5F5;
    cursor: pointer;
}

.serviceThree .main .item .right ul li:hover {
    color: #DD590F;
}

.serviceThree .main .item .right ul li:nth-child(2n) {
    background-color: #FAFAFA;
}

.serviceThree .main .item .right ul li div {
    height: 96px;
    float: left;
    text-align: center;
}

.serviceThree .main .item .right ul li div:nth-child(1) {
    width: 352px;
}

.serviceThree .main .item .right ul li div:nth-child(2) {
    width: 176px;
}

.serviceThree .main .item .right ul li div:nth-child(3) {
    width: 176px;
}

.serviceThree .main .item .right ul li div:nth-child(3) img {
    width: 50%;
}

.serviceThree form,
.serviceFour form {
    margin-top: 15px;
    margin-bottom: 15px;
}

.serviceThree form input:nth-child(1),
.serviceFour form input:nth-child(1) {
    width: 320px;
    height: 40px;
    border-radius: 5px;
    border: none;
    border: 1px solid #ccc;
    padding: 0px 12px;
    font-size: 16px;
    color: #333;
    outline: 0;
    box-sizing: border-box;
}

.serviceThree form input:nth-child(2),
.serviceFour form input:nth-child(2) {
    width: 100px;
    height: 40px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
    background-color: #2253A4;
    outline: 0;
    position: relative;
    top: 2px;
}


/*产品与服务 Three end*/


/*产品与服务 Four start*/

.serviceFour {
    width: 100%;
    float: left;
    padding-bottom: 100px;
}

.serviceFour .main .title {
    width: 100%;
    height: 58px;
    background-color: #BAD4FF;
}

.serviceFour .main .title div {
    width: 25%;
    height: 58px;
    float: left;
    text-align: center;
    color: #333333;
    line-height: 58px;
    font-size: 24px;
}

.serviceFour .main .title div:nth-child(1) {
    width: 50%;
}

.serviceFour .main .title div img {
    width: 26px;
    height: 26px;
    position: relative;
    top: -3px;
    margin-right: 5px;
}

.serviceFour .main ul {
    list-style: none;
    width: 100%;
    float: left;
}

.serviceFour .main ul li {
    height: 114px;
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 114px;
    background-color: #F6F5F5;
    cursor: pointer;
}

.serviceFour .main ul li:hover {
    color: #DD590F;
}

.serviceFour .main ul li:nth-child(2n) {
    background-color: #FAFAFA;
}

.serviceFour .main ul li div {
    height: 114px;
    width: 25%;
    float: left;
    text-align: center;
}

.serviceFour .main ul li div:nth-child(1) {
    width: 50%;
}

.serviceFour .main ul li div:nth-child(3) img {
    width: 100%;
}


/*产品与服务 Four end*/


/*产品与服务 Five start*/

.serviceFive {
    width: 100%;
    float: left;
    padding-bottom: 100px;
}

.serviceFive .item {
    width: 270px;
    height: 400px;
    box-shadow: 0px 4px 11px 1px rgba(121, 121, 121, 0.2);
    float: left;
    cursor: pointer;
    margin-top: 30px;
    margin-right: 35px;
}

.serviceFive a:nth-child(3n) .item {
    margin-right: 0;
}

.serviceFive .item:hover .title {
    color: #DD590F;
}

.serviceFive .item .top {
    width: 270px;
    height: 180px;
    border-bottom: 1px solid rgba(121, 121, 121, 0.2);
}

.serviceFive .item .top img {
    height: 85%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.serviceFive .item .title3 {
    width: 90%;
    height: 30px;
    margin-left: 5%;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
    color: #333;
    line-height: 30px;
}

.serviceFive .item .titleTwo {
    width: 90%;
    height: 30px;
    margin-left: 5%;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333;
    line-height: 30px;
}

.serviceFive .item .text {
    width: 90%;
    height: 100px;
    margin-left: 5%;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    line-height: 35px;
}


/*产品与服务 Five end*/


/*技术研发 start*/


/*技术研发 简介 start*/

.yanfajianjie .yftsText {
    width: 100%;
    float: left;
    color: #555555;
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 35px;
    margin-top: 35px;
    text-indent: 44px;
}

.yanfajianjie .yftsImgOne {
    width: 320px;
    height: 240px;
    float: left;
    margin-left: 100px;
}

.yanfajianjie .yftsImgTwo {
    width: 320px;
    height: 240px;
    float: right;
    margin-right: 100px;
}


/*技术研发 简介 end*/


/*技术研发 研发特色 start*/

.yanfatese .item {
    width: 100%;
    background-color: #F5F5F9;
    float: left;
    margin-top: 30px;
}

.yanfatese .item .imgOne {
    width: 455px;
    height: 303px;
    float: left;
}

.yanfatese .item .textOne {
    width: 394px;
    height: 234px;
    float: left;
    font-size: 16px;
    color: #555555;
    margin-top: 25px;
    margin-left: 21px;
    line-height: 36px;
    text-indent: 36px;
}

.yanfatese .item .imgTwo {
    width: 233px;
    height: 224px;
    float: right;
}

.yanfatese .item .textTwo {
    width: 610px;
    height: 162px;
    float: left;
    font-size: 16px;
    color: #555555;
    margin-top: 22px;
    margin-left: 21px;
    line-height: 36px;
    text-indent: 36px;
}


/*技术研发 研发特色 end*/


/*技术研发 核心技术 start*/

.hexinjishu .hxjsTop {
    width: 100%;
    height: 180px;
    border-top: 6px solid #F77237;
    float: left;
    margin-top: 30px;
}

.hexinjishu .hxjsTop div {
    float: left;
    width: 105.7px;
    padding: 0px 10px;
    height: 180px;
    text-align: center;
    font-size: 18px;
    background-color: #F5F5F9;
    color: #555;
}

.hexinjishu .hxjsTop div span {
    display: inherit;
    position: relative;
    top: 50%;
    transform: translate( 0, -50%);
}

.hexinjishu .hxjsTop div:nth-child(2n) {
    background-color: #F77237;
    color: #fff;
}

.hexinjishu .bottom {
    height: 210px;
    width: 100%;
    box-shadow: -1px 1px 11px 1px rgba(121, 121, 121, 0.2);
    float: left;
    margin-top: 30px;
}

.hexinjishu .bottom .item {
    margin-left: 50px;
    height: 33px;
    line-height: 33px;
    color: #444444;
    font-size: 18px;
}

.hexinjishu .bottom .item:nth-child(1) {
    margin-top: 39px;
}

.hexinjishu .bottom .item .point {
    width: 5px;
    height: 5px;
    background-color: #F77237;
    border-radius: 5px;
    float: left;
    margin-top: 14px;
    margin-right: 10px;
}


/*技术研发 核心技术 end*/


/*技术研发 end*/


/*人力资源 start*/


/*人力资源 人才理念 start*/

.rencailinian .item {
    width: 100%;
    height: 300px;
    float: left;
    margin-top: 33px;
    box-shadow: -2px 1px 10px 1px rgba(121, 121, 121, 0.14);
}

.rencailinian .item img {
    width: 339px;
    height: 286px;
    margin-top: 7px;
}

.rencailinian .item .text {
    width: 450px;
    height: 300px;
    margin-top: 7px;
}

.rencailinian .item .text p:nth-child(1) {
    font-size: 18px;
    color: #333333;
    margin-top: 28px;
    margin-left: 27px;
}

.rencailinian .item .text p:nth-child(2) {
    font-size: 16px;
    color: #999999;
    margin-top: 8px;
    margin-left: 27px;
}

.rencailinian .item .text .textItem {
    margin-left: 27px;
    margin-top: 28px;
    color: #656565;
    font-size: 18px;
}

.rencailinian .item .text .textItem:nth-child(3n) {
    margin-top: 28px;
}

.rencailinian .item .text .textItem .point {
    float: left;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #F77137;
    margin-top: 10px;
    margin-right: 10px;
}


/*人力资源 人才理念 end*/


/*人力资源 薪酬福利 start*/

.about .xinchoufuli .topText {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #565656;
    line-height: 36px;
    margin-top: 40px;
}

.about .xinchoufuli .xcflItemEven .num,
.about .xinchoufuli .xcflItemEven .contentImg {
    float: left;
}

.about .xinchoufuli .xcflItemEven .contentImg {
    margin-left: 40px;
}

.about .xinchoufuli .xcflItemEven .textBox {
    float: right;
}

.about .xinchoufuli .xcflItemOdd .num {
    float: right;
    margin-left: 40px;
}

.about .xinchoufuli .xcflItemOdd .contentImg {
    float: left;
    margin-left: 40px;
}

.about .xinchoufuli .xcflItemOdd .textBox {
    float: left;
}

.about .xinchoufuli .xcflItem {
    width: 100%;
    height: 200px;
    float: left;
    margin-top: 100px;
}

.about .xinchoufuli .xcflItem .num {
    height: 100px;
    margin-top: 100px;
}

.about .xinchoufuli .xcflItem .num .one {
    font-size: 60px;
    color: #DE5A10;
}

.about .xinchoufuli .xcflItem .num .two {
    height: 40px;
    display: block;
}

.about .xinchoufuli .xcflItem .num .two .point {
    width: 5px;
    height: 5px;
    float: left;
    border-radius: 5px;
    background-color: #DE5A10;
    margin-top: 13px;
    margin-right: 6px;
}

.about .xinchoufuli .xcflItem .num .two div:nth-child(2) {
    float: left;
    font-size: 18px;
    color: #343434;
}

.about .xinchoufuli .xcflItem .contentImg {
    width: 170px;
    height: 170px;
    border-radius: 170px;
    margin-top: 15px;
}

.about .xinchoufuli .xcflItem .textBox {
    width: 378px;
    font-size: 18px;
    color: #666666;
    line-height: 36px;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}


/*人力资源 薪酬福利 end*/


/*人力资源 end*/


/*新闻列表 start*/

.news {
    width: 100%;
    float: left;
    padding-bottom: 100px;
}

.news .main .titleEng {
    width: 100%;
    font-size: 18px;
    color: #666;
    text-align: center;
    margin-top: 23px;
}

.news .main .title {
    width: 100%;
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 17px;
}

.news .item {
    width: 100%;
    height: 194px;
    background-color: #fff;
    box-shadow: 0px 4px 11px 1px rgba(121, 121, 121, 0.2);
    margin-top: 25px;
    color: #333;
    border-radius: 5px;
}

.news .item:hover {
    background-color: #DD590F;
    color: #fff;
}

.news .item:hover .right {
    background: url("../img/r1.png");
    background-size: 100% 100%;
}

.news .item img {
    width: 280px;
    height: 170px;
    float: left;
    margin-top: 12px;
    margin-left: 12px;
}

.news .item .name {
    width: 550px;
    height: 40px;
    float: left;
    margin-top: 12px;
    margin-left: 20px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news .item .text {
    width: 490px;
    height: 112px;
    float: left;
    margin-top: 12px;
    margin-left: 20px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 29px;
}

.news .item .right {
    width: 36px;
    height: 36px;
    float: right;
    background: url("../img/r2.png");
    background-size: 100% 100%;
    margin-top: 53px;
    margin-right: 24px;
}


/*新闻列表 end*/


/*peopleTwo start*/

.peopleTwo {
    width: 100%;
    float: left;
    padding-bottom: 100px;
}

.peopleTwo .main .titleEng {
    width: 100%;
    font-size: 18px;
    color: #666;
    text-align: center;
    margin-top: 23px;
}

.peopleTwo .main .title {
    width: 100%;
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 17px;
}

.peopleTwo .main .item {
    width: 560px;
    float: left;
    margin-left: 160px;
    margin-top: 30px;
    box-shadow: 0px 4px 11px 1px rgba(121, 121, 121, 0.2);
    padding-bottom: 60px;
}

.peopleTwo .main .item .top {
    width: 500px;
    padding: 0 30px;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    color: #fff;
    float: left;
    background-color: #DD590F;
}

.peopleTwo .main .item .name {
    width: 500px;
    padding: 0 30px;
    height: 79px;
    line-height: 79px;
    color: #333;
    float: left;
    font-size: 18px;
}

.peopleTwo .main .item .name .point {
    width: 9px;
    height: 9px;
    background-color: #DD590F;
    float: left;
    border-radius: 9px;
    margin-top: 35px;
    margin-right: 15px;
}

.peopleTwo .main .item p {
    font-size: 18px;
    color: #333;
    width: 500px;
    padding: 0 30px;
    float: left;
    margin-bottom: 10px;
}

.peopleTwo .main .item .btn {
    width: 142px;
    height: 46px;
    font-size: 18px;
    color: #DD590F;
    border: 1px solid #DD590F;
    margin-top: 70px;
    float: left;
    margin-left: 209px;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
}


/*peopleTwo end*/


/*peopleThree start*/

.peopleThree {
    width: 100%;
    float: left;
    padding-bottom: 100px;
}

.peopleThree .main .titleEng {
    width: 100%;
    font-size: 18px;
    color: #666;
    text-align: center;
    margin-top: 23px;
}

.peopleThree .main .title {
    width: 100%;
    font-size: 34px;
    color: #333;
    text-align: center;
    margin-top: 17px;
}

.peopleThree .main .one,
.peopleThree .main .two {
    width: 880px;
    height: 300px;
    margin-bottom: 90px;
    margin-top: 30px;
}

.peopleThree .main .one .left {
    width: 450px;
    height: 300px;
    float: left;
}

.peopleThree .main .one .right {
    width: 400px;
    height: 300px;
    float: right;
}

.peopleThree .main .two .left {
    width: 400px;
    height: 300px;
    float: left;
}

.peopleThree .main .two .right {
    width: 450px;
    height: 300px;
    float: right;
}

.peopleThree .main img {
    width: 450px;
    height: 300px;
    float: left;
}

.peopleThree .main .name {
    height: 80px;
    width: 100%;
    font-size: 26px;
    color: #333;
    line-height: 70px;
}

.peopleThree .main .text {
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
}


/*peopleThree end*/


/*联系我们 start*/

.lianxi {
    width: 100%;
    padding-bottom: 200px
}

.lianxi .titleEng {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #666666;
    margin-top: 36px;
}

.lianxi .title {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #333333;
    margin-top: 6px;
}

.lianxi .name {
    width: 100%;
    height: 94px;
    font-size: 18px;
    line-height: 130px;
    color: #333333;
    border-bottom: 1px solid #CFCFCF;
}

.lianxi .text {
    width: 100%;
    height: 342px;
    border-bottom: 1px solid #CFCFCF;
}

.lianxi .text .info {
    height: 342px;
    float: left;
    width: 425px;
    margin-right: 45px;
}

.lianxi .text .info .one {
    font-size: 18px;
    color: #333;
}

.lianxi .text .info .two {
    font-size: 18px;
    color: #333;
}

.lianxi .text .other {
    height: 234px;
    width: 680px;
    margin-top: 56px;
    float: right;
    margin-right: 40px;
}

.lianxi .text .other .item {
    height: 94px;
    width: 290px;
    float: left;
    margin-right: 100px;
}

.lianxi .text .other .item:nth-child(2n) {
    margin-right: 0px;
    margin-bottom: 36px;
}

.lianxi .text .other .item p {
    font-size: 18px;
    color: #333;
    line-height: 35px;
}

.lianxi .map {
    width: 986px;
    height: 515px;
    margin-left: 107px;
    margin-top: 30px;
}


/*联系我们 end*/