﻿.xg_body{overflow-x: hidden;}
.xg_body .xg_header{ position: fixed;z-index: 999;width: 100%;left: 0px;}

/**滚动给头部加样式**/
.add_header{ background-color: #ffff; border-bottom: solid 1px #e9e9e9;height: 100px; background-color:}
.add_header .p1844mf1844-0079892bf9472dad0 .xg_menuLi1{ color: #333;}
.add_header .p1844mf1844-0079892bf9472dad0 .xg_menuLi1:hover{ color: #188dd1; font-weight: normal;}
.add_header .p1844mf1844-0079892bf9472dad0 .xg_menuLi1.xg_menuLi1-select{color: #188dd1; border-bottom: 2px solid #188dd1}
.add_header .p1751mf1751-0edf886654d3957a7 .p1751mf1751-02ac972158f01960c{border: 1px solid #aaa;  color: #333; }
.add_header .p1751mf1751-0edf886654d3957a7 .p1751mf1751-02ac972158f01960c:hover{border: 1px solid #188dd1; color: #fff;}

/**图片不间断旋转效果**/
@-webkit-keyframes rotation{
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg); }
}
.p1769m12d83b7dad2b9af9{
    -webkit- transform: rotate (360deg);
    animation: rotation 2s linear infinite;
    - moz -animation: rotation 2s linear infinite;
    -webkit - animation: rotation 2s linear infinite ;
    -o-animation: rotation 2s linear infinite;
}
.p1769m12d83b7dad2b9af9 img{ border- radius: 250px;}

