@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900');

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-size: 16px;
    color: #666;
    overflow-x: hidden;
    font-family: 'Noto Sans SC', "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    padding-top: 80px;
}

ul,
li,
ol,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
header,
footer {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

input,
textarea,
select,
button {
    outline: none;
    font-family: "Noto Sans SC", "Source Han Sans CN", "Microsoft YaHei", Helvetica, Arial, Verdana, sans-serif;
}

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

a {
    text-decoration: none;
    color: #888;
    transition: color 0.56s ease;
}

a:hover {
    color: #0095d7;
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both
}

.overflow {
    overflow-y: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    border: none;
}

.wrap {
    width: 1520px;
    margin: 0 auto;
}

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

.ovh {
    overflow: hidden;
}

::-webkit-scrollbar {
    width: 8px;
    padding-right: 8px;
    background-color: #f2f2f2;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .6);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, .6);
}

.header {
    width: 100%;
    height: 80px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}

.header .logo {
    height: 80px;
    padding: 10px 0;
    position: relative;
}

.header .logo img {
    position: relative;
    z-index: 111;
}

.header .logo::before {
    content: "";
    width: 2000px;
    height: 80px;
    background: #0095d7;
    -webkit-transform: skewX(-40deg);
    -moz-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    -o-transform: skewX(-40deg);
    transform: skewX(-40deg);
    position: absolute;
    right: -110px;
    top: 0;
    z-index: 11;
}

.header .nav>ul>li {
    line-height: 80px;
    position: relative;
    margin-left: 50px;
}

.header .nav>ul>li>a {
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    display: block;
    position: relative;
    z-index: 11;
    transition: all .4s;
}

.header .nav>ul>li:before {
    content: "";
    width: 0;
    height: 3px;
    background: #0095d7;
    position: absolute;
    left: 50%;
    bottom: 0px;
    z-index: 1;
    transform: translate(-50%, 0);
    opacity: 0;
    transition: all .4s;
}

.header .nav>ul>li:hover a,
.header .nav>ul>li.on>a {
    color: #0095d7;
}

.header .nav>ul>li:hover:before,
.header .nav>ul>li.on::before {
    width: 100%;
    opacity: 1;
}

.header .nav ul li .subnav {
    width: 160px;
    background: #fff;
    padding: 15px 15px 20px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 80px;
    margin-left: -80px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
    overflow: hidden;
    display: none;
}

.header .nav ul li .subnav a {
    border-bottom: 1px solid #eee;
    font-size: 15px;
    color: #6c717b;
    line-height: 36px;
    display: block;
    transition: all .4s;
}

.header .nav ul li .subnav a:hover {
    color: #0095d7;
}

.header .lang {
    margin-left: 50px;
    position: relative;
}

.header .lang a {
    color: #333;
    line-height: 80px;
}

.header .lang a:hover {
    color: #0095d7;
    text-decoration: underline;
}

.header .lang::before {
    content: "";
    width: 1px;
    height: 20px;
    background: #b9b9b9;
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
}

.header .searchBtn {
    width: 30px;
    height: 30px;
    background: url(../images/icon01.png) no-repeat center;
    margin-left: 20px;
    margin-top: 25px;
    cursor: pointer;
}

.header .menu-toggle {
    display: none;
}

.banner {
    position: relative;
}

.banner .swiper-container {
    width: 100%;
    overflow: hidden;
}

.banner .swiper-container .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.banner .swiper-container .swiper-slide a {
    display: block;
    width: 100%;
}

.banner .swiper-container .swiper-slide img {
    width: 100%;
}

.banner .pagination {
    position: absolute;
    z-index: 20;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

.banner .swiper-pagination-switch {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #000;
    margin: 0 6px;
    border-radius: 10px;
    cursor: pointer;
}

.banner .swiper-active-switch {
    background: #0095d7;
    opacity: 1;
}

.neiBanner {
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.bannerText {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.bannerText h3 {
    font-size: 127px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.05);
    font-weight: 900;
}

.bannerText h2 {
    font-size: 48px;
    line-height: 1;
    color: #0095d7;
    font-weight: 900;
    margin-top: -50px;
}

.neiBanner.aboutBanner {
    height: 645px;
}

.title {
    text-align: center;
    margin-bottom: 65px;
}

.title h3 {
    font-size: 127px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.05);
    font-weight: 900;
}

.title h2 {
    font-size: 48px;
    line-height: 1;
    color: #0095d7;
    font-weight: 900;
    margin-top: -50px;
}

.more {
    width: 130px;
    height: 50px;
    line-height: 48px;
    background: #6a6a6a;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 30px auto 0;
}

.more:hover {
    background: #0095d7;
    color: #fff;
}

.neiNav {
    text-align: center;
    margin-bottom: 50px;
}

.neiNav a {
    padding: 0 20px;
    line-height: 50px;
    background: #6a6a6a;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    margin: 0 5px;
}

.neiNav a:hover,
.neiNav a.on {
    background: #0095d7;
    color: #fff;
}

.ipro {
    padding: 65px 0 50px;
}

.ipro .box ul {
    margin: 0 -8px;
}

.ipro .box ul li {
    width: 20%;
    padding: 0 8px;
    margin-bottom: 30px;
}

.ipro .box ul li ol {
    padding: 10px 10px 40px 10px;
    border: #ccc solid 1px;
}

.ipro .box ul li ol dl {
    padding-bottom: 100%;
}

.ipro .box ul li .tit {
    width: 93%;
    height: 60px;
    background: #ededed;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    margin: -50px auto 0;
    position: relative;
    z-index: 11;
}

.ipro .box ul li .tit h3 {
    width: 100%;
    font-size: 16px;
    color: #515151;
    font-weight: normal;
    text-align: center;
    line-height: 1.2;
}

.snjx {
    padding: 45px 0;
    background: url(../images/yzsfwBg.jpg) no-repeat center;
    background-size: cover;
}

.snjx .title h3 {
    color: rgba(255, 255, 255, 0.3);
}

.snjx .box {
    text-align: center;
    margin-top: -40px;
    position: relative;
}

.snjx .box .con .tit {
    padding: 0 40px;
    background: #0095d7;
    color: #fff;
    font-size: 24px;
    line-height: 46px;
    display: inline-block;
    border-radius: 46px;
    margin-bottom: 15px;
}

.snjx .box .con p {
    font-size: 18px;
    color: #747981;
    margin-bottom: 65px;
}

.snjx .box .item {
    width: 435px;
    display: flex;
}

.snjx .box .item dl {
    width: 140px;
    height: 140px;
    border-radius: 140px;
    overflow: hidden;
    flex: 0 0 auto;
}

.snjx .box .item ol {
    padding-left: 20px;
}

.snjx .box .item ol .tit {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.snjx .box .item ol .tit em {
    font-size: 36px;
    color: #aeb4be;
    font-weight: 900;
    line-height: 1;
}

.snjx .box .item ol .tit h3 {
    font-size: 24px;
    color: #0095d7;
    line-height: 1;
    padding: 0 5px;
}

.snjx .box .item ol dt {
    text-align: left;
}

.snjx .box .item:nth-child(2) {
    position: absolute;
    left: 0;
    top: 65px;
}

.snjx .box .item:nth-child(3) {
    position: absolute;
    left: 60px;
    top: 280px;
}

.snjx .box .item:nth-child(4) {
    position: absolute;
    right: 0;
    top: 65px;
    flex-direction: row-reverse;
}

.snjx .box .item:nth-child(4) ol {
    padding-right: 20px;
    padding-left: 0;
}

.snjx .box .item:nth-child(4) ol .tit {
    flex-direction: row-reverse;
}

.snjx .box .item:nth-child(4) ol dt {
    text-align: right;
}

.snjx .box .item:nth-child(5) {
    position: absolute;
    right: 60px;
    top: 280px;
    flex-direction: row-reverse;
}

.snjx .box .item:nth-child(5) ol {
    padding-right: 20px;
    padding-left: 0;
}

.snjx .box .item:nth-child(5) ol .tit {
    flex-direction: row-reverse;
}

.snjx .box .item:nth-child(5) ol dt {
    text-align: right;
}

.ad {
    text-align: center;
}

.ifencai {
    padding: 50px 0 60px;
    background: #f5f6fb;
}

.ifencai .tit {
    text-align: center;
}

.ifencai .tit h3 {
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 10px;
}

.ifencai .tit dl {
    margin-top: 30px;
    position: relative;
}

.ifencai .tit dl::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 50%;
}

.ifencai .tit dl h4 {
    font-size: 18px;
    font-weight: normal;
    background: #f5f6fb;
    display: inline-block;
    padding: 0 22px;
    position: relative;
    z-index: 111;
}

.ifencai .tit p {
    font-style: 300;
    font-weight: normal;
    color: #b6b7ba;
    font-weight: 100;
}

.ifencai .item {
    margin-top: 50px;
}

.ifencai .item .con .titbox {
    padding: 0 20px;
    font-size: 36px;
    color: #000;
    line-height: 1.1;
    font-style: italic;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.ifencai .item .con .titbox strong {
    color: #0095d7;
}

.ifencai .item .con .titbox dl {
    margin: 0 20px;
}

.ifencai .item .con .text {
    line-height: 30px;
}

.ifencai .item:nth-child(2) {
    flex-direction: row-reverse;
}

.ifencai .item:nth-child(2) .pic {
    text-align: right;
}

.shili {
    padding: 60px 0 105px;
    background: url(../images/bg.jpg) no-repeat center bottom;
    background-size: 100% auto;
}

.shili .tit {
    text-align: center;
    margin-bottom: 40px;
}

.shili .tit dl {
    font-size: 18px;
    position: relative;
    margin: 10px 0 20px;
}

.shili .tit dl::before {
    content: "";
    width: 150px;
    height: 8px;
    background: #0095d7;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: -1;
}

.shili .tit p {
    font-size: 24px;
    color: #8d8d8d;
    font-weight: 300;
}

.shili .tabnav {}

.shili .tabnav ul {
    margin: 0 -8px;
}

.shili .tabnav ul li {
    width: 100%;
    line-height: 100px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: #666666;
    display: block;
    margin: 0 8px;
    position: relative;
    cursor: pointer;
}

.shili .tabnav ul li img {
    margin-right: 15px;
}

.shili .tabnav ul li.on {
    background: #0095d7;
}

.shili .tabnav ul li.on::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid #0095d7;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
}

.shili .tabBox {
    padding: 45px 35px;
    background: #fff;
}

.shili .tabBox .item {
    display: none;
}

.shili .tabBox .item.show {
    display: block;
}

.shili .tabBox .item .conText {
    padding-left: 50px;
}

.shili .tabBox .item .conText .titBox {
    line-height: 38px;
    font-size: 24px;
    font-weight: bold;
    color: #8d8d8d;
    border-bottom: #ccc solid 1px;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.shili .tabBox .item .conText .titBox h3 {
    color: #0095d7;
    font-size: 36px;
    line-height: 1;
    display: inline-block;
}

.shili .tabBox .item .conText .text {
    color: #8d8d8d;
    font-size: 20px;
    line-height: 36px;
}

.shili .tabBox .item .conText .text h4 {
    font-size: 24px;
    color: #585858;
    margin-bottom: 25px;
}

.iservice {
    padding: 60px 0 125px;
    background: url(../images/bg02.jpg) no-repeat center bottom;
    background-size: 100% auto;
}

.iservice .tit {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 111;
}

.iservice .tit dl {
    font-size: 18px;
    position: relative;
    margin: 10px 0 20px;
}

.iservice .tit dl::before {
    content: "";
    width: 150px;
    height: 8px;
    background: #0095d7;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: -1;
}

.iservice .tit p {
    font-size: 24px;
    color: #8d8d8d;
    font-weight: 300;
}

.iservice .box ul li .item {
    width: 266px;
    height: 266px;
    background: #fff;
    border: #eee solid 1px;
    border-radius: 266px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iservice .box ul li .item ol {
    width: 212px;
    height: 212px;
    background: #eeeeee;
    border-radius: 212px;
    text-align: center;
    padding-top: 28px;
    overflow: hidden;
}

.iservice .box ul li .item ol i {
    width: 75px;
    height: 75px;
    line-height: 75px;
    overflow: hidden;
}

.iservice .box ul li .item ol h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.3;
}

.iservice .box ul li .item:hover ol {
    background: #0095d7;
    color: #fff;
}

.iservice .box ul li .item:hover ol i img {
    filter: drop-shadow(#fff 0 150px);
    transform: translateY(-150px);
}

.fangan {
    padding: 70px 0 50px;
}

.fangan .tit {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 111;
}

.fangan .tit dl {
    font-size: 18px;
    position: relative;
    margin: 10px 0 20px;
}

.fangan .tit dl::before {
    content: "";
    width: 150px;
    height: 8px;
    background: #0095d7;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: -1;
}

.fangan .tit p {
    font-size: 24px;
    color: #8d8d8d;
    font-weight: 300;
}

.fangan .box {
    margin: 0 -20px;
}

.fangan .box ul {
    width: 33.33%;
    padding: 0 20px;
}

.fangan .box ul li {
    position: relative;
    margin-bottom: 30px;
}

.fangan .box ul li ol {
    width: 87.5%;
    background: #fff;
    padding: 25px;
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
}

.fangan .box ul li ol .tit02 {
    margin-bottom: 22px;
    display: flex;
    align-items: center;
}

.fangan .box ul li ol .tit02 img {
    flex: 0 0 auto;
}

.fangan .box ul li ol .tit02 h3 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 10px;
}

.fangan .box ul li ol dt {
    color: #333;
    line-height: 24px;
}

.fangan .list {
    padding-top: 35px;
}

.fangan .list ul {
    margin: 0 -20px;
}

.fangan .list ul li {
    width: 25%;
    padding: 0 20px;
}

.fangan .list ul li ol {
    padding: 25px 16px;
    height: 500px;
    text-align: center;
    background: #fff;
    border-top: 10px solid #e5e5e5;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.fangan .list ul li ol dl {
    width: 126px;
    height: 126px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fangan .list ul li ol dl i {
    width: 75px;
    height: 75px;
    line-height: 72px;
    border-radius: 75px;
    background: #e5e5e5;
    transition: all 0.56s ease;
}

.fangan .list ul li ol dl::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/icon29.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: -webkit-transform 2s ease-out;
    -moz-transition: -moz-transform 2s ease-out;
    -o-transition: -o-transform 2s ease-out;
    -ms-transition: -ms-transform 2s ease-out;
}

.fangan .list ul li ol h3 {
    font-size: 30px;
    color: #000;
    font-weight: 500;
    line-height: 1;
    margin: 20px 0 10px;
}

.fangan .list ul li ol dd {
    font-size: 18px;
    color: #666;
    margin-bottom: 25px;
}

.fangan .list ul li ol dt {
    color: #8d8d8d;
    line-height: 30px;
}

.fangan .list ul li ol:hover {
    border-top: 10px solid #0095d7;
}

.fangan .list ul li ol:hover dl i {
    background: #0095d7;
    overflow: hidden;
}

.fangan .list ul li ol:hover dl i img {
    filter: drop-shadow(#fff 0 150px);
    transform: translateY(-150px);
    position: relative;
    z-index: 11;
}

.iabout {
    padding: 60px 0 150px;
    background: url(../images/bg03.jpg) no-repeat center bottom;
    position: relative;
}

.iabout::before {
    content: "";
    width: 100%;
    height: 640px;
    background: url(../images/neiBanner01.jpg) no-repeat center top;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
}

.iabout .title {
    position: relative;
    z-index: 11;
    margin-bottom: 416px;
}

.iabout .box {
    position: relative;
    z-index: 11;
}

.iabout .box .tit {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    text-align: center;
    background: #fff;
    padding-top: 25px;
}

.iabout .box .text {
    line-height: 30px;
    padding: 25px 40px 70px;
    background: url(../images/bg04.png) no-repeat center bottom;
}

.iabout .num {
    margin-top: 60px;
}

.iabout .num ul li {
    display: flex;
}

.iabout .num ul li img {
    flex: 0 0 auto;
    align-self: center;
}

.iabout .num ul li ol {
    padding-left: 10px;
}

.iabout .num ul li ol h3 {
    font-size: 48px;
    color: #0095d7;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
}

.iabout .num ul li ol dt {
    font-size: 16px;
    color: #888;
}

.ihonor {
    padding: 55px 0 60px;
    background: #f5f5f5;
}

.ihonor .box {
    display: none;
}

.ihonor .box.show {
    display: block;
}

.ihonor .box ul {
    margin: 0 -21px;
}

.ihonor .box ul li {
    width: 20%;
    padding: 0 21px;
}

.ihonor .box ul li dl {
    background: #fff;
    padding-bottom: 100%;
}

.ihonor .box ul li dl img {
    padding: 10px;
}

.ihonor .box ul li h3 {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin-top: 15px;
}

.inews {
    padding: 55px 0 60px;
}

.inews .box ul {
    margin: 0 -35px;
}

.inews .box ul li {
    width: 50%;
    padding: 0 35px;
    margin-bottom: 15px;
    float: left;
}

.inews .box ul li a {
    background: #f5f5f5;
    display: block;
    padding: 16px;
    transition: all .4s;
}

.inews .box ul li ol {
    padding: 0 10px 0 100px;
    overflow: hidden;
    position: relative;
}

.inews .box ul li ol h3 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
    transition: all .4s;
}

.inews .box ul li ol dt {
    color: #888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .4s;
}

.inews .box ul li ol dl {
    width: 80px;
    height: 90px;
    text-align: center;
    font-size: 14px;
    color: #666;
    background: #fff;
    padding-top: 10px;
    position: absolute;
    left: 0;
    top: 0px;
    transition: all .4s;
}

.inews .box ul li ol dl b {
    font-size: 40px;
    color: #000;
    line-height: 1;
    display: block;
    transition: all .4s;
}

.inews .box ul li a:hover {
    background: #0263d4;
}

.inews .box ul li a:hover ol h3 {
    color: #fff;
}

.inews .box ul li a:hover ol dt {
    color: #fff;
}

.inews .box ul li a:hover ol dl {
    background: #fff;
    color: #0263d4;
}

.inews .box ul li a:hover ol dl b {
    color: #0263d4;
}

.inews .more {
    width: 140px;
    height: 50px;
    line-height: 46px;
    background: #6a6a6a;
    color: #fff;
    text-align: center;
    border-radius: 7px;
    display: block;
    margin: 35px auto 0;
}

.inews .more:hover {
    background: #0263d4;
}

.anchorPoint {
    padding-top: 79px;
    margin-top: -79px;
}

.aboutCulture {
    padding-bottom: 190px;
    background: url(../images/bg05.jpg) no-repeat center 50px;
    background-size: 100% auto;
}

.aboutCulture .about .box {
    margin-top: -65px;
    position: relative;
    z-index: 11;
}

.aboutCulture .about .box .tit {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    text-align: center;
    background: #fff;
    padding-top: 25px;
}

.aboutCulture .about .box .text {
    line-height: 30px;
    padding: 25px 40px 70px;
    background: url(../images/bg04.png) no-repeat center bottom;
}

.aboutCulture .about .num {
    margin-top: 60px;
}

.aboutCulture .about .num ul li {
    display: flex;
}

.aboutCulture .about .num ul li img {
    flex: 0 0 auto;
    align-self: center;
}

.aboutCulture .about .num ul li ol {
    padding-left: 10px;
}

.aboutCulture .about .num ul li ol h3 {
    font-size: 48px;
    color: #0095d7;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
}

.aboutCulture .about .num ul li ol dt {
    font-size: 16px;
    color: #888;
}

.aboutCulture .culture {
    padding-top: 130px;
}

.aboutCulture .culture ul {
    margin: 0 -33px;
}

.aboutCulture .culture ul li {
    width: 25%;
    padding: 0 33px;
}

.aboutCulture .culture ul li .item {
    position: relative;
}

.aboutCulture .culture ul li ol {
    width: 100%;
    padding: 30px 20px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.aboutCulture .culture ul li ol h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

.aboutCulture .culture ul li ol h3 span {
    color: #0095d7;
}

.idea {
    padding-top: 130px;
}

.idea .wrap {
    position: relative;
}

.idea .tit {
    font-size: 36px;
    color: #2a2a2a;
    font-weight: 500;
    line-height: 1;
    font-style: italic;
    letter-spacing: 15px;
    position: absolute;
    left: 100px;
    top: -20px;
}

.idea .box {
    background: url(../images/icon34.png) no-repeat left bottom;
    margin-bottom: 60px;
}

.idea .item ul li {
    width: 50%;
    text-align: center;
    padding: 40px 0;
}

.idea .item ul li i {
    font-size: 60px;
    line-height: 1;
    font-style: normal;
    font-weight: bold;
}

.idea .item ul li h3 {
    font-size: 30px;
}

.idea .item ul li p {
    font-size: 18px;
}

.idea .item:nth-child(1) {
    width: calc(50% - 100px);
}

.idea .item:nth-child(1) ul li i {
    color: #000;
    opacity: 0.2;
}

.idea .item:nth-child(1) ul li h3 {
    color: #000;
}

.idea .item:nth-child(1) ul li p {
    color: #000;
    opacity: 0.4;
}

.idea .item:nth-child(1) ul li:nth-child(1) {
    background: #f5f5f5;
}

.idea .item:nth-child(1) ul li:nth-child(2) {
    background: #eaeaea;
}

.idea .item:nth-child(2) {
    width: 50%;
}

.idea .item:nth-child(2) ul li i {
    color: #fff;
    opacity: 0.2;
}

.idea .item:nth-child(2) ul li h3 {
    color: #fff;
}

.idea .item:nth-child(2) ul li p {
    color: #fff;
    opacity: 0.6;
}

.idea .item:nth-child(2) ul li:nth-child(1) {
    background: #0095d7;
}

.idea .item:nth-child(2) ul li:nth-child(2) {
    background: #013e8b;
}

.products {
    padding: 20px 0 30px;
    background: #f5f5f5;
}

.products .leftNav {
    width: 260px;
}

.products .leftNav dl {
    background: #0095d7;
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    line-height: 64px;
}

.products .leftNav ul li {
    margin-top: 6px;
}

.products .leftNav ul li a {
    padding-left: 17px;
    line-height: 60px;
    background: #fff;
    color: #000;
    font-size: 18px;
    display: block;
    position: relative;
}

.products .leftNav ul li a::before {
    content: "";
    width: 5px;
    height: 20px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s;
}

.products .leftNav ul li a:hover,
.products .leftNav ul li.on a {
    color: #0095d7;
}

.products .leftNav ul li a:hover::before,
.products .leftNav ul li.on a::before {
    background: #0095d7;
}

.products .rightBox {
    width: calc(100% - 286px);
    padding-bottom: 50px;
}

.bread {
    background: #fff;
    line-height: 50px;
    padding: 0 20px;
    margin-bottom: 16px;
}

.danyeText {
    padding: 45px;
    background: #fff;
}

.danyeText .tit {
    color: #0095d7;
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
}

.prohead {
    padding: 36px;
    background: #fff;
    margin-bottom: 10px;
}

.prohead .pic {
    width: 500px;
    text-align: center;
    border: #eee solid 2px;
}

.prohead .con {
    width: calc(100% - 560px);
}

.prohead .con h1 {
    font-size: 36px;
    font-weight: 500;
    color: #34a1db;
    line-height: 1;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
}

.prohead .con h1::before {
    content: "";
    width: 100px;
    height: 3px;
    background: #34a1db;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 22;
}

.prohead .con h1::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #d4d4d4;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 11;
}

.prohead .con dt {
    font-size: 18px;
    line-height: 2;
    border-bottom: dashed #d4d4d4 2px;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.prohead .con a {
    font-size: 20px;
    line-height: 52px;
    border: #e7e7e7 solid 2px;
    border-radius: 50px;
    display: inline-block;
    padding: 0 16px 0 50px;
    margin-left: 20px;
}

.prohead .con a:nth-child(1) {
    background: url(../images/icon03.png) no-repeat 16px center;
}

.prohead .con a:nth-child(2) {
    background: url(../images/icon05.png) no-repeat 16px center;
}

.proCon {
    padding: 36px;
    background: #fff;
}

.proCon .promenu {
    font-size: 18px;
    font-weight: bold;
    border-bottom: #ccc solid 1px;
    margin-bottom: 20px;
}

.proCon .promenu ul li {
    padding: 0 30px;
    background: #878787;
    color: #fff;
    line-height: 60px;
    display: inline-block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    cursor: pointer;
}

.proCon .promenu ul li.on {
    background: #0095d7;
}

.tabItem {
    display: none;
}

.tabItem.show {
    display: block;
}

.prolist {
    padding-bottom: 10px;
}

.prolist ul {
    margin: 0 -18px;
}

.prolist ul li {
    width: 50%;
    padding: 0 18px;
    margin-bottom: 25px;
}

.prolist ul li a {
    padding: 20px;
    background: #fff;
    display: flex;
}

.prolist ul li a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.prolist ul li .pic {
    width: 200px;
    flex: 0 0 auto;
    margin-right: 20px;
}

.prolist ul li .con h3 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    border-bottom: #ccc solid 1px;
    line-height: 1;
    padding-bottom: 18px;
    margin-bottom: 15px;
    position: relative;
    text-wrap:inherit;
}

.prolist ul li .con h3::before {
    content: "";
    width: 70px;
    height: 3px;
    background: #0095d7;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 11;
}

.prolist ul li .con dt {
    height: 72px;
    color: #8d8d8d;
    line-height: 24px;
    margin-bottom: 30px;
}

.prolist ul li .con dd {
    line-height: 1;
    color: #8d8d8d;
    font-weight: 300;
    display: inline-block;
    background: url(../images/icon08.png) no-repeat right center;
    padding-right: 20px;
}

.news {
    padding: 50px 0 70px;
}

.news .box {
    padding-bottom: 30px;
}

.news .box ul {
    margin: 0 -35px;
}

.news .box ul li {
    width: 50%;
    padding: 0 35px;
    margin-bottom: 30px;
    float: left;
}

.news .box ul li a {
    background: #f5f5f5;
    display: block;
    padding: 16px;
    transition: all .4s;
}

.news .box ul li ol {
    height: 93px;
    padding: 0 10px 0 100px;
    overflow: hidden;
    position: relative;
}

.news .box ul li ol h3 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
    transition: all .4s;
}

