#Head {
    width: 100%;
    height: 56px;
    line-height: 56px;
    background: #1e63b1;
}

#Head .main {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
}

#Head .main ul {
    display: inline-block;
}

#Head .main li {
    font-size: 15px;
    padding: 0 10px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.jiahao {
    font-size: 20px !important;
    padding: 0 0 0 20px !important;
}
.jiahao:hover{
    background: rgba(255, 255, 255, 0) !important;
}
.jiahao:hover::before{
    border: 0;
    border-color: rgba(255, 255, 255, 0) !important;
}

#Head .main li:hover {
    background: rgba(255, 255, 255, 0.2);
}

#Head .main #Signin {
    font-size: 24px;
    text-align: center;
    display: inline-block;
    height: 56px;
    width: 100px;
    float: right;
}

#Head .main .Choice::before {
    display: inline-block;
    vertical-align: top;
    content: "";
    height: 3px;
    width: 100%;
    bottom: 0;
    position: absolute;
    border-bottom: 3px solid #4f99ec;
    box-sizing: border-box;
    right: 0;
}

#Head .main li:hover::before {
    display: inline-block;
    vertical-align: top;
    content: "";
    height: 3px;
    width: 100%;
    bottom: 0;
    position: absolute;
    border-bottom: 3px solid #4f99ec;
    box-sizing: border-box;
    right: 0;
}

#Head .main #Signin span {
    display: inline-block;
    width: 42px;
    font-weight: bold;
    cursor: pointer;

}


#Crumbs {
    width: 100%;
    height: 56px;
    line-height: 56px;
}

#Crumbs .main {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    margin-top: 20px;
    font-size: 0;
}
#Crumbs .main #search {
    position: absolute;
    right: 0;
    height: 70px;
    width: 390px;

}

#Crumbs .main #logo {
    display: inline-block;
    width: 260px;
    height: 70px;
    vertical-align: top;
    cursor: pointer;
}


#Crumbs .main #route {
    height: 70px;
    line-height: 70px;
    display: inline-block;
    font-size: 15px;
    color: #000;
    vertical-align: top;
    margin-left: 10px;
    width: 500px;
}

#Crumbs .main #route img {
       height: 33px;
    margin-top: 18px;
  
}



#Crumbs .main #search input {
    width: 240px;
    height: 40px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    display: inline-block;
    margin: 15px 0 0 80px;

}

#Crumbs .main #search div {
    display: inline-block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #1e63b1;
    margin: 15px 0 0 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}


#SecondaryNav {
    display: inline-block;
    margin-top: 30px;
    width: 100%;
    height: 58px;
    border-bottom: 1px solid #bcbcbc;
    background: #e4e4e4;
}

#SecondaryNav .main {
    width: 1200px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    font-size: 0;
    height: 58px;
}

#SecondaryNav .main li {
    display: inline-block;
    width: 16.6666%;
    text-align: center;
    font-size: 20px;
    height: 58px;
    line-height: 58px;
    color: #000;
    cursor: pointer;
}

#SecondaryNav .main .Choice a {
    color: #1e63b1 !important;
    font-weight: bold;
}

#SecondaryNav .main .Choice {
    border-bottom: 4px solid #1e63b1;
    box-sizing: border-box;
}

#SecondaryNav .main li:hover {
    border-bottom: 4px solid #1e63b1;
    box-sizing: border-box;
}

#SecondaryNav .main li:hover a {
    color: #1e63b1 !important;
    font-weight: bold;
}



#MainTop {
    width: 100%;
}

#MainTop .main {
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
}


#MainTop .main .Le {
    display: inline-block;
    width: 720px;
}




#MainTop .main .Ritop {
    display: inline-block;
    width: 470px;
    list-style: none;
    font-size: 0;
    margin-left: 0px;
    cursor: pointer;
}

#MainTop .main .Ritop img {
    width: 470px;
}

#MainTop .main .Ritop p {
    font-size: 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}

#MainTop .main .Ritop span {
    display: block;
    color: #555;
    font-size: 16px;
    margin: 12px 10px;
    line-height: 28px;
}

