@charset "utf-8";

.index_cbl {
    position: fixed;
    top: calc(50%);
    right: 1%;
    transform: translateY(-50%); 
    z-index: 999;
    padding: 20px 0;
    /* 
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
   background: rgba(255, 255, 255, 1);
 */
    border-radius: 10px;
}

.index_cbl li {
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
}

.index_cbl li a {
    display: block;
    padding: 0 10px;
}

.index_cbl li:last-child {
    margin-bottom: 0px;
}

.index_cbl li .twoCode {
    position: absolute;
    left: 0px;
    top: calc(50% - 60px);
    transform: translateX(-100%);
    width: 120px;
    height: 120px;
    border: 5px solid #ccc;
    display: none;
}

.index_cbl li:hover .twoCode {
    display: block;
}

.index_cbl li .twoCode img {
    display: block;
    width: 100%;
    height: 100%;
}

.index_cbl li a span {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    background-color: #eff7ff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

/*.index_cbl li:nth-child(1) a span {
    background-image: url("https://www.everyshotimaginable.com/images/cbl_app.png");
}*/
.index_cbl li:nth-child(1) a span {
    background-image: url("https://www.everyshotimaginable.com/images/cbl_wx.png");
}

/*.index_cbl li:nth-child(3) a span {
    background-image: url("https://www.everyshotimaginable.com/images/cbl_wb.png");
}*/
.index_cbl li:nth-child(2) a span {
    background-image: url("https://www.everyshotimaginable.com/images/cbl_12309.png");
}
/*.index_cbl li:nth-child(1):hover a span {
    background-image: url("https://www.everyshotimaginable.com/images/cbl_app_.png");
}*/

.index_cbl li:nth-child(1):hover a span {
    background-image: url("https://www.everyshotimaginable.com/images/cbl_wx_.png");
}

/*.index_cbl li:nth-child(3):hover a span {
    background-image: url("https://www.everyshotimaginable.com/images/cbl_wb_.png");
}*/

.index_cbl li:nth-child(2):hover a span {
    background-image: url("https://www.everyshotimaginable.com/images/cbl_12309_.png");
}

.index_cbl li:hover a span {
    background-color: #5182d3;
}

.index_cbl li a p {
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    margin-top: 10px;
    color: #333;
    transition: color 0.3s ease-in-out;
}

.index_cbl li:hover a p {
    color: rgb(7, 101, 190);
}


/* 固定图片 */

.yxhj,
.lsf,
.a12306,
.gwy {
    display: inline-block;
    position: fixed;
    z-index: 99;
}

.yxhj {
    bottom: 1%;
    left: 1%;
}

.lsf {
    top: 1%;
    right: 1%;
}

.a12306 {
    left: 1%;
    top: 90%;
    transform: translateY(-50%);
}

.gwy {
    bottom: 1%;
    right: 1%;
}

.yxhj img,
.lsf img,
.a12306 img,
.gwy img {
    display: block;
}

.yxhj span,
.lsf span,
.a12306 span,
.gwy span {
    display: block;
    text-align: right;
    cursor: pointer;
    font-size: 16px;
    line-height: 32px;
    color: #666;
}

@media (max-width:768px) {

    .yxhj,
    .lsf,
    .a12306,
    .gwy {
        display: none;
    }
}

.search-box {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    z-index: 999999;
    opacity: 0;
}

.search-box.active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
}

.search-box .serBox {
    position: relative;
    width: 85%;
    margin: -58px auto 0px;
    top: 50%;
    background: rgb(255, 255, 255);
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
    transform: scale(1.2);
    backface-visibility: hidden;
    transition-property: transform;
    transition-duration: 0.3s;
}

.search-box .search_wrap {
    border: 1px solid #1249a3;
    position: relative;
    padding-left: 20px;
    width: 100%;
}

.search-box .text {
    width: 100%;
    height: 55px;
    padding: 0px 130px 0px 0px;
    font-size: 16px;
    line-height: 55px;
    color: #000;
    background: none;
    border: none;
    box-sizing: border-box;
}

.search-box .btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: -1px;
    top: 0px;
    height: 55px;
    border: none;
    overflow: hidden;
    font-size: 18px;
    color: #fff;
    width: 120px;
    background: #1249a3;
}

.search-box.active .serBox {
    transform: scale(1);
}

.search-box .close {
    position: absolute;
    right: 50px;
    top: 22px;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    font-size: 0px;
    transition: all 0.3s ease-out 0s;
}

.search-box .close::before,
.search-box .close::after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    background: #1249a3;
    transition: all 1s ease 0s;
    transform: rotate(45deg);
    top: 24px;
}

.search-box .close::before {
    transform: rotate(-45deg);
}

.search-box .close:hover {
    transform: rotate(90deg);
}

.header_main_ {
    background-image: url("https://www.everyshotimaginable.com/images/news_top_bg.png");
    background-size: cover;
    position: relative;
}


