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

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

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

.fl {
    float: left;
}

.fr {
    float: right;
}

p {
    margin: 0;
}


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

.liuyan h2{
    font-size: 40px;
    color: #d9534f;
    padding-bottom: 20px;
}

.liuyan h3{
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 30px;
}

.wemmm{
    margin-top: 30px;
    font-size: 18px;
    color: #333333;
}
.wemmm span{
    color: #0066ff;
    font-weight: bold;
    
}

/*头部样式*/

#header {
    position: fixed;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
    height: 110px;
    top: 0;
    z-index: 999;
    padding-top: 25px;
}
#header.scroll {
    position: fixed;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
    height: 110px;
    top: 0;
    z-index: 999;
    padding-top: 25px;
    background: #090b1a;
}

.logo {
    float: left;
}

.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.topLink .k2 {
    color: #fff;
    font-size: 14px;
    font-family: "微软雅黑";
    padding-top: 5px;
}

#menu {
    margin-top: 5px;
}


/*热门搜索*/

.search {
    text-align: left;
    height: 24px;
    background-color: #f8f8f8;
    padding: 5px 10px 5px 10px;
}

#formsearch {
    width: 320px;
    float: left;
}

.hotSearch {
    width: 458px;
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

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


/*导航栏样式*/

.nav {
    height: 45px;
}

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

.nav li a {
    display: block;
    line-height: 45px;
    color: #fff;
    height: 45px;
    font-size: 16px;
}

.nav li a:hover {
    color: #00a0e9;
    text-decoration: none;
}

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

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

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


/*首页banner*/

.banner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 325px;
    margin-top: 8px;
}

.banner ul.bb {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
}

.banner ul.bb li {
    position: absolute;
    display: none;
}

.banner .num {
    position: absolute;
    right: 2px;
    bottom: 10px;
    z-index: 100;
}

.banner .num li {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 4px;
    background: #fff;
    line-height: 18px;
    text-indent: -100px;
    overflow: hidden;
    border-radius: 10px;
}

.banner .num li.num_hover {
    background-color: #f7de07;
}

.banner .num li.num_hover a {
    color: #fff;
}

.banner .num li a {
    float: left;
    display: block;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 18px;
    height: 18px;
    line-height: 18px;
}

.vn-search {
    height: 60px;
    border-bottom: 1px solid #dddddd;
}

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

.vn-search .hotSearch a {
    margin-right: 6px;
    color: #666666;
}

.vn-search #formsearch {
    float: right;
    margin-top: 22px;
}

.vn-search #formsearch input {
    height: 22px;
    background: #fff;
    border: 1px solid #c8c8c8;
    line-height: 22px;
    outline: none;
}

.vn-search #formsearch #keyword {
    height: 16px;
    line-height: 16px;
    text-indent: 15px;
    color: #666;
    width: 205px;
    background: none;
    border: none;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
}

.vn-search #formsearch #s_btn {
    width: 46px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: url(../images/sou.png) no-repeat center center;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
    font-size: 0px;
}


/*滚动*/

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


/*c1_index*/

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

.ttt1 {
    text-align: center;
        width: 1920px;
    position: relative;
    margin-left: -960px;
    left: 50%;
}

.ttt1 h3 {
    font-size: 34px;
    color: #434343;
    font-weight: 100;
    background: url(../images/title1.png) no-repeat 348px center;
}

.ttt1 h3 span {
    color: #00a0e9;
    font-weight: 400;
    margin-left: 7px;
    font-weight: bold;
}

.ttt1 h2 {
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    margin-top: 10px;
}

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

.c1_conttt li {
    width: 19.6%;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
    transition: .3s ease;
}

.c1_conttt li a {
    display: block;
}

.c1_conttt li a h3 {
    width: 130px;
    height: 130px;
    line-height: 130px;
    border: 3px solid #00a0e9;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    font-size: 30px;
    color: #00a0e9;
    font-weight: bold;
    font-family: "Arial";
}

.c1_conttt li a span {
    display: block;
    padding-top: 10px;
    color: #545454;
    font-size: 18px;
    font-weight: bold;
}

.c1_conttt li:hover a h3 {
    background: #00a0e9;
    transition: .3s ease;
    color: #fff;
}


/*c2_index*/

.c2_index {
    position: relative;
    background: url(../images/c2_bg.png) no-repeat center center;
    height: 634px;
}

.ttt2 {
    text-align: center;
    padding-top: 74px;
}

.ttt2 h3 {
    font-size: 34px;
    color: #fff;
    font-weight: 100;
}

