/*头部样式*/

#header {
    position: absolute;
    top: 0px;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    z-index: 99;
}

.head_top {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    font-family: "宋体";
}

.wel {
    font-size: 12px;
    font-family: "宋体";
}

.head_top a:hover {
    color: #e62129;
}

.logo {
    float: left;
}

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

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

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

.top_cc .k2 {
    float: right;
    line-height: 15px;
    color: #1b6fa9;
    font-size: 32px;
    margin-top: 40px;
    background: url(../images/top_phone.png) no-repeat left center;
    padding-left: 40px;
}

#menu {
    margin-top: 50px;
    width: 720px;
    float: left;
    margin-left: 20px;
}

.ss_index {
    position: relative;
    background: #353535;
    height: 59px;
    line-height: 59px;
}


/*热门搜索*/

.search {
    text-align: left;
    height: 59px;
}

#formsearch {
    width: 296px;
    float: left;
    height: 26px;
    line-height: 26px;
    background: url(../images/ss_bgm.png) no-repeat center center;
    margin-left: 100px;
    margin-top: 15px;
}

.hotSearch {
    float: left;
    width: 500px;
    height: 59px;
    line-height: 59px;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    padding-left: 60px;
}

#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;
    background: #f6f6f6;
}

.ttt1 {
    padding-top: 40px;
    position: relative;
}

.ttt1 h3 {
    font-size: 24px;
    color: #333;
}

.ttt1 span {
    display: block;
    font-size: 62px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    line-height: 1;
}

.ttt1 span::before {
    content: "";
    position: absolute;
    left: 330px;
    top: 30px;
    background: url(../images/xian.png) no-repeat center center;
    width: 75px;
    height: 5px;
}

.ttt33 span::before {
    content: "";
    position: absolute;
    left: 210px;
    top: 30px;
    background: url(../images/xian.png) no-repeat center center;
    width: 75px;
    height: 5px;
}

.c1_list11 {
    margin-top: 50px;
    position: relative;
}

.c1_list11 li {
    float: left;
    width: 222px;
    height: 283px;
    margin-right: 22px;
    background: #313131;
    text-align: center;
    transition: .3s;
    cursor: pointer;
}

.c1_list11 li .kk{
    background: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
}


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

.c1_list11 li a.img {
       display: block;
    padding-top: 85px;
    overflow: hidden;
    height: 37px;
}

.c1_list11 li a.img img {
    width: 59px;
}

.c1_list11 li h3 {
    font-size: 18px;
    color: #fff;
    padding-top: 30px;
    font-weight: normal;
}

.c1_list11 li span {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding-top: 5px;
}

.c1_list11 li:hover {
    background: url(../images/xw.png) no-repeat center center;
}

.c1_list11 li:hover .kk{
     background: rgba(27,111,169,.8);
}


.c1_list11 li:hover a.img img {
    margin-top: -37px;
}

.c1_index .c1more {
    margin: 30px auto;
    display: block;
    background: #1b6fa9;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 114px;
    height: 44px;
    line-height: 44px;
}


/*c2_index*/

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

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

.ttt2 h3 {
    font-size: 24px;
    color: #fff;
}

.ttt2 span {
    display: block;
    font-size: 62px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    line-height: 1;
}

.ttt2 span::before {
    content: "";
    position: absolute;
    left: 180px;
    top: 30px;
    background: url(../images/xian2.png) no-repeat center center;
    width: 74px;
    height: 5px;
}

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

.c2_list1 {
    position: relative;
}

.c2_list1 li {
    background: url(../images/case1_bg.png) no-repeat center center;
    padding: 10px;
    width: 556px;
    height: 436px;
}

.c2_list1 li a.img {
    display: block;
    position: relative;
}

.c2_list1 li a.img img {
    width: 100%;
    height: 100%;
    width: 556px;
    height: 436px;
}

.c2_list1 li a.img h3 {
    display:none;
    transition: .3s;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    overflow: hidden;
}

.c2_list1 li:hover a.img h3{
    background: rgba(54, 55, 130, 1);
}

.c2_list1 li:hover a.img h3 {
    height: 40px;
}

.c2_list2 {
    position: relative;
    width: 590px;
}

.c2_list2 li {
    float: left;
    margin-bottom: 12px;
    margin-right: 23px;
}

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

.c2_list2 li a.img {
    display: block;
    position: relative;
}

.c2_list2 li a.img img {
    width: 283px;
    height: 224px;
}

.c2_list2 li a.img h3 {
    transition: .3s;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    overflow: hidden;
}

.c2_list2 li:hover a.img h3{
    background: rgba(54, 55, 130, 1);
}