#MainTop .main .Ritop p::before {
    content: '';
    display: inline-block;
    height: 3px;
    width: 3px;
    background: #bababa;
    vertical-align: top;
    margin-top: 14px;
    margin-right: 6px;
}

#MainTop .main .Ri {
    display: inline-block;
    width: 460px;
    height: 440px;
    list-style: none;
    font-size: 0;
    margin-left: 20px;
}
#MainTop .main .Ri li:hover a{
    color: #1e63b1;
}

#MainTop .main .Ri li {
    display: block;
    font-size: 18px;
    line-height: 41px;
    height: 41px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#MainTop .main .Ri .fast1{
    margin-bottom: 16px;
}
#MainTop .main .Ri ul:last-child {
    border-top: 1px solid #eee;
    padding-top: 10px;
}

#MainTop .main .Ri li a {
    color: #555;
}

#MainTop .main .Ri li:nth-child(1) a {
    color: #000 !important;
    font-size: 20px;
    font-weight: bold;
}
#MainTop .main .Ri li:nth-child(1):hover a{
    color: #1e63b1 !important;
}
#MainTop .main .Ri li::before {
    content: '';
    display: inline-block;
    height: 3px;
    width: 3px;
    background: #bababa;
    vertical-align: top;
    margin-top: 24px;
    margin-right: 6px;

}



#MainTop .main #Exposure,
#MainTop .main #Viewpoint,
#MainTop .main #Method {
    width: 380px;
    display: inline-block;
    margin-right: 24px;
    margin-top: 30px;
}

#MainTop .main #Method {
    margin-right: 0;
}


#MainTop .main #Exposure>i,
#MainTop .main #Viewpoint>i,
#MainTop .main #Method>i {

    width: 100%;
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    margin-bottom: 10px;

    box-sizing: border-box;
    position: relative;


}

#MainTop .main #Method>i {
    border-bottom: 2px solid #dddddd;
}


#MainTop .main #Exposure>i span,
#MainTop .main #Viewpoint>i span,
#MainTop .main #Method>i span {
    display: inline-block;
    color: #3263ab;
    height: 40px;
    width: 80px;
    text-align: center;
    font-size: 22px;
}

#MainTop .main #Method>i::before {
    position: absolute;
    bottom: -2px;
    display: inline-block;
    content: '';
    vertical-align: top;
    height: 4px;
    width: 100px;
    background: #3263ab;
}



#MainTop .main #Exposure>li,
#MainTop .main #Viewpoint>li,
#MainTop .main #Method>li {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #494949;
    cursor: pointer;
    transition: 0.3s;
}

#MainTop .main #Exposure>li:hover,
#MainTop .main #Viewpoint>li:hover,
#MainTop .main #Method>li:hover {
    color: #000;
    margin-left: 10px;
}


#Character {
    width: 100%;
    margin-top: 40px;
}


#Character .main {
    width: 1200px;
    margin: 0 auto;
    position: relative;

}

#Character .main>i {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #1e63b1;
    color: #fff;
    text-align: center;
    font-style: normal;
    font-size: 20px;
}

#Character .main #Cha {
    overflow-x: auto;
    overflow-y: hidden;
    width: 1200px;
    height: 370px;
    list-style: none;
    font-size: 0;
    margin-top: 10px;
    white-space: nowrap;
    position: relative;
}

#Character .main #Cha li {
    display: inline-block;
    width: 230px;
    background: #434343;
    height: 370px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    white-space: pre-wrap;

}

#Character .main .CHL,
#Character .main .CHR {
    display: inline-block;
    border: 3px solid #fff;
    background: rgba(0, 0, 0, 0.6);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-style: normal;
    position: absolute;
    top: 210px;
    z-index: 9999;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

#Character .main .CHL {
    left: 0px;
}

#Character .main .CHR {
    right: 0px;
}

#Character .main #Cha li:nth-child(odd) img {
    top: 196px;
    right: 0;
}

#Character .main #Cha li:nth-child(odd) div {
    top: 0px;
    right: 0;
}

#Character .main #Cha li:nth-child(even) img {

    top: 0;
    right: 0;
}

#Character .main #Cha li:nth-child(even) div {


    top: 174px;
    right: 0;
}




