﻿/*右侧边栏*/
#fullPage-nav {
    _display: none;
    font-size: 12px;
}

#fullPage-nav ul li {
    width: 21px;
    height: 21px;
    margin: 10px 0 0;
    text-align: center;
    vertical-align: middle;
}

#fullPage-nav ul li a {
    float: right;
    width: 21px;
    height: 21px;
    background: url(../images/dot1.png) center center no-repeat;
    margin-right: 0px;
}

#fullPage-nav ul li .active {
    width: 21px;
    height: 21px;
    background: url(../images/dot2.png) center center no-repeat;
    margin-right: 0px;
}

#fullPage-nav ul span {
    display: none;
}


/*section样式*/
.section {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 70;
}

.section .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.section .bg img {
    display: block;
    width: 100%;
    height: 100%;
}

/*第一屏banner*/
.section1 .slide {
    position: relative;
}

.section1 .slide img {
    display: block;
    width: 100%;
    height: 100%
}

.section1 .slide div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.section1 .slide div span {
    display: block;
    width: 1180px;
    text-align: left;
    margin: 0 auto;
    margin-top: 17%;
}

.section1 .slide div p {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 36px;
    margin-top: 1.5%;
}

#fullPage-nav ul li a.active span, .fp-slidesNav ul li a.active span {
    background: #CCC;
    width: 80px;
    height: 4px;
}






/*第二屏关于我们*/
.section2 {
    background: orange;
}

.sec2-tit {
    position: absolute;
    left: 50%;
    top: 17%;
    z-index: 10;
    width: 1200px;
    height: 40px;
    margin-left: -600px;
    text-align: center;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    transition: all 1s;
    color: #333;
}

.sec2-tit h2 {
    font-size: 24px;
    text-align: center;
    height: 35px;
    line-height: 25px;
    font-weight: 100;
}

.sec2-tit span {
    display: block;
    width: 55px;
    height: 2px;
    margin: 0 auto;
    color: #333;
    background: #73468f;
}

.sec2-tit p {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    color: #999;
    background: url(../images/about_xian.png) no-repeat center center
}

.sec2-psec {
    width: 1200px;
    position: absolute;
    left: 50%;
    top: 10%;
    margin-left: -600px;
    margin-top: 160px;
    font-size: 16px;
    opacity: 0;
    transition: all 1s;
}

/*过渡动画*/
.active .sec2-tit {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-delay: 0.7s;
}

.active .sec2-psec {
    opacity: 1;
    transition-delay: 1.7s;
}

/* 产品与服务*/
.section3 {
    background: green;
}

.sec3-tit {
    position: absolute;
    left: 50%;
    top: 17%;
    z-index: 10;
    width: 1200px;
    text-align: center;
    height: 40px;
    margin-left: -600px;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    transition: all 1s;
    color: #fff;
}

.sec3-tit h2 {
    font-size: 24px;
    text-align: center;
    height: 35px;
    line-height: 25px;
    font-weight: normal;
}

.sec3-tit span {
    display: block;
    width: 55px;
    height: 2px;
    margin: 0 auto;
    color: #fff;
    background: #fff;
}

.sec3-tit p {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: url(../images/cp_xian.png) center center no-repeat;
}


/*内容*/

.qc {
    clear: both
}

.cpbox {
    padding-top: 50px;
}

.cpli {
    background-image: url(/templets/images/cpfwbak.png);
    width: 164px;
    height: 44px;
    line-height: 44px;
    margin-top: 30px;
    font-size: 16px;
    color: #fff;
}
.cpli a{
    font-size: 16px;
    color: #fff;
}
.cpli:first-child
{
    margin-top: 0px;
}

.center1312 {
    float: left;
    width: 224px;
    height: 290px;
    margin-left: -284px;
    text-align: center;
    line-height: 100px;
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -ms-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s
}

.center1312 img {
    width: 224px;
    height: 290px;
    border-radius: 20px
}

.center13 {
    float: left;
    width: 224px;
    height: 290px;
    margin-left: 0px;
    text-align: center;
    line-height: 100px;
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -ms-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s
}

.center13 img {
    width: 224px;
    height: 290px;
    border-radius: 20px
}

.center131 {
    float: left;
    height: 300px;
    width: 240px;
    overflow: hidden;
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -ms-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s
}

section#features_teasers_wrapper .feature_teaser:hover .center13 {
    margin-left: 224px
}

section#features_teasers_wrapper .feature_teaser:hover .center1312 {
    margin-left: 0px
}

.center131 a {
    display: block;
    width: 100%;
    height: 100%
}

