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;
}

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

p {
    margin: 0;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5
}

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

.wd1400 {
    width: 1400px;
    margin: 0 auto;
}


/*滚动*/

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

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

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

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

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

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


/*----- 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;
}

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

.com-img img {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.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);
}


/*头部样式*/

.top_head {
    position: relative;
    height: 100px;
}

.logo {
    float: left;
    line-height: 100px;
    width: 350px;
}

.top_phone {
    width: 160px;
    float: right;
    position: relative;
    margin-top: 25px;
    font-size: 14px;
    color: #0063b1;
}

.top_phone p:nth-child(2) {
    font-weight: bold;
    font-size: 20px;
}


/* banner */

.x-banner {
    position: relative;
}

.x-banner .owl-carousel .banner-item a {
    display: block;
    overflow: hidden;
}

.x-banner .active .banner-item a img {
    -webkit-animation: scaleUpDown 5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: scaleUpDown 5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/*热门搜索*/

.search_index {
    min-height: 80px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.hotSearch {
    float: left;
    font-weight: normal;
    color: #666666;
    font-size: 14px;
    margin-top: 15px;
}

.hotSearch a {
    color: #666;
    padding: 0 3px;
}


.ft_seo {
    padding-top: 5px;
    font-size: 12px;
    color: #999999;
}

.ft_seo a {
    font-size: 12px;
    color: #999999;
}


#formsearch2 {
    float: right;
    margin-top: 20px;
    width: 344px;
    height: 38px;
    line-height: 38px;
    background: url(//cdn.myxypt.com/e389389a/21/09/0950d5d447077dbbf4208f4e54d606745b0f739a.png) no-repeat center center;
}

#formsearch2 input {
    height: 38px;
    line-height: 38px;
    background: #fff;
    border: none;
    outline: none;
    float: left;
    background: none;
}

#formsearch2 input#keyword {
    height: 38px;
    line-height: 38px;
    padding-left: 15px;
    color: #b5b5b5;
    font-size: 13px;
    width: calc(100% - 60px);
}

#formsearch2 input#s_btn {
    width: 60px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

#formsearch2 input::-webkit-input-placeholder,
#formsearch2 textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #b5b5b5;
}

#formsearch2 input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b5b5b5;
}

#formsearch2 input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b5b5b5;
}

#formsearch2 input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #b5b5b5;
}

#formsearch2 input[type='text']::-webkit-input-placeholder {
    color: #b5b5b5;
}


/* c1_index */

.c1_index {
    position: relative;
    padding: 65px 0;
}

.titaa {
    text-align: center;
    position: relative;
}

.titaa b {
    text-transform: uppercase;
    font-size: 90px;
    color: #0b6eb9;
    line-height: 1;
    opacity: .1;
}

.titaa h3 {
    display: inline-block;
    font-size: 44px;
    color: #0063b1;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -0%);
    z-index: 9;
}

.titaa h3::before {
    position: absolute;
    background: #0063b1;
    content: "";
    width: 60px;
    height: 6px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}

.pro_wap {
    position: relative;
}

.sort1 {
    margin: 40px 0;
    text-align: center;
}

.sort1 li {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0 12px;
}

.sort1 li a {
    display: block;
    font-size: 18px;
    color: #333333;
    width: 160px;
    line-height: 40px;
    border: 1px solid #333;
    border-radius: 30px;
}

.sort1 li.on a,
.sort1 li:hover a {
    background: #0063b1;
    border: 1px solid #0063b1;
    color: #fff;
}

.list_cp {
    position: relative;
}

.list_cp li {
    float: left;
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
}

.list_cp li:nth-child(4n) {
    margin-right: 0;
}

.list_cp li a {
    display: block;
    border: 1px solid #ebebeb;
}

.list_cp li .com-img img {
    width: 333px;
    height: 274px;
}

