@charset "UTF-8"; .tong {
    width: 1300px;
    margin: 0 auto;
}

.tong1 {
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

p {
    margin: 0;
}

.tou {
    height: 40px;
    background-color: #c9151e;
    color: #fff;
    line-height: 40px;
    font-size: 12px;
}

.tou a {
    color: #fff;
}

.tou .con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.tou1 {
    height: 111px;
}

.tou1 .con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.tou1 .logo {
    line-height: 111px;
}

.tou1 .dh {
    font-size: 30px;
    color: #c9151e;
    font-family: arial;
    font-weight: 600;
    background: url(//static.xypt.net.cn/6083b5cc/21/07/c813fd0f264ec0b575a1edbc5f72bfb8d3046197.png) no-repeat 0 50%;
    padding-left: 140px;
}

.dao {
    height: 72px;
    background-color: #c9151e;
}

.xyin-banner {
    position: relative;
}

.xyin-banner .slick-banner .slick-con {
    position: relative;
}

.xyin-banner .slick-banner .line {
    background-color: #e4e4e4;
    height: 2px;
    width: 342px;
    position: absolute;
    bottom: 133px;
    left: 0;
    display: none;
}

.xyin-banner .slick-banner .slick-dots {
    background: #c43338;
    height: 2px;
    width: 342px;
    position: absolute;
    bottom: 138px;
    left: 0;
}

.xyin-banner .slick-banner .slick-dots li {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
}

.xyin-banner .slick-banner .slick-dots li.slick-active {
    z-index: 2;
    opacity: 1;
}

.xyin-banner .slick-banner .slick-dots li:after {
    content: '';
    display: block;
    background-color: #e4e4e4;
    /*width: 100%;*/
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
}





.xyin-banner .slick-banner .slick-dots li.slick-active:after {
       animation: animation 5.3s linear 1;
}


@-webkit-keyframes animation {
    0% {
        width: 100%;
    }
    100% {
        width: 0%;
    }
}

.xyin-banner .slick-banner .slick-dots li button {
    display: none;
}

.xyin-banner .slick-banner .line span {
    -webkit-animation: line 5s infinite;
    animation: line 5s infinite;
    position: relative;
    width: 100%;
    display: block;
    height: 2px;
    background-color: #c43338;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.xyin-banner .slick-banner img {
    width: 1920px;
    height: 707px;
}

.xyin-banner .slick-banner .slick-arrow {
    position: absolute;
    font-size: 0;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    bottom: 45px;
    width: 14px;
    height: 26px;
    z-index: 111;
    padding: 0;
}

.xyin-banner .slick-banner .slick-arrow.slick-prev {
    left: 452px;
    background: url(//cdn.myxypt.com/6083b5cc/21/05/c1ca7aec15182efe47d4b6379384c3643aecd2cf.png) no-repeat 0 50%;
}

.xyin-banner .slick-banner .slick-arrow.slick-next {
    left: 501px;
    background: url(//cdn.myxypt.com/6083b5cc/21/05/e6db5259806dc585800c485fce63142580f7be30.png) no-repeat 0 50%;
}

.xyin-banner .pagingInfo {
    position: absolute;
    color: #e4e4e4;
    bottom: 113px;
    left: 359px;
    font-size: 44px;
}

.xyin-banner .pagingInfo b {
    color: #c43338;
    padding: 0 6px;
}

.xyin-banner .pagingInfo span {
    font-size: 35px;
    padding: 0 6px;
}

@-webkit-keyframes line {
    0% {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

    49% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

    51% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }

    100% {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes line {
    0% {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

    49% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

    51% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }

    100% {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.cx {
    margin-top: 30px;
    margin-bottom: 30px;
}

.cx .con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cx .con .gj {
    font-size: 16px;
    color: #333333;
}

.cx .con .gj b {
    padding-right: 20px;
}

.cx .con .gj a {
    color: #666666;
}

.cx .con .gj a:after {
    content: '、';
}

.cx .con .gj a:last-child:after {
    display: none;
}

.cx .con #formsearch {
    background: url(//cdn.myxypt.com/6083b5cc/21/05/b7a563b665f3e8e1d660154cab7094c3d1bb2106.png) no-repeat 0 50%;
    width: 388px;
    height: 42px;
}

.cx .con #formsearch input {
    height: 42px;
    line-height: 42px;
    background: none;
    border: none;
    outline: none;
}

.cx .con #formsearch input#keyword {
    float: left;
    width: calc(100% - 78px);
    text-indent: 28px;
    color: #c2c2c2;
}

.cx .con #formsearch input#keyword::-webkit-input-placeholder {
    color: #c2c2c2;
}

.cx .con #formsearch input#s_btn {
    float: right;
    width: 78px;
    font-size: 0;
}

.c1 {
    height: 577px;
    background: url(//cdn.myxypt.com/6083b5cc/21/05/058681c3446abce49f5d2a01b3a43428927fdebf.jpg) no-repeat 0 50%;
    padding-top: 81px;
}

.c1 .con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c1 .con .c1-1 {
    width: 628px;
}

.c1 .con .c1-1 h2 {
    color: #333333;
    font-size: 36px;
}

.c1 .con .c1-1 dd {
    font-size: 16px;
    color: #666666;
    line-height: 34px;
    margin-top: 38px;
    margin-bottom: 48px;
    letter-spacing: -1px;
}

.c1 .con .c1-1 a.ck {
    line-height: 50px;
    position: relative;
    color: #666666;
    display: block;
    width: 120px;
    cursor: pointer;
    -webkit-perspective: 150;
    -webkit-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: color 1s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 16px;
}

.c1 .con .c1-1 a.ck p {
    padding: 0 13px;
    line-height: 50px;
    white-space: nowrap;
    position: relative;
    z-index: 3;
    -webkit-perspective: 150;
}

.c1 .con .c1-1 a.ck p:before {
    content: "";
    width: -webkit-calc(50% - 2px);
    width: calc(50% - 2px);
    left: 0;
    top: 0;
    height: -webkit-calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px solid #c43338;
    display: block;
    position: absolute;
    z-index: -1;
}

.c1 .con .c1-1 a.ck p:after {
    content: "";
    width: -webkit-calc(50% - 2px);
    width: calc(50% - 2px);
    top: 0;
    height: -webkit-calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px solid #c43338;
    display: block;
    position: absolute;
    z-index: -1;
    left: 58px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 1s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 1s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform 1s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.c1 .con .c1-1 a.ck::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #c43338;
    left: 0;
    top: 0;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.c1 .con .c1-1 a.ck:hover {
    color: #fff;
    -webkit-transition: color 0.4s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: color 0.4s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: color 0.4s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.c1 .con .c1-1 a.ck:hover::before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform 1s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 1s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform 1s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.c1 .con .c1-1 a.ck:hover p:after {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    left: -webkit-calc(50% - 2px);
    left: calc(50% - 2px);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.c1 .con .c1-2 {
    width: 620px;
    height: 401px;
    overflow: hidden;
}

h2.bt {
    text-align: center;
    line-height: 1;
}

h2.bt p {
    color: #333333;
    font-size: 36px;
}

h2.bt dd {
    font-size: 20px;
    color: #999999;
    margin-top: 17px;
    padding-bottom: 17px;
    background: url(//cdn.myxypt.com/6083b5cc/21/05/69d48955d376a9f82848ae43319f5cb03cb914ef.jpg) no-repeat 50% 100%;
}

.fen {
    overflow: hidden;
}

.fen img {
    transition-duration: .3s;
}

.fen:hover img {
    transform: scale(1.1);
}

.c2 {
    margin-top: 66px;
}

.c2 .xian {
    width: 100%;
    height: 1px;
    background: #d4d4d4;
    margin-top: 35px;
}

.c2 .list1 {
    display: flex;
    text-align: center;
}

.c2 .list1 li {
    border-left: 1px solid #d4d4d4;
    width: 14.285%;
    padding-top: 29px;
    padding-bottom: 28px;
}

.c2 .list1 li .img {
    height: 59px;
}

.c2 .list1 li .img img {
    vertical-align: bottom;
}

.c2 .list1 li h3 {
    color: #666666;
    font-size: 15px;
    margin-top: 18px;
}

.c2 .list1 li:last-child {
    border-right: 1px solid #d4d4d4;
}

.c2 .list1 li:hover h3 {
    color: #c43338;
    font-weight: 600;
}

.c2 .con {
    padding-top: 68px;
    background: url(//cdn.myxypt.com/6083b5cc/21/05/2ca75697d81040203c15d94d2eb9ed2e82621223.jpg) no-repeat 50% 0;
    height: 991px;
}

.c2 .con .list2 li {
    text-align: center;
    margin-right: 38px;
    margin-bottom: 10px;
    float: left;
}

.c2 .con .list2 li:nth-child(3n) {
    margin-right: 0;
}

.c2 .con .list2 li .img {
    overflow: hidden;
}

.c2 .con .list2 li .img img {
    width: 408px;
    height: 329px;
}

.c2 .con .list2 li h3 {
    font-size: 18px;
    color: #fff;
    line-height: 54px;
}

.c2 .con .sec {
    margin-top: 44px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.c2 .con .sec a {
    width: 320px;
    line-height: 54px;
    color: #fff;
}

.c2 .con .sec a:nth-child(1) {
    border-radius: 27px 0 0 27px;
    background: #333333;
}

.c2 .con .sec a:nth-child(2) {
    border-radius: 0 27px 27px 0;
    background: #c43338;
}

.c3 {
    margin-top: 73px;
    margin-bottom: 82px;
}

.c3 .con {
    margin-top: 43px;
}

.c3 .con .list2 li {
    display: flex;
    justify-content: space-between;
}

.c3 .con .list2 li .zi h3 {
    color: #333333;
    font-size: 36px;
    margin-top: 27px;
}

.c3 .con .list2 li .zi .con1 {
    display: flex;
    margin-top: 47px;
    align-items: center;
}

.c3 .con .list2 li .zi .con1 .tu1 {
    margin-right: 15px;
}

.c3 .con .list2 li .zi .con1 dd {
    font-size: 16px;
    line-height: 40px;
    color: #666666;
}

.c3 .con .list2 li:nth-child(1) .zi {
    margin-top: 67px;
}

.c3 .con .list2 li:nth-child(2) {
    flex-direction: row-reverse;
    margin-top: 48px;
    background: url(//cdn.myxypt.com/6083b5cc/21/05/265e02ee8dc29160c6734f780fd9b391e6e1d69a.png) no-repeat 518px 0;
    padding-top: 12px;
}

.c3 .con .list2 li:nth-child(2) .zi {
    margin-top: 36px;
}

.c3 .con .list2 li:nth-child(3) {
    margin-top: 54px;
}

.c3 .con .list2 li:nth-child(3) .zi {
    margin-top: 70px;
}

.c4 {
    background: url(//cdn.myxypt.com/6083b5cc/21/05/868865fd8a11aadc5e091b156923a3fda8543c51.png) no-repeat 50% 0;
    height: 322px;
    padding-top: 60px;
}

.c4 .list2 {
    margin-top: 50px;
}

.c4 .list2 li {
    float: left;
    padding-left: 20px;
    margin-right: 86px;
    background: url(//cdn.myxypt.com/6083b5cc/21/05/3fa625725412a3c3e6b9cb759c9cb2e3180ab596.png) no-repeat 0 100%;
    padding-bottom: 33px;
    cursor: pointer;
}

.c4 .list2 li:last-child {
    margin-right: 0;
}

.c4 .list2 li .su {
    font-size: 18px;
    font-family: arial;
    color: #aaaaaa;
    font-style: italic;
}

.c4 .list2 li h3 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    color: #333333;
}

.c4 .list2 li:hover h3 {
    color: #c9151e;
}

.c5 {
    padding-top: 56px;
    background-color: #c9151e;
}

.c5 h2.bt p {
    color: #fff;
}

.c5 h2.bt dd {
    color: #fff;
    background: url(//cdn.myxypt.com/6083b5cc/21/05/f62d537f6dbda361df1db366ba616a6ad2b2b813.png) no-repeat 50% 100%;
}

.c5 .con {
    margin-top: 72px;
    position: relative;
}

.c5 .con .list1 {
    top: -33px;
    z-index: 111;
    left: 50%;
    position: absolute;
    width: 1200px;
    margin-left: -600px;
    height: 112px;
    background: #fff;
    border: 1px solid #eb5358;
    border-top: none;
    display: flex;
}

.c5 .con .list1 li {
    padding-top: 38px;
    padding-bottom: 23px;
    border-bottom: 5px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    font-size: 18px;
    color: #3e3e3e;
    background: url(//cdn.myxypt.com/6083b5cc/21/05/a18d83a83bb0bd8c9d0fd7f6e1677aebbfe936d4.png) no-repeat 100% 3px;
}

.c5 .con .list1 li:last-child {
    background: none;
}

.c5 .con .list1 li img {
    padding-right: 11px;
}

.c5 .con .list1 li.on {
    border-color: #cb333a;
    padding-left: 21px;
    justify-content: flex-start;
}

.c5 .con .list2 li img {
    width: 1920px;
    height: 629px;
}

.c6 {
    margin-top: 76px;
    margin-bottom: 75px;
}

.c6 .list1 {
    margin-top: 44px;
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
}

.c6 .list1:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    top: 50%;
    margin-top: -0.5px;
    left: 0;
    position: absolute;
}

.c6 .list1 li {
    margin: 0 23.5px;
    position: relative;
    z-index: 2;
}

.c6 .list1 li a {
    display: block;
    width: 178px;
    line-height: 44px;
    background-color: #999999;
    border-radius: 22px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.c6 .list1 li a:hover {
    background-color: #c43338;
}

.c6 .con {
    margin-top: 79px;
    display: flex;
    justify-content: space-between;
    width: 1380px;
    margin-left: auto;
    margin-right: auto;
}

.c6 .con .c6-1 .list2 li .img img {
    width: 572px;
    height: 355px;
}

.c6 .con .c6-1 .list2 li .zi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 51px;
}

.c6 .con .c6-1 .list2 li .zi .timex {
    width: 114px;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    color: #333333;
    line-height: 1;
    padding: 16px 0;
}

.c6 .con .c6-1 .list2 li .zi .timex b {
    display: block;
    font-size: 40px;
    margin-bottom: 3px;
}

.c6 .con .c6-1 .list2 li .zi .zi1 {
    width: 408px;
    margin-right: 10px;
}

.c6 .con .c6-1 .list2 li .zi .zi1 h3 {
    font-size: 16px;
    color: #333333;
}

.c6 .con .c6-1 .list2 li .zi .zi1 dd {
    font-size: 12px;
    color: #999999;
    line-height: 24px;
    margin-top: 16px;
}

.c6 .con .c6-1 .list2 li:hover .zi .timex {
    color: #c43338;
}

.c6 .con .c6-1 .list2 li:hover .zi .zi1 h3 {
    color: #c43338;
}

.c6 .con .c6-2 {
    width: 742px;
}

.c6 .con .c6-2 .list2 li {
    height: 134px;
    border: solid 1px #ebebeb;
    padding: 22px 34px 22px 0;
    margin-bottom: 18px;
}

.c6 .con .c6-2 .list2 li:last-child {
    margin-bottom: 0;
}

.c6 .con .c6-2 .list2 li .zi {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c6 .con .c6-2 .list2 li .zi .timex {
    width: 114px;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    color: #333333;
    line-height: 1;
    padding: 16px 0;
}

.c6 .con .c6-2 .list2 li .zi .timex b {
    display: block;
    font-size: 40px;
    margin-bottom: 3px;
}

.c6 .con .c6-2 .list2 li .zi .zi1 {
    width: 552px;
    margin-right: 10px;
}

.c6 .con .c6-2 .list2 li .zi .zi1 h3 {
    font-size: 16px;
    color: #333333;
}

.c6 .con .c6-2 .list2 li .zi .zi1 dd {
    font-size: 12px;
    color: #999999;
    line-height: 24px;
    margin-top: 16px;
}

.c6 .con .c6-2 .list2 li:hover {
    border: solid 1px #c43338;
}

.c6 .con .c6-2 .list2 li:hover .zi .timex {
    color: #c43338;
}

.c6 .con .c6-2 .list2 li:hover .zi .zi1 h3 {
    color: #c43338;
}

.link {
    background-color: #f5f5f5;
    padding: 26px 0;
    line-height: 24px;
}

.link b {
    color: #666666;
}

.link a {
    color: #666666;
    padding: 0 4px;
}

.foot {
    padding-top: 54px;
    background-color: #1e1e1e;
    padding-bottom: 56px;
}

.foot .con .foot1 {
    float: left;
}

.foot .con .foot1 .logox:after {
    content: '';
    display: block;
    width: 334px;
    height: 1px;
    background-color: #2c2c2c;
    margin-top: 12px;
}

.foot .con .foot1 .ban {
    margin-top: 10px;
    font-size: 12px;
    color: #a8a8a8;
    line-height: 24px;
}

.foot .con .foot1 .ban a {
    color: #a8a8a8;
}

.foot .con .foot2 {
    float: left;
    margin-left: 32px;
    margin-top: 21px;
}

.foot .con .foot2 h2 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.foot .con .foot2 dd {
    font-size: 14px;
    color: #a8a8a8;
    line-height: 38px;
    margin-top: 28px;
}

.foot .con .foot3 {
    float: left;
    margin-left: 66px;
    margin-top: 21px;
}

.foot .con .foot3 h2 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.foot .con .foot3 .sec {
    display: flex;
    margin-top: 28px;
}

.foot .con .foot3 .sec dd a {
    width: 94px;
    font-size: 14px;
    color: #a8a8a8;
    line-height: 38px;
    display: block;
}

.foot .con .foot4 {
    float: right;
    margin-top: 15px;
}

.foot .con .foot4 .dh {
    font-size: 14px;
    color: #9d9f9f;
}

.foot .con .foot4 .dh p:nth-child(1) {
    line-height: 17px;
}

.foot .con .foot4 .dh p:nth-child(2) {
    font-family: SimSun;
    font-size: 30px;
    color: #fafafa;
    font-style: italic;
    margin-top: 12px;
}

.foot .con .foot4 .er {
    text-align: center;
    color: #a8a8a8;
    font-size: 12px;
    margin-top: 15px;
    width: 80px;
}

.foot .con .foot4 .er .img img {
    width: 80px;
    height: 80px;
}

.foot .con .foot4 .er p {
    margin-top: 10px;
}

.container {
    width: 1300px;
    padding: 0;
}
