﻿body {
    overflow: -Scroll;
    overflow-x: hidden;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.header {
    position: relative;
}

.header-top {
    background-color: #fff;
}

.header-top .top-left {
    float: left;
    width: 800px;
    margin: 20px 0;
}

.header-top .top-left img {
    float: left;
}

.header-top .top-left h3 {
    display: inline-block;
    color: #333;
    font-size: 30px;
    margin-top: 15px;
}

.header-top .top-right {
    float: right;
    width: 250px;
    height: 40px;
    line-height: 40px;
    background: url(../images/top-right-logo.png) no-repeat;
    margin: 30px 0 0 0;
    padding-left:45px;
    font-size: 26px;
    color: #045fdb;
}

.header-top .top-right a {
    display: inline-block;
    width: 40px;
    height: 30px;
}

.header .logo {
    width: 220px;
    height: 170px;
    background: url(../images/logo.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -110px;
    z-index: 99;
}

.header .logo a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.top-nav {
    background-color: #efefef;

}

.top-nav > ul {
    height: 60px;
}

.top-nav > ul > li {
    float: left;
    width: 16%;
    height: 60px;
    margin-right: 0.6%;
    text-align: center;
    position: relative;
}

.top-nav > ul > li > a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.top-nav > ul > li:hover > a {
    background-color: #045fdb;
    color: #fff;
}

li.on > a {
    background-color: #045fdb;
    color: #fff !important;
}

.top-nav > ul > li > a {
    color: #3f312c;
    font-size: 18px;
    line-height: 60px;
}

.top-nav > ul > li > ul {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 98;
    opacity: 0;
    width: 100%;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}

.top-nav > ul > li:hover ul {
    position: absolute;
    top: 60px;
    opacity: 1;
}

.top-nav > ul > li > ul > li a {
    display: block;
    width: 100%;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    color: #3f312c;
    background-color: #efefef;
    overflow: hidden;
    padding: 0 5px;
    box-sizing: border-box;
}

.top-nav > ul > li > ul > li:hover > a {
    background-color: #045fdb;
    color: #fff;
}

/*轮播部分*/
.gg {
    height: 100px;
    background-color: #4991f4;
}

.gg .gg-n {
    width: 1450px;
    margin: 0 auto;
}

.gg a {
    display: inline-block;
    width: 24%;
    text-align: center;
}

.gg a i {
    display: inline-block;
    margin-top: 26px;
}

.gywm {
    width: 168px;
    height: 41px;
    background: url(../images/gylgpp.png) no-repeat 0 -45px;
}

.gywm:hover {
    background: url(../images/gylgpp.png) no-repeat 0 0px;
}

.xfwdy {
    width: 154px;
    height: 42px;
    background: url(../images/xfwdy.png) no-repeat 0 -44px;
}

.xfwdy:hover {
    background: url(../images/xfwdy.png) no-repeat 0 0px;
}

.mzzxkp {
    width: 170px;
    height: 41px;
    background: url(../images/mzzxkp.png) no-repeat 0 -45px;
}

.mzzxkp:hover {
    background: url(../images/mzzxkp.png) no-repeat 0 0px;
}

.tbdp {
    width: 171px;
    height: 42px;
    background: url(../images/tbdp.png) no-repeat 0 -44px;
}

.tbdp:hover {
    background: url(../images/tbdp.png) no-repeat 0 0px;
}

/*最新活动*/
.main {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
}

.main-top.q1 {
    margin: 40px auto 40px;
    text-align: center;
    font-size: 28px;
    color: #333;
}

.main .code {
    color: #045fdb;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

.main.news > a {
    display: inline-block;
    width: 49%;
    position: relative;
    float: left;
}

.main.news > a img {
    width: 100%;
}

.main.news a:nth-child(2) {
    float: right;
}

.main.news a i {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    -moz-transition: height 0.4s; /* Firefox 4 */
    -o-transition: height 0.4s; /* Opera */
    -webkit-transition: height 0.4s;
    background: rgba(0, 0, 0, 0.4) url(../images/eye.png) no-repeat center center;
}

#zz {
    display: inline-block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    -moz-transition: height 0.4s; /* Firefox 4 */
    -o-transition: height 0.4s; /* Opera */
    -webkit-transition: height 0.4s;
    background: rgba(0, 0, 0, 0.4) url(../images/eye.png) no-repeat center center;
}

.main.news a:hover i {
    height: 100%;
}

/*品牌实力*/
.main-top.q2 {
    width: 480px;
    height: 147px;
    margin: 65px auto 37px;
    background: url(../images/pinpaishili.jpg) no-repeat;
    background-size: 100%;
    text-indent: -10000em;
}

.main.pin > a {
    display: inline-block;
    width: 100%;
    position: relative;
}

.main.pin > a > i {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) url(../images/video.png) no-repeat center center;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    -webkit-transition: background 0.4s;
}

.main.pin > a:hover i {
    background: rgba(0, 0, 0, 0) url(../images/video.png) no-repeat center center;
}

.main.pin > a > img {
    width: 100%;
}

.main.pin ul {
    margin-top: 13px;
}

.main.pin ul li {
    float: left;
    width: 467px;
    height: 600px;
    background-color: #eeeeee;
    text-align: center;
    font-size: 0;
    position: relative;
}

.main.pin ul li img {
    width: 100%;
}

.main.pin ul li a {
    display: inline-block;
}

.main.pin ul li:hover #zz {
    height: 360px;
}

