@charset "UTF-8"; * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
@font-face {
    font-family: 'iconfont';  /* Project id 3415955 */
    src: url('//at.alicdn.com/t/font_3415955_iy48bweu1jh.woff2?t=1653441835728') format('woff2'),
         url('//at.alicdn.com/t/font_3415955_iy48bweu1jh.woff?t=1653441835728') format('woff'),
         url('//at.alicdn.com/t/font_3415955_iy48bweu1jh.ttf?t=1653441835728') format('truetype');
  }

.iconfont{
    font-family:"iconfont" !important;
    font-size: 16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
body {
    overflow-x: hidden;
    font-family: "Microsoft YaHei";
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    color: #374b9b;
    text-decoration: none;
}

h1, h2, h3, h4, h5 , h6{
    margin: 0;
    font-weight: normal;
}

a:focus, a:hover {
     color: #374b9b;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: -2px;
}
.x-banner{
    position: relative;
    
}
.banner-video{
    position: absolute;
    right: 9%;
    bottom: 8%;
    z-index: 1;
    
}
.banner-video:hover{
    box-shadow: 0px 0px 27px 0px rgba(6, 0, 1, .5);
}


.x-banner .owl-carousel .banner-item a, .x-product-list li .img, .x-case-item .img, .x-news-img, .page-banner, .xypg-product-list li .img, .xypg-case-list li .img, .relate-product-slick .owl-item .img, .x-logo a, .x-layout-logo, .x-layout-ewm img, .page-message-img {
    font-size: 0;
}

.x-banner .owl-carousel .banner-item a img, .x-product-list li .img img, .x-case-item .img img, .x-news-img img, .page-banner img, .xypg-product-list li .img img, .xypg-case-list li .img img, .relate-product-slick .owl-item .img img {
    width: 100%;
}

.x-logo a img, .x-layout-logo img, .x-layout-ewm img img, .page-message-img img {
    max-width: 100%;
}

.x-product-list li .img, .x-case-item .img, .x-news-img, .xypg-product-list li .img, .xypg-case-list li .img, .relate-product-slick .owl-item .img {
    overflow: hidden;
}

.x-product-list li .img img, .x-case-item .img img, .x-news-img img, .xypg-product-list li .img img, .xypg-case-list li .img img, .relate-product-slick .owl-item .img img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-product-list li .img:hover img, .x-case-item .img:hover img, .x-news-img:hover img, .xypg-product-list li .img:hover img, .xypg-case-list li .img:hover img, .relate-product-slick .owl-item .img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.x-banner .banner-item img{
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.x-banner .banner-item:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.x-banner .banner-item .text{
    position: absolute;
    top: 34%;
    width: 100%;
    text-align: center;
}
.x-banner .banner-item .text p{
    font-size: 2.4rem;
    color: #fff;
    letter-spacing: 5px;
    line-height: initial;
    margin-top: 1%;
    margin-bottom: 2%;
}

  
.x-banner .banner-item .text h5{
    font-size: 1rem;
    color: #fff;
    display: none;
}
.x-banner .banner-item .text span:hover{
    background-color: #374b9b;
    border: 1px solid #374b9b;
}
.x-banner .banner-item .text span{
    font-size: 1rem;
    color: #fff;
    display: inline-block;
    padding: .2% .8%;
    border: 1px solid #fff;
    border-radius: 5vh;
    margin-top: 1%;
    transition: all .3s;
}

.serInput-box{
	width: 24%;
	height: 60px;
	margin: 0 auto;
	border-bottom: 1px solid #F0EFED;
	color: #fff;
}

.serInput-box .pc-search_botton {
	background: url(../images/search-bai.png) no-repeat center;
    font-size: 0;
    width: 5vh;
    height: 5vh;
    border: 0;
}

.serInput-box .searchBox {
	width: 80%;
	height: 100%;
	text-indent: 1em;
	font-size: 1rem;
	color: #fff;
	background: none;
	border: 0;
    outline: none;
}
.serInput-box input::placeholder{
    color: #fff;
}
.searchBox:-ms-input-placeholder {
	color: #fff;
}

.serInput-box .enterAs {
	width: 95px;
	height: 33px;
	border-radius: 17px;
	margin: 21px 30px 0 0;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	display: none;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	color: #fff;
	background: #085CA1;
	border: 2px #085CA1 solid;
}

.serInput-box .enterAs:hover {
	background: #FFFFFF;
	color: #333;
	border: 2px #fff solid;
}
.container-fluid {
    padding: 0 8.33333333%;
}

@media (max-width: 768px) {
    body {
        padding-top: 60px;
    }
}

.xymob-search-close-btn .icon-close:before {
    content: "";
}

.icon-font {
    position: relative;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon-font/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.n-loading .n-icon {
    background: url("../images/icon-font/loading.gif") 0 center no-repeat !important;
}

.n-default .msg-wrap .n-icon {
    background-image: url("../images/icon-font/validator_default.png") !important;
}

.n-simple .msg-wrap .n-icon {
    background-image: url("../images/icon-font/validator_simple.png") !important;
}

.n-yellow .msg-wrap .n-icon {
    background-image: url("../images/icon-font/validator_simple.png") !important;
}

/*手机端头部*/
.xymob-head {
    position: fixed;
    top: 0;
    z-index: 999999;
    left: 0;
    right: 0;
    background: #151515;
    display: none;
}

.xymob-head-box {
    position: relative;
    height: 60px;
}

.xymob-head-box .xymob-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 70%;
    height: 30px;
    text-align: center;
}

.xymob-head-box .xymob-logo h2, .xymob-head-box .xymob-logo a {
    display: inline;
    font-size: 0;
}

.xymob-head-box .xymob-logo img {
    height: 25px;
}

.xymob-navbtn {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto 0 auto 27px;
    width: 30px;
    height: 20px;
}

.xymob-navbtn span, .xymob-navbtn:after, .xymob-navbtn:before {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xymob-navbtn span {
    margin: 7px 0;
}

.xymob-navbtn:after, .xymob-navbtn:before {
    content: '';
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
}

.xymob-navbtn.clicked span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

.xymob-navbtn.clicked:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.xymob-navbtn.clicked:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.xymob-search-btn {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14%;
    text-align: center;
    line-height: 60px;
}

.xymob-search-btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.xymob-search-btn .icon-font:after {
    background-position: -30px -210px;
}

.xymob-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    height: 100vh;
    background: #151515;
    padding: 0 10%;
}

.xymob-menu .xymob-menu-box {
    height: 100vh;
    overflow: auto;
    padding-bottom: 80px;
}

.xymob-nav > li {
    border-bottom: 1px solid #2b2b2b;
    position: relative;
}

.xymob-nav > li > a {
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
}

.xymob-nav .xymob-menu-jt {
    position: absolute;
    width: 20%;
    height: 50px;
    line-height: 50px;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 9;
}

.xymob-nav .xymob-menu-jt .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.xymob-nav .xymob-menu-jt .icon-font:after {
    background-position: -30px -240px;
}

.xymob-nav .xymob-menu-jt.clicked .icon-font:after {
    background-position: -30px -270px;
}

.xymob-nav .xymob-sub-menu {
    background: #1E1E1E;
    display: none;
}

.xymob-nav .xymob-sub-menu > li {
    border-top: 1px dashed #2b2b2b;
}

.xymob-nav .xymob-sub-menu > li > a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 40px;
    text-indent: 2em;
}

.xymob-dlbtn {
    margin-top: 40px;
}

.xymob-dlbtn a {
    text-align: center;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #374b9b;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}

.xymob-dlbtn a i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.xymob-dlbtn a .icon-dl:after {
    background-position: -30px -540px;
}

.xymob-dlbtn a .icon-pn:after {
    background-position: -30px -600px;
}

.xymob-dlbtn a .icon-tc:after {
    background-position: -30px -570px;
}

.xymob-dlbtn .zx-btn {
    margin-top: 10px;
    background: none;
    border: 1px solid #fff;
}

.xymob-search {
    position: fixed;
    z-index: 99999;
    left: 100%;
    bottom: 0;
    top: 0;
    width: 100%;
    background: #151515;
    padding: 15px 15% 0 15%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xymob-search .xymob-search-close-btn {
    position: absolute;
    top: 27px;
    left: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

@media (max-width: 420px) {
    .xymob-search .xymob-search-close-btn {
        left: 15px;
    }
}

.xymob-search .xymob-search-close-btn i {
    width: 100%;
    height: 100%;
    display: block;
}

.xymob-search .xymob-search-close-btn i:after {
    background-position: -30px -300px;
}

.xymob-search .xymob-search-box {
    height: 50px;
    border-bottom: 2px solid #2d2d2d;
}

.xymob-search .xymob-search-box input[type="text"] {
    width: 80%;
    float: left;
    background: none;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 0.3);
    font-family: "Microsoft YaHei";
    font-size: 16px;
    height: 50px;
}

.xymob-search .xymob-search-box #s_btn {
    width: 20%;
    height: 50px;
    outline: none;
    cursor: pointer;
    font-size: 0;
    background: none;
    border: none;
}

.xymob-search .xymob-search-box #s_btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.xymob-search .xymob-search-box #s_btn .icon-font:after {
    background-position: -30px -210px;
}

.xymob-search .xymob-seaerch-wz span, .xymob-search .xymob-seaerch-wz a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 45px;
    border-bottom: 1px solid #2b2b2b;
}

.xymob-search.clicked {
    left: 0;
}

.x-header {
    background: #ffffff;
    padding: 1.30208333% 0;
}

.x-logo {
    float: left;
    width: 15.3125%;
}

.x-logo a {
    display: block;
}

.x-header-right {
    float: right;
    width: 25%;
    text-align: right;
}

.x-header-right #formsearch, .x-header-right .x-login {
    display: inline-block;
    vertical-align: middle;
}

.x-header-right #formsearch {
    width: calc(100% - 100px);
    position: relative;
}

.x-header-right #formsearch:before {
    content: '|';
    position: absolute;
    left: 36px;
    top: 5px;
}

.x-header-right #formsearch #s_btn {
    float: left;
    outline: none;
    border: none;
    width: 35px;
    height: 30px;
    font-size: 0;
    background-image: url(../images/icon-font/icon_spirit.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 -210px;
}

.x-header-right #formsearch #keyword {
    float: left;
    background: none;
    outline: none;
    border: none;
    width: calc(100% - 35px);
    color: rgba(0, 0, 0, 0.8);
    margin-top: 5px;
    height: 20px;
    padding-left: 10px;
}

.x-header-right .x-login {
    font-size: 14px;
    color: #000000;
    line-height: 30px;
}

.x-header-right .x-login .username {
    max-width: 75px;
    vertical-align: -10px;
    display: inline-block;
}

.x-header-right .x-login a {
    color: #000;
}

.x-header-right .x-login a:hover {
    color: #374b9b;
}

/* 扥路 */
.xa-login {
    position: absolute;
    width: 50%;
    text-align: right;
    top: 0;
    right: 8.33333333%;
}

/* 首页banner样式 */
.x-banner .owl-carousel {
    position: relative;
}

.x-banner .owl-carousel .banner-item a {
    display: block;
}



.x-banner .owl-carousel .owl-nav button.owl-prev {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    width: 22px;
	height: 39px;
    background: url(../images/icon-font/owl-prev.png) no-repeat center center;
    position: absolute;
    left: 10.9vw;
    transform: translateY(-50%);
}

 .x-banner .owl-carousel .owl-nav button.owl-next {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    width: 22px;
	height: 39px;
    background: url(../images/icon-font/owl-next.png) no-repeat center center;
    position: absolute;
    right: 10.9vw;
    transform: translateY(-50%);
}

.x-banner .owl-carousel .owl-nav .icon-font {
    display: block;
    width: 100%;
    height: 100%;
    display: none;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
    background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
    background-position: -26px -480px;
}

@media (max-width: 990px) {
    .x-banner .owl-carousel .owl-nav button.owl-prev, .x-banner .owl-carousel .owl-nav button.owl-next {
        height: 40px;
        width: 30px;
        margin-top: -20px;
    }

    .x-banner .owl-carousel .owl-nav .iconfont {
        font-size: 20px;
    }
}

.x-banner .owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 5%;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    outline: none;
    width: 2.5rem;
	height: 0.25rem;
	background-color: #f3f3f3;
	border-radius: 2.5px;
	opacity: 0.5;
    margin: 0 0.25rem;
    transition: all ease .3s;
}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
    opacity: 1;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
    opacity: 1;
}

@media (max-width: 990px) {
    .x-banner .owl-carousel .owl-dots button.owl-dot {
        font-size: 12px;
    }
}

.x-about {
    background: #ffffff;
    padding: 6.25% 0;
}

@media (min-width: 990px) {
    .x-about .x-title {
        float: left;
        width: 32.5%;
    }
}

.x-title {
    color: #000;
    position: relative;
}

.x-title p {
    text-transform: uppercase;
    font-size: 12px;
    color: inherit;
    line-height: 1.6;
    opacity: .7;
    margin-bottom: 0;
}

.x-title h3 {
    font-size: 26px;
    color: inherit;
    line-height: 1.3;
    margin-top: 1em;
}

.x-title h3 span {
    display: block;
}

.x-title a {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #000;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.x-title a:hover {
    background: #000;
}

.x-title a:hover .icon-add:after {
    background-position: -30px -450px;
}

.x-title .icon-add {
    width: 100%;
    height: 100%;
    display: block;
}

.x-title .icon-add:after {
    background-position: 0 -450px;
}

@media (max-width: 1024px) {
    .x-title h3 {
        font-size: 20px;
    }

    .x-title a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.x-title.white {
    color: #fff;
}

.x-title.white a {
    border: 1px solid #fff;
    background: transparent;
    opacity: .8;
}

.x-title.white a .icon-font:after {
    background-position: -30px -450px;
}

.x-title.white a:hover {
    background: #fff;
}

.x-title.white a:hover .icon-font:after {
    background-position: 0 -450px;
}

@media (min-width: 990px) {
    .x-about-box {
        overflow: hidden;
    }
}

@media (min-width: 990px) {
    .x-about-left {
        width: 37.38317757%;
        border-right: 1px solid #e3e3e3;
        padding-right: 2.80373832%;
        float: left;
    }
}

.x-about-left > p {
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    margin-bottom: 1em;
}

.x-about-left ul {
    font-size: 0;
}

.x-about-left ul li {
    display: inline-block;
    width: 33.33333%;
    vertical-align: middle;
}

.x-about-left ul li h3 {
    font-size: 40px;
    color: #374b9b;
    line-height: 1.6;
}

@media (max-width: 1366px) {
    .x-about-left ul li h3 {
        font-size: 30px;
    }
}

.x-about-left ul li p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.9);
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .x-about-left > p {
        font-size: 14px;
    }

    .x-about-left ul li h3 {
        font-size: 20px;
    }

    .x-about-left ul li p {
        font-size: 14px;
    }
}

.x-about-right {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.9);
    line-height: 1.846;
}

@media (min-width: 990px) {
    .x-about-right {
        overflow: hidden;
        padding-left: 4.6728972%;
    }
}

.x-about-right strong {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    margin-bottom: 1.1em;
    font-weight: normal;
}