.news .box ul li ol dt {
    color: #888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .4s;
}

.news .box ul li ol dl {
    width: 80px;
    height: 90px;
    text-align: center;
    font-size: 14px;
    color: #666;
    background: #FFF;
    padding-top: 10px;
    position: absolute;
    left: 0;
    top: 0px;
    transition: all .4s;
}

.news .box ul li ol dl b {
    font-size: 40px;
    color: #000;
    line-height: 1;
    display: block;
    transition: all .4s;
}

.news .box ul li a:hover {
    background: #0263d4;
}

.news .box ul li a:hover ol h3 {
    color: #fff;
}

.news .box ul li a:hover ol dt {
    color: #fff;
}

.news .box ul li a:hover ol dl {
    background: #fff;
    color: #0263d4;
}

.news .box ul li a:hover ol dl b {
    color: #0263d4;
}

.newsView {
    background: #e8eaee;
    padding: 50px 0 60px;
}

.newsView .box {
    background: #fff;
    box-shadow: 10px 10px 0 #e4e4e4;
    margin-bottom: 10px;
}

.newsView .box .newsHead {
    padding: 50px 70px 30px;
    position: relative;
}

.newsView .box .newsHead::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #0095d7;
    position: absolute;
    left: 70px;
    bottom: -2px;
}