.main.pin ul li:nth-child(2) {
    margin: 0 13px 0 14px;
}

.main.pin ul li p {
    margin-top: 63px;
    font-size: 18px;
    font-weight: bold;
    color: #4991f4;
    line-height: 18px;
}

.main.pin ul li a > span {
    font-size: 10px;
    color: #6b6b6b;
    line-height: 26px;
    font-family: "Arial";
}

.main.pin ul li h2 {
    font-size: 18px;
    font-weight: normal;
    color: #4991f4;
    line-height: 30px;
}

.main.pin ul li h2 span {
    font-size: 18px;
    font-weight: bold;
    color: #045fdb;
}

.main.pin ul li a > i {
    display: inline-block;
    margin-top: 8px;
    width: 23px;
    height: 23px;
    background: url(../images/sheying-video.png) no-repeat;
}

/*拍摄风格*/
.main-top.q3 {
    width: 449px;
    height: 147px;
    margin: 65px auto 37px;
    background: url(../images/paishefengge.png) no-repeat;
    background-size: 100%;
    text-indent: -10000em;
}

.fg {
    width: 1200px;
    margin: 0 auto;
}

.maple-tab ul {
    width: 100%;
    overflow: hidden;
}

.maple-tab ul li {
    float: left;
    width: 290px;
    text-align: center;
    margin-right: 13px;
}

.maple-tab ul li a {
    color: #4991f4;
}

.maple-tab ul li:last-child {
    margin-right: 0;
}

.m-border-right {
    font-size: 12px;
    line-height: 52px;
}

/*tab活动状态样式*/
.maple-tab .active {
    position: relative;
    color: #f76755;
    border-bottom: 7px solid #4991f4;
}

.maple-tab .active a {
    color: #045fdb;
}

.maple-tab .active i {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 290px;
    height: 120px;
    background: rgba(69, 44, 40, 0.9) url(../images/jiahao.png) no-repeat center 38px;
}

.maple-tab ul li a i p {
    display: none;
}

.maple-tab ul li.active a i p {
    display: inline-block;
    margin-top: 60px;
    font-size: 20px;
    color: #fff;
}

.tab-content-1, .tab-content-2, .tab-content-3, .tab-content-4 {
    width: 100%;
    text-align: center;
    margin-bottom: 13px;
}

.maple-tab {
    position: relative;
}

.maple-tab .line {
    position: absolute;
    top: 175px;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #999999;
    z-index: -1;
}

/*LOVES PHOTO*/
.main.ph,.wrapper{
    width: 94%;
    max-width: 1200px;
    overflow: hidden;
}

.index_news ul {
}

.main-top.q4 {
    width: 459px;
    height: 49px;
    margin: 50px auto 37px;
    background: url(../images/lovesphoto.png) no-repeat;
    background-size: 100%;
}

.zp-nav ul {
    text-align: center;
    margin-bottom: 20px;
}

#zp-nav ul li {
    display: inline-block;
    /*	width:203px;*/
    height: 45px;
    color: #3F312C;
    overflow: hidden;
}

#zp-nav ul li a {
    display: inline-block;
    width: 170px;
    height: 45px;
    color: #3F312C;
    line-height: 45px;
    font-size: 16px;
}

#zp-nav ul li:last-child {
    width: 170px;
}

#zp-nav ul li:last-child i {
    display: none;
}

#zp-nav ul li:hover a {
    color: #fff;
}

.swiper-container2 {
    margin-top: 28px;
}
.index_pro ul{
    margin-bottom: 10px;
}
.index_news ul li {
    float: left;
    width: 49%;
    font-size: 0;
    margin-right: 2%;
    padding: 20px;
    box-sizing: border-box;
}
.index_news ul li:nth-child(2n){
    margin-right: 0;
}
.index_pro ul li{
    text-align: center;
    width: 32%;
    margin-right:2%;
    margin-bottom: 30px;
}
.index_pro ul li:nth-child(3n){
    margin-right: 0;
}
.main.ph ul li a h2 {
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
}
.index_pro ul li h2{
    margin-top: 15px;
}