.x-about-right p {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .x-about-right {
        font-size: 12px;
    }

    .x-about-right strong {
        font-size: 14px;
        color: #000;
        line-height: 1.6;
        margin-bottom: 10px;
    }
}

.x-product {
    padding: 4.16666667% 0 3.125%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f0f0f0), color-stop(30%, #fff), to(#fff));
    background: linear-gradient(to bottom, #f0f0f0 30%, #fff 30%, #fff 100%);
}

.x-product-list {
    font-size: 0;
    margin: 3.125% -12px 0 -12px;
}

.x-product-list li {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 24px);
    margin: 0 12px 45px 12px;
}

.x-product-list li h3 {
    border: 1px solid transparent;
    border-top: none;
    font-size: 16px;
    color: #000;
    line-height: 1;
    padding: 2.2em 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-product-list li:hover h3 {
    border-color: #e5e5e5;
    padding-left: .5em;
    padding-right: .5em;
    color: #374b9b;
}

@media (max-width: 1024px) {
    .x-product-list li {
        margin-bottom: 20px;
    }

    .x-product-list li h3 {
        font-size: 14px;
        padding: 1em 0;
    }
}

.x-case {
    padding: 4.16666667% 0 5.20833333%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #374b9b), color-stop(45%, #fff), to(#fff));
    background: linear-gradient(to bottom, #374b9b 45%, #fff 45%, #fff 100%);
}

.x-case-list {
    margin-top: 2.5%;
    margin-left: 13.75%;
}

@media (max-width: 1024px) {
    .x-case-list {
        margin-left: 6.25%;
    }
}

.x-case-item {
    padding: 0 1px;
    background: #fff;
}

.x-case-item a {
    display: block;
    padding: 10px 20px 40px 20px;
    border: 1px solid transparent;
}

.x-case-item .wz {
    margin-top: 30px;
}

.x-case-item .wz h3 {
    font-size: 20px;
    color: #000;
    line-height: 1.6;
    margin-bottom: .6em;
}

.x-case-item .wz p {
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    font-weight: 100;
    margin-bottom: 2em;
}

.x-case-item .wz span {
    display: block;
}

.x-case-item .wz .icon-right-arrow {
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #b0b3b8;
    border-radius: 50%;
}

.x-case-item .wz .icon-right-arrow:after {
    background-position: 2px -241px;
    opacity: .4;
}

@media (max-width: 1024px) {
    .x-case-item .wz {
        margin-top: 10px;
    }

    .x-case-item .wz h3 {
        font-size: 16px;
    }

    .x-case-item .wz p {
        font-size: 13px;
        margin-bottom: 1.5em;
    }
}

.x-case-item:hover a {
    border-color: #e5e5e5;
}

.x-case-item:hover .icon-right-arrow {
    background: #000;
    border-color: #000;
}

.x-case-item:hover .icon-right-arrow:after {
    background-position: -28px -241px;
    opacity: 1;
}

.x-company {
    background: #f0f0f0;
    padding: 2.60416667% 0 2.08333333%;
}

.x-company-title {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.9);
    line-height: 1.6;
}

.x-company-title:after {
    content: '';
    display: block;
    width: 20px;
    height: 4px;
    background: #3d3d3d;
    margin-top: 10px;
}

@media (max-width: 990px) {
    .x-company-title {
        font-size: 18px;
    }

    .x-company-title:after {
        height: 3px;
    }
}

.x-company-list {
    margin-top: 1.875%;
}

.x-company-item {
    padding: 0 15px;
}

.x-company-item a {
    display: block;
    text-align: center;
    width: 100%;
    height: 45px;
    font-size: 0;
}

.x-company-item a img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-company-item a:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-company-item a img {
    width: auto !important;
    display: inline-block !important;
}

.x-news {
    background: #fff;
    padding: 5.20833333% 0;
}

.x-news-box {
    margin-top: 3.125%;
    font-size: 0;
}

@media (min-width: 990px) {
    .x-news-img {
        width: 43.75%;
        margin-right: 3.4375%;
        display: inline-block;
        vertical-align: middle;
    }
}

@media (min-width: 990px) {
    .x-news-right {
        display: inline-block;
        vertical-align: middle;
        width: 52.8125%;
    }
}

.x-news-top {
    position: relative;
    padding-right: 18.93491124%;
    margin-bottom: 5.91715976%;
}

.x-news-top h3 {
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.x-news-top p {
    font-weight: 100;
    font-size: 13px;
    color: #000;
    line-height: 1.6;
}

.x-news-top .date {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 70px;
}

.x-news-top .date h4 {
    font-size: 44px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1;
}

.x-news-top .date h5 {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.6;
}

.x-news-top .date span {
    display: inline-block;
}

.x-news-top .date span .icon-right-arrow {
    display: block;
    color: #fff;
    width: 25px;
    height: 25px;
    background: #000;
    border-radius: 50%;
}

.x-news-top .date span .icon-right-arrow:after {
    background-position: -28px -241px;
}

.x-news-top:hover h3 {
    color: #374b9b;
}

.x-news-list li {
    position: relative;
    padding: 18px 80px 18px 0;
    border-bottom: 1px solid #ededed;
}

@media (max-width: 1366px) {
    .x-news-list li {
        padding-top: 9px;
        padding-bottom: 9px;
    }
}

.x-news-list li a {
    display: block;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.9);
}

.x-news-list li a:hover {
    color: #374b9b;
}

.x-news-list li span {
    position: absolute;
    right: 0;
    width: 80px;
    text-align: right;
    top: 50%;
    margin-top: -9px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
}

.x-link {
    background: #fff;
    padding-bottom: 1.5%;
}

.x-message {
    background: #f0f0f0;
    padding: 2.34375% 0;
}

.x-message-wrap {
    margin-left: 24.375%;
    margin-right: 24.375%;
}

@media (max-width: 1366px) {
    .x-message-wrap {
        margin-left: 12.5%;
        margin-right: 12.5%;
    }
}

.x-message-wrap .row {
    margin-left: -5px;
    font-size: 0;
    margin-right: -5px;
}

.x-message-wrap div[class^='col-'] {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}

.x-message-wrap input[type='text'], .x-message-wrap textarea {
    width: 100%;
    height: 42px;
    border: 1px solid #d8d8d8;
    padding: 0 10px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.9);
    background: #f0f0f0;
    outline: none;
    margin-bottom: 10px;
}

.x-message-wrap input[type='text']::-webkit-input-placeholder, .x-message-wrap textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.x-message-wrap input[type='text']::-moz-placeholder, .x-message-wrap textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.x-message-wrap input[type='text']::-ms-input-placeholder, .x-message-wrap textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.x-message-wrap input[type='text']::placeholder, .x-message-wrap textarea::placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.x-message-wrap textarea {
    padding-top: 5px;
    height: 95px;
    resize: none;
}

.x-message-wrap #checkcode {
    float: left;
    width: 32.29813665%;
    margin-bottom: 0;
}

.x-message-wrap .checkCodeImg {
    float: left;
    display: block;
    text-align: center;
    width: 17.39130435%;
    height: 42px;
    font-size: 0;
    background: #e7e4e4;
    padding: 5px 10px;
}

.x-message-wrap .checkCodeImg img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-message-wrap .checkCodeImg:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-message-wrap .checkCodeImg img {
    cursor: pointer;
}

.x-message-wrap .x-submit {
    float: right;
    width: 49.68944099%;
    height: 42px;
    background: #2d323b;
    color: #fff;
    font-size: 14px;
    border: none;
    outline: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-message-wrap .x-submit:hover {
    background: #374b9b;
}

.n-default .n-invalid {
    border-color: #374b9b !important;
}

.n-default .msg-wrap {
    top: 8px;
    right: 5px;
    margin-left: 0;
}

.n-default .x-textarea .msg-wrap {
    top: 65px;
}

/* 手机样式 */
@media (max-width: 990px) {
    .x-title h3 {
        font-size: 14px;
        margin-top: 5px;
    }

    .x-title h3 span {
        display: inline-block;
        margin-left: 5px;
    }

    .x-title h3 span:before {
        margin-right: 5px;
        content: '-';
    }

    .x-about .x-title {
        margin-bottom: 20px;
    }

    .x-about-left {
        margin-bottom: 15px;
        border-bottom: 1px solid #efefef;
        padding-bottom: 10px;
    }

    .x-product-list {
        margin-left: -5px;
        margin-right: -5px;
        margin-top: 20px;
    }

    .x-product-list li {
        width: calc(50% - 10px);
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .x-case-list {
        margin-left: 0;
        margin-top: 20px;
    }

    .x-case-item a {
        padding: 10px;
    }

    .x-company-title {
        font-size: 14px;
    }

    .x-company-title p {
        margin-bottom: 0;
    }

    .x-company-title:after {
        margin-top: 5px;
    }

    .x-company-list {
        margin-top: 15px;
    }

    .x-news-box {
        margin-top: 20px;
    }

    .x-news-img, .x-news-right {
        width: 100%;
    }

    .x-news-img {
        margin-bottom: 15px;
    }

    .x-news-top h3 {
        font-size: 16px;
        padding-bottom: 7px;
        margin-bottom: 7px;
    }

    .x-news-top p {
        font-size: 12px;
    }

    .x-news-top .date h4 {
        font-size: 30px;
    }

    .x-news-top .date h5 {
        font-size: 12px;
    }

    .x-message-wrap {
        margin-left: 0;
        margin-right: 0;
    }

    .x-message-wrap #checkcode {
        width: 65%;
    }

    .x-message-wrap .checkCodeImg {
        width: 35%;
    }

    .x-message-wrap .x-submit {
        float: none;
        margin-top: 10px;
        width: 100%;
    }
}

.container {
    font-size: 14px;
    line-height: 24px;
}

#container {
    width: 1000px;
    margin: 0 auto;
    margin-top: 10px;
    border: 1px solid #f4f4f4;
    padding: 10px;
}

#container .city_list {
    padding-top: 10px;
}

#container .city_list .item {
    padding: 10px 0;
    line-height: 24px;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
}

#container .city_list .item dt {
    float: left;
    font-family: arial;
    font-weight: bold;
    font-size: 18px;
    width: 35px;
    padding-left: 25px;
    color: #444;
    display: table-cell;
}

#container .city_list .item dd {
    margin: 0 0 0 55px;
    padding-left: 15px;
    border-left: 1px dashed #b2b2b2;
}

#container .city_list .item dd a {
    padding: 1px 12px 1px 12px;
    white-space: nowrap;
    float: left;
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

#container .city_list .item dd a:hover {
    text-decoration: none;
    background: #eb2830;
    color: #fff;
}

#foot {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    line-height: 24px;
    color: #666;
    border-top: 2px solid #eb2830;
    padding-top: 10px;
    font-size: 14px;
}

#foot a {
    color: #666;
    text-decoration: none;
}

#foot a:hover {
    color: #0aa8dd;
}

.return {
    padding: 1% 3%;
    background: #e3e3e3;
    border-radius: 1vh;
    margin-top: 3%;
}
.return a {
    text-align: center;
    display: block;
    color: #666;

}
.return:hover{
    background: #374b9b;
    color: #fff;
    
}
.return:hover a{
    color: #fff;
}
/* 口令弹窗 */
.float-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.5);
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.float-modal .float-ads {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 5%;
    margin-top: -70px;
    background: #fff;
    text-align: center;
    padding: 30px 0;
    border-radius: 15px;
}

.float-modal .float-ads h3 {
    color: #333;
    margin-bottom: 20px;
    font-size: 16px;
}

.float-modal .float-ads button {
    background: #1292f8;
    border: none;
    color: #fff;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}

.x-layout {
    padding: 4.16666667%;
    background: #000;
}

.x-layout-logo {
    margin-bottom: 20px;
}

.x-layout-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.x-layout-contact {
    margin-top: 30px;
}

.x-layout-contact p {
    margin-bottom: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
}

.x-layout-contact strong {
    display: block;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8);
}

.x-layout-contact a {
    color: #fff;
}

.x-layout-menu dl {
    float: left;
    width: 20%;
    text-align: center;
}

.x-layout-menu dl dt {
    font-size: 14px;
    color: #fff;
    margin-bottom: 1.43em;
}

.x-layout-menu dl dd a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 2;
}

.x-layout-ewm {
    text-align: center;
}

.x-layout-ewm p {
    background: rgba(255, 255, 255, 0.1);
    font-size: 13px;
    font-weight: 100;
    padding: .8em 0;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    margin: 15px 0 0 0;
}

.x-footer {
    background: #161618;
    padding: 15px 0;
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
}

.x-footer a {
    color: rgba(255, 255, 255, 0.5);
}

.x-footer a:hover {
    color: rgba(255, 255, 255, 0.8);
}



/*左侧工具条*/
#toolbar {
    position: fixed;
    z-index: 9999;
    right: 17px;
    bottom: 10%;
}

#toolbar .online-one li {
    margin-bottom: 3px;
    font-size: 0;
    width: 70px;
    height: 70px;
    right: 0;
    position: relative;
}

#toolbar .online-one li:hover a {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
}

#toolbar .online-one li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background: #00c184;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 0;
    border-radius: 4px;
    padding: 10px 0;
    overflow: hidden;
}

#toolbar .online-one li .icon-font {
    display: block;
    height: 28px;
    width: 100%;
}

#toolbar .online-one li .icon-font:after {
    background-image: url(../images/icon-font/kf.png);
}

#toolbar .online-one li .icon-qq:after {
    background-position: -30px -240px;
}

#toolbar .online-one li .icon-phone:after {
    background-position: -30px -208px;
}

#toolbar .online-one li .icon-message:after {
    background-position: -30px -170px;
}

#toolbar .online-one li .icon-ewm:after {
    background-position: -30px -138px;
}

#toolbar .online-one li .icon-top:after {
    background-image: url(../images/icon-font/icon_spirit.png);
    background-position: -30px -60px;
}

#toolbar .online-one li .icon-wangwang:after {
    background-image: url(../images/icon-font/icon_spirit.png);
    background-position: -30px 0;
}

#toolbar .online-one li .wz {
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 5px;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#toolbar .online-one li.phone {
    border-radius: 4px;
    padding: 10px 0;
}

#toolbar .online-one li.ewm {
    background: #00c184;
    border-radius: 4px;
    padding: 10px 0;
}

#toolbar .online-one li.phone .tel-phone {
    position: absolute;
    z-index: 1;
    padding: 5px;
    width: 110px;
    right: calc(100% + 5px);
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgb(0 20 60 / 20%);
    box-shadow: 0 4px 20px 4px rgb(0 20 60 / 20%);
    color: #fff;
    font-size: 14px;
}

#toolbar .online-one li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #fff;
    width: 110px;
    right: calc(100% + 5px);
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-one li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar .online-one li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
    border-right: none;
}

#toolbar .online-one li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-one li.phone:hover .tel-phone {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-two li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar .online-two li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
    background: #d9d9d9;
}

#toolbar .online-two li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
}

#toolbar .online-two li .icon-qq:after {
    background-position: 0 -150px;
}

#toolbar .online-two li .icon-phone:after {
    background-position: 0 -90px;
}

#toolbar .online-two li .icon-ewm:after {
    background-position: 0 -30px;
}

#toolbar .online-two li .icon-message:after {
    background-position: 0 -120px;
}