.newsView .box .newsHead h1 {
    font-size: 30px;
    color: #000;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 10px;
}

.newsView .box .newsHead span {
    color: #999;
    margin-right: 30px;
}

.newsView .box .viewCon {
    padding: 50px 70px 70px;
    line-height: 2;
}

.newsView .box .viewPage {
    border-top: #eaeaea solid 2px;
    padding: 30px 70px;
    overflow: hidden;
    position: relative;
}

.newsView .box .viewPage .boxCon {
    padding-right: 200px;
}

.newsView .box .viewPage .boxCon a {
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsView .box .viewPage .boxCon b {
    color: #0095d7;
}

.newsView .box .viewPage .boxCon a:hover {
    color: #0095d7;
}

.newsView .box .viewPage .back {
    width: 160px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 40px;
    background: #0095d7;
    position: absolute;
    right: 70px;
    top: 35px;
}

.newsView .box .viewPage .back a {
    color: #fff;
    display: block;
}

.equipment {
    padding: 50px 0 70px;
}

.equipment .box {
    padding-bottom: 10px;
}

.equipment .box ul {
    margin: 0 -9px;
}

.equipment .box ul li {
    width: 20%;
    padding: 0 9px;
    margin-bottom: 30px;
}

.equipment .box ul li dl {
    padding-bottom: 100%;
}

.equipment .box ul li h3 {
    font-size: 16px;
    color: #000;
    text-align: center;
    font-weight: normal;
    margin-top: 10px;
}

.honor {
    padding: 50px 0 70px;
}

.honor .box {
    padding-bottom: 10px;
}

.honor .box ul {
    margin: 0 -20px;
}

.honor .box ul li {
    width: 20%;
    padding: 0 20px;
    margin-bottom: 35px;
}

.honor .box ul li dl {
    padding-bottom: 100%;
    border: #f6f6f6 solid 2px;
}

.honor .box ul li dl img {
    padding: 10px;
}

.honor .box ul li h3 {
    font-size: 16px;
    color: #666;
    text-align: center;
    font-weight: normal;
    margin-top: 10px;
}

.contact {
    padding: 50px 0 70px;
}

.contact .box {
    width: 45%;
    background: #f6f6f6;
    padding: 40px 30px;
}

.contact .box dl {
    font-size: 30px;
    color: #000;
    font-weight: 500;
    line-height: 1;
}

.contact .box ul li {
    color: #000;
    font-size: 18px;
    margin-top: 25px;
}

.contact .box ul li span {
    color: #666;
    padding: 0 20px;
}

#map {
    width: 53%;
}