#Character .main #Cha li img {
    width: 230px;
    height: 174px;
    position: absolute;
}

#Character .main #Cha li div {
    height: 196px;
    width: 210px;
    margin-left: 10px;
    position: absolute;
}

#Character .main #Cha li div p {
    margin: 0;
    font-size: 17px;
    color: #fff;
    height: 60px;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid #bababa;
}

#Character .main #Cha li div span {
    display: inline-block;
    color: #aaaaaa;
    font-size: 14px;
    line-height: 30px;
}
#Adve {
    width: 100%;
    margin-top: 20px;
}

#Adve .main {
    width: 1200px;
    margin: 0 auto;
}

#Adve .main img {
    width: 1200px;
}

#Adve .main p {
    width: 100%;
    font-size: 34px;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}









#Con {
    width: 100%;
    margin-top: 20px;
}

#Con .main {
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
}

#Con .main .Ri {
    display: inline-block;
    width: 720px;
}

#Con .main .Le {
    margin-left: 30px;
    width: 450px;
    display: inline-block;
}

#Con .main .Ri>i,
#Con .main #LocalSpecial>i,
#Con .main #Hotspot>i,
#Mainbottom .main #Nutrition>i,
#Mainbottom .main #Regard>i,
#Spec .main #SpecLi>i {
    display: block;
    font-size: 22px;
    font-style: normal;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    margin-bottom: 10px;
    box-sizing: border-box;
    position: relative;
    border-bottom: 2px solid #eee;
    color: #2771c3;
    padding-left: 10px;
    margin-bottom: 10px;
}

#Con .main .Ri>i {
    margin-bottom: 20px;
}

#Con .main .Ri>i::before,
#Con .main #LocalSpecial>i::before,
#Con .main #Hotspot>i::before,
#Mainbottom .main #Nutrition>i::before,
#Mainbottom .main #Regard>i::before,
#Spec .main #SpecLi>i::before {
    position: absolute;
    left: 0;
    bottom: -2px;
    display: inline-block;
    content: '';
    vertical-align: top;
    height: 4px;
    width: 100px;
    background: #2771c3;
}

#Con .main #LocalSpecial>i span,
#Mainbottom .main #Regard>i span,
#Mainbottom .main #Nutrition>i span,
#Spec .main #SpecLi>i span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    float: right;
    color: #999999;
    font-size: 14px;
}


#Con .main .Ri #Article #Ti {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
   /* height: 100px;
    line-height: 100px; */
}

#Con .main .Ri #Article #Inf {

    font-size: 14px;
    color: #808080;
}

#Con .main .Ri #Article #Inf li {
    display: inline-block;
    padding: 0 14px;
}

#Con .main .Ri #Written {
    margin-top: 20px;
    border-top: 1px solid #dddddd;
    font-size: 17px;
    line-height: 30px;
}

#Con .main .Ri #Written p {
    margin: 26px 0px;
    text-indent: 36px;
}

#Con .main .Ri #Return {
    height: 60px;
    font-size: 16px;
    color: #767676;
    border-bottom: 1px solid #dddddd;
}

#Con .main .Ri #Return span {
    display: inline-block;
    line-height: 40px;
    height: 40px;
}

#Con .main .Ri #Return img {
    float: right;
    cursor: pointer;
}

#Con .main .Ri #Relevant {
    margin-top: 30px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dddddd;
}

#Con .main .Ri #comment>i,
#Con .main .Ri #Relevant>i,
#Con .main .Ri #Recommend>i {
    display: block;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    margin-bottom: 10px;
}

#Con .main .Ri #comment>i::before,
#Con .main .Ri #Relevant>i::before,
#Con .main .Ri #Recommend>i::before {
    content: "";
    display: inline-block;
    height: 30px;
    width: 7px;
    background: #1e63b1;
    border-radius: 5px;
    margin-right: 10px;
    vertical-align: top;

}


#Con .main .Ri #Relevant li {
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;

}


#Con .main .Ri #comment {
    margin-top: 30px;
}

#Con .main .Ri #comment #Inputbox {
    width: 780px;
    height: 140px;
    border: 1px solid #3263ab;
    border-radius: 10px;
    position: relative;
    margin-top: 50px;
}