#toolbar .online-two li .icon-top:after {
    background-position: 0 -60px;
}

#toolbar .online-two li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar .online-two li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar .online-two li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #374b9b;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-two li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar .online-two li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar .online-two li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #374b9b;
    border-right: none;
}

#toolbar .online-two li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar .online-two li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-two li.backtop {
    cursor: pointer;
}

#toolbar .online-two li.backtop .iconfont {
    color: #fff;
    background-color: #374b9b;
}

#toolbar .online-two li:hover a {
    width: 200px;
}

#toolbar .online-two li:hover .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar .online-two li:hover .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar .online-two li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar .online-two li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar .online-two li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar .online-two li:hover .icon-top:after {
    background-position: -30px -60px;
}

#toolbar .online-three {
    width: 115px;
}

#toolbar .online-three .title {
    background: #3aa3e6;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    position: relative;
}

#toolbar .online-three .title span {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-image: url(../images/icon-font/kf.png);
    background-repeat: no-repeat;
    background-position: -31px -28px;
    opacity: 1;
    text-shadow: none;
}

#toolbar .online-three .qq-list {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);eee;
}

#toolbar .online-three .qq-list li {
    text-align: center;
    line-height: 32px;
}

#toolbar .online-three .qq-list li .icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon-font/kf.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

#toolbar .online-three .qq-list li .wz {
    color: #333;
    font-size: 12px;
    margin-left: 10px;
    display: inline-block;
}

#toolbar .online-three .qq-list .icon-qq:after {
    background-position: 0 -114px;
}

#toolbar .online-three .qq-list .icon-message:after {
    background-position: -30px -87px;
}

#toolbar .online-three .qq-list .icon-wangwang:after {
    background-position: -30px -116px;
}

#toolbar .online-three .ewm {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);eee;
    text-align: center;
}

#toolbar .online-three .ewm span {
    display: inline-block;
    font-size: 12px;
    color: #333;
    margin-bottom: 12px;
}

#toolbar .online-three .ewm img {
    width: 100%;
    max-width: 84px;
}

#toolbar .online-three .service-phone {
    background: #fff;
    padding: 10px 0;
    text-align: center;
}

#toolbar .online-three .service-phone span {
    font-size: 12px;
    color: #333;
}

#toolbar .online-three .service-phone span.hotline {
    color: #777777;
    font-size: 12px;
    line-height: 32px;
}

#toolbar .online-four li {
    margin-bottom: 3px;
    font-size: 0;
    width: 50px;
    height: 50px;
    right: 0;
    position: relative;
}

#toolbar .online-four li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
    border-radius: 50%;
    overflow: hidden;
}

#toolbar .online-four li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
}

#toolbar .online-four li .icon-font:after {
    background-image: url(../images/icon-font/kf.png);
}

#toolbar .online-four li .icon-qq:after {
    background-position: 0 -87px;
}

#toolbar .online-four li .icon-phone:after {
    background-position: 0 -57px;
}

#toolbar .online-four li .icon-ewm:after {
    background-position: 0 -21px;
}

#toolbar .online-four li .icon-message:after {
    background-position: -30px -55px;
}

#toolbar .online-four li .icon-top:after {
    background-position: 0 -0px;
}

#toolbar .online-four li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar .online-four li .wz {
    display: inline-block;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar .online-four li.ewm {
    border-radius: 50%;
    background: #fff;
}

#toolbar .online-four li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #fff;
    width: 110px;
    right: calc(100% + 5px);
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-four li.phone {
    border-radius: 50%;
}

#toolbar .online-four li.phone .tel-phone {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: rgb(59,57,57);
    width: 110px;
    right: calc(100% + 5px);
    top: 0;
    opacity: 0;
    font-size: 14px;
    color: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-four li.phone:hover .tel-phone {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-four li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar .online-four li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
    border-right: none;
}

#toolbar .online-four li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-four li.backtop .icon-font {
    height: 20px;
}

#toolbar .online-four li.backtop .icon-font:after {
    height: 20px;
    left: calc(50% - 17px);
    top: calc(50% - 2px);
}

#toolbar .online-four li.backtop .wz {
    display: block;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    color: #bfbfbf;
    padding-left: 0;
}

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
}

.page-wrap-right {
    padding: 15px 0;
    font-size: 14px;
    color: #2f2f2f;
}


.page-wrap {
    /* background: #f6f6fc; */
    padding: 3% 0;
}

@media (min-width: 990px) {
    .page-wrap-left {
        float: left;
        width: 305px;
        margin-right: 4.16666667%;
        display: none;
    }
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: #374b9b;
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    z-index: 9;
}

.xypg-left-title i {
    position: absolute;
    left: -5px;
    top: -9px;
    font-style: normal;
    font-size: 67px;
    font-weight: bold;
    opacity: .1;
    color: #fff;
    line-height: 1;
    z-index: 1;
    text-transform: uppercase;
}

.xypg-left-title span {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    opacity: .6;
    margin-left: 10px;
    text-transform: capitalize;
}

.xypg-left-title span:before {
    content: "/";
    padding-right: 5px;
}


.latest-news {
    padding: 10px 0;
}

.latest-news li {
    padding: .5em 1em;
    font-size: 14px;
}

.latest-news li a {
    display: block;
    line-height: 1.2;
    color: #5a5a5a;
}

.latest-news li a:before {
    content: '+';
    font-weight: bold;
    margin-right: 5px;
    font-size: 16px;
}

.latest-news li a:hover {
    color: #374b9b;
}

.latest-news li a:hover:before {
    color: #374b9b;
}

.hot-keys {
    padding: 20px 7px 8px 7px;
}

.hot-keys li {
    width: calc(50% - 14px);
    float: left;
    margin: 0 7px 14px 7px;
}

.hot-keys li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 2.857;
    border: 1px dashed #f1f1f1;
}

.hot-keys li a:hover {
    color: #374b9b;
    border-color: #374b9b;
}

.page-wrap-contact {
    padding: 10px 0;
    font-size: 14px;
}

.page-wrap-contact h4 {
    padding: .3em 1.4em .8em 1.4em;
    font-size: 16px;
    color: #000000;
}

.page-wrap-contact p {
    border-top: 1px solid #eee;
    position: relative;
    margin-bottom: 0;
    padding: .8em 1.4em;
    color: #2f2f2f;
}

.page-message-img img {
    border: 1px solid #d2d2d2;
}

.page-wrap-right {
    overflow: hidden;
}

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 9999;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #374b9b;
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}

.navigation a {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft YaHei",Arial;
    line-height: 26px;
    border: 1px solid #cbcbcb;
    margin: 0 5px;
    padding: 0 8px;
}

.navigation a.previous_page {
    float: left;
}

.navigation a.next_page {
    float: right;
}

.navigation a:hover {
    color: #fff;
    border-color: #374b9b;
    background: #374b9b;
}

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
    display: none;
}

@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/ body.no-scroll, html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }

    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }

    .xymob-menu-click .xypg-left-news, .xymob-menu-click .xypg-left-keys, .xymob-menu-click .xypg-left-contact, .xymob-menu-click .page-message-img {
        display: none;
    }

    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }

    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }

    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }

    .xymob-menu-click.click {
        left: 0;
    }
}

/* 内页左侧导航栏样式 *//*内页左侧样式*/
.page-product-inquiry a{color: #fff;}

.page-position{
    border-bottom: 1px solid #e8e8e8;
    padding: 0;
    background-color: rgba(249, 249, 249, 1);
}
.flex_a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.page-position .left {
    flex: 1;
}

.page-position .left .xypg-left-nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.page-position .xypg-left-nav > li {
    border: none;
    padding: 0 2.5vh;
    text-align: center;
    display: inline-block;
    position: relative;
}

.page-position .xypg-left-nav > li > a {
    line-height:10vh;
    font-size: 16px;
    
    transition: all ease .5s;
    color: inherit;
    display: block;
    
}

.page-position .xypg-left-nav > li > a::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ddd;
    top: 50%;
    margin-top: -7px;
    left: auto;
    right: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    border: none;
    opacity: 1;
}

.page-position .xypg-left-nav > li:last-child > a::after {
    opacity: 0;
}

.page-position .xypg-left-nav > li .first-nav-btn {
    display: none;
}

.page-position .xypg-left-nav > li:hover{
    background: #374b9b;
    color: #fff;
}

.page-position .xypg-left-nav > li.clicked{
    background: #374b9b;
    color: #fff;
}

.nav-sub-menu{
    display: none;
    position: absolute;
    left: 0px;
    top: 80px;
    border: 1px solid #eeeeee;
    z-index: 999;
    background: #fff;
    width: 100%;
}
.nav-sub-menu li{
    text-align: center;
	color: #333;
}
.nav-sub-menu li a{
  font-size: 16px;
  color: inherit;
  display: inline-block;
  line-height: 50px;
}
.nav-sub-menu li:hover{
    background-color: #374b9b;
	color: #fff;
}
.xypg-left-nav>li {
    position: relative;
    
}

.wzx {
    color: #333;
    font-size: 12px;

}
.wzx a {
    color: #333;
    font-size: 12px;
    display: inline-block;
}
.wzx a:hover {
    color: #374b9b;
}
@media(max-width: 992px) {
    .page-position {
        padding: 15px 0;
    }
}

/* 内页新闻列表 */
.xypg-news-list{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
}

.xypg-news-list li {
    border: 1px solid #e1e1e1;
    padding: 30px;
    background: #fff;
    margin-bottom: 35px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 32%;
    margin-right: 1.3%;
}

@media (max-width: 1200px) {
    .xypg-news-list li{
        width: 48%;
    }
}

.xypg-news-list li .tit {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 15px;
    position: relative;
    margin-top: 20px;
}

.xypg-news-list li .tit h3 {
    padding-bottom: 15px;
    font-size: 18px;
    color: #565656;
    font-weight: normal;
    margin: 0;
    text-align: left;
}

.xypg-news-list li .tit .date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #666666;
}

.xypg-news-list li .img img{
    width: 100%;
    height: auto;
}

.xypg-news-list li .info {
    font-size: 14px;
    line-height: 2;
    color: #999999;
}

.xypg-news-list li .more {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
    flex-direction: row;
}