.ttt2 h3 span {
    color: #fff;
    font-weight: 400;
    font-weight: bold;
}

.ttt2 h2 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-top: 10px;
}

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

.c2_conttt li {
    float: left;
    width: 222px;
    height: 260px;
    background: url(../images/c2_li_bg.png) no-repeat center center;
    margin-right: 22px;
    text-align: center;
    transition: .5s ease;
    margin-top: 0;
}

.c2_conttt li:hover {
    margin-top: -20px;
}

.c2_conttt li:last-child {
    margin-right: 0px;
}

.c2_conttt li a {
    display: block;
}

.c2_conttt li a h1 {
    font-size: 48px;
    font-weight: normal;
    color: #fff;
    margin-top: -25px;
}

.c2_conttt li a h3 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    margin-top: 50px;
}

.c2_conttt li a span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    margin-top: 5px;
}

.c2_conttt li a dd {
    width: 148px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #fff;
    margin: 40px auto 0;
    text-align: center;
    color: #fff;
}

.c2_index .vn2-contact {
    height: 45px;
    width: 408px;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    font-size: 16px;
    color: #ffffff;
    line-height: 41px;
    margin-left: 355px;
    margin-top: 50px;
}

.c2_index .vn2-message {
    width: 134px;
    height: 44px;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    position: relative;
    margin-left: 785px;
    margin-top: -45px;
}

.c2_index .vn2-message a {
    color: #00a0e9;
}


/*c3_index*/

.c3_index {
    margin-top: 70px;
    position: relative;
}

.sort_case {
    text-align: center;
    margin: 35px 0 25px;
}

.sort_case li {
    display: inline-block;
    width: 180px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #666666;
    text-align: center;
    margin: 0 5px;
}

.sort_case li a {
    display: block;
    font-size: 18px;
    color: #333333;
}

.sort_case li:hover a{
    color: #00a0e9;
}

.c3_list {
    position: relative;
}

.c3_list li {
    float: left;
    margin-right: 20px;
    margin-bottom: 12px;
}

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

.c3_list li a.img {
    display: block;
    overflow: hidden;
}

.c3_list li a.img img {
    width: 386px;
    height: 300px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.c3_list li:hover a.img img {
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}

.c3_list li h3 a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333333;
    padding-top: 10px;
    font-weight: normal;
}


/**/

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

.c4_lists {
    position: relative;
    margin-top: 35px;
}

.c4_lists li {
    float: left;
    text-align: center;
    position: relative;
}

.c4_lists li+li {
    margin-left: 83px;
}

.c4_lists li+li::after {
    content: "";
    width: 50px;
    height: 4px;
    position: absolute;
    left: -65px;
    top: 33%;
    background: url(../images/dian.png) no-repeat left center;
}

.c4_lists li:hover a.img img {
    transform: rotateY(180deg);
}

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

.c4_lists li a.img img {
    width: 100px;
    height: 117px;
    transition: .5s;
}

.c4_lists li a.img h3 {
    padding-top: 10px;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    line-height: 23px;
}

.c4_index .vn2-contact {
    height: 45px;
    width: 408px;
    border-top: 1px dashed #333333;
    border-bottom: 1px dashed #333333;
    font-size: 16px;
    color: #333333;
    line-height: 41px;
    margin-left: 355px;
    margin-top: 50px;
    position: relative;
}

.c4_index .vn2-contact::after {
    content: "";
    width: 48px;
    height: 45px;
    left: -60px;
    top: 0px;
    position: absolute;
    background: url(../images/dianhua.png) no-repeat left center;
}

.c4_index .vn2-message {
    width: 134px;
    height: 44px;
    border-radius: 5px;
    background: #cccccc;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    position: relative;
    margin-left: 785px;
    margin-top: -45px;
}

.c4_index .vn2-message a {
    color: #333333;
}

.c4_index .vn2-message:hover {
    background: #00a0e9;
}

.c4_index .vn2-message:hover a {
    color: #fff;
}


/*c5_index*/

.c5_index {
    margin-top: 80px;
    position: relative;
    height: 665px;
    background: url(../images/c5_bg.png) no-repeat center center;
}

.c5_conttt {
    position: relative;
    margin-top: 75px;
}

.abb_left {
    float: left;
    width: 570px;
    margin-left: 50px;
}

.abb_left h3 {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    margin-left: 40px;
}

.abb_left .abb_txt {
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
    line-height: 30px;
}

