#header {
    z-index: 10;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
}

.pc_menu .menu .nLi .menu_2 {
    display: none;
    background: #237CDD;
    position: absolute;
    top: 82px;
    width: 100%;
    z-index: 10;
    padding: 10px 0
}

.col-sm-offset-0 {
    height: 300px;
}

.pc_menu .menu .nLi .menu_2 li a {
    display: block;
    color: #fff;
    line-height: 30px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 5px;
}

#header .logo {
    float: left;
    width: 170px;
    height: 82px;
}

#header .pc_menu {
    margin: 0 105px 0 245px;
}

#banner,
#inbanner {
    margin-top: 82px;
}

#header .r_box {
    width: 90px;
    height: 82px;
    line-height: 82px;
    border-left: 1px solid #E7E7E7;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}

#header .r_box>div {
    float: left;
}

#header .r_box .share {
    margin: 0 24px 0 20px;
}

#header .r_box .search_input {
    position: absolute;
    top: 82px;
    z-index: 100;
    height: 44px;
    left: -66px;
    display: none;
}

#header .r_box .search_input input {
    border: none;
    outline: none;
}

#header .r_box .search_input input[type=text] {
    width: 285px;
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
    padding: 0 40px 0 20px;
    display: block;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#header .r_box .search_input input[type=button] {
    width: 40px;
    height: 44px;
    background: url(../images/icon2.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
}

#inbanner {
    height: 279px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%
}

.inContent {
    background-color: #F0F3F4;
}

.content .content1 {
    background-color: #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.content .content1 .title {
    float: left;
    width: 160px;
    line-height: 48px;
    height: 48px;
}

.content .content1 .title i {
    position: relative;
    top: -2px;
}

.content .content1 .title span {
    padding: 0 9px;
    color: #000000;
}

.content .content1 .title .span1 {
    position: relative;
    color: #b0b0b0;
    font-size: 12px;
    display: inline-block;
}

.content .content1 .title .span1:after {
    content: "";
    display: block;
    right: 0;
    top: 50%;
    position: absolute;
    margin-top: -8px;
    height: 16px;
    width: 1px;
    background-color: #B0B0B0;
    right: -1px;
}

.content .content1 .myscroll {
    padding-left: 60px;
    margin: 0 auto;
    font-size: 14px;
    overflow: hidden;
    height: 48px;
}

.content .content1 .myscroll ul li {
    height: 48px;
    line-height: 48px;
}

.content .content1 .myscroll ul li .item {
    float: left;
    width: 48%;
    position: relative;
    color: #000;
}

.content .content1 .myscroll ul li .item:first-child {
    margin-right: 4%;
}