.main.ph ul li a span {
    display: inline-block;
}

.main.ph ul li a p {
    font-size: 18px;
    font-weight: bold;
}

.news_index.ph ul li {
    margin-bottom: 30px;
}

.zp-nav .swiper-container2 ul li img {
    width: 100%;
}

.zp-nav .swiper-container2 ul li:nth-child(3), .zp-nav .swiper-container2 ul li:nth-child(6) {
    margin-right: 0;
}

a.more {
    display: block;
    margin: 0 auto 40px;
    width: 240px;
    height: 40px;
    background-color: #045fdb;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    border-radius: 20px;
}

a.more i {
    float: left;
    display: inline-block;
    width: 240px;
    height: 40px;
    border-radius: 20px;
}


a.more i:hover {
    background-color: #4991f4;
}

/*YOUNG HAPPINESS*/
.main.ha {
    width: 1200px;
    border-top: 1px solid #999999;
    overflow: hidden;
    border-top: 1px solid #E6E6E6;
}

.main-top.q5 {
    width: 494px;
    height: 49px;
    margin: 50px auto 37px;
    background: url(../images/piness.png) no-repeat;
    background-size: 100%;
}

a.m0 {
    display: block;
    width: 1200px;
    height: 325px;
}

.m0 .m0-left {
    float: left;
    position: relative;
}

a.m0 .m0-left:hover #zz, a.m1 .m0-left:hover #zz, a.m3 .m0-left:hover #zz, a.m4 .m0-left:hover #zz {
    height: 100%;
}

.m0 .m0-left img {
    width: 100%;
}

.m0 .m0-right {
    float: right;
    text-align: center;
    width: 600px;
    height: 325px;
    background-color: #FAFAFA;
    cursor: default;
}

.m0-right h2 {
    font-size: 62px;
    font-weight: normal;
    margin-top: 70px;
    color: #222222;
}

.m0-right i:nth-child(2) {
    display: block;
    margin: 0 auto;
    width: 155px;
    height: 18px;
    background: url(../images/gddz.png) no-repeat;
    background-size: 100%;
}

.m0-right i:nth-child(3) {
    display: inline-block;
    width: 56px;
    height: 1px;
    border-top: 1px solid #666666;
    margin: 24px auto 22px;
}

.m0-right p {
    font-size: 14px;
    color: #666666;
}

.m1 .m0-left {
    float: right;
    position: relative;
}

.m1 .m0-right {
    float: left;
    text-align: center;
    width: 600px;
    height: 325px;
    background-color: #FAFAFA;
    cursor: default;
}

.m1 .m0-right i:nth-child(2) {
    display: block;
    margin: 0 auto;
    width: 162px;
    height: 18px;
    background: url(../images/qqlp.png) no-repeat;
    background-size: 100%;
}

.main.ha a:hover p {
    color: #000;
}

/*客片代言*/
.main-top.q5 {
    width: 445px;
    height: 147px;
    margin: 50px auto 37px;
    background: url(../images/kepiandaiyan.png) no-repeat;
    background-size: 100%;
    text-indent: -10000em;
}

.maple-tab3 {
    position: relative;
}

.maple-tab3 ul li {
    float: left;
    width: 290px;
    text-align: center;
    margin-right: 13px;
}

.maple-tab3 .active {
    position: relative;
    color: #f76755;
    border-bottom: 7px solid #4991f4;
}

.maple-tab3 ul li:last-child {
    margin-right: 0;
}

.maple-tab3 .active i {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 290px;
    height: 120px;
    background: rgba(69, 44, 40, 0.9) url(../images/jiahao.png) no-repeat center 38px;
}

.maple-tab3 ul li a i p {
    display: none;
}

.maple-tab3 ul li.active a i p {
    display: inline-block;
    margin-top: 60px;
    font-size: 20px;
    color: #fff;
}

.maple-tab3 .line {
    position: absolute;
    top: 175px;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #999999;
    z-index: -1;
}

.maple-tab3 .active a {
    color: #045fdb;
}

.maple-tab3 ul li a {
    color: #4991f4;
}

.main-top.q6 {
    width: 494px;
    height: 49px;
    margin: 50px auto 37px;
    background: url(../images/piness.png) no-repeat;
    background-size: 100%;
}

.m3 .m0-left {
    float: left;
    position: relative;
}

.m3 .m0-right {
    float: right;
    text-align: center;
    width: 600px;
    height: 325px;
    background-color: #FAFAFA;
    cursor: default;
}

.m4 .m0-left {
    float: right;
    position: relative;
}