#Con .main .Ri #comment #Inputbox textarea {
    width: 740px;
    height: 100px;
    outline: 0;
    padding: 20px 20px;
    resize: none;
    font-size: 15px;
    border: 0;
    border-radius: 10px;
}

#Con .main .Ri #comment #Inputbox::before {
    height: 50px;
    width: 50px;
    display: inline-block;
    content: "";
    background-image: url(../img/comment_ico.jpg);
    background-repeat: no-repeat;
    background-size: 50px 50px;
    position: absolute;
    top: -32px;
    left: 30px;
    cursor: pointer;
}

#Publish {
    float: right;
    height: 34px;
    line-height: 34px;
    width: 80px;
    background: #1e63b1;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}


#Con .main .Ri #comment #list {
    margin-top: 70px;
}

#Con .main .Ri #comment #list>li {
    padding: 20px 0;
    display: block;
    width: 100%;
    border-top: 1px solid #cccccc;
}

#Con .main .Ri #comment #list>li .Sen {
    font-size: 15px;
    color: #888888;
}

#Con .main .Ri #comment #list>li .Com_user {
    width: 38px;
}

#Con .main .Ri #comment #list>li>div {
    margin-left: 10px;
    display: inline-block;
    width: 730px;
}

#Con .main .Ri #comment #list>li .info {
    height: 30px;
}

#Con .main .Ri #comment #list>li .info li {
    display: inline-block;
    padding-right: 20px;
    font-size: 15px;
}


#Con .main .Ri #comment #list>li .info li:last-child {
    color: #9c9c9c;
    font-size: 14px;
}



#Con .main .Ri #comment #list>li .Fab {
    width: 100%;
    text-align: right;
}

#Con .main .Ri #comment #list>li .Fab .Fa,
#Con .main .Ri #comment #list>li .Fab .Re,
#Con .main .Ri #comment #list>li .Fab .Co {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    color: #b9b9b9;
    width: 100px;
    height: 30px;
    line-height: 30px;
}



#Con .main .Ri #comment #list>li .Fab .Fa::before,
#Con .main .Ri #comment #list>li .Fab .Re::before,
#Con .main .Ri #comment #list>li .Fab .Co::before {
    content: "";
    vertical-align: top;
    display: inline-block;
    vertical-align: top;
    background-image: url(../img/comment_Relevant.jpg);
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}

#Con .main .Ri #comment #list>li .Fab .Fa::before {
    background-position: -0px -8px;
}

#Con .main .Ri #comment #list>li .Fab .Re::before {
    background-position: -80px -6px;
}

#Con .main .Ri #comment #list>li .Fab .Co::before {
    background-position: -176px -8px;
}


#Con .main .Ri #comment #list . {
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-align: center;
    background: #e8eff7;
    cursor: pointer;
}


#Con .main .Ri #comment #list . img {
    height: 16px;
    width: 16px;
    margin: 18px 0 0 4px;
}

#Con .main .Ri #comment {
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}


#Con .main .Ri #Recommend {}

#Con .main .Ri #Recommend>i {
    margin-bottom: 30px;
}

#Con .main .Ri #Recommend li {
    display: block;
    margin-bottom: 12px;
    cursor: pointer;
    transition: 0.6s;

}

#Con .main .Ri #Recommend li:hover {
    background: #fafafa;
}

#Con .main .Ri #Recommend li:hover img {
    transform: scale(1.4);
}
#Con .main .Ri #Recommend li:hover .Rig p {
    color: #1e63b1;
}

#Con .main .Ri #Recommend li .Reimg,
#Con .main .Ri #Recommend li img {
    display: inline-block;
    width: 240px;
    height: 190px;
    overflow: hidden;
    transition: 0.6s;
}


#Con .main .Ri #Recommend li .Rig {
    display: inline-block;
    width: 720px;
    margin-left: 0px;
    border-bottom: 1px solid #d9d9d9;

}


#Con .main .Ri #Recommend li .Rig p {
    font-size: 18px;
    line-height: 30px;
    text-indent: 5px;
    height: 30px;
    margin-top: 20px;
    color: #000;
}

