@charset "UTF-8";
/*-----default model-----*/
body,h1, h2, h3, h4, h5, h6,p,ul, ol, dl, dd,figure, menu, input, textarea, button, select, th, td,figcaption {margin: 0;padding: 0;}
h1, h2, h3, h4, h5, h6,b, strong {font-size: 100%;font-weight: normal;}
li {list-style: none;}
em, i {font-style: normal;}
img {border:none;}
input,textarea,button,select {outline: 0 none;}
table{border-collapse: collapse; margin:0 auto;}
textarea {resize: vertical;}
a {text-decoration: none;outline: 0 none;color:inherit}
table{border-collapse:collapse;width: 100%;color: #333;text-align: center;}
.clearfix:before,.clearfix:after{display:block;clear:both;content:"";visibility:hidden;height:0} 
.clearfix{zoom:1} 
body{width: 100%;height:100%; background: #fff; font-size: 12px;min-width: 1100px!important;font-family: "Source Han Sans CN";color: #444;}
a[title="站长统计"]{display: none;}
@media only screen and (min-width: 800px) {
	.pc-hide{display:none !important;}
}
input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}
.left{float: left;}
.right{float: right;}
.wrap{position: relative; width: 1100px; margin: 0 auto;font-size: 0;text-align: center;}
.hide{display: none;}
.nomr{margin-right: 0 !important;}
p{font-size: .16rem;}

/*banner*/
.banner-box{width: 100%;height:726px;position: relative;background: url(../images/banner_bg.jpg) no-repeat top center;font-size: 0;}
.banner-box a{ display: block; position: absolute; top: .4rem; width: 1.7rem;}
.banner-box a img{width: 100%;}

/*公共title*/
.section{padding-top: .9rem;}
.title{ padding-top: .2rem; padding-bottom: .6rem; background: url(../images/title_bg.png) no-repeat top / 6.45rem;}
.title h2{font-size: .55rem; color: #b36f4a; padding-bottom: .1rem;}
.title2{ background: url(../images/title_bg02.png) no-repeat top / 6.45rem;}
.title2 h2{ color: #d9b493;}

/*sec01*/
.sec01 .title{padding-bottom: .2rem;}
.sec01-main{position: relative;}
.sec01-i01{position: absolute; top: .2rem; left: 2rem; margin-top: .3rem;}
.sec01-i02{position: absolute; top: 1.59rem; left: .8rem;}
.sec01-i03{position: absolute; top: 2.9rem; left: 1.9rem;}
.sec01-i04{position: absolute; top: .2rem; right: 2rem; left: auto;}
.sec01-i05{position: absolute; top: 1.59rem; right: .8rem; left: auto;}
.sec01-i06{position: absolute; top: 2.9rem; right: 1.9rem; left: auto;}
.sec01-i01 .showAfter{display: none; position: absolute; top:-.25rem; left: .6rem; width: 3.54rem; height: 1.12rem; background: url(../images/sec01_pbg.png) no-repeat top;}
.sec01-i01:hover .showAfter{display: block;}
.sec01-i01:hover .showBefore img{animation: none;}
.sec01-p{color: #ffffff; background: #ca9170; height: 1.04rem; line-height: 1.04rem;}
.showAfter p{text-align: left; padding-left: .34rem; padding-top: .15rem; padding-right: .15rem; color: #3b3b3b; font-size: .15rem !important;}
.sec01-i02 .showAfter p{padding-top: .2rem;}
.sec01-i03 .showAfter p{padding-top: .08rem;}
.showBefore p{color: #616161; padding-top: .1rem;}
.sec01-i01 .showBefore img{animation: 1.5s scale1 ease-in-out infinite;}
.sec01-i02 .showBefore img{animation: 1.5s scale2 ease-in-out infinite;}
.sec01-i03 .showBefore img{animation: 1.5s scale1 ease-in-out infinite;}
.sec01-i04 .showBefore img{animation: 1.5s scale2 ease-in-out infinite;}
.sec01-i05 .showBefore img{animation: 1.5s scale1 ease-in-out infinite;}
.sec01-i06 .showBefore img{animation: 1.5s scale2 ease-in-out infinite;}
@keyframes scale1{
	0%{transform: scale(1);}
	50%{transform: scale(.85);}
	100%{transform: scale(1);}
}
@keyframes scale2{
	0%{transform: scale(.85);}
	50%{transform: scale(1);}
	100%{transform: scale(.85);}
}

/*sec02*/
.sec02 .title{padding-bottom: .7rem;}
.publicUl li{display: inline-block; vertical-align: top; width: 29%; margin-right: 6%; border-radius: 6px; box-shadow: 0 12px 11px #5159a463; padding: 0 4%; box-sizing: border-box; padding-bottom: .4rem;
background: #3a3f7b;
background: -webkit-linear-gradient(bottom, #3a3f7b , #525aa6); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(bottom, #3a3f7b, #525aa6); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(bottom, #3a3f7b, #525aa6); /* Firefox 3.6 - 15 */
background: linear-gradient(to bottom, #3a3f7b , #525aa6); /* 标准的语法 */
}
.publicUl li img{margin-top: -.3rem; margin-bottom: .3rem; width: 100%;}
.publicUl li h3{ font-size: .25rem; color: #ffffff; font-weight: bold; position: relative; z-index: 1;}
.publicUl li i{width: 100%; height: .15rem; background: #525bb4; border-radius: 50px; display: inline-block; margin-top: -.14rem; position: relative; z-index: 0;}
.publicUl li p{color: #fff; line-height: .3rem; text-align: justify; margin-top: .2rem;}
.sec02 a{height: .68rem; line-height: .68rem; width: 3.74rem; font-size: .24rem; color: #fff; border-radius: 14px; display: inline-block; margin-top: .5rem; box-shadow: 0 6px 11px #f24c3963;
background: #fe967d;
background: -webkit-linear-gradient(right, #fe967d , #f24c39); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(right, #fe967d, #f24c39); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(right, #fe967d, #f24c39); /* Firefox 3.6 - 15 */
background: linear-gradient(to right, #fe967d , #f24c39); /* 标准的语法 */
}

/*sec03*/
.sec03{background: url(../images/sec03_bg.jpg) no-repeat top / 100% 100%; padding-top: .8rem; padding-bottom: .6rem; margin-top: .8rem;}
.sec03 ul li{width: 70%; margin-bottom: .4rem;}
.sec03 ul li h3{font-size: .3rem; color: #fff; font-weight: bold; height: .64rem; line-height: .64rem; border-radius: 10px 10px 10px 0; width: 2.55rem; position: relative; z-index: 2;
background: #d9b392;
background: -webkit-linear-gradient(right, #d9b392 , #cc9170); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(right, #d9b392, #cc9170); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(right, #d9b392, #cc9170); /* Firefox 3.6 - 15 */
background: linear-gradient(to right, #d9b392 , #cc9170); /* 标准的语法 */
}
.sec03 ul li p{ color: #fff; line-height: .3rem; text-align: justify; background: #20244b; border-radius: 10px; padding: .65rem .45rem .36rem .45rem; margin-top: -.35rem;}

/*sec04*/
.sec04 .title{padding-bottom: .3rem;}
.sec04-tips{font-size: .3rem !important; color: #616161; margin-bottom: .9rem;}
.sec04-item{display: inline-block; vertical-align: top; width: 30%; height: 3.3rem; margin-right: 4%; background: #fff;box-shadow: 0 0 20px #cf9a7a65; border-radius: 10px; padding-top: .22rem;}
.sec04-item h3{font-size: .26rem; line-height: .7rem; height: .85rem; margin-top: -.3rem; font-weight: bold; color: #7d4325; background: url(../images/sec04_tbg.png) no-repeat top; margin-bottom: .2rem;}
.sec04-item ul li{margin-top: .15rem; position: relative;}
.sec04-item ul li p{display: none; font-size: .15rem !important; line-height: .26rem; color: #1f0000; background: url(../images/sec04_sbg.png) no-repeat top / 100% 100%; position: absolute; top: .55rem; left: .3rem; width: 2.7rem; padding-top: .2rem; padding-bottom: .1rem; z-index: 9;} 
.sec04-item ul li.dfbg p{ background: url(../images/sec04_sbg02.png) no-repeat top / 100% 100%; position: absolute; top: -1.6rem; left: .3rem; padding-bottom: .2rem; padding-top: .1rem;} 
.sec04-item ul li h4{font-size: .2rem; cursor: pointer; color: #ae704c; border: 1px solid #ae704c; height: .54rem; line-height: .54rem; width: 64%; display: inline-block;}
.sec04-item ul li:hover p{display: block;}
.sec04 span{font-size:.15rem; color: #1f0000; text-align: right; display: block; padding: .3rem .2rem 0 0; }
.sec04 a{height: .68rem; line-height: .68rem; width: 3.74rem; font-size: .24rem; color: #fff; border-radius: 14px; display: inline-block; margin-top: .5rem; box-shadow: 0 6px 11px #f24c3963;
background: #fe967d;
background: -webkit-linear-gradient(right, #fe967d , #f24c39); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(right, #fe967d, #f24c39); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(right, #fe967d, #f24c39); /* Firefox 3.6 - 15 */
background: linear-gradient(to right, #fe967d , #f24c39); /* 标准的语法 */
}
/* .mt40{margin-top: .4rem !important;} */


/*sec05*/
.sec05-jt1{position: absolute; left: 1.26rem; top: 2.07rem; animation: move1 1.5s infinite ease-in-out;}
.sec05-jt2{position: absolute; left: 1.08rem; top: 4.58rem; animation: move2 1.5s infinite ease-in-out;}
.sec05-form{background: url(../images/sec05-fbg.jpg) no-repeat top / 100% 100%; margin-top: .5rem; padding: .8rem 0;}
.sec05-form h3{font-size: .45rem; color: #dab493; text-align: center; padding-bottom: .6rem;}
.form1-item{width: 30%; height: .5rem; background: #fff url(../images/sec05-f01.png) no-repeat center left .2rem; border-radius: 10px; font-size: .18rem; color: #444444; padding-left: .5rem; box-sizing: border-box; margin:0 .1rem;}
.form1-item2{ background: #fff url(../images/sec05-f02.png) no-repeat center left .2rem;}
.form1-item3{ background: #fff url(../images/sec05-f03.png) no-repeat center left .2rem;}
.sec05 .form1-btn{display: block;height: .5rem; line-height: .5rem; width: 2.72rem; font-size: .24rem; color: #fff; border-radius: 14px; display: inline-block; margin-top: .5rem; box-shadow: 0 6px 11px #f24c3963; border: none; cursor: pointer;
background: #fe967d;
background: -webkit-linear-gradient(right, #fe967d , #f24c39); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(right, #fe967d, #f24c39); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(right, #fe967d, #f24c39); /* Firefox 3.6 - 15 */
background: linear-gradient(to right, #fe967d , #f24c39); /* 标准的语法 */
}

@keyframes move1{
	0%{left: 1.16rem;}
	100%{left: 1.26rem;}
}
@keyframes move2{
	0%{left: 1.08rem;}
	100%{left: .98rem;}
}

/*sec06*/
.sec06 .title{padding-bottom: .7rem;}
.sec06 ul li p{height: 1.2rem;}
.sec06-bottom{background: #f7f7f7; padding: .34rem .26rem; box-sizing: border-box; margin-top: .36rem;}
.sec06-bottom h3{margin-bottom: .15rem;}
.sec06-bottom h3 span{font-size: .28rem; color: #616161; padding: 0 .2rem; vertical-align: middle;}
.sec06-bottom h3 img{width: 37%;}
.sec06-bottom ul li{display: inline-block; margin: .14rem;}

/*sec07*/
.sec07-ul01{margin-bottom: .46rem;}
.sec07-ul01 li{display: inline-block; vertical-align: top; margin: 0 5%; width: 40%;}
.sec07-ul01 li h3{font-size: .25rem; color: #7d4325; font-weight: bold; background: url(../images/sec07_tbg.jpg) no-repeat left;height: .68rem; padding-top: .15rem; box-sizing: border-box; text-align: left; padding-left: .25rem;}
.sec07-ul01 li p{background: #fff; color: #616161; line-height: .3rem;  box-shadow: 0 0 20px #cf9a7a65; border-radius: 10px; padding: .4rem; box-sizing: border-box; text-align: justify; margin-top: -.1rem;}
.sec07-ul02{background: #f7f7f7; padding: .3rem 0;}
.sec07-ul02 li{display: inline-block; margin: 0 4%;}
.sec07-ul02 li img{margin-right: .18rem; display: inline-block; vertical-align: middle;}
.sec07-ul02 li div{display: inline-block; vertical-align: middle;}
.sec07-ul02 li div h3{font-size: .24rem; color: #616161; font-weight: bold; padding-bottom: .05rem; text-align: left;}
.sec07-ul02 li div p{color: #616161; line-height: .3rem; text-align: left;}

/*sec08*/
.sec08{background: url(../images/sec08_bg.jpg) no-repeat top / 100% 100%; margin-top: .8rem; padding-bottom: .7rem; text-align: center;}
.sec08-main{width: 1365px; margin: 0 auto;}
.sec08-main img{width: 120px; display: inline-block;}
.sec08-img01{width: 116px !important; margin-top: 214px;}
.sec08-img11{width: 116px !important; margin-top: 214px;}
.sec08-img03{ margin-top: 76px;}
.sec08-img05{ margin-top: 76px;}
.sec08-img07{ margin-top: 76px;}
.sec08-img09{ margin-top: 76px;}
.sec08-main p{font-size: .14rem !important; color: #d7ac8b; margin-top: .5rem;}

/*sec09*/
.sec09-main{padding: 0 1.3rem;}
.slideBox{background: url(../images/sec09_mbg.jpg) no-repeat; display: inline-block; width: 486px; height: 405px; margin-right: 66px;}
.sec09-right{display: inline-block; width: 246px; text-align: left;}
.sec09-right ul li h3{font-size: .22rem; color: #fff; font-weight: bold; border-radius: 0 50px 50px 0; display: inline-block; height: .32rem; line-height: .32rem; padding: 0 .2rem 0 .04rem; 
background: #d9b492;
background: -webkit-linear-gradient(right, #d9b492 , #cb9172); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(right, #d9b492, #cb9172); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(right, #d9b492, #cb9172); /* Firefox 3.6 - 15 */
background: linear-gradient(to right, #d9b492 , #cb9172); /* 标准的语法 */
}
.sec09-right ul li p{color: #b36f4a; padding-top: .04rem; padding-bottom: .28rem;}

/*sec10*/
.sec10-main ul li{background: #fff; box-shadow: 0 0 20px #cf9a7a65; display: inline-block; vertical-align: top; width: 30%; margin-right: 5%; border-radius: 14px; padding: .4rem; box-sizing: border-box;}
.sec10-main ul li h3{font-size: .25rem; color: #fff; font-weight: bold; height: .62rem; line-height: .62rem; border-radius: 10px; margin-top: .26rem; margin-bottom: .32rem;
background: #cb9372;
background: -webkit-linear-gradient(right, #cb9372 , #d9b491); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(right, #cb9372, #d9b491); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(right, #cb9372, #d9b491); /* Firefox 3.6 - 15 */
background: linear-gradient(to right, #cb9372 , #d9b491); /* 标准的语法 */
}
.sec10-main ul li p{color: #5a5a5a; text-align: justify; line-height: .26rem;}

/*sec11*/
.sec11{background: url(../images/sec11_bg.jpg) no-repeat top / 100% 100%; margin-top: .8rem; padding-bottom: .8rem;}
.sec11-left{display: inline-block; width: 889px; vertical-align: top;}
.mt08{margin-top: .08rem;}
.sec11-right{display: inline-block; width: 203px; margin-left: .08rem;}

/* 底部通用 */
.sec17{width: 100%; display: block; clear: both; padding-bottom: 0; background: #fff; padding-top: 0;}
.sec17 h2{font-size: .42rem; font-weight: bold; padding-top: .6rem; padding-bottom: .4rem; color: #333; text-align: center;}
.s14-cont{ background: #1459c1; width: 100%;}
.s14-cont ul{width: 825px; margin: 0 auto;}
.s14-cont ul li{width: 275px; float:left; display: block; position: relative; height: 451px;}
.s14-cont ul li.item1{background: url(//www.niceloo.com/zhuanti/yjxf/zsjz/images/s14-img02.png) no-repeat center;}
.s14-cont ul li.item2{background: url(//www.niceloo.com/zhuanti/yjxf/zsjz/images/s14-img03.png) no-repeat center;}
.s14-cont ul li.item3{background: url(//www.niceloo.com/zhuanti/yjxf/zsjz/images/s14-img04.png) no-repeat center;}
.s14-cont ul li .item-show{width: 100%; padding: 60% 0;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;transition: all 0.35s ease-in-out;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
.s14-cont .item-img{width: 100%;margin: 0 auto;height: 80px;}
.s14-cont .item-img img{display: block;margin: auto;}
.s14-cont .item-tit{width: 100%; margin: 30px auto 0; text-align: center; font: 24px/38px "微软雅黑"; color: #fff; }
.s14-cont .info {width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;transition: all 0.35s ease-in-out;-webkit-transform: scale(0) rotate(-180deg);-moz-transform: scale(0) rotate(-180deg);-ms-transform: scale(0) rotate(-180deg);-o-transform: scale(0) rotate(-180deg);transform: scale(0) rotate(-180deg);}
.s14-cont .info p {width: 70%; margin: 0 auto; font:20px/30px "微软雅黑"; color: #fff; text-transform: uppercase;
padding-top: 42%;text-align: justify; height: 150px;}
.s14-cont .info a {width: 70%; display: block; margin: 20% auto 0; font: 24px/50px "微软雅黑"; color: #fff; border: 1px solid #fff; text-align: center;-webkit-border-radius: 25px;-moz-border-radius: 25px;border-radius: 25px;}
.s14-cont .info a:hover {background: #fff; color: #e72d1b;}
.s14-cont ul li:hover .item-show {-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);transform: scale(0);-webkit-transition-delay: 0;-moz-transition-delay: 0;transition-delay: 0;}
.s14-cont ul li:hover .info {visibility: visible; opacity: 1;-webkit-transform: scale(1) rotate(0deg);-moz-transform: scale(1) rotate(0deg);-ms-transform: scale(1) rotate(0deg);-o-transform: scale(1) rotate(0deg);transform: scale(1) rotate(0deg);-webkit-transition-delay: 0.3s;-moz-transition-delay: 0.3s;transition-delay: 0.3s;}


/*侧边导航*/
.lfNav{position: fixed;width: 188px;background: url(../images/fixedNavBg.png) no-repeat center / 100%;top:18%;left:20px;z-index:9;}
.lfNav .close{position:absolute;top:29px; right:0; height:32px; width:32px; }
.mt185{margin-top: 146px;}
.nav-bg{width: 161px;display: block;float:left;clear:both;margin-left: 7px;margin-bottom: 0px;}
.nav-bg a{width: 60%;display: block;margin:auto;font: 16px/36px "微软雅黑";color: #fff;text-align: center;border-bottom: 1px dashed #9a6447;}
.left_top{width:150px; height:100px;display: block;float:left;margin-left:0;}

/*按钮悬停*/
.hvr-grow-shadow{
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:active {
    box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.hvr-grow-shadow2{
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}
.hvr-grow-shadow2:hover, .hvr-grow-shadow2:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