.xypg-news-list li .more span {
    display: inline-block;
    width: 130px;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e1e1e1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.xypg-news-list li .more i{
    font-style: inherit;
    background: url(../images/dianjiliang.png) no-repeat center left;
    padding-left: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}
.xypg-news-list li:hover {
    -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
    box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.xypg-news-list li:hover .tit h3 {
    color: #374b9b;
}

.xypg-news-list li:hover .more span {
    color: #fff;
    background-color: #374b9b;
}

@media (max-width: 990px) {
    .xypg-news-list li .tit {
        border-bottom: none;
    }

    .xypg-news-list li .tit h3 {
        padding-right: 0;
        padding-bottom: 10px;
    }

    .xypg-news-list li .tit .date {
        position: static;
        border-bottom: 1px solid #cbcbcb;
        padding-bottom: 5px;
        color: #999;
    }
}

.xypg-album-cate {
    margin: 0 -1%;
}

.xypg-album-cate li {
    float: left;
    width: 31.33333%;
    margin: 0 1% 20px 1%;
    border: 1px solid #eaeaea;
    padding: 10px;
}

.xypg-album-cate li .album-img {
    margin-bottom: 15px;
}

.xypg-album-cate li .album-img img {
    width: 100%;
}

.xypg-album-cate li .album-title {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 5px;
}

.xypg-album-cate li .album-num {
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.xypg-album-cate li .album-num span {
    display: inline-block;
    margin-right: 5px;
}

@media (max-width: 768px) {
    .xypg-album-cate li {
        width: 48%;
    }
}

@media (max-width: 420px) {
    .xypg-album-cate {
        margin: 0;
    }

    .xypg-album-cate li {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

.xypg-album-list {
    margin: 0 -1%;
}

.xypg-album-list li {
    float: left;
    width: 31.33333%;
    margin: 0 1% 20px 1%;
    position: relative;
}

.xypg-album-list li .img {
    display: block;
    overflow: hidden;
}

.xypg-album-list li .img img {
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.xypg-album-list li h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-weight: normal;
    font-size: 16px;
}
.xypg-news-detail{
    padding: 5%;
    background-color: #fff;
}
.xypg-album-list li:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .xypg-album-list li {
        width: 48%;
    }
}

@media (max-width: 420px) {
    .xypg-album-list {
        margin: 0;
    }

    .xypg-album-list li {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

.xypg-album-list.xypg-getkey-list li {
    width: 18%;
}

@media (max-width: 1200px) {
    .xypg-album-list.xypg-getkey-list li {
        width: 31.3333%;
    }
}

@media (max-width: 768px) {
    .xypg-album-list.xypg-getkey-list li {
        width: 48%;
    }
}

@media (max-width: 420px) {
    .xypg-album-list.xypg-getkey-list {
        margin: 0;
    }

    .xypg-album-list.xypg-getkey-list li {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

/* 下招聘列表页 */
.xypg-job-list .job-name {
    width: 32.5%;
    padding-left: 4%;
}

.xypg-job-list .job-xlyq {
    width: 32.5%;
    padding-left: 4%;
}

.xypg-job-list .job-number {
    width: 20%;
    text-align: center;
}

.xypg-job-list .job-more {
    width: 15%;
    text-align: center;
}

.xypg-job-list .job-title {
    line-height: 60px;
    background: #374b9b;
    font-size: 18px;
    color: #fff;
}

.xypg-job-list .job-title span {
    display: block;
    float: left;
    font-weight: bold;
}

.xypg-job-list .job-item {
    margin-top: 20px;
    line-height: 60px;
    background: #f8f8f8;
}

.xypg-job-list .job-item .job-item-span {
    float: left;
    font-size: 16px;
    color: #333333;
    min-height: 1px;
}

.xypg-job-list .job-item .job-item-span .job-item-con {
    display: block;
}

.xypg-job-list .job-item .job-more a {
    float: right;
    display: block;
    text-align: center;
    background: #000;
    width: 29px;
    height: 29px;
    margin: 15px 30px 0 0;
    background: #9c9c9c url(../images/icon-font/xypg-job-jt.png) center no-repeat;
    border-radius: 50%;
}

.xypg-job-list .job-item .job-more a:hover {
    background-color: #374b9b;
}

.xypg-job-list .job-item .mob-job-title {
    display: none;
}

@media (max-width: 768px) {
    .xypg-job-list .job-title {
        display: none;
    }

    .xypg-job-list .job-item {
        border: 1px solid #ebebeb;
        margin-bottom: 20px;
        background: #fff !important;
        line-height: 50px;
    }

    .xypg-job-list .job-item .job-item-span {
        float: none;
        width: 100%;
        padding-left: 0;
        font-size: 14px;
    }

    .xypg-job-list .job-item .job-item-span .mob-job-title {
        float: left;
        display: block;
        width: 130px;
        padding-left: 15px;
        text-align: left;
        font-weight: bold;
    }

    .xypg-job-list .job-item .job-item-span .job-item-con {
        float: right;
        width: calc(100% - 130px);
        text-align: right;
        padding-right: 20px;
    }

    .xypg-job-list .job-item .job-more a {
        margin: 12px 0 0 0;
    }

    .xypg-job-list .job-item .job-item-span + .job-item-span {
        border-top: 1px dashed #ebebeb;
    }
}

@media (max-width: 768px) {
    .xypg-product-list li {
        width: 47%;
    }

    .xypg-case-list li {
        width: 48%;
    }
}

@media (max-width: 375px) {
    .xypg-product-list li {
        width: 97%;
    }

    .xypg-case-list li {
        width: 98%;
    }
}





/* 分页基本样式 */
.xypg-pagination {
	margin-top: 20px;
	text-align: center;
	font-size: 0;
}

.btn-group{
	display: inline-block;
    vertical-align: middle;
}
.btn-group .btn-default {
	display: inline-block;
	font-size: 14px;
	color: #333333;
	font-family: "Microsoft YaHei", Arial;
	line-height: 26px;
	border: 1px solid #cbcbcb;
	margin: 0 5px;
	padding: 0 8px;
    vertical-align: middle;
}

.btn-group .active,
.btn-group .btn-default:hover {
	color: #fff;
	border-color: #292e39;
	background: #292e39;
}

.xypg-pagination .pagin-mid {
	font-size: 14px;
}

.xypg-pagination .pagin-mid .mob-pagin-mid {
	display: none;
}

.xypg-pagination .pagin-select {
	font-size: 14px;
}

.xypg-pagination .pagin-select select {
	height: 28px;
	padding: 0 8px;
	margin: -1px 5px 0 5px;
}

@media (max-width: 768px) {
	.xypg-pagination .pagin-mid .pc-pagin-mid {
		display: none;
	}

	.xypg-pagination .pagin-mid .mob-pagin-mid {
		display: block;
	}

	.xypg-pagination .pagin-mid .mob-pagin-mid span {
		display: inline-block;
		padding: 0 8px;
		line-height: 28px;
		font-size: 14px;
	}

	.xypg-pagination .pagin-select {
		display: none;
	}
}


/* 详细页分页样式 */
.paging_num {
    padding: 10px 0;
}

.paging_num a {
    padding: 0 7px;
    text-align: center;
    display: inline-block;
    border: 1px dashed #e0e1dc;
    color: #666;
    margin-right: 8px;
}

.paging_num a.paging_hover, .paging_num a:hover {
    border-color: #374b9b;
}

.xypg-detail-pn ul {
    margin-top: 30px;
}

.xypg-detail-pn ul li {
	line-height: 35px;
	position: relative;

}

.xypg-detail-pn ul li a {
	width: 75%;
	font-size: 14px;
	color: #565656;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-page-wrap{
    background-color: #fff;
}
.xypg-detail-pn ul li a:hover {
	color: #374b9b
}

@media (max-width: 600px) {
	.xypg-detail-pn ul li a {
		width: 60%;
		width: 50%
	}
}

.xypg-detail-pn ul li b {
	font-size: 16px;
	color: #333;
	font-weight: 400;
}

.xypg-detail-pn ul li span {
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 13px;
	color: #666
}


/*内页详情页面公用样式*/
.xypg-detail-title {
    font-size: 116px;
    color: #232323;
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 1.7;
    text-align: center;
}

.xypg-detail-info-bar {
    font-size: 14px;
    font-family: Arial;
    color: #9e9e9e;
    line-height: 35px;

    margin-bottom: 20px;
}

 .baidu-share {
    margin-left: 25px;
    margin-top: 7px;
    display: flex;
    
}
.baidu-share h5{
    font-size: 16px;
    margin-right: 10px;
}
.xypg-detail-info-bar .detail-info-time {
    float: left;
    margin-right: 20px;
    position: relative;
    padding-left: 25px;
}

.xypg-detail-info-bar .detail-info-time i {
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: 0;
}

.xypg-detail-info-bar .detail-info-time i:after {
    opacity: .5;
    background-position: 0 -360px;
}

.xypg-detail-info-bar .detail-info-numbers {
    text-align: center;
}
.xypg-detail-info-bar .detail-info-numbers p{
    font-size: 16px;
    color: #858585;
}
.xypg-detail-info-bar .detail-info-numbers i {
   
}

.xypg-detail-info-bar .detail-info-numbers i:after {
    opacity: .5;
    background-position: 0 -330px;
}

.xypg-detail-info-bar .xypg-file-down {
    float: right;
    position: relative;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title i {
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: 0;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title i:after {
    background-position: 0 -630px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title:hover {
    color: #374b9b;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list {
    position: absolute;
    z-index: 9999;
    width: 250%;
    right: 0;
    background: #fff;
    display: none;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li {
    padding: 10px 0;
    border-top: 1px dashed #cfcfcf;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .icon {
    float: left;
    font-size: 40px;
    line-height: 40px;
    margin-right: 5px;
    height: 40px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con {
    overflow: hidden;
    line-height: 1;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 20px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con a {
    font-size: 12px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con a:hover {
    color: #374b9b;
}

.xypg-detail-con-title {
    margin: 20px 0 10px 0;
}

.xypg-detail-con-title span {
    display: inline-block;
    font-size: 18px;
    color: #374b9b;
}

.xypg-detail-con {
    font-size: 14px;
    color: #333;
    line-height: 1.7;
}

.xypg-detail-con img, .xypg-detail-con p img {
    width: auto !important;
    max-width: 100%;
    height: auto !important;
}

.xypg-detail-tags {
    margin-top: 40px;
}

.xypg-detail-tags .tags-title {
    border-bottom: 1px solid #c3c3c3;
    position: relative;
}

.xypg-detail-tags .tags-title h3 {
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    color: #374b9b;
    line-height: 40px;
    border-bottom: 3px solid #374b9b;
    margin-bottom: -1px;
}

.xypg-detail-tags .tags-title .baidu-share {
    position: absolute;
    right: 0;
    top: 8px;
}

.xypg-detail-tags .tags-content {
    padding-top: 12px;
}

.xypg-detail-tags .tags-content a {
    font-size: 12px;
    color: #2f2f2f;
    display: inline-block;
    margin-right: 9px;
    background: #f4f4f4;
    line-height: 28px;
    padding: 0 15px;
}

.xypg-detail-tags .tags-content a:hover {
    color: #374b9b;
}

.xypg-detail-url {
    margin-top: 15px;
}

.xypg-detail-url a {
    word-break: break-all;
}

.xypg-detail-article p {
    margin: 10px 0 20px 0;
    line-height: 24px;
}

.news-detail-tags{
    margin-top: 5%;
    border-top: 3px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.xypg-detail-sx{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
/*相关产品 和 相关新闻*/
.xypg-relate {
    margin-top: 45px;
}

.relate-title {
    border: 1px solid #eeeeee;
    font-size: 14px;
    line-height: 2.857;
    margin-bottom: 15px;
}

.relate-title span {
    display: inline-block;
    color: #374b9b;
    padding: 0 1.4em;
    border-right: 1px solid #eeeeee;
}

.relate-product-slick {
    position: relative;
}

.relate-product-slick .owl-item {
    display: block;
    font-size: 0;
}

.relate-product-slick .owl-item .img {
    display: block;
    margin-bottom: 8px;
}

.relate-product-slick .owl-item p {
    margin-bottom: 0;
    padding: .5em 0;
    font-size: 12px;
    color: #374b9b;
    text-align: center;
}

.relate-product-slick .owl-item:hover p {
    color: #374b9b;
}

.relate-product-slick .owl-nav button.owl-prev, .relate-product-slick .owl-nav button.owl-next {
    width: 25px;
    height: 35px;
    color: #fff;
    font-size: 20px;
    margin-top: -17.5px;
    line-height: 35px;
}

.relate-product-slick .owl-nav button.owl-prev span, .relate-product-slick .owl-nav button.owl-next span {
    display: inline;
}

.xypg-relate .relate-news {
    margin-top: 45px;
}

.relate-news-list li {
    float: left;
    width: 48%;
    position: relative;
    line-height: 2.143;
    font-size: 14px;
    color: #374b9b;
}

.relate-news-list li:nth-child(even) {
    float: right;
}

.relate-news-list li a {
    display: block;
    padding-right: 125px;
    color: #666666;
}

.relate-news-list li a:before {
    content: '+';
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    margin-right: 5px;
}

.relate-news-list li span {
    position: absolute;
    right: 0;
    top: 2.5px;
    width: 125px;
    text-align: right;
    font-size: 12px;
    color: #666666;
}

.relate-news-list li:hover a {
    color: #374b9b;
}

.relate-news-list li:hover a:before {
    color: #374b9b;
}

.relate-news-list li:hover span {
    color: #374b9b;
}

@media (max-width: 990px) {
    .xypg-relate {
        display: none;
    }
}

/*新闻详情页*/
/*案例基本详情页*/
.xypg-case-detail .main-img {
    text-align: center;
}

.xypg-case-detail .main-img img {
    max-width: 100%;
}

/* 招聘详情页面 */
.xypg-jod-detail .job-detail-title {
    font-size: 16px;
    color: #ffffff;
    background: #374b9b;
    line-height: 60px;
    padding-left: 25px;
}

.xypg-jod-detail .job-detail-con {
    background: #f8f8f8;
    padding: 25px;
}

.xypg-jod-detail .job-detail-small-title {
    font-size: 16px;
    color: #374b9b;
    margin-bottom: 10px;
}

.xypg-jod-detail .job-detail-con-box {
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
}

.xypg-jod-detail .job-detail-btn a {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    background: #666666;
    width: 200px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
}

.xypg-jod-detail .job-detail-btn a:hover {
    background: #374b9b;
}

/* 简历提交表格 */
.job-detail-form .form-title {
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    line-height: 2.5;
}

.job-detail-form .form-info {
    line-height: 2;
    margin: 10px 0;
}

.job-detail-form .form-info span {
    color: red;
}

.job-detail-form .red-star {
    color: red;
}

.job-detail-form textarea {
    resize: none;
}

.job-detail-form #checkcode {
    display: inline-block;
    width: 30%;
}

.job-detail-form #checkCodeImg {
    vertical-align: top;
    margin-left: 10px;
}

.job-detail-form #change_code {
    line-height: 34px;
    padding: 0 10px;
    color: #374b9b;
}

.job-detail-form .form-small-tit {
    line-height: 2;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.job-detail-form .form-prompt {
    font-size: 12px;
    margin-bottom: 15px;
    color: #999;
}

/* 在线留言页面 */
#message-form {
    font-size: 0;
}

#message-form .red-star {
    color: red;
}

#message-form label {
    font-size: 14px;
}

#message-form textarea {
    resize: none;
}

#message-form #checkcode {
    display: inline-block;
    width: 30%;
}

#message-form #checkCodeImg {
    vertical-align: top;
    margin-left: 10px;
}

#message-form #change_code {
    line-height: 34px;
    padding: 0 10px;
    color: #374b9b;
    font-size: 14px;
}

#message-form .error-info {
    padding-top: 4px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
}

#job-detail-form .error-info {
    padding-top: 4px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
}

@media (max-width: 768px) {
    #message-form .form-group {
        margin-bottom: 25px;
    }

    #message-form .error-info {
        display: block;
        padding-top: 0;
        float: none !important;
        padding-left: 10px;
    }

    #message-form #change_code + .error-info {
        padding-left: 0px;
        margin-left: -7px;
    }

    #job-detail-form .error-info {
        display: block;
        padding-top: 0;
        float: none !important;
        padding-left: 10px;
    }

    #job-detail-form #change_code + .error-info {
        padding-left: 0px;
        margin-left: -7px;
    }
}

#message-form.n-default .msg-wrap {
    position: static;
}

#job-detail-form.n-default .msg-wrap {
    position: static;
}

/* 下载详情页面 */


/* 搜索结果页面样式 */
.xypg-search-result .search-tag {
    margin-bottom: 20px;
    border: 1px solid #efefef;
    border-radius: 5px;
    overflow: hidden;
}

.xypg-search-result .search-tag a {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    padding: 0 30px;
    font-size: 16px;
    color: #333;
}

.xypg-search-result .search-tag a:hover, .xypg-search-result .search-tag a.on {
    color: #374b9b;
}

.xypg-search-result-box {
    margin-bottom: 20px;
}

.xypg-search-result-box .xypg-search-title {
    border-left: 3px solid #374b9b;
    padding-left: 15px;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 15px;
    font-weight: bold;
}

/* 详情页面下载列表样式 */
.xypg-detail-file-dwon li {
    padding: 10px 0;
    border-bottom: 1px dashed #cfcfcf;
    width: 50%;
    float: left;
}

.xypg-detail-file-dwon li .file-icon {
    float: left;
    height: 40px;
    width: 50px;
    margin-right: 5px;
    background-repeat: no-repeat;
}

.xypg-detail-file-dwon li .file_txt {
    background-position: -180px -60px;
}

.xypg-detail-file-dwon li .file_zip {
    background-position: 0 0;
}

.xypg-detail-file-dwon li .file_gif {
    background-position: -60px 0;
}

.xypg-detail-file-dwon li .file_doc {
    background-position: -120px 0;
}

.xypg-detail-file-dwon li .file_jpg {
    background-position: -180px 0;
}

.xypg-detail-file-dwon li .file_xls {
    background-position: -240px 0;
}

.xypg-detail-file-dwon li .file_rar {
    background-position: 0 -60px;
}

.xypg-detail-file-dwon li .file_png {
    background-position: -60px -60px;
}

.xypg-detail-file-dwon li .file_pdf {
    background-position: -120px -60px;
}

.xypg-detail-file-dwon li .list-con {
    overflow: hidden;
    line-height: 1;
}

.xypg-detail-file-dwon li .list-con p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 20px;
}

.xypg-detail-file-dwon li .list-con a {
    font-size: 12px;
}

.xypg-detail-file-dwon li .list-con a:hover {
    color: #374b9b;
}

/* 自动发布 */
.xypg-detail-article .article-img {
    text-align: center;
    margin: 5px 0;
}

.xypg-detail-article .article-img img {
    border: 1px solid #efefef;
    padding: 1px;
    max-width: 100%;
    height: auto !important;
}

.page-product-detail-effect {
    float: left;
    width: 42.61%;
}

.page-product-detail-effect .big-img {
    border: 1px solid #eee;
}

.page-product-detail-effect .big-img a {
    display: block;
    text-align: center;
    width: 100%;
    height: 390px;
    font-size: 0;
}
.product-detail-item .icon-qrcode {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}
.product-detail-item .icon-qrcode:after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/icon-font/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    background-position: 0 -21px;
    background-size: 200%;
}
.product-detail-item .qr-code {
    position: absolute;
    background: #fff;
    top: 50%;
    z-index: 9;
    left: 100px;
    padding: 10px;
    border: 1px solid;
    display: none;
    height: 122px;
    overflow: hidden;
    margin-top: -61px;
}

.page-product-detail-effect .big-img a img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.page-product-detail-effect .big-img a:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.page-product-detail-right {
    width: 50%;
    float: right;
}

.page-product-detail-right > h1 {
    font-size: 22px;
    color: #0d0d0d;
    margin-bottom: 20px;
}

.product-detail-item li {
    font-size: 14px;
    line-height: 30px;
    color: #777272;
}

.product-detail-slick {
    position: relative;
    margin-top: 20px;
}

.product-detail-slick a.slick-item {
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    font-size: 0;
    border: 1px solid #eee;
    position: relative;
}