.footer {
    background: #3f3f3f;
    color: #818181;
}

.footer .fmain {
    padding: 50px 0 40px;
}

.footer .fmain .fcontact {
    width: 520px;
}

.footer .fmain .fcontact .tel {
    background: url(../images/icon02.png) no-repeat left center;
    padding-left: 60px;
    margin-bottom: 35px;
}

.footer .fmain .fcontact .tel dl {
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
}

.footer .fmain .fcontact .tel ol {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.footer .fmain .fcontact .box ul li {
    width: 50%;
    color: #c1c1c1;
    margin-bottom: 10px;
}

.footer .fmain .ewm {
    text-align: center;
}

.footer .fmain .ewm ul li {
    margin-left: 10px;
}

.footer .copyright {
    color: #818181;
    line-height: 40px;
    background: #282828;
    text-align: center;
}

.fenye {
    text-align: center;
    font-size: 15px;
    width: 100%;
    height: 40px;
    margin: 10px 0 0px;
}

.fenye .prev,
.fenye .next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #8a8a8a;
    margin-right: 5px;
    display: inline-block;
    font-family: "宋体";
    font-size: 17px;
    background: #fff;
    border: #EBEBEB solid 1px;
    border-radius: 6px;
}

.fenye a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #8a8a8a;
    margin-right: 5px;
    display: inline-block;
    background: #fff;
    border: #EBEBEB solid 1px;
    border-radius: 6px;
}