.list_cp li h3 {
    line-height: 50px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    border-bottom: 4px solid transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.list_cp li:hover h3 {
    color: #0063b1;
}

.list_cp li h3::before {
    content: '';
    width: 0%;
    height: 3px;
    background: #0063b1;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.list_cp li:hover h3::before {
    width: 100%;
    left: 0%;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.list_cp li:hover a {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}


/* c2_index */

.c2_index {
    position: relative;
    height: 620px;
    background: url(//cdn.myxypt.com/e389389a/21/09/33fcb24b9069af9cc2a4eb407bc3bc93cb238662.jpg) no-repeat center;
    padding-top: 80px;
}

.abb_left {
    float: left;
    width: 642px;
    padding-left: 20px;
    padding-top: 20px;
    position: relative;
}

.abb_left::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90%;
    height: 90%;
    content: "";
    background: rgba(255, 255, 255, .29);
    z-index: 0;
}

.abb_left img {
    width: 623px;
    height: 437px;
    position: relative;
}

.abb_right {
    float: right;
    width: 675px;
}

.abb_right h2 {
    font-size: 39px;
    color: #ffff;
    margin-top: 15px;
}

.abb_right h2 i {
    font-style: inherit;
    font-size: 30px;
}

.abb_right>span {
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, .42);
    position: relative;
}

.abb_right>span::before {
    position: absolute;
    right: 0px;
    top: 15px;
    height: 1px;
    width: 86%;
    background: #fff;
    content: "";
}

.abb_right .abbtxt {
    line-height: 2;
    font-size: 16px;
    color: #fff;
    margin: 30px 0 40px;
}

.abb_right .abbtxt p {
    margin: 10px 0;
}

.abb_right .abbmore {
    display: block;
    width: 136px;
    line-height: 45px;
    background: transparent;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.abb_right .abbmore:hover {
    background: #fff;
    color: #0063b1;
}


/* c3_index */

.c3_index {
    position: relative;
    padding: 60px 0;
}

.list_case {
    position: relative;
    margin-top: 40px;
}

.list_case li {
    float: left;
    position: relative;
    margin-right: 25px;
    margin-bottom: 28px;
}

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

.list_case li a {
    display: block;
}

.list_case li .com-img img {
    width: 450px;
    height: 350px;
}


/* c4_index */

.c4_index {
    position: relative;
    height: 790px;
    background: url(//cdn.myxypt.com/e389389a/21/09/2b19df37bc9e0d9f087fda7e6a529efe987bbe5d.jpg) no-repeat center;
    padding-top: 70px;
}

.titbb {
    text-align: center;
    position: relative;
}

.titbb b {
    text-transform: uppercase;
    font-size: 90px;
    color: #fff;
    line-height: 1;
    opacity: .1;
}

.titbb h3 {
    display: inline-block;
    font-size: 44px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 0%);
    z-index: 9;
}

.titbb h3::before {
    position: absolute;
    background: #fff;
    content: "";
    width: 60px;
    height: 6px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
}

.c4_wap {
    position: relative;
    margin-top: 40px;
}

.c4_list {
    position: relative;
}

.c4_list li {
    position: relative;
}

.c4_list li a {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
}

.c4_list li .zleft {
    width: 655px;
}

.c4_list li .zleft img {
    width: 655px;
}

.c4_list li .zright {
    width: 645px;
    background: #fff url(//cdn.myxypt.com/e389389a/21/09/5083e46a7c2b8840723d417f40042abda40b405c.png) no-repeat 80% 80%;
    position: relative;
    padding: 45px;
}

.zright .youfu {
    position: absolute;
    width: 100px;
    right: 0px;
    top: 0px;
}

.zright .youfu span {
    display: block;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: #0063b1;
    color: #fff;
    font-size: 54px;
    font-weight: bold;
}

.zright .youfu b {
    display: block;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: #333333;
    color: #fff;
    font-size: 18px;
}

.c4_list li .zright h2 {
    font-size: 24px;
    color: #0b6eb9;
    margin-top: 15px;
    width: 420px;
    border-bottom: 1px solid #dddddd;
}

.c4_list li .zright h2 em {
    font-style: inherit;
    font-size: 12px;
    color: #cfcece;
    font-family: "Arial";
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    padding: 10px 0;
}

.c4_list li .zright .zsumm {
    font-size: 16px;
    color: #666666;
    line-height: 2;
    margin-top: 30px;
    margin-bottom: 65px;
    width: 420px;
}

.c4_list li .zright .zxun {
    display: block;
    width: 138px;
    line-height: 40px;
    background: #000;
    font-size: 14px;
    color: #fff;
    text-align: center;
}


/*  */

.c4_wap .hd {
    position: relative;
    margin-top: 30px;
}

.c4_wap .hd ul {
    font-size: 0;
    text-align: center;
}

.c4_wap .hd ul li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #fff;
    display: inline-block;
    margin: 0 10px;
}

.c4_wap .hd ul li:hover,
.c4_wap .hd ul li.on {
    background: #fff;
}


/*  */

.c4_wap .prev,
.c4_wap .next {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(//cdn.myxypt.com/e389389a/21/09/ebcf1c65b4103bc30014e213f79214d330f45448.png) center no-repeat;
}

.c4_wap .next {
    left: auto;
    right: 0;
    background: url(//cdn.myxypt.com/e389389a/21/09/f76557b7b12c4b6696445a0613efee4b74487066.png) center no-repeat;
}


/* c5_index */

.c5_index {
    position: relative;
    padding: 60px 0;
}

.c5_wap {
    position: relative;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.c5_tit {
    position: relative;
    margin-bottom: 30px;
}

.c5_tit h3 {
    font-size: 35px;
    color: #000;
}

.c5_tit h3 span {
    margin-left: 15px;
    font-family: "Arial";
    font-weight: normal;
    font-size: 20px;
    color: #cccccc;
}

.c5left {
    position: relative;
    width: 780px;
}

.news_list11 {
    position: relative;
}

.news_list11 li {
    position: relative;
    margin-bottom: 40px;
}

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

.news_list11 li .ntime {
    position: relative;
    text-align: center;
    width: 80px;
}

.news_list11 li .ntime span {
    display: block;
    font-family: "Arial";
    color: #fff;
}

.news_list11 li .ntime span:nth-child(1) {
    height: 65px;
    line-height: 65px;
    font-size: 46px;
    background: #0b6eb9;
}

.news_list11 li .ntime span:nth-child(2) {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    background: #7d7d7d;
}

.news_list11 li .nrr {
    position: relative;
    width: calc(100% - 110px);
}

.news_list11 li .nrr h3 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin: 5px 0;
}

.news_list11 li .nrr .smms {
    line-height: 1.7;
    font-size: 16px;
    color: #666666;
}

.news_list11 li:hover .nrr h3 {
    color: #0b6eb9;
}


/*  */

.c5right {
    position: relative;
    width: 560px;
}

.c5right .nsimg {
    position: relative;
    margin-bottom: 15px;
}

.c5right .nsimg img {
    width: 100%;
}


/*  */

#ydemo {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    height: 350px;
}

#yindemo {
    height: 100%;
}

#ydemo1 {}

#ydemo2 {}


/*  */

.news_list33 {
    position: relative;
}

.news_list33 li {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #ececec;
}

.news_list33 li a {
    display: block;
    background: url(//cdn.myxypt.com/e389389a/21/09/bd9eb06026413cb763f973b27fcc684a12ca4853.png) no-repeat left 0px;
    padding-left: 40px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}

.news_list33 li span {
    display: block;
    background: url(//cdn.myxypt.com/e389389a/21/09/8efe72b87ab3a447a52cac8e62d5d05c26bfbe62.png) no-repeat left 5px;
    padding-left: 40px;
    font-size: 16px;
    color: #666666;
    line-height: 1.7;
}

.news_list33 li:hover a {
    color: #0b6eb9;
}


/* c6_index */

.c6_index {
    position: relative;
    padding-bottom: 60px;
}

.c6_index .partner {
    position: relative;
    margin-top: 30px;
    padding: 0 45px;
}

.partner .slick-slide {
    position: relative;
    margin: 0 10px;
}

.partner .slick-slide a {
    display: block;
    border: 2px solid #eeeeee;
}

.partner .slick-slide a img {
    width: 100%;
}

.partner .slick-slide:hover a {
    border-color: #0b6eb9;
}

.partner .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 50px;
    font-size: 0;
    border: none;
    outline: none;
}

.partner .slick-prev {
    left: -10px;
    background: url(//cdn.myxypt.com/e389389a/21/09/0ab1d3fdd7a31ddc4257ecaa24e2177287fc9e56.png) no-repeat center #222222;
}

.partner .slick-next {
    right: -10px;
    background: url(//cdn.myxypt.com/e389389a/21/09/da4b11de045ad86dbd11e7466176c637189071e6.png) no-repeat center #222222;
}

.partner .slick-prev:hover {
    left: -10px;
    background: url(//cdn.myxypt.com/e389389a/21/09/0ab1d3fdd7a31ddc4257ecaa24e2177287fc9e56.png) no-repeat center #0b6eb9;
}

.partner .slick-next:hover {
    right: -10px;
    background: url(//cdn.myxypt.com/e389389a/21/09/da4b11de045ad86dbd11e7466176c637189071e6.png) no-repeat center #0b6eb9;
}


/* link */

.link {
    position: relative;
    background: #f5f5f5;
    padding: 10px 0;
    font-size: 16px;
    color: #666666;
    line-height: 1.7;
}

.link a {
    font-size: 14px;
    color: #666666;
    margin-right: 10px;
}


/* foot_wap */

.foot_wap {
    background: #1b1b1b;
    position: relative;
}

.ft_nav {
    position: relative;
    border-bottom: 1px solid #3d3d3d;
}

.ft_nav ul {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
}

.ft_nav ul li {
    position: relative;
    text-align: center;
}

.ft_nav ul li a {
    display: block;
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
}


/* ft_midd */

.ft_midd {
    padding: 40px 0;
}

.ft_aa {
    float: left;
    width: 500px;
    font-size: 14px;
    line-height: 2;
    color: #fff;
}

.ft_bb {
    float: left;
    width: 590px;
    line-height: 2;
    color: #fff;
    font-size: 14px;
    padding-left: 40px;
    border-left: 1px solid #3d3d3d;
    border-right: 1px solid #3d3d3d;
}

.ft_bb a {
    color: #fff;
    font-size: 14px;
}

.ft_cc {
    float: right;
    width: 255px;
    display: flex;
    justify-content: space-between;
}

.ft_cc>div {
    width: 106px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
}

.ft_cc>div img {
    max-width: 100%;
}


/*  */

.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}