.header_main_,
.menu,
.m-search {
    display: none;
}

header {
    /* background-image: url("https://www.everyshotimaginable.com/images/top-main.jpg"); */
    /* background-size: cover; */
    height: 600px;
    position: relative;
}

header .banner{
    height: 600px;
    position: absolute;
    width:100%;
    top:0;
    left:0;
    z-index:-2;
}

header .gytsal{
     position: absolute;
    bottom:10%;
    right:7.5%;
    z-index:-1;
    display:block;
    width:22.5%;
    height:auto;
}

header .banner img{
    height: 100%;
    width:100%;
   object-fit:cover;
}

.header_top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    height: 40px;
}

.header_top .w1260 {
    display: flex;
    justify-content: space-between;
    padding: 5px 0px;
}

.header_top .w1260 ul {
    display: flex;
    align-items: center;
}

.header_top .w1260 ul li a,
.header_top .w1260 ul li p {
    font-size: 15px;
    color: rgb(255, 255, 255);
    line-height: 30px;
}

.header_top .w1260 ul li {
    margin-right: 30px;
    position: relative;
}

.header_top .w1260 ul li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    top: 7.5px;
    right: -15.5px;
    background: rgba(255, 255, 255, 0.5);
}

.header_top .w1260 ul li:last-child {
    margin-right: 0px;
}

.header_top .w1260 ul li:last-child::after {
    display: none;
}
.header_main .logo img {
    height: 90px;
}
.header_main {
    /* margin-top: 48px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1260px;
    margin: 0 auto;
    padding-top: 20px;
}
.header_main .logo {
    display:flex;
    align-items:center;
}
.header_main .logo img {
    display: block;
    margin: 0px auto;
}

.header_main .search {
    /* margin: 40px auto 0px; */
    display: flex;
    align-items: center;
    height: 50px;
    width: 400px;
    position: relative;
}

.header_main .search .txt {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255,0.35);
    border-radius: 8px;
    border: none;
    padding: 0px 100px 0px 80px;
    position: relative;
}

.header_main .search .txt::placeholder {
    font-size: 16px;
    color: rgb(155, 155, 155);
    font-weight:100;
}

.header_main .search::before {
    display: block;
    position: absolute;
    content: "本站";
    font-size: 16px;
    font-weight: 100;
    line-height: 17px;
    color: rgb(21, 77, 130);
    line-height: 20px;
    top: 15px;
    left: 15px;
    z-index: 3;
}

.header_main .search::after {
    display: block;
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background: rgb(21, 77, 130);
    opacity: 0.2;
    top: 15px;
    left: 62px;
    z-index: 3;
}

.header_main .search .js {
    width: 90px;
    height: 100%;
    background: rgba(17, 93, 178,0.35);
    border-radius: 0px 8px 8px 0px;
    border: none;
    position: absolute;
    right: 0px;
    top: 0;
    font-family: SimHei;
    font-size: 20px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.header_nav {
    width: 1305px;
    height: 65px;
    margin: 0px auto;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("https://www.everyshotimaginable.com/images/nav_bg.png");
    z-index: 9;
}

.header_nav ul {
    height: 65px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_nav ul li {
    width: 200px;
}

.header_nav ul li {
    position: relative;
}

.header_nav ul>li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background: rgb(255, 255, 255, 0.2);
    top: calc(50% - 10px);
    right: 0;
}

.header_nav ul>li:last-child::after {
    display: none;
}

.header_nav ul li .menu-items {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0px;
    background: rgb(7, 101, 190);
    z-index: 999;
    border-radius: 0px 0px 10px 10px;
    box-shadow: rgba(97, 149, 199, 0.3) 0px 0px 20px;
    overflow: hidden;
}

.header_nav ul li .menu-items li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    color: rgb(255, 255, 255);
    font-family: SourceHanSerifSCBold;
}

.header_nav ul li .menu-items li {
    transition: 0.3s ease-in-out;
}

.header_nav ul li .menu-items li:hover {
    background-color: rgb(55, 132, 205);
}

.header_nav ul li:last-child {
    border-right: none;
}

.header_nav ul li a {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    line-height: 21px;
    color: rgb(255, 255, 255);
    font-family: SourceHanSerifSCBold;
}

.header_nav ul li .menu-toggle {
    line-height: 65px;
}

