* {
    padding: 0;
    margin: 0;
}

body,
html {
    padding: 0;
    margin: 0;
}

body {
    background: rgb(245, 245, 245);
}

body ::selection {
    background: #f90;
    color: #222;
}

a,
li {
    list-style: none;
    text-decoration: none;
}

a {
    color: #333;
    font-size: 14px;
}

a:hover {
    color: #f30;
}

button,
input {
    border: none;
    outline: none;
    background: none;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

section {
    position: relative;
    overflow: hidden;
}

/***
 * _ooOoo_
 * o8888888o
 * 88" . "88
 * (| -_- |)
 *  O\ = /O
 * ___/`---'\____
 * .   ' \\| |// `.
 * / \\||| : |||// \
 * / _||||| -:- |||||- \
 * | | \\\ - /// | |
 * | \_| ''\---/'' | |
 * \ .-\__ `-` ___/-. /
 * ___`. .' /--.--\ `. . __
 * ."" '< `.___\_<|>_/___.' >'"".
 * | | : `- \`.;`\ _ /`;.`/ - ` : | |
 * \ \ `-. \_ __\ /__ _/ .-` / /
 * ======`-.____`-.___\_____/___.-`____.-'======
 * `=---='
 *          .............................................
 *          佛曰：bug泛滥，我已瘫痪！
 */
/* ---分割线--全局样式--- */


.HomeSubjectModes{
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: url(../img/homeicon1.jpg) center no-repeat;
    background-size: cover;
}

.HomeSubBgLogos{
    overflow: hidden;
    position: absolute;
    top: 25px;
    left: 20px;
    z-index: 6;
}
.HomeSubBgLogos a{
    overflow: hidden;
    position: relative;
    display: block;
}

.HomeSubBgLogos a img{
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    max-width: 340px;
    height: auto;
}

.HomeSubBgLinks{
    overflow: hidden;
    position: absolute;
    bottom: 40px;
    right: 34px;
    z-index: 6;
}



.HomeSubBgLinks a{
    overflow: hidden;
    position: relative;
    display: block;
    text-align: center;
}

.HomeSubBgLinks a span{
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
}

.HomeSubBgLinks a span.comnames{
    font-size: 16px;
    padding-bottom: 12px;
    text-shadow: none;
}

.HomeSubBgTexts{
    overflow: hidden;
    position: relative;
    width: calc(100% - 40px);
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.HomeSubBgTexCont{
    position: relative;
}

.HomeSubBgTexWenz{
    overflow: hidden;
    position: relative;
    font-size: 68px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.6);
}

.HomeSubBgTexzios{
    overflow: hidden;
    position: relative;
    margin: auto;
    height: 40px;
    background: rgb(0 153 153 /40%);
    border-radius: 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
}

.HomeSubBgTexzios span{
    overflow: hidden;
    position: relative;
    display: block;
    color: #fff;
    font-size: 17px;
}

.subjectModes {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 1003px;
    margin: auto;
}

.homeSubModLogo {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.homeSubModLogo img {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.homeSubModSwiper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.homeSubModSwiper .mySwiper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.homeSubModSwiper .mySwiper .swiper-slide img {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.homeSubModBottom {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.SubModBotImgs {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.SubModBotImgs img {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.homeSubModBeian {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homeSubModBeian a {
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 13px;
}

/* 内页样式 */

.mainSubModHeaTops {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 25px;
    background: linear-gradient(to right, #62b8d1, #fff);
    z-index: 1;
}

.modelOphonButn{
    overflow: hidden;
    position: absolute;
    width: 28px;
    height: 22px;
    top: 12px;
    right: 12px;
    z-index: 20;
    display: none;
}

.modelOphonButn div{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.modelOphonButn span{
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: 3px;
    background: #444;
}

.mainSubModHeads {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: -25px;
    z-index: 6;
}

.mainSubModHeadImgs {
    overflow: hidden;
    position: relative;
    width: 22%;
}

.mainSubModHeadImgs img {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.mainSubModHeadNavs {
    overflow: hidden;
    position: relative;
    margin-top: 25px;
    width: 78%;
}

.mainSubModHeadLogo {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.mainSubModHeadLogo img {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.mainSubModNavWenz {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 25px;
    background: linear-gradient(to right, #fff, #62b8d1);
    display: flex;
    align-items: center;
}

.modelCloseSub{
    position: absolute;
    overflow: hidden;
    width: 20px;
    top: 15px;
    left: 12px;
    z-index: 2;
    cursor: pointer;
    display: none;
}

.modelCloseSub img{
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.mainSubModNavWenz ul {
    overflow: hidden;
    position: relative;
    margin-left: auto;
    height: 100%;
    display: flex;
    align-items: center;
}

.mainSubModNavWenz ul li {
    overflow: hidden;
    position: relative;
}

.mainSubModNavWenz ul li a {
    overflow: hidden;
    position: relative;
    display: block;
    padding: 0 25px;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 -1px #62b8d1, 1px 0px #62b8d1, 0 1px #62b8d1, -1px 0 #62b8d1,
        -1px -1px #62b8d1, 1px 1px #62b8d1, 1px -1px #62b8d1, -1px 1px #62b8d1;
}

.mainSubModMiaobs {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.mainSubModMiaobs img {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.mainSubAboutConts{
    overflow: hidden;
    position: relative;
    width: calc(100% - 80px);
    padding: 30px 40px;
}

.mainSubAboutConText{
    overflow: hidden;
    position: relative;
    font-size: 13px;
    color: #555;
    line-height: 24px;
}

.mainSubAboutConEnglis{
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 4;
    margin-top: -20px;
}

.AboutConEngImgs{
    overflow: hidden;
    position: relative;
    width: 220px;
}

.AboutConEngImgs img{
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.AboutConEngWenz{
    overflow: hidden;
    position: relative;
    width: calc(100% - 240px);
    font-size: 13px;
    color: #666;
    line-height: 20px;
}

.mainSubModBotms{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 52px;
    background: url(../img/main_07.gif) center no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainSubModBotms span{
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 13px;
    color: #555;
    padding-right: 25px;
}

.mainSubModBotms a{
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 13px;
    /* color: #555; */
    padding-right: 25px;
}

.mainSubProdTite{
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.mainSubProdImgs{
    overflow: hidden;
    position: relative;
}

.mainSubProdText{
    overflow: hidden;
    position: relative;
    width: calc(100% - 30px);
}

.mainSubProdText span{
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 12px;
    color: #666;
    line-height: 20px;
}

.mainSubProdText span.spantext{
    font-size: 14px;
    color: #333;
}

.mainSubProdCansu{
    overflow: hidden;
    position: relative;
    width: calc(100% - 60px);
    padding: 14px 30px 8px 30px;
    display: flex;
}

.SubProdCansUans{
    overflow: hidden;
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgb(153, 102, 51);
    margin-top: 5px;
}

.SubProdCansTexts{
    overflow: hidden;
    position: relative;
    padding-left: 5px;
}

.SubProdCansTexts span{
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 12px;
    color: #666;
}

.SubProdCansTexts span.spantext{
    font-size: 14px;
    color: #333;
}

.mainSubProdBiaoge{
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mainSubProdTupans{
    overflow: hidden;
    position: relative;
    width: 173px;
}

.mainSubProdTupans img{
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.mainSubProdTable{
    overflow: hidden;
    position: relative;
    width: calc(100% - 200px);
}

.mainSubProdCantite{
    overflow: hidden;
    position: relative;
    width: 100%;
}

.mainSubProdCantite ul{
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.mainSubProdCantite ul li{
    overflow: hidden;
    position: relative;
    width: calc(50% - 2px);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    background: rgb(114, 199, 203);
    border-collapse: collapse;
    height: 40px;
    color: #fff;
    font-size: 14px;
}

.mainSubProdCantite ul li:nth-child(2){
    background: rgb(35, 129, 128);
}

.mainSubProdCanText{
    overflow: hidden;
    position: relative;
    width: 100%;
}

.mainSubProdCanText ul{
    overflow: hidden;
    position: relative;
    width: 100%;
}

.mainSubProdCanText ul li{
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.mainSubProdCanText ul li span{
    overflow: hidden;
    position: relative;
    width: calc(50% - 2px);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    background: rgb(227, 226, 234);
    border-collapse: collapse;
    height: 40px;
    color: #555;
    font-size: 13px;
}

.SubProdTableTwos{
    overflow: hidden;
    position: relative;
    width: 100%;
}

.SubProdTabletite{
    overflow: hidden;
    position: relative;
    width: 100%;
}

.SubProdTabletite ul{
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.SubProdTabletite ul li{
    overflow: hidden;
    position: relative;
    width: calc(25% - 2px);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    background: rgb(114, 199, 203);
    border-collapse: collapse;
    height: 40px;
    color: #fff;
    font-size: 14px;
}

.SubProdTabletite ul li div{
    overflow: hidden;
    position: relative;
    text-align: center;
}

.SubProdTabletite ul li div span{
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 12px;
    color: #fff;
}

.SubProdTabletite ul li:nth-child(2){
    background: rgb(35, 129, 128);
}
.SubProdTabletite ul li:nth-child(3){
    background: rgb(35, 129, 128);
}


.SubProdTableText{
    overflow: hidden;
    position: relative;
    width: 100%;
}

.SubProdTableText ul{
    overflow: hidden;
    position: relative;
    width: 100%;
}

.SubProdTableText ul li{
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.SubProdTableText ul li span{
    overflow: hidden;
    position: relative;
    width: calc(25% - 2px);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    background: rgb(227, 226, 234);
    border-collapse: collapse;
    height: 40px;
    color: #555;
    font-size: 13px;
}

.mainSubProdLiebao{
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.mainSubProdLiebao img{
    overflow: hidden;
    position: relative;
    display: block;
    width: initial;
    max-width: 100%;
}

.mainSubGuests{
    overflow: hidden;
    position: relative;
    width:calc(100% - 160px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 140px;
}

.mainSubGuests form{
    overflow: hidden;
    position: relative;
    width:calc(100% - 160px);
}

.mainSubGuestList{
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 4px 0;
}

.mainSubGuestText{
    overflow: hidden;
    position: relative;
    width: 80px;
    text-align: right;
    font-size: 14px;
}
.mainSubGuestInput{
    overflow: hidden;
    position: relative;
    width: calc(100% - 140px);
    display: flex;
    align-items: center;
}

.mainSubGuestInput input{
    overflow: hidden;
    position: relative;
    height: 40px;
    background: #f8f8f8;
    margin-right: 4px;
    padding: 0 10px;
    width: 220px;
}

.mainSubGuestInput textarea{
    overflow: hidden;
    position: relative;
    background: #f8f8f8;
    margin-right: 4px;
    padding: 10px;
    border: none;
    outline: none;
}

.mainSubGuestButns{
    overflow: hidden;
    position: relative;
    width: calc(100% - 140px);
    padding-left: 80px;
    padding-top: 12px;
}

.mainSubGuestButns button{
    overflow: hidden;
    position: relative;
    width: 90px;
    height: 36px;
    background: #ffff;
    border: 1px solid #1890ff;
    color: #1890ff;
    border-radius: 3px;
}

.mainSubGuestButns button.congzhis{
    color: #fff;
    background: #1890ff;
    margin-left: 10px;
}

.mainSubContMode{
    overflow: hidden;
    position: relative;
    width: calc(100% - 30px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 120px 30px;
}

.SubContModeImgs{
    overflow: hidden;
    position: relative;
}

.SubContModeNeir{
    overflow: hidden;
    position: relative;
}

.SubContModeTitle{
    overflow: hidden;
    position: relative;
}

.SubContModeTitle span{
    overflow: hidden;
    position: relative;
    display: block;
    color: #009999;
    font-size: 14px;
}

.SubContModeTitle span.titespans{
    color: #009999;
    font-size: 16px;
    padding-bottom: 4px;
    font-weight: 600;
}

.SubContModeWenz{
    overflow: hidden;
    position: relative;
    padding-top: 15px;
}

.SubContModeWenz span{
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 22px;
}