body {
    font-family: '微软雅黑';
    font-size: 14px;
    color: #333;
}

.header {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 10px 0 10px 0;
    background-color: #ffffff;
}

.header .header_nav {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.header .header_nav>img {
    width: 50px;
}

.header .header_nav ul {
    overflow: hidden;
    float: right;
}

.header .header_nav ul li {
    float: left;
    margin-right: 30px;

}

.header .header_nav ul li a {
    font-size: 16px;
    color: #666666;
}

.header .header_nav ul li.on a {
    font-weight: 500;
    color: #D63FEC;
    border-bottom: 2px solid #D63FEC;
}

.banner {
    position: relative;
    height: 100%;
    z-index: 1;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.banner .swiper-slide img {
    width: 100%;
    height: 800px;
}

.banner .swiper-pagination {
    bottom: 294px !important;
}

.swiper-pagination-bullet-active {
    background-color: #D63FEC !important;
}

.infobox {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 90px;
}

.infobox-section1 {
    width: 94%;
    padding: 3%;
    z-index: 10;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
}

.infobox-section1 img {
    width: 600px;
    height: 400px;
    margin-top: -100px;
    background: #E71616;
    box-shadow: 6px 8px 16px 0px rgba(0, 0, 0, 0.11);
    border-radius: 4px;
    float: left;
}

.infobox-section1 .infobox-info {
    float: right;
    width: 500px;
}

.infobox-section1 .infobox-info h3 a{
    font-size: 30px;
    font-weight: 500;
    text-decoration: underline;
    color: #666666;
    line-height: 24px;
}

.infobox-section1 .infobox-info p {
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    line-height: 36px;
    margin-top: 35px;
}

.infobox-section2>h3 {
    font-size: 30px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    text-align: center;
    margin-bottom: 20px;
    background: url('../images/line.png') no-repeat center center;
    background-size: 100%;
}

.infobox-section2>p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    text-align: center;
}

.infobox-section2 .hyjctab {
    margin-top: 30px;
    text-align: center;
}

.infobox-section2 .hyjctab a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin: 0 25px 0 25px;
    padding: 5px 10px 5px 10px;
    line-height: 24px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.infobox-section2 .hyjctab a:hover {
    border: 1px solid #CCCCCC;
}

.infobox-section2 .hyjctab a.on {
    border: 1px solid #CCCCCC;

}

.hyjcartlist {
    overflow: hidden;
    margin-top: 35px;
    padding: 10px;
}

.hyjcartlist-item {
    width: 48%;
    position: relative;
    float: left;
    margin-left: 2%;
    margin-bottom: 60px;
}

.infobox-sectionhover2 .hyjcartlist-item:hover .listcontent {
    background-color: #D63FEC;
}

.infobox-sectionhover2 .hyjcartlist-item:hover .listcontent h3 {
    color: #ffffff;
}

.infobox-sectionhover2 .hyjcartlist-item:hover .listcontent p {
    color: #ffffff;
}

.infobox-sectionhover2 .hyjcartlist-item:hover .listcontent a {
    background-color: #E16AF1 !important;
    color: #ffffff !important;
}

.hyjcartlist-item .listcontent {
    width: 70%;
    height: 255px;
    padding: 20px 5% 20px 5%;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    float: left;
    position: relative;
}

.hyjcartlist-item img {
    width: 255px;
    height: 255px;
    position: absolute;
    top: 20px;
    right: 0px;
}

.hyjcartlist-item .listcontent h3 {
    font-size: 26px;
    font-weight: 500;
    color: #666666;
    line-height: 36px;
}

.hyjcartlist-item .listcontent p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    width: 240px;
    margin-top: 30px;
}

.hyjcartlist-item .listcontent a {
    width: 140px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    position: absolute;
    bottom: -20px;
    left: 30px;
    color: #ffffff;
    font-size: 18px;
    font-family: Noto Sans S Chinese;
    font-weight: 500;
    color: #E5AAF1;

}