.product-detail-slick a.slick-item img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.product-detail-slick a.slick-item:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.product-detail-slick a.slick-item.active {
    border-color: #374b9b;
}

.product-detail-slick .owl-nav button {
    position: absolute;
    width: 27px;
    height: 27px;
    background: rgba(37, 37, 37, 0.6) !important;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    top: 50%;
    margin-top: -13.5px;
    z-index: 9;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    border: none;
}

.product-detail-slick .owl-nav button .icon-font {
    width: 100%;
    height: 100%;
    display: block;
}

.product-detail-slick .owl-nav button .icon-left-arrow:after {
    background-position: 1px -509px;
}

.product-detail-slick .owl-nav button .icon-right-arrow:after {
    background-position: -27px -240px;
}

.product-detail-slick .owl-prev {
    left: 0;
}

.product-detail-slick .owl-prev:after {
    background-position: 0 0;
}

.product-detail-slick .owl-next {
    right: 0;
}

.product-detail-slick:hover .owl-nav button {
    opacity: 1;
}

.page-product-inquiry {
    margin-top: 30px;
}

.page-product-inquiry a {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    background: #374b9b;
    padding: .5em 1.875em;
    border-radius: 2em;
}

.page-product-inquiry a:hover {
    opacity: .8;
}

@media (max-width: 990px) {
    .page-product-detail-effect {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .page-product-detail-right {
        width: 100%;
        float: none;
    }
}

@media (max-width: 640px) {
    .product-detail-slick .slick-item {
        height: 65px;
    }

    .page-product-inquiry a {
        font-size: 12px;
    }

    .page-product-detail-right > h1 {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.product-detail-tab {
    margin-top: 50px;
}

.product-detail-tab .product-detail-tabli {
    border: 1px solid #eee;
    height: 40px;
    line-height: 38px;
}

.product-detail-tab .product-detail-tabli li {
    float: left;
    width: 20%;
    text-align: center;
    font-size: 14px;
    color: #2f2f2f;
    cursor: pointer;
    border-right: 1px solid #eee;
}

.product-detail-tab .product-detail-tabli li.on, .product-detail-tab .product-detail-tabli li:visited, .product-detail-tab .product-detail-tabli li:active {
    color: #374b9b;
    position: relative;
}

.product-detail-tab .product-detail-tabli li.on:before, .product-detail-tab .product-detail-tabli li:visited:before, .product-detail-tab .product-detail-tabli li:active:before {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    border: 1px solid #374b9b;
}

.product-detail-tab .product-detail-tabcon {
    padding: 15px 0;
}

.product-detail-tab .product-detail-tabcon img, .product-detail-tab .product-detail-tabcon p img {
    max-width: 100%;

}

@media (max-width: 768px) {
    .product-detail-tab .product-detail-tabli {
        height: 35px;
    }

    .product-detail-tab .product-detail-tabli li {
        font-size: 13px;
        line-height: 33px;
    }
}

@media (max-width: 420px) {
    .product-detail-tab .product-detail-tabli {
        height: 30px;
    }

    .product-detail-tab .product-detail-tabli li {
        font-size: 12px;
        line-height: 28px;
    }
}

/**
 * EasyZoom core styles
 */
.easyzoom {
    position: relative;
    /* 'Shrink-wrap' the element */
    display: inline-block;
    *display: inline;
    *zoom: 1; }

.easyzoom img {
    vertical-align: bottom;
}

.easyzoom.is-loading img {
    cursor: progress;
}

.easyzoom.is-ready img {
    cursor: crosshair;
}

.easyzoom.is-error img {
    cursor: not-allowed;
}

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #FFF;
    -webkit-box-shadow: 0 0 10px #888;
    box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
    position: absolute;
    z-index: 100;
    overflow: hidden;
    background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px;
}

/* 站点地图样式 */
.xypg-sitemap .map_title {
    line-height: 40px;
    background-color: #f5f8fa;
    border: 1px solid #d6dbe1;
    text-indent: 20px;
    color: #666;
    border-bottom: 2px solid #ccc;
    font-size: 16px;
}

.xypg-sitemap .map_list {
    line-height: 30px;
    padding: 0 5px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.xypg-sitemap .map_list a {
    padding: 4px;
    white-space: nowrap;
    font-size: 14px;
    color: #666;
}

.xypg-sitemap .map_list a:hover {
    text-decoration: none;
    color: #3b639f;
    padding: 4px;
}

.xypg-sitemap .map_list .layer1 {
    margin-bottom: 10px;
}

.xypg-sitemap .map_list h3 {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    line-height: 36px;
}

.xypg-sitemap .map_list h3 a {
    font-weight: normal;
}

.xypg-sitemap .map_list .layer2 a {
    color: #999;
}

.xypg-sitemap .map_list .layer2 a:hover {
    text-decoration: none;
    color: #3b639f;
}

/* 产品封面 */
.cover-item {
    margin-bottom: 20px;
    border-bottom: 3px double #ccc;
}

.cover-item a {
    display: block;
}

.cover-item .img {
    float: left;
    border: 1px solid #ddd;
    padding: 1px;
}

.cover-item .img img {
    width: 100%;
}

.cover-item .item-first {
    margin-bottom: 20px;
    position: relative;
}

.cover-item .item-first .img {
    width: 30%;
    margin-right: 20px;
}

.cover-item .item-first .wz {
    overflow: hidden;
}

.cover-item .item-first .wz h3 {
    font-size: 18px;
    color: #333;
    line-height: 2;
}

.cover-item .item-first .wz .info {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
}

.cover-item .item-first .wz .more {
    width: 100px;
    line-height: 30px;
    color: #fff;
    background: #666666;
    font-size: 14px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
}

.cover-item .item-list a {
    margin-bottom: 10px;
}

.cover-item .item-list .img {
    float: none;
}

.cover-item .item-list h4 {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    text-align: center;
}

@media (max-width: 768px) {
    .cover-item .item-first .img {
        margin-bottom: 10px;
        text-align: center;
        float: none;
        width: 100%;
    }

    .cover-item .item-first .wz .more {
        position: static;
        margin-top: 10px;
        display: block;
    }
}

/* 二级封面 */
.sort_a {
    overflow: hidden;
}

.sort_a .layer1 {
    padding: 15px 0px;
    border-bottom: 1px dashed #a7b8d4;
    position: relative;
    z-index: 1;
}

.sort_a .layer1 .img {
    float: left;
    padding: 5px;
    border: 1px solid #dddddd;
}

.sort_a .layer1 .img img {
    width: 191px;
    height: 153px;
}

.sort_a .layer1 .img_right {
    width: 560px;
    float: right;
}

.sort_a .layer1 .img_right h3 {
    font: bold 14px/36px "Microsoft YaHei";
}

.sort_a .layer1 .img_right span {
    line-height: 25px;
    display: block;
}

.sort_a .layer1 .pro_more {
    position: absolute;
    right: 0px;
    bottom: 15px;
    width: 110px;
    padding-left: 10px;
    height: 28px;
    line-height: 28px;
    background: #666666;
    color: #fff;
    font: bold 24px/24px "Microsoft YaHei";
}

.sort_a .layer1 .pro_more span {
    float: left;
}

.sort_a .layer1 .pro_more a {
    font: normal 12px/28px "Microsoft YaHei";
    color: #fff;
    padding-right: 15px;
    display: inline-block;
}

.sort_a .layer1 .pro_more a:hover {
    text-decoration: none;
    color: #faf104;
}

.sort_a .abb_product {
    padding-top: 15px;
    border: 1px dashed #a7b8d4;
    border-top: none;
}

.productcates {
    padding-top: 10px;
}

.catemore {
    color: #0080d9;
    margin-top: 6px;
    overflow: hidden;
    position: relative;
}

.catemore h2 {
    width: 360px;
    float: left;
    font: bold 15px/36px "Microsoft YaHei";
}

.catemore a {
    float: right;
    font: normal 14px/36px "Microsoft YaHei";
    color: #444444;
    padding-right: 28px;
}

.catemore a:hover {
    text-decoration: none;
    color: #0080d9;
}

.product-comment-list {
    position: relative;
    overflow: hidden;
}

#commentList li {
    padding: 10px 10px 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.user-column {
    width: 100px;
    float: left;
}

.user-column img {
    height: 50px;
    max-width: 50px;
    border-radius: 50%;
}

.user-name {
    color: #333;
    padding-top: 5px;
    display: block;
}

.comment-content {
    margin-left: 120px;
    overflow: hidden;
    position: relative;
}

.comment-stars i {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background: url(../images/icon-font/star-h.png) center no-repeat;
    display: none;
}

.comment-stars i.shows {
    display: inline-block;
}

.comment-stars span {
    position: absolute;
    right: 0;
    top: 5px;
    color: #999;
}

.comment-text {
    padding: 5px 0;
    line-height: 22px;
}

.comment-recovery {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #ddd;
    line-height: 22px;
    color: #888;
}

.comment-recovery span {
    color: #f90;
}

.no-content-icon {
    text-align: center;
    line-height: 50px;
    padding-top: 40px;
    color: #999;
}

.no-content-icon .iconfont {
    font-size: 60px;
}

/* 商品评论页面分页样式 */
.holder {
    margin: 15px 0;
    text-align: center;
}

.holder a {
    cursor: pointer;
    margin: 0 5px;
    display: inline-block;
    padding: 3px 12px;
    border: 1px solid #efefef;
    font-size: 12px;
    color: #333;
}

.holder a:hover {
    background-color: #222;
    color: #fff;
}

.holder a.jp-previous {
    margin-right: 15px;
}

.holder a.jp-next {
    margin-left: 15px;
}

.holder a.jp-current {
    color: #FF4242;
    font-weight: bold;
}

a.jp-current:hover {
    color: #FF4242;
    font-weight: bold;
}

.holder a.jp-disabled, a.jp-disabled:hover {
    color: #bbb;
}

.holder a.jp-current, a.jp-current:hover, .holder a.jp-disabled, a.jp-disabled:hover {
    cursor: default;
    background: none;
}

.holder span {
    margin: 0 5px;
}

/* 网站标签页面样式 */
.tagdescription {
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
    line-height: 1.7;
    background: #efefef;
    margin-bottom: 20px;
    margin-top: 15px;
}

.tag-all a {
    background-color: #f2f2f2;
    color: #666;
    padding: 5px 8px;
    text-decoration: none;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.tag-all a:hover {
    background-color: #ddd;
}

.tag-menu {
    border: 1px solid #efefef;
    border-radius: 5px;
    overflow: hidden;
}

.tag-menu li {
    list-style-type: none;
    text-align: center;
    line-height: 40px;
    padding: 0 20px;
    float: left;
}

.tag-menu li a {
    color: #666;
    font-size: 16px;
}

.tag-menu li a:hover {
    color: #374b9b;
}

.tag-menu li.active a {
    color: #374b9b;
}

.tag-notice {
    line-height: 40px;
    padding: 0 10px;
    margin-top: 10px;
}

.tag-item {
    padding: 15px 0;
    font-size: 14px;
    border-bottom: 1px solid #d6dbe1;
    margin-top: 10px;
    color: #666;
}

.tag-item span {
    color: #374b9b;
}

.tag-category {
    margin-bottom: 20px;
}

.tag-category span {
    font-size: 16px;
    color: #000;
    display: inline-block;
}

.tag-category a {
    display: inline-block;
    line-height: 25px;
    padding: 0 15px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    color: #333;
    margin-right: 10px;
}

.tag-category a:hover {
    background: #374b9b;
    color: #fff;
}

.tag-list-product li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.tag-list-product li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.tag-list-product .tag-img {
    width: 220px;
    float: left;
    margin-right: 20px;
}

.tag-list-product .tag-img .img {
    display: block;
    border: 1px solid #e1e1e1;
}

.tag-list-product .tag-img .img img {
    width: 100%;
}

.tag-list-product .tag-wz {
    overflow: hidden;
}

.tag-list-product .tag-wz h1 {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}

.tag-list-product .tag-wz h1 a {
    color: #000;
}

.tag-list-product .tag-wz .tab-fenli p {
    width: 50%;
    float: left;
    font-size: 14px;
    color: #333;
    margin-bottom: 0;
}

.tag-list-product .tag-wz .tab-fenli .tag a {
    padding: 0 5px;
}

.tag-list-product .tag-wz .desp {
    font-size: 12px;
    line-height: 2;
    height: 48px;
    overflow: hidden;
    color: #666;
    margin: 5px 0;
}

@media (max-width: 768px) {
    .tag-list-product .tag-img {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    .tag-list-product .tag-img .img img {
        width: auto;
        max-width: 100%;
    }

    .tag-list-product .tag-wz .tab-fenli p {
        width: 100%;
        float: none;
    }
}

.xytag-title {
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    line-height: 40px;
    margin-bottom: 10px;
}

.xytag-recom-product ul {
    margin: 0 -1%;
}

.xytag-recom-product li {
    float: left;
    position: relative;
    width: 18%;
    margin: 0 1%;
    overflow: hidden;
}

.xytag-recom-product li img {
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.xytag-recom-product li .zz-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.xytag-recom-product li .zz-bg h2 {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    height: 30px;
    margin: auto;
}

.xytag-recom-product li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.xytag-recom-product li:hover .zz-bg {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.input-box {
    position: relative;
}

.input-box .placeholder {
    position: absolute;
    z-index: 10;
    color: #999;
    top: 10px;
    font-size: 14px;
}

#message-form .input-box .placeholder, #job-detail-form .input-box .placeholder {
    top: 8px;
}

.x-header-right .input-box .placeholder {
    top: 5px;
    left: 50px !important;
}

.code-group .input-box {
    float: left;
    width: 32.29813665%;
}

.code-group .input-box #checkcode {
    float: none;
    width: 100%;
}

/* 内页banner文字 */

.page-banner{
  position: relative;
}
.page-banner .text{
  position: absolute;
  width: 100%;
  top: 38%;
  z-index: 1;  
  text-align: center;
}
.page-banner .text h5{
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
}
.page-banner .text p{
    font-size: 112px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
}






/* 手机页脚 */
.footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #222;
}

.footer3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer3 ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.footer3 ul li a {
    display: block;
    color: #ffffff;
}

.footer3 ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}





.xypg-right-content{overflow: hidden;}


.xypg-product-list {
	margin: 0 -1.5%;
	font-size: 0;
}

.xypg-product-list li {
	display: inline-block;
	vertical-align: bottom;
	width: 28.55%;
	margin: 0 1.5% 20px 1.5%;
	padding: 10px 10px 0 10px;
	border: 1px solid #eeeeee;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.espcms_strlist a{
	color: #333;
}
.xypg-product-list li .img {
	display: block;
}

.xypg-product-list li h3 a {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #5a5a5a;
	line-height: 1.6;
	padding: .8em 0;
}



.xypg-product-list .no-result {
	margin: 0 1.5%;
	font-size: 14px;
}

.xypg-case-list {
	margin: 0 -1%;
	font-size: 0;
}

.xypg-case-list li {
	display: inline-block;
	vertical-align: bottom;
	width: 31.333%;
	margin: 0 1% 10px 1%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.xypg-case-list li .img {
	display: block;
}

.xypg-case-list li h3 a {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #5a5a5a;
	line-height: 1.6;
	padding: .8em 0;
}

.xypg-case-list li:hover h3 a {
	color: #374b9b;
}
.icon-close:before{
    display: none;
}



@media(max-width: 992px) {
    .page-product-detail-effect {
        pointer-events: none;
    }
}



/*** 

====================================================================
		Page Banner
====================================================================

***/




.page-banner .banner-inner{
	position: relative;
	display: block;
	z-index:2;
}

.page-banner .inner-container{
    position: absolute;
    left: 14%;
    bottom: 17%;
    z-index: 999;
}

.page-banner.ext-banner .inner-container{
	height: 820px;
}

.page-banner .image-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.page-banner .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #171b27;
	opacity: 0.50;
}

.page-banner .image-layer.style-1:before{
	opacity: 0.00;
}

.page-banner h1{
	position:relative;
	font-size:54px;
	color:#ffffff;
	line-height: 1.2em;
	font-weight: 400;
	letter-spacing: 0px;
	text-transform: capitalize;
	margin: 0;
}
.page-banner .page-nav{
	position: relative;
	padding-top: 10px;
}

.page-banner .bread-crumb{
	position: relative;
	display: inline-block;
}

.page-banner .bread-crumb li{
	position: relative;
	float: left;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 400;
	text-transform: capitalize;
	margin-right: 25px;
}

.page-banner .bread-crumb li:before{
	position: absolute;
	right: -25px;
	width: 25px;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 400;
    content: "-";
}

.page-banner .bread-crumb li:last-child{
	padding-right: 0;
	margin-right: 0;
}

.page-banner .bread-crumb li:last-child:before{
	display: none;
}

.page-banner .bread-crumb li a{
	color:#ffffff;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.page-banner .bread-crumb li a:hover,
.page-banner .bread-crumb li.active{
	color:#ffffff;	
}
.banner-img img{
    opacity: 0;
}
/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section-two{
	position:relative;
	padding-top: 100px;
	background: #ffffff;
}

.contact-section-two .info-col{
	position: relative;
	z-index: 2;
    width: 40%;
}

.contact-section-two .info-col .inner{
	position: relative;
	display: block;
	max-width: 500px;
}

.contact-section-two .info-col .u-text{
	position: relative;
	display: block;
	color: #1b1c1e;
	font-size: 16px;
	line-height: 1.60em;
	margin: 0 0 55px;
}

.contact-section-two .info{
	position: relative;
}

.contact-section-two .info .info-block{
	position: relative;
	display: block;
	margin-bottom: 52px;
}

.contact-section-two .info .info-block .block-inner{
	position: relative;
	display: block;
	padding-top: 10px;
	padding-left: 146px;
	min-height: 114px;
}

.contact-section-two .info .info-block .icon-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 114px;
	height: 114px;
	padding: 27px 10px;
	text-align: center;
	background: #1b1c1e;
	color: #ffffff;
	font-size: 40px;
	line-height: 60px;
	/*border-radius: 45% 55% 70% 35% / 45% 45% 55% 45%;*/
	box-shadow: 0px 30px 30px 0px rgba(0,0,0,0.10);
}

.contact-section-two .info .info-block h4{
	position: relative;
	display: block;
	font-size: 24px;
	margin-bottom: 15px;
    font-weight: normal;
}

.contact-section-two .info .info-block .text{
	position: relative;
	display: block;
	color: #9b9fa6;
	line-height: 1.70em;
    font-size: 16px;
}

.contact-section-two .info .info-block .text a{
	position: relative;
	color: #9b9fa6;
}

.contact-section-two .info .info-block .text a:hover{
	text-decoration: underline;
	color: #1b1c1e;
}

.contact-section-two .form-col{
	position: relative;
	margin-bottom: 50px;
    width: 50%;
}

.contact-section-two .form-box{
	position: relative;
	display: block;
	margin-top: -290px;
	padding: 70px 70px 40px;
	background: #ffffff;
	box-shadow: 0px 25px 25px 0px rgba(0,0,0,0.07);
	z-index: 10;
}

.contact-section-two .form-box h3{
	font-size: 36px;
	text-transform: capitalize;
	margin-bottom: 24px;
}

.contact-section-two .form-box .text{
	position: relative;
	display: block;
	color: #9b9fa6;
	font-size: 16px;
	line-height: 1.60em;
	margin: 0 0 40px;
}

.contact-section-two .form-box .form-group{
	margin-bottom: 30px;
}

.contact-form-two .form-group input[type="text"],
.contact-form-two .form-group input[type="email"],
.contact-form-two .form-group input[type="password"],
.contact-form-two .form-group input[type="tel"],
.contact-form-two .form-group input[type="url"],
.contact-form-two .form-group input[type="file"],
.contact-form-two .form-group input[type="number"],
.contact-form-two .form-group textarea,
.contact-form-two .form-group select{
	height: 52px;
	padding: 10px 20px;
	line-height: 30px;
    width: 100%;
    font-size: 16px;
}

.contact-form-two .form-group textarea{
	height: 170px!important;
}

.contact-form-two .form-group .theme-btn{
	min-width: 190px;
	display: inline-block;
    border: 0;
    padding: 0;
}

.contact-form-two .form-group .theme-btn .btn-title{
	padding: 15px 25px;
	line-height: 30px;
	text-align: center;
}

.row{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
}

.btn-style-one{
	position: relative;
	display: inline-block;
	text-align: center;
	text-transform:capitalize;
	border-radius:0px;
	overflow:hidden;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-one .btn-title{
	position: relative;
	display:block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 500;
	padding: 10px 40px;
	background: #1b1c1e;
	border-radius:0px;
	outline: 1px solid transparent;
	z-index:1;
	transition:all 0.03s ease;
	-moz-transition:all 0.03s ease;
	-webkit-transition:all 0.03s ease;
	-ms-transition:all 0.03s ease;
	-o-transition:all 0.03s ease;
}

.btn-style-one:hover .btn-title{
	background: #1b1c1e;
	outline-color: #ffffff;
	outline-offset: -4px;
	color: #ffffff;
}


.left-product-box{
    width: 33%;
}
.left-product-box h1{
    font-size: 112px;
    margin-bottom: 5%;
}
.left-product-box li{
    font-size: 1rem;
}
.left-product-box span{}
.left-product-box .page-product-img{
    margin-top: 5%;
}
.left-product-box .page-product-img img{
    width: 100%;
}
.left-product-box .page-product-inquiry{}
.left-product-box .page-product-inquiry:hover a{
    color: #fff;
}

.right-product-box{
    width: 65%;
    margin: auto !important;
}



/*  */
/* 新闻资讯 */
.z-tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-bottom: 4%;
}
.z-tit h5{
    font-size: 28px;
    color: #333333;
    font-weight: normal;
}
.z-tit a{
    font-size: 14px;
    color: #333333;
}
.content-box{
    background: #f6f6fc;
}
.page-news-box01{
    padding: 5% 0;
    background-color: #fff;
}
.page-news-box01 .page-news{}
.page-news-box01 .page-news ul{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    align-content: flex-start;
}
.page-news-box01 .page-news li{
    background-color: #fff;
    width: 31%;
    margin-right: 2%;
    margin-bottom: 2.3%;
}
.page-news-box01 .page-news li:nth-child(3n){
    margin-right: 0;
}
.page-news-box01 .page-news li .text{
    padding: 5%;
}
.page-news-box01 .page-news li .text p{
    font-size: 14px;
    color: #333;
    opacity: .5;
}
.page-news-box01 .page-news li .text h5{
    font-size: 16px;
    color: #333;
    margin: 3% 0;
}
.page-news-box01 .page-news li .text span{
    font-size: 14px;
    color: #333;
    opacity: .5;
}


.page-news-box02{
    padding: 5% 0;
    
}
.page-news-box02{}
.page-news-box02 .page-news{
    display: flex;
    align-items: flex-start;
}
.page-news-box02 .page-news .hot{
    width: 45%;
    margin-right: 5%;
}
.page-news-box02 .page-news .hot li{}
.page-news-box02 .page-news .hot li .com-img{}
.page-news-box02 .page-news .hot li .text{}
.page-news-box02 .page-news .hot li .text p{
    font-size: 14px;
    color: #333;
    opacity: .5;
}
.page-news-box02 .page-news .hot li .text h5{
    font-size: 1.2rem;
    color: #333;
    margin: 5% 0;
}
.page-news-box02 .page-news .hot li .text span{
    font-size: 14px;
    color: #333;
    opacity: .5;
}

.page-news-box02 .page-news .hot li .page-news-link{
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
}
.page-news-box02 .page-news .list{
    width: 50%;
}
.page-news-box02 .page-news .list li{
    margin-bottom: 5%;
}
.page-news-box02 .page-news .list li .com-img{
    width: 40%;
}
.page-news-box02 .page-news .list li a{
    display: flex;
}
.page-news-box02 .page-news .list li .text{
    width: 57%;
    padding-left: 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page-news-box02 .page-news .list li .text p{
    font-size: 14px;
    color: #333;
    opacity: .5;
}
.page-news-box02 .page-news .list li .text h5{
    font-size: 16px;
    color: #333;
    margin-top: 3%;
    margin-bottom: 7%;
}
.page-news-box02 .page-news .list li .text span{
    font-size: 14px;
    color: #333;
    opacity: .5;
}


.page-news li .text h5:hover{
    color: #374b9b !important;
}
.page-news li .text span:hover{
    opacity: 1!important;
}
.page-news li .text p:hover{
    opacity: 1!important;
    transition: all .3s;
}
.page-news-box03{
    padding: 5% 0;
}
.page-news-box03 .page-news{}
.page-news-box03 .page-news ul{
    display: flex;
    flex-wrap: wrap;
}
.page-news-box03 .page-news ul li{
    background-color: #fff;
    clear: both;
    width: 50%;
}
.page-news-box03 .page-news ul li a{}
.page-news-box03 .page-news ul li .com-img{
    float: left;
    width: 50%;
}
.page-news-box03 .page-news ul li .text{
    float: left;
    width: 44%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    height: 100%;
    padding: 0 3%;
}
.page-news-box03 .page-news ul li .text p{
    font-size: 14px;
    color: #333;
    opacity: .5;
}
.page-news-box03 .page-news ul li .text h5{
    font-size: 16px;
    color: #333;
    margin: 5% 0;
}
.page-news-box03 .page-news ul li .text span{
    font-size: 14px;
    color: #333;
    opacity: .5;
}
.page-news-box03 .page-news ul li:nth-child(3) .com-img , .page-news-box03 .page-news ul li:nth-child(4) .com-img{
    float: right;
}

/* 品牌介绍 */

.about-box1{
    background: url(../images/about-box1-bg.jpg) center bottom no-repeat;
    padding: 5% 0;
}
.z-about-box{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.z-aboutLeft{
    width: 42%;
    margin-right: 5%;
}
.z-about-tit{
    font-size: 24px;
    color: #333;
    position: relative;
    margin-bottom: 4%;
}
.z-about-tit::after{
    content: '';
    width: 15%;
    height: 1px;
    background-color: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}
.z-about-tit h5{
    font-size: inherit;
    color: inherit;
}
.z-about-tit h4{
    font-size: inherit;
    color: inherit;
    font-weight: normal;
}
.z-aboutLeft .text{}
.z-aboutLeft .text h6{
    font-size: 1.2rem;
    color: #374b9b;
    font-weight: normal;
    margin-bottom: 5%;
    display: none;
    
}
.z-aboutLeft .text p{
    font-size: 16px;
    line-height: 28px;
    color: #666;
    letter-spacing: 1px;
    text-align: justify;
}
.z-aboutLeft .shuzi{
    padding: 10% 0;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    margin-top: 13%;
}
.z-aboutLeft .shuzi ul{
    display: flex;

}
.z-aboutLeft .shuzi li{
    color: #333;
    margin-right: 10%;
    position: relative;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.z-aboutLeft .shuzi li .sz{
    display: flex;
    align-items: flex-end;
}
.z-aboutLeft .shuzi h5{
    font-family: "DIN";
    font-size: 2rem;
    color: inherit;
    line-height: initial;
    font-weight: bold;
    color: #374b9b;
}
.z-aboutLeft .shuzi p{
    color: inherit;
    font-size: 16px;
}
.z-aboutLeft .shuzi span{
    font-size: 16px;
    color: inherit;
}
.z-aboutLeft .shuzi i{
    font-family: "DIN";
    font-size: 16px;
    color: inherit;
    font-style: normal;
}
.z-aboutLeft .shuzi li::after{
    content: '';
    width: 1px;
    height: 100%;
    background-color: #333;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    opacity: .1;
}
.z-aboutLeft .shuzi li:last-child{
    padding: 0;
    margin: 0;
}
.z-aboutLeft .shuzi li:last-child:after{
    display: none;
}
.z-aboutRight{
    width: 52%;
}
.z-aboutRight p{
    font-size: 16px;
    line-height: 28px;
    color: #333;
    letter-spacing: 1px;
    margin-top: 5%;
    text-align: justify;
}

.about-box2{
    background: url(../images/about-box2-bg.jpg) center no-repeat fixed;
}

.z-culture-box{
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    padding-top: 5%;
   
}
.z-culture-box .a-tit{
    text-align: left;
	width: 45%;
	margin-top:3%
}
.z-culture-box .a-tit p{
	margin-top:2%  
}
.z-culture{
    width: 553px;
    height: 580px;
    background: -webkit-linear-gradient(left,rgba(8,103,166,.6) 0,rgba(10,172,183,.6) 100%);
    background: linear-gradient(to right,rgba(8,103,166,.6) 0,rgba(10,172,183,.6) 100%);
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    margin-top: 5%;
}
.z-culture ul{}
.z-culture li{
    margin-bottom: 10%;
}
.z-culture li h5{
    font-size: 18px;
    color: #fff;
    margin-bottom: 1%;
}
.z-culture li p{
    font-size: 14px;
    color: #fff;
}
.about-box3{
    padding: 5% 0;
}

.business-scope .business{
    margin-top: 5%;
}

.business-scope .business .text p{
    font-size: 16px;
    color: #333;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.business-scope .business li:hover{
    background-color: #fff;
}


.a-tit{
    text-align: center;
}
.a-tit p{
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
}
.a-tit h5{
    font-size: 28px;
    color: #374b9b;
    font-weight: normal;
    line-height: 28px;
}
.a-tit h6{
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    margin-top: 1%;
}
.about-box4{
    padding-bottom: 8%;
}
.team{
    margin-top: 5%;
    position: relative;
}
#team{
    overflow: hidden;
}
.team .swiper-pagination{
    bottom: -15% !important;
}
.team .swiper-pagination .swiper-pagination-bullet{
    width: 40px;
    height: 1px;
    background-color: #000;
    opacity: .2;
    border-radius: 0;
}
.team .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #374b9b;
    opacity: 1;
}
.team .swiper-button-next , .team .swiper-button-prev{
    color: #333;
    opacity: .5;
    font-size: 30px;
}
.team .swiper-button-next:after , .team .swiper-button-prev:after {
    font-size: 30px;
}
.team .swiper-button-next:hover , .team .swiper-button-prev:hover{
    color: #374b9b;
}

.team .swiper-button-next{
    right: -5%;
}
.team .swiper-button-prev{
    left: -5%;
}
.team .teacher{
    border-radius: 10px;
    background-color: #fff;
}
.team .teacher .text{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10%;
}
.team .teacher .text h5{
    font-size: 18px;
    color: #333;
}
.team .teacher .text p{
    font-size: 14px;
    color: #666;
}
.teacher-a{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #f6f6fc;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}
.teacher-a span{
    color: #666;
    font-size: 12px;
}
.teacher-a:hover{
    background-color: #374b9b;
}
.teacher-a:hover span{
    color: #fff;
}

.about-box5{
    padding: 5% 0;
    background: url(../images/about-box5-bg.jpg) center no-repeat fixed;
}
.development-history{
    padding-bottom: 0%;
}
.development{
    position: relative;
    margin-top: 8%;
    margin-bottom: 4%;
}
.development::after{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #374b9b;
    position: absolute;
    top: 50%;
}
.development ul{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.development li{
    text-align: center;
    margin: 0 3%;
    position: relative;
}
.development li::after{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 18px;
    background-color: #fff;
    border: 2px solid #374b9b;
    display: block;
    position: absolute;
    top: 45%;
    left: 40%;
    z-index: 9;
}
.development li h5{
    font-size: 20px;
    color: #000;
    margin-bottom: 50%;
}
.development li p{
    font-size: 14px;
}


.about-box6{
    padding: 5% 0;
}

.Honorary{
    margin-top: 3%;
}
.Honorary ul{
    display: flex;
}
.Honorary ul li{
    width: 18%;
    margin-right: 2%;
    
}
.Honorary ul li:last-child{
    margin-right: 0;
}
.Honorary ul li p{
    font-size: 14px;
    text-align: center;
    margin-top: 10%;
    color: #333;
}
.Honorary ul li p:hover{
    color: #374b9b;
}
.Honorary ul li img{
    width: 100%;
}

/* 社会责任 */
.s-tit{
    text-align: center;
}
.s-tit h5{
    font-size: 28px;
    color: #333;
}
.s-tit p{
    font-size: 16px;
    color: #666;
    margin-top: 3%;
}

.social{
    margin-top: 5%;
}
.social ul{}
.social li{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.social li .com-img{
    width: 50%;
    display: inline-block;
    margin: 0;
    
}
.social li .mySwiper{
    width: 50%;
    overflow: hidden;
}
.social li .mySwiper img{
    width: 100%;
}
.social li .text{
    width: 45%;
   
}

.social li .text h5{
    font-size: 20px;
    color: #374b9b;
}
.social li .text p{
    font-size: 14px;
    color: #333;
    line-height: 2.5vh;
    margin-top: 5%;
    text-align: justify;
}

.shzr-Recruitment-box{
    background: url(../images/shzr-Recruitment-box.jpg) no-repeat center;
    padding: 5% 0;
}
.shzr-Recruitment{
    text-align: center;
}
.shzr-Recruitment h5{
    color: #fff;
    font-size: 24px;
}
.shzr-Recruitment p{
    color: #fff;
    font-size: 16px;
    max-width: 75%;
    margin: 2% auto;

}
.shzr-a{
    text-align: center;
    margin-top: 5%;
}
.shzr-a a{
    color: #fff;
    font-size: 14px;
    display: inline-block;
    width: 160px;
    line-height: 5vh;
    text-align: center;
    border: 1px solid #fff;
}
.shzr-a a:first-child , .shzr-a a:hover{
    background-color: #374b9b;
    border: 1px solid #374b9b;
    color: #fff;
}



/* 下载中心 */
.xzzx-tit{
    margin-bottom: 5%;
    margin-top: 3%;
}
.xzzx-tit h5{
    font-size: 16px;
    color: #333;
    
}

.download{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 5%;
}
.download li{
    transition: .5s ease-in-out;
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 2%;
    position: relative;
    margin-bottom: 0.75rem;
    background-color: #fff;
}
.download li:hover {
    transition: .5s ease-in-out;
    transform: translateY(-10px);
}
.download li:nth-child(2n) {
    margin-right: 0%;
}
.download li a{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.download li .img{
    padding: 5%;
    border-radius: 0.375rem;
    border-right: 0.5em solid #f6f6f6;
    
}
.download li .img img{
    
}
.download li .words{
    position: relative;
    color: #000000;
    width: 100%;
    border-radius: 0.375rem;
    padding: 5% 2%;
    margin-left: 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.download li .words:before {
    position: absolute;
    content: "";
    width: 3.75rem;
    height: 100%;
    right: 5%;
    top: 0;
    background: url(../images/i16.png) no-repeat center;
    background-size: 1rem 1rem;
}
.download li:hover .words:before {
    transition: .5s ease-in-out;
    background: url(../images/i160.png) no-repeat center;
    background-size: 1rem 1rem;
}
.download li .words h5{
    width: 80%;
    line-height: 1.2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 1.2rem;
}
.download li .words p{
    color: #888888;
    line-height: 1;
    margin-top: 012px;
    font-size: 16px;
}

/* 招聘中心 */
.r-tit{
    text-align: center;
}
.r-tit h5{
    font-size: 28px;
    color: #000;
}

.Recruitment{
    padding: 5% 0;
    display: flex;
    align-items: center;
}
.Recruitment .com-img{
    width: 50%;
    margin: 0;
}
.Recruitment .text{
    width: 45%;
    margin-left: 5%;
    position: relative;
}
.Recruitment .text::after{
    content: '';
    background-size: 5rem 5rem;
    display: block;
    width: 15vh;
    height: 15vh;
    position: absolute;
    top: 0;
    right: 0;
}
.Recruitment .zgz::after{
    content: '';
    background: url(../images/Recruitment-icon01.png) no-repeat;
}
.Recruitment .dyfl::after{
    content: '';
    background: url(../images/Recruitment-icon02.png) no-repeat;
}
.Recruitment .text h5{
    font-size: 36px;
    color: #000;
}

.Recruitment .text h5::before{
    content: '“';
    font-family: Arial, Helvetica, sans-serif;
    font-size: 112px;
    display: block;
    line-height: 2vh;
    opacity: .5;
    color: #000;

}
.Recruitment .text h5::after{
    display: block;
    content: '';
    width: 40%;
    height: 1px;
    background-color: #000;
    opacity: .5;
    margin: 5% 0;
}
.Recruitment .text span{
    opacity: .5;
}
.Recruitment .text p{
    font-size: 16px;
    color: #666;
}
.Recruitment-center-box2{
    background: url(../images/Recruitment-center-box2.jpg) no-repeat center fixed;
    padding: 5% 0;
}
.growth{
    color: #fff;
    text-align: center;
}
.growth h5{
    font-size: 28px;
    margin-bottom: 3%;
}
.growth p{
    font-size: 18px;
}
.growth ul{
    margin: 5% 0;
    display: flex;
    justify-content: center;
}
.growth li{
    background-color: #910b40;
    width: 30vh;
    height: 30vh;
    border-radius: 30vh;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.growth li:nth-child(2){
    background-color: #374b9b;
    margin-left: -3%
}
.growth li h6{
    font-size: 72px;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
}
.growth li span{
    font-size: 16px;
    margin-top: 25%;
}
.growth li p{
    width: 60%;
    margin: 0 auto;
}

.Recruitment-center-box4{
    padding: 5% 0;
}
.work-environment{
    margin-top: 5%;
}
.work-container {
    padding-bottom:40px;
    position: relative;
}

.work-container .swiper-slide {
    width:60%;
    transition-timing-function:linear;
}
.work-container .swiper-slide img{
    width:100%;
    border-radius: 4px;
}
.work-container .swiper-button-next, .work-container .swiper-button-prev{
    width:86px;
    height:112px;
    background-size:86px 112px;
    margin-top:-56px;
    outline:none;
    color: #fff;
}	
.work-container  .swiper-pagination-bullet{
    background:none;
    opacity:1;
    margin:0 6px !important;
    width:9px;
    height:9px;
    position:relative;
    outline:none;
    vertical-align:middle;}
    .work-container .swiper-pagination-bullet span{
    width:3px;
    height:3px;
    background:#CCC;
    display:block;
    border-radius:50%;
    margin-top:3px;
    margin-left:3px;
}
.work-container .swiper-pagination-bullet i{
    background:#000;
    height:1px;
    width:20px;
    position:absolute;
    top:4px;
    transform:scaleX(0);
    transform-origin:left;
    z-index:3;
    transition-timing-function:linear;
    }
.work-container .swiper-pagination-bullet-active span,.work-container .swiper-pagination-bullet:hover span{
    width:9px;
    height:9px;
    margin-top:0;
    margin-left:0;
    background:#000;
    position:relative;
    z-index:1;
    }
.work-container .swiper-pagination-bullet-active i{
    animation:middle 6s;
    }
.work-container .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i{
    animation:first 6s;
    }
.work-container .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i{
    animation:last 6s;
    }				
@keyframes first{
  0% {transform:scaleX(0.5);left:0px;}/*091*/
  100% {transform:scaleX(1);left:2px;} /*0915*/
}
@keyframes last{
  0% {transform:scaleX(0.7);left:-10px;}/*1090*/
  20% {transform:scaleX(0.3);left:2px;} /*090*/
  100% {transform:scaleX(0.3);left:0px;} /*090*/
}		
@keyframes middle{
  0% {transform:scaleX(0.7);left:-10px;}/*1091*/
  20% {transform:scaleX(0.45);left:2px;}/*092*/
  100% {transform:scaleX(1);left:2px;} /*0913*/
}

.Recruitment-center-box5{
    padding-bottom: 5%;
}

.Recruitment-list{
    background-color: #fff;
    /* border-radius:6px; */
    margin-top: 5%;
}
.Recruitment-tit{
    background-color: #374b9b;
    /* border-radius: 6px 6px 0 0; */
    display: flex;
    line-height: 10vh;
    text-align: center;
}
.Recruitment-tit h5{
    width: 25%;
    color: #fff;
    font-size: 16px;
}
.Recruitment-list ul{}
.Recruitment-list ul li{}
.Recruitment-list ul li:nth-child(2n){
    background-color: #f7f7f7;
}
.Recruitment-list ul li .text{
    display: flex;
    cursor: pointer;
}
.Recruitment-list ul li .text p{
    width: 25%;
    line-height: 10vh;
    text-align: center;
    color: #333;
    font-size: 16px;
}

.Recruitment-list ul li .sub{
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    padding: 5%;
    background-color: #fff;
    display: none;
    clear: both;
}

.Recruitment-list ul li .sub .gzgs{
    margin-bottom: 3%;
    width: 45%;
    float: left;
}
.Recruitment-list ul li .sub .gzgs h6{
    font-size: 16px;
    margin-bottom: 2%;
    color: #000;
}
.Recruitment-list ul li .sub .gzgs .words{}
.Recruitment-list ul li .sub .gzgs .words p{
    font-size: 14px;
    line-height: 2.5vh;
    color: #666;
}
.Recruitment-list ul li .link-b{
   margin-top: 2%;
}



.Recruitment-contact{
    background-color: #fff;
    padding: 5% 0;
    /* border-radius: 6px; */
}

.Recruitment-contact ul{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    text-align: center;
    margin-top: 5%;
}
.Recruitment-contact ul li{
    width: calc(100% / 3);
    height: 15vh;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.Recruitment-contact ul li:last-child{
	border-right: none;
}
.Recruitment-contact ul li .text{
    text-align: left;
    margin-left: 3%;
}
.Recruitment-contact ul li::before{
    font-family:'iconfont';
    font-size: 2rem;
    color: #374b9b;
    display: inline-block;
    margin-top: -2%;
}
.Recruitment-contact ul li:nth-child(1)::before{
    content: "\e603";
    

}
.Recruitment-contact ul li:nth-child(2)::before{
    content: "\e612";

}
.Recruitment-contact ul li h5{
    font-size: 16px;
}
.Recruitment-contact ul li p{
    font-size: 16px;
    opacity: .5;
}
.Recruitment-contact ul li p a{
    color: initial;
}
.Recruitment-contact ul li img{
    max-width: 13vh;
}
.Recruitment-contact ul li h6{
    display: inline-block;
    font-size: 16px;
    margin-left: 3%;
}


/* 核心业务 */
.b-tit{
    text-align: center;
}
.b-tit h5{
    font-size: 28px;
    color: #333;
}
.b-tit p{
    font-size: 16px;
    color: #666;
    width: 80%;
    margin: 2% auto;
}
.businesses{
    margin: 5% 0;
}
.businesses .img{}
.businesses .img img{
    width: 100%;
}
.businesses .words{
    background-color: #fff;
    padding: 5%;
}
.fst{
    display: flex;
    align-items: center;
    
    
}
.businesses .words .com-img{
    width: 20%;
}
.businesses .words  .text{
    width: 80%;
    margin-left: 5%;
}
.fst .text h5{
    font-size: 24px;
    margin-bottom: 2%;
}
.fst .text p{
    font-size: 14px;
    line-height: 2.5vh;
}
.fst .text .core{
    display: flex;
}
.fst .text dl{
    width: calc(97% / 3);
    display: inline-block;
    margin-top: 3%;
}
.fst .text dd{
    font-size: 14px;
    line-height: 2.5vh;
}
.fst .text dd::before{
    content: '';
    width: 4px;
    height: 4px;
    background-color: #000;
    display: inline-block;
    border-radius: 1vh;
    margin-right: 5%;
    opacity: .7;
}

.core-businesses-box2{
    background: url(../images/core-businesses-box2.jpg) no-repeat center fixed;
    padding: 5% 0;
}
.jsfw{
    color: #fff;
}


.jsfw .text dd::before{
    background-color: #fff;
    opacity: 1;
}
.jsfw .text{
    width: 50%;
}
.jsfw .com-img{
    width: 45%;
    margin-left: 5%;
    border: 10px solid #fff;
}

.zhyxfw{
    padding: 5% 0;
}
.zhyxfw .com-img{
    width: 45%;
    margin-right: 5%;
}
.zhyxfw .text{
    width: 50%;
}
.zhyxfw .text h5{
    color: #000;
}


/* 联系我们 */

.contact-box{}
.contact{
    display: flex;
}
.c-box{
    width: 50%;
    padding: 5%;
}
.contact .text{
    background-color: #374b9b;
    color: #fff;
    
}
.contact .text h1{
    font-size: 1.2rem;
    display: inline-block;
}
.contact .text h1::after{
    width: 80%;
    content: '';
    height: 1px;
    background-color: #fff;
    display: block;
    margin: 50% 0;
}
.contact .text h2{
    font-size: 20px;
    display: block;
    margin-bottom: 5%;
}
.contact .text h3{
    font-size: 26px;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    padding-left: 10%;
    margin-bottom: 5%;
}
.contact .text h3::after{
    content: "\e60a";
    font-family: 'iconfont';
    position: absolute;
    left: 0;
    font-size: 40px;
    top: 0;

}
.contact .text h3 span{
    display: block;
    font-size: 14px;
    
}
.contact .text p{
    font-size: 16px;
}
.contact .text p span{
    font-size: 1rem;
    display: inline-block;
    font-weight: 100;
    margin-right: 2%;

}

.contact .zx{
    background-color: #fff;
}
.contact .zx h5{
    font-size: 1.2rem;
    color: #000;
}
.contact .zx p{
    font-size: 16px;
    margin-top: 2%;
}
.contact .zx .ewm{
    width: 20vh;
    margin-top: 5%;
    
}
.contact .zx img{
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.contact .zx .ewm p{
    text-align: center;
    margin-top: 10%;
}


.support-tit{
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    background-color: #374b9b;
    color: #fff;
    padding: 0 5%;
    /* border-radius: 6px 6px 0 0; */
}
.support-tit h5{
    font-size: 16px;
    cursor: pointer;
}
.support-tit a{
    color: inherit;
    cursor: pointer;
}
.support-tit:hover{
    color: #fff;
}
.support-tit:hover{
    color: #fff;
}
.cjwt{
    width: 60%;
}
.cjwt .text{
    background-color: #fff;
    padding: 5%;
}
.cjwt .text li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 3%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);;
    padding: 2% 0;
    
}
.cjwt .text li:last-child{
    border: 0;
}

.cjwt .text .words{
    width: 100%;
}
.cjwt .text h3{
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.cjwt .text a{
    color: inherit;
}
.cjwt .text h3 i{
    font-size: 16px;
    font-family: 'iconfont';
    font-style: normal;
    color: initial;
    font-weight: bold;
    transform: rotate(90deg);
}
.cjwt .text h3:hover{
    color: #374b9b;
}
.cjwt .text h3:hover i{
    color: #374b9b;
}
.cjwt .text .words .on{
    transform: rotate(-90deg);
    text-transform: all .3s;
    /* background: url(../images/cjwt-icon01.png) no-repeat; */
    width: 2vh;
    background-size: 100%;
    font-size: 16px;
}
.cjwt .text .t3{
    display: none;
}
.cjwt .text p{
    font-size: 14px;
    color: #666;
    margin-top: 2%;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; */
    line-height: 2.5vh;
    
}
#FAQ .support-tit h5{
    display: none;
}
#FAQ .cjwt-tit01 h5:nth-child(1){
    display: block !important;
}
#FAQ .cjwt-tit02 h5:nth-child(2){
    display: block !important;
}
#FAQ .cjwt-tit03 h5:nth-child(3){
    display: block !important;
}
.Customer-support{
    display: flex;
}
.zlxz{
    width: 40%;
    margin-left: 3%;
}
.zlxz .text{
    background-color: #fff;
}
.zlxz .text ul{
    padding: 5%;
}
.zlxz .text li{
    padding: 4% 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);;
}
.zlxz .text li:last-child{
    border: 0;
}
.zlxz .text li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zlxz .text li h3{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
}
.zlxz .text li h3:hover{
    color: #374b9b;
}
.zlxz .text li h3::before{
    content: '';
    background: url(../images/pdf2.png) no-repeat;
    width: 3vh;
    height: 3vh;
    display: inline-block;
    margin-right: 1vh;
    background-size: 100% 100%;
}
.zlxz .text li i{
    font-family: 'iconfont';
    font-style: normal;
    font-size: 1.5rem;
    line-height: normal;
    color: #333;
}
.zlxz .text li:hover i{
    color: #374b9b;
}
.wxjd{
    margin-top: 5%;
}
.wxjd .text{
    background-color: #fff;
    display: flex;
    padding: 5%;
}
.wxjd .text .com-img{
    margin: 0;
    width: 45%;
}
.wxjd .text ul{
    width: 50%;
    margin-left: 5%;
}
.wxjd .text ul li{
    padding: 4% 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);;
}
.wxjd .text ul li a{
    display: flex;
    justify-content: space-between;
    color: #333;
}
.wxjd .text ul li p{
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: initial;
    
}
.wxjd .text ul li span{
    color: initial;
    opacity: .5;
}
.wxjd .text ul li a:hover p{
    color: #374b9b;
}

.video-box{
    padding: 5% 0;
}
.video{
    margin-top: 5%;
}
.video ul{
    display: flex;
    justify-content: space-between;
}
.video li{
    width: 48%;
    background-color: #fff;
}
.video li:nth-child(2){
    margin-left: 4%;
}
.video li .com-img{
    position: relative;
}
.video li .com-img::after{
    content: '';
    background: url(../images/j15.png) no-repeat center;
    width: 8vh;
    height: 8vh;
    background-size: 100%;
    position: absolute;
    top: 42%;
    left: 42%;
    cursor: pointer;
    
}
.video li .text{
    padding: 5%;
    background-color: #fff;
}
.video li .text h5{
    font-size: 14px;
    color: #222;
}
.video li .text p{
    font-size: 16px;
    color: #666;
    margin-top: 2%;
    margin-bottom: 5%;
}
.video li .text .link-b{
    margin-top: 2%;
}

.xsjl{
    margin-top: 5%;
}
.xsjl .words{
    padding: 5%;
    display: flex;
    background-color: #fff;

}
.xsjl .words .com-img{
    width: 45%;
}
.xsjl .words ul{
    width: 50%;
    margin-left: 5%;
}
.xsjl .words li{
    padding: 4% 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    
}
.xsjl .words li h5{
    font-size: 18px;
    color: #222;
}
.xsjl .words li p{
    font-size: 14px;
    margin: 5% 0;
    color: #666;
}
.xsjl .words li .link-b{
    margin-top: 2%;
}
.subscribe{
    margin-top: 5%;
}
.subscribe ul{
    display: flex;
    justify-content: space-between;
   
}
.subscribe li{
    width: 31%;
    margin-right: 2%;

}
.subscribe li:nth-child(3n){
    margin: 0;
}
.subscribe li .com-img{}
.subscribe li .text{
    transition: all 0.3s ease;
    position: relative;
    z-index: 6;
    background: #fff;
    padding: 5%;
    color: #333;
    border-bottom: 0px solid #374b9b;
    box-shadow: 0px 1px 10px 0px rgb(229 233 239 / 55%);
    color: #666;
    height: 20vh;
    width: 90%;
    margin: 0 auto;
    top: -20%;
}
.subscribe li .text:hover{
    border-bottom: 3px solid #374b9b;
}
.subscribe li .text h5{
    font-size: 16px;
    padding-bottom: 10px;
    color: #333;
}
.subscribe li .text p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    margin: 3% 0 5% 0;

}
.subscribe li .text a{
    font-size: 14px;
    color: #374b9b;;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.subscribe li .text i{
    font-family: 'iconfont';
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
}


/* 课程介绍 */
.course{
    margin-top: 5%;
}
.course ul{}
.course li{
    background-color: #fff;
    padding: 5%;
    margin-bottom: 3%;
}
.course li:nth-child(2n){
    border-right: 3px solid #374b9b;
}
.course li:nth-child(2n+1){
    border-left: 3px solid #374b9b;
}
.course li h5{
    font-size: 1.2rem;
    color: #333;
}
.course li p{
    font-size: 16px;
    margin-top: 1%;
}
.course li .words{
    display: flex;
    margin-top: 3%;
}
.course li .words dl{
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 49%;
    padding: 3%;
    
}
.course li .words dl:nth-child(1){
    margin-right: 2%;
}
.course li .words dt{
    font-size: 18px;
    margin-bottom: 3%;
}
.course li .words dd{
    font-size: 16px;
    line-height: 4vh;
}

/* 科研团队 */
.research-team{
    margin-top: 5%;
}
.research-team ul{
    display: flex;
    flex-wrap: wrap;
    
}
.research-team li{
    width: 49%;
    display: flex;
    align-items: center;
    margin-right: 2%;
    margin-bottom: 2%;
    background-color: #fff;
    /* border-radius: 1rem; */
}
.research-team li:nth-child(2n){
    margin-right: 0;
}
.research-team li .com-img{
    width: 40%;
    margin: 0;
    margin-right: 5%;
    /* border-radius: 1rem 0 0  1rem; */
}
.research-team li .text{
    width: 50%;

}
.research-team li .text h5{
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 3%;
}
.research-team li .text h6{
    font-size: 14px;
    color: #333;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
.research-team li .text h6 span{
    margin-right: 5%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    width: 100%;
}
.research-team li .text h6 span::before{
    
    font-family: 'iconfont';
    font-size: 1rem;
    color: initial;
    margin-right: 5px;
}
.research-team li .text h6 span:nth-child(1):before{
    content: "\e715";
}
.research-team li .text h6 span:nth-child(2):before{
    content: "\e611";
}
.research-team li .text p{
    font-size: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 5%;
    margin-top: 5%;
}

/* 常见问题 */
.FAQ{
    display: flex;
    justify-content: space-between;
}
#FAQ{
    width: 31%;
    margin-bottom: 5%;
}
#FAQ .text{
    padding: 5%;
}
#FAQ  .text li{
    margin-bottom: 0%;
    padding: 2vh 0;
}
#FAQ  .text li::before{
    width: 4%;
    margin-right: 2%;
}

#FAQ .text h3 i{
    margin-right: 10px;
}

