﻿@charset "utf-8";
/* CSS Document */

body { background:#fff; font-size:14px; font-family:"Microsoft Yahei"; color:#000; -webkit-tap-highlight-color:transparent; }
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], textarea { font-family:"Microsoft Yahei"; -webkit-appearance: none; border-radius:0; }
h1, h2, h3, h4, h5, h6{ font-weight:normal;}
ul, li, ol, dl, dt {list-style:none;}
img { border:0; vertical-align:top; max-width:100% !important;}
a { text-decoration:none; color:#000; cursor:pointer; -webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s;}
a:hover { text-decoration:none; color:#d82128; }
table{ border-collapse:collapse; border:0;}
*{ margin:0; padding:0; border:0; font-size:100%; outline:none; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.clearfix:after { clear:both; content:' '; display:block; font-size:0; line-height:0; visibility:hidden; width:0; height:0; }
.clearfix { zoom: 1 }
.fl { float:left; }
.fr { float:right; }
.w{ width:1200px; margin:0 auto; }
.align-vertical { display:table-cell; vertical-align:middle;}
.hide{ display:none !important;}
.c-red{ color:#db0023 !important;}
.c-blue{ color:#398fc6 !important;}


/*阻止旋转屏幕时自动调整字体大小*/
textarea { resize: none; -webkit-appearance: listbox; -moz-appearance: listbox; }
/*取消按钮在iphone上的默认样式*/
input[type=button], input[type=number] { -webkit-appearance: none; outline: none; }
/*移除上下小箭头  chrome*/
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none !important; margin: 0;}
input[type=number], input[type=date], input[type=datetime], input[type=datetime-local] ,input[type=submit],input[type=button]{ -moz-appearance: textfield; -webkit-appearance: none !important; margin: 0; }
/*移除上下小箭头 Firefox*/
input::-webkit-input-placeholder { color:#666; }
textarea::-webkit-input-placeholder { color:#666; }
input::-webkit-input-speech-button { display: none; }


@font-face {
  font-family: "iconfont";
  src: url('../font/iconfont.eot'); /* IE9*/
  src: url('../font/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../font/iconfont.woff') format('woff'), /* chrome, firefox */
  url('../font/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width:0.2px;
  -moz-osx-font-smoothing:grayscale;
}


/**index**/
.fzHead{  width:100%; position:relative; z-index:99; padding:18px 0 14px 0;}
.fzHead-tools{ padding-top:25px; line-height:27px; color:#000;}
.fzHead-tools .search{ width:455px; position:relative; margin-right:45px; float:left;}
.fzHead-tools .search .inpt{ width:100%; height:38px; line-height:38px; padding-left:25px; color:#999; border:1px #cfcfcf solid; border-radius:20px;}
.fzHead-tools .search .btn{ background:#d8232a; width:27px; height:27px; line-height:27px; text-align:center; color:#fff; display:inline-block; position:absolute; right:6px; top:6px; border-radius:50%; cursor:pointer;}
.fzHead-tools a{ font-size:16px; line-height:40px; display:inline-block;}

.fzHead-nav{ background:#000; position:relative; z-index:100; text-align:center;}
.fzHead-nav li{ display:inline-block; vertical-align:top; padding:0 42px; position:relative; }
.fzHead-nav li:after{ content:''; background:#fff; width:2px; height:19px; position:absolute; right:0; top:50%; margin-top:-10px;}
.fzHead-nav li:last-child:after{ display:none;}
.fzHead-nav li a.far{ font-size:18px; position:relative; padding:24px 0; display:block; color:#fff;}
.fzHead-nav li a.far:before{ content:''; background:#e2232b; width:0; height:4px; position:absolute; left:50%; bottom:0; border-radius:2px; transition:all 0.4s;}
.fzHead-nav li.active a.far, .fzHead-nav li:hover a.far{ color:#e2232b;}
.fzHead-nav li.active a.far:before, .fzHead-nav li:hover a.far:before{ width:100%; left:0;}
.fzHead-nav li .sub{ background:#fff; width:130px; position:absolute; left:50%; margin-left:-65px; top:100%; padding:5px 0; text-align:center; display:none;}
.fzHead-nav li .sub a{ display:block; padding:5px 0;}





.menuBtn { display: none; width:38px; height: 30px; position:absolute; right:10px; top:17px; cursor: pointer; z-index: 100; }
.menuBtn .burger { display: block; width: 100%; height:4px; position: absolute; left: 0; background:#d82128; transition: transform-origin: center; -webkit-transform-origin: center; -moz-transform-origin: center; -o-transform-origin: center; -ms-transform-origin: center; transition: transform 277ms ease-in-out; -o-transition: 277ms ease-in-out; -ms-transition: 277ms ease-in-out; -moz-transition: 277ms ease-in-out; }
.menuBtn .burger-1 { top: 0; }
.menuBtn .burger-2 { top: 13px; }
.menuBtn .burger-3 { bottom: 0; }
.menuBtn.active .burger-1 { top: 13px; -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); background: #d82128; }
.menuBtn.active .burger-2 { -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); filter: alpha(opacity=0); opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; -webkit-opacity: 0; background:#d82128; }
.menuBtn.active .burger-3 { top: 13px; -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); background: #d82128; }
.menu-mark { width: 100%; height: 100%; position: fixed; background: rgba(0,0,0,0.6); left: 0; top: 0; z-index: 30; opacity: 0; visibility: hidden; transition: 340ms 130ms; }
.menu-mark.on { opacity: 1; visibility: visible; transition: 340ms 0ms; }
.menu-fix { width: 200px; position: fixed; display: none; right:2%; top:65px; background:#d82128; z-index: 99; }
.menu-list { padding: 30px 0 30px 30px; }
.menu-list li { margin-bottom:22px; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: returnToNormal; animation-name: returnToNormal; }
.menu-list li:last-child { margin-bottom: 0; }
.menu-list li a { display: block; color: #fff; font-size:18px; }
@-webkit-keyframes returnToNormal {
    from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }

    to { opacity: 1; -webkit-transform: none; transform: none; }
}

@keyframes returnToNormal {
    from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }

    to { opacity: 1; -webkit-transform: none; transform: none; }
}


.fzBanner{ overflow:hidden; position:relative; border-radius:10x;}
.fzBanner li img{ width:100%; display:block;}
.fzBanner .swiper-pagination{ font-size:0; bottom:17px !important;}
.fzBanner .swiper-pagination-bullet{ background:#fff; width:11px; height:11px; margin:0 5px !important; transition:all 0.4s; opacity:1;  }
.fzBanner .swiper-pagination-bullet-active{ background:#ec0000;}


.fzNews-floor{ padding:50px 0 80px 0;}
.fzNews-list{ margin-left:-1px; position:relative;}
.fzNews-list li{ width:calc(24% - 1px); max-height:230px; margin:1px 0 0 1px; float:left; overflow:hidden; position:relative;}
.fzNews-list li .img{ width:100%; display:block; transition:all 0.4s;}
.fzNews-list li .txt{ background:url(../images/black-bg.png) repeat-x bottom; width:100%; font-size:16px; color:#fff; line-height:22px; padding:70px 15px 15px 15px; position:absolute; left:0; bottom:0; z-index:2;}
.fzNews-list li:first-child{ width:calc(52% - 1px); max-height:460px;}
.fzNews-list li:hover .img{ transform:scale(1.05); -moz-transform:scale(1.05); -webkit-transform:scale(1.05);}


.fzNews-data li{ width:20%; float:left; text-align:center;}
.fzNews-data li .icon{ width:100px; height:100px; padding-top:18px; display:inline-block; vertical-align:top; border-radius:50%;}
.fzNews-data li .icon .img-hide{ display:none;}
.fzNews-data li .num{ font-size:24px; padding:10px 0;}
.fzNews-data li .tit{ font-size:18px;}
.fzNews-data li:hover{ color:#d82128;}
.fzNews-data li:hover .icon{ background:#d82128;}
.fzNews-data li:hover .icon .img-show{ display:none;}
.fzNews-data li:hover .icon .img-hide{ display:inline-block;}


.fzService-floor{ background-image:url(../images/fzService-bg.png); background-position:center; background-size:cover; padding-bottom:30px;}
.fzService-head{ text-align:center; padding:60px 0 40px 0;}
.fzService-head .tit{ font-size:30px; color:#fff; font-weight:bold;}
.fzService-head .en{ font-size:14px; color:#ccc; text-transform:uppercase; margin-top:10px;}
.fzService-head .tab{ margin-top:50px;}
.fzService-head .tab a{ min-width:80px; display:inline-block; vertical-align:top; margin:0 20px; font-size:18px; color:#ccc; position:relative; padding-bottom:12px;}
.fzService-head .tab a:before{ content:''; background:#d82128; width:0; height:4px; position:absolute; left:50%; bottom:0; border-radius:2px; transition:all 0.4s;}
.fzService-head .tab a.active, .fzService-head .tab a:hover{ color:#d82128;}
.fzService-head .tab a.active:before, .fzService-head .tab a:hover:before{ width:100%; left:0;}

.fzService-news{ background:#fff;}
.fzService-news .n-figure{ width:600px; position:relative; overflow:hidden;}
.fzService-news .n-figure img{ width:100%;}
.fzService-news .n-figure .swiper-pagination{ text-align:right !important; font-size:0; bottom:17px !important;}
.fzService-news .n-figure .swiper-pagination-bullet{ background:#fff; width:11px; height:11px; margin:0 5px !important; transition:all 0.4s; opacity:1;  }
.fzService-news .n-figure .swiper-pagination-bullet-active{ background:#ec0000;}


.fzService-news .n-item{ width:600px; min-height:365px; padding:20px 20px 20px 40px;}
.fzService-news .n-item-more{ display:block; text-align:right; padding-bottom:15px;}
.fzService-news .n-item-list li{ position:relative; padding-left:20px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; line-height:36px; border-bottom:1px #f9f9f9 solid;}
.fzService-news .n-item-list li:before{content:''; height:0; width:0; display:block; border:6px transparent solid; border-right-width:0; border-left-color:#333; position:absolute; top:50%; left:2px; margin-top:-6px;}
.fzService-news .n-item-list li span{ font-size:12px; color:#bdbdbd; float:right;}
.fzService-news .n-item-list li a{ color:#666;}
.fzService-news .n-item-list li a:hover{ color:#d82128;}
.fzService-merch{ margin-top:40px; margin-left:-20px; position:relative;}
.fzService-merch a{ width:calc(25% - 20px); margin-left:20px; float:left;}


.fzChain-floor .fzService-head .tit{ color:#000;}
.fzChain-floor .fzService-head .tab a{ color:#000;}
.fzChain-menu a{ background:#f1f1f1; min-width:115px; padding:0 15px; text-align:center; float:left; line-height:33px; margin-right:4px; position:relative; font-size:16px;}
.fzChain-menu a.on, .fzChain-menu a:hover{ background:#d82128; color:#fff;}
.fzChain-menu a.on:before, .fzChain-menu a:hover:before{content:''; height:0; width:0; display:block; border:5px transparent solid; border-bottom-width:0; border-top-color:#d82128; position:absolute; top:33px; left:50%; margin-left:-5px;}
.fzChain-list { margin-left:-25px; position:relative;}
.fzChain-list li{ width:calc(20% - 25px); margin:40px 0 0 25px; float:left; text-align:center; display:inline-block; margin-left:25px;}
.fzChain-list li .pic{ max-height:300px; overflow:hidden;}
.fzChain-list li .pic img{ width:100%; display:block; transition:all 0.4s;}
.fzChain-list li .tit{ font-size:16px; margin-top:15px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.fzChain-list li:hover .pic img{ transform:scale(1.05); -moz-transform:scale(1.05); -webkit-transform:scale(1.05);}


.fzOrder-floor{ background-image:url(../images/fzOrder-bg.png); background-position:center; background-size:cover; margin-top:50px; padding-bottom:40px;}
.fzOrder-list{ margin-left:-25px; margin-top:-40px; position:relative;}
.fzOrder-list ul{ display:none;}
.fzOrder-list ul:first-child{ display:block;}
.fzOrder-list li{ background:#fff; width:calc(25% - 25px); float:left; margin:40px 0 0 25px; display:inline-block; overflow:hidden; border-radius:5px;}
.fzOrder-list li .li-head{ background:#ffcc00; padding:15px;}
.fzOrder-list li .li-head .img{ width:35px; height:35px; border-radius:50%;}
.fzOrder-list li .li-head .name{ line-height:35px; padding-left:15px;}
.fzOrder-list li .li-head .look{ background:#fd6500; line-height:23px; margin-top:6px; font-size:12px; color:#fff; padding:0 8px; border-radius:20px;}
.fzOrder-list li .li-cont{ text-align:center; padding:15px 15px 7px 15px;}
.fzOrder-list li .li-cont .t{ font-size:18px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.fzOrder-list li .li-cont .price{ color:#878787; padding:18px 0;}
.fzOrder-list li .li-cont .price .c-red{ font-size:16px; color:#cc0000;}
.fzOrder-list li .li-cont .c dl{ width:50%; float:left; color:#666;}
.fzOrder-list li .li-cont .c dl:first-child{ border-right:1px #fafafa solid;}
.fzOrder-list li .li-cont .c dl dd{ margin-top:8px;}
.fzOrder-list li .li-btm{ padding:12px 15px; border-top:1px #fafafa solid;}
.fzOrder-list li .li-btm > span{ background:#efeae0; line-height:20px; padding:0 12px; font-size:12px; color:#727272; float:left; margin-right:4px; border-radius:20px;}


.fzdynamic-floor{ padding:85px 0 60px 0;}
.fzdynamic-left{ width:510px;}
.fzdynamic-news{ background:#efefef; padding:25px 20px;}
.fzdynamic-news .n-Title .cn{ font-size:21px; color:#e7001f; font-weight:bold;}
.fzdynamic-news .n-Title .mo{ line-height:27px;}
.fzdynamic-news .n-List{ padding:20px 0 10px 0;}
.fzdynamic-news .n-List li{ padding:7px 0 7px 15px; position:relative; line-height:22px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.fzdynamic-news .n-List li:before{ content:''; background:#333; width:5px; height:5px; position:absolute; left:0; top:50%; margin-top:-3px; border-radius:50%;}
.fzdynamic-news .n-List li span{ float:right; font-size:12px; color:#999;}
.fzdynamic-join{ background:#db0023; display:block; font-size:24px; color:#fff !important; line-height:54px; text-align:center; padding:23px 0; border-radius:5px; margin-top:30px;}
.fzdynamic-join img{ margin-right:20px;}


.fzdynamic-assoc{ width:658px;}
.fzdynamic-assocTab{ border-bottom:2px #f0f0f0 solid;}
.fzdynamic-assocTab a{ float:left; font-size:18px; margin-right:70px; position:relative; font-weight:bold; display:inline-block; padding-bottom:13px;}
.fzdynamic-assocTab a.active{ color:#db0023;}
.fzdynamic-assocTab a.active:before{ content:''; background:#db0023; width:100%; height:5px; position:absolute; left:0; bottom:0;}
.fzdynamic-assocList ul{ display:none;}
.fzdynamic-assocList ul:first-child{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}
.fzdynamic-assocList li a{
display:block;
width:100%;
height:100%;
}
.fzdynamic-assocList li a .pic{
width:100%;
height:165px;
}
.fzdynamic-assocList li a .pic img{
width:100%;
height:100%;
object-fit:cover;
}
.fzdynamic-assocList ul::after{
display:none;
}
.fzdynamic-assocList li{ width:315px; float:left; margin-top:20px;}
.fzdynamic-assocList li:nth-child(2n+2){ float:right;}
.fzdynamic-assocList li .pic{ overflow:hidden;}
.fzdynamic-assocList li .pic img{ width:100%; display:block; transition:all 0.4s;}
.fzdynamic-assocList li .tit{ font-size:16px; line-height:22px; height:44px; overflow:hidden; margin-top:7px;}
.fzdynamic-assocList li:hover .pic img{ transform:scale(1.05); -moz-transform:scale(1.05); -webkit-transform:scale(1.05);}
.fzdynamic-assocMore{ text-align:center; margin-top:20px;}
.fzdynamic-assocMore a{ color:#999; display:inline-block; line-height:30px; padding:0 30px; border:1px #eee solid;}
.fzdynamic-assocMore a:hover{ background:#db0023; border-color:#db0023; color:#fff;}


.fzpartners-floor{ background:#e3e3e3; padding:40px 0;}
.fzpartners-title{  text-align:center; font-size:24px;}
.fzpartners-list{ overflow:hidden;}
.fzpartners-list li{ height:60px; text-align:center;  position:relative;}
.fzpartners-list li img{ max-height:100%; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%)}



.fzFooter{ background:#000; padding:35px 0 40px 0; }
.fzFooter-about{ width:560px;}
.fzFooter-about .t{ font-size:24px; color:#e3e3e3;}
.fzFooter-about .c{ line-height:30px; margin-top:15px; color:#999;}
.fzFooter-about .c .view{ color:#fff;}
.fzFooter-links{ width:495px;}
.fzFooter-links .t{ font-size:24px; color:#e3e3e3; padding-bottom:15px;}
.fzFooter-links .f .select{ background:#383838; width:240px; height:37px; line-height:37px; color:#e3e3e3; float:left; padding-left:12px;}
.fzFooter-links .f .select:last-child{ float:right;}
.fzFooter-links .c{ line-height:24px; color:#a3a3a3; margin-top:20px;}


.fzRight-sider{ width:60px; position:fixed; right:45px; top:50%; transform:translateY(-50%); z-index:999;}
.fzRight-sider li{ background:#4d3fb7; height:60px; display:block; text-align:center; font-size:12px; color:#fff; margin-top:10px; padding-top:9px; position:relative; border-radius:5px;}
.fzRight-sider li .iconfont{ font-size:22px; line-height:1; margin-bottom:5px; display:inline-block; color:#fff;}
.fzRight-sider li p{ color:#fff;}
.fzRight-sider li:nth-child(2){ background:#e6452e;}
.fzRight-sider li:nth-child(3){ background:#3d3d3d; padding-top:15px;}
.fzRight-sider li:nth-child(3) .iconfont{ font-size:30px;}


/**登录**/
.fzLogin-marsk{ background:rgba(0,0,0,.7); width:100%; height:100%; position:fixed; left:0; bottom:0; right:0; top:0; z-index:998; display:none;}
.fzLogin-pup{ background:#fff; width:540px; padding:40px 70px 50px 70px; position:fixed; left:50%; top:50%; z-index:999; margin:-220px 0 0 -270px; border-radius:5px; display:none;}
.fzLogin-pup-title{ text-align:center; font-size:30px; padding-bottom:35px;}
.fzLogin-pup-filed li{ overflow:hidden; margin-top:22px; font-size:16px;}
.fzLogin-pup-filed li .inpt{ width:100%; height:55px; padding:10px 20px; line-height:25px; font-size:16px; color:#ccc; vertical-align:top; border:1px #f3f3f3 solid; border-radius:3px;}
.fzLogin-pup-filed li .yzm-inpt{ width:250px; float:left;}
.fzLogin-pup-filed li .yzm-send{ background:#f6f6f6; min-width:130px; font-size:14px; text-align:center; line-height:51px; float:right; color:#ed2525; border:2px #f36e6e solid; border-radius:2px;}
.fzLogin-pup-filed li .btn{ background:#ed2525; width:100%; height:59px; line-height:59px; text-align:center; font-size:18px; color:#fff; cursor:pointer; border-radius:3px;}
.fzLogin-pup-filed li .regist-btn{ color:#ff6600;}

.fzRegist-pup{ background:#fff url(../images/fzRegist-Bg.jpg) no-repeat left top; width:630px; max-height:90%; overflow-y:auto; padding:40px 50px 70px 50px; position:fixed; left:50%; top:50%; z-index:999; transform:translate(-50%,-50%); border-radius:5px; display:none;}
.fzRegist-pup .fzLogin-pup-title{ padding-bottom:20px;}
.fzRegist-pup-filed li{ margin-top:18px; overflow:hidden; line-height:55px;}
.fzRegist-pup-filed li label{ font-size:16px; float:left; min-width:80px;}
.fzRegist-pup-filed li .inpt{width:400px; height:55px; padding:10px 20px; line-height:25px; font-size:16px; color:#313131; vertical-align:top; float:left; border:1px #f3f3f3 solid; border-radius:3px;}
.fzRegist-pup-filed li .start{ font-size:16px; color:#ed2525; float:left; margin-left:15px;}
.fzRegist-pup-filed li .yzm-inpt{ width:210px;}
.fzRegist-pup-filed li .yzm-send{ min-width:160px; margin-left:30px; font-size:16px; text-align:center; line-height:51px; float:left; color:#ed2525; border:2px #f36e6e solid; border-radius:5px;}
.fzRegist-pup-filed li .gender{ float:left; font-size:16px; padding:0 20px 0 10px;}
.fzRegist-pup-filed li .gender input[type=radio]{ width:20px; height:20px; margin-right:10px;  vertical-align:middle;}
.fzRegist-pup-tips{ text-align:right; padding:20px 30px 0 0;}
.fzRegist-pup-button{ padding:25px 0 0 80px;}
.fzRegist-pup-button .btn{ background:#ed2525; width:400px; height:59px; line-height:59px; text-align:center; font-size:18px; color:#fff; cursor:pointer; border-radius:3px;}


/**协会简介**/
.pbanner{ background-position:center; background-size:cover; width:100%; height:300px; position:relative; z-index:10;}
.pbanner .p-img{ background-position:center; background-size:cover; width:100%; height:100%; display:block;}
.pbanner .p-title{ width:100%; text-align:center; position:absolute; left:0; top:50%; transform:translateY(-50%); font-size:48px; font-weight:bold; color:#fff;}
.pbanner .p-menu{ background:#000; width:1200px; text-align:center; position:absolute; left:50%; bottom:-30px; margin-left:-600px;}
.pbanner .p-menu a{ padding:0 35px; display:inline-block; position:relative; margin:0 5px; font-size:18px; color:#fff; line-height:60px;}
.pbanner .p-menu a.active, .pbanner .p-menu a:hover{ background:#cc0000;}
.pbanner .p-menu a.active:before, .pbanner .p-menu a:hover:before{ content:''; background:#cc0000; width:100%; height:7px; position:absolute; left:0; top:-7px;}

.pbanner .d-iboxt{ width:1200px; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:2;}
.pbanner .d-iboxt .cn{ font-size:48px; font-weight:bold; line-height:80px; color:#fff;}
.pbanner .d-iboxt .release-btn{ background:#fe5252; line-height:80px; font-size:24px; color:#fff; padding:0 45px; border-radius:10px;}

.pmain{ padding:30px 0 40px 0;}
.pmain .fzOrder-list{ margin-top:0; padding-bottom:20px;}
.pmain-gray{ background:#efefef; }
.pmain-border{ border-top:3px #ccc solid; padding-top:0;}
.pmain-left { width:880px; }
.pmain-left-add{ color:#666; padding-top:20px;}
.pmain-left-add a{ color:#666;}
.pmain-left-add span{ color:#333;}
.pmain-right{ width:280px; padding-top:20px;}


.pabout-menu{ padding-top:30px;}
.pabout-menu a{ background:#fff; float:left; min-width:115px; line-height:33px; padding:0 25px; text-align:center; font-size:16px; margin-right:18px; position:relative; display:inline-block;}
.pabout-menu a.active, .pabout-menu a:hover{ background:#d82128; color:#fff;}
.pabout-menu a.active:before, .pabout-menu a:hover:before{content:''; height:0; width:0; display:block; border:5px transparent solid; border-bottom-width:0; border-top-color:#d82128; position:absolute; top:33px; left:50%; margin-left:-5px;}
.pabout-info{ font-size:16px; line-height:30px; text-align:justify; padding:40px 0;}


/**公告**/
.pnotice-screen{ padding-bottom:15px; border-top:1px #f8f8f8 solid; margin-top:20px;}
.pnotice-screen dl{ padding:16px 0; border-bottom:1px #f8f8f8 solid;}
.pnotice-screen dl dt{ float:left; min-width:80px; line-height:26px;}
.pnotice-screen dl dd{ overflow:hidden;}
.pnotice-screen dl dd a{ float:left; line-height:26px; color:#666; margin-right:17px; padding:0 13px; border-radius:20px;}
.pnotice-screen dl dd a.active, .pnotice-screen dl dd a:hover{ background:#d82128; color:#fff;}

.pnotice-sort{ background:#dedede; padding:8px 10px 8px 25px; line-height:32px; margin-top:20px;}
.pnotice-sort a{ float:left; color:#666; margin-right:50px;}
.pnotice-sort a.active{ color:#cc3333;}
.pnotice-sort .search .inpt{ width:250px; height:32px; line-height:32px; padding-left:10px; color:#989898;}
.pnotice-sort .search .btn{ background:#cc0000; width:56px; line-height:32px; height:32px; cursor:pointer; font-size:16px; color:#fff;}


.pnotice-list li{ background:url(../images/arrow.png) no-repeat left center; font-size:16px; padding:25px 0 25px 23px; position:relative; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; border-bottom:1px #ededed solid;}
.pnotice-list li a{ color:#666;}
.pnotice-list li a:hover{ color:#d82128; }
.pnotice-list li span{ font-size:14px; float:right; color:#999;}


.ppage{ text-align:center; padding-top:25px; font-size:0;}
.ppage a{ line-height:34px; margin:0 4px; vertical-align:top; padding:0 20px; display:inline-block; font-size:14px; color:#767676; border:1px #e3e3e3 solid; }
.ppage .nowpage{ background:#ef6060; line-height:34px; margin:0 4px; vertical-align:top; font-size:14px; padding:0 20px; display:inline-block; color:#fff; border:1px #ef6060 solid;}
.ppage a:hover{ background:#ef6060; border-color:#ef6060; color:#fff;}


.pright-recom{ background:#f7f7f7; padding:15px 14px 20px 14px; border:1px #ececec solid;}
.pright-recom-title{ font-size:24px;}
.pright-recom-list li{ background:#fff; margin-top:20px;  overflow:hidden; border-radius:5px;}
.pright-recom-list li .li-head{ background:#ffcc00; padding:15px;}
.pright-recom-list li .li-head .img{ width:35px; height:35px; border-radius:50%;}
.pright-recom-list li .li-head .name{ line-height:35px; padding-left:15px;}
.pright-recom-list li .li-head .look{ background:#fd6500; line-height:23px; margin-top:6px; font-size:12px; color:#fff; padding:0 8px; border-radius:20px;}
.pright-recom-list li .li-cont{ text-align:center; padding:15px;}
.pright-recom-list li .li-cont .t{ font-size:16px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.pright-recom-list li .li-cont .price{ color:#878787; padding-top:15px;}
.pright-recom-list li .li-cont .price .c-red{ font-size:16px; color:#cc0000;}

.pright-banner a{ display:block; margin-top:20px;}
.pright-banner a img{ width:100%;}



.pright-intro{ background:#f7f7f7; padding:15px; border:1px #ddd solid;}
.pright-intro .tit{ font-size:24px;}
.pright-intro .txt{ line-height:26px; color:#666; text-align:justify; margin-top:20px;}


/**公共服务平台**/
.pservice-detaTitle{ padding:45px 0 25px 0; font-size:24px; font-weight:bold; border-bottom:1px #f3f3f3 solid;}
.pservice-detaTitle .state{ background:#fe262f; color:#fff; display:inline-block; line-height:30px; padding:0 22px; font-size:14px; border-radius:20px; margin-left:40px; vertical-align:top; font-weight:normal;}
.pservice-detaInfo{ font-size:16px; line-height:36px; padding-top:20px;}
.pservice-detaDemand{ padding-top:15px; margin-top:30px; border-top:1px #f3f3f3 solid;}
.pservice-detaDemand .t{ font-size:18px; font-weight:bold; padding-bottom:15px;}
.pservice-detaDemand .c{ font-size:16px; line-height:30px; color:#666;}

.pservice-detaTel{ background:#cc0000; display:inline-block; line-height:41px; padding:0 40px; font-size:16px; color:#fff !important; margin-top:20px;}
.pservice-detaTime{ background:url(../images/time.png) no-repeat left center; padding-left:80px; margin-top:20px; font-size:16px; line-height:36px;}
.pservice-detaTime dl dt{ float:left; color:#663300;}


/**供应链**/
.pcolleges-list{ margin-left:-20px; position:relative; padding-top:25px;}
.pcolleges-list li{ width:calc(20% - 20px); float:left; margin-left:20px; margin-top:20px; text-align:center; display:inline-block;}
.pcolleges-list li .pic{ overflow:hidden; height:128px; }
.pcolleges-list li .pic img{ width:100%; display:block; transition:all 0.4s;}
.pcolleges-list li .tit{ font-size:16px; margin-top:15px;}
.pcolleges-list li:hover .pic img{ transform:scale(1.05); -moz-transform:scale(1.05); -webkit-transform:scale(1.05);}


.pdesigner-list{ margin-left:-35px; position:relative;}
.pdesigner-list li{ background:#fff url(../images/pdesigner-bg.png) no-repeat top center; background-size:100% auto; width:calc(25% - 35px); float:left; text-align:center; padding:55px 0 20px 0; margin-left:35px; margin-top:35px; display:inline-block;}
.pdesigner-list li .pic img{ width:90px; height:90px; border-radius:50%;}
.pdesigner-list li .tit{ font-size:18px; margin-top:20px;}
.pdesigner-list li .txt{ color:#999; margin-top:30px;}


.pproduct-list{ margin-left:-35px; position:relative;}
.pproduct-list li{ background:#fff; width:calc(25% - 35px); float:left; margin-left:35px; margin-top:40px; display:inline-block;}
.pproduct-list li .pic{ overflow:hidden; position:relative; max-height:157px;}
.pproduct-list li .pic img{ width:100%; display:block; transition:all 0.4s;}
.pproduct-list li .pic .log{ background:rgba(255,255,255,.8); width:170px; display:none; height:100px; padding-top:18px; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:2; text-align:center;}
.pproduct-list li .pic .log img{ width:64px; display:inline-block;}
.pproduct-list li .word{ padding:20px 10px 15px 10px;}
.pproduct-list li .word .t{ font-size:18px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.pproduct-list li .word .c{ padding:12px 0; font-size:12px; color:#666;}
.pproduct-list li .word .f{ font-size:12px; color:#999;  overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.pproduct-list li:hover .pic img{ transform:scale(1.05); -moz-transform:scale(1.05); -webkit-transform:scale(1.05);}



.pchain-detaTilte{ font-size:24px; font-weight:bold; padding:40px 0 25px 0; border-bottom:1px #f3f3f3 solid;}
.pchain-detaTilte .city{ font-size:14px; color:#999; font-weight:normal; padding-left:30px;}
.pchain-detaInfo{ margin-top:30px; font-size:16px; line-height:30px;}

.pdesigner-detaInfo{ padding:45px 0 50px 0; border-bottom:1px #f3f3f3 solid;}
.pdesigner-detaInfo .pic img{ width:120px; height:120px; border:5px #e9e9e9 solid; border-radius:50%;} 
.pdesigner-detaInfo .word{ width:calc(100% - 120px); padding:10px 0 0 30px;}
.pdesigner-detaInfo .word .t{ font-size:24px; font-weight:bold;}
.pdesigner-detaInfo .word .t label{ font-size:14px; color:#d82128; font-weight:normal; padding-left:15px;}
.pdesigner-detaInfo .word .c{ font-size:16px; line-height:30px; text-align:justify; margin-top:15px; color:#666;}
 
.pdesigner-detaWorks{ padding-top:20px;}
.pdesigner-detaWorks .title{ font-size:24px;}
.pdesigner-detaWorks .list{ margin-left:-50px; position:relative;}
.pdesigner-detaWorks .list li{ width:calc(33.333% - 50px); margin:35px 0 0 50px; float:left; display:inline-block; border:1px #f6f6f6 solid; transition:all 0.4s;} 
.pdesigner-detaWorks .list li .pic{ height:300px; overflow:hidden;}
.pdesigner-detaWorks .list li .pic img{ width:100%; display:block; transition:all 0.4s;}
.pdesigner-detaWorks .list li .tit{ font-size:16px; padding:20px 15px;}
.pdesigner-detaWorks .list li:hover{ box-shadow:4px 0 12px rgba(0,0,0,.13);}
.pdesigner-detaWorks .list li:hover .pic img{ transform:scale(1.05); -moz-transform:scale(1.05); -webkit-transform:scale(1.05);}

.gallery-top{ overflow:hidden; position:relative; margin-top:30px; padding-bottom:25px;}
.gallery-top li{ padding:0 15px 0 30px;}
.gallery-top li img{ width:100%;}
.gallery-top:before{ content:''; background:#e7e7e7; width:30px; height:calc(100% - 25px); position:absolute; left:0; bottom:0;}
.gallery-top:after{ content:''; background:#e7e7e7; width:calc(100% - 25px); height:25px; position:absolute; left:0; bottom:0;}
.gallery-top .swiper-button-next, .gallery-top .swiper-button-prev{ background:rgba(0,0,0,.5); width:29px; height:73px; line-height:73px; text-align:center; font-size:25px; color:#fff;}
.gallery-top .swiper-button-next{ right:0;}
.gallery-top .swiper-button-next:hover{ background:#f63852;}
.gallery-top .swiper-button-prev{ left:15px;}
.gallery-top .swiper-button-prev:hover{ background:#f63852;}

.gallery-thumbs{ margin-top:20px; overflow:hidden;}
.gallery-thumbs li{ border:2px #fff solid;}
.gallery-thumbs li.swiper-slide-thumb-active{ border-color:#f63852;}


/**订单中心**/
.paudit-pup{ background:#fff url(../images/audit-bg.jpg) no-repeat right  top; width:720px; max-height:80%; overflow-y:auto; position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); z-index:9999; padding:45px 0 30px 90px; display:none; border-radius:5px;}
.paudit-pup-title{ text-align:center; font-size:30px; padding-bottom:30px;}
.paudit-pup-close{ background:#ed2525; width:36px; line-height:36px; font-size:20px; color:#fff !important; text-align:center; display:inline-block; border-radius:50%; position:absolute; right:15px; top:15px;}
.paudit-pup-filed li{ margin-top:18px; overflow:hidden; line-height:55px;}
.paudit-pup-filed li label{ font-size:16px; min-width:96px; float:left;}
.paudit-pup-filed li .txt{ font-size:16px; color:#888; float:left; padding-right:40px;}
.paudit-pup-filed li .upload{ background:#f4f4f4; width:130px; line-height:33px; text-align:center; position:relative; color:#ed2525; float:left; border:1px #f5b3b3 solid; border-radius:3px; margin-top:10px;}
.paudit-pup-filed li .upload input[type=file]{ width:100%; height:100%; position:absolute; left:0; top:0; opacity:0;}
.paudit-pup-filed li .start{ font-size:16px; color:#ed2525; margin-left:15px;}
.paudit-pup-filed li .inpt{width:400px; height:55px; padding:10px; line-height:25px; font-size:16px; color:#313131; vertical-align:top; float:left; border:1px #f3f3f3 solid; border-radius:3px;}
.paudit-pup-filed li .date-inpt{ background:url(../images/date.png) no-repeat 95% center;}
.paudit-pup-filed li .wth200{ width:200px;}
.paudit-pup-filed li .area{width:400px; height:120px; padding:10px; line-height:25px; font-size:16px; color:#313131; vertical-align:top; float:left; border:1px #f3f3f3 solid; border-radius:3px;}
.paudit-pup-filed li .tips{ color:#ccc; padding-left:12px; float:left;}
.paudit-pup-filed li .btn{ background:#ed2525; width:400px; height:59px; line-height:59px; text-align:center; font-size:18px; color:#fff; cursor:pointer; border-radius:3px;}

.release-pup{background:#fff url(../images/release-bg.png) no-repeat left top; width:720px; max-height:80%; overflow-y:auto; position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); z-index:9999; padding:45px 0 30px 90px; border-radius:5px; display:none;}


/**会员中心**/
.vip-banner{ background-image:url(../images/vip-bannerBg.jpg); background-position:center; background-size:cover; width:100%; height:76px; position:relative;}
.vip-banner .cn{ width:1200px; position:absolute; left:50%; margin-left:-600px; top:0; font-size:30px; font-weight:bold; line-height:76px; color:#fff;}

.vip-left{ background:#fff; width:280px; min-height:600px; margin-top:50px; border-radius:5px;}
.vip-leftHead{ text-align:center; position:relative; margin-top:-60px; padding-bottom:25px; border-bottom:1px #f9f9f9 solid;}
.vip-leftHead img{ width:135px; height:135px; border-radius:50%;}
.vip-leftHead .name{ font-size:22px; margin-top:10px;}
.vip-leftHead .date{ color:#919191; margin-top:10px;}
.vip-leftMenu{ padding:20px 0 0 40px;}
.vip-leftMenu a{ display:block; font-size:18px; line-height:50px; margin-top:10px; position:relative; padding-left:65px;}
.vip-leftMenu a:before{content:''; height:6px; width:6px; display:block; border:1px solid #333; border-left-width:0; border-top-width:0; transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg); position:absolute; top:50%; margin-top:-3px; right:30px;}
.vip-leftMenu a.active{ background:#f03138; color:#fff;}
.vip-leftMenu a.active:before{ border:1px solid #fff; border-left-width:0; border-top-width:0;}
.vip-leftMenu a.active:after{ content:''; background:url(../images/leftMenu-arrow.png) no-repeat; width:27px; height:50px; position:absolute; right:-27px; top:0;}

.vip-right{ background:#fff; width:880px; min-height:600px; padding:30px 25px; margin-top:50px; border-radius:5px;}
.vip-right-top{ font-size:24px; font-weight:bold;}


.My-needs{ margin-top:20px;}
.My-needs thead th{ background:#f1f1f1; text-align:center; line-height:35px; font-weight:normal;}
.My-needs tbody td{ text-align:center; color:#666; padding:15px 0; line-height:24px; border-bottom:1px #fafafa solid;}
.My-needs tbody td a{ margin:0 10px;}

.my-dateFiled dl{ margin-top:15px; font-size:16px; line-height:35px;}
.my-dateFiled dl dt{ float:left; color:#666;}
.my-dateFiled dl dd{ overflow:hidden;}
.my-dateFiled dl dd .inpt{ width:200px; height:35px; line-height:33px; padding-left:5px; border:1px #f3f3f3 solid; border-radius:3px;}
.my-dateButton{ margin-top:20px;}
.my-dateButton .btn{ background:#cc0000; width:90px; height:25px; line-height:25px; color:#fff; border-radius:3px; cursor:pointer;}


/**2020-06-16**/
.fzLayout{ margin-top:50px;}
.fzLayout-left{ width:385px;}
.fzLayout-leftHead .cn{ font-size:24px;}
.fzLayout-leftHead .mo{ line-height:31px;}

.fzLayout-leftList{ padding-top:38px;}
.fzLayout-leftList li{ position:relative; padding-left:20px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; line-height:36px; border-bottom:1px #ececec solid;}
.fzLayout-leftList li:before{content:''; height:0; width:0; display:block; border:6px transparent solid; border-right-width:0; border-left-color:#333; position:absolute; top:50%; left:2px; margin-top:-6px;}
.fzLayout-leftList li a{ color:#666;}
.fzLayout-leftList li a:hover{ color:#d82128;}

.fzLayout-right { background:#f2f2f2; width:785px;}
.fzLayout-right .r-list{ width:445px; padding:0 20px;}
.fzLayout-right .r-list li{ overflow:hidden; padding:15px 0 5px 0;}
.fzLayout-right .r-list li .pic{ width:136px;}
.fzLayout-right .r-list li .txt{ width:calc(100% - 136px); padding-left:14px;}
.fzLayout-right .r-list li .txt .t{ font-size:16px; font-weight:bold; line-height:24px; max-height:48px; overflow:hidden;}
.fzLayout-right .r-list li .txt .c{ line-height:24px; color:#666; max-height:48px; overflow:hidden; margin-top:12px;}
.fzLayout-right .r-list li .txt .d{ display:block; color:#999; margin-top:35px;}
.fzLayout-right .r-line{ width:317px; position:relative;}
.fzLayout-right .r-line .t{ background:rgba(0,0,0,.7); width:100%; line-height:49px; font-size:16px; font-weight:bold; padding:0 15px; position:absolute; left:0; bottom:0; z-index:2; color:#fff; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }


.pexperts-list{ margin-left:-45px; position:relative;}
.pexperts-list li{ width:calc(20% - 45px); float:left; margin:45px 0 0 45px; display:inline-block;}
.pexperts-list li .pic{ height:242px; overflow:hidden;}
.pexperts-list li .pic img{ width:100%;}
.pexperts-list li .txt{ font-size:16px; color:#666; margin-top:18px;}
.pexperts-list li .txt .zhiw{ padding-left:20px;}

.pmembers-list{ padding-top:50px;}
.pmembers-list a{ width:33.333%; float:left; font-size:18px; line-height:48px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.fzFooter a{
color:#a3a3a3
}