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,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5
}

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

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

.wd1270 {
    width: 1270px;
    margin: 0 auto;
}

p {
    margin: 0;
}


/*滚动*/

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



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

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

#c_demo1 {
    float: left;
}

#c_demo2 {
    float: left;
}



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

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

#d_demo1 {
    float: left;
}

#d_demo2 {
    float: left;
}


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

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

#e_demo1 {
    float: left;
}

#e_demo2 {
    float: left;
}




.l_btn1,
.l_btn2,
.l_btn3,
.l_btn4,
.l_btn5,
.r_btn1,
.r_btn2,
.r_btn3,
.r_btn4,
.r_btn5{
    position: absolute;
    top: 40%;
    cursor: pointer;
    z-index: 9999;
}

.l_btn1,
.l_btn2,
.l_btn3,
.l_btn4,
.l_btn5{
    left: 25%;
}

.r_btn1,
.r_btn2,
.r_btn3,
.r_btn4,
.r_btn5{
    right: 25%;
}





/*导航栏样式*/

.nav {
    background-color: #3480ce;
    height: 32px;
}

.nav li {
    line-height: 32px;
    height: 32px;
    text-align: center;
    width: 90px;
    float: left;
    position: relative;
    z-index: 999;
}

.nav li a {
    display: block;
    line-height: 32px;
    color: #fff;
    height: 32px;
}

.nav li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #24588e;
}

.nav .sec {
    height: 0;
    background: #01557a;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 32px;
    left: 0px;
}

.nav .sec a {
    background: #01557a;
    color: #fff;
    height: 38px;
    line-height: 38px;
    width: 90px;
}

.nav .sec a:hover {
    background: #042d3f;
    text-decoration: none;
}


/*头部样式*/

#header {
    height: 30px;
    line-height: 30px;
    background: #f3f3f3;
    border-bottom: 1px solid #d7d7d7;
    color: #7e7e7e;
    font-size: 14px;
}

#header a {
    color: #7e7e7e;
    font-size: 14px;
}

.top_cc {
    position: relative;
    height: 97px;
}

.logo {
    float: left;
    margin-top: 18px;
}

#menu {
    margin-top: 5px;
}


/*热门搜索*/

.search_index {
    height: 60px;
    line-height: 60px;
    position: relative;
    color: #666;
    border-bottom: 1px solid #bcbcbc;
}

#formsearch {
    margin-top: 12px;
    width: 324px;
    height: 35px;
    line-height: 35px;
    float: right;
    background: url(../images/ssbg.png) no-repeat center center;
}

.hotSearch {
    float: left;
    height: 60px;
    line-height: 60px;
    font-weight: normal;
    color: #222222;
}

.hotSearch a {
    color: #666;
    margin-right: 10px;
}

#formsearch input {
    height: 35px;
    background: #fff;
    line-height: 35px;
    border: none;
    outline: none;
}

#formsearch input#keyword {
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
    color: #686868;
    float: left;
    background: none;
    border: none;
    font-size: 13px;
    width: 277px;
}

#formsearch input#s_btn {
    width: 47px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    float: left;
    background: none;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 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);
}


/*c1_index*/