/* 文献资料 */
.literature-box1{
    background-color: #f1f1f1;
    padding: 5% 0;
}
.hot-literature{
    
    position: relative;
}
.hot-literature .swiper-button-prev{
    left: -5%;
}
.hot-literature .swiper-button-next{
    right: -5%;
}
#literature{
    width: 100%;
    overflow: hidden;
}
.literature{
    background-color: #fff;
}
.literature .com-img{
    margin: 0;
    width: 45%;
}
.literature .text{
    padding: 5%;
    width: 55%;
}
.literature .text span{
    font-size: 18px;
    color: #7e7e7e;
    display: none;
}
.literature .text h5{
    font-size: 20px;
    color: #515253;
    margin-top: 1%;
    margin-bottom: 3%;
}
.literature .text h5:hover{
    color: #374b9b;
}
.literature .text h6{
    font-size: 14px;
    color: #666;
}
.literature .text p{
    font-size: 16px;
    color: #353131;
}

.literature-box2{
    background-color: #f8f8f8;
    padding: 5% 0;
}
.literature-box2 .link-a a{
    border: 1px solid #eee;
    color: #333;

}
.literature-box2 .link-a a:hover{
    color: #fff;
}
.list-literature{}
.list-literature ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;

}
.list-literature li{
    width: 32%;
    padding: 2%;
    background-color: #fff;
    margin-bottom: 2%;
    border-bottom: 2px solid #374b9b;
    margin-right: 2%;
}
.list-literature li:nth-child(3n){
    margin-right: 0%;
}
.list-literature a{}
.list-literature h5{
    font-size: 14px;
    color: #7e7e7e;
   
}