section#features_teasers_wrapper .feature_teaser h3 {
    font-size: 15px;
    line-height: 35px;
    height: 35px;
    color: #fff;
    width: 200px;
    border-radius: 3px;
    margin-top: 20px;
    margin-left: 20px
}

section#features_teasers_wrapper .feature_teaser:hover h3 {
    font-size: 15px;
    line-height: 35px;
    height: 35px;
    color: #fff;
    width: 200px;
    border-radius: 3px;
    background: #d49925;
    margin-top: 20px;
    margin-left: 20px
}

section#features_teasers_wrapper .feature_teaser h4 {
    font-size: 12px;
    color: #a9a9a9;
    font-weight: 100;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-top: 10px
}

section#features_teasers_wrapper .feature_teaser:hover h4 {
    font-size: 12px;
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0 10px;
    margin-top: 10px
}

section#features_teasers_wrapper .feature_teaser:hover p {
    display: block
}

.container {
    margin-right: auto;
    margin-left: auto
}

.container:after, .container:before {
    display: table;
    content: "";
    line-height: 0
}

h3, h4 {
    margin: 0 0;
    padding: 0;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility
}

section#features_teasers_wrapper {
    margin: 15px 0 45px 0
}

section#features_teasers_wrapper .feature_teaser {
    text-align: center
}

.into .contactusCon2 .leftSide {
    width: 1200px;
    margin: 0 auto
}

.into .contactusCon2 .zhaopinBoxindex {
    width: 100%;
    overflow: hidden;
    position: relative
}

.into .contactusCon2 .zhaopinBoxindex .slide_pic {
    width: 100%;
    height: 360px;
    overflow: hidden
}

.into .contactusCon2 .zhaopinBoxindex .slide_pic ul {
    width: 99999px
}

.into .contactusCon2 .zhaopinBoxindex .slide_pic li {
    float: left;
    overflow: hidden;
    width: 1200px
}

.into .contactusCon2 .zhaopinBoxindex .slide_left {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 550px;
    bottom: 0;
    background: url(../images/i_27.png) no-repeat
}

.into .contactusCon2 .zhaopinBoxindex .slide_right {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 550px;
    bottom: 0;
    background: url(../images/i_27.png) no-repeat -40px 0
}

.into .contactusCon2 .zhaopinBoxindex .slide_left:hover {
    background: url(../images/i_27H.png) no-repeat
}

.into .contactusCon2 .zhaopinBoxindex .slide_right:hover {
    background: url(../images/i_27H.png) no-repeat -40px 0
}

*/

/*过渡动画*/
.active .sec3-tit {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-delay: 0.7s;
}





/*第四屏新闻资讯*/
.section4 {
    /* background: yellow; */
}

.sec4-tit {
    position: absolute;
    left: 50%;
    top: 17%;
    z-index: 10;
    width: 1200px;
    text-align: center;
    height: 40px;
    margin-left: -600px;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    transition: all 1s;
    color: #333;
}

.sec4-tit h2 {
    font-size: 24px;
    text-align: center;
    height: 35px;
    line-height: 25px;
    font-weight: 100;
}

.sec4-tit span {
    display: block;
    width: 55px;
    height: 2px;
    margin: 0 auto;
    color: #fff;
    background: #73468f;
}

.sec4-tit p {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    color: #999;
    background: url(../images/news_xian.png) no-repeat center center;
}

.home-news {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    bottom: 20px;
    display: block;
    transition: all 2.5s;
    bottom: -80%;
    height: 65%;
}

/*内容*/
.news_bga {
    background: #373ea9;
    font-size: 35px;
    color: #fff;
    font-weight: bolder;
    font-family: Arial;
    line-height: 60px;
    height: 60px
}

.news_bgb {
    background: #292e80;
    font-size: 12px;
    color: #fff;
    line-height: 22px
}

.focus {
    position: relative;
    width: 580px;
    height: 366px;
    background-color: #000;
    float: left
}

.focus img {
    width: 580px;
    height: 366px
}

.focus .shadow .title {
    width: 260px;
    height: 65px;
    padding-left: 30px;
    padding-top: 20px
}

.focus .shadow .title a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    overflow: hidden
}

.focus .btn {
    position: absolute;
    bottom: 34px;
    left: 510px;
    overflow: hidden;
    zoom: 1
}

.focus .btn a {
    position: relative;
    display: inline;
    width: 13px;
    height: 13px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9
}

.focus .btn a.current, .focus .btn a:hover {
    cursor: pointer;
    background: #fc114a
}

.focus .fPic {
    position: absolute;
    left: 0;
    top: 0
}

.focus .D1fBt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10
}

.focus .shadow {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, .6);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
    display: block;
    text-align: left
}