.m4 .m0-right {
    float: left;
    text-align: center;
    width: 600px;
    height: 325px;
    background-color: #FAFAFA;
    cursor: default;
}

.m3 .m0-right i:nth-child(2) {
    display: block;
    margin: 0 auto;
    width: 155px;
    height: 18px;
    background: url(../images/jylf.png) no-repeat;
    background-size: 100%;
}

.m4 .m0-right i:nth-child(2) {
    display: block;
    margin: 0 auto;
    width: 155px;
    height: 18px;
    background: url(../images/cslp.png) no-repeat;
    background-size: 100%;
}

a.m3, a.m4 {
    display: block;
}

a.m4 {
    margin-bottom: 54px;
}

.jincheng {
    background-color: #4991f4;
    text-align: center;
}

.jincheng img {
    display: inline-block;
    width: 1200px;
    margin: 0 auto;
}

.main.ph2 ul li {
    position: relative;
    float: left;
    width: 388px;
    height: 682px;
    margin: 0 12px 32px 0;
    font-size: 0;
}

.main.ph2 ul li a i {
    width: 388px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    -moz-transition: height 0.4s; /* Firefox 4 */
    -o-transition: height 0.4s; /* Opera */
    -webkit-transition: height 0.4s;
    background: rgba(65, 53, 50, 0.7) url(../images/yp-bg.png) no-repeat center 200px;
}

.main.ph2 ul li a h2 {
    margin-top: 17px;
    font-weight: normal;
    color: #4991f4;
    font-size: 16px;
}

.main.ph2 ul li a span {
    color: #999999;
    font-size: 12px;
    font-family: "Times New Roman";
    margin: 6px 0 2px;
    display: inline-block;
    font-style: italic;
}

.main.ph2 ul li a p {
    color: #045fdb;
    font-size: 18px;
    font-weight: bold;
}

.main.ph2 ul li:hover i {
    height: 590px;
}

/*口碑评价*/
.pj {
    margin: 0 auto;
    padding-top: 1px;
    padding-bottom: 40px;
    background-color: #EFEFEF;
}

.about_index {
    font-size: 14px;
    line-height: 28px;
    max-height: 280px;
    overflow: hidden;
}

.main-top.q7 {
    width: 498px;
    height: 187px;
    margin: 0px auto 45px;
    background: url(../images/pingjia.png) no-repeat;
    background-size: 100%;
    text-indent: -10000em;
}

#pjnr {
    margin: 0 auto;
    background: url(../images/pj-shu.png) no-repeat center 10px;
    padding-top: 25px;
}

/*.pj-main{
	width:1166px;
	margin:0 auto;
	height:394px;
	background:url(http://img.websitetemplate.cn/wedding3/template/default/index/images/pj-shu.png)no-repeat center;
	padding:45px 17px 28px;
}*/
.pj-main li {
    margin-bottom: 14px;
    position: relative;
}

.pj-content {
    width: 473px;
    height: 90px;
    background: url(../images/pj-bg-0.png) no-repeat;
    background-size: 100%;
    font-size: 14px;
    padding: 22px 0 0 25px;
}

.pj-content p {
    width: 436px;
    height: 70px;
    line-height: 22px;
}

.pj-content p span {
    font-weight: bold;
}

.pj-content img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.pj-date {
    width: 484px;
    height: 73px;
    padding: 45px 0 0 99px;
    position: relative;
    font-size: 0;
    color: #BD9979;
    cursor: default;
}

.pj-date h3 {
    display: inline-block;
    font-size: 44px;
    color: #BD9979;
    line-height: 44px;
}

.pj-date p {
    font-size: 25px;
    line-height: 25px;
}

.pj-date span {
    font-size: 12px;
    line-height: 18px;
}

