/*初始化样式*/

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%!important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%!important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.pos {
    position: relative;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

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

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

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.xypg-right-content {
    font-size: 14px;
}

.max1600 {
    max-width: 1630px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1400 {
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.flex {
    display: flex;
    justify-content: space-between;
}


/*头部样式*/

.top_head {
    position: relative;
    background: #fff;
    border-bottom: 5px solid #1462ad;
}

.top_head .flex {
    height: 100px;
    align-items: center;
}

.logo {
    position: relative;
}

.logo a {
    display: block;
}

.logo a img {
    display: block;
    max-width: 100%;
}

.top_right {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_right .tp_cc {
    width: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* top_ss */

.top_ss {
    width: 70px;
    height: 20px;
    position: relative;
    border-right: 1px solid #dadada;
}

.top_ss .ss_btn {
    margin: 0 auto;
    width: 20px;
    height: 20px;
    background: url(../images/s001.png) no-repeat center center;
    cursor: pointer;
}

.top_ss #formsearch {
    position: absolute;
    top: 35px;
    right: 0px;
    z-index: 9999;
    width: 200px;
    display: none;
    background: #f2f2f2;
}

.top_ss #formsearch #s_btn {
    float: left;
    outline: none;
    border: none;
    width: 35px;
    height: 30px;
    font-size: 0;
    background-image: url(../images/s002.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 -210px;
}

.top_ss #formsearch #keyword {
    float: left;
    background: none;
    outline: none;
    border: none;
    width: calc(100% - 35px);
    color: rgba(0, 0, 0, 0.8);
    margin-top: 0px;
    height: 30px;
    padding-left: 10px;
    font-size: 14px;
}


/* tp_lang */

.tp_lang {
    position: relative;
    background: url(../images/s003.png) no-repeat left center;
    padding-left: 40px;
}

.tp_lang>span {
    font-size: 14px;
    color: #666666;
    padding-right: 30px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: right;
    background: url(../images/s004.png) no-repeat right center;
}

.tp_lang ul {
    display: none;
    background: #e5e5e5;
    padding: 5px 0;
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 99;
    width: 100%;
    text-align: center;
}

.tp_lang li {
    position: relative;
}

.tp_lang li a {
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 28px
}

.tp_lang li a:hover {
    background: #d2d2d2;
}


/* c1_index */

.c1_index {
    position: relative;
    padding: 5.2083vw 0 3.125vw;
}

.c1_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.c1_list li {
    position: relative;
    width: 48.5%;
    margin-bottom: 2.0833vw;
    background: url(../images/s005.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 2.60416vw;
}

.c1_list li a {
    display: flex;
    justify-content: space-between;
}

.c1_list li .aco {
    position: relative;
    width: 40%;
}

.c1_list li .aco h3 {
    font-weight: bold;
    font-size: 1.45833vw;
    color: #222222;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.c1_list li .aco .sms {
    font-size: 0.78125vw;
    color: #999999;
    line-height: 1.7;
    padding: 15px 0;
}

.c1_list li .aco .svs {
    position: relative;
    font-size: 14px;
    color: #999999;
    margin-top: 30px;
}

.c1_list li .aco .svs span {
    padding-right: 30px;
    background: url(../images/s006.png) no-repeat right center;
}

.c1_list li .aimg {
    position: relative;
    width: 55%;
}

.c1_list li .aimg img {
    display: block;
    max-width: 100%;
}

.c1_list li:hover .aco h3 {
    color: #1462ad;
}

.c1_list li:hover .aco .svs span {
    color: #1462ad;
    background: url(../images/s007.png) no-repeat right center;
}


/* c2_index */

.c2_index {
    position: relative;
    background: url(../images/s008.jpg) no-repeat center;
    background-size: cover;
    padding-top: 3.64583vw;
    padding-bottom: 5.2083vw;
}

.ttt1 {
    text-align: center;
}

.ttt1 h3 {
    font-size: 2.08333vw;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.ttt1 h3::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 65px;
    height: 3px;
    background: rgba(255, 255, 255, 0.6);
}

.ttt1 p {
    font-size: 0.9375vw;
    color: rgba(255, 255, 255, 0.6);
}

.c2_con {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.3);
}

.c2left {
    position: relative;
    width: 54.28%;
    padding: 2.60416vw;
    padding-right: 5.2083vw;
}

.c2left>h3 {
    font-weight: 600;
    font-size: 1.5625vw;
    color: #fff;
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 35px;
}

.c2left>h3::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 74px;
    height: 4px;
    background: #1462ad;
}

.c2left .abbtxt {
    font-size: 0.8333vw;
    color: rgba(255, 255, 255, 0.7);
    line-height: 2;
}

.c2left .ljgd {
    display: block;
    background: #1462ad;
    text-align: center;
    color: #fff;
    font-size: 0.8333vw;
    width: 152px;
    line-height: 50px;
    margin-top: 50px;
}

.c2left .ljgd i {
    background: url(../images/s009.png) no-repeat center;
    width: 8px;
    height: 12px;
    display: inline-block;
    margin-right: 15px;
}

.c2right {
    position: relative;
    width: 45.72%;
}


/* number */

.number {
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
}

.number li {
    position: relative;
    width: 50%;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    height: 50%;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding: 1.0416vw;
    padding-top: 3.64583vw;
}

.number li:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.number li h3 {
    color: #fff;
    display: inline-block;
}

.number li h3 i {
    font-style: inherit;
    color: #fff;
    font-size: 2.395833vw;
    font-family: "Myriad Pro";
}

.number li p {
    font-size: 0.8333vw;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.6);
    padding-top: 10px;
}


/* c3_index */

.c3_index {
    position: relative;
    padding-top: 3.64583vw;
    padding-bottom: 3.64583vw;
}

.ttt3 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2.60416vw;
}

