@charset "UTF-8";
body {
    overflow-x: hidden;
    font-family: "Microsoft YaHei";
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    color: #cc0000;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: -2px;
}

.hot-keys:after,
.xypg-download-list .download-title:after,
.xypg-download-list .download-item:after,
.xypg-download-list .download-item .download-item-span:after,
.xypg-job-list .job-title:after,
.xypg-job-list .job-item:after,
.xypg-job-list .job-item .job-item-span:after,
.xypg-detail-info-bar:after,
.xypg-detail-info-bar .xypg-file-down .file-down-list li:after,
.xypg-detail-pn div:after,
.xypg-detail-file-dwon:after,
.product-detail-tab .product-detail-tabli:after,
.tag-list-product .tag-wz .tab-fenli:after {
    content: "";
    display: table;
    clear: both;
}

.header-right .x-login .username,
.x-product-list li h3,
.x-case-item .wz h3,
.x-news-top h3,
.x-news-list li a,
.latest-news li a,
.hot-keys li a,
.xypg-left-nav>li>a,
.xypg-left-nav .xypg-left-subnav>li>a,
.xypg-left-nav .xypg-left-threenav>li>a,
.xypg-product-list li h3 a,
.xypg-case-list li h3 a,
.xypg-news-list li .tit h3,
.xypg-album-cate li .album-title,
.xypg-album-list li h3,
.xypg-download-list .download-item .download-item-span.download-item-first,
.xypg-download-list .download-item .download-item-span .download-item-con,
.xypg-job-list .job-item .job-item-span .job-item-con,
.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con p,
.xypg-detail-pn div a,
.relate-product-slick .owl-item p,
.relate-news-list li a,
.xypg-jod-detail .job-detail-title,
.cover-item .item-first .wz h3,
.cover-item .item-list h4,
.tag-list-product .tag-wz h1,
.tag-list-product .tag-wz .tab-fenli p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.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,
.logo a,
.x-layout-logo,
.x-layout-ewm img,
.page-message-img {
    font-size: 0;
}


.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%;
}

.logo a img,
.x-layout-logo img,
.x-layout-ewm 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);
}

.container-fluid {
    padding: 0 8.33333333%;
}

.icon-font {
    position: relative;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.n-loading .n-icon {
    background: url("../images/loading.gif") 0 center no-repeat !important;
}

.n-default .msg-wrap .n-icon {
    background-image: url("../images/validator_default.png") !important;
}

.n-simple .msg-wrap .n-icon {
    background-image: url("../images/validator_simple.png") !important;
}

.n-yellow .msg-wrap .n-icon {
    background-image: url("../images/validator_simple.png") !important;
}


/*手机端头部*/

.mob-head {
    position: fixed;
    top: 0;
    z-index: 999999;
    left: 0;
    right: 0;
    background: #fff;
}

.mob-head-box {
    position: relative;
    height: 60px;
}

.mob-head-box .mob-logo {
    position: absolute;
    left: 5px;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 40px;
}

.mob-head-box .mob-logo h1,
.mob-head-box .mob-logo a {
    display: inline;
    font-size: 0;
}

.mob-head-box .mob-logo img {
    height:40px;
}

.mob-navbtn {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 15px auto 27px;
    width: 30px;
    height: 20px;
}

.mob-navbtn span,
.mob-navbtn:after,
.mob-navbtn:before {
    display: block;
    height: 2px;
    width: 100%;
    background: #000;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.mob-navbtn span {
    margin: 7px 0;
}

.mob-navbtn:after,
.mob-navbtn:before {
    content: '';
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
}

.mob-navbtn.clicked span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

.mob-navbtn.clicked:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mob-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: 0px -210px;
}

.mob-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    height: 100vh;
    background: #fff;
    padding: 0 10%;
}

.mob-menu .mob-menu-box {
    height: 100vh;
    overflow: auto;
    padding-bottom: 80px;
}

.mob-nav>li {
    border-bottom: 1px solid #2b2b2b;
    position: relative;
}

.mob-nav>li>a {
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #000;
}

.mob-nav .mob-menu-jt {
    position: absolute;
    width: 20%;
    height: 50px;
    line-height: 50px;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 9;
}

.mob-nav .mob-menu-jt .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.mob-nav .mob-menu-jt .icon-font:after {
    background-position: 0px -240px;
}

.mob-nav .mob-menu-jt.clicked .icon-font:after {
    background-position: 0px -270px;
}

.mob-nav .mob-sub-menu {
    background: #fff;
    display: none;
}

.mob-nav .mob-sub-menu>li {
    border-top: 1px dashed #2b2b2b;
}

.mob-nav .mob-sub-menu>li>a {
    display: block;
    font-size: 14px;
    color:#000;
    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: #292e39;
    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;
}
.x-header {
    background: #ffffff;
    padding: 1.30208333% 0;
}