.content .content1 .myscroll ul li .p1 {
    padding-right: 180px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content .content1 .myscroll ul li .p2 {
    position: absolute;
    right: 80px;
    top: 0;
}

.content .content1 .myscroll ul li .p3 {
    position: absolute;
    right: 0;
    top: 15px;
    display: block;
    width: 50px;
    height: 18px;
    line-height: 18px;
    background-color: #DBDBDB;
    color: #fff;
    border-radius: 12px;
    text-align: center;
}

.content .content1 .myscroll ul li .item:hover .p3 {
    background-color: #1172D6;
}

.content .content2 {
    padding: 100px 0 115px;
    background-color: #F0F3F4;
}

.content .content2 .text {
    float: left;
    width: 53%;
    padding-right: 48px;
    padding-top: 55px;
}

.content .content2 .text .p1 {
    font-size: 24px;
    color: #000;
}

.content .content2 .text .p2 {
    margin-top: 60px;
    color: #6e6f70;
    font-size: 14px;
    line-height: 26px;
}

.content .content2 .tab_box {
    float: left;
    width: 47%;
    padding-left: 48px;
}

.content .content2 .tab_box .tab_type {
    padding-left: 6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -khtml-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.content .content2 .tab_box .tab_type li {
    width: 90px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.content .content2 .tab_box .tab_type li .circle {
    border: 1px dashed #d2d3dc;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.content .content2 .tab_box .tab_type li .icon {
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 90px;
    height: 90px;
}

.content .content2 .tab_box .tab_type li .icon .icon_bg {
    width: 50px;
    height: 50px;
    background: #d2d3dc;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.content .content2 .tab_box .tab_type li .icon .icon_bg img {
    width: 48%;
}

.content .content2 .tab_box .tab_type li .tab_text {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    color: #767676;
}

.content .content2 .tab_box .tab_type li.on .circle {
    border: 1px dashed #095ce5;
    -webkit-animation: rotate-data-v-2a183b29 10s linear 0s infinite;
    animation: rotate-data-v-2a183b29 10s linear 0s infinite;
}

.content .content2 .tab_box .tab_type li.on .icon_bg {
    background: -webkit-gradient(linear, left top, right top, from(#095ce5), to(#1595f4));
    background: -webkit-linear-gradient(0deg, #095ce5, #1595f4);
    background: linear-gradient(90deg, #095ce5, #1595f4);
}

.content .content2 .tab_box .tab_type li.on .tab_text {
    color: #095ce5;
}

.content .content2 .tab_box .tab_listBox {
    position: relative;
    margin-top: 35px;
    border-radius: 16px;
    overflow: hidden;
}

.content .content2 .tab_box .tab_listBox .tab_list {
    position: relative;
    z-index: 10;
}

.content .content2 .tab_box .tab_listBox .tab_list li {
    padding: 25px 50px 25px 20px;
    position: relative;
    border-bottom: 1px solid #424141;
}

.content .content2 .tab_box .tab_listBox .tab_list li .title .p1 {
    font-size: 18px;
    color: #a9acac;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content .content2 .tab_box .tab_listBox .tab_list li .title .p2 {
    color: #ffffff;
    margin-top: 15px;
    display: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content .content2 .tab_box .tab_listBox .tab_list li .add {
    position: absolute;
    height: 100%;
    width: 12px;
    right: 28px;
    top: 0;
    padding-top: 24px;
}

.content .content2 .tab_box .tab_listBox .tab_list li.on .title .p2 {
    display: block;
}

.content .content2 .tab_box .tab_listBox .tab_list li.on .add {
    display: none;
}

.content .content2 .tab_box .tab_listBox .bg_box,
.content .content2 .tab_box .tab_listBox .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
}

.content .content2 .tab_box .tab_listBox .bg {
    opacity: 0;
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transition: all cubic-bezier(0.55, 0, 0.1, 1) 0.5s;
    -webkit-transition: all cubic-bezier(0.55, 0, 0.1, 1) 0.5s;
    -moz-transition: all cubic-bezier(0.55, 0, 0.1, 1) 0.5s;
    -o-transition: all cubic-bezier(0.55, 0, 0.1, 1) 0.5s;
}

.content .content2 .tab_box .tab_listBox .bg.on {
    opacity: 1;
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all cubic-bezier(0.55, 0, 0.1, 1) 0.5s;
    -webkit-transition: all cubic-bezier(0.55, 0, 0.1, 1) 0.5s;
    -moz-transition: all cubic-bezier(0.55, 0, 0.1, 1) 0.5s;
    -o-transition: all cubic-bezier(0.55, 0, 0.1, 1) 0.5s;
}

.content .content3 {
    padding: 115px 0;
    background: url(../images/indexa_02.jpg) no-repeat center bottom;
    overflow: hidden;
}

.content .content3 .multiple-items {
    margin: 0 -39px;
}

.content .content3 .multiple-items button {
    display: none !important;
}

.content .content3 .multiple-items a {
    display: block;
    position: relative;
    margin: 0 39px;
    box-sizing: border-box;
    overflow: hidden;
}

.content .content3 .multiple-items a .text {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
}

.content .content3 .multiple-items a .text .text_item {
    padding: 0 10px;
    text-align: center;
    position: relative;
    top: 50%;
    margin-top: -96px;
}

.content .content3 .multiple-items a .text .text_item img {
    display: inline-block;
}

.content .content3 .multiple-items a .text .text_item .p2 {
    margin: 15px 0 60px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content .content3 .multiple-items a .text .text_item .p3 {
    display: inline-block;
    width: 95px;
    height: 42px;
    border: 1px solid #fff;
    color: #fff;
    line-height: 42px;
    border-radius: 6px;
}

.content .content4 {
    background-color: #F0F3F4;
    padding-bottom: 60px;
}

.content .content4 .solve {
    margin: 75px 0 60px;
}

.content .content4 .solve .solve_title {
    height: 90px;
    background-color: #000;
    padding-left: 30px;
    color: #fff;
    font-size: 20px;
    line-height: 90px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.content .content4 .solve .solve_list li {
    float: left;
    width: 50%;
    margin-bottom: 8px;
    border: 1px solid #E8E8E8;
    background-color: #fff;
    padding: 17px 15px 17px 25px;
    position: relative;
}

.content .content4 .solve .solve_list li .images {
    float: left;
    width: 179px;position: relative;
    height: 253px; border: 1px solid #efefef; 
}

.content .content4 .solve .solve_list li .images img {
      position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.content .content4 .solve .solve_list li .text {
    padding-left: 200px;
}

.content .content4 .solve .solve_list li .text .p1 {
    font-size: 18px;
    color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 20px;
}

.content .content4 .solve .solve_list li .text .p2 {
    color: #868685;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
}

.content .content4 .solve .solve_list li .text .p2 span {
    display: block;
}

.content .content4 .solve .solve_list li:last-child {
    width: 100%;
}

.content .content4 .solve .solve_list li:hover {
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
}

.content .content4 .server .server_l {
    float: left;
    width: 39%;
    height: 342px;
    background: url(../images/index_17.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.content .content4 .server .server_l .box {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 114, 214, 0.65);
    padding: 60px 60px 0 60px;
    color: #fff;
}

.content .content4 .server .server_l .box .p1 {
    font-size: 28px;
}

.content .content4 .server .server_l .box .p2 {
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 5px;
}

.content .content4 .server .server_l .box .p3 {
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    margin-top: 10px;
}

.content .content4 .server .server_l .box .p4 {
    text-align: center;
    margin-top: 45px;
}

.content .content4 .server .server_l .box .p4 a {
    display: inline-block;
    width: 95px;
    height: 42px;
    border: 1px solid #9CB9D9;
    border-radius: 10px;
    line-height: 40px;
    color: #9CB9D9;
}

.content .content4 .server .server_r {
    float: left;
    width: 61%;
    height: 342px;
    background: url(../images/index_18.jpg) no-repeat center;
    background-size: cover;
    padding-top: 130px;
    padding-left: 6%;
}

.content .content4 .server .server_r .title {
    float: left;
    color: #fff;
    margin-top: 10px;
}

.content .content4 .server .server_r .title .p1 {
    font-size: 28px;
}

.content .content4 .server .server_r .title .p2 {
    font-size: 12px;
    text-transform: uppercase;
}

.content .content4 .server .server_r .list {
    float: left;
}

.content .content4 .server .server_r .list li {
    float: left;
    margin-left: 40px;
    margin-right: 20px;
}

.content .content4 .server .server_r .list li a {
    display: block;
    color: #fff;
    text-align: center;
}

.content .content4 .server .server_r .list li a .p1 {
    height: 50px;
    line-height: 50px;
}

.content .content4 .server .server_r .list li a .p2 {
    margin-top: 10px;
}

.content .in_type {
    height: 48px;
    background-color: #1878E5;
}

.content .in_type .slick-slider {
    margin-bottom: 0;
}

.content .in_type .multiple-items2 {
    position: relative;
    padding: 0 30px;
    overflow: visible;
}

.content .in_type .multiple-items2 .slick-prev,
.content .in_type .multiple-items2 .slick-next {
    width: 30px;
    height: 48px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    top: 0;
    margin: 0;
}

.content .in_type .multiple-items2 .slick-list {
    z-index: 1000;
}

.content .in_type .multiple-items2 .slick-disabled {
    opacity: 0.25;
}

.content .in_type .multiple-items2 .slick-prev {
    left: 0;
    background-image: url(../images/icon15.png);
}

.content .in_type .multiple-items2 .slick-next {
    right: 0;
    background-image: url(../images/icon16.png);
}

.content .in_type .multiple-items2 .slick-prev::before,
.content .in_type .multiple-items2 .slick-next::before {
    display: none;
}

.content .in_type .multiple-items2 a.item1 {
    display: block;
    line-height: 48px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content .in_type .multiple-items2 .slick-slide:hover a.item1 {
    background-color: #0C63C6;
}

.content .in_type .multiple-items2 .slick-slide:hover a.item1:after {
    display: block;
}

.content .in_type .multiple-items2 .in_type2 {
    background-color: #fff;
    text-align: center;
    padding: 15px 0;
    position: relative;
    display: none;
}

.content .in_type .multiple-items2 .in_type2 li {
    line-height: 30px;
}

.content .in_type .multiple-items2 .in_type2 li a {
    display: block;
    color: #868685;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content .in_type .multiple-items2 .in_type2 li a:hover {
    color: #1878E5;
}

.content .in_type .multiple-items2 .in_type2:after {
    content: "";
    display: block;
    width: 11px;
    height: 9px;
    background: url(../images/icon17.png) no-repeat center;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -5.5px;
}

.content .in_type_phone {
    position: relative;
}

.content .in_type_phone .title {
    height: 40px;
    background-color: #1878E5;
    padding: 0 10px;
}

.content .in_type_phone .title span {
    float: left;
    line-height: 40px;
    padding: 0 30px;
    background-color: #0C63C6;
    position: relative;
    color: #fff;
}

.content .in_type_phone .title i {
    float: right;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}

.content .in_type_phone .title span:after {
    content: "";
    display: block;
    width: 11px;
    height: 9px;
    background: url(../images/icon17.png) no-repeat center;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -5.5px;
    z-index: 101;
}

.content .in_type_phone .in_type_phone_list {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    padding: 20px 15px;
    background-color: #fff;
    z-index: 100;
    display: none;
}

.content .in_type_phone .in_type_phone_list>li>a {
    display: block;
    font-size: 16px;
    line-height: 36px;
    padding-right: 20px;
    position: relative;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content .in_type_phone .in_type_phone_list>li>a i {
    position: absolute;
    right: 0;
    display: block;
    height: 36px;
    line-height: 36px;
    top: 0;
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
}

.content .in_type_phone .in_type_phone_list>li>a i.on {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.content .in_type_phone .in_type_phone_list>li .phone_list2 {
    display: none;
}

.content .in_type_phone .in_type_phone_list>li .phone_list2 li a {
    display: block;
    line-height: 26px;
    font-size: 14px;
    color: #333;
}

.content .fa_box {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 100000;
    display: none;
}

.content .fa_box img {
    display: block;
    position: relative;
    top: 50%;
    margin: -281px auto 0;
}

.content .edit .container {
    padding: 50px 8% 110px;
}

.content .edit .container .p1 {
    margin: 0 8%;
    position: relative;
    margin-bottom: 85px;
}

.content .edit .container .p1 .fd {
    position: absolute;
    bottom: 0;
    right: -20px;
    cursor: pointer;
}

.content .margin {
    margin-top: 50px;
}

.content .case_list {
    padding-top: 15px;
}

.content .case_list li {
    background-color: #fff;
    margin-bottom: 15px;
}

.content .case_list li a {
    display: block;
    padding: 38px;
}

.content .case_list li a:hover .text .p3 {
    border-color: #1878E5;
    background-color: #1878E5;
    color: #fff;
}

.content .case_list li .image {
    float: left;
    width: 559px;
}

.content .case_list li:nth-child(2n+2) .image {
    float: right;
}

.content .case_list li .text {
    padding-left: 595px;
}

.content .case_list li:nth-child(2n+2) .text {
    padding-left: 0;
    padding-right: 595px;
}

.content .case_list li .text .p1 {
    font-size: 24px;
    color: #000000;
    line-height: 30px;
    margin: 25px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content .case_list li .text .p2 {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}

.content .case_list li .text .p3 {
    width: 200px;
    height: 50px;
    border: 2px solid #F0F3F4;
    text-align: center;
    line-height: 46px;
    color: #999999;
    font-size: 16px;
    margin-top: 55px;
    margin-left: 10px;
}

.content .down {
    padding: 0 57px;
}

.content .down .down_search {
    overflow: hidden;
}

.content .down .down_search>div {
    float: left;
    padding: 0 13px;
    width: 30%;
    position: relative;
}

.content .down .down_search>div input[type=text],
.content .down .down_search>div select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border-radius: 10px;
    border: none;
    outline: none;
    color: #999999;
    font-size: 16px;
}

.content .down .down_search>div input[type=text] {
    padding: 0 70px 0 25px;
}

.content .down .down_search>div input[type=text]::-webkit-input-placeholder {
    color: #999999;
}

.content .down .down_search>div input[type=text]::-moz-placeholder {
    color: #999999;
}

.content .down .down_search>div input[type=text]:-ms-input-placeholder {
    color: #999999;
}

.content .down .down_search>div input[type=text]::placeholder {
    color: #999999;
}

.content .down .down_search>div input[type=submit] {
    position: absolute;
    width: 60px;
    height: 50px;
    right: 13px;
    top: 0;
    border: none;
    outline: none;
    background: url(../images/icon22.png) no-repeat center;
}

.content .down .down_search>div select {
    padding: 0 28px 0 25px;
}

.content .down .down_search>div:last-child {
    width: 40%;
}

.content .down .down_list {
    margin-top: 30px;
    padding: 0 13px;
}

.content .down .down_list li {
    margin-bottom: 12px;
    display: block;
    height: 98px;
    line-height: 98px;
    background-color: #fff;
    padding-left: 45px;
    position: relative;
    padding-right: 34px;
    overflow: hidden;
}

.content .down .down_list li p {
    float: left;
    font-size: 16px;
    color: #999999;
}

.content .down .down_list li .p1 {
    width: 56%;
    font-size: 20px;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.content .down .down_list li .p2,
.content .down .down_list li .p3,
.content .down .down_list li .p4 {
    width: 13.33%;
    text-align: center;
}

.content .down .down_list li .p5 {
    position: absolute;
    width: 34px;
    height: 100%;
    top: 0;
    right: 0;
}

.content .down .down_list li .p5 a {
    width: 34px;
    height: 100%;
    display: block;
    background: #888888 url(../images/icon23.png) no-repeat center;
}

.content .feedback .text {
    text-align: center;
    font-size: 18px;
    color: #999999;
    margin-bottom: 60px;
}

.content .feedback form {
    padding: 0 30px;
    padding-bottom: 110px;
    overflow: hidden;
}

.content .feedback form .input {
    padding: 0 20px;
    margin-bottom: 30px;
}

.content .feedback form .input .p1 {
    float: left;
    width: 90px;
    line-height: 50px;
    font-size: 18px;
    color: #000000;
    text-align: right;
}

.content .feedback form .input .p1 span {
    color: #ff0707;
}

.content .feedback form .input .p2 {
    padding-left: 105px;
}

.content .feedback form .input .p2 input,
.content .feedback form .input .p2 textarea {
    height: 50px;
    line-height: 50px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    color: #999999;
    background-color: #fff;
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 18px;
}

.content .feedback form .input .p2 input::-webkit-input-placeholder,
.content .feedback form .input .p2 textarea::-webkit-input-placeholder {
    color: #999999;
}

.content .feedback form .input .p2 input::-moz-placeholder,
.content .feedback form .input .p2 textarea::-moz-placeholder {
    color: #999999;
}

.content .feedback form .input .p2 input:-ms-input-placeholder,
.content .feedback form .input .p2 textarea:-ms-input-placeholder {
    color: #999999;
}

.content .feedback form .input .p2 input::placeholder,
.content .feedback form .input .p2 textarea::placeholder {
    color: #999999;
}

.content .feedback form .input .p2 textarea {
    height: 170px;
}

.content .feedback form .submit {
    text-align: center;
}

.content .feedback form .submit input {
    display: inline-block;
    width: 150px;
    height: 41px;
    line-height: 41px;
    color: #fff;
    font-size: 18px;
    background-color: #DF0025;
    border: none;
    outline: none;
    border-radius: 8px;
}

#footer .footer_top {
    padding: 45px 0 20px;
}

#footer .footer_top .footer_menu {
    float: left;
    width: 65%;
}

#footer .footer_top .footer_menu .a_box {
    float: left;
    width: 33.3%;
}

#footer .footer_top .footer_menu .a_box .title {
    font-size: 14px;
    color: #3e3a30;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px;
    font-weight: bold;
}

#footer .footer_top .footer_menu .a_box .title:after {
    content: "";
    display: block;
    width: 170px;
    height: 1px;
    background-color: #E5E5E5;
    position: absolute;
    left: 0;
    bottom: 0;
}

#footer .footer_top .footer_menu .a_box .title:before {
    content: "";
    display: block;
    width: 45px;
    height: 1px;
    background-color: #0D72DA;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

#footer .footer_top .footer_menu li {
    float: left;
    width: 100%;
}

#footer .footer_top .footer_menu li .box {
    margin-bottom: 30px;
}

#footer .footer_top .footer_menu li .box .item1 {
    color: #3e3a30;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#footer .footer_top .footer_menu li .box .item2 {
    font-size: 12px;
    line-height: 33px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 10%;
}

#footer .footer_top .footer_menu li .box .item2_box {
    display: none;
}

#footer .footer_top .footer_menu li .box .item2 a {
    color: #868685;
}

#footer .footer_top .footer_menu li .box .item2 a:hover {
    text-decoration: underline;
}

#footer .footer_top .code {
    float: left;
    width: 35%;
    padding-left: 12%;
}

#footer .footer_top .code .p1 {
    width: 94px;
}

#footer .footer_top .code .p2 {
    color: #3e3a30;
    line-height: 29px;
    margin-top: 5px;
}

#footer .footer_bottom {
    margin: 0 38px;
    border-top: 1px solid #E5E5E5;
    padding: 20px 0;
}