.ttt3>h3 {
    font-size: 2.08333vw;
    color: #000000;
    font-weight: bold;
    padding-bottom: 20px;
    background: url(../images/s010.jpg) no-repeat left bottom;
}

.ttt3 ul {
    position: relative;
    border-bottom: 2px solid #cccccc;
    display: flex;
    width: 320px;
    justify-content: space-between;
}

.ttt3 ul li {
    position: relative;
    padding: 15px 0;
}

.ttt3 ul li a {
    display: block;
    font-size: 0.8851466vw;
    color: #666666;
    font-weight: bold;
}

.ttt3 ul li:hover::before,
.ttt3 ul li.on::before {
    position: absolute;
    left: 0px;
    bottom: -2px;
    content: "";
    width: 100%;
    height: 2px;
    background: #1462ad;
}

.ttt3 ul li:hover a,
.ttt3 ul li.on a {
    color: #1462ad;
}


/* c3_con */

.c3_con {
    position: relative;
}

.list_pp {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.list_pp li {
    position: relative;
    width: 32.33%;
}

.list_pp li a {
    display: block;
}

.list_pp li .com-img img {
    display: block;
    width: 100%;
}

.list_pp li .spp {
    background: url(../images/s011.jpg) no-repeat center;
    background-size: cover;
    padding: 1.5625vw;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.list_pp li .spp h3 {
    font-size: 0.9375vw;
    color: #333333;
    font-weight: bold;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list_pp li .spp div {
    font-size: 14px;
    color: #777777;
    line-height: 1.7;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list_pp li .spp span {
    display: block;
    font-size: 14px;
    color: #999999;
    margin-top: 1.302083vw;
}

.list_pp li:hover .spp {
    background: #1462ad;
}

.list_pp li:hover .spp h3,
.list_pp li:hover .spp div,
.list_pp li:hover .spp span {
    color: #fff;
}


/* ft_layout */

.ft_layout {
    position: relative;
    background: #1a1a1a;
}

.ft_top {
    position: relative;
    padding: 50px 0;
}

.x-layout-menu {
    position: relative;
    width: 50%;
}

.x-layout-menu dl {
    float: left;
    width: 25%
}

.x-layout-menu dl dt {
    font-size: 17px;
    color: #fff;
    margin-bottom: 1.43em;
    font-weight: bold;
}

.x-layout-menu dl dd a {
    display: block;
    font-size: 14px;
    color: #a3a3a3;
    line-height: 2.2;
}

.x-layout-menu dl dd a:hover {
    color: #fff;
}


/* ft_right */

.ft_right {
    position: relative;
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ft_bb {
    padding-left: 3.64583vw;
}

.ft_bb .ft_phone {
    padding-left: 65px;
    background: url(../images/s012.png) no-repeat left 5px;
    font-size: 16px;
    color: #a3a3a3;
}

.ft_bb .ft_phone p:nth-child(2) {
    font-weight: bold;
    color: #fff;
    font-size: 28px;
}

.ft_bb .ft_contact {
    font-size: 14px;
    color: #a3a3a3;
    line-height: 2;
    margin-top: 30px;
}

.ft_cc {
    padding-top: 25px;
}

.ft_ewm {
    text-align: center;
    line-height: 40px;
    color: #a3a3a3;
    font-size: 14px;
}

.ft_ewm img {
    display: inline-block;
    max-width: 100%;
}

@media (max-width: 1200px) {
    .x-menu>li>a {
        font-size: 15px;
    }
    .ttt3 ul li a {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .c1_list li {
        width: 100%;
        padding: 15px;
        margin-bottom: 15px;
    }
    .c1_list li .aco h3 {
        font-size: 18px;
    }
    .c1_list li .aco .sms {
        font-size: 14px;
    }
    .ttt1 h3 {
        font-size: 22px;
    }
    .ttt1 p {
        font-size: 14px;
    }
    .c2_index {
        padding: 30px 0;
    }
    .c2_con {
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .c2_con>div {
        width: 100%;
    }
    .c2left {
        padding: 20px;
    }
    .c2left>h3 {
        font-size: 18px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .c2left .abbtxt {
        font-size: 14px;
    }
    .c2left .ljgd {
        font-size: 12px;
        width: 120px;
        line-height: 40px;
        margin-top: 30px;
    }
    .number li {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding: 15px;
    }
    .ttt3 ul {
        width: 250px;
    }
    .list_pp {
        flex-wrap: wrap;
    }
    .list_pp li {
        width: 100%;
        margin-bottom: 15px;
    }
    .list_pp li .spp {
        padding: 20px;
    }
    .list_pp li .spp h3 {
        font-size: 16px;
    }
    .number li h3 i {
        font-size: 18px;
    }
    .number li p {
        font-size: 12px;
    }
    .ft_top {
        flex-wrap: wrap;
    }
    .x-layout-menu {
        width: 100%;
    }
    .ft_right {
        width: 100%;
        margin-top: 15px;
    }
    .ft_bb {
        padding-left: 0px;
    }
}

@media (max-width: 480px) {
    .c1_list li .aco .sms {
        font-size: 12px;
    }
    .c1_list li .aco .svs {
        margin-top: 15px;
    }
    .ttt3>h3 {
        font-size: 20px;
        padding-bottom: 15px;
    }
    .ttt3 ul {
        width: 200px;
    }
    .ttt3 ul li {
        padding: 10px 0;
    }
    .ttt3 ul li a {
        font-size: 13px;
    }
    .list_pp li .spp div {
        font-size: 12px;
    }
    .ft_top {
        padding: 30px 0 15px;
    }
}