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
}

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

p {
    margin: 0;
}

.wd1200 {
    width: 1200px;
    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;
    margin: 0 auto;
}

.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: fixed;
    background: #fff;
    width: 100%;
    top: 0;
    height: 62px;
    z-index: 999;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, .2);
}

.top_head2 {
    position: relative;
}

.logo {
    float: left;
    line-height: 62px;
}

.language {
    position: relative;
    margin-left: 20px;
    font-size: 12px;
    color: #000000;
    margin-top: 20px;
    float: right;
}

.language a {
    font-size: 12px;
    color: #000000;
    margin-left: 6px;
}

.language a.zn {
    background: url(../images/line017.png) no-repeat left bottom;
    padding-bottom: 5px;
}


/*  */

#section2 {
    position: relative;
    background: url(../images/c2bg.jpg) no-repeat center;
    background-size: cover;
}

.c2_index {
    position: relative;
}

.abb_wap {
    position: relative;
    width: 820px;
    float: right;
}

.ttt2 {
    text-align: center;
}

.ttt2 h3 {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
}

.ttt2 p {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}

.abbtxt {
    font-size: 14px;
    line-height: 2;
    color: #fff;
    margin-top: 20px;
    text-indent: 20px;
}

.abb_wap .abbmore {
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    line-height: 2;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase;
}

.ads_list {
    position: relative;
    display: flex;
    justify-content: center;
}

.ads_list li {
    width: 25%;
    position: relative;
    text-align: center;
}

.ads_list li a {
    display: block;
}

.ads_list li .ovimg {
    line-height: 60px;
    overflow: hidden;
}

.ads_list li .ovimg img {
    max-width: 100%;
}

.ads_list li h3 {
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
    font-weight: normal;
}

.ads_list li span {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
}


/*  */

#section3 {
    position: relative;
    background: url(../images/c3bg.jpg) no-repeat center;
    background-size: cover;
}

.c3_index {
    position: relative;
}

.ttt3 {
    text-align: center;
}

.ttt3 h3 {
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    font-weight: normal;
}

.ttt3 p {
    font-size: 18px;
    color: #000000;
}

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

.pro_list li {
    position: relative;
    text-align: center;
    border: 1px solid #cacaca;
    transition: .5s ease;
}

.pro_list li a {
    display: block;
}

.pro_list li .ppimg {
    overflow: hidden;
}

.pro_list li .ppimg img {
    width: 290px;
    height: 342px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    /* filter: grayscale(100%); */
    filter: gray;
}

.pro_list li .pptxt {
    background: #fff;
    padding: 15px 0 20px;
    transition: .5s ease;
}

.pro_list li .pptxt h3 {
    font-size: 14px;
    color: #363636;
    margin-bottom: 3px;
}

.pro_list li .pptxt span {
    display: block;
    font-family: "Myriad Pro";
    font-size: 14px;
    color: #363636;
    text-transform: uppercase;
}

.pro_list li:hover .pptxt {
    background: #0751e6;
}

.pro_list li:hover .pptxt h3,
.pro_list li:hover .pptxt span {
    color: #fff;
}

.pro_list li:hover .ppimg img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
}


/*  */

#section4 {
    position: relative;
    background: url(../images/c4bg.jpg) no-repeat center;
    background-size: cover;
}

.c4_index {
    position: relative;
}

.ttt4 {
    text-align: center;
}

.ttt4 h3 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
}

.ttt4 p {
    font-size: 18px;
    color: #fff;
}

.nn_sort {
    float: right;
    margin-top: 45px;
    text-align: right;
    width: 600px;
    background: url(../images/nshu.png) no-repeat left top;
    min-height: 36px;
}

.nn_sort li {
    display: inline-block;
    margin-left: 15px;
}

.nn_sort li a {
    display: block;
    font-size: 12px;
    color: #fff;
}


/*  */

.news_list11 {
    position: relative;
    margin-top: 28px;
    padding-top: 50px;
}

.news_list11 .slick-list {
    padding-top: 50px;
}

.news_list11 .slick-slide {
    position: relative;
    margin: 0 10px;
    background: rgba(255, 255, 255, .9);
    padding: 25px;
    padding-bottom: 15px;
    padding-top: 55px;
    transition: .3s ease;
    border: none;
    outline: none;
}

.news_list11 .slick-slide .nndate {
    position: absolute;
    top: -30px;
    left: 30px;
    width: 65px;
    height: 66px;
    background: #0751e6;
    color: #fff;
    text-align: right;
    padding: 15px 10px;
    font-size: 16px;
    line-height: 1;
    transition: .5s ease;
    font-weight: 100;
}

.news_list11 .slick-slide .nndate span:nth-child(2) {
    font-size: 12px;
}

.news_list11 .slick-slide .img {
    display: block;
}

.news_list11 .slick-slide .img h3 {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    margin-bottom: 15px;
}

.news_list11 .slick-slide .img span {
    display: block;
    font-size: 12px;
    color: #000;
    font-weight: 100;
    line-height: 2;
}

.news_list11 .slick-slide .img i {
    font-style: inherit;
    text-align: right;
    font-size: 12px;
    color: #000;
    font-weight: 100;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.news_list11 .slick-slide:hover {
    background: rgba(4, 81, 237, .8);
}

.news_list11 .slick-slide:hover .img h3,
.news_list11 .slick-slide:hover .img span,
.news_list11 .slick-slide:hover .img i {
    color: #fff;
}

.news_list11 .slick-slide:hover .nndate {
    top: -40px;
    background: #fff;
    color: #0451ed;
    height: 86px;
    font-size: 20px;
    padding: 25px 5px 0 0;
}

.news_list11 .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    z-index: 9;
    bottom: -100px;
}

.news_list11 .slick-dots li {
    display: inline-block;
    margin: 0 10px;
    width: 7px;
    height: 7px;
    background: #fff;
    cursor: pointer;
}

.news_list11 .slick-dots li button {
    background: none;
    outline: none;
    border: none;
    font-size: 0;
}

.news_list11 .slick-dots li.slick-active {
    background-color: #0451ed;
}


/*  */

#section5 {
    position: relative;
    background: url(../images/c5bg.jpg) no-repeat center;
    background-size: cover;
}

.c5_index {
    position: relative;
}

.ttt5 {
    text-align: center;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 15px;
}

.ttt5 h3 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
}

.ttt5 p {
    font-size: 18px;
    color: #fff;
}

.c5_wap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding-top: 8px;
}

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

.contact_liss li {
    min-width: 230px;
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
}

.contact_liss li .ssimg {
    width: 50px;
    border-right: 1px solid #fff;
    height: 135px;
    line-height: 135px;
}

.contact_liss li .ssimg img {
    max-width: 100%;
}

.contact_liss li .foot_aa {
    padding-left: 15px;
    font-size: 14px;
    color: #fff;
    line-height: 2;
}

.contact_liss li .foot_ewm {
    margin-left: 20px;
    width: 110px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 2;
}


/* link */

.link {
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 1.7;
}

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


/* foot_wap */

.foot_wap {
    text-align: center;
    line-height: 1.7;
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
}

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

.foot_wap a:hover {
    color: rgba(255, 255, 255, .8);
}