#footer .footer_bottom .text {
    float: left;
    width: 70%;
    line-height: 42px;
    color: #868685;
}

#footer .footer_bottom .text a {
    color: #868685;
}

#footer .footer_bottom select {
    float: right;
    width: 185px;
    height: 42px;
    border: 1px solid #E6E6E6;
    padding-left: 15px;
    box-sizing: border-box;
}

.aside {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -66px;
    z-index: 10000;
}

.aside li {
    margin-bottom: 3px;
    position: relative;
}

.aside li a {
    display: block;
    width: 35px;
    height: 42px;
    background-color: #237CDD;
    text-align: center;
    line-height: 42px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.aside li .tel {
    position: absolute;
    width: 240px;
    left: -240px;
    top: 0;
    border-top: 2px solid #3183DC;
    background-color: #fff;
    padding: 10px 15px;
    display: none;
}

.aside li .qq {
    width: 150px;
    left: -150px;
    font-size: 16px;
    text-align: center;
}

.aside li .tel .p1 {
    font-size: 12px;
    color: #3183DC;
    line-height: 22px;
    border-bottom: 1px solid #C9C9C9;
    margin-bottom: 12px;
    padding-bottom: 4px;
}

.aside li .tel .p2 {
    font-size: 12px;
    color: #3e3a30;
    line-height: 20px;
}

.aside li .code {
    position: absolute;
    width: 175px;
    left: -175px;
    top: 0;
    border-top: 2px solid #3183DC;
    background-color: #fff;
    padding: 0 12px;
    display: none;
}

.aside li .code .p1 {
    font-size: 12px;
    color: #3183DC;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #C9C9C9;
    margin-bottom: 12px;
}

.aside li .code .p2 {
    width: 95px;
    margin-bottom: 15px;
}

@-webkit-keyframes rotate-data-v-2a183b29 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes rotate-data-v-2a183b29 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@media (max-width: 1200px) {
    .content .case_list li .image {
        width: 450px;
    }
    .content .case_list li .text {
        padding-left: 470px;
    }
    .content .case_list li:nth-child(2n+2) .text {
        padding-right: 470px;
    }
    .content .case_list li .text .p3 {
        margin-top: 35px;
    }
}

@media (max-width: 992px) {
    .content .feedback form {
        padding: 0 0 80px;
    }
    #header {
        padding: 0 25px;
        position: relative;
    }
    #banner,
    #inbanner {
        margin-top: 0;
    }
    .content .content1 .myscroll ul li .item {
        width: 100%;
    }
    .content .content1 .myscroll {
        padding-left: 20px;
    }
    .content .content2 .text {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
    .content .content2 .tab_box {
        width: 100%;
        padding: 0;
    }
    .content .content2 {
        padding: 50px 0 80px;
    }
    .content .content4 .server .server_l .box {
        padding: 60px 15px 0;
    }
    .content .content4 .solve .solve_list li {
        width: 100%;
    }
    #footer .footer_top .code {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    #footer .footer_top .code .p1 {
        display: inline-block;
    }
    #footer .footer_bottom {
        border-top: none;
        text-align: center;
    }
    #footer .footer_bottom .text {
        width: 100%;
    }
    #footer {
        overflow: hidden;
    }
    .content .case_list li a {
        padding: 15px;
    }
    .content .case_list li .image {
        width: 300px;
    }
    .content .case_list li .text {
        padding-left: 315px;
    }
    .content .case_list li .text .p1 {
        font-size: 18px;
        margin: 10px 0;
    }
    .content .case_list li .text .p2 {
        height: 60px;
    }
    .content .case_list li .text .p3 {
        margin-top: 25px;
        width: 150px;
        height: 40px;
        line-height: 36px;
    }
    .content .down {
        padding: 0;
    }
    .content .down .down_search>div input[type=text] {
        padding: 0 60px 0 25px;
    }
    .content .down .down_list li p.hid {
        display: none;
    }
    .content .down .down_list li p.p1 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .content .content1 .title .span1,
    .content .content1 .title .span2 {
        display: none;
    }
    .content .content1 .title {
        width: 28px;
        height: 32px;
        line-height: 32px;
    }
    .content .content1 .myscroll ul li {
        height: 32px;
        line-height: 32px;
    }
    .content .content1 .myscroll {
        height: 32px;
        font-size: 12px;
        padding: 0;
    }
    .content .content1 .myscroll ul li .p2,
    .content .content1 .myscroll ul li .p3 {
        display: none;
    }
    .content .content1 .myscroll ul li .p1 {
        padding: 0;
    }
    .content .content2 {
        padding: 20px 0;
    }
    .content .content2 .text .p1 {
        font-size: 18px;
    }
    .content .content2 .text .p2 {
        margin-top: 20px;
    }
    .content .content2 .tab_box .tab_type li {
        width: 60px;
    }
    .content .content2 .tab_box .tab_type li .circle {
        width: 60px;
        height: 60px;
    }
    .content .content2 .tab_box .tab_type {
        padding-left: 5%;
    }
    .content .content2 .tab_box .tab_type li .icon {
        width: 60px;
        height: 60px;
    }
    .content .content2 .tab_box .tab_type li .icon_bg {
        width: 36px !important;
        height: 36px !important;
    }
    .content .content2 .tab_box .tab_type li .tab_text {
        font-size: 14px;
    }
    .content .content2 .tab_box .tab_listBox .tab_list li {
        padding: 15px 30px 15px 15px;
    }
    .content .content2 .tab_box .tab_listBox .tab_list li .title .p1 {
        font-size: 14px;
    }
    .content .content2 .tab_box .tab_listBox .tab_list li.on .title .p2 {
        font-size: 12px;
        margin-top: 10px;
    }
    .content .content2 .tab_box .tab_listBox .tab_list li .add {
        right: 15px;
        padding-top: 15px;
    }
    .content .content2 .tab_box .tab_listBox .bg {
        background-size: cover !important;
    }
    .content .content3 {
        padding: 55px 0 25px;
    }
    .content .content3 .multiple-items a {
        margin: 0 10px;
    }
    .content .content3 .multiple-items {
        margin: 0;
    }
    .content .content3 .multiple-items a .text {
        background: none;
        position: static;
    }
    .content .content3 .multiple-items a .text .text_item {
        padding: 0;
        margin: 0;
        top: 0;
    }
    .content .content3 .multiple-items a .text .text_item .p1,
    .content .content3 .multiple-items a .text .text_item .p3 {
        display: none;
    }
    .content .content3 .multiple-items a .text .text_item .p2 {
        margin: 10px 0;
    }
    .content .content4 .solve {
        margin: 20px 0 10px;
    }
    .content .content4 .solve .solve_title {
        height: 44px;
        font-size: 18px;
        padding-left: 15px;
        line-height: 44px;
    }
    .content .content4 .solve .solve_list li {
        padding: 10px;
    }
    .content .content4 .solve .solve_list li .images {
        width: 100px; height:140px
    }
    .content .content4 .solve .solve_list li .text {
        padding-left: 115px;
    }
    .content .content4 .solve .solve_list li .text .p1 {
        font-size: 14px;
        margin-top: 0;
    }
    .content .content4 .solve .solve_list li .text .p2 {
        margin-top: 5px;
        height: 40px;
        line-height: 20px;
        font-size: 12px;
        text-overflow: clip;
        white-space: inherit;
    }
    .content .content4 .solve .solve_list li .text .p2 span {
        display: none;
    }
    .content .content4 .server .server_l {
        width: 100%;
        height: 175px;
    }
    .content .content4 .server .server_r {
        width: 100%;
    }
    .content .content4 .server .server_l .box {
        padding: 15px;
    }
    .content .content4 .server .server_l .box .p1 {
        font-size: 18px;
    }
    .content .content4 .server .server_l .box .p3 {
        font-size: 12px;
        line-height: 16px;
        height: 48px;
    }
    .content .content4 .server .server_l .box .p4 {
        margin-top: 15px;
    }
    .content .content4 .server .server_l .box .p4 a {
        width: 75px;
        height: 25px;
        line-height: 23px;
        font-size: 12px;
    }
    .content .content4 .server .server_r {
        height: 170px;
    }
    .content .content4 .server .server_r {
        padding-top: 55px;
    }
    .content .content4 .server .server_r .title .p1 {
        font-size: 18px;
    }
    .content .content4 .server .server_r .list li {
        margin-left: 20px;
        margin-right: 10px;
    }
    .content .content4 .server .server_r .list li a .p1 img {
        width: 25px;
    }
    .content .content4 .server .server_r .list li a .p1 {
        height: 25px;
        line-height: 25px;
    }
    .content .content4 .server .server_r .title {
        margin-top: 5px;
    }
    .content .content4 {
        padding-bottom: 15px;
    }
    #footer .footer_top {
        padding-top: 20px;
    }
    #footer .footer_top .code .p2 {
        line-height: 22px;
    }
    #footer .footer_bottom {
        padding: 20px 15px;
        margin: 0;
    }
    #footer .footer_bottom .text {
        line-height: 20px;
    }
    #header .menu_icon {
        width: 20px;
    }
    #header .logo {
        width: 95px;
        height: 56px;
        line-height: 56px;
    }
    #header .logo img {
        max-width: 100%;
    }
    .content .in_type_phone .in_type_phone_list {
        padding: 10px;
    }
    .content .in_type_phone .in_type_phone_list>li>a {
        font-size: 14px;
        line-height: 30px;
    }
    .content .in_type_phone .in_type_phone_list>li>a i {
        height: 30px;
        line-height: 30px;
    }
    .content .in_type_phone .in_type_phone_list>li>a i img {
        width: 12px;
    }
    .content .in_type_phone .in_type_phone_list>li .phone_list2 li a {
        font-size: 12px;
        line-height: 20px;
    }
    .content .edit .container {
        padding: 25px 15px 35px;
    }
    .content .edit .container .p1 {
        margin: 0;
        margin-bottom: 20px;
    }
    .content .edit .container .p1 .fd {
        width: 20px;
        bottom: 5px;
        right: -5px;
    }
    .content .fa_box img {
        margin-top: -106px;
    }
    .content .case_list {
        padding-top: 25px;
    }
    .content .case_list li a {
        padding: 10px;
    }
    .content .case_list li .image {
        width: 120px;
    }
    .content .case_list li .text {
        padding-left: 130px;
    }
    .content .case_list li:nth-child(2n+2) .text {
        padding-right: 130px;
    }
    .content .case_list li .text .p1 {
        font-size: 14px;
        margin: 2px 0 5px;
        line-height: 24px;
    }
    .content .case_list li .text .p2 {
        font-size: 12px;
        height: 40px;
        line-height: 20px;
    }
    .content .case_list li .text .p3 {
        display: none;
    }
    .content .margin {
        margin-top: 20px;
    }
    .content .down .down_search>div {
        width: 50%;
        padding: 0 4px;
    }
    .content .down .down_search>div {
        margin-bottom: 8px;
    }
    .content .down .down_search>div input[type=text],
    .content .down .down_search>div select {
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        border-radius: 6px;
    }
    .content .down .down_search>div select {
        padding: 0 15px 0 10px;
    }
    .content .down .down_search {
        margin: 0 -4px;
    }
    .content .down .down_search>div:last-child {
        width: 100%;
    }
    .content .down .down_search>div input[type=button] {
        width: 30px;
        height: 25px;
        background-size: 12px;
        right: 5px;
    }
    .content .down .down_search>div input[type=text] {
        padding: 0 35px 0 10px;
    }
    .content .down .down_list {
        padding: 0;
        margin-top: 13px;
    }
    .content .down .down_list li {
        height: 49px;
        line-height: 49px;
        padding-left: 10px;
        padding-right: 25px;
    }
    .content .down .down_list li p.p1 {
        font-size: 14px;
    }
    .content .down .down_list li .p5 {
        width: 20px;
    }
    .content .down .down_list li .p5 a {
        width: 20px;
        background-size: 12px auto;
    }
    .content .feedback .text {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 25px;
    }
    .content .feedback form .input {
        padding: 0;
        margin-bottom: 7px;
    }
    .content .feedback form .input .p1 {
        display: none;
    }
    .content .feedback form .input .p2 {
        padding-left: 0;
    }
    .content .feedback form .input .p2 input,
    .content .feedback form .input .p2 textarea {
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }
    .content .feedback form .input .p2 textarea {
        height: 85px;
    }
    .content .feedback form {
        padding: 0 0 55px;
    }
    .content .feedback form .submit {
        margin-top: 10px;
    }
    .content .feedback form .submit input {
        width: 100px;
        height: 27px;
        line-height: 27px;
        font-size: 14px;
        border-radius: 4px;
    }
}