.abb_left .abbmore {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: url(../images/abbmore_bg.png) no-repeat center center;
    font-size: 14px;
    color: #ffff;
    text-indent: 15px;
    margin-top: 10px;
}

.abb_right {
    width: 499px;
    float: right;
    margin-right: 25px;
}

.abb_right img {
    height: 340px;
    width: 499px;
}


/*c6_index*/

.c6_index {
    position: relative;
    margin-top: 70px;
}

.c6_conttt {
    margin-top: 35px;
}

.c6_list {
    position: relative;
}

.c6_list li {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 15px;
    _display: inline;
}

.c6_list li a.img {
    display: block;
    padding: 4px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
}

.c6_list li a.img img {
    width: 276px;
    height: 212px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.c6_list li:hover a.img img {
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}

.c6_list li h3 {
    text-align: center;
    padding-top: 10px;
}

.c6_list li h3 a {
    font-weight: normal;
    color: #333333;
    font-size: 16px;
}

.roll_product {
    float: left;
}


/*滚动*/

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

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

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}


/*c7_index*/

.c7_index {
    margin-top: 70px;
    position: relative;
    height: 623px;
    background: url(../images/c7_bg.png) no-repeat center center;
}

.c7_conttt {
    position: relative;
    margin-top: 35px;
}

.c7_conttt .ads_cont_list {
    position: relative;
}

.ads_cont_list li {
    float: left;
    margin-right: 12px;
    margin-bottom: 20px;
}

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

.ads_cont_list li a.img {
    display: block;
    padding: 4px;
    border: 1px solid #fff;
}

.ads_cont_list li a.img img {
    width: 220px;
    height: 110px;
}

.ads_cont_list li h3 {
    text-align: center;
    padding-top: 10px;
}

.ads_cont_list li h3 a {
    font-weight: normal;
    color: #fff;
    font-size: 16px;
}

.c7_conttt .hd ul {
    text-align: center;
}

.c7_conttt .hd ul li {
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    font-size: 0px;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}


/*news*/

.vn7 {
    margin-top: 75px;
    position: relative;
    margin-bottom: 50px;
}

.vn7 .vn7-con {
    margin-top: 27px;
}

.vn7 .vn7-con .vn7-news1 {
    width: 382px;
    margin-bottom: 30px;
}

.vn7 .vn7-con .vn7-news1 .news-title {
    padding-bottom: 11px;
    border-bottom: 1px solid #cfcfcf;
}

.vn7 .vn7-con .vn7-news1 .news-title h3 {
    font-size: 20px;
    font-weight: 400;
    color: #111111;
    float: left;
    line-height: 18px;
    border-left: 3px solid #ee2d42;
    padding-left: 14px;
}

.vn7 .vn7-con .vn7-news1 .news-title h3 span {
    font-size: 14px;
    color: #999999;
    font-family: "Arial";
    text-transform: uppercase;
    margin-left: 5px;
}

.vn7 .vn7-con .vn7-news1 .news-title a {
    display: block;
    float: right;
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
}

.vn7 .vn7-con .vn7-news1 .news-tu {
    border: 1px dashed #cfcfcf;
    padding: 4px;
    margin-top: 18px;
}

.vn7 .vn7-con .vn7-news1 .list1 li {
    margin-top: 14px;
}

.vn7 .vn7-con .vn7-news1 .list1 li h3 {
    font-size: 14px;
    font-weight: 400;
    float: left;
    background: url(../images/xing.png) no-repeat left center;
    padding-left: 15px;
}

.vn7 .vn7-con .vn7-news1 .list1 li h3 a {
    color: #333333;
}

.vn7 .vn7-con .vn7-news1 .list1 li span {
    display: block;
    float: right;
    font-size: 12px;
    color: #999999;
}

.vn7 .vn7-con .vn7-news2 {
    margin-left: 27px;
}

.vn7 .vn7-con .vn7-news3 .list3 li {
    padding-bottom: 10px;
    border-bottom: 1px dashed #cccccc;
    margin-top: 7px;
}

.vn7 .vn7-con .vn7-news3 .list3 li h3 {
    font-size: 14px;
    font-weight: 400;
    padding-left: 36px;
    background: url(../images/wen.png) no-repeat left center;
    line-height: 25px;
}

.vn7 .vn7-con .vn7-news3 .list3 li h3 a {
    color: #111111;
}

.vn7 .vn7-con .vn7-news3 .list3 li p {
    font-size: 14px;
    color: #666666;
    padding-left: 36px;
    background: url(../images/da.png) no-repeat left top;
    margin-top: 2px;
}