.c2_list2 li:hover a.img h3 {
    height: 40px;
}

.c2_list3 {
    position: relative;
    margin-top: 10px;
}

.c2_list3 li {
    float: left;
    margin-bottom: 12px;
    margin-right: 22px;
}

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

.c2_list3 li a.img {
    display: block;
    position: relative;
}

.c2_list3 li a.img img {
    width: 283px;
    height: 224px;
}

.c2_list3 li a.img h3 {
    transition: .3s;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    overflow: hidden;
}


.c2_list3 li:hover a.img h3{
    background: rgba(54, 55, 130, 1);
}


.c2_list3 li:hover a.img h3 {
    height: 40px;
}

.c2_index .c2more {
    margin: 30px auto;
    display: block;
    background: #e32433;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 114px;
    height: 44px;
    line-height: 44px;
}


/*三大理由*/

.c3_index {
    position: relative;
    background: url(../images/c3_bg.png) no-repeat center center;
    height: 685px;
    padding-top: 300px;
}

.c3_left {
    float: left;
    width: 600px;
}

.bb2 {
    position: relative;
}

.bb2 li a img {
    width: 573px;
    height: 595px;
}

.bb2 .prev {
    background: url(../images/pp_left.png) no-repeat center center;
    position: absolute;
    left: 130px;
    bottom: -10px;
    width: 31px;
    height: 5px;
}

.bb2 .next {
    background: url(../images/pp_right_h.png) no-repeat center center;
    position: absolute;
    left: 180px;
    bottom: -10px;
    width: 31px;
    height: 5px;
}

.c3_right {
    width: 538px;
    float: right;
}

.c3_right li {
    padding-left: 60px;
    background: url(../images/lanx.png) no-repeat left 50px;
    margin-bottom: 50px;
    height: 160px;
    transition: .3s;
}

.c3_right li:hover{
    margin-top: -10px;
}


.c3_right li h3 {
    color: #333;
    font-size: 26px;
    font-weight: bold;
}

.c3_right li span {
    display: block;
    color: #030303;
    font-size: 16px;
    margin-top: 15px;
    line-height: 35px;
    width: 460px;
}


/*广告设备*/

.c4_index {
    position: relative;
    background: url(../images/c4_bg.png) no-repeat center center;
    height: 692px;
}

.ttt3 span::before {
    content: "";
    position: absolute;
    left: 400px;
    top: 30px;
    background: url(../images/xian2.png) no-repeat center center;
    width: 74px;
    height: 5px;
}

.c4_conttt {
    position: relative;
    margin-top: 20px;
}

.c4_listss {}

.c4_listss li {
    float: left;
    position: relative;
    margin-left: 14px;
    margin-right: 14px;
}

.c4_listss li a.img {
    display: block
}

.c4_listss li a.img img {
    width: 275px;
    height: 275px;
}

.c4_listss li h3 {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 40%;
    left: 50%;
    margin-left: -40px;
    border-radius: 50%;
    background: rgba(68, 99, 127, 0.6);
}

.c4_listss li h3 a {
    font-size: 16px;
    color: #fff;
    display: block;
    font-weight: normal;
    width: 35px;
    margin: 0 auto;
    padding-top: 15px;
}

.l_btn,
.r_btn {
    position: absolute;
    top: 40%;
    cursor: pointer;
}

.l_btn {
    left: -50px;
}

.r_btn {
    right: -50px;
}


/*c5_index*/