/*xx*/

.sub_main {
    background: #f0f3f4;
}

.article {
    padding: 50px 15px 90px 15px;
}

.sub_tit {
    text-align: center;
    padding-bottom: 15px;
    background: url(../images/sub_tit1.jpg) no-repeat center bottom;
    margin-bottom: 40px;
}

.sub_tit .ch {
    font-size: 28px;
    display: block;
}

.sub_tit .en {
    font-size: 20px;
    color: #999999;
    text-transform: Capitalize;
}

.about_p {
    line-height: 32px;
    font-size: 16px;
}

.about_img {
    margin-bottom: 80px;
}

@media (max-width: 640px) {
    .col-sm-offset-0 {
        height: 250px;
    }
    .article {
        padding: 25px 15px 50px 15px;
    }
    .sub_tit {
        padding-bottom: 10px;
        margin-bottom: 35px;
        background-size: 80px auto;
    }
    .sub_tit .ch {
        font-size: 18px;
    }
    .sub_tit .en {
        font-size: 12px;
    }
    .about_img {
        width: 80%;
        margin-bottom: 22px;
    }
    .about_p {
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 40px;
    }
}

.culture_img {
    text-align: center;
}

.culture_p {
    line-height: 40px;
    font-size: 18px;
    word-spacing: 0.02em;
    padding-top: 30px;
}