.vn7 .vn7-con .vn7-news3 .list3 li:first-child {
    margin-top: 20px;
}


/*foot_wap*/

.foot_wap {
    background: #4a4a4a;
    position: relative;
    padding-top: 40px;
}

.foot_top {
    position: relative;
    height: 205px;
    border-bottom: 1px solid #6e6e6e;
}

.foot_top .f_aa {
    width: 625px;
}

.foot_top .f_aa h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.foot_top .f_aa .f_sec {
    margin-top: 15px;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

.foot_top .f_aa .f_sec p:nth-child(1) {
    margin-bottom: 15px;
}

.foot_top .f_bb {
    width: 575px;
}

.foot_top .f_bb h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.foot_top .f_bb .f_sec {
    margin-top: 15px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.foot_top .f_bb .f_sec a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-left: 135px;
    width: 100px;
    text-align: left;
    line-height: 35px;
}

.foot_top .f_bb .f_sec a:nth-child(1),
.foot_top .f_bb .f_sec a:nth-child(4),
.foot_top .f_bb .f_sec a:nth-child(7),
.foot_top .f_bb .f_sec a:nth-child(9) {
    margin-left: 0px;
}

.foot_middle {
    padding: 28px 0;
    position: relative;
}

.f_cc {
    width: 800px;
    float: left;
}

.nav_foot {
    line-height: 50px;
    height: 50px;
}

.nav_foot a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding-right: 39px;
}