#Con .main .Ri #Recommend li .Rig span {
    display: block;
    font-size: 15px;
    padding-left: 5px;
    color: #666666;
    text-indent: 32px;
    line-height: 30px;
    margin: 10px 0;
  min-height:60px;
}

#Con .main .Ri #Recommend li .Rig span>i {
    color: #4185f3;
    font-style: normal;
}
#Con .main .Ri #Recommend li .Rig h5{
    font-size: 16px;
    font-weight: normal;
    text-indent: 5px;
    color: #999999;
    margin-bottom: 20px;
    
}
#Con .main .Ri #Recommend li .Rig h5 span1{
    color: #333333;
}

.Advertisement1 img{
    margin: 5px 0;
    width: 450px;
}





#Con .main .Le #Hotspot li {
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 32px;
    cursor: pointer;

}
#Con .main .Le #Hotspot li::before {
    vertical-align: top;
    content: "";
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    background: #f00;
    margin: 6px 4px 0 0;
    color: #fff;
}

#Con .main .Le #Hotspot li:nth-child(2):before {
    content: "1";
}

#Con .main .Le #Hotspot li:nth-child(3):before {
    content: "2";
}

#Con .main .Le #Hotspot li:nth-child(4):before {
    content: "3";
}

#Con .main .Le #Hotspot li:nth-child(5):before {
    content: "4";
    background: #a0a0a0;
}

#Con .main .Le #Hotspot li:nth-child(6):before {
    content: "5";
    background: #a0a0a0;
}

#Con .main .Le #Hotspot li:nth-child(7):before {
    content: "6";
    background: #a0a0a0;
}

#Con .main .Le #Hotspot li:nth-child(8):before {
    content: "7";
    background: #a0a0a0;
}

#Con .main .Le #Hotspot li:nth-child(9):before {
    content: "8";
    background: #a0a0a0;
}

#Con .main .Le #Hotspot li:nth-child(10):before {
    content: "9";
    background: #a0a0a0;
}

#Con .main .Le #Hotspot li:nth-child(11):before {
    content: "10";
    background: #a0a0a0;
}


#Con .main .Le #Chart {
    margin-top: 40px;
}

#Con .main .Le #Regard>i span,
#Con .main .Le #Chart>i span {
    float: right;
    display: inline-block;
    font-size: 15px !important;
    color: #999999;
}



#Con .main .Le #Regard {
    margin-top: 40px;
}

#Con .main .Le #Regard>i {
    margin-bottom: 20px;
}



#Con .main .Ri #Recommend li:last-child {
    margin-bottom: 0px;
}

#Con .main .Ri #Recommend . {
    text-align: center;
    color: #2771c3;
    font-size: 20px;

    border-bottom: 1px solid #d9d9d9;
    height: 60px;
    line-height: 60px;
}



#Con .main .Ri #Recommend . i {
    font-size: 15px;
}

#Con .main .Ri #Recommend . li:hover {
    background: #1e63b1;
    color: #fff !important;
}

#Con .main .Ri #Recommend . .choose {
    background: #1e63b1;
    color: #fff;
}

#Con .main #LocalSpecial li {
    line-height: 36px;
    font-size: 20px;
}
#Con .main ul li:hover a{
    color: #1e63b1 !important;
}
#Con .main #LocalSpecial li::before {
    content: '';
    display: inline-block;
    height: 3px;
    width: 3px;
    background: #bababa;
    vertical-align: top;
    margin-top: 16px;
    margin-right: 6px;
}

#Con .main #LocalSpecial li a {
    font-size: 16px;
    color: #494949;
}

#Con .main #LocalSpecial .first::before {
    display: none;
}

#Con .main #LocalSpecial .first a {
    font-size: 0;
}

#Con .main #LocalSpecial .first p {
    display: block;
    margin: 10px 0px;
    font-size: 18px;
}

#Con .main #LocalSpecial .first img {
    width: 160px;
    height: 120px;
    display: inline-block;
}

#Con .main #LocalSpecial .first span {
    display: inline-block;
    width: 200px;
    margin-left: 10px;
    font-size: 15px !important;
    height: 120px;
    line-height: 30px;
    color: #333333;
}