.c5_index {
    position: relative;
    background: url(../images/c5_bg.png) no-repeat center center;
    height: 893px;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

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

.ab_left {
    width: 550px;
    float: left;
}

.ab_left>h3 {
    padding-top: 65px;
    color: #333;
    font-size: 24px;
}

.ab_left>span {
    color: #030303;
    font-size: 12px;
    display: block;
    background: url(../images/lb.png) no-repeat left bottom;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.ab_left .ab_txt {
    color: #030303;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}

.ab_left ul li {
    line-height: 35px;
    color: #030303;
    font-size: 18px;
    padding-left: 25px;
    background: url(../images/lc.png) no-repeat left center;
}

.ab_left .abmore {
    display: block;
    width: 105px;
    height: 43px;
    line-height: 43px;
    background: #1b6fa9;
    text-align: center;
    color: #fff;
    margin-top: 35px;
}

.ab_left .abmore:hover {
    background: #e32433;
}

.ab_right {
    float: right;
    width: 963px;
    position: relative;
    left: 30%;
    margin-left: -350px;
}

.bb3 ul li a img {
    width: 963px;
    height: 566px;
}

.bb3 .hd {
    display:none;
    width: 655px;
    height: 83px;
    float: right;
    background: #1b6fa9;
}

.bb3 .prev {
    background: url(../images/pp_left.png) no-repeat center center;
    position: absolute;
    left: 350px;
    bottom: 40px;
    width: 31px;
    height: 5px;
}

.bb3 .next {
    background: url(../images/pp_right_h.png) no-repeat center center;
    position: absolute;
    left: 400px;
    bottom: 40px;
    width: 31px;
    height: 5px;
}


/*hezuo*/

.hezuo {
    margin-top:-62px;
    position: relative;
}

.hezuo_cc {
    position: relative;
    margin-top: 25px;
}

.hz_list {
    position: relative;
}

.hz_list li {
    float: left;
    margin-top: 25px;
    margin-right: 18px;
    margin-left: 24px;
}

.hz_list li a.img {
    display: block;
    border: 1px solid #cdcdcd;
    transition: .3s;
}

.hz_list li a.img img {
    width: 195px;
    height: 65px;
}

.hz_list li:hover a.img {
    border: 1px solid #1b6fa9;
}

.hezuo_cc .prev,
.hezuo_cc .next {
    display: block;
    width: 23px;
    height: 43px;
    cursor: pointer;
    top: 45%;
    position: absolute;
    z-index: 999;
}

.hezuo_cc .prev {
    background: url(../images/ads_left.png) no-repeat center;
    left: -30px;
}

.hezuo_cc .next {
    background: url(../images/ads_right.png) no-repeat center;
    right: -30px;
}


/*news_index*/

.news_index {
    position: relative;
    height: 653px;
    padding-top: 60px;
    background: url(../images/news_bg.png) no-repeat center center;
}

.news_conttt {
    margin-top: 50px;
    position: relative;
}

.news_aa {
    width: 345px;
}

.news_bb {
    margin-left: 80px;
}

.news_aa .tt_news {
    width: 345px;
    height: 40px;
    line-height: 40px;
    position: relative;
}

/*.news_bb .tt_news {
    width: 345px;
    height: 40px;
     line-height: 40px;
    position: relative;
}

.news_cc .tt_news {
    width: 345px;
    height: 40px;
     line-height: 40px;
    position: relative;
}*/

.news_aa .tt_news h3 {
   color: #333333;
   font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-weight: normal;
    background: url(../images/shu2.png) no-repeat left center;
    padding-left:10px;
}

.news_aa .tt_news h3 span{
   color: #666666;
   font-size: 12px;
   font-weight: normal;
   text-transform: uppercase;
}

.news_aa .tt_news a{
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
}



.news_aa .news_list22 {
    position: relative;
    margin-top: 20px;
    background: url(../images/news_x.png)no-repeat 8px 21px;
   
}

/*.news_aa .news_list22::after{*/
/*    position: absolute;*/
/*    left: 8px;*/
/*    top: 10px;*/
/*    background:#eeeeee;*/
/*    width: 1px;*/
/*    height: 100%;*/
/*    content:"";*/
/*    z-index: 1;*/
/*}*/
    


.news_list22 li {
    height: 60px;
    padding-left: 15px;
    background: url(../images/ydian.png) no-repeat left 5px;
    
}

.news_list22 li a {
    display: block;
    font-size: 16px;
    color: #666666;
    padding-left: 20px;
}

.news_list22 li span{
    display:block;
    padding-left: 20px;
    line-height: 20px;
}

.news_list22 li a:hover {
    color: #1b6fa9;
}


/*主体样式*/

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


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


/*首页新闻*/

.news_company {
    width: 280px;
    float: right;
}

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

.news_company .content {
    padding: 5px;
}


/*首页左侧联系我们*/

.contact {
    width: 218px;
    float: left;
    padding-bottom: 5px;
    margin-top: 10px;
}

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

.contact .content {
    padding: 5px;
    padding-left: 8px;
}


/*工程案例*/

.case {
    width: 460px;
    float: left;
    margin-left: 12px;
    padding-bottom: 5px;
    margin-top: 10px;
}

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

.case .content {
    padding: 5px;
    padding-bottom: 12px;
    text-indent: 20px;
}

.news2_company {
    margin-top: 10px;
}


/*产品推荐*/

.recommend_product {
    margin-top: 10px;
    width: 692px;
    float: left;
}

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

.recommend_product .content {
    padding-top: 15px;
    padding-bottom: 14px;
}

.roll_product li {
    padding-bottom: 0px;
}


/*品牌列表*/

.brand-list {
    margin: 20px 0px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.brand-list li {
    margin: 5px 8px;
}

.brand-list li:hover {
    box-shadow: 2px 1px 5px;
}

.brand-list li img {
    width: 150px;
    height: 120px;
}


/*前台多页签*/

.news {
    width: 1000px;
    float: left;
    margin-top: 10px;
}

.tab {
    position: relative;
}

.tab li {
    float: left;
    width: 100px;
    height: 30px;
    display: block;
    line-height: 30px;
    border: 1px solid #ccc;
    margin-right: 8px;
    text-align: center;
    color: #333;
    font-size: 12px;
    cursor: pointer;
}

.tab li.cur {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    background: #3a78c1;
    border-color: #3a78c1;
}

.tt {
    display: none;
}

.list1 {
    padding: 8px 10px;
}

.list1 li {
    line-height: 27px;
    position: relative;
    vertical-align: middle;
}

.list1 li a {
    background: url(../images/list_dot1.gif) left center no-repeat;
    padding-left: 12px;
    line-height: 27px;
    color: #555555;
}

.list1 li a:hover {
    color: #e87518;
    text-decoration: none;
}

.list1 li span {
    position: absolute;
    right: 0px;
    line-height: 30px;
    top: 0;
    color: #999;
}


/*友情链接*/

.f_link {
    line-height: 30px;
}

.foot_wap {
    position: relative;
    background: #222222;
    padding-top: 60px;
    border-bottom: 1px solid #5e5e5e;
    padding-bottom: 25px;
}

.f_aa {
    width: 420px;
    float: left;
}

.f_aa>h3 {
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}

.f_aa .f_phone {
    margin-top: 30px;
    background: url(../images/foot_phone.png) no-repeat left center;
    font-size: 12px;
    color: #999999;
    padding-left: 60px;
}

.f_aa>span {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    color: #fff;
}

.f_aa .f_ewm {
    margin-top: 30px;
    width: 210px;
}

.f_bb {
    width: 135px;
    float: left;
    padding-left: 60px;
    border-left: 1px solid #5e5e5e;
    border-right: 1px solid #5e5e5e;
}

.f_bb a {
    display: block;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
}

.f_yan {
    width: 370px;
    float: right;
}

.message1 {
    padding-top: 10px;
    z-index: 100;
    position: relative;
    font-family: "Microsoft Yahei";
}

.message1 input {
    vertical-align: middle;
}

#message_main1 {
    display: table-cell;
}

#message_main1 tr {
    position: relative;
}

.message1 #name {
    display: block;
    height: 37px;
    line-height: 37px;
    padding: 0;
    padding-left: 10px;
    border: 1px solid #383838;
    width: 355px;
    font-size: 16px;
    margin-bottom: 5px;
    background: #383838;
    color: #fff;
}

.message1 #contact {
    display: block;
    height: 37px;
    line-height: 37px;
    padding: 0;
    padding-left: 10px;
    border: 1px solid #383838;
    width: 355px;
    font-size: 16px;
    margin-bottom: 5px;
    background: #383838;
    color: #fff;
}