.infobox-section3 {
    background-color: #EFF1F4;
    margin-top: 30px;
    padding-top: 80px;
    overflow: hidden;
}

.infobox-section3 .swiper-slide {
    width: 25% !important;
    position: relative;
}

.infobox-section3 .swiper-slide img {
    width: 100%;
}

.infobox-section3 .swiper {
    margin-top: 50px;
}

.infobox-section3 .swiper-slide div.info {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 96%;
    padding: 20px 2% 20px 2%;
    background: rgba(0, 0, 0, 0.65);
}

.infobox-section3 .swiper-slide div.info h3 {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 39px;
}

.infobox-section3 .swiper-slide div.info p {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}

.infobox-section4 {
    margin-top: 80px;
}

.hyjcartabout .hyjcartlist-item {
    width: 100%;

}

.hyjcartabout .hyjcartlist-item img {
    width: 537px;
    height: 357px;
    top: 38px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px #efefef;
}

.hyjcartabout .hyjcartlist-item .listcontent {
    height: 400px;
}

.hyjcartabout .hyjcartlist-item .listcontent h3 {
    font-size: 30px;
    font-family: Noto Sans S Chinese;
    font-weight: 500;
    text-decoration: underline;
    color: #333333;
    margin-top: 20px;
}

.hyjcartabout .hyjcartlist-item .listcontent p {
    width: 540px;
    font-size: 16px;
    font-family: Noto Sans S Chinese;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.hyjcartabout .hyjcartlist-item .listcontent a {
    bottom: 50px;
    left: 55px;
    background-color: #E16AF1;
    color: #ffffff;
}

.footer {
    width: 100%;
    padding: 50px 0 50px 0;
    background-color: #EFF1F4;
}

.footer .footer-center {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.footer .footer-center .leftinfo {
    float: left;
    width: 320px;
}

.footer .footer-center .leftinfo .logo {
    overflow: hidden;
    margin-bottom: 30px;
}

.footer .footer-center .leftinfo .logo img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    float: left;
}

.footer .footer-center .leftinfo .logo h3 {
    width: 240px;
    height: 29px;
    font-size: 26px;
    font-family: Noto Sans S Chinese;
    font-weight: 500;
    color: #333333;
    line-height: 36px;
    margin: 10px 0 0 10px;
    float: left;
}

.footer .footer-center .leftinfo p {
    font-size: 14px;
    font-family: Noto Sans S Chinese;
    font-weight: 400;
    color: #666666;
    padding-left: 20px;
    line-height: 36px;
}

.footer .footer-center .leftinfo p.i1 {
    background: url('../images/1.png') no-repeat left center;
    background-size: 15px;
}

.footer .footer-center .leftinfo p.i2 {
    background: url('../images/phone.png') no-repeat left center;
    background-size: 15px;
}

.footer .footer-center .leftinfo p.i3 {
    background: url('../images/e.png') no-repeat left center;
    background-size: 15px;
}

.footer .footer-center .leftinfo p.i4 {
    background: url('../images/a12.png') no-repeat left center;
    background-size: 15px;
}

.footer #allmap {
    float: left;
    width: 660px;
}

.footer .qrcode {
    float: right;
}

.footer .qrcode img {
    width: 150px;
}

.footer .qrcode p {
    font-size: 14px;
    font-family: Noto Sans S Chinese;
    font-weight: normal;
    color: #666666;
    line-height: 36px;
    margin-top: 10px;
    text-align: center;
}

.newslist {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}

.newslist .tabs {
    overflow: hidden;
    width: 100%;
    padding: 20px 0 20px 0;
    background: url('../images/newsbg.png') no-repeat right center;
    background-size: 30%;
    border-bottom: 1px solid #B5B5B5;
    margin-bottom: 30px;
}

.newslist .tabs a {
    float: left;
    font-size: 20px;
    font-family: Noto Sans S Chinese;
    font-weight: 300;
    color: #1B1B1B;
    line-height: 30px;
    padding: 0px 15px 0px 15px;
    background-color: #ffffff;
    margin-right: 15px;
}

