﻿@charset "utf-8";
/*全局样式*/
@import url("base.css");
body {margin:0 auto;padding:0;width:100%;color:#333;font:14px/1.5 Arial,"Microsoft Yahei";background:#f5f5f5;-webkit-font-smoothing:antialiased;}
input,button,select,textarea,img,p,h1,h2,h3,h4,h5 {margin:0;padding:0;border:0;font-family:'Microsoft YaHei','微软雅黑';}
a {color:#333;text-decoration:none;}
a:hover {color:#be080d;text-decoration:none;-webkit-transition:all 0.2s linear;transition:all 0.2s linear;}
ol,ul,li,dl,dd {margin:0 auto;padding:0;list-style-type:none;}
i,em {font-style:normal;}
table {border-collapse:collapse;border-spacing:0;}
/*Clear Fix*/
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
.clearfix {display:block;}
.mr5{margin-left: 5px !important;}
.mr10{margin-right: 10px !important;}
.clear {clear:both;font-size:0px;height:0px;overflow:hidden;}
.line5 {clear:both;font-size:0px;height:5px;overflow:hidden;}
.line10 {clear:both;font-size:0px;height:10px;overflow:hidden;}
.line15 {clear:both;font-size:0px;height:15px;overflow:hidden;}
.mt50{margin-top: 50px !important;}
.mb50{margin-bottom: 50px !important;} 
/*页面布局*/
.section {position:relative;margin:0 auto;width:1300px;max-width:1300px;text-align:left;}
.wrapper {position:relative;margin:0 auto;padding:0;width:100%;height:auto;text-align:left;overflow:hidden;}
.wrapper:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.wrap-box {width:1300px;}
.bg-wrap {margin:0;padding:0;background:#fff;}
.bg-wrap:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.bg-wrap.nobg {background:none;}
.pad-15 {position:relative;padding:15px;}
.pt-30 {padding-top:30px;}
.icon {position:absolute;display:block;width:20px;height:20px;background:url(../images/icon.png) no-repeat;zoom:1;}
.fl {float:left !important;}
.fr {float:right !important;}
.main-title .title {text-align:center;text-transform:uppercase;}
.main-title h1 {font-size:30px;font-weight:bold;color:1b1b1b;text-align:center;padding-top:50px;border-bottom:1px solid #d3d3d3;color:#c80007;}
.pagination {margin:28px 0 0;text-align:center;font-size:14px;}
.main-title .nav-tit {padding:30px 0;text-align:center;color:#a7a7a7;font-size:18px;}
.main-title .nav-tit a {margin-left:10px;color:#a7a7a7;background:#ffffff;border:2px solid #a7a7a7;padding:5px 0;width:180px;display:inline-block;}
.main-title .nav-tit a:hover,.nav-tit a.selected {color:#fff;background:#c6000d;border-color:#c6000d;}
.location{ padding:5px 0; width:100%; height:40px; line-height:40px; color:#999; font-size:12px; text-align:left; }
.location a{ margin:0 5px; }
.location span{ color:#666; }

/*头部*/
header{
    height: 100px; 
    background:#fff;/*实现IE背景透明*/
    z-index: 99;
}

header .nav {
    position: relative;
}

header .lan{position: absolute;right:  0;padding-left: 20px;font-size: 14px;font-weight: bold;color: #fff;height: 18px;line-height: 18px;top: 50%;margin-top: -9px;background: url(../images/en.png) no-repeat left center;}
header .search {
    position: absolute;
    right: 5px;
    width: 204px;
    top: 50%;
    margin-top: -17px;
    background: #fff;
    border-radius: 40px;
    border: 1px solid #c0c0c0;
}
header .search input {
    padding: 0 0 0 10px;
    color: #a0a0a0;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    width: 150px;
    border: 0px;
    outline: none;
    text-indent: 2em;
    background: transparent;
    
    
}
header  .search button {
    padding: 0px;
    width: 40px;
    height: 33px;
    background: transparent;
    border: 0px;
    cursor: pointer;
    float: right;
}
header .search button img {
    vertical-align: middle;
    background: transparent;
}
#index .index, header span a:hover{color: #0256ac;}
#index .index i,header span a:hover i{display: block;}
header span {padding-left: 50px;}
header span a{display: inline-block;font-size: 17px;line-height: 100px;height: 100px;color: #171717;padding: 0 23px;position: relative;}
header span a i{position: absolute;bottom: 30px;width: 50%;height:2px;background: #0256ac;left: 25%;display: none;}
header .language{ margin-left:32px; height:28px; line-height:28px; font-size:14px; position:absolute;right: 260px;top: 50%;margin-top: -14px;}
header .language .chose{ display:block; padding-left:40px;padding-right: 15px; cursor:pointer;text-align: center;}
header .language .chose.en{background: url(../images/en.png) no-repeat left center;}
header .language .chose.cn{background: url(../images/cn.png) no-repeat left center;}
header .language .chose:after{ content:">"; position:absolute; right:-5px; top:0;color: #999999; font-family:SimSun,sans-serif; font-size:22px; font-weight:bold; -webkit-transform:rotate(90deg); transform:rotate(90deg);}
header .language ul{ position:absolute; left:0; padding:5px 0; display:block;background: #0256ac;color: #fff;}
header .language li{ font-size:14px; color:#fff;width: 100px;text-align: center;}
header .language li a{ color:#fff;text-decoration: none;}
header .language ul{visibility:hidden; opacity:0; -webkit-transform:translateY(15px); transform:translateY(15px); -webkit-transition:.35s; transition:.35s;}
header .language.active ul{ visibility:visible; opacity:1; -webkit-transform:translateY(0); transform:translateY(0);}
.swiper-pagination-bullet {
    background: #1d2c3c;
    width: 13px;
    height: 13px;

}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #919ead !important;
    width: 24px;
    height: 8px;
    border-radius: 8px;
}

.banner{margin: 0 auto;width: 100%;}
.banner img {
    width: 100%;
    height: auto;
}
    .headtips{background: #f1f1f1;height:32px;line-height:32px;font-size:12px;}
        .headtips .fav{float: right;}
        .headtips .fav a{padding: 0 5px;}
        .cotanct-info {position: absolute; right: 0;top: 21px;}
        .cotanct-info .num{font-size: 32px;font-weight:bold;color: #0256ac;}
        .cotanct-info .tel{background: url(../images/tel.png) no-repeat left center;padding-left: 20px;height: 20px;color: #666666;font-size: 16px;}
  
/*搜索*/
.search-tit {display:block;margin:0 30px;padding-top:15px;line-height:38px;border-bottom:1px solid #f0f0f0;}
.search-tit h3 {display:inline-block;color:#333;font-size:16px;font-weight:normal;}
.search-tit span {margin-left:15px;color:#999;font-size:14px;}
.search-tit span strong {margin:0 2px;color:#1e7bb3;font-weight:600;}
.n-list {padding:15px 30px;}
.n-list li {display:block;padding-bottom:15px;border-bottom:1px solid #f0f0f0;overflow:hidden;}
.n-list li:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.n-list li h2 {padding:15px 0 15px;font-size:18px;line-height:24px;font-weight:normal;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.n-list li h2 a {color:#333;text-decoration:none;}
.n-list li h2 a:hover {color:#8CAC52;}
.n-list li .note b {position:relative;display:block;float:left;margin-right:16px;width:118px;height:118px;border:1px solid #e8e8e8;font-style:normal;}
.n-list li .note b img {min-width:100%;min-height:100%;width:100%;_height:100%;}
.n-list li .note p {display:block;font-size:14px;max-height:84px;line-height:28px;font-weight:500;color:#666;overflow:hidden;}
.n-list li .note .info {padding-top:10px;height:20px;line-height:20px;}
.n-list li .note .info span {margin-right:10px;color:#999;font-size:12px;}
.n-list li .note .info span i {margin-right:3px;font-size:12px;}
.n-list .nodata {margin-top:30px;color:#666;font-size:14px;line-height:100px;text-align:center;}
/*分页*/
div.digg {margin:0;padding:0;text-align:left;font-size:14px;display:inline-block;}
div.digg a {display:block;float:left;padding:5px 12px;margin:0 0 0 8px;border:1px solid #e1e2e3;line-height:20px;height:20px;color:#666666;background:#fff;text-decoration:none;border-radius:3px;}
div.digg a:hover {border:1px solid #0166b3;background:#0166b3;color:#fff;}
div.digg span {display:block;float:left;padding:5px 0;line-height:20px;height:20px;}
div.digg span.current {padding:5px 12px;margin:0 0 0 8px;color:#fff;font-weight:bold;background:#0166b3;border-radius:3px;}
div.digg span.disabled {border:1px solid #eee;padding:5px 12px;margin:0 0 0 8px;color:#ddd;}
.entry{ margin-top:20px; padding:0 50px 30px; font-size:14px; line-height:2em; word-wrap:break-word; }
	.entry img{ max-width:100%!important; height:auto!important; }
	.entry h2,.entry h3,.entry h4{ margin:0.8em auto; padding-bottom:5px; border-bottom:1px solid #f6f6f6; color:#333; }
	.entry h2{ font-size:1.2em; }
	.entry h3,.entry h4{ font-size:1.1em; }
	.entry strong{ color:#DC2523; }
	.entry ul,.entry ol{ margin:1em; padding:0; }
	.entry li{ margin-left:1em; }
	.entry ul li{ list-style:disc outside none; }
	.entry ol li{ list-style:decimal outside none; }
	.entry p{ display:inherit; margin:1em 0; color:#333; word-wrap:break-word; }
	.entry a{ text-decoration:underline; }
	.entry code{ display:block; padding:0.5em; background:#eee; border-radius:.5em; color:#777; font-family:'courier new'; font-size:12px; line-height:1.7em; }
	.entry table{ margin:10px auto; border-left:1px solid #eee; border-top:1px solid #eee; }
	.entry table th{ background:#F9F9F9; text-align:center; }
	.entry table td,.entry table th{ border-bottom:1px solid #eee; border-right:1px solid #eee; padding:0.35em 0.5em; }
      .productcate{background:#fff url(../images/catebg.jpg) no-repeat;min-height: 823px;background-size: cover;}
        .productcate ul{width: 105%;overflow: hidden;}
        .productcate ul li{width: 418px;float: left;margin-right: 23px;height: 279px;margin-bottom: 23px;position: relative;}
        .productcate .title{padding-top: 60px;padding-bottom: 40px;position: relative;}
        .productcate .title h2{font-size: 30px;font-weight: bold;color: #171717;position: relative;padding-left: 20px;}
        .productcate .title h2 i{position: absolute;left: 0;top: 50%;height: 34px;margin-top: -17px;width: 6px;background: #0256ac;}
        .productcate .title p{font-size: 14px;color: #666666;padding: 5px 0;}
        .productcate .title .more{position: absolute;bottom: 40px;right: 0;}
        .productcate .info{position: absolute;top: 45px;left: 25px;color: #fff;}
        .productcate .info p{font-size: 24px;}
        .productcate .info span{font-size: 14px;padding: 25px 0;display: inline-block;}
.i-about{background: url(../images/aboutbg.jpg) no-repeat; background-size: cover;}
.i-about .title {padding-top: 145px;}
.i-about .title span{font-size: 30px;font-weight: bold;color: #fff;position: relative;padding-bottom: 20px;display: inline-block;}
.i-about .title span i{position: absolute;left: 0;bottom: 0;background: #fff;width: 2em;height: 4px;}
.i-about .title .info{padding: 40px 0;color: #fff;font-size: 16px;}
.i-about .title .info p{padding: 5px 0;}
.i-about .service{background: url(../images/tel1.png) no-repeat left center;padding:145px 0 145px 70px;font-size: 18px;color: #fff;}
.i-about .service p{padding: 5px 0;}
.i-about .des{width: 845px;height: 360px;position: absolute;top: 50%;margin-top: -250px;right: 0;background: #fff;padding: 70px;}
.i-about .des h2{font-size: 30px;color: #1c1d21;font-weight: bold;}
.i-about .des h2 p{font-size: 14px;text-transform: uppercase;color: #1c1c1c;font-weight: 400;padding-top: 10px;}
.i-about .des .info{text-indent: 2em;font-size: 16px;color: #333;line-height: 40px;padding: 40px 0;}
.i-about .des .more a{font-size: 16px; display: inline-block; color: #0256ac;text-align: center;border: 1px solid #0256ac;border-radius: 5px;width: 116px;height: 40px;line-height: 40px;}
    .i-news{background: #fff;}
       .i-news .title{padding-top: 60px;padding-bottom: 40px;position: relative;}
        .i-news .title h2{font-size: 30px;font-weight: bold;color: #171717;position: relative;padding-left: 20px;}
        .i-news .title h2 i{position: absolute;left: 0;top: 50%;height: 34px;margin-top: -17px;width: 6px;background: #0256ac;}
        .i-news .title p{font-size: 14px;color: #666666;padding: 5px 0;}
        .i-news .title .more{position: absolute;bottom: 40px;right: 0;}
        .i-news .list{width: 105%;overflow: hidden;}
        .i-news .list .item{width: 410px;margin-right: 35px;float: left;}
        .i-news img{text-align: center;max-width: 410px;padding-bottom: 40px;}
        .i-news .list{padding-bottom: 50px;}
        .i-news  ul{width: 105%;overflow: hidden;}
        .i-news  ul li {background: url(../images/dot.png) no-repeat left center;border-bottom: 1px dashed #e8e8e8;padding: 10px 0 10px 15px;width: 395px;margin-right: 35px;float: left;}
        .i-news li .tit{width: 300px;float: left;}
        .i-news li .time{width: 80px;text-align: right;float:right;color: #a8a8a8;}
   .news-box {background:#f1f1f1;padding: 50px 0; }
        .news-box .nav-left{width: 300px;margin-right: 40px;float: left;}
        .news-box .nav-box{background: #fff;}
        .news-box .nav-box  li{padding: 25px;font-size: 16px;color: #2b2b2b;border-bottom: 1px solid #ebebeb;}
        .news-box .nav-box  li a{color: #2b2b2b;}
        .news-box .box-right{float: right;width: 960px;}
        .news-box .nav-box .title{background: #095eb4;text-align: center;color: #fff;height: 88px;line-height: 88px;font-size: 35px;font-weight: bold;}
        .c-breadcrumb{border-bottom: 5px solid #d7d7d7;margin-bottom: 40px;position: relative;}
        .c-breadcrumb h2{font-size: 24px;color: #2b2b2b;font-weight: 400;padding-bottom: 15px;position: relative;}
        .c-breadcrumb h2 i{width: 4em;position: absolute;bottom: -6px;height: 6px;background: #0256ac;left: 0;}
        .c-breadcrumb .inwrap{position: absolute;right: 0;bottom: 15px;}
        .news-box .news-list li{margin: 40px 0;background: #fff;}
        .news-list .p_photo{padding: 15px; display:table; width:300px;height:205px; overflow:hidden; position:relative; z-index:1;float: left;}
        .news-list .p_photo .cell{ display:table-cell; vertical-align:middle; text-align:center;}
        .news-list .p_photo img{max-width:300px;max-height:205px; -webkit-transition:.45s; transition:.45s}
        .news-list  .info{float: right;width:620px ;margin-left: 10px;}
        .news-list .info h2{font-size: 24px;font-weight: 400;color: #2b2b2b;padding-top: 15px;}
        .news-list .info p{color: #666;font-size: 14px;padding: 20px 15px 20px 0;line-height: 25px;}
        .news-list .info-box{padding: 20px;position: relative;}
        .news-list .info-box p{color: #666;font-size: 14px;padding: 20px 15px 20px 0;line-height: 25px;}
        .news-list .info-box h2{position: relative; background: url(../images/nview.png) no-repeat left center;padding-left: 20px;font-size: 24px;font-weight: 400;color: #2b2b2b;}
        .news-list .info-box .time{position: absolute;right: 20px;top: 20px; font-size: 14px;color: #666;}
        .news-list .info .more{width: 105px;line-height: 40px;height: 40px;background: #0256ac url(../images/pa.png) no-repeat right 15px center;color: #fff;padding-left: 30px;}
.c-breadcrumb .inwrap span{color: #666666;}
.c-breadcrumb .inwrap a{ color:#666666;}
.c-breadcrumb .inwrap a:hover{ color:#0256ac; text-decoration:underline;}
.c-breadcrumb .inwrap .navtxt{ display:inline-block; margin-left:12px; padding-left:22px; background:url(../images/home.png) no-repeat left center;}

.product-box {background:url(../images/bg.jpg) no-repeat;padding: 50px 0; background-size: cover;}
.r-product .list{width: 105%;}
.r-product .list li{width: 300px;background: #fff;float: left;margin-right: 30px;margin-bottom: 40px;}
.r-product .p_photo{ display:table; width:100%; height:300px; overflow:hidden; position:relative; z-index:1;}
.r-product .p_photo .cell{ display:table-cell; vertical-align:middle; text-align:center;}
.r-product .p_photo img{ width: 100%; -webkit-transition:.45s; transition:.45s}
.r-product .info{height: 50px;background: #0256ac url(../images/pa.png) no-repeat right 30px center;padding: 20px 15px;color: #fff;}
.r-product .info p{font-size: 16px;}
.product-box .nav-left{width: 300px;margin-right: 40px;float: left;}
.product-box .nav-box{background: #fff;}
.product-box .nav-box  li{padding: 25px;font-size: 16px;color: #2b2b2b;border-bottom: 1px solid #ebebeb;}
.product-box .nav-box  li a{color: #2b2b2b;}
.product-box .box-right{float: right;width: 960px;}
.product-box .nav-box .title{background: #095eb4;text-align: center;color: #fff;height: 88px;line-height: 88px;font-size: 35px;font-weight: bold;}
.product-box {background:url(../images/bg.jpg) no-repeat;padding: 50px 0; background-size: cover;}
.product-box .nav-left{width: 300px;margin-right: 40px;float: left;}
        .product-box .nav-box{background: #fff;}
        .product-box .nav-box  li{padding: 25px;font-size: 16px;color: #2b2b2b;border-bottom: 1px solid #ebebeb;}
        .product-box .nav-box  li a{color: #2b2b2b;}
        .product-box .product-right{float: right;width: 960px;position: relative;}
        .product-box .nav-box .title{background: #095eb4;text-align: center;color: #fff;height: 88px;line-height: 88px;font-size: 35px;font-weight: bold;}
       
        /*商品缩略图样式*/
        .goods-box{ position:relative; margin-bottom:15px; font-size:12px;  }
        .goods-pic{ position:relative; float:left; width:480px; *z-index:1; }
        .pic-box{ float:left; }
        .pic-preview{ width:480px; height:480px; border:1px solid #e8e8e8; }
        .pic-scroll{ margin-top:10px; width:480px; }
        .pic-scroll .prev{ float:left; margin-right:10px; background: url(../images/left.png) no-repeat center center;}
        .pic-scroll .next{ float:right; background: url(../images/right.png) no-repeat center center;}
        .pic-scroll .prev,.pic-scroll .next{ display:block; font-family:"宋体"; text-align:center; width:15px; height:103px; line-height:103px; cursor:pointer; text-decoration:none;}
        .pic-scroll .items{ position:relative; float:left; width:431px;overflow:hidden;height: 105px; }
        .pic-scroll .items ul{ position:absolute; margin:0; padding:0; width:999999px; height:100%; }
        /*商品规格*/
    .goods-spec{ position:relative; margin:0 0 0 520px; overflow:hidden; }
	.goods-spec h1{ display:block; color:#0256ac; font-size:24px; font-weight:700; line-height:1.1em; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;margin-top: 10px; }
    .goods-spec .subtitle{ color:#1a1a1a; font-size:16px; line-height:24px;position: relative; padding: 10px 0;border-bottom: 1px solid #c2c9cf;}
    .goods-spec .subtitle i{position: absolute;height: 1px;bottom: 0;left: 0;background: #0256ac; width: 50px;}
    .goods-spec .des-box .info{ margin-top:20px;font-size:14px; line-height:2em; word-wrap:break-word; }
    .goods-spec .des-box{ position:relative; margin-top:10px; min-height: 330px;}
    .goods-spec .des-box h2{font-size: 16px; color: #404040;margin-top: 30px;}
    /* 图片放大镜样式*/
.tb-pic a{display:table-cell;text-align:center;vertical-align:middle;}
.tb-pic a img{vertical-align:middle;width:100%;}
.tb-pic a{line-height:1;}
.tb-thumb li{float:left;width: 109px; height:109px;overflow:hidden;}
.tb-s650, .tb-s650 a{height:480px;width:480px;}
.jqzoom{max-height:480px;max-width:480px;}
.tb-s650 a{*font-size:271px;}
.tb-s40 a{*font-size:35px;}
.tb-s40, .tb-s40 a{height:97px;width:97px;margin-right: 10px;}
.tb-booth{border:1px solid #CDCDCD;position:relative;z-index:1;}
.tb-thumb .tb-selected div{border:1px solid #C30008;}
.tb-thumb li div{border:1px solid #CDCDCD;}
div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:480px;height:480px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}
.product-next{position: absolute;top: 30px;right: 0;width: 100px;}
.product-next .prev, .product-next .next{display: inline-block;}
.product-next .prev a{background: url(../images/pleft.png) no-repeat;width: 33px;height: 33px;display: inline-block;}
.product-next .next a{background: url(../images/pright.png) no-repeat;width: 33px;height: 33px;display: inline-block;margin-left: 20px;}
.r-product .list{width: 105%;}
.r-product .list li{width: 300px;background: #fff;float: left;margin-right: 30px;margin-bottom: 40px;}
.r-product .p_photo{ display:table; width:100%; height:300px; overflow:hidden; position:relative; z-index:1;}
.r-product .p_photo .cell{ display:table-cell; vertical-align:middle; text-align:center;}
.r-product .p_photo img{ width: 100%; -webkit-transition:.45s; transition:.45s;max-height:300px;}
.r-product .info{height: 50px;background: #0256ac url(../images/pa.png) no-repeat right 30px center;padding: 20px 15px;color: #fff;}
.r-product .info p{font-size: 16px;}
.related {margin: 40px 0;}
.related .title{padding: 40px 0;}
.related h2{position: relative;font-size: 30px;color: #0256ac;border-bottom: 1px solid #c2c9cf;padding: 20px 0;}
.related h2 i{position:absolute;width: 4em;bottom: -1px;left: 0;height: 3px;background: #0256ac;}       
/*底部*/
.footer{padding: 50px 0;background: #262626;}
.footer .footer-box{margin: 0 auto;padding-bottom: 30px;}
.footer .footer-box li h4{color: #fff;font-size: 18px;font-weight: bold;text-transform: uppercase;}
.footer .footer-box .column{font-size: 14px;color: #fff;width: 222px;border-left: 1px solid #666666;padding-left: 30px;float: left;min-height: 249px;}
.footer .footer-box .column li{padding: 8px 0;}
.footer .footer-box .column li a{color: #fff;text-decoration: none;}
.footer .footer-box .mp{text-align: right;float: right;}
.footer .footer-box .mp p{text-align: center;font-size: 14px;color: #d5d5d5;}
.footer .footer-box .mp .des{padding: 25px 0;}
.footer .copyright{border-top: 1px solid #666;padding-top: 30px;color:#fff}
.footer .copyright a{color:#fff;}
.news-title{font-size: 30px;padding-left:25px;background: #095eb4;height: 88px;line-height: 88px;color: #fff;}
.contact-box {background:#f1f1f1;padding: 50px 0; }
.contact-box .nav-left{width: 300px;margin-right: 40px;float: left;}
.contact-box .nav-box{background: #fff;}
.contact-box .nav-box  li a{padding: 25px;font-size: 16px;color: #2b2b2b;border-bottom: 1px solid #ebebeb;display: block;}
.contact-box .box-right{float: right;width: 960px;}
.contact-box .nav-box .title{background: #095eb4;text-align: center;color: #fff;height: 88px;line-height: 88px;font-size: 35px;font-weight: bold;}
.news-title{font-size: 30px;padding-left:25px;background: #095eb4;height: 88px;line-height: 88px;color: #fff;}
.contactinfo{padding-bottom: 40px;}
.contactinfo li{width: 40%;float: left;padding: 15px 0 15px 50px;}
.contactinfo li.sq{background: url(../images/company.png) no-repeat left 30px center;}
.contactinfo li.dh{background: url(../images/mobile.png) no-repeat left 30px center;}
.contactinfo li.tel{background: url(../images/ctel.png) no-repeat left 30px center;}
.contactinfo li.address{background: url(../images/map.png) no-repeat left 30px center;}
.contactinfo li.fax{background: url(../images/fax.png) no-repeat left 30px center;}
.contactinfo li.url{background: url(../images/ali.png) no-repeat left 30px center;}
.contactinfo li.email{background: url(../images/email.png) no-repeat left 30px center;}
.contactinfo .left{float: left;width: 1014px;}
.contactinfo .right{float: right;width: 285px;border-left: 1px solid #e5e5e5;text-align: center;font-size: 16px;color: #999;}
.contactinfo .right p{padding-top: 20px;}
.areaMap{ margin:58px  auto;}
#amap-container{ height:300px;}
.nav-box .newslist a:hover{color: #0256ac;}
.nav-box .catelist a:hover{background: #0256ac;color: #fff;display: block;}
.nyaboutus9{ padding:10px 0 95px;}
.nyaboutus9 .divTips{line-height: 25px;font-size: 14px;color: #999;width: 960px;margin: 0 auto;}
.messagelist{ margin:25px 0 0;}
.messagelist .m_input{ float:left; display:inline;background: #fff; margin:18px 0 0; height:28px; width:450px; padding:8px 0 9px; border:1px solid #e0e0e0; -webkit-border-radius:5px; border-radius:5px; -webkit-transition:all .45s; transition:all .45s;}
.messagelist .m_input_mobile,.messagelist .m_input_fax,.messagelist .m_input_email{ float:right;}
.messagelist .m_input label{ float:left; display:inline; padding-left:48px; height:28px; line-height:28px; font-size:14px; color:#898986;}
.messagelist .m_input label span{ display:inline-block; padding-left:14px; border-left:1px solid #dfdfdf;}
.messagelist .m_input input{ float:left; display:inline;background: #fff; margin:0; padding:0; width:310px; height:28px; line-height:28px; font-family:Arial, "Microsoft YaHei", sans-serif; font-size:14px; color:#333; border:0; outline:0 none;}
.messagelist .m_textarea { margin:18px 0 0;}
.messagelist .m_textarea textarea{ display:block; background: #fafafa;margin:8px 0 0; padding:10px 20px; width:920px; height:195px; line-height:30px; font-family:Arial, "Microsoft YaHei", sans-serif; font-size:14px; color:#333; border:1px solid #dfdfdf; outline:0 none; border-radius:5px; -webkit-transition:all .45s; transition:all .45s; overflow:hidden;}
.messagelist .m_input_nickname label{ background:url(../images/icon_nyfeedback01.png) no-repeat 14px center;} 
.messagelist .m_input_mobile label{ background:url(../images/icon_nyfeedback02.png) no-repeat 14px center;} 
.messagelist .m_input_phone label{ background:url(../images/icon_nyfeedback03.png) no-repeat 14px center;} 
.messagelist .m_input_fax label{ background:url(../images/icon_nyfeedback04.png) no-repeat 14px center;} 
.messagelist .m_input_address label{ background:url(../images/icon_nyfeedback05.png) no-repeat 14px center;} 
.messagelist .m_input_email label{ background:url(../images/icon_nyfeedback06.png) no-repeat 14px center;} 
.messagelist .m_input.active,.messagelist .m_textarea.active textarea{ border-color:#0256ac;}
.messagelist .m_btnlist{ margin:45px 0 0; text-align:center;}
.messagelist .m_btnlist .m_link{ display:inline-block; margin:0 12px; width:132px; height:40px; line-height:40px; font-size:16px; text-align:center; color:#fff; background:#0256ac; border-radius:20px;}
.messagelist .m_btnlist .m_cancel{ background:#ccc;}
    .meta{ margin:0; padding:50px 50px 0 50px;text-align: center;border-bottom: 1px solid #e2e2e2; }
	.meta:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
	.meta h2{ margin:0 0 20px; padding:0; color:#434343; font-size:24px; font-weight:300; line-height:1em; text-align: center;}
	.meta .info{ margin:0 0 10px; }
	.meta .info span{ margin-right:10px; color:#999; font-size:12px; line-height:14px; }
    .meta .info span i{ margin-right:5px; display:inline-block; font-size:14px; }
    .meta .note{ margin-top:10px; padding:15px 20px; background:#f5f5f5; line-height:22px; color:#757575; font-size:12px; }