.fenye a:hover {
    color: #fff;
    background: #242a34;
    border: #242a34 solid 1px;
}

.fenye a.current {
    color: #fff;
    background: #242a34;
    margin-right: 5px;
    border: #242a34 solid 1px;
}

.search-dialog-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
}

.search-dialog-box .black {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
}

.search-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    box-sizing: border-box;
    width: 680px;
    padding: 20px 30px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .33);
    border-radius: 50px;
}

.search-dialog input[type=text] {
    float: left;
    width: 86%;
    border: none;
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    height: 28px;
    color: #999;
    background-color: #fff;
    border-radius: 0;
}

.search-dialog input[type=submit] {
    float: right;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border: none;
    padding: 0;
    background-image: url(../images/search-btn.png);
    background-color: transparent;
    cursor: pointer;
}

.tccBox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.tccBox .black {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
}

.tccBox .BoxCon {
    width: 800px;
    padding: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    background-color: #fff;
    color: #999;
}

.tccBox .BoxCon .off {
    width: 29px;
    height: 29px;
    background: url(../images/off.png) no-repeat center;
    position: absolute;
    top: 18px;
    right: 18px;
    cursor: pointer;
}

.tccBox .BoxCon .tccTit {
    font-size: 20px;
    text-align: center;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.tccBox .BoxCon ul video {
    background: #000;
    width: 100%;
    height: 428px;
}

.yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 200px;
    right: -146px;
    cursor: pointer;
    transition: all .3s ease;
}

.yb_bar ul li {
    width: 200px;
    height: 53px;
    font: 15px/53px 'Microsoft YaHei';
    color: #fff;
    text-indent: 54px;
    margin-bottom: 3px;
    border-radius: 5px;
    transition: all .5s ease;
    overflow: hidden;
}

.yb_bar .yb_QQ {
    text-indent: 0;
    background: #0095d7 url(../images/rightbar.png) no-repeat 0 0;
}

.yb_bar .yb_phone {
    background: #0095d7 url(../images/rightbar.png) no-repeat 0 -57px;
}

.yb_bar .yb_email {
    background: #0095d7 url(../images/rightbar.png) no-repeat 0 -113px;
}

.yb_QQ a {
    display: block;
    text-indent: 54px;
    width: 100%;
    height: 100%;
    color: #fff;
}

@media (max-width: 1680px) {}

@media (max-width: 1550px) {
    .wrap {
        width: 100%;
        padding: 0 20px;
    }

    .title h3 {
        font-size: 80px;
    }

    .title h2 {
        font-size: 30px;
        margin-top: -36px;
    }
}

@media (max-width: 1440px) {
    .neiBanner {
        height: 360px;
    }

    .neiBanner.aboutBanner {
        height: 520px;
    }

    .bannerText h3 {
        font-size: 80px;
    }

    .bannerText h2 {
        font-size: 35px;
        margin-top: -30px;
    }

    .ifencai .item .con .titbox {
        font-size: 30px;
    }

    .shili .tit p {
        font-size: 20px;
    }

    .iservice .tit p {
        font-size: 20px;
    }

    .iservice .box ul li .item ol h3 {
        font-size: 20px;
    }

    .fangan .tit p {
        font-size: 20px;
    }

    .fangan .list ul li ol h3 {
        font-size: 20px;
    }

    .fangan .list ul li ol dd {
        font-size: 16px;
    }

    .fangan .list ul li ol dt {
        line-height: 26px;
    }

    .iabout .title {
        margin-bottom: 300px;
    }

    .aboutCulture {
        background-size: auto 100%;
        padding-bottom: 110px;
    }

    .aboutCulture .culture {
        padding-top: 70px;
    }

    .idea {
        padding-top: 100px;
    }

    .idea .tit {
        font-size: 30px;
    }

    .idea .box {
        background-size: auto 100%;
    }

    .idea .item:nth-child(1) {
        width: calc(50% - 80px);
    }

    .idea .item ul li i {
        font-size: 45px;
    }

    .idea .item ul li h3 {
        font-size: 22px;
    }

    .products .leftNav dl {
        font-size: 26px;
    }

    .products .leftNav ul li a {
        font-size: 17px;
    }

    .danyeText .tit {
        font-size: 26px;
    }

    .prolist ul li .con h3 {
        font-size: 18px;
    }

    .prohead .pic {
        width: 460px;
    }

    .prohead .con {
        width: calc(100% - 500px);
    }

    .prohead .con h1 {
        font-size: 26px;
    }

    .prohead .con dt {
        font-size: 16px;
    }

    .prohead .con a {
        font-size: 16px;
        margin-left: 10px;
    }
}