.focus .shadow a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    margin-left: 12px;
    font-family: "\5FAE\8F6F\96C5\9ED1"
}

.focus .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
    background: #000
}

.focus .fcon img {
    display: block
}

.focus .fbg {
    bottom: 25px;
    right: 8px;
    position: absolute;
    height: 21px;
    text-align: center;
    z-index: 200
}

.focus .fbg div {
    margin: 8px auto 0;
    overflow: hidden;
    zoom: 1;
    height: 14px
}

.focus .D1fBt a {
    position: relative;
    display: inline;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 14px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9
}

.focus .D1fBt .current, .focus .D1fBt a:hover {
    background: #272a7c
}

.focus .D1fBt img {
    display: none
}

.focus .D1fBt i {
    display: none;
    font-style: normal
}

.focus .next, .focus .prev {
    position: absolute;
    width: 40px;
    height: 74px;
    background: url(../images/focus_btn.png) no-repeat
}

.focus .prev {
    top: 50%;
    margin-top: -66px;
    left: 0;
    background-position: 0 -74px;
    cursor: pointer
}

.focus .next {
    top: 50%;
    margin-top: -66px;
    right: 0;
    background-position: -40px -74px;
    cursor: pointer
}

.focus .prev:hover {
    background-position: 0 0
}

.focus .next:hover {
    background-position: -40px 0
}

/*动画*/
.active .sec4-tit {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-delay: 0.7s;
}

.active .home-news {
    bottom: 20px;
    transition-delay: 0.9s;
}

.active .news-tit {
    opacity: 1;
    transition-delay: 1.7s;
}



/*第五屏联系我们*/
.section6 {
    background: pink;
}

.sec6-tit {
    position: absolute;
    left: 50%;
    top: 17%;
    z-index: 10;
    width: 1200px;
    text-align: center;
    height: 40px;
    margin-left: -600px;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    transition: all 1s;
    color: #fff;
}

.sec6-tit h2 {
    font-size: 24px;
    text-align: center;
    height: 35px;
    line-height: 25px;
    font-weight: 100;
}

.sec6-tit span {
    display: block;
    width: 55px;
    height: 2px;
    margin: 0 auto;
    color: #fff;
    background: #fff;
}

.sec6-tit p {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: url(../images/lx_xian.png) no-repeat center center;
}

.home-footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 60px;
    transition: all 2.5s;
    bottom: -60px;
}

.home-footer p {
    text-align: center;
}

/*地图*/

.cn_gobuy {
    width: 600px;
    height: 320px;
    margin: auto;
    border: 0 solid #eee
}

.BMapLib_SearchInfoWindow {
    font: 12px arial, 宋体, sans-serif;
    position: absolute;
    border: 1px solid #999;
    background-color: #fff;
    cursor: default
}

.BMapLib_SearchInfoWindow form, .BMapLib_SearchInfoWindow li, .BMapLib_SearchInfoWindow ul {
    margin: 0;
    padding: 0
}

.BMapLib_SearchInfoWindow img {
    border: 0
}

.BMapLib_SearchInfoWindow ul {
    list-style: none
}

.BMapLib_SearchInfoWindow .BMapLib_bubble_top {
    border-bottom: 1px solid #ccc;
    height: 31px
}

.BMapLib_SearchInfoWindow .BMapLib_bubble_title {
    line-height: 30px;
    background-color: #f9f9f9;
    overflow: hidden;
    height: 30px;
    padding: 0 5px;
    font-size: 12px
}

.BMapLib_SearchInfoWindow .BMapLib_bubble_tools {
    padding-right: 5px;
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 64px;
    z-index: 10000
}

.BMapLib_SearchInfoWindow .BMapLib_bubble_tools div {
    float: right;
    height: 30px;
    width: 22px;
    cursor: pointer;
    background-color: #f9f9f9;
    cursor: pointer;
    overflow: hidden
}

.BMapLib_SearchInfoWindow .BMapLib_bubble_close {
    background: url(baidu/iw_close.gif) no-repeat center center
}

.BMapLib_SearchInfoWindow .BMapLib_sendToPhone {
    background: url(baidu/phone1.png) no-repeat center center;
    margin-right: 20px
}

.BMapLib_SearchInfoWindow .BMapLib_bubble_center {
    z-index: 3
}

.BMapLib_SearchInfoWindow .BMapLib_bubble_content {
    padding: 3px 5px;
    overflow-x: auto;
    overflow-y: hidden
}

.BMapLib_SearchInfoWindow .BMapLib_bubble_bottom {
    display: block;
    z-index: 2
}

.BMapLib_SearchInfoWindow .BMapLib_trans {
    z-index: 5;
    position: absolute;
    bottom: -31px
}

