@charset "utf-8";

/* CSS reset */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
time,
tt,
u,
ul,
var,
video,
xmp {
    border: 0;
    margin: 0;
    padding: 0;
}

table,
tbody,
td,
tfoot,
th,
thead,
tr,
    {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

b,
strong {
    font-weight: bold;
}

img {
    color: transparent;
    font-size: 0;
    -ms-interpolation-mode: bicubic;
    /*windows平台缩放图片时，可能出现图像失真现象*/
}

ol,
ul {
    list-style: none;
}

li {
    display: list-item;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td,
caption {
    font-weight: normal;
    vertical-align: top;
}

/* 全局CSS定义 */
body {
    margin: 0 auto;
    background: #eeceb0;
    color: #666;
    font-family: '\5FAE\8F6F\96C5\9ED1', '\9ED1\4F53', simsun, sans-serif, Arial;
    font-size: 12px;
    line-height: 14px;
}

em,
i {
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 12px;
    font-weight: normal;
}

input,
textarea {
    font-size: 12px
}

.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/*IE/7/6*/
/* 链接样式*/
a:link,
a:visited,
a:focus {
    outline: none;
}

a:link {
    color: #666666;
    text-decoration: none;
}

a:visited {
    color: #666666;
    text-decoration: none;
}

a:hover {
    color: #666666;
    text-decoration: underline;
}

a:active {
    color: #666666;
    text-decoration: none;
}

a:hover {
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

img {
    display: block;
    width: 100%;
}

#page {
    width: 100%;
    overflow: hidden;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.title {
   padding-top: .9rem; margin: 0 auto;
}
.info{font-size: 15px;
    line-height: 300%;
    /* border: 3px solid #000; */
    padding: .13rem .3rem;
    margin: 0 auto;
    text-align: justify;
    margin-top: .35rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.draw {
  background: none;
  border: 0;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 2px #000;
  color: #000;
  position: relative;
}
.draw::before, .draw::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
.draw::before {
  top: 0;
  left: 0;
}
.draw::after {
  bottom: 0;
  right: 0;
}
.draw:hover {
  color: #60daaa;
}
.draw::before, .info::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 2px solid transparent;
}
.draw:hover::before, .info:hover::after {
  width: 100%;
  height: 100%;
}
.draw:hover::before {
  border-top-color: #60daaa;
  border-right-color: #60daaa;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.draw:hover::after {
  border-bottom-color: #60daaa;
  border-left-color: #60daaa;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.meet{box-shadow: inset 0 0 0 3px #000;}
.meet::before, .meet::after {
  border: 3px solid transparent;
}
.meet:hover p {
  color: #a96e43;
}
.meet::after {
  top: 0;
  left: 0;
}
.meet:hover::before {
  border-top-color: #eeceb0;
  border-right-color: #d8a473;
}
.meet:hover::after {
  border-bottom-color: #d8a473;
  border-left-color: #eeceb0;
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
.whiteBg{background: #f9f9f9;}
.brownBg{background: #eeceb0;}
p{color: #000;}
.video{width: 73.33%; margin: .5rem auto; border:2px solid #aa6f43;}
.video iframe{display: block;}
.shape{width:21.91%;}
.shape img{-webkit-animation: pulse 6s infinite cubic-bezier(0.470, 0.000, 0.730, 1.010);
            -o-animation: pulse 6s infinite cubic-bezier(0.470, 0.000, 0.730, 1.010);
            animation: pulse 6s infinite cubic-bezier(0.470, 0.000, 0.730, 1.010);}
@-webkit-keyframes pulse {
            0% { opacity:1; -webkit-transform: translate(2px, 2px);
            -ms-transform: translate(2px, 2px);
            -o-transform: translate(2px, 2px);
            transform: translate(2px, 2px);}
            50% { opacity: .5; -webkit-transform: translate(-2px, 2px);
            -ms-transform: translate(-2px, 2px);
            -o-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);}
            100% { opacity: 1;-webkit-transform: translate(2px, 2px);
            -ms-transform: translate(2px, 2px);
            -o-transform: translate(2px, 2px);
            transform: translate(2px, 2px);}
        }
/*         @-o-keyframes pulse {
    0% { opacity:1;}
    50% { opacity: .5;}
    100% { opacity: 1;}
}
@-moz-keyframes pulse {
   0% { opacity:1;}
    50% { opacity: .5;}
    100% { opacity: 1;}
}
@keyframes pulse {
    0% { opacity:1;}
    50% { opacity: .5;}
    100% { opacity: 1;}
} */
/* head */
.headBg {
background: #f9f9f9 url(../images/head-bg.jpg) center top no-repeat;
    background-size: 100% 94%;
    padding: .75rem 0 0 0;
}

#header {background: #eeceb0; border:.28rem solid #fff; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
box-shadow: 0 0.3rem 1rem rgba(236,106,26, .5), 0 0.2rem 0.75rem rgba(236,106,26, .4); margin: 0 auto;
padding: 1.1rem 0 1.2rem 0; overflow: hidden; position: relative;     transition: all 0.3s cubic-bezier(.25,.8,.25,1);}
/* #header:hover{box-shadow: 0 0.3rem 2rem rgba(236,106,26, .5), 0 0.2rem 1rem rgba(236,106,26, .4);
    -webkit-transform: translate3d(0, -6px, 0px) scale(0.99);
-ms-transform: translate3d(0, -6px, 0px) scale(0.99);
-o-transform: translate3d(0, -6px, 0px) scale(0.99);
transform: translate3d(0, -6px, 0px) scale(0.99);} */
.head-tit01{width: 59%; padding: 0 0 0 1.6rem;}
.head-entit01{width: 34.88%;    padding: .1rem 0 0 1.6rem;}
.head-tit02{width: 41.08%;padding: .63rem 0 0 1.6rem;}
.head-key01{width: 44.84%;padding: .45rem 0 0 1.6rem;
    float: left;}
.head-key02{width: 21.6%; float: left; padding: .88rem 0 0 .32rem;}

/* parta */
#parta{padding-top: 1.6rem; padding-bottom: 1rem; position: relative;}
.shape01{position: absolute;top: 8%;
    left: -16%;}
.shape02{position: absolute;    top: 43%;
    right: -22%;}
.pa-txt{ font-size: 15px;
    line-height: 270%;
     border: 2px solid #000; 
    padding: .13rem .33rem;
    width: 73%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto; text-align: justify;
     transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.pa-txt:hover{-webkit-transform: translate3d(0, -6px, 0px);
-ms-transform: translate3d(0, -6px, 0px);
-o-transform: translate3d(0, -6px, 0px);
transform: translate3d(0, -6px, 0px);}
.title01{width: 35.25%; margin: 0 auto;}
.pa-info{
    width: 54%;}
.textList{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
    margin: .6rem 0 0 0;}
.text{  background: #eeceb0;  min-width: 270px;
    box-sizing: border-box;
    flex: 0 0 270px;
transition: all 0.3s cubic-bezier(.25,.8,.25,1);}
.text:hover{box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);}
.text .tit{    font-size: .3rem;
    color: #000;
    background: #fff;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: 1px;
    padding: .05rem .08rem .08rem .08rem;
    display: inline-block;
    margin: 0 0 0 .15rem;
    margin-top: -.4rem;
transition: all 0.3s cubic-bezier(.25,.8,.25,1);}
.text:hover .tit{
    box-shadow: 0 14px 28px rgba(176,134,94,0.5), 0 10px 10px rgba(176,134,94,0.62);
    -webkit-transform: translate3d(0, -15px, 0px);
-ms-transform: translate3d(0, -15px, 0px);
-o-transform: translate3d(0, -15px, 0px);
transform: translate3d(0, -15px, 0px);}
.text p{    
        color: #fff;
    font-size: 12px;
    line-height: 270%;
    padding: .05rem .15rem .1rem .2rem;
    text-align: justify;
    text-shadow: 0 0 1px #b0865e;
transition: all 0.3s cubic-bezier(.25,.8,.25,1);}
.text:hover p{-webkit-transform: translate3d(0, -6px, 0px);
-ms-transform: translate3d(0, -6px, 0px);
-o-transform: translate3d(0, -6px, 0px);
transform: translate3d(0, -6px, 0px);}

/* partb */
#partb{position: relative;}
.shape03{position: absolute;    top: 4.5%;
    right: -8.8%;}
.shape04{position: absolute;    bottom: -0.5%;
    left: -8.8%;}
.title02{width: 53.25%;}
.qha{width: 73.16%; margin: 0 auto;}
.qha img{ border:1px solid #aa6f43;}
.pb-txt{  color: #ac6936;
    font-size: 12px;
    line-height: 250%;
    width: 43.33%;
    text-align: center;
    margin: .5rem auto .9rem auto;}
.pb-txt::before, .pb-txt::after{
	  content: "";
    display: block;
    width: 65%;
    height: 1px;
    border-top: 1px solid #aa6f43;
    margin: 0 auto;
    padding: .07rem;
}
.pb-txt::after{border-bottom: 1px solid #aa6f43; border-top: none;}
.pb-txt.txt01{ width: 50%;}
.pb-txt.txt02{width: 25%; margin:.8rem auto;}

/* partc */
#partc{position: relative;}
.shape05{position: absolute;bottom: 11.5%;
    right: -17.8%;}
.title03{ width: 43.25%;}
.title04{ width: 18.75%; padding-bottom: 1rem;}
.pc-info{width: 71.66%; margin-top: .5rem; letter-spacing: 0px;     background: url(../images/logo-s.png) 98.5% 94% no-repeat;
}
.pc-info span{font-weight: 900;}
.comm{margin-top: -.8rem;
    overflow: hidden;
transition: all 0.3s cubic-bezier(.25,.8,.25,1);}
.comm:hover{-webkit-transform: translate3d(-10px, 0, 0px);
-ms-transform: translate3d(-10px, 0, 0px);
-o-transform: translate3d(-10px, 0, 0px);
transform: translate3d(-10px, 0, 0px);}
.comm .comm-avatar {
    width: 14.75%;
    max-width: 177px;
    float: left;
    padding-left: .5rem;
    position: relative;
    text-align: center;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.comm .comm-avatar img{transition: all 0.3s cubic-bezier(.25,.8,.25,1);}
.comm:hover .comm-avatar img{-webkit-transform: translate3d(-3px, 0, 0px) scale(1.02);
-ms-transform: translate3d(-3px, 0, 0px) scale(1.02);
-o-transform: translate3d(-3px, 0, 0px) scale(1.02);
transform: translate3d(-3px, 0, 0px) scale(1.02);
box-shadow: 0 6px 16px rgba(0,0,0,0.3), 0 10px 15px rgba(0,0,0,0.4);
-webkit-filter: brightness(1.1);
filter: brightness(1.1); border-radius: 10px; overflow: hidden;}
.comm:hover .comm-tit{ background: transparent; color: #000;}
.comm:hover .comm-txt{ background: rgb(0,0,0,.9); color: #fff;}
.comm .comm-avatar.pla{padding-left: 1.5rem;}
.comm.commR .comm-avatar.plb{padding-right: 1.5rem;}
.comm.commR .comm-avatar {
    float: right;
    padding-right: .5rem;
    padding-left: 0;
}
.comm .comm-txt {
    width: 35%;
    max-width: 420px;
    float: left;
    margin: .22rem 0 0 -4px;
    border: 2px solid #000;
    box-sizing: border-box;
    padding: .2rem;
    line-height: 250%;
    color: #000;
    font-size: 12px;
    text-shadow: 0 0px 0px #585555;
    text-align: justify;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.comm.commR .comm-txt {
        float: right;
    margin: .22rem -2px 0 0;
    width: 42%;
    max-width: 460px;
}
.comm.commR .comm-txt.lastTxt{    padding: .05rem .2rem;}
.comm .comm-tit {
   clear: both;
    padding: 3%;
    background: #000;
    color: #fff;
    font-size: .24rem;
    line-height: .24rem;
    display: inline-block;
    margin: .1rem auto;
    font-weight: lighter;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

/* partd */
#partd{padding-bottom: .9rem; position: relative;}
.shape06{position: absolute;    top: 46%;
    left: -4.8%;}
.title05{ width: 18.75%;    padding-bottom: .1rem;}
.agent{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-ms-align-items: flex-end;
align-items: flex-end;
margin-top: .5rem;}
.agent .agent-info{    float: left;
    width: 39.16%; padding-left: 2.3rem; transition: all 0.3s cubic-bezier(.25,.8,.25,1);}
.agent:hover .agent-info{-webkit-transform: translate3d(0, -.5rem, 0px);
-ms-transform: translate3d(0, -.5rem, 0px);
-o-transform: translate3d(0, -.5rem, 0px);
transform: translate3d(0, -.5rem, 0px);}
.agent.agentR .agent-info{   padding-left: 0;}
.agent .avatar{ width: 21%;   float: left;
    border: 2px solid #aa6f43; margin-left: .22rem; overflow: hidden;}
.agent.agentR .agent-info{   padding-left: 0;}
.agent:hover .avatar{ box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3);-moz-box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3);-webkit-box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3)}
.agent .avatar img{transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);
 transition: all 0.3s cubic-bezier(.25,.8,.25,1);
filter:brightness(1.1);}
.agent:hover .avatar img{ transform:scale(1);
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);}
.agent.agentR .avatar{    float: left;
margin-right: .22rem; margin-left: 2.05rem;}
.agent .agent-info .company{    color: #aa6f43;
    font-size: .24rem;
    font-weight: lighter;
    line-height: 130%;}
.agent .agent-info .name{color: #aa6f43;
    font-size: .3rem;
    line-height: 130%;}
.agent .agent-info .txt{    color: #a6693b;
    font-size: .12rem;
    line-height: 250%;
    text-align: justify;
    letter-spacing: .5px;
    /* text-shadow: 0 0 0 #432711; */
    padding-top: .05rem;}

/* parte */
#parte{position: relative;}
.shape07{position: absolute;top: 26%;
    right: -8.7%;}
.title06{ width: 33.41%;}
#parte .video{border-color:#000;}
.pe-txt{ width: 73.16%; font-size: .12rem; line-height: 250%; margin: .5rem auto;}


/* bottom */
#bottom{ padding-top: .3rem;}
.bottomBg {
    background-color: #faf3e9;
    width: 100%;
    position: relative;
    /* padding-bottom: 8%; */
    padding-top: 5%;
}

.messa {
    float: left;
    width: 63.16%;
    max-width: 758px;
    background: #fff;
    margin-left: 8%;
    margin-right: 1%;
    border: 5px solid #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0px 0px 3px rgb(0, 0, 0);
}

.messb01{width: 15.83%;
    max-width: 190px;
    float: left;
    margin-top: -.2rem;}
.messb02{width: 16%;
    max-width: 192px;
    float: left;
    padding-top: .2rem;}
.messb03{width: 20.16%;
    max-width: 232px;
    float: left;
    padding-top: .2rem;}

#copyright {
    clear: both;
    font-size: 1.2em;
    color: #000;
    text-align: center;
    padding: 45px 0px 70px 0px;
    line-height: 20px;
    overflow: hidden;
}

#copyright a:link,
#copyright a:visited,
#copyright a:hover,
#copyright a:active {
    color: #000;
    text-decoration: none;
}

 @media screen and (max-width:1023px) {
    .container {
        width: 100%;
    }
    .text {
        background: #eeceb0;
        min-width: 220px;
        box-sizing: border-box;
        flex: 0 0 220px;
    }
    .comm .comm-txt{width: 40%;}
    .comm.commR .comm-txt{width: 44%;}
    .agent .agent-info {width: 51%;}
    .agent .avatar{width: 19%;}

}
 @media screen and (min-width:1024px) {
    .container {
        width: 1000px;
    }
    .text {
        background: #eeceb0;
        min-width: 220px;
        box-sizing: border-box;
        flex: 0 0 220px;
    }
    .comm .comm-txt{width: 40%;}
    .comm.commR .comm-txt{width: 44%;}
    .agent .agent-info {width: 51%;}
    .agent .avatar{width: 19%;}

}

@media screen and (min-width:1100px) {
    .container {
        width: 1000px;
    }
    .text {
        background: #eeceb0;
        min-width: 220px;
        box-sizing: border-box;
        flex: 0 0 220px;
    }
    .comm .comm-txt{width: 41%;}
    .comm.commR .comm-txt{width: 44%;}
    .agent .agent-info {width: 51%;}
    .agent .avatar{width: 19%;}

}

@media screen and (min-width:1280px) {
    .container {
        width: 1000px;
    }
    .text {
        background: #eeceb0;
        min-width: 220px;
        box-sizing: border-box;
        flex: 0 0 220px;
    }
    .comm{margin-top: -0.7rem;}
    .comm .comm-txt{width: 41%;}
    .comm.commR .comm-txt{width: 44%;}
    .agent .agent-info {width: 51%;}
    .agent .avatar{width: 21%;}
}

@media screen and (min-width:1366px) {
    .container {
        width: 1000px;
    }
    .text {
        background: #eeceb0;
        min-width: 230px;
        box-sizing: border-box;
        flex: 0 0 230px;
    }
    .comm{margin-top: -0.7rem;}
    .comm .comm-txt{width: 41%;}
    .comm.commR .comm-txt{width: 44%;}
    .agent .agent-info {width: 51%;}
    .agent .avatar{width: 21%;}
}

@media screen and (min-width:1440px) {
    .container {
        width: 1100px;
    }
    .text {
        background: #eeceb0;
        min-width: 250px;
        box-sizing: border-box;
        flex: 0 0 250px;
    }
    .comm{margin-top: -.8rem;}
    .agent .agent-info {width: 39.16%;}
    .agent .avatar{width: 21%;}

}

@media screen and (min-width:1680px) {
    .container {
        width: 1200px;
    }
    .text {
        background: #eeceb0;
        min-width: 270px;
        box-sizing: border-box;
        flex: 0 0 270px;
    }
    .comm{margin-top: -.8rem;}
    .agent .agent-info {width: 39.16%;}
    .agent .avatar{width: 21%;}
}

@media (min-width: 1920px) {
    .container {
        width: 1200px;
    }
    .text {
        background: #eeceb0;
        min-width: 270px;
        box-sizing: border-box;
        flex: 0 0 270px;
    }
    .comm{margin-top: -.8rem;}
    .agent .agent-info {width: 39.16%;}
    .agent .avatar{width: 21%;}
} 