.news {
    background-image: url("https://www.everyshotimaginable.com/images/news_bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 47px 0px;
}

.news .stwz {
    display: block;
    padding-bottom: 38px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.news .stwz span {
    display: block;
    font-weight: bold;
    font-size: 36px;
    color: rgb(255, 255, 255);
    line-height: 36px;
    text-align: center;
}

.news .stwz p {
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 18px;
    text-align: center;
    margin-top: 21px;
}

.news_content {
    display: flex;
    justify-content: space-between;
    margin-top: 38px;
}

.news_left {
    width: 51%;
    height: 470px;
    z-index: 1;
}

.news_left a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.news_left .image:hover a img {
    transform: scale(1.1);
}

.news_left a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.news_left a .text {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
}

.news_left a .text p {
    width: 80%;
    height: 50px;
    padding: 0px 20px;
    line-height: 50px;
    font-size: 17px;
    color: rgb(255, 255, 255);
}

.news_left .slick-dots {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 20px;
    right: 12px;
}

.news_left .slick-dots li {
    width: 10px;
    height: 10px;
    background: rgb(247, 247, 247);
    border-radius: 50%;
    margin: 0px 3px;
    cursor: pointer;
}

.news_left .slick-dots .slick-active {
    background: rgb(7, 113, 212);
}

.news_left .slick-dots li button {
    display: none;
}

.news_right {
    width: 46.5%;
}

.news_right .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news_right .title ul {
    display: flex;
    align-items: center;
}

.news_right .title ul li {
    font-weight: bold;
    font-size: 24px;
    color: rgb(255, 255, 255);
    line-height: 24px;
    cursor: pointer;
    font-family: SourceHanSerifSCBold;
}

.news_right .title ul li.active {
    color: rgb(229, 216, 163);
}

.news_right .title ul li {
    margin-right: 35px;
}

.news_right .title ul li:last-child {
    margin-right: 0px;
}

.news_right .title a {
    display: none;
}

.news_right .title a img {
    display: block;
}

.news_right .title a p {
    font-size: 15px;
    color: rgb(247, 250, 253);
    margin-left: 8px;
}

.news_right .title a.active {
    display: flex;
    align-items: center;
}

.news_list ul {
    display: none;
}

.news_list .active {
    display: block;
}

.news_gg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.news_gg li {
    width: 23.8%;
    height: 95px;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
}

.news_gg li:hover {
    box-shadow: #bbd2ec 5px 5px 10px;
}

.news_gg li a {
    width: 100%;
    height: 100%;
    padding: 20px 23px;
    display: flex;
    align-items: center;
}

.news_gg li a span {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
}

.news_gg li a p {
    font-weight: bold;
    font-size: 24px;
    color: rgb(51, 51, 51);
    margin-left: 21px;
    font-family: SourceHanSerifSCBold;
}

.news_gg li:nth-child(1) {
    background: rgb(230, 239, 255);
}

.news_gg li:nth-child(2) {
    background: rgb(239, 245, 231);
}

.news_gg li:nth-child(3) {
    background: rgb(226, 240, 251);
}

.news_gg li:nth-child(4) {
    background: rgb(247, 239, 232);
}

.news_gg li:nth-child(1) a span {
    background-color: rgb(72, 120, 201);
    background-image: url("https://www.everyshotimaginable.com/images/news_gsgg.png");
}

.news_gg li:nth-child(2) a span {
    background-color: rgb(135, 182, 86);
    background-image: url("https://www.everyshotimaginable.com/images/news_xsld.png");
}

.news_gg li:nth-child(3) a span {
    background-color: rgb(1, 125, 219);
    background-image: url("https://www.everyshotimaginable.com/images/news_zyhd.png");
}

.news_gg li:nth-child(4) a span {
    background-color: rgb(247, 123, 63);
    background-image: url("https://www.everyshotimaginable.com/images/news_gzbg.png");
}

.news_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 43px;
}

.news_btn li {
    width: 48.6%;
    transition: 0.3s ease-in-out;
}

.news_btn li:hover {
    box-shadow: #bbd2ec 5px 5px 10px;
}

.news_btn li a,
.news_btn li a img {
    display: block;
    width: 100%;
    height: 100%;
}

.zt-pic img {
    width: 100%;
    height: auto;
}

.Information {
    padding: 45px 0px 70px;
    background: url("https://www.everyshotimaginable.com/images/xxgk_bg.png");
}

.Title {
    background: url("https://www.everyshotimaginable.com/images/zwfw_title_bg.png") center center no-repeat;
    height: 33px;
    font-weight: bold;
    font-size: 30px;
    line-height: 28px;
    color: rgb(8, 102, 193);
    text-align: center;
    margin-bottom: 35px;
    font-family: SourceHanSerifSCBold;
}

.Information .Title {
    background-repeat: no-repeat;
    margin-left: 2.25%;
}

.Information_main {
    display: flex;
    justify-content: space-between;
}

.Information_left {
    width: 59.524%;
}

.Information_left_main .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 26px;
    border-bottom: 1px solid rgb(229, 229, 229);
}

.Information_left_main .title a {
    display: none;
}

.Information_left_main .title a.active {
    display: flex;
    align-items: center;
}

.Information_left_main .title ul {
    display: flex;
    align-items: center;
}