.f_cc .copyright {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

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

.f_dd {
    width: 250px;
    text-align: center;
    color: #fff;
    line-height: 35px;
    font-size: 14px;
}

.f_dd img {
    width: 108px;
    height: 107px;
}


/*link_wap*/

.link_wap {
    background: #434343;
    line-height: 83px;
}

.link_wap a {
    line-height: 83px;
    font-size: 16px;
    color: #fff;
    margin-left: 30px;
}

/*主体样式*/
#container{width:1200px;margin:0 auto;margin-top:10px;}
.menu_cate{width:220px;float:left;}
.cate_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.about{width:460px;float:left;margin-left:12px;padding-bottom:5px;}
.about_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.about .content{padding:5px;padding-bottom:12px;text-indent:20px;}
.navigation{float:right;width:100px;}

.index-title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.index-table td{border:solid #add9c0; border-width:0px 1px 1px 0px; padding:10px 5px;}
.index-table{border:solid #add9c0; border-width:1px 0px 0px 1px;margin-top:10px;}


/*------------内页-------------------*/
.left .box{margin-bottom:10px;}
.left .box h3{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:#0b6eb9;font-size:18px;color:#fff;}
.left .box .content{padding:5px 0px;}

.prodescription{border:1px solid #e5e5e5;background:#f9f9f9;line-height:24px;padding:10px;margin-bottom:15px;text-indent:20px;}

.n_banner{width:100%;margin:0 auto;}
.n_banner img{width:100%;margin:0 auto}
.left{width:225px;float:left;}
.sort_menu h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.sort_product{margin-top:10px;}
.sort_product h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}

.n_contact{margin-top:10px;}
.n_contact h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.n_contact .content{padding:5px;line-height:24px;}

.right{width:914px;float:right;padding-bottom:10px;}
.sitemp{line-height:31px;height:31px;overflow:hidden;padding-right:10px;background:#0b6eb9;color:#fff;}
.sitemp h2{width:340px;float:left;line-height:31px;text-align:center;text-align:left;text-indent:15px;font-size:14px;}
.sitemp .site{width:380px;float:right;text-align:right;line-height:30px;}
.sitemp .site a{color:#fff;}
.right .content{padding:10px;padding-top:15px;overflow:hidden;line-height: 24px;}
.sort_album{margin-top: 15px;}


/*内页左侧分类通用样式*/
.sort li{position:relative;z-index: 999;}
.sort li .about_b{position:absolute;left:210px;top:0px;width:210px;padding:10px 20px;background:#f5f6f6;
    border-bottom:2px solid #0b6eb9;z-index:9999;}
.sort li .layer2{position:absolute;left:210px;top:0px;width:210px;padding:10px 20px;background:#f5f6f6;
    border-bottom:2px solid #0b6eb9;z-index:9999;}
.sort li .layer2 li{overflow:hidden;}
.sort li .layer2 li a{font-weight:bold;background:url(../images/ico1.gif) no-repeat 0% 50%;}
.sort li .layer2 li a:hover{text-decoration:none;color:#0b6eb9;}
.sort li .layer2 li .layer3 li{margin:6px 0px;line-height: 24px;padding-left: 10px;}
.sort li .layer2 li .layer3 li a{font:normal 12px/24px "微软雅黑";background:none;}
.sort li .layer2 li .layer3 li .layer4 li{margin:6px 0px;line-height: 24px;padding-left: 15px;}
.sort li .layer2 li .layer3 li .layer4 li a{font:normal 12px/24px "微软雅黑";background:none;}

.sort li a{background:url(../images/dot4.png) no-repeat 5px -41px;color:#666;display:block;line-height:30px;font-family: "微软雅黑";border-bottom:1px solid #dddddd;padding-left:25px;}
.sort li a:hover{color:#0b6eb9;text-decoration: none;background:url(../images/dot4.png) no-repeat 5px -41px #f5f6f6;}
.sort li.change a{background:url(../images/dot4.png) no-repeat 5px -41px #f5f6f6;}



/*热门关键词*/
.words{overflow:hidden;margin-right:-1.3%;padding-top:5px;}
.words li{width:46%; float:left;border:1px dashed #d0d0d0;background:#fcfcfc;padding-left:0px;margin-bottom:10px;text-align:center;}
.new1 li{border-bottom:1px solid #dddddd;background:url(../images/list_dot1.gif) no-repeat 0% 50%;padding-left:13px;}
.right_word{margin-left: 5%;}


/*新闻列表*/
.news_list li{line-height:27px;position:relative;padding-left:10px;}
.news_list li a{line-height:27px;color:#666;}



/*banner留言*/

.lzg_banner{
     margin: auto;
    width: 90%;
    max-width: 1200px;
    position: absolute;
    bottom: 0;
    left:50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    height: 70px;
    background: rgba(0,0,0,.8);
    z-index:9999;
}
.lzg_banner li{
    position: relative;
}
.lzg_banner li.star:after{
    content: '*';
    display: block;
    font-size: 15px;
    color: #f00;
    position: absolute;
    top:12px;
    z-index: 5;
    left: 5px;
    overflow: auto;
    height: auto;
    visibility: visible;
}
.lzg_banner li{
    width: 23.5%;
    margin: 15px 2% 15px 0;
    float: left;
}
.lzg_banner li:last-child{
    float: left;
    margin: 15px 0;
}
.lzg_banner .text1{
    background: #FFFFFF;
    color: #333333;
    line-height: 40px;
    height: 40px;
    box-sizing: border-box;
}
.lzg_banner .sub{
    line-height: 40px;
    height: 40px;
    background: #f04d22;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    padding: 0;
}
.lzg_banner .titles{
    width: 15%;
    box-sizing: border-box;
    line-height: 100px;
    height: 100px;
    background: url(../images/baojia.png) no-repeat center center;
    color: #fff;
    text-align: center;
    font-size: 18px;
    float: left;
    margin-top: -30px;
    font-weight: bold;
}
.lzg_banner  ul{
    float: right;
    width: 78%;
    margin-right: 3.5%;
}

input, button {
    border: none;
    outline: none;
}

input {
    width: 100%;
    height: 30px;
    padding-left: 13px;
}

button {
    height: 32px;
    width: 42px;
    cursor: pointer;
    position: absolute;
}


 input::-webkit-input-placeholder {
     color: #666666;
 }

.select{

    line-height: 40px;

    height: 40px;

    width: 100%;
}




.footer_fixed{
    position: fixed;
    left:0;
    bottom: 0;
    z-index: 40;
    width: 100%;
    background: rgba(0,0,0,.7);
    height: 90px;
    display: none !important;
}
.footer_fixed .box{
    position: relative;
    height: 90px;
    margin: auto;
    width: 90%;
    max-width: 1200px;
}
.footer_fixed .box .guanbi{
        z-index: 999;
    color: #fff;
    position: absolute;
    top: -92px;
    left: -40px;
}
.footer_fixed .house{
    position: absolute;
    bottom: 0;
    left:0;
}
.footer_fixed .right{
    text-align: right;
    margin-top: 25px;
}
.footer_fixed .text1{
    width: 220px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
}

.footer_fixed .right li{
    position: relative;
    width: 220px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
}

.footer_fixed .catt::before{
     content: "*";
    display: block;
    font-size: 15px;
    color: #f00;
    position: absolute;
    top:2px;
    z-index: 5;
    left: 5px;
}

.footer_fixed .sub{
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #FFFFFF;
    background: #ff4e00;
    border-radius: 30px;
    padding-left: 0px;
}
.liuyanimg {
    margin-bottom: 20px;
}