.BMapLib_SearchInfoWindow .BMapLib_nav {
    width: 100%;
    height: 75px;
    overflow: visibile;
    position: relative
}

.BMapLib_SearchInfoWindow .BMapLib_nav input {
    vertical-align: middle
}

.BMapLib_SearchInfoWindow .iw_bt, .BMapLib_SearchInfoWindow .iw_bt_down, .BMapLib_SearchInfoWindow .iw_bt_over {
    width: 48px;
    height: 26px;
    line-height: 18px;
    cursor: pointer;
    border: 0;
    padding: 0;
    background: url(baidu/iw_bg.png) no-repeat 0 -87px;
    vertical-align: middle
}

.BMapLib_SearchInfoWindow .iw_bt_over {
    background-position: -52px -87px
}

.BMapLib_SearchInfoWindow .iw_bt_down {
    background-position: -104px -87px;
    font-weight: 700
}

.BMapLib_search_text {
    width: 100%;
    height: 20px;
    line-height: 20px;
    border: 1px solid #a5acb2
}

.BMapLib_trans_text {
    width: 100%;
    height: 20px;
    line-height: 20px;
    border: 1px solid #a5acb2
}

.BMapLib_nav_tab {
    height: 30px;
    width: 100%;
    background: url(baidu/iw_bg.png) repeat-x 0 0
}

.BMapLib_nav_tab li {
    position: relative;
    float: left;
    width: 114px;
    height: 25px;
    padding-top: 5px;
    text-align: center;
    border-left: 1px solid #dadada;
    cursor: pointer;
    overflow: hidden;
    width: 33%
}

.BMapLib_nav_tab .BMapLib_icon {
    display: inline-block;
    position: relative;
    width: 10px;
    height: 15px;
    top: 3px;
    margin-right: 7px;
    background: url(baidu/iw_bg.png) no-repeat 0 -136px
}

.BMapLib_nav_tab .BMapLib_icon_tohere {
    background-position: -15px -136px
}

.BMapLib_nav_tab .BMapLib_icon_nbs {
    width: 14px;
    height: 14px;
    background-position: -30px -136px
}

.BMapLib_nav_tab li.BMapLib_first {
    border-left: 0
}

.BMapLib_nav_tab li:hover {
    text-decoration: none
}

.BMapLib_nav_tab li.BMapLib_current {
    color: #4d4d4d;
    cursor: default;
    background: url(baidu/iw_bg.png) repeat-x 0 -44px
}

.BMapLib_nav_tab_content li {
    padding: 10px 0 0 0;
    position: relative;
    height: 22px;
    font-family: "宋体"
}

.BMapLib_sms_tab_container {
    height: 35px;
    background: #fcfcfc;
    position: relative;
    z-index: 20;
    font-size: 12px;
    font-weight: 700;
    line-height: 35px;
    padding-left: 10px
}

.BMapLib_sms_pnl_phone {
    position: relative;
    z-index: 10;
    padding: 10px 15px 10px 15px;
    border-top: solid 1px #f2f2f2;
    font-size: 12px
}

.BMapLib_ap {
    float: left;
    width: 263px;
    height: 172px;
    overflow-x: hidden;
    overflow-y: auto
}

.BMapLib_ap th {
    text-align: right;
    font-weight: 400
}

.BMapLib_mp {
    background: #f6f6f6;
    padding: 10px;
    height: 152px;
    overflow-x: hidden;
    overflow-y: auto
}

.BMapLib_mp_title {
    font-weight: 700;
    height: 18px;
    line-height: 18px;
    padding-bottom: 5px
}

.BMapLib_msgContent {
    font-size: 12px:line-height:16px;
    word-break: break-all;
    word-wrap: break-word
}

.BMapLib_popup_close {
    padding: 10px;
    background: url(iw_close.gif) no-repeat center center transparent;
    border: 0 none;
    cursor: pointer;
    height: 13px;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 14px;
    z-index: 50
}

.BMapLib_sms_input {
    ime-mode: disabled
}

.BMapLib_sms_input_l {
    width: 90px
}

.BMapLib_sms_input_s {
    width: 35px
}

.BMapLib_sms_declare_phone {
    color: #707070
}

#BMapLib_sms_tip {
    color: red;
    padding-left: 20px
}

#BMapLib_success_tip {
    font-size: 12px;
    text-align: center;
    padding: 50px 0 20px 0;
    color: red
}

#BMapLib_activateTip {
    padding-left: 5px;
    color: red
}



/*动画*/
.active .sec6-tit {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-delay: 0.7s;
}

.active .home-footer {
    bottom: 0;
    transition-delay: 0.9s;
}