#Con .main #LocalSpecial .first {
    padding-bottom: 16px;
    border-bottom: 1px dotted #eee;
}



#Hotspot {
}



#MainTop .swiper-container {
    width: 100%;
    height: 440px;
}

#MainTop .swiper-slide {
    cursor: pointer;
    text-align: center;
    font-size: 0px;
    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;
}

#MainTop .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent;
    opacity: 1;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0px 6px;
}


#MainTop .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    ;
}


#MainTop .swiper-pagination {
    text-align: right;
    margin-bottom: 10px;
}

#MainTop .swiper-container-horizontal>.swiper-pagination-bullets,
#MainTop .swiper-pagination-custom,
#MainTop .swiper-pagination-fraction {
    left: -10px;
}

#MainTop .swiper-container .text {
    width: 100%;
}

#MainTop .swiper-container .text img {
    width: 100%;
    display: block;
}

#MainTop .swiper-container .text p {
    display: block;
    color: #fff;
    text-align: left;
    vertical-align: top;
    height: 50px;
    line-height: 50px;
    width: 100%;
    font-size: 22px;
    background: rgba(0, 0, 0, 0.6);
    margin: 0;
    margin-top: -82px;
    padding-left: 40px;
}

#MainTop .swiper-container .text p span{display:block;width:80%}
#MainTop .swiper-button-prev {
    height: 70px;
    width: 42px;
    background-color: rgba(201, 201, 201, 0.6);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    background-size: auto 30px;
    margin-left: -10px;
    margin-top: -40px;
    outline: 0;
}


#MainTop .swiper-button-next {
    height: 70px;
    width: 42px;
    background-color: rgba(201, 201, 201, 0.6);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    background-size: auto 30px;
    margin-right: -10px;
    margin-top: -40px;
    outline: 0;
}




#Con .main .Ri #Recommend .more {
    text-align: center;
    color: #000;
    margin-top: 70px;

}

#Con .main .Ri #Recommend .more li {
    display: inline-block;
    border: 1px solid #e2e2e2;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 10px;
    margin: 0 3px;
    font-size: 15px;
}

#Con .main .Ri #Recommend .more i {
    font-size: 15px;
}

#Con .main .Ri #Recommend .more li:hover {
    background: #1e63b1;
    color: #fff !important;
}

#Con .main .Ri #Recommend .more .choose {
    background: #1e63b1;
    color: #fff;
}

.Advertisement,
.Advertisement img {
    margin: 10px 0;
    width: 450px;

}

#Ro {
    width: 100%;
}

#Ro .main {
    width: 1200px;
    margin: 0 auto;
}

#Ro .main #Roll {
    width: 1200px;
    height: 48px;
    margin: 22px 0;
    font-size: 0;
}

#Ro .main #Roll i {
    font-style: normal;
    display: inline-block;
    width: 120px;
    text-align: center;
    background: #3263ab;
    color: #fff;
    height: 48px;
    line-height: 48px;
    font-size: 15px;
}



#Ro .main .box {
    display: inline-block;
    width: 1080px;
    height: 48px;
    line-height: 48px;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #cecece;
    box-sizing: border-box;
}

#Ro .main .roll {
    position: absolute;
    left: 0;
    top: 0;
}

#Ro .main .roll li {
    margin: 0 20px;
    line-height: 48px;
    height: 48px;
    float: left;
    text-align: center;
    font-size: 15px;

}

#Ro .main .roll li a {
    color: #000;
}

#Announcement {
    width: 100%;
}

#Announcement .main {
    width: 1200px;
    margin: 0 auto;
}

#Announcement .main p {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    height: 122px;
    line-height: 122px;
}

#Con .Ri .Nva {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    height: 56px;
    line-height: 56px;
    margin-bottom: 20px;
}

#Con .Ri .Nva li {
    width: 16.6666%;
    background: #ededed;
    height: 56px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}

#Con .Ri .Nva .Selection {
    background: #1e63b1;

}

#Con .Ri .Nva .Selection a {
    color: #fff;
}

#Con .Ri .Nva li:hover {
    background: #1e63b1;

}