.c1_index {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.ttt1 {
    text-align: center;
}

.ttt1 h3 {
    font-size: 40px;
    color: #141414;
}

.ttt1 p {
    font-size: 16px;
    color: #878787;
    text-transform: uppercase;
    padding-bottom: 10px;
    background: url(../images/hong.png) no-repeat center bottom;
}

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

.c11_list li img {
    width: 389px;
    height: 308px;
}


/*c2_index*/

.c2_index {
    position: relative;
    padding-top: 10px;
    padding-bottom: 40px;
}

.sort_wap {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
}

.sort1 {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.sort1 li {
    width: 150px;
    text-align: center;
    position: relative;
}

.sort1 li+li {
    background: url(../images/xie.png) no-repeat left center;
}

.sort1 li i {
    font-style: inherit;
    font-size: 42px;
    color: #e5e5e5;
    font-family: "impact";
    line-height: 1;
    overflow: hidden;
    position: absolute;
    top: -13px;
    left: 55px;
    height: 20px;
    z-index: -1;
}

.sort1 li a {
    font-size: 19px;
    color: #515151;
    display: block;
}

.sort1 li:hover::before,
.sort1 li.cur::before {
    width: 35px;
    height: 3px;
    background: #c60000;
    position: absolute;
    bottom: -15px;
    content: "";
    left: 55px;
    right: 55px;
}

.sort1 li:hover a,
.sort1 li.cur a {
    color: #c60000;
}


#tab1z{
    position: relative;
}

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

.c22_list li {
    position: relative;
    margin: 0 30px;
    float: left;
    /*height: 500px;*/
}

.c22_list li a.img {
    display: block;
}

.c22_list li a.img img {
    width: 100%;
}

.c22_list li a.img h3 {
    height: 40px;
    line-height: 40px;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 16px;
    position: absolute;
    bottom: 0px;
    text-align: center;
    font-weight: normal;
}

.c22_list .slick-prev,
.c22_list .slick-next {
    position: absolute;
    top: 40%;
    width: 68px;
    height: 68px;
    outline: none;
    font-size: 0px;
    border: none;
    background: none;
    z-index: 9999;
}

.c22_list .slick-prev {
    left: 19%;
    background: url(../images/c22_prev.png) no-repeat center center;
}

.c22_list .slick-next {
    right: 19%;
    background: url(../images/c22_next.png) no-repeat center center;
}


/*c2_index*/

.c2_index {
    position: relative;
}

.sort_case_wap {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
}

.sort2 {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.sort2 li {
    width: 180px;
    text-align: center;
    position: relative;
}

.sort2 li+li {
    background: url(../images/xie.png) no-repeat left center;
}

.sort2 li a {
    font-size: 19px;
    color: #515151;
    display: block;
}

.sort2 li:hover::before,
.sort2 li.cur::before {
    width: 35px;
    height: 3px;
    background: #c60000;
    position: absolute;
    bottom: -15px;
    content: "";
    left: 70px;
    right: 70px;
}

.sort2 li:hover a,
.sort2 li.cur a {
    color: #c60000;
}

.tt2 {
    // display: block;
}

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

.c33_list {
    position: relative;
}

.c33_list li {
    float: left;
    margin-right: 12px;
    margin-bottom: 0px;
}

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

.c33_list li a.img {
    display: block;
}

.c33_list li a.img img {
    width: 308px;
    height: 238px;
}

.c33_list li a.img h3 {
    line-height: 45px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #353535;
}


/*c4_index*/

.c4_index {
    position: relative;
    background: #f5f4f4;
    padding-top: 45px;
    padding-bottom: 75px;
}

.sort_news_wap {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
}

.sort3 {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.sort3 li {
    width: 150px;
    text-align: center;
    position: relative;
}

.sort3 li+li {
    background: url(../images/xie.png) no-repeat left center;
}

.sort3 li a {
    font-size: 19px;
    color: #515151;
    display: block;
}

.sort3 li:hover::before,
.sort3 li.cur::before {
    width: 35px;
    height: 3px;
    background: #c60000;
    position: absolute;
    bottom: -15px;
    content: "";
    left: 55px;
    right: 55px;
}

.sort3 li:hover a,
.sort3 li.cur a {
    color: #c60000;
}

.tt3 {
    // display: block;
}

.tabz_content3 {
    position: relative;
    margin-top: 60px;
}

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

.c44_list li {
    width: 393px;
    height: 470px;
    background: #fff;
    position: relative;
    transition: all .3s;
}

.c44_list li a.img {
    display: block;
    padding: 20px;
}

.c44_list li a.img img {
    width: 356px;
    height: 217px;
}

.c44_list li a.img h3 {
    line-height: 40px;
    color: #2a2a2a;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    padding: 20px 0 15px;
}

.c44_list li a.img span {
    display: block;
    font-size: 15px;
    color: #797979;
    line-height: 25px;
}

.c44_list li h4 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    background: #dadada;
    transition: all .5s;
}

.c44_list li h4 span {
    font-size: 18px;
    color: #4f4f4f;
    font-family: "黑体";
}

.c44_list li h4 a {
    text-transform: uppercase;
    font-size: 16px;
    color: #4f4f4f;
    position: absolute;
    right: 20px;
    top: 0px;
}

.c44_list li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.c44_list li:hover h4 {
    background: #c60000;
}

.c44_list li:hover h4 span,
.c44_list li:hover h4 a {
    color: #fff;
}


/*c5_index*/

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

.c55_left {
    float: left;
}

.c55_left img {
    width: 606px;
    height: 345px;
}

.c55_right {
    float: right;
    width: 600px;
}

.foot_nav {
    position: relative;
    background: #383838;
    height: 80px;
}

.foot_nav_aa {
    float: left;
    width: 820px;
}

.foot_nav_aa a {
    line-height: 80px;
    font-size: 16px;
    color: #fff;
    padding-right: 50px;
}

.foot_phone {
    float: right;
    padding-top: 10px;
    text-align: center;
    padding-right: 15px;
}

.foot_phone p {
    color: #fff;
    font-size: 27px;
    font-weight: bold;
}

.foot_phone h3 {
    color: #fff;
    font-size: 27px;
    font-weight: bold;
}

.foot_phone span {
    display: block;
    color: #a3a3a3;
    font-size: 15px;
    letter-spacing: 18px;
    text-indent: 10px;
}


/*foot_wap*/

.foot_wap {
    position: relative;
    background: #222222;
    padding: 35px 0;
}

.foot_aa {
    float: left;
    margin-top: 25px;
}

.foot_aa li {
    float: left;
}

.foot_aa li+li {
    margin-left: 130px;
}

.foot_aa li a.img {
    float: left;
    display: block;
    position: relative;
}

.foot_aa li a.img img {
    padding-top: 4px;
}

.foot_aa li a.img::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 45px;
    background: #6a6a6a;
    right: -10px;
    top: 0px;
}

.foot_aa li .time {
    float: left;
    margin-left: 20px;
}

.foot_aa li .time h3 {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}

.foot_aa li .time h3 span {
    color: #626262;
    text-transform: uppercase;
    font-weight: normal;
    margin-left: 3px;
}

.foot_aa li .time h4 {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}

.foot_ewm {
    float: right;
}


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

.tt {
    /*height: 0;*/
    /*overflow: hidden;*/
    display: none;
}

/*.tt.aa {*/
/*    height: auto!important;*/
/*}*/


/*友情链接*/

.f_link {
    width: 1000px;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 30px;
    line-height: 30px;
    background-color: #ececec;
    text-indent: 20px;
}


/*页面底部*/

#footer {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 8px;
    border-top: 2px solid #eee;
    margin-top: 15px;
}

#footer a {
    color: #666;
}

#footer a:hover {
    color: #e87518;
    text-decoration: none;
}

.nav_foot {
    text-align: center;
    line-height: 24px;
    color: #666;
}

.copyright {
    text-align: center;
    line-height: 24px;
}


/*------------内页-------------------*/

s