.Information_left_main .title ul li {
    margin-right: 32px;
    font-weight: bold;
    font-size: 23px;
    color: rgb(51, 51, 51);
    line-height: 23px;
    position: relative;
    cursor: pointer;
    font-family: SourceHanSerifSCBold;
}

.Information_left_main .title ul li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 17px;
    background: rgba(0, 0, 0, 0.3);
    right: -16px;
    top: 2.5px;
}

.Information_left_main .title ul li:last-child::after {
    display: none;
}

.Information_left_main .title ul li:last-child {
    margin-right: 0px;
}

.Information_left_main .title ul .active {
    color: rgb(40, 122, 201);
}

.Information_left_main .title ul .active::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 12px;
    left: 0px;
    bottom: -26px;
    background: url("https://www.everyshotimaginable.com/images/xxgk_title_xxbg.png") 0% 0% / auto;
}

.Information_left_main .title a.active p {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: rgb(153, 153, 153);
    margin-left: 8px;
}

.Information_left_main .news_list ul li a {
    height: 46px;
    line-height: 46px;
}

.Information_left_main .news_list ul li a p::before,
.interaction_list ul li a p::before {
    background-image: url("https://www.everyshotimaginable.com/images/xxgk_list_img.png");
}

.Information_left_main .news_list {
    margin-top: 10px;
}

.Information_js {
    margin-top: 20px;
    width: 100%;
    height: 103px;
    background: rgb(239, 243, 249);
    border-radius: 8px;
    padding: 17px 18px;
    position: relative;
}

.Information_js .txt {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 5px;
    padding-left: 67px;
    padding-right: 142px;
    font-size: 18px;
}

.Information_js::before {
    position: absolute;
    content: "";
    width: 27px;
    height: 27px;
    background: url("https://www.everyshotimaginable.com/images/xxgk_fdj.png");
    top: 37px;
    left: 42px;
}

.Information_js .txt::placeholder {
    font-size: 18px;
    color: rgb(153, 153, 153);
}