.list-literature p{
    font-size: 16px;
    color: #515253;
    margin-top: 2%;
}
.list-literature li:hover p{
    color: #374b9b;
}
.list-literature .words{
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
}
.list-literature span{
    font-family: 'iconfont';
    font-size: 12px;
    color: #7e7e7e;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}
.list-literature span:first-child::before{
    content: "\e88e";
    display: inline-block;
    font-size: 16px;
    font-family: 'iconfont';
    font-weight: 100;
    margin-right: 10px;
    color: #374b9b;
}

/* 视频专区 */

.video-box1{
    padding: 5% 0;
    background-color: #f8f8f8;
}
.hot-video{
    display: flex;
    display: none;
}
.videotab{
    width: 70%;
}
.hot-video .img{
    width: 100%;
    position: relative;
    display: none;
}
.hot-video .img img{
    width: 100%;
}
.hot-video ul{
    width: 28%;
    margin-left: 2%;
}
.hot-video ul li{
    padding: 9.85% 5%;
    background: #eaeaea;
    margin-bottom: 5%;
}
.hot-video ul li:hover , .Basic-experiment .words li:hover , #sjfx li:hover{
    background-color: #fff;
    box-shadow: 0 2px 15px rgb(0 0 0 / 5%);
    border: none;
    
}
.hot-video ul li h5{
    font-size: 16px;
    color: #374b9b;
}
.hot-video ul li p{
    font-size: 14px;
    color: #504e4e;
    margin-top: 3%;
}

  
.videotabi{
    position: absolute;
    width: 4vh;
    height: 4vh;
    top: 46%;
    left: 48%;
    background: url(../images/videobtn2.png) center no-repeat;
    z-index: 5;
    cursor: pointer;
}