@media (max-width: 1366px) {
    .header .nav>ul>li {
        margin-left: 40px;
    }

    .fangan .box {
        margin: 0 -10px;
    }

    .fangan .box ul {
        padding: 0 10px;
    }

    .fangan .box ul li {
        margin-bottom: 26px;
    }

    .fangan .box ul li ol .tit02 h3 {
        font-size: 20px;
    }

    .fangan .box ul li ol dt {
        font-size: 15px;
    }

    .inews .box ul {
        margin: 0 -15px;
    }

    .inews .box ul li {
        padding: 0 15px;
    }

    .news .box ul {
        margin: 0 -15px;
    }

    .news .box ul li {
        padding: 0 15px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1200px) {
    .w1200 {
        width: 100%;
        padding: 0 20px;
    }
}

@media (max-width: 1030px) {
    .header .logo::before {
        right: -50px;
    }

    .header .nav>ul>li {
        margin-left: 17px;
    }

    .header .nav>ul>li>a {
        font-size: 15px;
    }

    .header .lang {
        margin-left: 35px;
    }

    .header .lang::before {
        left: -17px;
    }

    .header .searchBtn {
        margin-left: 10px;
    }

    .neiBanner {
        height: 280px;
    }

    .neiBanner.aboutBanner {
        height: 370px;
    }

    .bannerText h3 {
        font-size: 60px;
    }

    .bannerText h2 {
        font-size: 30px;
    }

    .title {
        margin-bottom: 35px;
    }

    .title h3 {
        font-size: 60px;
    }

    .title h2 {
        font-size: 22px;
        font-weight: 700;
        margin-top: -24px;
    }

    .ipr {
        padding: 45px 0 50px;
    }

    .ipro .box ul li .tit h3 {
        font-size: 14px;
    }

    .snjx .box .con .tit {
        font-size: 16px;
        line-height: 38px;
    }

    .snjx .box {
        margin-top: 0;
    }

    .snjx .box .con img {
        height: 250px;
    }

    .snjx .box .con p {
        font-size: 15px;
    }

    .snjx .box .item {
        width: 370px;
    }

    .snjx .box .item dl {
        width: 110px;
        height: 110px;
    }

    .snjx .box .item ol .tit em {
        font-size: 28px;
    }

    .snjx .box .item ol .tit h3 {
        font-size: 21px;
    }

    .snjx .box .item ol dt {
        font-size: 14px;
    }

    .snjx .box .item:nth-child(3) {
        left: 0;
    }

    .snjx .box .item:nth-child(5) {
        right: 0;
    }

    .ifencai .tit img,
    .iservice .tit img,
    .fangan .tit img {
        height: 40px;
    }

    .shili .tit img {
        height: 45px;
    }

    .ifencai .item .con .titbox {
        font-size: 22px;
    }

    .ifencai .item .con .titbox img {
        height: 90px;
    }

    .ifencai .item .con .text {
        font-size: 15px;
        line-height: 24px;
    }

    .ifencai .item .pic {
        padding: 0 10px;
    }

    .shili .tabnav ul {
        margin: 0 -8px;
    }

    .shili .tabnav ul li {
        font-size: 16px;
        line-height: 70px;
        margin: 0 3px;
    }

    .shili .tabBox {
        padding: 40px 25px;
    }

    .shili .tabBox .item .conText {
        padding-left: 25px;
    }

    .shili .tabBox .item .conText .titBox {
        font-size: 15px;
    }

    .shili .tabBox .item .conText .titBox h3 {
        font-size: 22px;
    }

    .shili .tabBox .item .conText .text h4 {
        font-size: 17px;
    }

    .shili .tabBox .item .conText .text {
        font-size: 15px;
        line-height: 22px;
    }

    .iservice .box ul li .item {
        width: 200px;
        height: 200px;
    }

    .iservice .box ul li .item ol {
        width: 150px;
        height: 150px;
        padding-top: 10px;
    }

    .iservice .box ul li .item ol i img {
        height: 35px;
    }

    .iservice .box ul li .item ol h3 {
        font-size: 16px;
    }

    .fangan .box ul li ol {
        width: 90%;
    }

    .fangan .box ul li ol .tit02 {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .fangan .box ul li ol .tit02 h3 {
        font-size: 16px;
    }

    .fangan .box ul li ol {
        padding: 15px;
    }

    .fangan .box ul li ol dt {
        line-height: 18px;
    }

    .fangan .list ul {
        margin: 0 -8px;
    }

    .fangan .list ul li {
        padding: 0 8px;
    }

    .fangan .list ul li ol dt {
        font-size: 14px;
    }

    .fangan .list ul li ol dd {
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .iabout {
        padding: 60px 0 80px;
    }

    .iabout .title {
        margin-bottom: 180px;
    }

    .iabout .num ul li ol h3 {
        font-size: 33px;
    }

    .ihonor .box ul {
        margin: 0 -10px;
    }

    .ihonor .box ul li {
        padding: 0 10px;
    }

    .inews .box ul li ol h3 {
        font-size: 16px;
    }

    .inews .box ul li ol dt {
        font-size: 15px;
    }

    .inews .more {
        width: 120px;
        height: 42px;
        line-height: 40px;
        font-size: 15px;
    }

    .aboutCulture .about .num ul li ol h3 {
        font-size: 33px;
    }

    .aboutCulture .about .num ul li ol dt {
        font-size: 15px;
    }

    .aboutCulture {
        padding-bottom: 80px;
    }

    .aboutCulture .about .box .text {
        font-size: 15px;
    }

    .aboutCulture .culture ul {
        margin: 0 -10px;
    }

    .aboutCulture .culture ul li {
        padding: 0 10px;
    }

    .aboutCulture .culture ul li ol h3 {
        font-size: 20px;
    }

    .aboutCulture .culture ul li ol dt {
        font-size: 15px;
    }

    .idea {
        padding-top: 80px;
    }

    .idea .tit {
        font-size: 25px;
        letter-spacing: 7px;
        top: -12px;
    }

    .idea .item ul li i {
        font-size: 38px;
    }

    .idea .item ul li h3 {
        font-size: 18px;
    }

    .idea .item ul li p {
        font-size: 15px;
    }

    .products .leftNav dl {
        font-size: 20px;
        line-height: 50px;
    }

    .products .leftNav ul li a {
        font-size: 16px;
        line-height: 50px;
    }

    .prolist ul li {
        width: 100%;
        margin-bottom: 15px;
    }

    .prohead {
        padding: 25px;
    }

    .prohead .pic {
        width: 300px;
        align-self: start;
    }

    .prohead .con {
        width: calc(100% - 330px);
    }

    .prohead .con h1 {
        font-size: 20px;
    }

    .prohead .con dt {
        font-size: 15px;
        line-height: 1.4;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .prohead .con a {
        font-size: 15px;
        line-height: 38px;
        margin-bottom: 5px;
    }

    .proCon {
        padding: 25px;
    }

    .proCon .promenu ul li {
        font-size: 16px;
        padding: 0 20px;
        line-height: 44px;
    }

    .news .box ul li ol h3 {
        font-size: 16px;
    }

    .contact .box dl {
        font-size: 24px;
    }

    .contact .box ul li {
        font-size: 15px;
    }

    .footer .logo {
        height: 130px;
    }

    .footer .fmain .fcontact {
        width: 480px;
    }

    .footer .fmain .fcontact .tel {
        background-size: auto 100%;
    }

    .footer .fmain .fcontact .tel dl {
        font-size: 15px;
    }

    .footer .fmain .fcontact .tel ol {
        font-size: 18px;
    }

    .footer .fmain .fcontact .box ul li {
        font-size: 14px;
    }

    .footer .fmain .ewm ul li {
        width: 110px;
    }

    .footer .copyright {
        font-size: 14px;
    }
}

@media screen and (max-width:750px) {
    body {
        padding-top: 60px;
        font-size: 14px;
    }

    .wrap {
        width: 100%;
        padding: 0 15px;
    }

    .w1200 {
        width: 100%;
        padding: 0 15px;
    }

    .header {
        width: 100%;
        height: 60px;
        background: #0095d7;
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999999;
    }

    .header .logo::before {
        display: none;
    }

    .header .logo {
        height: 60px;
        padding: 10px 0;
    }

    .header .headRight {
        float: none;
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        height: calc(100vh - 60px);
        border-top: #eee solid 1px;
        background: #fff;
        display: none;
    }

    .header .nav>ul {
        display: block;
    }

    .header .nav>ul>li {
        margin-left: 0;
        line-height: 50px;
        border-bottom: #eee solid 1px;
    }

    .header .nav>ul>li:before {
        height: 2px;
    }

    .header .nav ul li .subnav {
        width: 100%;
        background: #eee;
        text-align: left;
        position: relative;
        left: 0;
        top: 0;
        margin-left: 0;
    }

    .header .nav>ul>li>a {
        padding-left: 15px;
    }

    .header .lang {
        margin-left: 15px;
        float: left;
    }

    .header .lang::before {
        display: none;
    }

    .header .searchBtn {
        float: left;
    }

    .header .menu-toggle {
        width: 60px;
        height: 60px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99999;
        display: block;
    }

    .header .menu-toggle span {
        width: 35px;
        height: 2px;
        background: #fff;
        display: block;
        position: relative;
        opacity: 1;
        transition: all 300ms;
        margin: 30px 0 0 12px;
    }

    .header .menu-toggle span:before {
        content: "";
        width: 35px;
        height: 2px;
        background: #fff;
        display: block;
        position: absolute;
        left: 0;
        top: -10px;
        transition: all 300ms;
    }

    .header .menu-toggle span:after {
        content: "";
        width: 35px;
        height: 2px;
        background: #fff;
        display: block;
        position: absolute;
        left: 0;
        top: 10px;
        transition: all 300ms;
    }

    .header .menu-toggle.cur span {
        background-color: transparent;
    }

    .header .menu-toggle.cur span:before {
        transform: rotate(45deg);
        top: 0px;
    }

    .header .menu-toggle.cur span:after {
        transform: rotate(-45deg);
        top: 0px;
    }

    .banner {
        position: relative;
    }

    .banner .swiper-container {
        width: 100%;
        overflow: hidden;
    }

    .banner .swiper-container .swiper-slide {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        overflow: hidden;
    }

    .banner .swiper-container .swiper-slide a {
        display: block;
        width: 100%;
    }

    .banner .swiper-container .swiper-slide img {
        width: 100%;
    }

    .banner .pagination {
        position: absolute;
        z-index: 20;
        bottom: 10px;
        width: 100%;
        text-align: center;
    }

    .banner .swiper-pagination-switch {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #fff;
        margin: 0 2px;
        border-radius: 10px;
        cursor: pointer;
    }

    .banner .swiper-active-switch {
        background: #c8392b;
        opacity: 1;
    }

    .neiBanner {
        height: 130px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        margin: 0;
    }

    .neiBanner.aboutBanner {
        height: 190px;
    }

    .bannerText h3 {
        font-size: 48px;
    }

    .bannerText h2 {
        font-size: 22px;
    }

    .title h3 {
        font-size: 40px;
    }

    .title h2 {
        font-size: 18px;
        margin-top: -16px;
    }

    .more {
        width: 110px;
        height: 38px;
        line-height: 36px;
        margin: 18px auto 0;
    }

    .ipro {
        padding: 30px 0 50px;
    }

    .ipro .box ul {
        margin: 0 -5px;
    }

    .ipro .box ul li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 15px;
    }

    .snjx .box .con img {
        display: none;
    }

    .snjx .box .con p {
        margin-bottom: 40px;
    }

    .snjx .box .item {
        position: relative;
        margin-top: 10px;
    }

    .snjx .box .item dl {
        width: 100px;
        height: 100px;
    }

    .snjx .box .item ol .tit h3 {
        font-size: 16px;
    }

    .snjx .box .item ol .tit em {
        font-size: 19px;
    }

    .snjx .box .item:nth-child(2) {
        position: relative;
        top: 0;
    }

    .snjx .box .item:nth-child(3) {
        position: relative;
        top: 0;
    }

    .snjx .box .item:nth-child(4) {
        position: relative;
        top: 0;
        flex-direction: row;
    }

    .snjx .box .item:nth-child(4) ol {
        padding-left: 20px;
        padding-right: 0;
    }

    .snjx .box .item:nth-child(4) ol .tit {
        flex-direction: row;
    }

    .snjx .box .item:nth-child(4) ol dt {
        text-align: left;
    }

    .snjx .box .item:nth-child(5) {
        position: relative;
        top: 0;
        flex-direction: row;
    }

    .snjx .box .item:nth-child(5) ol {
        padding-left: 20px;
        padding-right: 0;
    }

    .snjx .box .item:nth-child(5) ol .tit {
        flex-direction: row;
    }

    .snjx .box .item:nth-child(5) ol dt {
        text-align: left;
    }

    .ifencai .tit h3 {
        font-size: 16px;
    }

    .ifencai .tit img,
    .iservice .tit img,
    .fangan .tit img {
        height: 26px;
    }

    .ifencai .tit dl h4 {
        font-size: 14px;
    }

    .ifencai .item {
        display: block;
    }

    .ifencai .item .pic {
        width: 100%;
    }

    .ifencai .item .con {
        width: 100%;
    }

    .ifencai .item .con .titbox img {
        height: 65px;
    }

    .shili {
        padding: 40px 0 60px;
    }

    .shili .tit img {
        height: 26px;
    }

    .shili .tit dl {
        font-size: 13px;
    }

    .shili .tit dl::before {
        width: 70px;
        height: 2px;
    }

    .shili .tit p {
        font-size: 15px;
    }

    .shili .tabnav ul {
        flex-wrap: wrap;
        margin: 0;
    }

    .shili .tabnav ul li {
        width: 49.5%;
        margin: 0;
        margin-bottom: 3px;
        font-size: 15px;
        line-height: 55px;
    }

    .shili .tabnav ul li.on::before {
        display: none;
    }

    .shili .tabBox {
        padding: 20px 0;
    }

    .shili .tabBox .item .con {
        display: block;
    }

    .shili .tabBox .item .pic {
        width: 100%;
        margin-bottom: 20px;
    }

    .shili .tabBox .item .conText {
        width: 100%;
        padding: 0;
    }

    .iservice {
        padding: 40px 0 55px;
    }

    .iservice .tit dl {
        font-size: 13px;
    }

    .iservice .tit dl::before {
        width: 70px;
        height: 2px;
    }

    .iservice .tit p {
        font-size: 15px;
    }

    .iservice .box ul {
        flex-wrap: wrap;
    }

    .iservice .box ul li {
        margin-bottom: 10px;
    }

    .iservice .box ul li .item {
        width: 155px;
        height: 155px;
    }

    .iservice .box ul li .item ol {
        width: 120px;
        height: 120px;
        padding-top: 8px;
    }

    .iservice .box ul li .item ol i {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .iservice .box ul li .item ol i img {
        height: 28px;
    }

    .iservice .box ul li .item ol h3 {
        font-size: 14px;
    }

    .fangan {
        padding: 40px 0 50px;
    }

    .fangan .tit dl {
        font-size: 13px;
    }

    .fangan .tit dl::before {
        width: 70px;
        height: 2px;
    }

    .fangan .tit p {
        font-size: 15px;
    }

    .fangan .box {
        display: block;
    }

    .fangan .box ul {
        width: 100%;
    }

    .fangan .box ul:nth-child(2) {
        display: none;
    }

    .fangan .box ul li {
        margin-bottom: 10px;
    }

    .neiNav {
        margin-bottom: 25px;
    }

    .neiNav a {
        padding: 0 18px;
        line-height: 36px;
        margin: 0 2px;
    }

    .fangan .list ul {
        flex-wrap: wrap;
    }

    .fangan .list ul li {
        width: 100%;
    }

    .fangan .list ul li ol {
        height: auto;
    }

    .fangan .list ul li ol dl {
        width: 90px;
        height: 90px;
    }

    .fangan .list ul li ol dl::before {
        background-size: contain;
    }

    .fangan .list ul li ol dl i {
        width: 60px;
        height: 60px;
        line-height: 59px;
    }

    .fangan .list ul li ol dl i img {
        height: 20px;
    }

    .fangan .list ul li ol dt {
        line-height: 1.6;
    }

    .iabout {
        padding: 30px 0 40px;
    }

    .iabout .title {
        margin-bottom: 40px;
    }

    .iabout .box .tit {
        font-size: 19px;
    }

    .iabout .box .text {
        line-height: 26px;
        padding: 25px 0 70px;
    }

    .iabout .num {
        margin-top: 10px;
    }

    .iabout .num ul {
        flex-wrap: wrap;
    }

    .iabout .num ul li {
        margin-bottom: 5px;
    }

    .iabout .num ul li img {
        width: 30px;
    }

    .iabout .num ul li ol h3 {
        font-size: 22px;
        margin-bottom: 0;
    }

    .iabout .num ul li ol dt {
        font-size: 13px;
    }

    .ihonor {
        padding: 35px 0 25px;
    }

    .ihonor .box ul {
        flex-wrap: wrap;
    }

    .ihonor .box ul li {
        width: 50%;
        margin-bottom: 15px;
    }

    .ihonor .box ul li h3 {
        font-size: 14px;
        margin-top: 6px;
    }

    .ihonor .box ul li:nth-child(5) {
        display: none;
    }

    .inews {
        padding: 35px 0 45px;
    }

    .inews .box ul {
        margin: 0;
    }

    .inews .box ul li {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .inews .box ul li a {
        padding: 10px;
    }

    .inews .box ul li ol h3 {
        font-size: 15px;
        margin-bottom: 2px;
    }

    .inews .box ul li ol dt {
        font-size: 14px;
        line-height: 1.3;
    }

    .inews .box ul li ol dl b {
        font-size: 25px;
    }

    .anchorPoint {
        padding-top: 59px;
        margin-top: -59px;
    }

    .aboutCulture {
        padding-bottom: 40px;
    }

    .aboutCulture .about .box {
        margin-top: 0;
    }

    .aboutCulture .about .box .tit {
        font-size: 19px;
        background: none;
    }

    .aboutCulture .about .box .text {
        line-height: 26px;
        padding: 25px 0 70px;
    }

    .aboutCulture .culture {
        padding-top: 40px;
    }

    .aboutCulture .culture ul {
        flex-wrap: wrap;
        margin: 0 -5px;
    }

    .aboutCulture .culture ul li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .aboutCulture .culture ul li ol h3 {
        font-size: 16px;
    }

    .aboutCulture .culture ul li ol dt {
        font-size: 12px;
    }

    .aboutCulture .about .num {
        margin-top: 10px;
    }

    .aboutCulture .about .num ul {
        flex-wrap: wrap;
    }

    .aboutCulture .about .num ul li {
        margin-bottom: 5px;
    }

    .aboutCulture .about .num ul li img {
        width: 30px;
    }

    .aboutCulture .about .num ul li ol h3 {
        font-size: 22px;
        margin-bottom: 0;
    }

    .aboutCulture .about .num ul li ol dt {
        font-size: 13px;
    }

    .idea {
        padding-top: 55px;
    }

    .idea .box {
        display: block;
    }

    .idea .tit {
        position: relative;
        left: 0;
        text-align: center;
        font-size: 22px;
        margin-bottom: 10px;
    }

    .idea .item:nth-child(1) {
        width: 100%;
    }

    .idea .item:nth-child(2) {
        width: 100%;
    }

    .products .leftNav {
        width: 100%;
        margin-bottom: 15px;
    }

    .products .leftNav dl {
        padding-left: 15px;
        font-size: 18px;
        text-align: left;
        background: #0095d7 url(../images/xiala.png) no-repeat right 15px center;
        background-size: 20px auto;
    }

    .products .leftNav ul {
        display: none;
    }

    .products .leftNav ul li a {
        line-height: 40px;
    }

    .products .wrap {
        display: block;
    }

    .products .rightBox {
        width: 100%;
        padding-bottom: 0;
    }

    .bread {
        display: none;
    }

    .prolist ul li a {
        display: block;
    }

    .prolist ul li .pic {
        width: 100%;
        text-align: center;
    }

    .danyeText {
        padding: 15px;
    }

    .danyeText .tit {
        font-size: 20px;
    }

    .prohead {
        display: block;
        padding: 15px;
    }

    .prohead .pic {
        width: 100%;
        margin-bottom: 15px;
    }

    .prohead .con {
        width: 100%;
    }

    .prohead .con h1 {
        font-size: 17px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .prohead .con a {
        font-size: 12px;
        margin-left: 2px;
    }

    .proCon {
        padding: 15px;
    }

    .proCon .promenu ul li {
        font-size: 13px;
        padding: 0 15px;
        line-height: 36px;
    }

    .news {
        padding: 30px 0 45px;
    }

    .news .box {
        padding-bottom: 10px;
    }

    .news .box ul {
        margin: 0;
    }

    .news .box ul li {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .news .box ul li a {
        padding: 10px;
    }

    .news .box ul li ol h3 {
        font-size: 15px;
        margin-bottom: 2px;
    }

    .news .box ul li ol dt {
        font-size: 14px;
        line-height: 1.3;
    }

    .news .box ul li ol dl b {
        font-size: 25px;
    }

    .newsView {
        padding: 20px 0 30px;
    }

    .newsView .box {
        background: #fff;
        box-shadow: 5px 8px 0 #e4e4e4;
        margin-bottom: 10px;
    }

    .newsView .box .newsHead {
        padding: 30px 20px 10px;
        position: relative;
    }

    .newsView .box .newsHead::after {
        content: "";
        width: 40px;
        height: 3px;
        position: absolute;
        left: 20px;
        bottom: -2px;
    }

    .newsView .box .newsHead h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .newsView .box .newsHead span {
        font-size: 13px;
        margin-right: 10px;
    }

    .newsView .box .industryHead {
        font-size: 35px;
        font-weight: normal;
        color: #000;
        padding: 50px 70px 30px;
        border-bottom: #eaeaea solid 2px;
        position: relative;
    }

    .newsView .box .industryHead::after {
        content: "";
        width: 60px;
        height: 3px;
        position: absolute;
        left: 70px;
        bottom: -2px;
    }

    .newsView .box .viewCon {
        padding: 30px 20px 30px;
        line-height: 1.8;
        font-size: 15px;
    }

    .newsView .box .viewPage {
        border-top: #eaeaea solid 2px;
        padding: 30px 20px;
        overflow: hidden;
    }

    .newsView .box .viewPage .boxCon {
        float: none;
        padding-right: 120px;
    }

    .newsView .box .viewPage .boxCon a {
        font-size: 14px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 10px;
    }

    .newsView .box .viewPage .back {
        width: 100px;
        height: 36px;
        line-height: 36px;
        float: none;
        margin: 0 auto;
        right: 20px;
    }

    .newsView .box .viewPage .back a {
        color: #fff;
        display: block;
    }

    .equipment {
        padding: 30px 0 40px;
    }

    .equipment .box ul li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 15px;
    }

    .equipment .box ul li h3 {
        font-size: 14px;
    }

    .honor {
        padding: 30px 0 40px;
    }

    .honor .box ul {
        margin: 0 -5px;
    }

    .honor .box ul li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 15px;
    }

    .honor .box ul li h3 {
        font-size: 14px;
    }

    .contact {
        padding: 30px 0 40px;
    }

    .contact .wrap {
        display: block;
    }

    .contact .box {
        width: 100%;
        padding: 30px 20px;
    }

    .contact .box dl {
        font-size: 20px;
    }

    .contact .box ul li {
        margin-top: 12px;
        font-size: 13px;
    }

    #map {
        width: 100%;
        height: 250px;
    }

    .footer .wrap {
        display: block;
    }

    .footer .logo {
        display: none;
    }

    .footer .fmain {
        padding: 35px 0 30px;
    }

    .footer .fmain .fcontact {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer .fmain .fcontact .tel {
        padding-left: 50px;
        margin-bottom: 20px;
    }

    .footer .fmain .fcontact .tel ol {
        font-size: 15px;
    }

    .footer .fmain .fcontact .box ul li {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .footer .fmain .ewm ul {
        justify-content: center;
    }

    .footer .copyright {
        font-size: 12px;
        line-height: 1.2;
        padding: 10px;
    }

    .fenye {
        text-align: center;
        font-size: 14px;
        width: 100%;
        height: 40px;
        margin: 10px 0 0px;
    }

    .fenye .prev,
    .fenye .next {
        width: 34px;
        height: 34px;
        line-height: 32px;
        margin-right: 2px;
        font-size: 16px;
    }

    .fenye a {
        width: 34px;
        height: 34px;
        line-height: 32px;
        margin-right: 2px;
    }

    .fenye a:hover {
        color: #fff;
        background: #242a34;
        border: #242a34 solid 1px;
    }

    .fenye a.current {
        color: #fff;
        background: #242a34;
        margin-right: 2px;
        border: #242a34 solid 1px;
    }

    .tccBox .BoxCon {
        width: 95%;
    }

    .tccBox .BoxCon ul video {
        height: 250px;
    }

    .search-dialog {
        width: 95%;
    }
}