.message1 #content {
    display: block;
    width: 345px;
    height: 50px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #383838;
    margin-top: 6px;
    font-family: "Microsoft Yahei";
    background: #383838;
    color: #fff;
}

#message_main1 tr th {
    font-weight: normal;
    text-align: left;
    height: 42px;
    line-height: 42px;
    color: #666;
}

.message1 .msgbtn {
    background: #1b6fa9;
    cursor: pointer;
    width: 365px;
    height: 36px;
    line-height: 30px;
    text-align: center;
    border: none;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    font-family: "Microsoft YaHei";
}

.yzmspan {
    line-height: 34px;
    margin-top: 10px;
}

#checkcode1 {
    height: 32px;
    line-height: 32px;
    width: 100px;
    border: 1px solid #dedede;
}


/*页面底部*/

#footer {
    position: relative;
    text-align: center;
    background: #222222;
    padding: 20px 0;
    line-height: 24px;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
}

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

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


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

.left .box {
    margin-bottom: 10px;
}

.left .box h3 {
    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;
}

.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: 1920px;
    margin: 0 auto;
}

.n_banner img {
    width: 1920px;
    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: 940px;
    float: right;
    padding-bottom: 10px;
}

.sitemp {
    line-height: 31px;
    height: 31px;
    overflow: hidden;
    padding-right: 10px;
    background: url(../images/nav.png) no-repeat 0% 100%;
}

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

.right .content {
    padding: 10px;
    padding-top: 15px;
    overflow: hidden;
    line-height: 24px;
}

.sort_album {
    margin-top: 15px;
}