.Basic-experiment{
    padding-top: 5%;
}
.Basic-list{}
.Basic-list h5{
    font-size: 28px;
    color: #374b9b;
    text-align: center;
}
.Basic-list ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.Basic-list li{
    margin: 2% .5%;
    display: flex;
}
.Basic-list li::after{
    content: '/';
    display: inline-block;
    font-size: 1rem;
    margin: 0 10px;
}
.Basic-list li:last-child:after{
    display: none;
}
.Basic-list li a{
    font-size: 1rem;
    color: #333;
}
.Basic-list li a::after{
    content: '';
    width: 0%;
    height: 2px;
    background-color: #374b9b;
    display: block;
    margin-top: 5px;
    transition: all .3s;
}
.Basic-list li:hover a{
    color: #374b9b;
}
.Basic-list li:hover a::after{
    width: 100%;
}
.Basic-experiment .link-a a{
    color: #333;
    border: 1px solid #eee;
}
.Basic-experiment .link-a a:hover{
    color: #fff;
}
.Basic-experiment .link-a{}

.Basic-experiment .words{
    /* margin-top: 5%; */
}
.Basic-experiment .words ul{
    display: flex;
    flex-wrap: wrap;
}
.Basic-experiment .words li{
    width: 31%;
    margin-right: 2%;
    margin-bottom: 2%;
    background-color: #f0f0f0;
    border-bottom: 2px solid #374b9b;
}
.Basic-experiment .words li .com-img{
    width: 100%;
}
.Basic-experiment .words li .text{
    padding: 5%;
}
.Basic-experiment .words li .text h5{
    font-size: 1rem;
    color: #374b9b;
}
.Basic-experiment .words li .text p{
    font-size: 16px;
    color: #666;
    margin-top: 3%;
    display: none;
}

#sjfx li{
    width: 48%;
    border: none;
}

#sjfx li a{
    display: flex;
}
.video-content {
    display: flex;
    background: #f5f5f5;
    margin-top: 5%;
    height: 55vh;
}
.video-content .video-read{
    width: 70%;
}
.video-read video{
    
}

.video-list{
    width: 30%;
    padding: 3%;
}
.video-list h5{
    border-bottom: 1px solid #c8c8c8;
    font-size: 1rem;
    color: #374b9b;
    display: block;
    padding-bottom: 5%;

}
.video-list ul{
    margin-top: 5%;
    overflow-y: scroll;
    height: 40vh;
}
.video-list li{}
.video-list li a{
    display: block;
    vertical-align: top;
    padding: 7% 15%;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    padding-left: 16%;
    color: #333;
    font-size: 16px;
}
.video-list li a:before {
	background: url(../images/repico1.png) center no-repeat;
	opacity: 0.6;
}
.video-list li a:before,
.video-list li a:after {
	position: absolute;
    content: '';
    width: 5vh;
    height: 2vh;
    left: 0;
    top: 36%;
}
.video-list li a:hover:before {
	opacity: 1;
	color: #374b9b;
}

.video-list li a:hover {
	color: #374b9b;
}
.ewm-box{
    display: flex;
    justify-content: space-between;
}
.ewm-box .ewm-img{width: 22%;margin-right: 3%;}
.ewm-box .ewm-img img{
    width: 100%;
}
.ewm-box .ewm-img p{
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin-top: 5%;
}























/*** 

