@charset "utf-8";

html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,a,span,i,em,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,a{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{ font-family:"Microsoft YaHei";font-size:14px;color:#333;outline:0;}
body{font-size:14px;line-height:1;font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif;color: #333;background:#ffffff;}
p,a{color:#333;}
/*a{
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
*/a:hover{text-decoration: none;}

html{
	background-color: #ffffff;
}
.wrap{
	position: relative;
	margin:0 auto;
	width: 1020px;
	height: 100%;
}

.clearfix:after,
.clearfix:before{content:" ";display:table;}
.clearfix:after{clear:both;}


.header{height:80px;background:#fff;}
.header .logo{
    float: left;
    width:279px;
    height:46px;
    padding-top: 8px;
}
.header .logo a{
    display: inline-block;
    width:279px;
    height:46px;
    background:url(../images/logo.jpg) left no-repeat;
    text-indent: -9999px;
}
.header .main{
    padding: 0;
    width: 1000px;
    margin:0 auto;
    overflow: hidden;
    padding-top: 8px;
}
.header .main .logo{
    display: inline-block;
    float: left;
    margin: 0;
}
.header .nav{
    float:right;
    padding-top: 15px;
    color:#a2a5a4;
}
.header .nav li{
    display: inline-block;
}
.header .nav a{
    padding: 0px 15px;
    font: bold 16px/35px "微软雅黑";
    color: #3e3e3e;
    text-decoration: none;
}
.header .nav a:hover{
    color: #ff6307;
    -webkit-transition: none;
    transition: none;
}

.footer{
	padding-top: 50px;
	height: 100px;
	text-align: center;
}
.footer p,
.footer a{
	color: #ababab;
	line-height: 22px;
}
.footer a:hover{color: #f67b29;}




.banner{
    display: block;
    min-width: 1020px;
  	background: url(../images/banner.jpg) top center no-repeat;
}
.banner .wrapper {
  height: 403px;
}


.background-color-fffbf8 {
    background-color: #fffbf8!important;
}

.background-color-d90805 {
    background-color: #d90805!important;
}
.background-color-9a0000 {
    background-color: #9a0000!important;
}
.background-color-cb0604 {
    background-color: #cb0604!important;
}

.wrapper{
	position: relative;
	width: 1022px;
	margin: 0 auto;
}
#main .imgs{
  min-width: 1020px;
  text-align: center;
}

.new-add {
  position: relative;
}
.new-add .btn {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
  z-index: 100;
}
.new-add .btn a {
  font-size: 24px;
  color: #1c61e6;
}
.new-add .btn a:hover {
  text-decoration: underline;
}

.flwj{
    position: absolute;
    left: 82px;
    bottom: 80px;
    font-weight: bold;
}
.flwj a{
    display: inline-block;
    width: 149px;
    padding-top: 54px;
    height: 0;
    text-indent: -888rem;
    color: transparent;
    overflow: hidden;
}
.flwj a.margin-right1{
    margin-right: 200px;
}
.flwj a.margin-right2{
    margin-right: 204px;
}
.flwj a:hover{
	text-decoration: underline;
}

.read-more-sec-container .sec-title {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}
.read-more-sec-container .sec-title h3 span {
    display: inline-block;
    -webkit-background-size: 100% 16px;
    background-size: 100% 16px;
    font-size: 46px;
    color: #582d01;
}
.read-more-sec-container .sec-title h3 span:before,
.read-more-sec-container .sec-title h3 span:after {
    content: '';
    display: inline-block;
    width: 130px;
    height: 10px;
    background-color: #e8cd9e;
    margin: 0 30px;
    vertical-align: middle;
}
.read-more-sec-container .sec-title h3 span:before {
    background: url("../images/question-titile-left-line.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.read-more-sec-container .sec-title h3 span:after {
    background: url("../images/question-titile-right-line.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.read-more-sec-container .sec-title .read-more-btn {
    position: absolute;
    right: 0;
    bottom: -25px;
    font-size: 20px;
    color: #666666;
}
.read-more-sec-container .read-more-item {
    background: #fffbf5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.read-more-sec-container .read-more-item dl {
    margin: 38px 40px;
    background-color: #fcf0e1;
}
.read-more-sec-container .read-more-item dl dt {
    margin-bottom: 3px;
    padding-right: 50px;
    cursor: pointer;
}
.read-more-sec-container .read-more-item dl dt + dd {
    display: none;
}
.read-more-sec-container .read-more-item dl dt,
.read-more-sec-container .read-more-item dl dd {
    position: relative;
    padding-left: 50px;
    margin-left: 0;
    margin-right: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fffbf5;
}
.read-more-sec-container .read-more-item dl dd {
    padding-left: 0;
}
.read-more-sec-container .read-more-item dl dt .left-text,
.read-more-sec-container .read-more-item dl dd .left-text {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    font-weight: bold;
    width: 56px;
    background: url("../images/question-icon.png") no-repeat no-repeat center bottom;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    border: 0;
}
.read-more-sec-container .read-more-item dl dt .right-icon {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    width: 21px;
    height: 48px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    border: 0;
    background: url("../images/jiantou-icon.png") no-repeat right center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.read-more-sec-container .read-more-item dl dt.slide-up-text .right-icon {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.read-more-sec-container .read-more-item dl dd.default-show {
    display: block;
}
.read-more-sec-container .read-more-item dl dd .left-text {
    background: #ebebeb;
}
.read-more-sec-container .read-more-item dl dt .right-text {
    height: 70px;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.read-more-sec-container .read-more-item dl dt .right-text,
.read-more-sec-container .read-more-item dl dd .right-text {
    font-size: 28px;
    color: #4c3925;
    font-weight: bold;
    padding: 12px 15px;
}
.read-more-sec-container .read-more-item dl dd .right-text {
    font-size: 20px;
    color: #454545;
    line-height: 1.6;
    font-weight: normal;
}
.read-more-sec-container .read-more-item dl dt + dd {
    padding-bottom: 20px;
}
.read-more-sec-container .read-more-item dl dt:last-of-type + dd {
    margin-bottom: 0;
}

/* 右侧悬浮窗css */
.suspension-pop{
	position: fixed;
	bottom: 50px;
	right: 20px;
	padding-bottom: 20px; 
	border-radius: 10px;
	width: 155px;
	overflow: hidden;
	text-align: center;
	-webkit-animation: susPop 1.2s ease-in-out;
  	animation: susPop 1.2s ease-in-out;
  	z-index: 100;
}
.suspension-pop .bottomTxt{
	padding-bottom: 20px; 
	background: rgba(0, 0, 0, 0.8);
	border-radius: 10px;
}
.suspension-pop .topImg{
	border-radius: 10px 10px 0 0;
	width: 100%;
}
.suspension-pop p{
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	padding: 30px 12px 15px;
}
.suspension-pop .yyBtn{
	text-align: center;
}
.suspension-pop .yyBtn a{
	display: inline-block;
	width: 110px;
	height: 38px;
	background: #ff6307;
	border-radius: 4px;
	line-height: 38px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

/* pop */
/* pop style */
.pop,
.pop .pop-main{
    display: none;
}

/* pop common style */
.pop,
.pop-mask{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1001;
}
.pop-mask{
    background: rgba(0,0,0,.8);
}
.pop-main{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1002;
}
.pop-main .pop-close{
    position: absolute;
    right: 0;
    top: -70px;
    display: inline-block;
    width: 46px;
    height: 46px;
    background-image: url(../images/pop-close-btn.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 120;
    -webkit-tap-highlight-color:rgba(255,0,0,0);
}
#pop .pop-main-active{
    display: block;
}
.show {
    display: block!important;
}


@-webkit-keyframes susPop {
  0% { 
  		-webkit-transform: scale(0.5); 
  		bottom: 500px;
  	}
  100% { 
  	-webkit-transform: scale(1.0); 
  	bottom: 50px;
  }
}
 
@keyframes susPop {
  0%{ 
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    bottom: 500px;
  }100%{
  	transform: scale(1.0);
    -webkit-transform: scale(1.0);
    bottom: 50px;
  }
}