#Con .Ri .Nva li:hover a {
    color: #fff !important;
}

#Leswiper .swiper-container {
    width: 100%;
    height: 100%;
}

#Leswiper .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;
    transition: 300ms;
}

#Leswiper .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.8);
}



#Leswiper .CHL,
#Leswiper .CHR {
    display: inline-block;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.6);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-style: normal;
    position: absolute;
    top: 160px;
    z-index: 9999;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

#Leswiper .CHL {
    left: 10px;
}

#Leswiper .CHR {
    right: 10px;
}




#Spec {
    width: 100%;
}

#Spec .main {
    width: 1200px;
    margin: 0 auto;
}

#Spec li {
    margin-top: 15px;
    width: 360px;
    height: 250px;
    display: inline-block;
    cursor: pointer;
    margin-right: 44px;
}

#Spec li:last-child {
    margin-right: 0;
}


#Spec li .Chimg,
#Spec li img {
    height: 250px;
    width: 370px;
    overflow: hidden;
}


#Mainbottom {
    width: 100%;
    margin-top: 20px;
}

#Mainbottom .main {
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
}

#Mainbottom #Nutrition {
    width: 720px;
    display: inline-block;
}

#Mainbottom #Nutrition li .L,
#Mainbottom #Nutrition li .L img{
    width: 240px;
    height: 194px;
    display: inline-block;
    overflow: hidden;
    transition: 1.2s;
    position: relative;
    cursor: pointer;
}
#Mainbottom #Nutrition li .L:hover img {
    transform: scale(1.1);
}
#Mainbottom #Nutrition li .L i{
    position: absolute;
    background: rgba(76, 138, 255, 0.6);
    display: inline-block;
    width: 100%;
    height:36px;
    line-height: 36px;
    bottom: 0px;
    right: 0;
    font-size: 17px;
    color:#fff;
    font-weight: bold;
    text-align: center;
    font-style: normal;
}
#Mainbottom #Nutrition li{
    margin:15px 0px;
}
#Mainbottom #Nutrition li .R{
    display: inline-block;
    width: 460px;
    height:194px;
    margin-left: 10px;
  margin-top:-7px;
}
#Mainbottom #Nutrition li .R p{
    width: 450px;
    font-size: 19px;
    line-height: 38px;
    border-bottom: 2px dashed #d9d9d9;
}
#Mainbottom #Nutrition li .R p:hover{
    color: #1e63b1;
}


#Mainbottom #Nutrition li .R p:first-child a{
    color:#2771c3;
}
#Mainbottom #Regard li:hover p{
    color: #1e63b1;
}
#Mainbottom #Regard {
    margin-left: 30px;
    width: 450px;
    display: inline-block;
}

#Regard li {
    margin-bottom: 15px;
    margin-top: 20px;
    cursor: pointer;
    position: relative;
}

#Regard li:hover img {
    transform: scale(1.1);
}
#Regard li .bofang {
    position: absolute;
    top: 80px;
    left: 175px;
    width: 92px;
    height: 92px;
}
#Regard li .Chimg,
#Regard li img {
    width: 450px;
    height: 249px;
    transition: 1.2s;
    overflow: hidden;
}

#Regard li p {
    width: 450px;
    margin-top: 15px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
}
#Con .main .Le ul h5{
    font-size: 24px;
    color: #2771c3;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
}
#Con .main .Le ul h5 a{color: #2771c3;}
#Con .main .Le ul h5 span{
    padding: 3.5px 10px;
    border-bottom: 3px solid #2771c3;
}

#Mainbottom ul h5{
    font-size: 24px;
    color: #2771c3;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #dddddd;
}
#Mainbottom ul h5 span{
    padding: 3.5px 10px;
    border-bottom: 3px solid #2771c3;
}
#Spec .main ul h5 {
    position: relative;
    font-size: 24px;
    color: #2771c3;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #dddddd;
}
#Spec .main ul h5 span {
    padding: 3.5px 10px;
    border-bottom: 3px solid #2771c3;
}
#Spec .main ul h5 .more2 {
    position: absolute;
    right: 0;
    color: #a9a9a9;
    font-size: 20px;
    font-weight: normal;
}