.culture_list li {
    height: 360px;
    overflow: hidden;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
}

.culture_list li a {
    display: table;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.culture_cell {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.culture_item {
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
}

.culture_item em {
    display: inline-block;
    max-width: 150px;
    margin: 0 auto;
    color: #aacc03;
    margin-bottom: 40px;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
}

.culture_item i {
    margin-top: 10px;
    position: relative;
    height: 50px;
    line-height: 50px;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    margin-bottom: 15px;
}

.culture_item span {
    filter: alpha(opacity=0);
    opacity: 0;
    color: #aacc03;
}

.culture_list li a .culture_item i:before {
    display: block;
    content: " ";
    position: absolute;
    top: 0%;
    left: 50%;
    margin-left: -12px;
    width: 25PX;
    height: 2px;
    line-height: 2px;
    background: #fff;
}

.culture_item i:after {
    display: block;
    content: " ";
    position: absolute;
    bottom: 0%;
    left: 50%;
    margin-left: -12px;
    width: 25PX;
    height: 2px;
    line-height: 2px;
    background: #fff;
}

.culture_item em,
.culture_item i {
    display: block;
    font-style: normal;
}

.item_des {
    position: relative;
    top: 200px;
    height: 0;
    filter: alpha(opacity=0);
    font-size: 16px;
    word-spacing: 0.02em;
    opacity: 0;
}

.item_des:before {
    display: block;
    content: " ";
    position: absolute;
    bottom: -50px;
    margin-left: 50%;
    left: -65px;
    width: 130PX;
    height: 1px;
    line-height: 1px;
    background: #fff;
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-webkit-transform: scale(0);
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
}

.culture_list li:hover a {
    color: #fff;
    background: rgba(0, 176, 236, 0.7);
}

.culture_list {
    margin-top: 90px;
}

.culture_list li:hover a .culture_item {
    padding-bottom: 46px;
}

.culture_list li:hover a .culture_item:before {
    width: 26px;
    margin-left: -13px;
}

.culture_list li:hover a .culture_item em {
    max-width: none;
    filter: alpha(opacity=0);
    opacity: 0;
    color: #fff;
}

.culture_list li:hover a .culture_item span {
    filter: alpha(opacity=1);
    opacity: 1;
}

.culture_list li:hover a .culture_item i {
    margin-top: -180px;
}

.culture_list li:hover a .culture_item i:before {
    width: 0PX;
}

.culture_list li:hover a .item_des {
    top: 18px;
    height: auto;
    filter: alpha(opacity=100);
    opacity: 1;
}

.culture_list li:hover a .item_des:before {
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-webkit-transform: scale(1);
}

@media (max-width: 640px) {
    .culture_list li a {
        padding: 45px;
    }
    .culture_img img {
        width: 80%;
    }
    .culture_list {
        margin-top: 20px;
    }
    .culture_p {
        line-height: 30px;
        font-size: 14px;
        word-spacing: 0em;
        padding-top: 20px;
    }
    .culture_list {
        padding: 0 15px;
    }
    .culture_list li {
        height: 170px;
        margin-top: 15px;
    }
    .culture_item {
        font-size: 14px;
    }
    .culture_item i {
        height: 30px;
        line-height: 30px;
    }
    .culture_list li a .culture_item i:before {
        margin-left: -5px;
        width: 10PX;
        height: 1px;
        line-height: 1px;
    }
    .culture_item i:after {
        margin-left: -5px;
        width: 10PX;
        height: 1px;
        line-height: 1px;
    }
    .culture_item em {
        margin-bottom: 20px;
    }
}

.news_ul {
    position: relative;
    margin-bottom: 100px;
}

.news_ul:before {
    display: block;
    content: " ";
    position: absolute;
    top: 100px;
    left: 50%;
    width: 1PX;
    height: calc(85%);
    background: #dcdcdc;
}

.news_ul li:nth-child(2n-1) {
    width: 43%;
    float: left;
    position: relative;
}

.news_ul li:nth-child(2n) {
    width: 43%;
    float: right;
    position: relative;
}

.news_ul li {
    margin-top: 70px;
}

.news_ul li:nth-child(1) {
    margin-top: 0;
}

.news_ul li:before {
    display: block;
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -22px;
    width: 45PX;
    height: 45PX;
    background: url(../images/news_ico.png) no-repeat;
    background-size: 100% auto;
}

.news_ul li a {
    display: block;
    position: relative;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    padding: 25px;
}

.news_ul li a i {
    position: absolute;
    border-width: 16px;
    border-style: solid;
    top: 50%;
    margin-top: -16px;
}

.news_ul li span {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    background: #0d63c6;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 10px;
}

.news_ul li b {
    margin: 15px 0;
    font-size: 16px;
    font-weight: normal;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news_ul li p {
    display: block;
    line-height: 30px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news_ul li:hover a {
    box-shadow: 0 0 20px #ccc;
}

.news_ul li:nth-child(2n-1):before {
    right: calc(-20%);
}

.news_ul li:nth-child(2n):before {
    left: calc(-20%);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

@media(max-width:1500px) {
    .news_ul li:nth-child(2n-1):before {
        right: calc(-21%);
    }
    .news_ul li:nth-child(2n):before {
        left: calc(-21%);
    }
}

@media(max-width:1200px) {
    .news_ul li:nth-child(2n-1):before {
        right: calc(-22%);
    }
    .news_ul li:nth-child(2n):before {
        left: calc(-22%);
    }
}

@media(max-width:992px) {
    .news_ul li:nth-child(2n-1):before {
        right: calc(-23%);
    }
    .news_ul li:nth-child(2n):before {
        left: calc(-23%);
    }
}

.news_ul li:nth-child(2n-1) a {
    text-align: right;
}

.news_ul li:nth-child(2n) a {
    text-align: left;
}

.news_ul li:nth-child(2n-1) a i {
    border-color: transparent transparent transparent #fff;
    right: -32px;
}

.news_ul li:nth-child(2n) a i {
    border-color: transparent #fff transparent transparent;
    left: -32px;
}

@media (max-width: 640px) {
    .news_ul li:nth-child(2n-1) {
        width: calc(85%);
        float: none;
        position: relative;
        margin-left: calc(15%);
    }
    .news_ul li:nth-child(2n) {
        width: calc(85%);
        float: none;
        position: relative;
        margin-left: calc(15%);
    }
    .news_ul li span {
        font-size: 12px;
        background: #0d63c6;
        height: 16px;
        line-height: 16px;
        padding: 0 10px;
        border-radius: 7px;
    }
    .news_ul li b {
        margin: 7px 0;
        font-size: 14px;
    }
    .news_ul li p {
        font-size: 12px;
        line-height: 18px;
    }
    .news_ul li {
        margin-top: 20px;
    }
    .news_ul:before {
        display: block;
        content: " ";
        position: absolute;
        top: 60px;
        left: 20px;
        width: 1PX;
        height: calc(-20%);
        background: #dcdcdc;
    }
    .news_ul li:before {
        top: 50%;
        margin-top: -15px;
        width: 30PX;
        height: 30PX;
    }
    .news_ul li:nth-child(2n-1):before {
        left: -50px;
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }
    .news_ul li:nth-child(2n):before {
        left: -50px;
        right: auto;
    }
    .news_ul li:nth-child(2n-1) a {
        text-align: left;
    }
    .news_ul li:nth-child(2n) a {
        text-align: left;
    }
    .news_ul li a i {
        border-width: 12px;
        margin-top: -12px;
    }
    .news_ul li a {
        box-shadow: 0 0 6px #ddd;
        padding: 15px;
    }
    .news_ul li:nth-child(2n-1) a i {
        border-color: transparent #fff transparent transparent;
        left: -24px;
        right: auto;
    }
    .news_ul li:nth-child(2n) a i {
        border-color: transparent #fff transparent transparent;
        left: -24px;
    }
    .news_ul {
        margin-bottom: 20px;
    }
}

.honor {
    margin-bottom: 50px;
}

.honor .honor_lits li {
    margin-top: 30px;
}

.honor .honor_lits a {
    display: block;
    border: 2px solid #EEEEEE;
    overflow: hidden;
}

.honor .honor_lits a .image {
    text-align: center;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
}

.honor .honor_lits a .text {
    position: relative;
    padding: 0 15px 0 35px;
    line-height: 50px;
    color: #333333;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #ffffff;
}

.honor .honor_lits a .text:after {
    content: "";
    display: block;
    width: 3px;
    height: 20px;
    background-color: #0d63c6;
    position: absolute;
    left: 16px;
    top: 15px;
}

.honor .honor_lits a:hover .text {
    color: #0d63c6;
}

.honor .honor_lits a:hover .image {
    -ms-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
    -moz-transform: scale(1.08, 1.08);
    -webkit-transform: scale(1.08, 1.08);
}

.honor .pswp__caption__center {
    text-align: center;
}

.honor .pswp__button--arrow--left {
    left: 15%;
}

.honor .pswp__button--arrow--right {
    right: 15%;
}

@media (max-width: 640px) {
    .honor {
        margin-bottom: 10px;
    }
    .honor .honor_lits li {
        margin-top: 0px;
        margin-bottom: 15px;
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    .honor .pswp__button--arrow--left {
        left: 2%;
    }
    .honor .pswp__button--arrow--right {
        right: 2%;
    }
}

.product_ul li {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
}

.product_ul li .product_li {
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
}

.product_ul li .product_li .img_area {
    border-bottom: solid 1px #e4e5e6;
    overflow: hidden;
}

.product_ul li .product_li .img_area img {
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
}

.product_ul li .product_li {
    background: #fff;
    border: solid 1px #e4e5e6;
}

.product_ul li .product_li .text_area {
    padding: 30px 20px;
}

.product_ul li .product_li .text_area b {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product_ul li .product_li .text_area p {
    color: #999999;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 18px;
}

.product_ul li .product_li .text_area span {
    color: #c7c7c7;
    font-size: 12px;
    background: url(../images/pro_ico.jpg) no-repeat right 2px;
    padding-right: 20px;
}

.product_ul li .product_li:hover .img_area img {
    -ms-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
    -moz-transform: scale(1.08, 1.08);
    -webkit-transform: scale(1.08, 1.08);
}

.product_ul li .product_li:hover {
    box-shadow: 0 0 10px #ddd;
}

@media (max-width: 640px) {
    .product_ul {
        margin-left: 7.5px;
        margin-right: 7.5px;
    }
    .product_ul li {
        padding-left: 7.5px;
        padding-right: 7.5px;
        margin-bottom: 15px;
    }
    .product_ul li .product_li .text_area p {
        display: none;
    }
    .product_ul li .product_li .text_area {
        padding: 10px;
    }
    .product_ul li .product_li .text_area span {
        display: none;
    }
    .product_ul li .product_li .text_area b {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
        height: 40px;
        display: -webkit-box;
        white-space: normal;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

.ny-main {
    padding: 2% 0 4%;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.mapodt {
    width: 63.5%;
}

.rel {
    position: relative;
}

.fl {
    float: left;
}

.map01 {
    width: 21.1%;
    height: 39.6%;
    right: 4.2%;
    top: 0;
}

.mapset {
    position: absolute;
}

.mapset span.on {
    opacity: 1;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.map01 span {
    background-image: url(../images/map01.png);
}

.mapset span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    opacity: 0;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.map01 a {
    left: 60%;
    top: 50%;
}

.mapset a {
    position: absolute;
    z-index: 2;
    width: 55px;
    line-height: 24px;
    text-align: center;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    margin-top: -12px;
    margin-left: -27px;
}

.map02 {
    width: 41.73%;
    height: 52.8%;
    right: 17.6%;
    top: 1%;
}

.map03 {
    width: 63.2%;
    height: 49.2%;
    left: 0%;
    top: 12%;
}

.map04 {
    width: 58%;
    height: 45.21%;
    left: 4.4%;
    top: 45.8%;
}

.map05 {
    width: 14.6%;
    height: 32.4%;
    left: 59.3%;
    top: 48.6%;
}

.map06 {
    width: 17.55%;
    height: 39.59%;
    left: 70%;
    top: 42.8%;
}

.map07 {
    width: 26.1%;
    height: 22.57%;
    left: 51.7%;
    top: 76%;
}

.avterl {
    width: 24%;
}

.caspre h3 {
    color: #e60012;
    font-size: 16px;
    line-height: 45px;
}

.qetrel {
    padding: 5px 15px 15px;
    overflow: auto;
    max-height: 570px;
    background: #fff;
    border: 1px solid #ddd;
}

.qetrel li .p1 {
    color: #e60012;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 5px;
}

.qetrel li .p2 {
    color: #666;
}

.map01 a {
    left: 60%;
    top: 50%;
}

.map02 a {
    left: 65%;
    top: 65%;
}

.map03 a {
    left: 55%;
    top: 60%;
}

.map04 a {
    left: 75%;
    top: 55%;
}

.map05 a {
    left: 50%;
    top: 50%;
}

.map06 a {
    left: 50%;
    top: 50%;
}

.map07 a {
    left: 50%;
    top: 50%;
}

.fr {
    float: right;
}

.mapset span.on {
    opacity: 1;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.mapodt {
    width: 63.5%;
}

.mapset {
    position: absolute;
}

.mapset a {
    position: absolute;
    z-index: 2;
    width: 55px;
    line-height: 24px;
    text-align: center;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    margin-top: -12px;
    margin-left: -27px;
}

.mapset span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    opacity: 0;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.mapset span.on {
    opacity: 1;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.map01 {
    width: 21.1%;
    height: 39.6%;
    right: 4.2%;
    top: 0;
}

.map02 {
    width: 41.73%;
    height: 52.8%;
    right: 17.6%;
    top: 1%;
}

.map03 {
    width: 63.2%;
    height: 49.2%;
    left: 0%;
    top: 12%;
}

.map04 {
    width: 58%;
    height: 45.21%;
    left: 4.4%;
    top: 45.8%;
}

.map05 {
    width: 14.6%;
    height: 32.4%;
    left: 59.3%;
    top: 48.6%;
}

.map06 {
    width: 17.55%;
    height: 39.59%;
    left: 70%;
    top: 42.8%;
}

.map07 {
    width: 26.1%;
    height: 22.57%;
    left: 51.7%;
    top: 76%;
}

.map01 span {
    background-image: url(../images/map01.png);
}

.map02 span {
    background-image: url(../images/map02.png);
}

.map03 span {
    background-image: url(../images/map03.png);
}

.map04 span {
    background-image: url(../images/map04.png);
}

.map05 span {
    background-image: url(../images/map05.png);
}

.map06 span {
    background-image: url(../images/map06.png);
}

.map07 span {
    background-image: url(../images/map07.png);
}

.map01 a {
    left: 60%;
    top: 50%;
}

.map02 a {
    left: 65%;
    top: 65%;
}

.map03 a {
    left: 55%;
    top: 60%;
}

.map04 a {
    left: 75%;
    top: 55%;
}

.map05 a {
    left: 50%;
    top: 50%;
}

.map06 a {
    left: 50%;
    top: 50%;
}

.map07 a {
    left: 50%;
    top: 50%;
}

.qetrel li {
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
    color: #464646;
    line-height: 1.5;
}

a:active,
a:focus {
    text-decoration: none;
}

.avterl .caspre {
    display: none;
}

.avterl .caspre:first-child {
    display: block;
}

@media (max-width: 1200px) {
    .wrap {
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
        padding: 0 3%;
    }
    .top {
        height: 50px;
        top: 0;
    }
    .top .logo {
        height: 50px;
        padding: 0;
    }
    .top .logo img {
        height: 50px;
    }
    .mob-nav {
        display: block;
        float: right;
        background: url(../images/mob-ct.png) no-repeat center center;
        background-size: auto 40%;
        width: 50px;
        height: 50px;
    }
    .eloure {
        width: 260px;
        right: -260px;
        position: fixed;
        height: 100%;
        top: 0;
        margin: 0;
        background: #595959;
        z-index: 16;
    }
    .slore {
        display: block;
        position: absolute;
        right: 0px;
        top: 0;
        z-index: 17;
    }
    .prelms {
        display: block;
        width: 100%;
    }
    .T-nav {
        width: 100%;
        margin: 0;
    }
    .T-nav li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #666;
        padding: 0;
        margin: 0;
    }
    .T-nav>li>a {
        width: 100%;
        text-align: left;
        padding: 0 10%;
        line-height: 45px;
        height: 45px;
        color: #fff;
        background: url(../images/xx.jpg) no-repeat 95% center;
        background-size: auto 20%;
    }
    .T-nav>li>a span {
        display: inline-block;
        margin-left: 10px;
    }
    .T-nav>li>a.cur {
        background: none;
        border: none;
        color: #fff;
    }
    .T-nav li .gdlt {
        position: relative;
        width: 100%;
        top: 0;
        padding: 0;
        background: none;
        border: none;
    }
    .T-nav>li .gdlt a {
        display: block;
        width: 100%;
        color: #fff;
        text-align: left;
        padding: 0 12%;
    }
    .octens {
        width: 100%;
        border-bottom: 2px solid #f5f5f5;
    }
    .aflmes>div {
        width: 100%;
    }
    .xtpls li .pic {
        height: 240px;
    }
    .xtpls li {
        width: 48.5%;
    }
    .xtpls li.lastcl {
        width: 98%;
    }
    .xtpls li .asbtl {
        padding: 0 5%;
    }
    .botelm {
        display: none;
    }
    .cp-list li a .pic,
    .cp-list li a .pic p {
        height: 160px;
    }
    .brelm .pic {
        width: 100%;
    }
    .brelm .con {
        width: 100%;
        margin-top: 20px;
    }
    .brelm .con .p1 {
        font-size: 20px;
    }
    .ecolc-nav {
        border: none;
        padding: 0;
        width: 96%;
        margin: 0 auto;
    }
    .ecolc-nav span {
        display: block;
        border-bottom: 1px dashed #ddd;
        line-height: 45px;
        background: url(../images/g2.png) no-repeat right center;
    }
    .ecolc-nav p {
        position: absolute;
        left: 0;
        top: 45px;
        width: 100%;
        background: #fff;
        z-index: 3;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        display: none;
    }
    .ecolc-nav p a {
        display: block;
        margin: 0;
        line-height: 45px;
        width: 100%;
        padding: 0 2%;
        text-align: left;
        font-size: 14px;
    }
    .ecolc-nav p a.cur:after {
        display: none;
    }
    .ecolc-nav p a.cur {
        background: none;
        color: #666;
    }
    .bourel {
        width: 100%;
    }
    .mapodt,
    .avterl {
        width: 100%;
    }
    .qetrel {
        max-height: 99999px;
    }
    .downl {
        padding-right: 0;
    }
    .downl li a {
        padding-right: 60px;
    }
    .downl li a .duol {
        width: 50px;
    }
    .downl li a .duol .sp01,
    .downl li a .duol .sp02,
    .downl li a .duol .sp04,
    .downl li a .duol .sp05 {
        display: none;
    }
    .zenlmc {
        width: 100%;
    }
    .solema {
        width: 100%;
    }
    .solema .p1 {
        font-size: 16px;
    }
    .reolwc li {
        width: 49%;
    }
    .reolwc li:nth-child(2n) {
        margin-right: 0;
    }
    .upcls {
        padding-left: 0;
    }
    .upcls dt {
        text-align: left;
        width: 100%;
        position: relative;
        top: 0;
        margin-bottom: 10px;
        padding: 0 10px;
    }
    .duomls {
        margin-left: 0px;
        width: 100%;
        padding: 30px 0;
    }
    .pencls {
        padding: 0;
        width: 100%;
        border: none;
    }
    .duomls .p1,
    .pencls .p1 {
        font-size: 20px;
    }
    .aoutcs {
        width: 100%;
        border: none;
        min-height: 0px;
    }
    .aoutcs .txlc {
        padding: 0;
        line-height: 45px;
        border-bottom: 1px solid #ddd;
    }
    .aoutcs .txlc .p1 {
        display: none;
    }
    .aoutcs .txlc .p2 {
        font-size: 15px;
        padding: 0 20px;
        margin: 0;
        text-align: left;
        background: url(../images/g2.png) no-repeat right center;
    }
    .dbreos {
        position: absolute;
        background: #fff;
        display: none;
        width: 100%;
        z-index: 5;
        left: 0;
        top: 45px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    .outcl {
        position: relative;
        bottom: 0;
        padding: 10px 0;
    }
    .dewolc {
        width: 100%;
        margin-top: 20px;
        min-height: 0px;
    }
    .soucb li {
        width: 47%;
    }
    .gdlms {
        position: relative;
        top: 0;
        display: inline-block;
        margin-top: 15px;
    }
    .tvlct .bacnke {
        position: relative;
        top: 0;
        float: right;
        margin-top: 10px;
    }
    .youdct table {
        width: 100% !important;
    }
}

@media (max-width: 960px) {
    .dbour a {
        float: left;
        width: 33.3%;
        margin: 10px 0;
    }
}

@media (max-width: 640px) {
    .pacht {
        height: auto;
        padding: 0;
    }
    .culture_img {
        margin-bottom: 30px;
    }
    .xfour {
        position: relative;
        line-height: 40px;
    }
    .xtpls li .pic {
        height: 180px;
    }
    .eclos {
        position: relative;
        top: 0;
        width: 100%;
        left: 0;
        border-radius: 0;
    }
    .xtpls li a .flate .p1,
    .xtpls li .asbtl .bourc .p1 {
        font-size: 18px;
    }
    .xtpls li a .flate .p2,
    .xtpls li .asbtl .bourc .p2 {
        font-size: 12px;
    }
    .xtpls li .asbtl a {
        text-align: center;
    }
    .xtpls li .asbtl a img {
        height: 35px;
    }
    .sepol {
        width: 100%;
        font-size: 12px;
    }
    .mewol {
        float: left;
        margin-top: 5px;
    }
    .mewol p {
        left: 0;
        right: auto;
    }
    .pagelc span a.mov {
        display: none;
    }
    .pagelc span a {
        margin: 0 10px 0 0;
    }
    .dbour a .tit {
        font-size: 12px;
    }
    .dbour a .pic {
        height: 35px;
    }
    .ny-banner {
        height: 200px;
    }
    .orelm {
        display: none;
    }
    .asblec {
        line-height: 50px;
    }
    .entit span {
        font-size: 18px;
    }
    .cp-list li {
        width: 49%;
    }
    .cp-list li:nth-child(3n) {
        margin-right: 2%;
    }
    .cp-list li:nth-child(2n) {
        margin-right: 0;
    }
    .cp-list li a {
        padding: 10px;
    }
    .cp-list li a .tit {
        font-size: 14px;
    }
    .cp-list li a .con,
    .cp-list li a .lik span {
        font-size: 12px;
    }
    .brelm .con .p1 {
        font-size: 18px;
    }
    .aftct {
        padding-left: 80px;
    }
    .newlt li {
        padding: 15px 0;
    }
    .newlt li a {
        padding: 0;
        height: auto;
    }
    .newlt li a .pic {
        width: 100%;
        position: relative;
    }
    .newlt li a .tit {
        font-size: 16px;
    }
    .newlt li a .anlt {
        display: none;
    }
    .newlt li a .date {
        position: relative;
        left: 0;
        top: 0;
    }
    .newlt li a .date strong {
        display: inline-block;
        font-weight: normal;
        margin-right: 10px;
        font-size: 18px;
    }
    .zclpr {
        width: 70px;
        top: 15px;
        position: fixed;
        left: 2%;
        top: 300px;
    }
    .zclpr a {
        line-height: 30px;
        font-size: 12px;
    }
    .titdee {
        font-size: 15px;
    }
    .dnelw .bacnke {
        position: relative;
        top: 0;
        margin-top: 10px;
        display: inline-block;
    }
    .bltcm {
        font-size: 20px;
    }
    .fencl {
        width: 100%;
    }
    .rowlc {
        width: 100%;
        margin-top: 20px;
    }
    .rowlc .p1 {
        font-size: 20px;
    }
    .endol {
        margin-top: 10px;
        height: 200px;
    }
    .anilc a {
        width: 135px;
    }
    .oscat li {
        width: 100%;
    }
    .gvoewl {
        font-size: 20px;
        padding: 15px 0;
    }
    .benlct td.odnone {
        display: none;
    }
    .upcls dd {
        padding-right: 90px;
    }
    .upcls dd .more {
        font-size: 12px;
        padding: 0 8px;
    }
    .upcls dd p a {
        margin-right: 15px;
    }
    .seaolc {
        width: 302px;
    }
    .seaolc .a1 {
        width: 260px;
    }
    .joinF_iptDiv .joinFIpt_one {
        width: 100%;
    }
    .joinF_main .joinF_box {
        padding: 0.3rem;
    }
    .joinF_box .joinF_iptDiv {
        padding: 0.2rem 0;
    }
    .joinFIpt_one .joinF_ipt {
        width: 100%;
        margin-right: 0;
        float: none;
        text-align: left;
        line-height: 26px;
    }
    .joinFIpt_one .joinF_exp {
        width: 35%;
    }
    .joinFIpt_one input,
    .joinFIpt_one select {
        width: 65%;
    }
    .joinF_iptDiv .exp_box {
        padding: 0.2rem;
    }
    .joinF_box .join_btn {
        margin: 0.3rem auto 0;
    }
}

@media (max-width: 420px) {
    .xtpls li .pic {
        height: 120px;
    }
}

.content .in_type .multiple-items2 .slick-list {
    text-align: center;
}

.slick-track {
    display: inline-block;
}