.pj-date img {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.pj-main li:nth-child(odd) .pj-content {
    float: left;
    margin-left: 0px;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.pj-main li:nth-child(odd) .ddd:hover .pj-content {
    margin-left: 20px;
}

.pj-main li:nth-child(odd) .pj-content img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50px;
}

.pj-main li:nth-child(odd) .pj-date {
    float: right;
}

.pj-main li:nth-child(odd) .pj-date img {
    position: absolute;
    top: 45px;
    left: 42px;
}

.pj-main li:nth-child(odd) .pj-date h3 {
    float: left;
    margin-right: 8px;
}

.pj-main li:nth-child(even) .pj-content {
    width: 448px;
    float: right;
    background: url(../images/pj-bg-1.png) no-repeat;
    background-size: 100%;
    padding: 22px 0px 0 50px;
    margin-right: 0;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.pj-main li:nth-child(even) .ddd:hover .pj-content {
    margin-right: 20px;
}

.pj-main li:nth-child(even) .pj-content img {
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -50px;
}

.pj-main li:nth-child(even) .pj-date {
    position: relative;
    float: left;
    padding: 45px 99px 0 0px;
    text-align: right;
}

.pj-main li:nth-child(even) .pj-date img {
    position: absolute;
    top: 45px;
    right: 42px;
}

.pj-main li:nth-child(even) .pj-date h3 {
    float: right;
    margin-left: 8px;
}

a.pj-more {
    display: block;
    width: 240px;
    height: 40px;
    margin: 40px auto 0;
    border: 1px solid #333;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
}

a.pj-more:hover {
    border: 1px solid #4991f4;
    background-color: #4991f4;
    color: #fff;
}

/*ACTIVITY*/
.main-top.q8 {
    width: 502px;
    height: 49px;
    margin: 60px auto 60px;
    background: url(../images/activity.png) no-repeat;
    background-size: 100%;
}

.new-nav {
    margin-bottom: 20px;
    position: relative;
}

.new-nav .new-line {
    position: absolute;
    top: 39.5px;
    width: 1200px;
    height: 5px;
    background: url(../images/new-heng.png) no-repeat;
    z-index: -1;
}

.new-nav ul li {
    float: left;
    width: 384px;
    height: 105px;
    text-align: center;
    font-size: 0;
}

.new-nav ul li p {
    font-size: 16px;
    font-weight: bold;
}

.new-nav ul li h2 {
    font-size: 18px;
    font-weight: normal;
}

.new-nav ul li a {
    color: #3F312C;
}

.new-nav ul li span {
    font-size: 12px;
}

.new-nav ul li i {
    display: inline-block;
    margin: 6px auto 5px;
    width: 24px;
    height: 24px;
    background: url(../images/new-bg-0.png) no-repeat;
}

.new-nav ul li.active i {
    background: url(../images/new-bg-1.png) no-repeat;
}

.new-nav ul li.active a {
    color: #BD9979;
}

.main.ph ul li {
    position: relative;
    float: left;
    font-size: 0;
    margin-bottom: 25px;
}

.main.ph ul li .shij {
    /*background-color: #045fdb;*/
    color: #666;
    border-top: 1px solid #C4C4C4;
    padding-top: 10px;
    margin-top: 10px;
}


.main.ph ul li .shij span {
    font-size: 14px;
}

.main.ph ul li a > p {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    height: 72px;
    font-weight: normal;
    overflow: hidden;
}

.main.ph ul li a > i {
    display: block;
    width: 56px;
    height: 9px;
    margin: 20px auto 0;
    background: url(../images/jiantou.png) no-repeat;
    margin-bottom: 20px;
}

.main.ph ul li:hover a > h2 {
    color: #4991f4;
}

i.luguo {
    display: block;
    width: 141px;
    height: 5px;
    margin: 0 auto 44px;
    background: url(../images/luguo.png) no-repeat;
}

/*底部*/
.foot {
}

.foot ul {
    width: 1200px;
    margin: 0 auto;
}

.foot ul li {
    margin-top: 50px;
    float: left;
    width: 33%;
}

.foot .ckdz {
    display: inline-block;
    position: absolute;
    bottom: 3px;
    left: 90px;
    width: 160px;
    height: 21px;
}

.foot .zy {
    display: inline-block;
    position: fixed;
    bottom: 25px;
    right: 50px;
    width: 60px;
    height: 60px;
    background: url(../images/home.png) no-repeat 0 0;
}

.foot .zy:hover {
    background: url(../images/home.png) no-repeat 0 -60px;
}

.footer {
    background-color: #222222;
    padding: 20px 0;
}

.fot-nav > ul {
    width: 1200px;
    margin: 0 auto 15px;
}

.fot-nav > ul > li {
    float: left;
    margin-right: 30px;
    font-size: 0;
}

.fot-nav > ul > li > a {
    font-size: 14px;
    color: #fff;
}

.fot-nav > ul > li > a:hover {
    color: #045fdb;
}

.fot-nav > ul > li > ul {
    margin-top: 8px;
}

.fot-nav > ul > li > ul li a {
    font-size: 12px;
    color: #999999;
    line-height: 20px;
}

.fot-nav > ul > li > ul li:hover a {
    color: #BD9979;
}

.footer ul.ewm {
    width: 460px;
    margin: 62px auto 0;
}

.footer ul.ewm li {
    float: left;
    width: 139px;
    text-align: center;
    font-size: 12px;
}

.footer ul.ewm li:nth-child(2) {
    margin: 0 19px 0 20px;
}

.footer ul.ewm li > span {
    color: #666666;
    display: inline-block;
    margin: 9px 0 2px;
}

.footer ul.ewm li > p {
    color: #fff;
}

.footer ul.ewm li > p span {
    color: #045fdb;
}

i.lf {
    display: block;
    width: 178px;
    height: 38px;
    margin: 32px auto 38px;
}

.copy {
    text-align: center;
}

.copy p {
    font-size: 12px;
    color: #999999;
}

.copy a {
    font-size: 12px;
    color: #999999;
}

.main-top > a {
    display: block;
    width: 100%;
    height: 100%;
}

.mpage ul {
    text-align: center;
}

.mpage ul li {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 13px 0 46px;
    margin-right: 10px;
}

.mpage ul li a {
    color: #41332D;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 1px solid #C8C8C8;
    line-height: 40px;
    border-radius: 4px;
}

.mpage ul li a.hover {
    border: none;
}

.mpage ul li.pnext, .mpage ul li.ppre {
    width: 80px;
    height: 40px;
}

.mpage ul li.count, .mpage ul li.pend, .mpage ul li.phome {
    display: none;
}

.kp {
    width: 1200px;
    margin: 0 auto;
}

.kp .kp-b {
    width: 1200px;
    height: 155px;
    background: url(../images/kp-bg.png) no-repeat center;
}

.kp .kp-b h2 {
    margin-top: 40px;
    float: left;
    color: #BD9979;
    font-size: 64px;
    line-height: 64px;
    font-weight: normal;
    font-family: Times New Roman;
}

.kp .kp-b h2 p {
    color: #a3a3a3;
    font-size: 18px;
    line-height: 18px;
}

.kp .kp-b h3 {
    float: left;
    margin-top: 19px;
    margin-left: 162px;
    font-size: 30px;
    color: #41332D;
}

.kp .kp-b h3 span {
    color: #878787;
    font-size: 14px;
    display: block;
}

.hdm {
    width: 1200px;
    margin: 0 auto;
}

.hdm ul li {
    margin-bottom: 40px;
}

.hdm ul li .hd-l {
    float: left;
    width: 800px;
    height: 480px;
}

.hdm ul li .hd-r {
    width: 400px;
    height: 480px;
    float: right;
    text-align: center;
    background-color: #FBFBFB;
}

.hdm ul li .hd-r h2 {
    margin-top: 62px;
    color: #41332D;
    font-size: 30px;
    font-weight: normal;
}

.hdm ul li .hd-r p {
    margin: 0 auto;
    width: 320px;
    height: 93px;
    color: #7E7E7E;
    font-size: 14px;
    margin-top: 14px;
}

.main-top.q11 {
    width: 552px;
    height: 187px;
    margin: 60px auto 30px;
    background: url(../images/khkbpj.png) no-repeat;
    background-size: 100%;
    text-indent: -10000em;
}

.kbpj ul li {
    width: 1200px;
    height: 200px;
    margin: 0 auto 32px;
    background-color: #fafafa;
}

.kbpj ul li .pj-l {
    float: left;
    width: 195px;
    height: 200px;
    position: relative;
}

.kbpj ul li .pj-l img {
    margin: 40px 0 0 40px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.kbpj ul li .pj-l i {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 118px;
    left: 125px;
}

.kbpj ul li .pj-r {
    width: 686px;
    padding-top: 40px;
    float: left;
    font-size: 0;
}

.kbpj ul li .pj-r span i {
    display: inline-block;
    width: 93px;
    height: 14px;
    background: url(../images/xing.png) no-repeat;
}

.kbpj ul li .pj-jt {
    float: left;
    width: 319px;
    height: 160px;
    background-color: #f0f0f0;
    padding-top: 40px;
}

.kbpj ul li .pj-jt a {
    display: inline-block;
    margin-right: 14px;
}

.kbpj ul li .pj-jt a:nth-child(1) {
    margin-left: 32px;
}

.kbpj ul li span {
    font-weight: bold;
    color: #7E7E7E;
}

.kbpj ul li .pj-r h2 {
    display: inline-block;
    float: left;
    color: #979797;
}

.kbpj ul li p {
    display: inline-block;
    width: 610px;
}

.xih {
    width: 1200px;
    margin: 0 auto;
}

.xih a {
    display: inline-block;
    float: left;
}

.xih a img {
    width: 100%;
    height: 325px;
}

.main-top.q10 {
    width: 495px;
    height: 146px;
    margin: 60px auto 30px;
    background: url(../images/zzbj.png) no-repeat;
    background-size: 100%;
    text-indent: -10000em;
}

.bj-main {
    width: 1200px;
    margin: 0 auto;
}

.bj-main ul li {
    width: 1200px;
    height: 360px;
    margin-bottom: 24px;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.bj-main ul li .bj-l {
    float: left;
    width: 50%;
    height: 100%;
}

.bj-main ul li .bj-r {
    float: right;
    width: 50%;
    height: 100%;
    background-color: #fff;
}

.bj-main ul li .bj-r h2 {
    margin-left: 45px;
    margin-top: 60px;
    /*margin-top: 10.6%;*/
    font-size: 60px;
    line-height: 60px;
    color: #BD9979;
    font-weight: normal;
    font-family: Times New Roman;
    display: inline-block;
}

.bj-main ul li .bj-r h2 span {
    font-size: 24px;
}

.bj-main ul li .bj-r p {
    color: #a9a9a9;
    display: inline-block;
    font-family: "宋体";
}

.bj-main ul li .bj-r p i {
    text-decoration: line-through;
}

.bj-main ul li .bj-r h3 {
    color: #41332D;
    font-size: 22px;
    line-height: 40px;
    margin-left: 45px;
    font-weight: normal;
}

.bj-main ul li .bj-r p:nth-child(4) {
    margin-top: 5px;
    width: 446px;
    margin-left: 45px;
}

div.more {
    margin-top: 50px;
    /*margin-top: 6.8%;*/
    width: 232px;
    height: 38px;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    font-family: "宋体";
    color: #656565;
    border: 1px solid #a7a7a7;
    margin-left: 45px;
}

div.more a {
    color: #656565;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.bj-main ul li .more:hover {
    background-color: #045fdb;
    border: 1px solid #045fdb;
}

.bj-main ul li .more:hover a {
    color: #f3ede8;
}

.bj-main ul li:hover {
    width: 1262px;
    height: 379px;
    margin: -9.5px 0 14.5px -31px;
    box-shadow: 6px 1px 16px 3px #ddd;
}

.yqlj {
    padding-top: 10px;
    height: 30px;
    background-color: #111111;
}

.yqlj p {
    font-size: 14px;
    color: #fff;
}

.yqlj p span {
    font-size: 16px;
}

.yqlj p a {
    font-size: 12px;
    color: #fff;
    margin-right: 5px;
}

@media screen and (max-width: 1450px) {
    .main {
        max-width: 1200px;
        margin: 0 auto;
    }

    .main.pin ul {
        width: 1200px;
        margin: 13px auto 0;
    }

    .main.pin ul li {
        float: left;
        width: 390px;
        height: 540px;
        background-color: #eeeeee;
        text-align: center;
        font-size: 0;
        position: relative;
    }

    .main.pin ul li:nth-child(2) {
        margin: 0 15px;
    }

    .gg .gg-n {
        width: 1200px;
    }
}

@media screen and (max-width: 1400px) {
    .top-nav > ul > li:nth-child(1) {
        margin-left: 1%;
    }

    .top-nav > ul > li {
        float: left;
        width: 8.9%;
        height: 45px;
        margin-right: 1.2%;
        text-align: center;
    }

    .main.pin > ul li:hover #zz {
        height: 300px;
    }
}

@media screen and (max-width: 1200px) {
    .header {
        width: 1200px;
    }

    .top-nav > ul {
        width: 1200px;
    }
}

.zp-nav ul li a:hover {
    background-color: #045fdb;
    color: #fff;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    background: transparent;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    width: 11px;
    height: 11px;
    opacity: 1;
    background-color: #fff;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 36px;
    left: 0;
    width: 100%;
}

div.mmm {
    height: 20px;
    font-size: 14px;
    color: #7D7D7D;
    float: right;
    color: #045fdb;
}

.pagination-box {
    margin-top: 20px;
    margin-bottom: 40px;
}

.pagination-inner li {
    border: 1px solid #ddd;
    color: #666;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin-left: 8px;
    width: 30px;
    text-align: center;
}

.pagination-inner li:first-child {
    margin-left: 0;
}

.pagination-inner li a {
    color: #666666;
    display: block;
    font-family: "Lato", sans-serif;
    font-weight: 500;
}

.pagination-inner li.active {
    background: #045fdb none repeat scroll 0 0;
    border-color: #045fdb;
    color: #fff;
}

.pagination-inner li:hover {
    background: #045fdb none repeat scroll 0 0;
    border-color: #045fdb;
    color: #fff;
}

.pagination-inner li:hover a {
    color: #fff;
}

.pagination-inner li a i {
    font-size: 20px;
    position: relative;
    top: 3px;
}

.pagination-inner li img {
}

.pagination-inner {
    text-align: center;
}

.new-body {
    width: 94%;
    max-width: 1200px;
    margin: 24px auto 0;
    font-size: 16px;
}

.new-body img {
}

.new-body > span {
    display: block;
    width: 95%;
    margin: 0 auto;
    line-height: 32px;
}

.new-top {
    height: 80px;
    padding-top: 20px;
    background-color: #f2f2f2;
    text-align: center;
    color: #045fdb;
}

.new-top p i {
    font-style: italic;
}

.new-top h2 {
    font-weight: normal;
}

.tb {

    height: 40px;
    margin: 40px auto;
}

.tb a {
    width: 50%;
    height: 100%;
    float: left;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 40px;
    background: #045fdb;
}

.tb a.bo {
    background: #045fdb;
}

.tb a:hover {
    background: #777;
}

.detail_pic {
    margin: 15px 0;
    text-align: center;
}

.detail_content {
    line-height: 2;
    font-size: 14px;
}

.recommend {
    max-width: 1200px;
    margin: 0 auto;
    background: #f9f9f9;
    margin-bottom: 40px;
    padding: 20px;
}

.recommend h2 {
    font-size: 22px;
    font-weight: normal;
    color: #000;
}

.recommend li {
    width: 33.3333%;
    float: left;
    box-sizing: border-box;
    font-size: 14px;
    border-right: 1px dashed #e3e3e3;
    border-bottom: 1px dashed #e3e3e3;
    padding: 15px;
}

.recommend li:nth-child(n+7) {
    border-bottom: 0;
}

.recommend li:nth-child(3n) {
    border-right: 0;
}

.recommend li h3 {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.recommend li p {
    font-size: 14px;
    margin: 5px 0;
    text-indent: 2em;
    color: #999;
}

.recommend li .date {
    color: #999;
}
.new-body{
    min-height: 600px;
}
/* m-header */
.zw_box {
    height: 50px;
}

.mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .5)
}

.nav {
    height: auto;
    bottom: 0;
    right: 0;
    z-index: 5
}

.mask,
.nav {
    display: none;
    width: 100%;
    position: fixed;
    top: 50px;
    background: transparent;
    transition: background .2s
}

.mask {
    height: auto;
    left: 0;
    z-index: 3;
    background-color: #fff;
    
}

.nav > ul {
    background: #ddd;
    width: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    overflow-x: hidden;
    transition: right .2s;
    opacity: 1
}

.nav > ul li {
    position: relative
}

.nav > ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #fff;
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
}

.nav > ul li > a > i {
    position: absolute;
    right: .5rem;
    top: 0;
    line-height: 1rem;
    font-size: 14px;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.nav > ul li > a.in > i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.nav > ul li ul {
    display: none
}

.nav > ul li ul a {
    font-size: .3rem
}

.nav.in {
    background: rgba(0, 0, 0, .5);
    visibility: visible
}

.nav.in ul {
    right: 0
}

.logo {
    background: #fff;
    width: 100%;
    text-align: center;
    position: fixed;
    z-index: 111;
}

.logo img {
    max-width: 80%;
    height: 50px;
    float: left;
    padding-left: 10px;
    box-sizing: border-box;
}

.menu {
    float: right;
    margin-right: 10px;
    width: 30px;
    height: 32px;
    margin-top: 15px;
}
.menu .menu-btn{
    margin-bottom: 6px;
    height: 2px;
    background-color: #444444;
    border-radius: 0.027rem;
}
.logo a, .logo a i {
    display: inline-block;
    font-size: 30px;
}
.m-header{
    display: none;
}
@media(max-width:768px){
    .header,.fot-nav{
        display: none;
    }
    .m-header{
        display: block;
    }
    #zp-nav ul li{
        float: left;
        width: 25%;
    }
    
}
@media(max-width:600px){
    .index_pro ul li{
        width: 48.5%;
        margin-right: 0;
    }
    .index_pro ul li:nth-child(odd){
        margin-right: 2%;
    }
    .index_pro ul li:last-child{
        display: none;
    }
    .index_news ul li{
        width: 100%;
        margin-right: 0;
    }
    .main.ph ul li{
        margin-bottom: 10px;
    }
    .tb{
        height: auto;
        margin: 10px 0;
    }
    .tb a{
        font-size: 14px;
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        height: 24px;
        line-height: 24px;
        overflow: hidden;
    }
    #zp-nav ul li{
        width: 48.5%;
        line-height: 24px;
        height: 24px;
        margin-right:3%;
    }
    #zp-nav ul li:nth-child(2n){
        margin-right: 0;
    }
    .main-top.q1{
        margin: 20px auto;
    }
    #zp-nav ul li a{
        font-size: 14px;
        line-height: 24px;
        height: 24px;
    }
    .new-top h2,.new-top{
        font-size: 16px;
    }
    .new-top{
        height: auto;
        padding: 10px 0;
    }
    .main-top.q1{
        font-size: 20px;
    }
}