/*开始   初始CSS模板   开始*/
@font-face {
    font-family: "syht-light";
    src: url(font/syht-light.ttf),
    url(font/syht-light.eot), /* IE9 Compat Modes */
    url(font/syht-light.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
    url(font/syht-light.woff2) format('woff2'), /* Super Modern Browsers */
    url(font/syht-light.woff) format('woff'), /* Pretty Modern Browsers */
    url('font/syht-light.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: "syht-regular";
    src: url(font/syht-regular.ttf),
    url(font/syht-regular.eot), /* IE9 Compat Modes */
    url(font/syht-regular.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
    url(font/syht-regular.woff2) format('woff2'), /* Super Modern Browsers */
    url(font/syht-regular.woff) format('woff'), /* Pretty Modern Browsers */
    url('font/syht-regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}
body, div, address, blockquote, iframe, em, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea, a {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
}
ol, ul, li {
    list-style: none;
}
img {
    border: 0;
    max-width: 1200px;
}
a {
    color: #666666;
    text-decoration: none;
    font-family: syht-regular;
}
body {
    color: #000;
    background: #FFF;
    text-align: left;
    font: 14px/1.5 syht-regular Arial, Helvetica,'Microsoft YaHei', sans-serif;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0pt;
    visibility: hidden;
    overflow: hidden;
}
.clear {
    clear: both;
    height: 1px;
    margin-top: -1px;
    width: 100%;
}
.dis {
    display: block;
}
.undis {
    display: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.block {
    margin: 0 auto;
    width: 1200px;
    position: relative;
}
/*结束  初始CSS模板  结束*/
/* 分页 */
.pages { padding:40px 0 40px; text-align: center; clear:both;}
.pages a { display:inline-block; height:22px; line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 10px}
.pages a.a1 {width:56px; padding:0 }
.pages a:hover { background:#f1f1f1; color:#000; text-decoration:none }
.pages span { display:inline-block; height:22px; line-height:22px; background:#009fe8; border:1px solid #009fe8; color:#fff; text-align:center;padding:0 10px}

.pagination {
     margin: 0;
 }
 ul.pagination {
    display: inline-block;
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    border-radius: 4px;
}
ul.pagination > li {
    display: inline-block;
}
ul.pagination > li >a, ul.pagination > li > span {
    position: relative;
    float: left;
    color:#333;
    padding: 6px 12px;
    margin-right: 10px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #ddd;
}
ul.pagination > li.active > span {
    background-color: #009fe8;
    color: #ffffff;
}
ul.pagination > li.disabled > span {
    color:#333;
}

.header-top {
    min-width: 1200px;
    height: 25px;
    line-height: 25px;
    color: #6b6a6a;
    background-color: #e8e8e9;
}
.header-top a {
    color: #6b6a6a;
    font-family: "Microsoft YaHei";
}
.header-top a.city{
    padding-right: 10px;
    background: url("../images/arrow-down.png") right center no-repeat;
}
.header-con {
    height: 120px;
}
.header-con .logo {
    position: absolute;
    left: 40px;
    top: 20px;
}
.header-con .logo img{
    width: 167px;
}
.header-con .header-search {
    position: absolute;
    width: 425px;
    left: 350px;
    top: 40px;
}
.header-con .header-search .input-text{
    width: 405px;
    padding: 0 10px;
    height: 28px;
    border: 1px solid #cacaca;
    line-height: 28px;
    border-radius: 15px;
}
.header-con .header-search .input-submit{
    width: 25px;
    height: 25px;
    background: url("../images/search.png") center center no-repeat;
    border: 1px solid #cacaca;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 2px;
}
.header-con .header-search .keyword ul li{
    display: inline-block;
    margin-left: 10px;
    line-height: 20px;
}
.header-con .header-search .keyword ul li a{
    color: #d1d1d1;
    font-size: 12px;
}
.header-con ul.header-option{
    position: absolute;
    width: 300px;
    right: 0;
    top: 40px;
    font-size: 12px;
}
.header-con ul.header-option li{
    float: left;
    position: relative;
    display: inline-block;
    text-align: center;
    width: 50px;
    margin-right: 10px;
}
.header-con ul.header-option li > img {
    width: 40px;
    height: 40px;
}
.header-con ul.header-option li > div.opt{
    width: 37px;
    height: 37px;
    border: 1px solid #717071;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
}
.header-con ul.header-option li > div.order > span {
    position: absolute;
    z-index: 10;
    width: 15px;
    height: 15px;
    background: url("../images/order-num.png") no-repeat;
    text-align: center;
    line-height: 15px;
    top: -5px;
    color: #ffffff;
}
.header-con ul.header-option li > div.order > img{
    margin-top: 8px;
}
.header-con ul.header-option li > div.member > img{
    margin-top: 9px;
}
.header-con ul.header-option li > div.mobile > img{
    margin-top: 7px;
}
.header-con ul.header-option li > div.weixin > img{
    margin-top: 9px;
}
.header-con ul.header-option li > div.tel > img{
    margin-top: 10px;
}
.header-con ul.header-option li .qrcode-img {
    position: absolute;
    display: none;
    top: 60px;
    left: -50px;
    z-index: 999;
}
.header-con ul.header-option li a.close {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    right: 2px;
    top: 2px;
    cursor: pointer;
}
.header-con ul.header-option li .rexian-tel {
    position: absolute;
    display: none;
    top: 60px;
    left: -50px;
    z-index: 999;
}

/* 导航菜单 */
.header-nav{
    min-width: 1200px;
    height: 33px;
    background-color: #009fe8;
}
.header-nav ul {
    height: 29px;
    line-height: 29px;
    padding-top: 2px;
}
.header-nav ul > li{
    position: relative;
    display: inline-block;
    width: 130px;
    text-align: center;
    line-height: 29px;
    border-right: 1px solid #54aed7;
}
.header-nav ul > li:hover ul.sub-nav {
    z-index: 99;
    display: block;
}
.header-nav ul > li > a{
    font-size: 16px;
    color: #ffffff;
    /*font-weight: bold;*/
}
.header-nav ul > li:hover ul.sub-nav-2 {
    width: 230px;
    display: block;
}
.header-nav ul > li:hover ul.sub-nav-2 li{
}
.header-nav ul > li > ul.sub-nav-2 {
    position: absolute;
    width: 230px;
    left: 0;
    top: 30px;
    height: inherit;
    display: none;
    overflow: hidden;
    z-index: 99;
}
.header-nav ul > li > ul.sub-nav-2 li{
    position: relative;
    height: 37px;
    width: 100%;
    overflow: hidden;
    background-color: #0088d9;
    margin-bottom: 1px;
}
.header-nav ul > li > ul.sub-nav-2 .sub-nav-info {
    float: right;
    width: 165px;
    text-align: left;
    line-height: 15px;
    padding-top: 5px;
}
.header-nav ul > li > ul.sub-nav-2 li > img {
    position: absolute;
    width: 48px;
    height: 34px;
    left: 10px;
    top: 1px;
}
.header-nav ul > li > ul.sub-nav-2 li:hover{
    background-color: #003b8a;
}
.header-nav ul > li > ul.sub-nav-2 li span{
    color: #ffffff;
}
.header-nav ul > li > ul.sub-nav-2 li i{
    color: #c6cdcf;
    font-style: normal;
    font-size: 12px;
}


.header-nav ul > li.n_01 {
    background: url("../images/n_01.png") 10px center no-repeat;
    background-size: 20px 20px;
}
.header-nav ul > li.n_02 {
    background: url("../images/n_02.png") 10px center no-repeat;
    background-size: 20px 20px;
}
.header-nav ul > li.n_03 {
    background: url("../images/n_03.png") 10px center no-repeat;
    background-size: 20px 20px;
}
.header-nav ul > li.n_04 {
    background: url("../images/n_04.png") 10px center no-repeat;
    background-size: 20px 20px;
}
.header-nav ul > li.n_05 {
    background: url("../images/n_05.png") 10px center no-repeat;
    background-size: 20px 20px;
}
.header-nav ul > li.n_06 {
    border: none;
    background: url("../images/n_06.png") 10px center no-repeat;
    background-size: 20px 20px;
}
.header-nav ul.sub-nav {
    position: absolute;
    height: inherit;
    left: 0;
    top: 30px;
    display: none;
    overflow: hidden;
}
.header-nav ul.sub-nav > li {
    background-color: #0088d9;
    margin-bottom: 1px;
}
.header-nav ul.sub-nav > li:hover {
    background-color: #003b8a;
}
.header-nav ul.sub-nav > li a{
    display: block;
    width: 100%;
    height: 100%;
    font-size:14px;
}
/* 跑马灯 */
.index-marquee {
    height: 40px;
    background-color: #003a6c;
}
.index-marquee .container {
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    height: 40px;
    position: relative;
    cursor: pointer;
}
.index-marquee .marquee-content-items{
    display: inline-block;
    margin: 0;
    height: 40px;
    position: relative;
}
.index-marquee .marquee-content-items li{
    display: inline-block;
    line-height: 40px;
    color: #fff;
    margin-right: 30px;
}
.index-marquee .marquee-content-items li a{
    color: #ffffff;
}

/* banner部分 */
.index-banner .swiper-container {
    min-width: 1195px;
    height: 650px;
}
.index-banner .swiper-container .block{
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -595px;
}
.index-banner .swiper-container .swiper-slide {
    width: 100%;
}
.index-banner .swiper-container .swiper-pagination-bullets {
    bottom: 40px;
}
.index-banner .swiper-container .swiper-pagination-bullet {
    border: 2px solid #ffffff;
    opacity: 1;
}
.index-banner .swiper-container .swiper-pagination-bullet-active {
    background-color: #ffffff;
}
.index-banner  .swiper-button-prev, .index-banner .swiper-button-next {
    width: 54px;
    height: 54px;
}
.index-banner  .swiper-button-prev {
    background: url("../images/arrow-left.png") center no-repeat;
}
.index-banner  .swiper-button-next {
    background: url("../images/arrow-right.png") center no-repeat;
}
/* tab_box 轮播*/
.tab_box .swiper-container {
    width: 790px;
    height: 510px;
    margin-top: -7px;
}
.tab_box .swiper-container .block{
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -595px;
}
.tab_box .swiper-container .swiper-slide {
    width: 100%;
}
.tab_box .swiper-container .swiper-pagination-bullets {
    bottom: 40px;
}
.tab_box .swiper-container .swiper-pagination-bullet {
    border: 2px solid #ffffff;
    opacity: 1;
}
.tab_box .swiper-container .swiper-pagination-bullet-active {
    background-color: #ffffff;
}
.tab_box  .swiper-button-prev, .index-banner .swiper-button-next {
    width: 54px;
    height: 54px;
}
.tab_box  .swiper-button-prev {
    background: url("../images/arrow-left.png") center no-repeat;
}
.tab_box  .swiper-button-next {
    background: url("../images/arrow-right.png") center no-repeat;
}

/* 产品类别 */
.index-main .category {
    border: 1px solid #e3e3e3;
    box-shadow: 1px -1px 1px #efefef;
    margin-top: 50px;
    padding-bottom: 20px;
}
.index-main .category ul {
    margin-left: 30px;
    margin-top: 25px;
}
.index-main .category ul li{
    width: 268px;
    height: 132px;
    display: inline-block;
    position: relative;
    margin-right: 18px;
    margin-bottom: 30px;
}
.index-main .category ul li img{
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    max-width: 155px;
    max-height: 112px;
}
.index-main .category ul li .info{
    position: absolute;
    width: 260px;
    height: 116px;
    z-index: 4;
    bottom: 0;
    right: 0;
    background-color: #606060;
    color: #ffffff;
}
.index-main .category ul li:hover .info{
    background-color: #009fe8;
    cursor: pointer;
}
.index-main .category ul li .info p{
    position: absolute;
    right: 12px;
    top: 45px;
    text-align: right;
    line-height: 18px;
    font-weight: 100;
    font-size: 12px;
}
.index-main .category ul li .info h2{
    position: absolute;
    right: 12px;
    top: 80px;
    text-align: right;
    font-size: 22px;
    font-weight: 100;
    font-family: syht-regular;
}
.index-main .category > h2 {
    margin-left: 30px;
    font-size: 36px;
}
.index-main .category > h2 span{
    padding-left: 20px;
    background: url("../images/arrow-right-2.png") left center no-repeat;
    font-size: 16px;
    margin-left: 20px;
}
.divide {
    display: block;
    height: 6px;
    background: url("../images/divide.png") center no-repeat;
    margin: 35px auto;
}
/*============================*/
.index-main .index-hot {
    display: block;
    overflow: hidden;
}
.index-main .index-hot ul {
    width: 1250px;
}
.index-main .index-hot ul li{
    float: left;
    display: inline-block;
    width: 560px;
    height: 360px;
    margin-right: 18px;
    border: 1px solid #dfdfdf;
    padding: 14px;
}
.index-main .index-hot ul li > a{
    float: left;
    display: block;
    height: 261px;
}
.index-main .index-hot ul li .cont{
    float: left;
    padding: 14px;
    padding-bottom: 0;
}
.index-main .index-hot ul li h2{
    font-size: 30px;
    color: #555352;
}
.index-main .index-hot ul li h2 a{
    color: #555352;
}
.index-main .index-hot ul li .cont > a{
    display: block;
    padding-left: 20px;
    background: url("../images/arrow-right-2.png") left center no-repeat;
    background-size: 13px auto;
    color: #8d8c8c;
    font-size: 18px;
    line-height: 20px;
}
/*=====================*/
.index-main .index-about {
    clear: both;
    overflow: hidden;
}
.index-main .index-about ul{
    width: 1280px;
}
.index-main .index-about ul li{
    float: left;
    display: inline-block;
    width: 270px;
    height: 215px;
    margin-right: 10px;
    border: 1px solid #dfdfdf;
    padding: 10px;
}
.index-main .index-about ul li > a{
    float: left;
    display: block;
    height: 148px;
}
.index-main .index-about ul li a > img{
    max-width: 269px;
    max-height: 148px;
}
.index-main .index-about ul li .cont{
    float: left;
    padding: 14px;
}
.index-main .index-about ul li h2{
    font-size: 18px;
    color: #555352;
}
.index-main .index-about ul li h2 > a{
    color: #555352;
}
.index-main .index-about ul li .cont > a{
    height: 20px;
    display: block;
    padding-left: 10px;
    background: url("../images/arrow-right-2.png") left center no-repeat;
    background-size: 7px 12px;
    color: #8d8c8c;
    font-size: 12px;
}

/* 首页 - tab */
.index-main .index-tab {
    overflow: hidden;
    clear: both;
}
.index-main .index-tab .tab_box {
    float: left;
    width: 788px;
    height: 508px;
    border: 1px solid #dfdfdf;
}
.index-main .index-tab .tab_box > div {
    text-align:center; margin-top:5px;
}
.index-main .index-tab .tab_menu{
    float: right;
    width: 387px;
}
.index-main .index-tab .tab_menu li{
    position: relative;
    width: 385px;
    border: 1px solid #dfdfdf;
    height: 120px;
    margin-bottom: 7px;
}
.index-main .index-tab .tab_menu li.tm_01{
    background: url("../images/tm_01.png") 66px 42px no-repeat;
}
.index-main .index-tab .tab_menu li.tm_02{
    background: url("../images/tm_02.png") 66px 42px no-repeat;
}
.index-main .index-tab .tab_menu li.tm_03{
    background: url("../images/tm_03.png") 66px 42px no-repeat;
}
.index-main .index-tab .tab_menu li.tm_04{
    background: url("../images/tm_04.png") 66px 42px no-repeat;
}
.index-main .index-tab .tab_menu li h2{
    margin-left: 120px;
    font-size: 36px;
    color: #595757;
    margin-top: 20px;
    font-family: syht-light;
}
.index-main .index-tab .tab_menu li a{
    margin-left: 120px;
    padding-left: 10px;
    background: url("../images/arrow-right-2.png") left center no-repeat;
    background-size: 8px 12px;
    color: #838181;
    font-size: 12px;
}
.index-main .index-tab .tab_menu li i{
    width: 8px;
    height: 11px;
    background: url("../images/arrow-left-2.png") no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: -18px;
    display: none;
}
.index-main .index-tab .tab_menu li.current{
    width: 383px;
    height: 111px;
    border: 2px solid #90d5f5;
    border-bottom: 9px solid #90d5f5;
}
.index-main .index-tab .tab_menu li.current i{
    display: block;
}
.index-main .index-tab .tab_menu li.current h2{
    color: #6c6a6a;
    font-weight: bold;
    font-family: syht-light;
}
/*.index-main .index-tab .tab_box .hide{display:none;}*/
.index-main .index-tab .tab_box .hide{visibility:hidden;}

/* 脚部 */
.footer{
    min-width: 1200px;
    clear: both;
    height: 246px;
    background-color: #606060;
    margin-top: 45px;
    padding-top: 30px;
}
.footer .quicklink {
    float: left;
    width: 150px;
    margin-right: 70px;
    margin-left: 20px;
}
.footer .quicklink li{
    text-align: left;
    color: #ffffff;
    margin-bottom: 5px;
}
.footer .quicklink li:nth-child(1){
    font-size: 20px;
    margin-bottom: 10px;
}
.footer .quicklink li a{
    color: #ffffff;
}
.footer .meiti {
    float: left;
    color:#ffffff;
    margin-left: 20px;
    margin-right: 70px;
    width: 260px;
}
.footer .meiti h2{
    font-size: 20px;
}
.footer .meiti ul {
    padding-top: 15px;
}
.footer .meiti ul li{
    margin-right: 20px;
    display: inline-block;
    line-height: 25px;
}
.footer .meiti ul li > img{
    display: block;
}
.footer .footer-logo{
    float: right;
    margin-right: 90px;
    margin-top: 20px;
    color: #ffffff;
}
.footer .footer-logo h2{
    margin-left: 10px;
    line-height: 40px;
    font-size:16px;
}
.footer .footer-logo p{
    margin-left: 10px;
    font-size: 12px;
}

/*=====================产品页========================*/
.sub-banner {
    min-width: 1200px;
    height: 320px;
    background-color: #585757;
}
.sub-main{
    min-width: 1200px;
}
.breadcrumb {
    float: right;
    padding: 15px 0;
    color: #727172;
    font-size: 14px;
}
.breadcrumb a{
    color: #727172;
    font-size: 14px;
}
.breadcrumb i{
    color: #90d5f5;
    width: 6px;
    height: 15px;
    background: url("../images/arrow-right-2.png") center bottom no-repeat;
    background-size: 6px 9px;
    display: inline-block;

}
.sub-main .product {
    margin: 0 auto;
}
.sub-main .product > h2 {
    font-size: 36px;
    color: #545251;
    margin-left: 50px;
    margin-bottom: 30px;
}
.sub-main .product > h2 span{
    padding-left: 20px;
    background: url("../images/arrow-right-2.png") left center no-repeat;
    font-size: 16px;
    margin-left: 20px;
    color: #696767;
}
.sub-main .product .item {
    padding-left: 50px;
    margin-bottom: 30px;
}
.sub-main .product .item .title{
    float: left;
    font-size: 14px;
    color: #6d6b6c;
    padding: 0 30px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #d6d6d7;
    display: block;
    clear: both;
    margin-top: 1px;
}
.sub-main .product .item ul {
    padding-top: 20px;
    overflow: hidden;
    clear: both;
}
.sub-main .product .item ul li {
    float: left;
    margin-right: 50px;
    width: 210px;
    height: 170px;
    position: relative;
    margin-bottom: 30px;
}
.sub-main .product .item ul li > div{
    float: left;
    height: 130px;
}
.sub-main .product .item ul li > div img{
    max-width: 174px;
    max-height: 102px;
}
.sub-main .product .item ul li h2{
    position: absolute;
    font-size: 20px;
    color: #595757;
    font-family: syht-regular;
    left: 0;
    bottom: 20px;
}
.sub-main .product .item ul li h2 a{
    color: #595757;
    font-family: syht-regular;
}
.sub-main .product .item ul li > a {
    position: absolute;
    padding-left: 10px;
    background: url(../images/arrow-right-2.png) left center no-repeat;
    background-size: 8px 12px;
    color: #838181;
    font-size: 12px;
    left: 0;
    bottom: 0;
}
.sub-main .product .item.item-1{
    background: url("../images/product/bg_1.png") left top no-repeat;
}
.sub-main .product .item.item-2{
    background: url("../images/product/bg_2.png") left top no-repeat;
}
.sub-main .product .item.item-3{
    background: url("../images/product/bg_3.png") left top no-repeat;
}
.sub-main .product .item.item-4{
    background: url("../images/product/bg_4.png") left top no-repeat;
}
.sub-main .product .item.item-5{
    background: url("../images/product/bg_5.png") left top no-repeat;
}
.sub-main .product .item.item-6{
    background: url("../images/product/bg_6.png") left top no-repeat;
}
.sub-main .product .item.item-7{
    background: url("../images/product/bg_7.png") left top no-repeat;
}
.sub-main .product .item.item-8{
    background: url("../images/product/bg_8.png") left top no-repeat;
}
.sub-main .product .item.item-9{
    background: url("../images/product/bg_9.png") left top no-repeat;
}
.sub-main .product .con1 {
    margin-top: 50px;
    margin-left: 30px;
    overflow: hidden;
}

/* 轮播 begin */
.sub-main .product .con1 .lunbo{
    float: left;
    width: 615px;

}
.sub-main .product .con1 .lunbo img{
    max-width: 615px;
}
.sub-main .product .con1 .view .swiper-container {
    width: 615px;
    height: 355px;
}
.sub-main .product .con1 .view .swiper-container .swiper-slide{
    text-align: center;
}
.sub-main .product .con1 .view .swiper-container .swiper-slide img{
    max-width: 560px;
    max-height: 330px;
}
.sub-main .product .con1 .preview {
    width: 100%;
    position: relative;
    height: 65px;
    border: 1px solid #c7c9d3;
    border-radius: 45px;
    padding: 10px 0;
}
.sub-main .product .con1 .preview .swiper-container {
    width: 515px;
    margin-left: 45px;
    overflow: hidden;
    height: 70px;
}
.sub-main .product .con1 .preview .swiper-container .swiper-slide {
    text-align: center;
    height: 60px;
}
.sub-main .product .con1 .preview .arrow-left {
    background: url(../images/product/arrow-left.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -12px;
    width: 15px;
    height: 23px;
    z-index: 10;
}
.sub-main .product .con1 .preview .arrow-right {
    background: url(../images/product/arrow-right.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -12px;
    width: 15px;
    height: 23px;
    z-index: 10;
}
.sub-main .product .con1 .preview img {
    padding: 1px;
    vertical-align:middle;
    width: 102px;
    height: 61px;
}
.sub-main .product .con1 .preview .active-nav img {
    padding: 0;
    border: 1px solid #f00;
}
/* 轮播 end */
.sub-main .product .con1 .intro {
    float: right;
    width: 500px;
}
.sub-main .product .con1 .intro > h2 {
    font-size: 40px;
    font-family: syht-regular;
    font-weight:bold;
    color: #595757;
}
.sub-main .product .con1 .intro > span {
    font-size: 20px;
    font-family: syht-regular;
}
.sub-main .product .con1 .intro .content {
    font-size: 16px;
    font-family: syht-regular;
    color: #7a7979;
    line-height: 25px;
    padding-top: 15px;
}
.sub-main .product .con1 .intro .content ul li{
    list-style: inherit;
}
.sub-main .product .con2 {
    margin: 60px 0;
    padding: 55px 0;
    width: 1150px;
    clear: both;
    overflow: hidden;
    border-top: 1px solid #d2d3d9;
    border-bottom: 1px solid #d2d3d9;
    text-align: center;
}

/************新闻页*************/
.news-main .left .news_title{ border-bottom:1px solid #3e3a39; color: #3e3a39; font-size:24px;padding:0 0 5px 0; text-align: center;}
.news-main .left .news_info{padding:10px 0px; color:#333; text-align: center;}
.news-main .left .news_content{line-height:30px; font-size: 12px; color:#333; font-size:14px; text-align:justify;text-justify:inter-ideograph;}
.news-main .left .news_content img{margin:10px auto;}

.news-main .left .news_title span{ color:#ae1823; font-size:16px; padding-left:15px}
.news-main .left .news_line_con{ float:right; width:460px}
.news-main .left .news_line{ padding-top:40px; height:125px}
.news-main .left .news_line_con h3{font-size:18px; font-weight:lighter; overflow:hidden; height:30px;}
.news-main .left .news_line_con h3 a{color:#000;}
.news-main .left .news_line_con p{ line-height:26px; font-size:14px; height:72px; overflow:hidden; color:#666; }
.news-main .left .news_line_more{ background:#ae1823; color:#fff; font-size:11px; padding:2px 8px; margin-top:7px;}

.news-main .left{
    float: left;
    width: 770px;
}
.news-main .left .banner{
    height: 436px;
}
.news-main .left .news-tab {
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}
.news-main .news-tab > a.more {
    position: absolute;
    font-size: 12px;
    color: #595757;
    right: 0;
    top: 10px;
}
.news-main .news-tab .tab_menu{
    padding-left: 160px;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    background: url("../images/news/news_title.png") left no-repeat;
}
.news-main .news-tab .tab_menu li{
    float: left;
    position: relative;
    display: inline-block;
    width: 106px;
    border: 1px solid #dfdfdf;
    height: 20px;
    border-radius: 10px;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
    color: #717071;
}
.news-main .news-tab .tab_menu li.current{
    border: 1px solid #90d5f5;
    color: #90d5f5;
}
.news-main .news-tab .tab_box {
    clear: both;
    overflow: hidden;
    margin-top: 20px;
}
.news-main .news-tab .tab_box > div {
    display: block;
}
.news-main .news-tab .tab_box > div ul li {
    margin-bottom: 10px;
    width: 650px;
}
.news-main .news-tab .tab_box > div ul li a{
    font-size: 16px;
    font-weight: bold;
    color: #3e3a39;
    line-height: 30px;
}
.news-main .news-tab .tab_box > div ul li p{
    font-size: 12px;
    color: #9e9f9f;
    line-height: 25px;
}
.news-main .news-tab .tab_box .hide{display:none;}
.news-main .right{
    float: right;
    width: 366px;
}
.news-main .right .title{
    height: 32px;
    background: url("../images/news/news_title_2.png") left center no-repeat;
    margin-bottom: 20px;
}
.news-main .right .item {
    margin-bottom: 30px;
}
.news-main .right .item > a{
    font-size: 16px;
    font-weight: bold;
    color: #3e3a39;
    line-height: 30px;
}
.news-main .right .item p{
    font-size: 12px;
    color: #9e9f9f;
    line-height: 25px;
}
.news-main .right .links a{
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 30px;
    clear: both;
}

/* 会员中心 */
.ucenter-main{margin: 0 auto; width: 1220px; overflow: hidden; margin-top: 30px;}
.ucenter-main .member-menu{float: left; width: 174px; border-radius: 15px; border: 1px solid #90d5f5; padding: 10px 0;}
.ucenter-main .member-menu > h2{margin: 0 auto; line-height: 30px; width: 130px; border-bottom: 1px solid #90d5f5; font-size: 16px;}
.ucenter-main .member-menu > ul{padding-left: 28px; line-height: 25px;}
.ucenter-main .member-menu > ul > li{line-height: 30px;}
.ucenter-main .member-menu > ul > li > a{color: #717071;}
.ucenter-main .member-menu > ul > li img{position: relative; left: 0; top: 0;}
.ucenter-main .member-container{float: right; width: 980px; overflow: hidden;}
.ucenter-main .member-container .member-catname{margin: 0 auto; border-bottom: 1px solid #90d5f5; padding: 10px 5px; line-height: 25px; text-align: left; font-size: 16px;}
.ucenter-main .member-container .member-set-avatar{float: left; width: 610px; padding: 30px 40px;}
.ucenter-main .member-container .member-userinfo{float: left; width: 160px;}
.ucenter-main .member-container .member-avatar{width: 156px; height: 156px; border: 1px solid #828182; border-radius: 100%;}
.ucenter-main .member-container .member-avatar > img{border: 3px solid #fff; border-radius: 100%; width: 150px; height: 150px;}
.ucenter-main .member-container .member-info-opt{padding: 10px 20px;}
.ucenter-main .member-container .member-info-opt dl dd{float: left; width: 30px; text-align: center; margin-right: 10px; line-height: 20px;}
.ucenter-main .member-container .member-info-opt dl dd > em{color: #90d5f5;}
.ucenter-main .member-container .member-custom{float: left; padding: 20px 0 0 30px;}
.ucenter-main .member-container .custom-avatar{overflow: hidden;}
.ucenter-main .member-container .custom-avatar img{float: left; margin-right: 15px;}
.ucenter-main .member-container .custom-button{width: 100px; height: 22px; border: 1px solid #90d5f5; text-align: center; display: block; float: left; border-radius: 11px; line-height: 22px; margin-top: 20px; color: #000000;}
.ucenter-main .member-container .custom-button:hover{background-color: #90d5f5; color: #ffffff;}
.ucenter-main .member-container .member-base-info{float: right; width: 270px; margin-top: 35px;}
.ucenter-main .member-container .member-base-info > ul li{width: 100%; overflow: hidden; line-height: 35px;}
.ucenter-main .member-container .member-base-info > ul li span{float: left; width: 80px;}
.ucenter-main .member-container .member-base-info > a{width: 90px; height: 22px; display: block; border: 1px solid #90d5f5; border-radius: 11px; text-align: center; line-height: 22px; margin-top: 20px; color: #000000;}
.ucenter-main .member-container .member-base-info > a:hover{background-color: #90d5f5; color: #fff;}

.ucenter-main .member-container .personal-form h2 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #90d5f5;
    line-height: 50px;
    font-family: syht-regular;
}
.ucenter-main .member-container .personal-form .form ul{
    padding-top: 30px;
}
.ucenter-main .member-container .personal-form .form ul li {
    margin-bottom: 10px;
}
.ucenter-main .member-container .personal-form .form ul li .input-group {
    border: 1px solid #838283;
    height: 36px;
    border-radius: 18px;
    line-height: 36px;
    padding: 0 15px;
    font-size: 16px;
}
.ucenter-main .member-container .personal-form .form ul li textarea{
    border: 1px solid #838283;
    border-radius: 18px;
    line-height: 25px;
    padding: 0 15px;
    width: 730px;
    height: 235px;
    font-size: 16px;
}
.ucenter-main .member-container .personal-form .form ul li select{
    width: 190px;
    font-size: 16px;
    color: #9b9b9b;
}
.ucenter-main .member-container .personal-form .form ul li .input-text{
    width: 390px;
}
.ucenter-main .member-container .personal-form .form ul li .buy-state {
    border: 1px solid #838283;
    border-radius: 18px;
    width: 390px;
    font-size: 16px;
    color: #9b9b9b;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
}
.ucenter-main .member-container .personal-form .form ul li .submit {
    margin-left: 200px;
    width: 338px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 28px;
    background-color: #90d5f5;
    color: #fff;
    border: none;
}

/************关于我们***********/
.about-banner {
    min-width: 1200px;
    height: 534px;
}
.about-main .block > h2 {
    font-size: 40px;
    font-family: syht-regular;
    margin-bottom: 10px;
    color: #312624;
}
.about-main .block .content > h1 {
    font-size: 40px;
    font-family: syht-regular;
    margin-bottom: 10px;
    color: #312624;
}
.about-main .block .content > h1 span{
    font-size: 20px;
    color: #969394;
}
.about-main .content {
    font-size: 14px;
    color: #766f6d;
}

/*************优化板块**************/
.youhua-main {
    min-width: 1200px;
    height: 645px;
    background: url("../images/youhua_bg.jpg") no-repeat;
}
.youhua-main .block {
    text-align: center;
}
.youhua-main .block > img {
    margin-top: 180px;
}
.youhua-main .btns{

}
.youhua-main .btns a{
    padding: 0 40px;
    height: 46px;
    line-height: 46px;
    background-color: #009fe8;
    display: inline-block;
    border-radius: 23px;
    color: #ffffff;
    margin-right: 30px;
}
.youhua-main .btns a:hover{
    background-color: #007fe8;
}

/************经典案例************/
.case-banner {
    min-width: 1200px;
    height: 542px;
}
.case-main .block > h2 {
    font-size: 40px;
    font-family: syht-regular;
    margin-bottom: 10px;
    color: #312624;
}
.case-main .block > h2 span{
    color: #595757;
    font-size: 20px;
}
.case-main ul.list {

}
.case-main ul.list li{
    height: 130px;
    margin-bottom: 30px;
}
.case-main ul.list li .thumb{
    float: left;
    position: relative;
    width: 200px;
    height: 130px;
}
.case-main ul.list li .thumb > img{
    max-width: 200px;
    max-height: 160px;
}
.case-main ul.list li .thumb span{
    width: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 26px;
    line-height: 26px;
    background-color: #009fe8;
    border-radius: 13px;
    text-align: center;
    color: #fff;
}
.case-main ul.list li .con {
    float: left;
    padding-top: 15px;
    width: 980px;
    margin-left: 10px;
}
.case-main ul.list li .con > span{
    padding: 0 20px;
    height: 25px;
    line-height: 25px;
    color: #3f3532;
    border: 1px solid #a0dbf6;
    font-size: 16px;
    border-radius: 12px;
}
.case-main ul.list li .con > p{
    font-size: 12px;
    line-height: 20px;
    margin-left: 20px;
    color: #5a5250;
    margin-top: 10px;
}

.shop-container{
    margin: 0 auto;
    overflow: hidden;

}
/* 帮助中心 */
.help-center{margin: 0 auto; width: 1220px; margin-bottom:30px; overflow: hidden;}
.help-center .info-bread{padding: 0;}
.help-center .help-menu{float: left; width: 300px; border: 1px solid #c7c7c7; border-radius: 30px;}
.help-center .help-menu .help-catname{margin: 0 auto; width: 180px; border-bottom-right-radius: 15px; border-bottom-left-radius: 15px; text-align: center; color: #fff; font-size: 16px; background: #009fe8; height: 40px; line-height: 40px;}
.help-center .help-menu > ul{margin-top: 20px;}
.help-center .help-menu > ul > li{border-top: 1px solid #bebebe;}
.help-center .help-menu > ul > li:last-child dl{border-bottom-left-radius: 30px; border-bottom-right-radius: 30px;}
.help-center .help-menu > ul > li > a{display: block; line-height: 35px; padding-left: 50px; color: #101010;}
.help-center .help-menu > ul > li > a{background: url("../themes/default/images/help-menu-sanjiao-1.png") 250px 13px no-repeat #009fe8;}
.help-center .help-menu > ul > li > a.current{background: url("../themes/default/images/help-menu-sanjiao.png") 250px 13px no-repeat #009fe8; color: #fff;}
.help-center .help-menu > ul > li > ul{}
.help-center .help-menu > ul > li > ul > li{}
.help-center .help-menu > ul > li > ul > li a{display: block; line-height: 35px; padding-left: 70px; color: #101010; font-size: 12px; background: url("../images/help-dot.png") 50px 11px no-repeat;}
.help-center .help-menu > ul > li > ul > li a.current{background: url("../images/help-current-dot.png") 50px 11px no-repeat;}
.help-center .help-container{float: right; width: 870px;}
.help-center .help-container .info-bread{line-height: 30px; font-size: 12px;}
.help-center .help-container .info-bread a{font-size: 12px;}
.help-center .help-container .content{color: #000;}
.help-center .help-container .content span.title{border-radius: 15px; border: 1px solid #929292; width: 135px; line-height: 30px; display: block; text-align: center; color: #000; margin-top: 25px;}
.help-center .help-container .content > p{padding: 10px 10px 10px 30px; font-size: 12px; line-height: 25px;}
.help-nav{width: 224px; font-size: 16px; color: #323c44; border-left: 1px #d3d3d3 solid; border-right: 1px #d3d3d3 solid;}
.help-nav h3{height: 40px; line-height: 40px; background-color: #d3d3d3; font-weight: bold; padding-left: 20px;}
.help-nav a{display: block; color: #323c44; padding: 0 20px 0 20px;}
.help-nav li{position: relative;}
.help-nav dt, .help-nav dd{height: 42px; line-height: 42px; cursor: pointer;}
.help-nav dd{display: none;}
.help-nav dd a{font-size: 14px; padding-left: 40px;}
.help-arrow{position: absolute; font-size: 22px; right: 10px; top: 5px; color: #a8a8a8;}
.help-nav .hover{background-color: #009fe8; color: #fff;}
.help-nav .hover a{color: #fff;}
.help-list{}
.help-item{padding-top: 10px; display: none;}
.help-item-header{background-color: #eee; height: 16px;}
.help-item-header em{display: block; float: left; border-left: 5px #3e94dd solid; background-color: #fff; padding: 0 14px; font-size: 18px; line-height: 16px; color: #323c44;}
.help-item-content{margin-top: 24px; padding-left: 20px; padding-right: 36px;}
.help-item-content dl{margin-bottom: 25px; line-height: 26px;}
.help-item-content dt{font-size: 16px; color: #696969; font-weight: bold;}
.help-item-content dd{font-size: 14px; color: #696969; margin-top: 3px; text-indent: 2em;}

/* 登录 */
.login-reg-main {
    min-width: 1200px;
    height: 800px;
    background: url("../images/login-banner.jpg") no-repeat;
}
.login-container{
    margin: 0 auto;
    width:730px;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    margin-top: 100px;
}
.login-container .login-main{margin: 0 auto;}
.login-container .login-main > h2{padding-left: 15px; color: #717071; font-size: 18px; line-height: 30px; border-bottom: 1px solid #717071; margin: 30px auto; font-weight: bold;}
.login-container h2 a.login-lock{float:right; display: inline-block; padding-left: 15px; background: url("../images/login-lock.png") no-repeat; font-size: 12px; height: 14px; line-height: 14px; margin: 10px 5px 0 0;}
.login-container .login-form{margin: 0 auto; width: 430px;}
.login-container .login-form form > h2{font-size: 18px; font-weight: bold;}
.login-container .login-form label.error{width: 100%; display: block; text-align: left; color: red;}
.login-container .login-form .input-text{text-align: center; margin: 0 auto; margin-bottom: 10px;}
.login-container .login-form .input-text input{width: 418px; height: 32px; border: 1px solid #a2a1a2; border-radius: 3px; padding-left: 10px; line-height: 32px;}
.login-container .login-form .input-text .verify_img {float: right; width: 200px; height: 34px; border-radius: 3px;}
.login-container .login-form h2{line-height: 36px; text-align: center;}
.login-container .login-form .input-submit{position: relative;}
.login-container .login-form .input-submit a{color: #1c7593;}
.login-container .login-form button{width: 130px; height:35px; background-color: #009fe8; border: none; border-radius: 3px; font-size:18px; color: #fff; line-height: 30px; position: absolute; top:0; right: 0;}
.login-container .login-form button:hover{background-color: #009fe8;}
.login-third{border-top: 1px solid #ababab; padding: 18px 0; margin: 30px 0;border-bottom: 1px solid #ababab;}
.login-third h2{text-align: center; font-size: 18px; font-weight: bold; line-height: 30px; margin-bottom: 12px;}
.login-third .login-third-container{text-align: center;}
.login-third .login-third-container .login-qq,
.login-third .login-third-container .login-weixin,
.login-third .login-third-container .login-sina{display: inline-block; width: 75px; text-align: center;}
.login-third .login-third-container .login-qq{padding-top: 45px; background: url("../images/login-qq.png") center 0 no-repeat;}
.login-third .login-third-container .login-weixin{padding-top: 45px; background: url("../images/login-weixin.png") center 0 no-repeat;}
.login-third .login-third-container .login-sina{padding-top: 45px; background: url("../images/login-sina.png") center 0 no-repeat;}
.login-main .login-question{color: #717071;text-align: center; line-height: 25px; padding-bottom: 20px;  }
.login-main .login-question > a{color: #005f89;}
.login-main .login-copyright{padding: 15px 10px; border-top: 1px solid #bdbcbd;}
.login-main .login-copyright a.cty{margin-left: 10px; padding-left: 20px; background: url("../images/login-china.png") no-repeat; height: 20px; line-height: 16px; display: inline-block;}
.login-container .login-form .input-text .verifycode{float: left; width: 210px;}
.login-container .login-form .input-text .getcode{float: right; width: 120px; background-color: #717071; height:36px; color: #ffffff; border: none;}
.login-container .login-form .input-text .getcode:hover{background-color: #797879;}
.login-container .login-form .input-info{margin: 0 auto; margin-top: 15px; text-align: left;}
.login-container .login-form .input-info > a{color: #e91f2f;}
.login-container .login-form .input-info input[type=checkbox]{padding: 0; margin: 0;}
.login-container .login-form .input-info > label{float: right;}
.login-container .login-form .input-info > label > a{color: #00a0e9;}
.login-container .login-form .input-button{padding: 15px 0; text-align: center;}
.login-container .login-form .input-button input[type=submit]{background-color: #009fe8; width: 170px; height: 45px; border: none; border-radius: 3px; color: #fff; font-size: 18px;}
.login-container .login-form .input-button input[type=submit]:hover{background-color: #009fe8;}

/*协议样式*/
.agreement {padding:30px;}
.agreement p{ line-height: 25px; font-size: 14px; color: #797879; }

.about-main .quick-link{margin-bottom: 30px;}
.about-main .quick-link h2{font-size: 20px; color: #655d5b; line-height: 40px;}
.about-main .quick-link a{
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #8a8888;
    border-radius: 15px;
    text-align: center;
    color: #8a8888;
    margin-right: 10px;
}
.about-main .quick-link a:hover{
    border: 1px solid #e4a731;
    color: #e4a731;
}

.none a {color:#606060 !important}