@charset "utf-8";

/* CSS Document */
/* Css writer:www.grwy.net */
/*顶部*/
#top_bg {
    width: 100%;
    height: auto;
    background: #f1f1f1;
    /* margin-top:-20px;*/
}

.h_top {
    height: 35px;
    line-height: 36px;
    color: #585858;
    font-size: 13px;
    overflow: hidden;
}

.h_top i {
    display: inline-block;
    float: right;
}

.h_top i a {
    display: inline-block;
    padding: 0 10px;
    color: #585858;
    line-height: 35px;
    background: url(../Images/20180516102851_228114969.png) no-repeat right 0;
}

.h_top i img {
    padding-right: 10px;
    vertical-align: middle;
}

.h_top i a.cur {
    font-weight: bold;
    color: #1c499e;
    padding-left: 21px;
    font-size: 18px;
}

.h_top i em {
    background: url() no-repeat left 0;
    display: inline-block;
    line-height: 38px;
}

.h_con {
    height: 143px;
    overflow: hidden;
}

.h_con h1 {
    float: left;
    width: 340px;
    padding-top: 30px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.h_con p {
    float: left;
    width: 470px;
    font-size: 22px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    padding: 43px 0 0 5px;
}

.h_con p strong {
    color: #333;
    font-weight: bold;
    display: block;
    font-size: 24px;
    padding-bottom: 3px;
}

.h_con p strong i {}

.h_con p span {
    display: block;
    color: #5d6670;
    font-size: 13px;
    padding-top: 3px;
}

.h_top>i>a>span {
    line-height: 35px;
}

.top_tu {
    margin-top: 17px;
    width: 1px;
    height: 91px;
    background: url(../Images/20180111211724_1819250117.jpg) center no-repeat;
    margin-left: 5px;
    float: left;
}

/*隐藏后台自带版权DIVlpm*/
.box {
    width: 1200px;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
}

/*产品*/
.c3 {
    width: 1200px;
    margin: 0 auto;
    margin-top: -70px;
}

.c33 {
    font: 400 18px/26px "arial";
    color: #999;
    text-align: center;
}

.c333 {
    text-align: center;
    padding-top: 15px;
    overflow: hidden;
}

.c333 ul {
    overflow: hidden;
    width: 530px;
    margin: auto;
}

.c333 ul li {
    float: left;
    border: 1px #ccc solid;
    width: 115px;
    height: 40px;
    margin-left: 14px;
}

.c333 ul li a {
    line-height: 40px;
    font-size: 15px;
}

.c3a {
    width: 525px;
    height: 400px;
    overflow: hidden;
    margin-top: 22px;
}

.c5 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.c-bj {
    background: #f4f4f4;
    padding-bottom: 1px;
    padding-top: 1px;
}

.c55 {
    padding-top: 25px;
}

.hotpro {
    overflow: hidden;
    margin-top: 15px;
}

.hotpro .list {
    zoom: 1;
    width: 100%;
}

.hotpro .list li {
    float: left;
    margin-right: 21px;
    margin-bottom: 21px;
    width: 275px;
    border: 2px #ededed solid;
}

.hotpro .list li .img {
    width: 278px;
    height: 200px;
    overflow: hidden;
    display: block;
    position: relative;
    cursor: pointer;
}

.hotpro .list li .img img {
    width: 274px;
    transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    -o-transition: .9s;
    height: 200px;
}

.hotpro .list li .img .on {
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: Alpha(opacity=0);
    *zoom: 1;
    -webkit-transform: rotateX(180deg) scale(.5, .5);
    transform: rotateX(180deg) scale(.2, .2);
    transition: all ease-out .5s;
}

.hotpro .list li .img .on i {
    width: 65px;
    height: 65px;
    background-position: -150px -147px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -32px;
}

.hotpro .list li .p {
    background: #1c499e;
    color: #fff;
    display: block;
    width: 101%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
}

.hotpro .list li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.hotpro .list li:hover .on {
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-transform: rotateX(0deg) scale(1, 1);
    transform: rotateX(0deg) scale(1, 1);
    transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
    background: rgba(0, 0, 0, .3);
}

.icon {
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.c56 {
    text-align: center;
    margin-top: 5px;
}

.c56 a {
    background: #1c499e;
    font: 400 14px/30px "微软雅黑";
    color: #fff;
    padding: 10px 62px;
}

.c56 a:hover {
    background: #1c499e;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

/*---------------page---------------*/
.pageBanner {
    height: 400px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.pageBanner img {
    position: relative;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 400px;
}

.mainW {
    padding: 35px 0 60px;
}

.main {
    width: 930px;
    float: left;
    margin-left: 30px;
    float: left;
}

.main img {
    /* float: left; */
}

.main p {
    /* float: left; */
}

.rightTop {
    position: relative;
    /* height: 60px; */
    /* border-bottom: 1px solid #ddd; */
    margin-bottom: 20px;
}

.proinfo {
    overflow: hidden;
}

.imgWp {
    float: left;
    margin-top: 10px;
    border: 1px solid #e6e6e6;
}

.imgWp img {
    width: 362px;
    height: 274px;
    object-fit: contain;

}

.infoWp .tel {
    padding: 20px 0 20px 20px;
    background: #f3f3f3
}

.infoWp .tel .phone {
    color: #333;
    font-size: 20px;
    font-weight: 700
}

.imgWp img {
    padding: 5px 5px;
}

.infoWp {
    float: right;
    width: 59%;
}

.contTit {
    border-bottom: 1px dashed #1c499e;
}

.infoWp h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #1c499e;
    padding: 10px 0;
}

.infoWp p {
    font-size: 16px;
    margin-top: 15px;
}

.rongyu {
    margin-top: 10px;
}

.rongyu a {
    overflow: hidden;
}

.rongyu a img {
    /* width: 225px;
    height: 312px; */
    max-width: 100%;
    margin: auto;
}

.rongyu a p {
    text-align: center;
    background-color: #1c499e;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
}

.rongyu li {
    /* width: 293px;
    float: left; */
    text-align: center;
    border: 1px solid #e5e5e5;
    /* margin: 15px 15px 0 0; */
    padding: 5px;
}

.rongyu ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}

.p-left {
    /* float: left; */
    /* width: 660px; */
    /* margin-top: 20px; */
    display: flex;
}

.p-left p,.p-left a {
    font-size: 24px;
    color: #c30c22;
}

.pageTitle {
    width: 300px;
    font-weight: 700;
    font-size: 18px;
    color: #1c499e;
    line-height: 60px;
}

.location {
    /* position: absolute; */
    /* top: 10px;
    right: 0; */
    font-size: 12px;
    /* line-height: 40px; */
    color: #666;
    background-image: url(../images/location.png);
    background-repeat: no-repeat;
    background-position:center left;
    padding-left: 18px;

    display: flex;
    align-items: center;
}

.location a.locationHome {
    padding-left: 6px;
}

/* .location a:after {
    content: ">";
    font-family: "\5b8b\4f53";
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    color: #888;
    position: absolute;
    right: -9px;
    top: 1px;
} */

.location a:nth-last-child(1):after {
    content: "";
}

.location a:nth-last-child(1) {
    padding-right: 0;
}

.location a:hover {
    color: #1c499e;
}

.topNav {
    position: absolute;
    width: 1200px;
    height: 60px;
    left: 0;
    top: -60px;
}

.topNav .location {
    right: 20px;
}

.pageNav {
    height: 60px;
    background-color: #f5f5f5;
}

.pageNav li {
    float: left;
    position: relative;
    border-right: 1px solid #fff;
}

.pageNav li a {
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    line-height: 60px;
}

.pageNav li.curr a,
.pageNav li a:hover {
    color: #fff;
    background-color: #1c499e
}

.page-title {
    text-align: center;
    height: 80px;
    position: relative;
}

.page-title p {
    font-size: 24px;
    line-height: 30px;
    color: #bdbdbd;
    text-transform: uppercase;
}

.page-title h2 {
    font-size: 30px;
    line-height: 40px;
    color: #1c499e;
    position: relative;
}

.page-title h2 span {
    display: inline-block;
    position: relative;
}

.page-title h2 span:before {
    content: "";
    overflow: hidden;
    position: absolute;
    left: -70px;
    top: 18px;
    height: 4px;
    width: 50px;
    background-image: url(../images/title-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.page-title h2 span:after {
    content: "";
    overflow: hidden;
    position: absolute;
    right: -70px;
    top: 18px;
    height: 4px;
    width: 50px;
    background-image: url(../images/title-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.pageheight {
    height: 50px;
}

.pageht {
    height: 25px;
}

.mainTop {
    height: 50px;
    position: relative;
    border-bottom: 1px solid #bfbfbf;
}

.mainTop h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    color: #1c499e;
}

.mainTop .location {
    position: absolute;
    right: 0;
    top: 0;
}

/* 左侧 sideLeft  */
.sideLeft {
    width: 240px;
    margin-top: 0px;
    position: relative;
    z-index: 11;
    overflow: hidden;
}

.plist_t2 {
    width: 214px;
    margin: 0 auto;
    color: #FFF;
    border: 13px solid #1c499e;
    border-top: none;
}

.plist_t2 ul {
    padding: 7px 1px;
}

.slont {
    display: block;
    padding: 0 0px;
}

#slont0 {
    display: block;
}

.plist_t2 dd {}

.plist_t2 dd a {
    color: #252525;
    font-size: 13px;
    line-height: 33px;
    margin: 0 auto;
    display: block;
    text-indent: 31px;
}

.plist_t2 dd a:hover {
    color: #c30c22;
}

.plist_t2 ul li {
    font-size: 12px;
    padding-left: 29px;
    background: url(../images/20180608154803_1410609837.jpg) !important;
    display: block;
    width: 179px;
    line-height: 48px;
    text-indent: 25px;
    color: #fff;
    margin: 5px 0;
}

.plist_t2 a {
    color: #fff;
    margin-left: 0px;
}

.leftTitle {
    text-align: center;
    background-color: #1c499e;
}

.leftTitle h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 70px;
    color: #fff;
}

.leftNav {}

.leftNav li h6 {
    position: relative;
    height: 48px;
    margin-top: 1px;
}

.leftNav li h6 a {
    font-size: 14px;
    line-height: 48px;
    color: #555;
    display: block;
    position: relative;
    padding-left: 55px;
    background-image: url(../images/sidenavbg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

.leftNav li h6.curr a,
.leftNav li h6 a:hover {
    background-position: left bottom;
    color: #fff;
}

.leftNav li ol {
    padding: 5px 0;
}

.leftNav li ol li {
    margin-top: 0;
    border-bottom: 1px dotted #ccc;
    background: url(../images/jiao.png) no-repeat 30px -20px;
}

.leftNav li ol li a {
    font-size: 14px;
    line-height: 36px;
    margin-left: 30px;
    display: block;
    background-color: #fff;
}

.leftNav li ol li a:hover {
    margin-left: 40px;
    color: #1c499e;
}

.leftNav li ol li.curr a {
    color: #1c499e;
    margin-left: 40px;
}

.sideProductList {
    position: relative;
    overflow: hidden;
    border-top: 1px dotted #ccc;
}

.sideProductList span.productHot {
    position: absolute;
    left: 0;
    top: 10px;
    width: 24px;
    height: 20px;
    padding-top: 5px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}

.sideProductList:nth-child(1) {
    border: none;
}

.sideProductList:nth-child(1) span.productHot {}

.sideProductList dl {
    height: 50px;
    position: relative;
}

.sideProductList dl dt {
    width: 220px;
    height: 220px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.sideProductList dl dd {
    font-size: 14px;
    line-height: 40px;
    padding: 5px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    padding-left: 30px;
}

.sideProduct .curr {
    border: none;
}

.sideProduct .curr span.productHot {
    top: 0;
    left: 5px;
}

.sideProduct .curr dl {
    position: relative;
}

.sideProduct .curr dl dt {
    position: absolute;
    left: 0;
    bottom: 0;
}

.sideProduct .curr dl dd {
    font-size: 14px;
    line-height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../images/tm-b-6.png);
    padding: 0px 15px;
    color: #fff;
}

/* 左侧底部内容 */
.sideBottom {
    margin-top: 20px;
}

.sideTitle {
    font-size: 16px;
    line-height: 40px;
    color: #555;
    background-color: #e5e5e5;
    padding-left: 20px;
}

.sideConetent {
    border: 1px solid #e5e5e5;
    border-top: none;
    padding: 9px;
}

.sideNewsList {}

.sideNewsList dl {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
}

.sideNewsList dl dt {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.sideNewsList dl dd {}

.sideNewsList dl dd p {
    font-size: 12px;
    line-height: 20px;
    color: #999;
}

.sideNewsList dl dd h6 {
    font-size: 12px;
    line-height: 22px;
    color: #888;
}

.sideNewsList dl a:hover dt {
    color: #1c499e;
    text-decoration: underline;
}

.sideContact ul {}

.sideContact ul li {
    margin-top: 5px;
    padding: 0 0 5px 24px;
    position: relative;
    font-size: 13px;
    line-height: 20px;
    color: #555;
}

.sideContact ul li span {
    width: 22px;
    height: 22px;
    position: absolute;
    left: -2px;
    top: -1px;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.sideContact ul li.icon-tel span {
    background-image: url(../images/icon-c.png);
}

.sideContact ul li.icon-phone span {
    background-image: url(../images/icon-b.png);
}

.sideContact ul li.icon-fax span {
    background-image: url(../images/icon-d.png);
}

.sideContact ul li.icon-mail span {
    background-image: url(../images/icon-e.png);
}

.sideContact ul li.icon-add span {
    background-image: url(../images/icon-f.png);
}

.sproScroll {
    position: relative;
}

.sproScroll .prev,
.sproScroll .next {
    position: absolute;
    top: -49px;
    display: inline-block;
    width: 30px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: left top;
    -ms-transition-duration: 0s;
    transition-duration: 0s;
    z-index: 99;
    cursor: pointer;
}

.sproScroll .prev {
    right: 25px;
    background-position: left top;
}

.sproScroll .next {
    right: -5px;
    background-position: right top;
}

.sproScroll .prev:hover {
    background-position: left bottom;
}

.sproScroll .next:hover {
    background-position: right bottom;
}

.sproScroll .bd {
    overflow: hidden;
}

.sproList {
    position: relative;
}

.sproList dl {}

.sproList dl dt {
    height: 192px;
    overflow: hidden
}

.sproList dl dd {
    text-align: center;
    font-size: 14px;
    line-height: 40px;
}

/*---------------about---------------*/
.pageText {
    font-size: 14px;
    line-height: 2em;
    padding-top: 30px;
}

.pageText .txnr {
    width: 651px;
    margin-top: 40px;
    box-shadow: 0px 1px 10px 0px #ccc;
    border-radius: 10px;
}

.pageText .txnr p {
    font-size: 14px;
    padding: 15px;
}

.page-about-a {
    height: 400px;
    padding-top: 30px;
}

.page-video {
    width: 600px;
    height: 400px;
}

.page-video ul {
    height: 400px;
    position: relative;
}

.page-video span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../images/icon-play.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
}

.page-video:hover span {
    background-color: rgba(0, 0, 0, 0.4);
}

.page-about-right {
    width: 570px;
    height: 400px;
    margin-left: 30px;
}

.page-about-right h2 {
    font-weight: 700;
    font-size: 24px;
    color: #85a11e;
    padding: 35px 0 20px;
}

.page-about-right ul {
    font-size: 14px;
    line-height: 30px;
    color: #333;
}

.page-about-b {
    height: 410px;
}

.page-aboutB-left,
.page-aboutB-right {
    width: 600px;
    height: 410px;
}

.page-aboutB-left {}

.page-aboutB-left ul {
    font-size: 14px;
    line-height: 30px;
    color: #333;
    padding: 80px 50px 30px 0
}

.page-data {}

.page-data dl {
    height: 80px;
    width: 100px;
    border: 1px solid #1c499e;
    float: left;
    border-radius: 5px;
    text-align: center;
    margin-left: 12px;
}

.page-data dl:nth-child(1) {
    margin-left: 0;
}

.page-data dl dt {
    position: relative;
    font-weight: 700;
    font-size: 22px;
    line-height: 46px;
    color: #1c499e;
}

.page-data dl dt:before {
    content: "";
    overflow: hidden;
    position: absolute;
    left: 40px;
    bottom: 0;
    background-color: #1c499e;
    height: 3px;
    width: 20px;
}

.page-data dl dd {
    font-size: 14px;
    line-height: 30px;
}

.content-nav {
    margin-top: 80px;
}

.content-nav dl {
    width: 280px;
    height: 187px;
    float: left;
    margin-left: 26px;
    position: relative;
    overflow: hidden;
}

.content-nav dl:nth-child(1) {
    margin-left: 0;
}

.content-nav dl dt {
    height: 187px;
    position: relative;
    overflow: hidden;
}

.content-nav dl dt img {
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.content-nav dl a:hover dt img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.content-nav dl dd {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../images/tm-b-4.png);
}

.content-nav dl dd h6 {
    background-position: 50% top;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    padding-top: 50px;
    margin-top: 50px;
}

/*  客户评价综合页 */
.page-evaluation {
    padding: 10px 0 70px;
}

.page-evaluation-list {}

.page-evaluation-list dl {
    width: 566px;
    height: 197px;
    float: left;
    margin: 20px 20px 0 0;
    padding: 10px;
    border: 2px solid #d0d0d0;
}

.page-evaluation-list dl:nth-child(2n) {
    margin-right: 0;
}

.page-evaluation-list dl dt {
    width: 270px;
    height: 197px;
    position: relative;
    float: left;
    overflow: hidden;
}

.page-evaluation-list dl dt img {
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.page-evaluation-list dl a:hover dt img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.page-evaluation-list dl dd {
    float: left;
    width: 270px;
    margin-left: 20px;
    height: 200px;
    position: relative
}

.page-evaluation-list dl dd h3 {
    border-bottom: 2px solid #1c499e;
    padding-bottom: 5px;
    color: #333;
    font-weight: 700;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-evaluation-list dl dd h6 {
    padding-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.page-evaluation-list dl a:hover dd h3 {
    color: #1c499e;
    text-decoration: underline;
}

.page-evaluation-list dl:hover {
    border-color: #1c499e;
}

.page-evaluation-lista {}

.page-evaluation-lista dl {
    width: 441px;
    height: 146px;
    float: left;
    margin: 20px 20px 0 0;
    padding: 10px;
    border: 2px solid #d0d0d0;
}

.page-evaluation-lista dl:nth-child(2n) {
    margin-right: 0;
}

.page-evaluation-lista dl dt {
    width: 200px;
    height: 146px;
    position: relative;
    float: left;
    overflow: hidden;
}

.page-evaluation-lista dl dt img {
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.page-evaluation-lista dl a:hover dt img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.page-evaluation-lista dl dd {
    float: left;
    width: 226px;
    margin-left: 15px;
    height: 146px;
    position: relative
}

.page-evaluation-lista dl dd h3 {
    border-bottom: 2px solid #1c499e;
    padding-bottom: 5px;
    color: #333;
    font-weight: 700;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-evaluation-lista dl dd h6 {
    padding-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.page-evaluation-lista dl a:hover dd h3 {
    color: #1c499e;
    text-decoration: underline;
}

.page-evaluation-lista dl:hover {
    border-color: #1c499e;
}

.page-client {
    border-top: 1px dotted #aaa;
    padding: 70px 0 0
}

.page-more {
    text-align: center;
    margin-top: 40px;
}

.page-more a {
    display: inline-block;
    padding: 0 28px 0 20px;
    border-radius: 15px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #1c499e;
    background-image: url(../images/icon-w-jiao.png);
    background-repeat: no-repeat;
    background-position: 75px 50%;
}

.page-more a:hover {
    background-color: #1c499e
}

/* detail 详细页 */
.relevant {
    padding-top: 10px;
}

.fh {
    width: 100%;
    margin-top: 10px;
    float: left;
}

.fh a {
    font-size: 28px
}

.relevantPn {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.xyp {
    width: 230px;
    float: right;
}

.xyp a {}

.relevantPn p,
.relevantPn p a {
    font-size: 14px;
    line-height: 40px;
}

.relevantPn p {
    width: 50%;
}

.relevantPn p a:hover {
    text-decoration: underline;
}

.relevantTitle {
    background-color: #555;
    padding-left: 15px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
}

.relevantContent {
    overflow: hidden;
    margin-top: 20px;
}

.relevantContent ul {}

.relevantContent li {
    width: 232px;
    float: left;
}

.relevantContent li a {}

.relevantContent li a img {
    width: 220px;
    height: 170px;
}

.relevantContent li p {
    text-align: center;
}

.relevantNews {
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px 15px;
}

.relevantNews li {
    line-height: 40px;
    width: 48%;
    float: left;
    border-top: 1px dotted #ddd;
    padding-right: 2%;
}

.relevantNews li a {
    position: relative;
    display: block;
    padding-left: 10px;
    font-size: 14px;
}

.relevantNews li a em {
    width: 4px;
    height: 7px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -3px;
    background: url(../images/jiao-b-3.png) no-repeat right 50%;
}

.relevantNews li span {
    float: right;
    font-size: 12px;
    color: #888;
}

.relevantNews li a:hover {
    color: #1c499e;
    margin-left: 5px;
    text-decoration: underline;
}

.relevantNews li:nth-child(2n) {
    padding: 0 0 0 2%;
}

.relevantNews li:nth-child(1),
.relevantNews li:nth-child(2) {
    border: none;
}

/* 产品综合页 */
.page-product-clss {
    border: 2px solid #1c499e;
    border-radius: 10px;
    padding: 10px;
    margin-top: 20px;
}

.page-product-clss dl {
    height: 400px;
}

.page-product-clss dl dt {
    float: left;
    width: 490px;
    height: 400px;
}

.page-product-clss dl dd {
    float: left;
    width: 410px;
    height: 400px;
    position: relative;
    margin-left: 20px;
}

.page-product-clss dl dd h3 {
    padding-top: 10px;
}

.page-product-clss dl dd h3 a {
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
    color: #809c20;
}

.page-product-clss dl dd h3 a:hover {
    color: #1c499e;
    text-decoration: underline;
}

.page-product-clss dl dd h6 {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    padding: 20px 0 10px;
}

.page-product-clss dl dd p {
    font-size: 14px;
    line-height: 24px;
}

.page-product-clss dl dd h5 {}

.page-product-clss dl dd h5 a {
    display: inline-block;
    padding: 0 28px 0 20px;
    border-radius: 15px;
    float: right;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #1c499e;
    background-image: url(../images/icon-w-jiao.png);
    background-repeat: no-repeat;
    background-position: 100px 50%;
    position: absolute;
    left: 0;
    bottom: 45px;
}

.page-product-clss dl dd h5 a.btn-b {
    background-color: #1b1b1b;
    background-position: 76px 50%;
    left: 130px;
}

.page-product-clss dl dd h5 a:hover {
    background-color: #1c499e
}

.page-product-list {
    padding-top: 10px;
}

.page-product-list dl {
    width: 450px;
    margin: 30px 30px 0 0;
    float: left;
}

.page-product-list dl:nth-child(2n) {
    margin-right: 0;
}

.page-product-list dl dt {}

.page-product-list dl dd {
    background-color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

/* 产品详情 */
.tb-pic a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    *display: block;
    *font-family: Arial;
    *line-height: 1;
    *font-size: 271px;
}

.tb-pic img {
    vertical-align: middle;
}

.tb-pic,
.tb-pic a {
    height: 440px;
    width: 440px;
}

.tb-pic,
.tb-pic img {
    max-height: 440px;
    max-width: 440px;
}

.tb-pic {
    border: 1px solid #e5e5e5;
    position: relative;
    z-index: 1;
}

.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background: #fff;
    border: 1px solid #ccc;
    display: none;
    text-align: center;
    overflow: hidden;
}

.zoomMask {
    position: absolute;
    background: url(../images/mask.png);
    cursor: move;
    z-index: 999;
}

.tb-picList {
    height: 62px;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
}

.tb-picList .prev,
.tb-picList .next {
    position: absolute;
    top: 0px;
    display: inline-block;
    width: 20px;
    height: 62px;
    background-image: url(../images/propn.png);
    background-repeat: no-repeat;
    background-position: left top;
    -ms-transition-duration: 0s;
    transition-duration: 0s;
    z-index: 99;
    cursor: pointer;
}

.tb-picList .prev {
    left: 0;
    background-position: left top;
}

.tb-picList .next {
    right: 0;
    background-position: right top;
}

.tb-picList .prev:hover {
    background-position: left bottom;
}

.tb-picList .next:hover {
    background-position: right bottom;
}

.tb-picList .tb-thumb {
    position: relative;
    width: 366px;
    height: 62px;
    margin: 0 auto;
    overflow: hidden;
}

.tb-picList .tb-thumb ul {
    position: absolute;
    width: 999999px;
    display: table;
}

.tb-picList .tb-thumb li {
    float: left;
    width: 76px;
    overflow: hidden;
    position: relative;
}

.tb-picList .tb-thumb a {
    display: table-cell;
    width: 60px;
    border: 1px solid #dadada;
    text-align: center;
    background: #fff;
    height: 60px;
    vertical-align: middle;
}

.tb-picList .tb-thumb img {
    max-width: 100%;
    cursor: pointer;
}

.tb-picList .tb-thumb em {
    position: absolute;
    width: 58px;
    height: 58px;
    border: 2px solid #1c499e;
    top: 0;
    left: 0;
    display: none;
}

.tb-picList .tb-thumb .selected em {
    display: block;
}

.productTop {
    padding: 25px 0;
}

.productIntro {
    width: 460px;
    height: 440px;
    position: relative;
}

.productIntro h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #333;
    padding-bottom: 15px;
}

.descriptionBox {
    margin-top: 10px;
}

.descriptionBox dl {
    padding: 20px 20px;
    background-color: #f8f8f8;
}

.descriptionBox dl dt {
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    color: #333;
}

.descriptionBox dl dd {
    font-size: 14px;
    line-height: 28px;
    color: #555
}

.proInfoBo {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.proShare {
    padding-bottom: 20px;
}

.hotLine {
    position: relative;
    padding: 0 0 20px 40px;
    background-image: url(../images/tel.png);
    background-repeat: no-repeat;
    background-position: left 2px;
}

.hotLine p {
    font-size: 12px;
    line-height: 16px;
    color: #888;
}

.hotLine h3 {
    font-size: 24px;
    line-height: 24px;
    color: #333;
}

.productOrder {}

.productOrder a {
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    border-radius: 0px;
    background: #e60;
    margin-right: 10px;
}

.productOrder a:hover {
    background-color: #1c499e;
}

/* product-top end */
.productContentTitle {
    height: 40px;
    background-color: #f5f5f5;
    font-size: 16px;
    line-height: 40px;
    color: #333;
    padding-left: 0px;
    position: relative;
    border-top: 2px solid #1c499e;
}

.productContentTitle ul li {
    float: left;
    padding: 0 25px;
    cursor: pointer;
}

.productContentTitle ul li.on {
    background-color: #1c499e;
    color: #fff;
}

.productText {
    font-size: 14px;
    line-height: 2em;
    padding: 15px 0 20px;
}

/* faq */
.page-faq-content {
    padding: 30px 0 0px;
}

.page-faq-list {
    position: relative;
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

.page-faq-list.curr:before {
    content: "";
    overflow: hidden;
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    height: 2px;
    background-color: #1c499e;
}

.page-faq-list dt {
    padding-left: 50px;
    font-size: 16px;
    line-height: 50px;
    color: #333;
    position: relative;
}

.page-faq-list dt em {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-color: #1c499e;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    border-radius: 3px;
}

.page-faq-list dd {
    padding: 0px 15px 15px 50px;
    font-size: 14px;
    line-height: 26px;
    display: none;
}

/* job */
.page-job-content {
    padding-top: 25px;
}

.page-job-list {
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

.page-job-title {
    cursor: pointer;
}

.page-job-title ul {
    background-color: #f8f8f8;
}

.page-job-title ul li {
    width: 25%;
    float: left;
    font-size: 14px;
    line-height: 40px;
}

.page-job-title ul li span {
    display: inline-block;
    padding: 0 5px 0 15px;
    font-weight: 700;
    color: #000;
}

.page-job-co {
    padding: 0 0 15px;
    display: none;
    border-top: 1px solid #e5e5e5;
}

.page-job-co dl {
    padding: 15px 15px 0;
}

.page-job-co dl dt {
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    color: #333;
}

.page-job-co dl dd {
    font-size: 14px;
    line-height: 24px;
}

.page-job-co h6 {
    padding: 15px 0 0 15px;
}

.page-job-co h6 a.jobLink {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    padding: 0 18px;
    background-color: #888;
}

.page-job-co h6 a.jobLink:hover {
    background-color: #1c499e
}

/* news */
.page-news {
    padding: 50px 0 100px;
}

.page-news-hot {
    margin-top: 10px;
    position: relative;
    margin-right: -50px;
}

.page-news-hot ul {
    float: left;
    width: 380px;
    margin-right: 30px;
}

.page-news-hot dl {
    position: relative;
    overflow: hidden;
    height: 266px;
}

.page-news-hot dl dt {
    height: 220px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}

.page-news-hot dl dd {
    position: absolute;
    left: 0;
    right: 0;
    top: 180px;
    bottom: 0;
    background-image: url(../images/tm-b-8.png);
    background-position: left top;
    padding: 18px 20px 0;
    color: #fff;
    letter-spacing: 1px;
}

.page-news-hot dl dd h3 {
    font-size: 16px;
    line-height: 30px;
    padding: 0px 0 0px;
}

.page-news-hot dl dd h6 {
    font-size: 12px;
    line-height: 30px;
    color: #ddd;
    padding-bottom: 5px;
}

.page-news-hot dl dd p {
    font-size: 12px;
    line-height: 20px;
    color: #ddd;
}

.page-news-hot a:hover h3 {
    text-decoration: underline;
}

.page-news-list {
    position: relative;
    margin-top: 10px;
}

.page-news-list dl {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.page-news-list dl dt {
    float: left;
    width: 260px;
    height: 180px;
    position: relative;
    overflow: hidden;
}

.page-news-list dl dt img {
    width: 260px;
    height: 180px;
}

.page-news-list dl dd {
    float: left;
    width: 650px;
    height: 180px;
    position: relative;
    margin-left: 20px;
}

.page-news-list dl dd h3 {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    padding-top: 5px;
}

.page-news-list dl dd p {
    font-size: 12px;
    line-height: 22px;
    color: #666;
    padding-top: 10px;
}

.page-news-list dl dd p.time {
    font-size: 14px;
    line-height: 20px;
    padding: 3px 0 0px;
}

.page-news-list dl dd h6 {
    position: absolute;
    left: 0;
    bottom: 0px;
}

.page-news-list dl dd h6 span {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    position: relative;
    padding: 0 12px;
    background-color: #ccc;
    border-radius: 3px;
}

.page-news-list dl a:hover dd h3 {
    color: #1c499e;
    text-decoration: underline;
}

.page-news-list dl a:hover dd span {
    background-color: #1c499e;
    color: #fff;
}

.page-solution-hot {
    padding-top: 30px;
    position: relative;
}

.page-solution-hot dl {
    position: relative;
    width: 375px;
    height: 170px;
    float: left;
    margin-left: 20px;
    padding: 14px 19px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
}

.page-solution-hot dl:nth-child(1) {
    margin-left: 0;
}

.page-solution-hot dl dt {
    font-family: "Helvetica-Neue-76344c9ab17559";
    font-size: 20px;
    line-height: 30px;
    color: #555;
}

.page-solution-hot dl dd {}

.page-solution-hot dl dd h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    color: #333;
}

.page-solution-hot dl dd p {
    font-size: 14px;
    line-height: 24px;
    color: #888;
}

.page-solution-hot dl a:hover dd h3 {
    color: #1c499e;
}

.page-solution-list {
    position: relative;
    padding-top: 15px;
}

.page-solution-list dl {
    padding: 15px 0px;
}

.page-solution-list dl dt {
    float: left;
    width: 340px;
    height: 240px;
    overflow: hidden;
}

.page-solution-list dl dd {
    float: left;
    width: 550px;
    height: 200px;
    padding: 20px 20px 18px;
    background-color: #f6f6f6;
    position: relative;
    border-bottom: 2px solid #cdcdcd;
}

.page-solution-list dl dd h3 {
    font-size: 18px;
    line-height: 30px;
    color: #333;
}

.page-solution-list dl dd h5 {
    font-size: 14px;
    line-height: 30px;
    color: #333
}

.page-solution-list dl dd p {
    font-size: 12px;
    line-height: 24px;
    color: #666;
    padding-top: 4px;
}

.page-solution-list dl dd h6 {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.page-solution-list dl dd h6 span {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    position: relative;
    padding: 0 12px;
    background-color: #ccc;
    border-radius: 3px;
}

.page-solution-list dl a:hover dd h3 {
    color: #1c499e;
}

.page-solution-list dl a:hover dd h5 {
    color: #1c499e;
}

.page-solution-list dl a:hover dd h6 span {
    background-color: #1c499e;
    color: #333;
}

.page-solution-list dl a:hover dd {
    border-color: #1c499e;
}

/* news detail*/
.articleTop {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 30px 0 20px;
    margin-bottom: 20px;
}

.articleTop h2 {
    font-size: 22px;
    line-height: 30px;
    color: #000;
}

.articleTop p {
    font-size: 12px;
    line-height: 30px;
    color: #999;
}

.articleTop span {
    display: inline-block;
    padding: 0 15px;
}

.articleShow {
    margin-bottom: 20px;
    font-size: 14px;
}

/* case */
.page-case {
    padding: 0px 0 0px;
}

.page-case-list {
    margin-top: 10px;
    position: relative;
    margin-right: -50px;
}

.page-case-list ul {
    float: left;
    width: 285px;
    margin: 20px 20px 0 0;
    overflow: hidden;
}

.page-case-list ul:nth-child(4n) {
    margin-right: 0px;
}

.page-case-list dl {
    background-color: #fff;
    position: relative;
}

.page-case-list dl dt {
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 4px;
}

.page-case-list dl dd {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    padding: 5px 18px;
    background-color: #fafafa;
    transition-duration: 0.3s;
    height: 110px;
}

.page-case-list dl dd h3 {
    font-size: 16px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-case-list dl dd p {
    font-size: 12px;
    line-height: 20px;
    color: #666;
}

.page-case-list a:hover dl dt {
    border-color: #1c499e
}

.page-case-list a:hover dl dd h3 {
    color: #1c499e;
}

/* pic-list */
.picList {
    position: relative;
    padding-top: 10px;
}

.picList ul {
    float: left;
    overflow: hidden;
}

.picList dl dt {
    position: relative;
    overflow: hidden;
}

.picList dl dd {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #333;
}

.picList a:hover dl dt {
    border-color: #1c499e;
}

.picList a:hover dl dd {
    color: #1c499e;
}

.pic-one-list ul {
    width: 300px;
    margin: 15px 15px 0 0;
}

.pic-one-list ul:nth-child(3n) {
    margin-right: 0px;
}

/* .pic-case-list ul {
    width: 300px;
    margin: 15px 15px 0 0;
}

.pic-case-list ul dl dt {
    height: 250px;
}

.pic-case-list ul dl dt em {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    box-shadow: 0px 0 0 4px #fff inset;
}

.pic-case-list ul:nth-child(3n) {
    margin-right: 0px;
}

.pic-case-list ul dl dt em img {
    width: 288px;
    height: 230px;
} */
.pic-case-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    text-align: center;
}

.pic-case-list .item {
    /* width: 300px; */
    /* margin: 15px 15px 0 0; */
}

.pic-case-list .item .dl .dt {
    height: 250px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    position: relative;
}

.pic-case-list .item .dl .dt em {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;

    box-shadow: 0px 0 0 4px #fff inset;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
    background: #fff;
}

.pic-case-list .item .dl .dt .back_box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.pic-case-list .item .dl .dt .back_box .top_line {
    position: absolute;
    width: 0%;
    height: 1px;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    background-color: #3362a8;
    z-index: 2;
    transition: all 0.5s;
}

.pic-case-list .item .dl .dt .back_box .right_line {
    position: absolute;
    width: 1px;
    height: 0%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto 0px;
    background-color: #3362a8;
    z-index: 2;
    transition: all 0.5s;
}

.pic-case-list .item .dl .dt .back_box .bottom_line {
    position: absolute;
    width: 0%;
    height: 1px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    background-color: #3362a8;
    z-index: 2;
    transition: all 0.5s;
}

.pic-case-list .item .dl .dt .back_box .left_line {
    position: absolute;
    width: 1px;
    height: 0%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto 0px;
    background-color: #3362a8;
    z-index: 2;
    transition: all 0.5s;
}

.pic-case-list .item .dl .dt:hover .back_box .top_line,
.pic-case-list .item .dl .dt:hover .back_box .bottom_line {
    width: 100%;
}

.pic-case-list .item .dl .dt:hover .back_box .right_line,
.pic-case-list .item .dl .dt:hover .back_box .left_line {
    height: 100%;
}

.pic-case-list .item:nth-child(3n) {
    margin-right: 0px;
}

.pic-case-list .item .dl .dt em img {
    /* width: 100%;
    height: 100%;
    object-fit: contain; */

    width: 99%;
    height: 99%;
    object-fit: contain;
    padding: 0px !important;
}

.pic-honor-list ul {
    width: 300px;
    margin: 15px 15px 0 0;
}

.pic-honor-list ul:nth-child(3n) {
    margin-right: 0px;
}

.pic-hzhb-list {}

.pic-hzhb-list ul {
    width: 220px;
    margin: 15px 16px 0px 0;
    background-color: #fff;
}

.pic-hzhb-list dl dt img {
    width: 210px;
    height: 111px;
}

.pic-hzhb-list ul:nth-child(4n) {
    margin-right: 0px;
}

/* pageCase */
.pageCase {}

.pageCase ul {
    float: left;
    overflow: hidden;
    width: 300px;
    margin: 0px 15px 15px 0;
}

.pageCase ul:nth-child(3n) {
    margin-right: 0px;
}

.pageCase dl {
    position: relative;
}

.pageCase dl dt {
    position: relative;
    overflow: hidden;
}

.pageCase dl dd {
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #333;
    padding: 0 15px;
}

.pageCase a:hover dl dd {
    color: #1c499e;
}

/* 服务支持 */
.page-service {
    padding: 0px 0 20px;
}

.serviceBox1 li {
    height: 300px;
    overflow: hidden;
    background: #f4f4f4;
    font-size: 14px;
}

.serviceBox1 li img {
    width: 600px;
    height: 300px;
}

.serviceBox1 li .font {
    height: 210px;
    padding-left: 50px;
    padding-top: 90px;
    width: 550px;
    position: relative;
    z-index: 10;
}

.serviceBox1 li:nth-child(1) .font:before {
    content: "";
    position: absolute;
    top: 165px;
    left: 50px;
    width: 60px;
    height: 3px;
    background-color: #1c499e;
}

.serviceBox1 li .font h3 {
    color: #1c499e;
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.serviceBox1 li .font h3 span {
    display: block;
    font-size: 14px;
    font-family: Arial;
    color: #999;
}

.serviceBox1 li.two .font {
    text-align: right;
    padding-left: 0;
    padding-right: 50px;
}

.serviceBox1 li.two .font h3 {}

.serviceBox1 li.two .font:after {
    content: "";
    position: absolute;
    top: 165px;
    right: 50px;
    width: 60px;
    height: 3px;
    background-color: #1c499e;
}

/* page-contact  */
.contact_contact {
    margin-top: 30px;
    margin-bottom: 40px;
}

.contactText {
    font-size: 14px;
    line-height: 2em;
    margin-top: 20px;
}

.conatct_h2 {
    text-align: center;
    font-size: 28px;
    color: rgb(34, 34, 34);
    margin-bottom: 5px;
    display: block;
}

.conatct_h2p {
    text-align: center;
    margin-top: 5px;
    font-size: 18px;
    color: #222;
    font-family: Arial;
    text-transform: uppercase;
    display: block;
    padding-bottom: 20px
}

/* feedback*/
.foodback {
    padding: 50px 100px 50px 300px;
    background-color: #f5f5f5;
    margin-top: 20px;
}

.foodback-text {
    font-size: 14px;
    line-height: 28px;
    color: #555;
    padding-top: 30px;
}

.feedback-text span {
    color: #e00;
}

.feedback-form dl.even {
    margin-right: 30px;
}

.feedback-form dl.content {
    width: 100%;
}

.feedback-form dl {
    position: relative;
    padding-left: 60px;
    margin-top: 20px;
}

.feedback-form dl dt {
    font-size: 14px;
    line-height: 32px;
    color: #555;
    position: relative;
    padding-bottom: 5px;
    position: absolute;
    left: 0;
    top: 0;
}

.feedback-form dl dt span {
    color: #e00;
    display: inline-block;
    padding: 0 5px;
}

.feedback-form dl dd {}

.feedback-form dl dd input {
    width: 500px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #ccc;
    font: 14px/30px "\5fae\8f6f\96c5\9ed1", sans-serif;
}

.feedback-form dl dd textarea {
    height: 200px;
    width: 500px;
    padding: 10px;
    border: 1px solid #ccc;
    display: block;
    font: 14px/30px "\5fae\8f6f\96c5\9ed1", sans-serif;
}

.feedback-btn {
    padding-left: 60px;
}

.feedback-btn .btns {
    width: 120px;
    height: 40px;
    margin-right: 10px;
    background: #1c499e;
    color: #fff;
    font: 14px/30px "\5fae\8f6f\96c5\9ed1", sans-serif;
    cursor: pointer;
}

.feedback-btn .reset {
    background: #ccc;
    cursor: pointer;
    margin-bottom: 0;
}

.feedback-code {
    height: 32px;
    padding: 20px 0 20px 60px;
}

.feedback-code input {
    width: 150px;
    margin-right: 10px;
    color: #999;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #ccc;
    font: 14px/30px "\5fae\8f6f\96c5\9ed1", sans-serif;
}

.feedback-code .checkcode {
    width: 50px;
    height: 22px;
    margin-left: 5px;
    border: 1px solid #ccc;
    padding: 4px 5px;
    display: block;
    float: left;
    background: #fff;
}

#feedback_form input:focus,
#feedback_form textarea:focus {
    border-color: #1c499e;
}

.feedback-btn input:hover {
    background-color: #1c499e
}

;

/* site map */
#sitemap {
    padding: 40px 0 50px;
}

.map-title {
    height: 60px;
    border-bottom: 2px solid #555;
    margin-top: 40px;
}

.map-title ul {
    float: left;
    background-color: #555;
    padding: 0 20px;
}

.map-title ul a {
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    display: inline-block;
    padding: 0 20px;
}

.map-title ul a:hover {
    text-decoration: underline;
}

.map-location {
    font-size: 14px;
    line-height: 30px;
    padding: 20px 0;
}

.map-content {
    padding-bottom: 50px;
}

.map-content dl {
    padding: 15px 20px;
    border-top: 1px solid #ddd;
    background-image: url(../images/tm-w-1.png);
}

.map-content dl dt {}

.map-content dl dt a {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.map-content dl dt a:hover {
    text-decoration: underline;
    color: #1c499e;
}

.map-content dl dd {
    padding-top: 5px;
}

.map-content dl dd li {
    float: left;
    width: 20%;
}

.map-content dl dd li a {
    font-size: 14px;
    line-height: 30px;
    position: relative;
    display: inline-block;
    padding-left: 12px;
}

.map-content dl dd li a span {
    font-size: 12px;
    font-family: "\5b8b\4f53";
    position: absolute;
    left: 0;
    top: 0;
}

.map-content dl dd a:hover {
    text-decoration: underline;
}

.map-content dl:nth-child(2n) {
    background-image: url(../images/tm-w-3.png);
}

/* video */
.page-video-list {}

.page-video-list dl {
    float: left;
    width: 450px;
    margin-right: 20px;
    padding-bottom: 20px;
}

.page-video-list dl:nth-child(2n) {
    margin-right: 0;
}

.page-video-list dl dt {
    height: 323px;
    overflow: hidden
}

.page-video-list dl dd {
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}

.videoDetail {
    background-color: #fff;
    padding: 20px 200px 50px;
}

.relevantVideo {
    padding-top: 20px;
}

.relevantVideo dl {
    float: left;
    width: 290px;
    margin-right: 13px;
}

.relevantVideo dl:nth-child(4n) {
    margin-right: 0;
}

.relevantVideo dl dt {
    height: 208px;
    overflow: hidden;
}

.relevantVideo dl dd {
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}

/* picturePic */
.picturePic {
    background-color: #f5f5f5;
    padding: 20px;
    position: relative;
}

.keyboardControl {
    width: 64px;
    height: 42px;
    background: url(../images/keyboardcontrol.png) no-repeat left top;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 999;
}

.pictureSwiper .swiper-slide {
    text-align: center;
}

.pictureSwiper .swiper-slide img {
    max-width: 100%;
}

.pictureText {
    font-size: 14px;
    line-height: 2em;
    padding: 20px 0 0;
}

/* detail 详细页 */
.relevant {
    padding-top: 30px;
    float: left;
    width: 100%;
}

.relevantPn {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.relevantPn p,
.relevantPn p a {
    font-size: 14px;
    line-height: 40px;
}

.relevantPn p {
    width: 50%;
}

.relevantPn p a:hover {
    text-decoration: underline;
}

.relevantTitle {
    background-color: #555;
    padding-left: 15px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
}

.relevantContent {}

.relevantNews {
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px 15px;
}

.relevantNews li {
    line-height: 40px;
    width: 48%;
    float: left;
    border-top: 1px dotted #ddd;
    padding-right: 2%;
}

.relevantNews li a {
    position: relative;
    display: block;
    padding-left: 10px;
    font-size: 14px;
}

.relevantNews li a em {
    width: 4px;
    height: 7px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -3px;
    background: url(../images/jiao-b-3.png) no-repeat right 50%;
}

.relevantNews li span {
    float: right;
    font-size: 12px;
    color: #888;
}

.relevantNews li a:hover {
    color: #1c499e;
    margin-left: 5px;
    text-decoration: underline;
}

.relevantNews li:nth-child(2n) {
    padding: 0 0 0 2%;
}

.relevantNews li:nth-child(1),
.relevantNews li:nth-child(2) {
    border: none;
}

/* downloadList */
.downloadList {
    margin-top: 20px;
}

.downloadList li {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.downloadList h2 {
    float: left;
    background: url(../images/downloadbg.png) no-repeat 10px 50%;
    padding-left: 35px;
    font-size: 14px;
    color: #000;
}

.downloadList a {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 10px;
    padding: 0 20px 0 40px;
    background-image: url(../images/downloadb.png);
    background-repeat: no-repeat;
    background-position: 20px 9px;
    background-size: 14px;
    background-color: #aaa;
    font-size: 14px;
    border-radius: 3px;
    line-height: 30px;
    color: #fff;
}

.downloadList a:hover {
    background-color: #e60;
}

.figureNav {}

.figureNavCo {
    float: left;
    margin-left: 8px;
    width: 293px;
    background-color: #efefef;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    position: relative;
    height: 230px;
}

.figureNavCo:nth-child(1) {
    margin-left: 0;
    width: 595px;
}

.figureNavCo:nth-child(1) dl dd p {
    width: 50%;
    float: left;
}

.figureNav dl {
    padding: 15px 15px 20px 90px;
    position: relative;
}

.figureNav dl em {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 15px;
    top: 15px;
    background-color: #cecece;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: left top;
}

.figureNav dl dt {}

.figureNav dl dt a {
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    color: #333;
}

.figureNav dl dd {
    padding-top: 3px;
}

.figureNav dl dd p {
    background: url(../images/jiao.png) no-repeat 0px 12px;
}

.figureNav dl dd p a {
    font-size: 14px;
    line-height: 30px;
    display: block;
    background-color: #efefef;
}

.figureNav dl dt a:hover {
    color: #1c499e;
}

.figureNav dl dd p a:hover {
    margin-left: 10px;
    color: #1c499e;
}

.figureNav dl:hover em {
    background-color: #1c499e
}

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

.figureAD dl {
    width: 294px;
    float: left;
    margin-left: 8px;
}

.figureAD dl:nth-child(1) {
    margin-left: 0;
    width: 596px;
}

.figureAD dl dt {
    border: 2px solid #eeeeee;
    border-bottom: none;
}

.figureAD dl dt img {
    width: 290px;
    height: 320px;
}

.figureAD dl:nth-child(1) dt img {
    width: 592px;
}

.figureAD dl dd {
    background-color: #eeeeee;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #333;
}

.figureAD dl a:hover dt {
    border-color: #1c499e
}

.figureAD dl a:hover dd {
    background-color: #1c499e;
    color: #fff;
}

.figureAD dl:hover {
    border-color: #1c499e;
    box-shadow: 0 0 10px 0 #ddd;
}

.figureTitle {}

.figureTitle ul {
    height: 34px;
    background: url(../images/home-pro-top.png) repeat-x left top;
    border-radius: 34px;
    border: 1px solid #eee;
}

.figureTitle ul li {
    float: left;
    width: 399px;
    text-align: center;
    font-size: 14px;
    line-height: 34px;
    color: #666;
    cursor: pointer;
    position: relative;
    border-radius: 34px;
}

.figureTitle li.on {
    color: #fff;
    background-color: #1c499e;
}

.figureBox {
    margin-top: 10px;
}

.figureList {}

.figureList .homeProductList {
    width: 290px;
    height: 305px;
    border: 2px solid #eee;
    position: relative;
    padding-bottom: 50px;
    float: left;
    margin: 8px 8px 0 0;
}

.figureList .homeProductList:nth-child(3n) {
    margin-right: 8px;
}

.figureList .homeProductList:nth-child(4n) {
    margin-right: 0;
}

.figureList .homeProductList:hover {
    border-color: #1c499e;
    box-shadow: 0 0 10px 0 #ddd;
}

.figureList .homeProductList dl {}

.figureList .homeProductList dl dt {
    height: 213px;
    overflow: hidden;
}

.figureList .homeProductList dl dd {
    border-top: 1px solid #eee;
    padding: 10px 15px 0
}

.figureList .homeProductList dl dd h3 {
    font-size: 14px;
    line-height: 30px;
    color: #333;
    text-align: center;
}

.figureList .homeProductList dl a:hover dd h3 {
    color: #1c499e
}

.figureList .homeProductList dl dd p {
    font-size: 12px;
    line-height: 20px;
    color: #888;
}

.homeProductList ul {
    height: 26px;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.homeProductList ul li {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    background-color: #eee;
    border-radius: 3px;
    float: left;
    margin-left: 2px;
    cursor: pointer;
    position: relative;
}

.homeProductList ul li:hover {
    background-color: #1c499e
}

.homeProductList ul li a {
    display: block;
    height: 26px;
}

.homeProductList ul li.qq {
    background-image: url(../images/zx-qq.png);
}

.homeProductList ul li.ww {
    background-image: url(../images/zx-ww.png);
}

.homeProductList ul li.wx {
    background-image: url(../images/zx-wx.png);
}

.homeProductList ul li.wx span {
    background-color: #eee;
    display: inline-block;
    width: 100px;
    height: 100px;
    padding: 4px;
    position: absolute;
    top: -110px;
    left: -41px;
    border-radius: 3px;
    display: none;
}

/* 单页  */
.page-content {
    width: 930px;
    padding: 50px 0;
  }
  .page-about {
  }
  .page-about dl {
    width: 450px;
    padding-right: 40px;
  }
  .page-about dl dt {
  }
  .page-about dl dt h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #111;
  }
  .page-about dl dt p {
    font-size: 12px;
    line-height: 30px;
  }
  .page-about dl dd {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 15px;
  }
  .page-about dl dd p {
    padding: 10px 0;
    font-size: 14px;
    line-height: 28px;
    text-indent: 2em;
  }
  .page-about-pic {
    width: 440px;
  }
  .page-idea {
  }
  .page-idea-list {
    padding-top: 5px;
  }
  .page-idea-list dl {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0 20px;
  }
  .page-idea-list dl dt {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #111;
  }
  .page-idea-list dl dd {
    font-size: 18px;
    line-height: 30px;
    color: #333;
  }
  .page-culture {
    height: 650px;
    background: url(../images/culture.jpg) no-repeat left top;
  }
  .page-culture ul {
    padding: 10px 0 0 280px;
  }
  .page-culture ul li {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 0;
  }
  .page-culture ul li span {
    color: #111;
  }
  .page-course {
  }
  .page-course-list {
    background: url(../images/courseline.jpg) repeat-y center top;
    padding: 90px 0 50px;
    position: relative;
  }
  .page-course-list:before {
    content: "";
    overflow: hidden;
    position: absolute;
    background-color: #111;
    left: 50%;
    margin-left: -5px;
    top: 0;
    height: 11px;
    width: 11px;
    border-radius: 50%;
  }
  .page-course-list dl {
    background: url(../images/courselist.jpg) no-repeat left bottom;
    width: 194px;
    height: 165px;
    padding: 0 25px;
    margin-left: 219px;
    margin-top: -50px;
  }
  .page-course-list dl:nth-child(2n) {
    background: url(../images/courselistb.jpg) no-repeat right bottom;
    margin-left: 468px;
  }
  .page-course-list dl dt {
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    color: #111;
  }
  .page-course-list dl dd {
    font-size: 14px;
    line-height: 20px;
  }
  .page-course-logo {
    text-align: center;
  }
  .page-course-logo dt {
  }
  .page-course-logo dd {
    padding-top: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #111;
  }
  /*下一页*/
  .cms_page {
    /* margin:10px auto;*/
    line-height: 180%;
    text-align: center;
    padding-top: 20px;
    /* margin: auto; */
    /* width: 500px; */
  }
  .cms_page .pagination{
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px;
  }
  .cms_page li {
    /* float: left; */
    height: 30px;
    line-height: 30px;
    /* margin: 0px 4px; */
  }
  .cms_page li span{
      display: block;
    background: #fff;
    color: #111;
    height: 30px;
    min-width: 50px;
    border: 1px solid #111;
    padding: 0px 5px;
  }
  .cms_page .active span{
      background: #111;
    color: #fff;
  }
  .cms_page li a {
    display: block;
    background: #fff;
    color: #111;
    height: 30px;
    width: 50px;
    border: 1px solid #111;
  }
  .cms_page li a:hover {
    background: #111;
    color: #fff;
  }
  .cms_page .previous_s,
  .cms_page .next,
  .cms_page .previous_s a,
  .cms_page .next a {
    text-indent: -9999px;
  }
  .cms_page .previous_s,
  .cms_page .next,
  .cms_page .pages_solid {
    background: #111;
    color: #fff;
  }
  .cms_page .previous_s a {
  }
  .cms_page .previous_s,
  .cms_page .previous_s a:hover {
  }
  .cms_page .next a {
  }
  .cms_page .next,
  .cms_page .next a:hover {
  }
  