* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'microsoft yahei';
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

.head {
    width: 100%;
    height: 105px;background-color: #b9000c;
}

.header {
    width: 1250px;
    margin: 0 auto;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headleft {
    width: 550px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.headright {
    width: 400px;color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*margin-right: 80px;*/
}

.headright img {
    width: 32px;
    height: 32px;
}

.tel {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qq {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headspan {
    color: #1e6fb8;
    font-size: 25px;
    font-weight: bold;
    height: 50px;
    margin-right: 110px;
}

.navout {
    width: 100%;    border-top: solid #eaea7e;
    height: 42px;background-color: #b9000c;
    /*background-image: url(navbg.jpg);*/
    background-repeat: no-repeat;
}

.nav {
    width: 1100px;
    margin: 0 auto;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav li {
    width: 145px;
    height: 42px;
    z-index: 99999;
}

.nav li:hover .drop {
    display: block;
}

.nav li a {
    width: 100%;
    height: 42px;
    display: block;
    line-height: 42px;
    text-align: center;
    color: white;
    font-size: 16px;
}
.search_parent {background-color: white;border-radius: 5px;
}
.searchMnu {
    float: right;
    width: 15px;
    background:  url(m1.jpeg)  -4px -4px no-repeat no-repeat;
    outline: none;
    cursor: pointer;
}
.nav li a:hover {
    color: white;
    background-color: #ff9900;
}

.drop {
    background-color: #b9000c;
    display: none;
}

.swiper-container {
    width: 100%;
}

.swiper-container img {
    width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
}

.part1 {
    width: 1200px;
    margin: 0 auto;
    min-height: 400px;
    margin-top: 30px;
    padding-top: 20px;
}

.part1tit {
    text-align: center;
    color: #ff0000;
    font-weight: 900;
    font-size: 24px;
}

.underline {
    width: 50px;
    margin: 0 auto;
    margin-top: 16px;
    height: 2px;
    background-color: #434343;
}

.wel {
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
    position: relative;
}

.wel span img {
    position: absolute
}

.zyul {
    width: 1200px;
    min-height: 300px;
    margin-top: 35px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.zyul li {
    width: 290px;
    height: 300px;
    border: 1px solid #f0f0f0;
    position: relative;
    margin-left: 8px;
    margin-bottom: 10px;
    padding: 1px;
}

.part1out {
    width: 100%;
    background-color: #f3f9fe;
    padding-bottom: 40px
}

.zyul li :hover {
    border: 1px solid #ff9900;
}

.cover:hover {
    border: none !important;
}

.zyul li img:hover {
    border: none !important;
}

.des span:hover {
    border: none !important;
}

.des:hover {
    border: none !important;
}

.des p:hover {
    border: none !important;
}

.zyul li a {
    display: block;
    width: 100%;
    height: 300px;
    color: black;
}

.zyul li a p {
    font-size: 13px;
    color: #666666;
    margin-bottom: 5px;
}

.des {
    padding: 0 6px;
}

.zyul li a img {
    width: 100%;
    height: 200px;
}

.cover {
    width: 100%;
    height: 200px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
}

.cover {
    text-align: center;
}

.cover img {
    width: 40px !important;
    height: 40px !important;
    vertical-align: middle;
    margin-top: 82px;
}

.more {
    width: 150px;
    height: 30px;
    background-color: #ff9900;
    font-size: 14px;
    display: block;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    margin: 0 auto;
    margin-top: 50px;
    color: white;
    transition: all ease 0.3s;
}

.more:hover {
    background-color: #ff6600;
}

.part2out {
    width: 100%;
    background-image: url(../images/bg1.jpg);
    background-repeat: no-repeat;
    min-height: 400px;
    padding-top: 50px;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.about img {
    width: 100%;
}

.about {
    display: flex;
    justify-content: space-between;
    width: 1250px;
    margin: 0 auto;
    margin-top: 25px;
}

.aboutleft {
    width: 800px;
}

.aboutleft p {
    color: #5a5a5a;
    font-size: 14px;
    text-indent: 2em;
    line-height: 25px;
}

.aboutright {
    width: 430px;
    height: 350px;
    background-image: url(../images/mappic.png);
    background-repeat: no-repeat;
    position: relative
}

.jy {
    border-radius: 50%;
    background-color: #3ebfcf;
    width: 150px;
    text-align: center;
    line-height: 50px;
    height: 150px;
    color: white;
    position: absolute;
    left: 47px;
    top: 30px;
}

.zx {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    background-color: #f0627e;
    text-align: center;
    color: white;
    padding-top: 30px;
    position: absolute;
    bottom: 30px;
    right: 80px;
}

.ml {
    width: 1250px;
    min-height: 500px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.mlleft {
    width: 955px;
    height: 500px;
    display: flex;
    flex-wrap: wrap;
}

.mlleft li {
    width: 298px;
    height: 230px;
    text-align: center;
    padding: 3px;
    border: 1px solid #f0f0f0;
    margin-left: 15px;
}

.mlleft li:hover {
    border: 1px solid #3c78d8;
}

.mlleft li p {
    text-align: left;
    font-size: 14px;
    color: #5a5a5a;
}

.mlleft li img {
    width: 100%;
    height: 200px;
}

.mlright {
    background-image: url(../images/2.jpg);
    width: 314px;
    height: 500px;
    background-size: 100% 100%;
}

.mlright {
    text-align: center;
    padding-top: 25px;
}

.mlright span {
    display: block;
    margin-bottom: 11px;
}

.span1 {
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background-color: #ff9900;
    font-size: 55px;
    font-weight: 500;
    color: white;
    line-height: 80px;
    border-radius: 50%;
}

.span2 {
    margin: 0 auto;
    width: 55px;
    height: 55px;
    background-color: #3c78d8;
    font-size: 30px;
    font-weight: 500;
    color: white;
    line-height: 55px;
    border-radius: 50%;
}

.span3 {
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background-color: #6aa84f;
    font-size: 55px;
    font-weight: 500;
    color: white;
    line-height: 80px;
    border-radius: 50%;
}

.span4 {
    margin: 0 auto;
    width: 55px;
    height: 55px;
    background-color: #a64d79;
    font-size: 30px;
    font-weight: 500;
    color: white;
    line-height: 55px;
    border-radius: 50%;
}

.morepic {
    display: block;
    width: 150px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    color: white;
    border-radius: 30px;
    background-color: #cc0000;
    margin: 0 auto;
    margin-top: 40px;
    transition: all ease 0.5s;
}

.morepic:hover {
    background-color: #ff6600;
}

.part4top {
    margin-top: 30px;
    margin-bottom:80px;
    width: 100%;
    height: 180px;
    /*background-color: #d63640;*/
}

.topout {
    width: 1250px;
    margin: 0 auto;
    display: flex;
}

.topout span {
    display: block;
    width: 50%;
    font-size: 25px;
    /*color: white;*/
    margin-top: 20px;
    font-weight: 600;
}

.part4bg {
    width: 100%;
    height: 500px;
    background-image: url(bg2.jpg);
    background-repeat: no-repeat;
    position: relative
}

.newpart {
    width: 1250px;
    min-height: 400px;
    background: rgba(255, 2552, 255, 0.8);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
}

.underline1 {
    width: 50px;
    height: 2px;
    background-color: black;
    margin-top: 15px;
}

.newpart {
    display: flex;
    justify-content: space-between;
}

.new1 {
    width: 50%;
}

.new1top {
    width: 92%;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    /*justify-content: space-between;*/
    border-bottom: 1px solid #d9d9d9;
}

.new1top a {
    font-size: 18px;
    color: black;
    transition: all ease 0.5s;
}

.new1top a:hover {
    color: #0064d4;
}

.new1top img {
    width: 180px;
    height: 120px;
}

.newdes {
    margin-left: 20px;
}

.desp {
    font-size: 12px;
    color: #7d7d7d;
    line-height: 25px;
}

.desp a {
    color: #ff9900;
    font-size: 12px;
}

.newlists {
    width: 92%;
    margin: 0 auto;
    margin-top: 25px;
}

.newlists li {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 16px;
}

.newlists li span {
    font-size: 12px !important;
    color: #cccccc;
}

.newlists li a {
    font-size: 12px;
    color: black;
    transition: all ease 0.5s;
}

.newlists li a:hover {
    color: #0064d4;
}

.morenews {
    width: 150px;
    height: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    color: white;
    background-color: #ff9900;
    font-size: 14px;
    border-radius: 50px;
    margin-top: 30px;
    margin-left: 30px;
    transition: all ease 0.6s;
}

.morenews:hover {
    background-color: #ff6600;
}

.bzul {
    display: flex;
    justify-content: space-between;
    width: 1250px;
    min-height: 400px;
    margin: 0 auto;
    margin-top: 50px;
}

.bzul li {
    width: 285px;
    height: 365px;
    padding-top: 25px;
    border-radius: 6px;
}

.bzul li h6 {
    width: 70%;
    border-bottom: 1px solid white;
    font-size: 20px;
    color: white;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
}

.con {
    width: 70%;
    color: white;
    line-height: 25px;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 25px;
    text-align: center;
}

.now {
    width: 150px;
    height: 40px;
    display: block;
    background-color: #ff9900;
    color: white;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 50px;
    transition: all ease 0.6s;
}

.now:hover {
    background-color: #ff6600;
}

.foot {
    width: 100%;
    height: 155px;
    background-color: #1c4587;
    margin-top: 30px;
    position: relative;
    margin-bottom: 0px;
}

.book {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
}
.footerparent {background-color: #b9000c;width: 100%;
}
.footer {
    width: 1250px;
    display: flex;
    align-items: center;background-color: #b9000c;
    justify-content: space-between;
    margin: 0 auto;
    height: 155px;
}

.footcon {
    color: white;
    text-align: center;
}

.footcon p {
    margin-bottom: 5px;
}

.footer img {
    width: 105px;
    height: 105px;
}

.fixedform {
    width: 100%;
    height: 90px;
    background-color: #cf000d;
    position: fixed;
    bottom: 0;
}

.insideform {
    width: 1350px;
    margin: 0 auto;
    height: 90px;
    display: flex;
    align-items: center;
}

.insideform img {
    width: 75px;
    height: 75px;
}

.form {
    color: white;
    display: flex;
    align-items: center;
}

.form span {
    display: inline-block;
    width: 86px;
    text-align: center;
}

.form input {
    width: 120px;
    height: 38px;
    border-radius: 5px;
    outline: none;
    padding-left: 5px;
    border: none;
}

.form select {
    width: 145px;
    height: 38px;
    border-radius: 5px;
    outline: none;
    padding-left: 5px;
    border: none;
}

.bm {
    width: 147px;
    height: 36px;
    background-color: #1c4587;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    line-height: 36px;
    text-align: center;
    margin-left: 30px;
    display: block;
}

.bm:hover {
    background-color: #fb414c;
}

.bread {
    width: 1250px;
    margin: 0 auto;
    margin-top: 10px;
}

.bread a {
    color: black;
    font-size: 15px;
}

.content {
    width: 1250px;
    margin: 0 auto;
    margin-top: 40px;
    min-height: 500px;
    display: flex;
    justify-content: space-between;
}

.contentleft {
    width: 950px;
}

.contentleft h3 {
    text-align: center;
    color: black;
    font-size: 25px;
    font-weight: 600;
}

.contentleft p {
    padding: 20px 20px;
}

.conright1 {
    width: 240px;
    border: 1px solid #d9d9d9;
    padding-bottom: 20px;
}

.conright2 {
    width: 240px;
    border: 1px solid #d9d9d9;
    padding-bottom: 20px;
    margin-top: 20px;
}

.righttop {
    width: 240px;
    height: 90px;
    background-image: url(aboutbg.jpg);
    background-repeat: no-repeat;
    text-align: center;
    font-size: 30px;
    color: white;
    font-weight: 500;
    line-height: 70px;
}

.abouttxt {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 25px;
    border-bottom: 1px dashed #5a5a5a;
}

.pno {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    margin: 0 auto;
    margin-top: 15px;
}

.pno img {
    width: 33px;
    height: 33px;
}

.chat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    margin: 0 auto;
    margin-top: 15px;
}

.chat img {
    width: 33px;
    height: 33px;
}

.rkul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.rkul li {
    width: 47%;
    text-align: center;
    margin-bottom: 15px;
}

.rkul li a p {
    font-size: 14px;
    color: black;
}

.rkul li a p:hover {
    color: #47cdff;
}

.zhuanyeul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.zhuanyeul li {
    width: 310px;
    height: 312px;
    padding: 5px;
    border: 1px solid #d9d9d9;
    margin-bottom: 20px;
    margin-left: 5px;
}

.zhuanyeul li a img {
    width: 300px;
    height: 210px;
}

.xiaoyuanul li {
    width: 310px;
    padding: 5px;
    border: 1px solid #d9d9d9;
    margin-bottom: 20px;
    margin-left: 5px;
    height: auto !important;
}

.xiaoyuanul li:hover {
    border: 1px solid blue;
}

.dtul {
    width: 100%;
}

.dtul li {
    width: 100%;
    padding: 25px 10px;
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.dtul li span {
    font-size: 14px;
    color: #929292;
}

.dtul li a {
    color: #5a5a5a;
    transition: all ease 0.4s;
}

.dtul li a:hover {
    color: #ff9900;
}

.waysul {
    display: flex;
    width: 100%;
    padding: 0 25px;
    align-items: center;
    justify-content: space-between;
}

.waysul li {
    width: 30%;
    text-align: center;
}

.waysul li img {
    width: 65px;
    height: 65px;
    margin-bottom: 10px;
}

.waysul li span {
    font-size: 12px;
    color: #434343;
}

.contentleft1 {
    text-align: center;
}

.contentleft1 h4 {
    text-align: center;
    font-weight: normal;
    text-align: center;
    margin-bottom: 25px;
}

.item {
    font-size: 15px;
    color: #434343;
    display: inline-block;
    width: 60px;
}

.forms input {
    width: 400px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid gray;
    outline: none;
    background-color: white !important;
    margin-left: 20px;
    padding-left: 10px;
}

.forms {
    margin-bottom: 25px;
}

.submit {
    width: 120px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background-color: #3498db;
    margin-top: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
    font-size: 15px;
    border-radius: 3px;
}

.post-12 .news_list {margin: 0 -20px;display: block;}

.post-12 .news_list .news {width: 25%; padding: 0;}

.news_list .news {width: 100%; padding: 6px 0; float: left;}

.post-12 .news_list .news .news_box {margin: 0 20px;display: block;}

.post-12 .news_list .news .news_box .news_imgs {padding-top: 44.5%;position: relative; overflow: hidden;}

.post-12 .news_list .news .news_box .news_imgs img {height:120px;width: 100%; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; max-width: 100%;}