.logo {
    float: left;
    width:25%;
    line-height: 90px;
    margin-top: .7%;
}

.logo a {
    display: block;
}

.header-right {
    float: right;
    width: 81px;
    text-align: right;
    padding-top: 35px;
    position: relative;
}

/* 导航样式 */

.dm-menu {
    width: calc(80% - 81px);
    float: left;
    display: flex;
    justify-content: space-around;
}

.dm-menu>li {
    float: left;
    position: relative;
}

.dm-menu>li>a {
    display: block;
    font-size: 18px;
    color: #000000;
    line-height: 90px;
}

.dm-menu>li>a:hover {
    color: #d8090f;
}

.dm-menu>li.active>a {
    color: #d8090f;
}

.dm-menu>li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    height: 40px;
    opacity: 0;
    top: 100%;
}

.dm-menu>li:hover .dm-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.dm-sub-menu {
    position: absolute;
    z-index: 99999;
    width: 220%;
    left: -60%;
    top: 115px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.dm-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}

.dm-sub-menu>li>a:hover {
    background: #e9eaeb;
}

.dm-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
}


/* 首页banner样式 */
.swiper-container-banner{height:680px;position: relative;}
.banner .container{ position:static;}
.banner .img { position: relative; padding-bottom: 680px; height: 0; }
.banner .img em { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; background-position: center center; /*background-size: cover;*/ }
.banner .swiper-slide-active .txt1.blue span{ color:#0547ab!important;}
.banner .txt .txt22.blue span { color:#0547ab!important;}
@keyframes scaleUpDown { from { -webkit-transform: scale(1.1); transform: scale(1.1); }
  to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } }
@keyframes myfirst { 0% { transform: translateY(-5px); }
  50% { transform: translateY(0px); }
  100% { transform: translateY(-5px); } }
@media (max-width: 1700px) {
.swiper-container-banner{height:602px;}
.banner .img {padding-bottom: 602px; }
}
@media (max-width: 1580px) {
.swiper-container-banner{height:560px;}
.banner .img {padding-bottom: 560px; }
}
@media (max-width: 1440px) {
.swiper-container-banner{height:510px;}
.banner .img {padding-bottom: 510px; }
}
@media (max-width: 1366px) {
.swiper-container-banner{height:484px;}
.banner .img {padding-bottom: 484px; }
}
@media (max-width: 1200px) {
.swiper-container-banner{height: 425px;}
.banner .img {padding-bottom: 425px; }
}
@media (max-width: 1024px) {
.swiper-container-banner{height:364px;}
.banner .img {padding-bottom: 364px; }
}
@media (max-width: 960px) {
.swiper-container-banner{height:340px;}
.banner .img {padding-bottom: 340px; }
}
@media (max-width: 768px) {
.banner{ margin-top:50px}
.swiper-container-banner{height:230px;}
.banner .img {padding-bottom: 230px; }

}
@media (max-width: 425px) {
.swiper-container-banner{height:170px;}
.banner .img {padding-bottom: 170px; }

}
@media (max-width: 375px) {
.swiper-container-banner{height:150px;}
.banner .img {padding-bottom: 150px; }
}
.banner .swiper-button-prev {  left: 10px;  width: 30px;  height: 30px;  opacity: 0;  -webkit-transition: opacity .3s;  -o-transition: opacity .3s;  -moz-transition: opacity .3s;  transition: opacity .3s;}
.banner .swiper-button-next {  right: 10px;  width: 30px;  height: 30px;  opacity: 0;  -webkit-transition: opacity .3s;  -o-transition: opacity .3s;  -moz-transition: opacity .3s;  transition: opacity .3s;}
.banner .swiper-container:hover .swiper-button-prev,
.banner .swiper-container:hover .swiper-button-next {  opacity: 1;}
.banner .swiper-button-next,
.banner .swiper-button-prev {background-image:none!important;  content: "";  display: block;  width: 30px;  height: 30px;  border: 3px solid;  border-color: transparent transparent #d8090f #d8090f;}
.banner .swiper-button-prev {  -webkit-transform: rotate(45deg);  -moz-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -o-transform: rotate(45deg);  transform: rotate(45deg);}
.banner .swiper-button-next {  -webkit-transform: rotate(-135deg);  -moz-transform: rotate(-135deg);  -ms-transform: rotate(-135deg);  -o-transform: rotate(-135deg);  transform: rotate(-135deg);}
.banner .swiper-container-horizontal>.swiper-pagination-bullets {bottom: 23px;}
.banner .swiper-pagination-bullet {width: 12px;height: 12px;opacity: 1;  background: #fff;  -webkit-transition: all .5s;  -o-transition: all .5s;  -moz-transition: all .5s;  transition: all .5s;  border-radius: 10px;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {background: #d8090f;  width: 33px;}
@media (max-width: 768px) {
.banner .swiper-container-horizontal>.swiper-pagination-bullets {bottom: 13px;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 30px;}
.banner .swiper-pagination-bullet {width: 10px;height: 10px;}
}
@media (max-width: 425px) {
.banner .swiper-container-horizontal>.swiper-pagination-bullets {bottom: 8px;}
}

.webox_l{margin-bottom: 40px;padding-bottom: 40px;}
.webox_l li{width: 25%;height:97px;border-right: solid 1px #dfdfdf;float: left;padding: 3px 0 0;text-align: center;line-height: 56px;font-weight: bold;box-sizing: border-box;}
.webox_l li span{width:63px;height:55px;display: block;margin: 0 auto;vertical-align: middle;transition: all ease-out 0.3s; -webkit-transition: all ease-out 0.3s -moz-transition: all ease-out 0.3s; transform: rotate(0);}
.webox_l li:hover span{transform: rotateY(180deg);}
.webox_l li:last-child{border: 0;}
.webox_l li p{font-size: 18px;}
@media (max-width: 625px) {
.webox_l{margin-bottom: 20px; }
.webox_l li{width: 50%; margin-bottom:20px;}
.webox_l li:nth-child(2n){border: 0;}	
}

#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;    border: 1px solid #ddd;
}

#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;
}

.footer-nav { display:none;}
@media screen and (max-width: 960px) {
.footer-nav {width:100%;height:45px;line-height:45px;text-align:center;background:#d8090f; display: block; }
.footer-nav a {position: relative; float:left;width:50%;width:calc(100% / 2);color:#fff;font-size:14px;}
.footer-nav a:hover {color:#fff;}
.footer-nav a ~ a:before {content: "";position: absolute;left: 0;top: 50%;margin-top: -5px;height: 10px;border-left: 1px solid #ffbaba;opacity: 0.5;}
}
.listBanner{height:400px;position:relative;}
.listBanner h3{position:absolute;color:#fff;top:40%;font-size:3rem;text-transform:uppercase;width:100%;font-weight:700;padding-bottom:15px;animation:leftPic 1s;max-width:1380px;min-width:360px;left:50%;-webkit-transform: translate(-50%); -moz-transform: translate(-50%);-ms-transform: translate(-50%);-o-transform: translate(-50%); transform:translate(-50%);}
.listBanner h3 span{display: block;font-size:12px;font-weight: 400;opacity: 0.5;}
.breadCrumb{background: rgba(0, 0, 0,.63);height:70px;line-height:70px;margin-top:-70px;position: relative;z-index:3; color:#fff; }
.breadCrumb a{color:#fff;}

.pro_breadCrumb{background: rgba(0, 0, 0,.63);height:70px;line-height:70px;margin-top:-70px;position: relative;z-index:3; color:#fff; }
.pro_breadCrumb a{color:#fff;}
.pro_breadCrumb .crumb1{float: right;}
.pro_breadCrumb .r_sec{float: left;}
.pro_breadCrumb .r_sec li{float:left; font-size:16px; padding:0 10px; border-right:1px solid #555;}
.pro_breadCrumb .r_sec li:first-child:after{display:none;}
.pro_breadCrumb .r_sec li:hover a,
.pro_breadCrumb .r_sec li.cur a{color:#fff;}
.pro_breadCrumb .r_sec li a{color:#fff;}
.pro_breadCrumb .r_sec li:hover{ background:#d8090f;}
.comconcon {padding: 60px 0;}
.comconcon .bt {text-align: center;margin-bottom: 40px;}
.comconcon .bt h4 {font-size: 34px;font-weight: bold;}
.comconcon .bt p {font-size: 16px;font-family: arial;color: #999;margin-top: 8px;text-transform: uppercase;}
@media screen and (max-width: 1366px) {
.comconcon {padding: 40px 0;}
.pro_breadCrumb .r_sec li{font-size:15px; padding:0 8px;}
}
@media screen and (max-width: 1200px) {
.comconcon {padding: 30px 0;}
.pro_breadCrumb{ display:none}
.listBanner{height:280px;position:relative;}
}

.aboutL .tie{color:#d8090f;font-size:2em;font-weight:bold; }
.aboutL .txt{ margin-top:20px;line-height:1.8;}
.aboutL .txt p { font-size:16px;}
@media screen and (max-width: 1200px) {
	.aboutL .tie{ font-size:1.5em; }
	.comconcon .bt h4 {font-size: 26px;font-weight: bold;}}
	@media screen and (max-width:768px) {
	.aboutL .tie{ font-size:1.2em; }
	.comconcon .bt h4 {font-size: 22px;font-weight: bold;}}