.Information_js .ss {
    width: 132px;
    height: 69px;
    position: absolute;
    right: 18px;
    top: 17px;
    background: rgb(8, 102, 193);
    border-radius: 7px;
    font-size: 22px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.Information_right {
    width: 36.67%;
}

.Information_right li p {
    transition: 0.3s ease-in-out;
}

.Information_right li:hover p {
    /* color: rgb(223, 15, 15); */
}

.Information_right li span {
    transition: transform 0.3s ease-in-out;
}

.Information_right li:hover span {
    transform: rotateY(180deg);
}

.Information_right_t {
    width: 100%;
    height: 270px;
    display: flex;
    flex-wrap: wrap;
    place-content: space-between;
}

.Information_right_t li {
    width: 30.74%;
    height: 120px;
    background: linear-gradient(rgb(192, 219, 247), rgb(255, 255, 255), rgb(255, 255, 255));
}

.Information_right_t li a span {
    display: block;
    width: 100%;
    height: 40px;
    margin: 24px 0px 20px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.Information_right_t li:nth-child(1) a span {
    background: url("https://www.everyshotimaginable.com/images/xxgk_gkzn.png");
}

.Information_right_t li:nth-child(2) a span {
    background: url("https://www.everyshotimaginable.com/images/xxgk_gkzd.png");
}

.Information_right_t li:nth-child(3) a span {
    background: url("https://www.everyshotimaginable.com/images/xxgk_gknb.png");
}

.Information_right_t li:nth-child(4) a span {
    background: url("https://www.everyshotimaginable.com/images/xxgk_yfsqgk.png");
}

.Information_right_t li:nth-child(5) a span {
    background: url("https://www.everyshotimaginable.com/images/xxgk_jgbb.png");
}

.Information_right_t li:nth-child(6) a span {
    background: url("https://www.everyshotimaginable.com/images/xxgk_gknr.png");
}

.Information_right_t li a p {
    font-size: 17px;
    line-height: 17px;
    /* color: rgb(51, 51, 51); */
    text-align: center;
}

.Information_right_b {
    display: flex;
    justify-content: space-between;
    margin-top: 33px;
}

.Information_right_b li {
    width: 47%;
    height: 157px;
    background: url("https://www.everyshotimaginable.com/images/xxgk_zcjd_bg.png") 0% 0% / cover;
}

.Information_right_b li a span {
    margin-top: 26px;
    display: block;
    height: 57px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.Information_right_b li:nth-child(1) a span {
    background: url("https://www.everyshotimaginable.com/images/xxgk_zcjd.png");
}

.Information_right_b li:nth-child(2) a span {
    background: url("https://www.everyshotimaginable.com/images/xxgk_xzwj.png");
}

.Information_right_b li a p {
    margin-top: 17px;
    font-size: 22px;
    color: rgb(15, 100, 189);
    text-align: center;
}

.Information_btm {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.Information_btm li {
    width: 23%;
    height: 158px;
    background: url("https://www.everyshotimaginable.com/images/xxgk_kjcx_bg.png") 0% 0% / cover;
    border-radius: 17px;
}

.Information_btm li a {
    padding-top: 28px;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 17px;
}

.Information_btm li a span {
    display: block;
    margin: 0px auto 20px;
    width: 64px;
    height: 64px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(2, 34, 106, 0.3) 0px 3px 7px 1px;
    border-radius: 50%;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
    background-position: center center !important;
}

.Information_btm li:hover a span {
    background-color: rgb(236, 215, 130);
}

.Information_btm li:nth-child(1) a span {
    background-image: url("https://www.everyshotimaginable.com/images/xxgk_xswj.png");
}

.Information_btm li:hover:nth-child(1) a span {
    background-image: url("https://www.everyshotimaginable.com/images/xxgk_xswj_.png");
}

.Information_btm li:nth-child(2) a span {
    background-image: url("https://www.everyshotimaginable.com/images/xxgk_bgwj.png");
}

.Information_btm li:hover:nth-child(2) a span {
    background-image: url("https://www.everyshotimaginable.com/images/xxgk_bgwj_.png");
}

.Information_btm li:nth-child(3) a span {
    background-image: url("https://www.everyshotimaginable.com/images/xxgk_bmwj.png");
}

.Information_btm li:hover:nth-child(3) a span {
    background-image: url("https://www.everyshotimaginable.com/images/xxgk_bmwj_.png");
}

.Information_btm li:nth-child(4) a span {
    background-image: url("https://www.everyshotimaginable.com/images/xxgk_gfwj.png");
}

.Information_btm li:hover:nth-child(4) a span {
    background-image: url("https://www.everyshotimaginable.com/images/xxgk_gfwj_.png");
}

.Information_btm li a p {
    font-family: SourceHanSerifSCBold;
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    color: rgb(255, 255, 255);
    line-height: 21px;
    transition: color 0.3s ease-in-out;
}

.Information_btm li:hover a p {
    color: rgb(254, 242, 194);
}

.service {
    padding: 45px 0px 50px;
}

.service_main {
    display: flex;
    justify-content: space-between;
}

.service_left {
    width: 44.6%;
}

.service_left_img {
    width: 100%;
    height: 236px;
}

.service_left_img a {
    display: block;
    width: 100%;
    height: 100%;
}

.service_left_img a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service_right {
    width: 51.112%;
}

.service_left_cont_title {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.service_left_cont_title p {
    text-align: center;
    width: 50%;
    font-size: 20px;
    color: rgb(21, 77, 130);
    line-height: 60px;
    background-color: rgb(241, 246, 252);
    cursor: pointer;
}

.service_left_cont_title .active {
    color: rgb(255, 255, 255);
    background-color: rgb(8, 102, 193);
}

.service_left_main .mySwiper {
    margin-top: 10px;
    padding: 35px 40px 52px;
    width: 100%;
    overflow: hidden;
    display: none;
}

.service_left_main .mySwiper.active {
    display: block;
}

.service_left_main a .img {
    width: 85px;
    height: 85px;
    background: rgb(255, 255, 255);
    margin: 0px auto;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgb(222, 230, 247) 0px 0px 35px;
}

.service_left_main a .img img {
    transition: transform 0.3s;
}

.service_left_main a:hover .img img {
    transform: rotateY(180deg);
}

.service_left_main a p {
    font-size: 17px;
    /* color: rgb(51, 51, 51); */
    margin-top: 20px;
    line-height: 17px;
    text-align: center;
}

.service_left_main {
    position: relative;
}

.service_left_main .mySwiper .swiper-pagination {
    position: absolute;
    bottom: 0px;
    height: 10px;
    display: flex;
    justify-content: center;
}

.service_left_main .mySwiper .swiper-pagination span {
    display: block;
    width: 10px;
    border-radius: 50%;
    height: 10px;
}

.service_right_t {
    display: flex;
    justify-content: space-between;
}

.service_right_t li {
    width: 47.5%;
    transition: 0.3s ease-in-out;
}

.service_right_t li:hover {
    box-shadow: #d3dfed 0 5px 5px;
}

.service_right_t li a {
    display: block;
    width: 100%;
}

.service_right_t li a .img {
    width: 100%;
    height: 166px;
    overflow: hidden;
}

.service_right_t li a .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-in-out;
}

.service_right_t li:hover a .img img {
    transform: scale(1.1);
}

.service_right_t li a p {
    padding: 23px 20px;
    font-size: 18px;
    /* color: rgb(40, 40, 40); */
}

.service_right_b {
    margin-top: 22px;
    padding: 27px 5px 35px;
}

.service_right_b .tit {
    font-weight: bold;
    font-size: 23px;
    line-height: 23px;
    color: rgb(51, 51, 51);
    font-family: SourceHanSerifSCBold;
    margin-left: 33px;
}

.service_right_b ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service_right_b ul li {
    width: 25%;
    margin-top: 34px;
}

.service_right_b ul li a img {
    display: block;
    height: 48px;
    width: auto;
    margin: 0px auto;
    transition: transform 0.3s ease-in-out;
}

.service_right_b ul li:hover a img {
    transform: rotateY(180deg);
}

.service_right_b ul li a p {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    /* color: rgb(51, 51, 51); */
    margin-top: 16px;
    transition: 0.3s ease-in-out;
}

.service_right_b ul li:hover a p {
    /* color: rgb(223, 15, 15); */
}

.interaction {
    background: url("https://www.everyshotimaginable.com/images/zmhd_bg.png") 0% 0% / cover;
    padding: 52px 0px 50px;
}

.interaction_main {
    display: flex;
    justify-content: space-between;
}

.interaction_left {
    width: 57.15%;
}

.interaction_xx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 54px 52px 46px 33px;
    background-image: url("https://www.everyshotimaginable.com/images/zmhd_xx_bg.png");
    background-size: cover;
}

.interaction_xx .tit {
    display: block;
    font-weight: bold;
    font-size: 42px;
    line-height: 42px;
    color: rgb(21, 77, 130);
    font-family: SourceHanSerifSCBold;
}

.interaction_xx div {
    display: flex;
    align-items: center;
}

.interaction_xx div a {
    display: flex;
    align-items: center;
    padding: 14px 0px;
}

.interaction_xx div a img {
    display: block;
    margin-left: 28px;
}

.interaction_xx div a p {
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    color: rgb(255, 255, 255);
    font-family: SourceHanSerifSCBold;
    margin-left: 9px;
    margin-right: 29px;
}

.interaction_xx div a:nth-child(1) {
    background: rgb(113, 158, 241);
    margin-right: 18px;
    border-radius: 5px;
}

.interaction_xx div a:nth-child(2) {
    background: rgb(222, 121, 118);
    border-radius: 5px;
}

.interaction_list .tit {
    display: block;
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
    color: rgb(51, 51, 51);
    font-family: SourceHanSerifSCBold;
    margin: 36px 0px 10px;
}

.interaction_right {
    width: 37.94%;
}

.interaction_right li a {
    display: block;
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.interaction_right li {
    margin-bottom: 40px;
}

.interaction_right li:last-child {
    margin-bottom: 50px;
}

.interaction_right li a img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.interaction_right li:hover a img {
    transform: scale(1.1);
}

.interaction_btm {
    display: flex;
    justify-content: space-between;
    background: rgb(255, 255, 255);
    border-radius: 15px;
    padding: 26px 21px;
}

.interaction_btm li {
    width: 22.6%;
    height: 130px;
    background-size: cover;
    transition: 0.3s ease-in-out;
}

.interaction_btm li:hover {
    box-shadow: #bbd2ec 5px 5px 10px;
}

.interaction_btm li:nth-child(1) {
    background-image: url("https://www.everyshotimaginable.com/images/zmhd_zfjs.png");
}

.interaction_btm li:nth-child(2) {
    background-image: url("https://www.everyshotimaginable.com/images/zmhd_ztjy.png");
}

.interaction_btm li:nth-child(3) {
    background-image: url("https://www.everyshotimaginable.com/images/zmhd_zxdc.png");
}

.interaction_btm li:nth-child(4) {
    background-image: url("https://www.everyshotimaginable.com/images/zmhd_zxzx.png");
}

.interaction_btm li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px 40px;
}

.interaction_btm li a p {
    margin-top: 80px;
    text-align: right;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: rgb(8, 102, 193);
}

.column {
    padding: 48px 0px 45px;
}

.column_main {
    overflow: hidden;
    position: relative;
    padding-bottom: 35px;
}

.column_main .swiper-pagination {
    position: absolute;
    bottom: 0px;
    height: 10px;
    display: flex;
    justify-content: center;
}

.column_main .swiper-pagination span {
    display: block;
    width: 10px;
    border-radius: 50%;
    height: 10px;
}

.column_main a {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 176px;
}

.column_main a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.column_main .swiper-slide:hover a img {
    transform: scale(1.1);
}

@media screen and (max-width: 1350px) {
.header_main {
    width: 100%;
    margin: 0 auto;
    padding: 10px 3% 0;
}
    .news .w1260,
    .zt-pic .w1260,
    .Information .w1260,
    .service_main .w1260,
    .service .w1260,
    .interaction .w1260,
    .column .w1260 {
        width: 100%;
        padding: 0px 3%;
    }

    .header_top .w1260 {
        width: 100%;
        padding: 5px 3%;
    }

    .news {
        background-size: 100% 100%;
    }

    .news_gg li a {
        padding: 20px 15px;
    }

    .header_nav {
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .header_nav ul li {
        flex: 1;
    }

}

@media screen and (max-width: 1200px) {
    .news_gg li a span {
        width: 50px;
        height: 50px;
        background-size: auto;
    }

    .news_gg li a p {
        width: calc(100% - 65px);
        font-size: 20px;
        margin-left: 15px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .Information .Title {
        font-size: 30px;
    }
}

@media screen and (max-width: 1024px) {
.header_main .logo img {
    height:80px;
}
    .news_content,
    .Information_main {
        display: block;
    }

    .news_left {
        height: calc(60.06vw);
    }

    .news_left,
    .news_right,
    .Information_left,
    .Information_right {
        width: 100%;
    }

    .news_right,
    .Information_right {
        margin-top: 30px;
    }

    .news_gg {
        flex-wrap: wrap;
    }

    .news_gg li {
        width: 48.6%;
        margin-bottom: 30px;
    }

    .news_gg li a p {
        width: calc(100% - 65px);
        font-size: 24px;
        margin-left: 20px;
    }

    .news_gg li a {
        padding: 20px 25px;
    }

    .news_btn {
        margin-top: 0px;
    }

    .service_right_b ul li {
        width: 23%;
        margin-top: 34px;
    }

    .service_right_b {
        padding: 27px 0px 35px;
        box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 10px;
    }

    .service_right_b ul li a p,
    .service_left_main a p {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .interaction_xx .tit {
        font-size: 28px;
        line-height: 28px;
    }

    .interaction_xx {
        padding: 40px 20px;
    }

    .interaction_xx div a img {
        margin-left: 20px;
    }

    .interaction_xx div a p {
        font-size: 20px;
        line-height: 20px;
        margin-right: 20px;
    }

    .interaction_right li {
        margin-bottom: 30px;
    }

    .interaction_btm li a {
        padding: 0px 20px;
    }

    .interaction_btm li a p {
        margin-top: 80px;
        font-size: 20px;
        line-height: 20px;
    }
}


@media screen and (max-width: 900px) {


    header {
        display: none;
    }

    .menu {
        width: 20px;
        height: 20px;
        display: block;
        margin: auto 0;
        overflow: hidden;
        z-index: 100;
        cursor: pointer;
        position: absolute;
        /* top: 37%; */
        right: 4%;
    }

    .menu span {
        float: left;
        width: 100%;
        background: #1c3e61;
        transition: all 0.4s ease;
        margin-top: 4px;
        height: 3px;
    }

    .menu span:first-child {
        margin-top: 0;
    }

    .menu.open span:nth-child(1) {
        transform: rotate(45deg);
        margin-top: 8px;
    }

    .menu.open span:nth-child(2) {
        transform: rotate(-45deg);
        margin-top: -3px;
    }

    .menu.open span:nth-child(3) {
        opacity: 0;
    }

    .m-search {
        display: block;
        width: 23px;
        height: 23px;
        position: absolute;
        top: 37%;
        right: 9%;
        background: url("https://www.everyshotimaginable.com/images/search_submit1.png") no-repeat;
    }

    .header_main_ .w1260 {
        width: 100%;
        padding: 20px 3%;
        display: flex;
        align-items: center;
    }

    .header_main_ .w1260 .logo {
        display: flex;
        align-items: center;
    }

    .header_main_ .w1260 .logo img {
        display: block;
        height: 60px;
        width: auto;
    }

    .header_main_ .ul2 {
        width: 100%;
        padding: 0 3%;
        display: none;
        position: fixed;
        z-index: 999;
        background: #0765BE;
    }

    .header_main_ .ul2 li .menu-toggle {
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 21px;
        line-height: 68px;
        color: rgb(255, 255, 255);
        font-family: SourceHanSerifSCBold;
    }

    .header_main_ .ul2 li .menu-toggle {
        text-align: left;
        padding: 0px 5px;
    }

    .header_main_ .ul2 .menu-items li a {
        text-align: left;
    }



    .header_main_ .ul2 .menu-items {
        width: 100%;
        left: 0;
        position: relative;
        top: 0;
        background: none;
        text-align: left;
        padding: 0;
        opacity: 1;
        display: none;
        box-shadow: none;
    }

    .header_main_ .ul2 li {
        position: relative;
    }

    .header_main_ .ul2 li i {
        position: absolute;
        right: 0;
        width: 8%;
        height: 60px;
        top: 0;
        background: url("https://www.everyshotimaginable.com/images/jia.png");
        background-position: center;
        background-repeat: no-repeat;
        margin: auto;
        z-index: 10;
        cursor: pointer;
        transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -webkit-transition: all .2s ease;
    }

    .header_main_ .ul2 li ol li i {
        height: 50px;
    }

    .header_main_ .ul2 li i.on {
        background: url("https://www.everyshotimaginable.com/images/jian.png");
        background-position: center;
        background-repeat: no-repeat;
    }

    .header_main_ .ul2>li {
        border-bottom: 1px solid rgba(97, 149, 199, 0.3);
    }

    .header_main_ .ul2 li ol>li {
        text-align: left;
        border: 0;
        line-height: 50px;
        position: relative;
        text-indent: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        height: auto;
    }

    .header_main_ .ul2 li .menu-items li a {
        display: block;
        width: 100%;
        font-size: 18px;
        line-height: 50px;
        color: rgb(255, 255, 255);
        font-family: SourceHanSerifSCBold;
    }

    .header_main_ {
        display: block;
    }
}


@media screen and (max-width: 768px) {
    .Information_btm {
        flex-wrap: wrap;
    }

    .Information_btm li {
        width: 48%;
        height: 158px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        border-radius: 17px;
        margin-bottom: 30px;
    }
    .news {
        padding-bottom: 20px;
    }
    .Information {
        padding: 45px 0px 0px;
        padding-top: 20px;
    }

    .service_main,
    .interaction_main {
        display: block;
    }

    .service_left,
    .service_right,
    .interaction_left,
    .interaction_right {
        width: 100%;
    }

    .service_right {
        margin-top: 50px;
    }

    .interaction_right {
        margin-top: 30px;
    }

    .interaction_btm {
        flex-wrap: wrap;
        padding: 26px 21px 0px;
    }

    .interaction_btm li {
        width: 48%;
        margin-bottom: 30px;
    }





}

@media screen and (max-width: 576px) {
    .news_btn {
        flex-wrap: wrap;
    }

    .news_btn li {
        width: 100%;
        margin-bottom: 20px;
    }

    .interaction_list .tit {
        font-size: 23px;
        line-height: 23px;
    }

    .news_right .title ul li,
    .Information_left_main .title ul li,
    .service_right_b .tit {
        font-size: 20px;
        line-height: 20px;
    }

    .Information_js .ss {
        font-size: 20px;
    }

    .Information_right_b li a p {
        font-size: 19px;
    }

    .Information_btm li a p {
        font-size: 18px;
    }

    .news_gg li {
        height: 70px;
    }

    .news_gg li a {
        padding: 10px 15px;
    }

    .news_gg li a p {
        font-size: 20px;
    }

    .header_main_ .w1260 .logo img {
        height: 50px;
    }

    .m-search {
        top: 34%;
        right: 50px;
    }
}

@media screen and (max-width: 480px) {
    .news {
        padding: 40px 0px 10px;
    }

    .interaction_list .tit {
        font-size: 20px;
        line-height: 20px;
    }

    .service_right_b .tit {
        margin-left: 10px;
    }

    .news .stwz span {
        font-size: 26px;
        line-height: 26px;
    }

    .news_right .title ul li {
        margin-right: 10px;
    }

    .Information_left_main .title ul li {
        margin-right: 5px;
    }

    .Information_left_main .title ul li::after {
        right: -3px;
    }

    .news_right .title a p,
    .Information_left_main .title a.active p {
        font-size: 12px;
        margin-left: 5px;
    }

    .news_list li a p {
        font-size: 16px;
        padding-left: 32px;
    }

    .news .stwz p,
    .Information_right_t li a p,
    .service_left_main a p {
        font-size: 16px;
        line-height: 16px;
    }

    .news_left a .text p {
        font-size: 16px;
    }

    .news .stwz {
        padding-bottom: 25px;
    }

    .news_gg li a span {
        width: 35px;
        height: 35px;
        background-size: 50%;
    }

    .news_gg li a {
        padding: 10px;
    }

    .news_gg li a p {
        margin-left: 10px;
    }

    .Information_js .ss {
        width: 100px;
        height: 55px;
        right: 10px;
        top: 10px;
        border-radius: 6px;
        font-size: 18px;
    }

    .Information_js .txt {
        width: 100%;
        height: 100%;
        border: none;
        border-radius: 5px;
        padding-left: 55px;
        padding-right: 100px;
        font-size: 16px;
    }

    .Information_js .txt::placeholder {
        font-size: 16px;
    }

    .Information_js {
        height: 75px;
        border-radius: 6px;
        padding: 10px;
    }

    .Information_js::before {
        top: calc(50% - 13.5px);
        left: 25px;
    }

    .service_right_b ul li a img {
        height: 30px;
    }

    .interaction_xx {
        padding: 20px 10px;
    }

    .interaction_xx .tit {
        font-size: 24px;
        line-height: 24px;
    }

    .interaction_xx div a {
        padding: 10px 0px;
    }

    .interaction_xx div a img {
        margin-left: 10px;
    }

    .interaction_xx div a p {
        font-size: 18px;
        line-height: 18px;
        margin-right: 15px;
    }

    .interaction_xx div a:nth-child(1) {
        margin-right: 10px;
    }

    .header_main_ .w1260 {
        padding: 15px 3%;
    }
.index_cbl{
    display:none;
}
    .Information_btm li {    
        background-size: auto  100% !important;
        background-position: right;
    }
    .m-search {}
}