.newslist .tabs a.on {
    background-color: #E16AF1;
    color: #ffffff;
}

.newslist .news .item {
    width: 100%;
    overflow: hidden;
    height: 200px;
}

.newslist .news .item .ccline {
    float: left;
    width: 60px;
    border-left: 1px solid #999999;
    margin-left: 30px;
    height: 200px;
    padding-top: 30px;
}

.newslist .news .item .ccline img {
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 50%;
    background-color: #999999;
    margin-left: -26px;
    margin-top: 40px;
}

.newslist .news .item .border {
    width: 1100px;
    float: right;
    height: 169px;
    padding-top: 30px;
    border-bottom: 1px dashed #B5B5B5;
}

.newslist .news .item .date {
    float: left;
    width: 150px;
}

.newslist .news .item .date h3 {
    font-size: 22px;
    font-family: Noto Sans S Chinese;
    font-weight: normal;
    color: #1B1B1B;
    margin-top: 50px;
}

.newslist .news .item .date p {
    font-size: 16px;
    font-family: Noto Sans S Chinese;
    font-weight: 100;
    color: #999999;
    line-height: 39px;
}

.newslist .news .item>img {
    float: left;
    width: 235px;
    height: 142px;
}

.newslist .news .item .info {
    float: right;
    width: 690px;
}

.newslist .news .item .info h3 {
    font-size: 20px;
    font-family: Noto Sans S Chinese;
    font-weight: normal;
    color: #1B1B1B;
}

.newslist .news .item .info p {
    font-size: 16px;
    font-family: Noto Sans S Chinese;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 24px;
    margin-top: 25px;
}

.newslist .news .item .info p a {
    font-size: 18px;
    font-family: Noto Sans S Chinese;
    font-weight: normal;
    color: #B5B5B5;
}

.newslist .news .item:hover a {
    color: #E16AF1 !important;
}

.newslist .news .item:hover .ccline img {
    background-color: #E16AF1;
}

.newslist .news .item:hover .border {
    border-color: #E16AF1;
}

.page {
    margin: 50px 0 50px 0;
    text-align: center;
}

.page a {
    display: inline-block;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #EEEEEE;
    color: #1B1B1B;
}

.page a:hover {
    background-color: #E16AF1;
    color: #ffffff;
}

.page a.on {
    background-color: #E16AF1;
    color: #ffffff;
}

.newsdetail {
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
    margin-top: 50px;
    background: url('../images/newsbg.png') no-repeat right top;
    background-size: 375px;
}

.newsdetail>h3 {
    font-size: 22px;
    font-family: Noto Sans S Chinese;
    font-weight: 400;
    color: #4C4C4C;
    line-height: 39px;
    text-align: center;
}

.newsdetail>p {
    font-size: 14px;
    font-family: Noto Sans S Chinese;
    font-weight: 300;
    color: #B5B5B5;
    line-height: 39px;
    text-align: center;
}

.newsdetail .content,
.newsdetail .content p,
.newsdetail .content div,
.newsdetail .content span {
    font-size: 16px;
    font-family: Noto Sans S Chinese;
    font-weight: 100;
    color: #4C4C4C;
    line-height: 36px;
    text-indent: 2em;
}

.newsprevnext {
    margin-top: 50px;
    margin-bottom: 100px;
}

.newsprevnext p {
    text-align: left;
    font-size: 14px;
    font-family: Noto Sans S Chinese;
    font-weight: 100;
    color: #4D4D4D;
    line-height: 39px;
}

.vediobox {
    overflow: hidden;
}

.itemvedio {
    float: left;
    width: 280px !important;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.itemvedio img {
    width: 100%;
    height: 179px;
    box-shadow: 0px 0px 5px #cccccc;
    border-radius: 5px;
}

.itemvedio h3 {
    font-size: 18px;
    font-family: Noto Sans S Chinese;
    font-weight: 500;
    color: #6C6866;
    line-height: 24px;
    margin-top: 10px;
}