@charset "utf-8";
*,
*:before,
*:after {
        margin: 0;
        padding: 0;
        font-style: normal;
        list-style: none;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
}

html,
body {
        -webkit-touch-callout: none;
        -webkit-text-size-adjust: none;
        width: 100%;
}
#think_page_trace_open{
        display: none !important;
}
body {
        font-size: 14px;
        line-height: 1;
        color: #666;
        font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
        overflow-x: hidden;
        letter-spacing: 1px;
}

a {
        color: #666;
        text-decoration: none;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
}

a:active,
a:hover {
        outline: 0;
}

a:hover {
        color: #006db1;
        cursor: pointer;
        text-decoration: none;
}

.left {
        float: left;
}

.right {
        float: right;
}

.clearfix {
        width: 100%;
        clear: both;
        line-height: 0;
        display: block;
        overflow: hidden;
        zoom: 1;
        font-size: 0;
        content: '.';
}

.clear:after {
        width: 100%;
        clear: both;
        line-height: 0;
        display: block;
        overflow: hidden;
        zoom: 1;
        font-size: 0;
        content: '.';
}

table {
        border-collapse: collapse;
        border-spacing: 0;
        margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
        font-size: 100%;
        font-weight: normal;
}

img {
        vertical-align: middle;
}

input,
select,
textarea,
button {
        font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

textarea {
        overflow: auto;
}

input:focus,
textarea:focus,
button:focus,
select:focus {
        outline: 0;
}

input::-ms-clear {
        display: none;
}



/*header*/

.header {
        position: fixed;
        height: 70px;
        left: 0px;
        top: 0px;
        right: 0px;
        background: rgba(0, 0, 0, 0.8);
        z-index: 999;
}

.header .logo {
        float: left;
        padding: 10px 0 0 0;
}

.header .logo img {
        height: 50px;
        width: auto;
}

.header .nav {
        float: right;
        line-height: 24px;
}

.header .nav ul {
        float: left;
}

.header .nav ul li {
        float: left;
        position: relative;
}

.header .nav ul li span {
        color: #fff;
        padding: 0 20px;
        display: block;
        line-height: 70px;
}

.header .nav ul li:hover span {
        background: #006db1;
}

.header .nav ul li .sub {
        position: absolute;
        left: 0px;
        top: 70px;
        width: 100%;
        background: #006db1;
        display: none;
}

.header .nav ul li .sub a {
        display: block;
        overflow: hidden;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        border-top: 1px solid #0a5685;
}

.header .nav ul li .sub a:hover {
        background: #198939;
}

.header .nav .icon {
        float: left;
        margin: 0 0 0 10px;
        font-size: 20px;
        line-height: 70px;
        position: relative;
}

.header .nav .icon:before {
        background: #f0f0f1;
        width: 1px;
        height: 26px;
        position: absolute;
        left: 0px;
        top: 50%;
        margin-top: -13px;
        content: "";
}

.header .nav .icon a {
        color: #fff;
        margin-left: 20px;
}

.header .search {
        position: absolute;
        right: 0px;
        top: 70px;
        display: none;
}

.header .search input[type='text'] {
        width: 100%;
        height: 36px;
        border: 1px solid #eee;
        padding: 0 10px;
        float: left;
}

.header .search button {
        position: absolute;
        right: 0px;
        top: 0px;
        border: 0;
        background: #006db1;
        height: 36px;
        color: #fff;
        width: 36px;
        font-size: 18px;
        cursor: pointer;
}

.header .navbut {
        display: none;
        position: absolute;
        top: 0px;
        right: 0px;
        color: #fff;
        font-size: 30px;
        line-height: 50px;
}

.header,
.header .nav ul li span {
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
}

.header:hover {
        background: rgba(0, 0, 0, 1);
}



/*foot*/

.foot {
        background: #eaecee;
        padding: 60px 0;
        overflow: hidden;
        color: #1f1a17;
        position: relative;
}

.foot .foot_cont {
        position: relative;
        width: 42%;
        margin-top: 40px;
}

.foot .foot_cont .tab {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 80px;
        z-index: 1;
}

.foot .foot_cont .tab li {
        cursor: pointer;
        margin: 22px 0 0 0;
        line-height: 1;
}

.foot .foot_cont .tab li:first-child {
        margin: 0;
}

.foot .foot_cont .tab li.on {
        font-weight: bold;
}

.foot .foot_cont .nr {
        min-height: 166px;
        position: relative;
        padding: 0 0 0 65px;
}

.foot .foot_cont .nr li {
        display: none;
        position: absolute;
        left: 65px;
        right: 0;
        bottom: 0px;
        top: -6px;
        line-height: 2;
}

.foot .foot_cont .nr li p {
        position: relative;
        padding: 0 10px 0 75px;
        z-index: 1;
}

.foot .foot_cont .nr li .add:before {
        position: absolute;
        left: 0px;
        top: 0px;
        content: "ADD：";
}

.foot .foot_cont .nr li .tel:before {
        position: absolute;
        left: 0px;
        top: 0px;
        content: "TEL：";
}

.foot .foot_cont .nr li i {
        position: absolute;
        z-index: 1;
        right: 0px;
        bottom: 10px;
        font-size: 40px;
        cursor: pointer;
}

.foot .foot_left {
        width: 55%;
}

.foot .foot_left .sbt {
        overflow: hidden;
        font-size: 20px;
        text-transform: uppercase;
}

.foot .foot_left .foot_nav {
        overflow: hidden;
}

.foot .foot_left .foot_nav a {
        color: #1f1a17;
        margin-left: 30px;
}

.foot .foot_left .foot_nav a:first-child {
        margin-left: 0px;
}

.foot .foot_left .foot_nav a:hover {
        color: #006db1;
}

.foot .foot_fd {
        position: absolute;
        right: 0px;
        top: -35px;
        color: #1f1a17;
}

.foot .foot_fd i {
        margin-left: 5px;
}

.foot .foot_fd:hover {
        color: #006db1;
}



/*tanmap*/

.tanmap {
        position: fixed;
        left: 0px;
        top: 0px;
        bottom: 0px;
        right: 0px;
        z-index: 9999;
        background: #fff;
        overflow: hidden;
        display: none;
}

.tanmap .bt {
        overflow: hidden;
        background: #006db1;
        height: 50px;
        line-height: 50px;
        color: #fff;
}

.tanmap .bt span {
        float: left;
        padding: 0 0 0 20px;
        font-weight: bold;
}

.tanmap .bt i {
        float: right;
        line-height: 50px;
        font-size: 20px;
        cursor: pointer;
        width: 50px;
        text-align: center;
}

.tanmap #allmap {
        width: 100%;
        height: 100%;
}

.tanmap img {
        transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
}



/*banner*/

.banner {
        width: 100%;
        height: 100%;
        line-height: 2;
}

.banner .swiper-slide {
        width: 100%;
        height: 100%;
}

.banner .swiper-slide img {
        width: 100%;
        height: 100%;
}

.banner .swiper-slide .flexq {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        color: #fff;
}

.banner .swiper-slide .text1 {
        font-size: 40px;
}

.banner .swiper-slide .text2 {
        font-size: 50px;
}

.banner .swiper-slide .text3 {
        overflow: hidden;
        padding: 20px 0 0 0;
}

.banner .swiper-slide .text3 a {
        display: block;
        overflow: hidden;
        float: left;
        width: 50px;
        height: 50px;
        background: url(../images/icon_down.png) no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
        -webkit-animation-duration: 2.5s;
        animation-duration: 2.5s;
}

.banner .swiper-slide .fdnr {
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 50%;
        font-size: 20px;
        padding: 15px 40px;
        background: #fff;
        border-bottom: 1px solid #f6f6f6;
}

.banner .pagination {
        position: absolute;
        left: 0px;
        bottom: 15%;
        right: 0px;
}

.banner.swiper-container-horizontal>.swiper-pagination-bullets {
        left: 0%;
        right: 0px;
        overflow: hidden;
        bottom: 0%;
}

.banner .swiper-pagination-bullet {
        background: #fff;
        width: 60px;
        height: 3px;
        display: block;
        float: left;
        border-radius: 0;
        margin: 0 8px 0 0;
}

.bannerer {
        width: 100%;
        height: 100%;
}

.bannerer .swiper-slide {
        width: 100%;
        height: 100%;
}

.bannerer .swiper-slide img {
        width: 100%;
        height: 100%;
}

.bannerer .swiper-pagination-bullet {
        border: 1px solid #fff;
        background: none;
        width: 12px;
        height: 12px;
        opacity: 1;
}

.bannerer .swiper-pagination-bullet-active {
        background: #fff;
}

.bannerer.swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 20px;
}

.bannerer.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 10px;
}



/*index*/

.index_er {
        position: relative;
        z-index: 9;
        height: 100%;
        overflow: hidden;
        padding: 70px 0 0 0;
        line-height: 2;
}

.index_er .index_erleft {
        position: absolute;
        left: 0px;
        top: 70px;
        bottom: 0px;
        width: 50%;
}

.index_er .index_erleft .bt {
        overflow: hidden;
}

.index_er .index_erleft .bt span {
        float: right;
        width: 200px;
        height: 150px;
        background: #716f62;
        font-size: 40px;
        color: #fff;
}

.index_er .index_erleft>.flex {
        position: absolute;
        left: 35%;
        top: 150px;
        right: 5%;
        bottom: 0px;
        text-align: left;
}

.index_er .index_erleft .tit {
        font-weight: bold;
        padding: 0 0 10px 0;
}

.index_er .index_erright {
        width: 50%;
        float: right;
}

.index_er .index_erright .bt {
        overflow: hidden;
        height: 150px;
        padding: 25px 0 0 40px;
}

.index_er .index_erright .bt span {
        font-size: 20px;
        display: block;
        overflow: hidden;
        padding: 0 0 10px 0;
}

.index_er .index_erright .bt a {
        overflow: hidden;
        border: 1px solid #716f61;
        color: #716f61;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 42px;
        height: 42px;
        line-height: 40px;
        text-align: center;
        font-size: 20px;
        display: inline-block;
}

.index_er .index_erright .bt a:hover {
        background: #716f61;
        color: #fff;
}

.index_news {
        overflow: hidden;
        padding: 40px 0 0 0;
}

.index_news .tit {
        font-size: 20px;
        overflow: hidden;
        line-height: 2;
}

.index_news .tit span {
        font-size: 40px;
        display: block;
        overflow: hidden;
        position: relative;
        padding: 0 0 10px 0;
        margin: 0 0 16px 0;
}

.index_news .tit span:before {
        width: 58px;
        height: 2px;
        background: #716f61;
        display: block;
        content: "";
        position: absolute;
        left: 0px;
        bottom: 0px;
}

.index_news ul {
        margin: 0 -14px;
        position: relative;
        overflow: hidden;
        padding: 30px 0 0 0;
}

.index_news ul li {
        float: left;
        width: 33.33333333333333%;
        padding: 0 14px;
}

.index_news ul li .pic {
        display: block;
        overflow: hidden;
}

.index_news ul li .pic img {
        transition: all 2s;
        -moz-transition: all 2s;
        -webkit-transition: all 2s;
        -o-transition: all 2s;
}

.index_news ul li .pic img:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
}

.index_news ul li .abt {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 20px;
        padding: 15px 0 10px 0;
}

.index_news ul li p {
        height: 48px;
        line-height: 24px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp:2;
        overflow: hidden;
}

.index_news ul li .amore {
        border-top: 1px solid #c1c1c0;
        display: block;
        overflow: hidden;
        text-align: right;
        padding: 10px 0 0 0;
        margin: 20px 0 0 0;
}

.index_news ul li .amore i {
        margin-left: 5px;
}

.index_news .newsmore{
        text-align: right;
        overflow: hidden;
        border-top: 1px solid #c1c1c0;
        margin:20px 0 0 0;
        padding: 20px 0 0 0;
}

.index_news .newsmore i{
        margin-left: 5px;
}



/*faz*/

.faz {
        padding: 40px 0 0 3%;
        overflow: hidden;
}

.faz_list {
        padding: 40px 0;
        width: 40%;
        float: left;
        position: relative;
}

.faz_list:before {
        width: 1px;
        position: absolute;
        left: 14px;
        top: 25px;
        bottom: 25px;
        background: #e7e7e7;
        content: "";
}

.faz_list .swiper-container {
        height: 500px;
}

.faz_list .swiper-slide {
        width: 100%;
        height: auto;
        float: left;
        position: relative;
        padding: 0 0 30px 40px;
        line-height: 1.5;
        cursor: pointer;
}

.faz_list .swiper-slide .tb {
        width: 20px;
        height: 20px;
        border: 1px solid #000;
        padding: 4px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        display: block;
        position: absolute;
        left: 5px;
        top: 5px;
}

.faz_list .swiper-slide .tb i {
        display: block;
        overflow: hidden;
        background: #000;
        width: 10px;
        height: 10px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
}

.faz_list .swiper-slide .sbt {
        font-size: 20px;
        overflow: hidden;
        line-height: 30px;
        padding: 0 0 10px 0;
}

.faz_list .swiper-slide .snr {
        overflow: hidden;
}

.faz_list .swiper-slide.on {
        color: #006db1;
}

.faz_list .swiper-slide.on .tb {
        border: 1px solid #006db1;
}

.faz_list .swiper-slide.on .tb i {
        background: #006db1;
}

.faz_list .lprev,
.faz_list .lnext {
        position: absolute;
        left: 0px;
        display: block;
        overflow: hidden;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 30px;
        text-align: center;
}

.faz_list .lprev {
        top: 0px;
}

.faz_list .lnext {
        bottom: 0px;
}

.faz_xun {
        width: 55%;
        float: right;
        line-height: 2;
        padding: 60px 0 0 0;
        overflow: hidden;
}


.faz_xun .faz_pic {
        position: relative;
}

.faz_xun .faz_pic span {
        display: block;
        overflow: hidden;
        text-align: right;
        font-size: 20px;
        padding: 10px 0;
}

.faz_xun .faz_pic .next,
.faz_xun .faz_pic .prev {
        position: absolute;
        top: 50%;
        z-index: 9;
        font-size: 30px;
        color: #fff;
        background: #1f1a17;
        width: 40px;
        height: 40px;
        line-height: 38px;
        text-align: center;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        margin-top: -20px;
}


.faz_xun .faz_pic .next {
        right: 10px;
        padding: 0 0 0 2px;
}

.faz_xun .faz_pic .prev {
        left: 10px;
        padding: 0 4px 0 0;
}

.faz_xun .faz_pic .prevStop,
.faz_xun .faz_pic .nextStop {
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
}

.faz_xun .sbt {
        font-size: 20px;
        padding: 30px 0 0 0;
        overflow: hidden;
}

.faz_xun .scs {
        border-bottom: 1px dashed #ccc;
        border-top: 1px dashed #ccc;
        margin: 10px 0;
        padding: 10px 0;
}

.faz_xun .scs span {
        margin-left: 20px;
}

.faz_xun .scs span:first-child {
        margin-left: 0px;
}



/*hengblue_tb*/

.hengblue_tb {
        background: #75c5f0;
        color: #fff;
        padding: 3% 0;
        position: absolute;
        top: 70px;
        width: 100%;
}

.hengblue_tb li {
        font-size: 16px;
        line-height: 34px;
        padding: 0 25px;
        position: relative;
}

.hengblue_tb li .pic {
        float: left;
        margin: 0 10px 0 0;
        position: relative;
}

.hengblue_tb li .pic img {
        width: 84px;
        height: 84px;
        float: left;
}

.hengblue_tb li p {
        float: left;
}

.hengblue_tb li span {
        display: block;
        overflow: hidden;
        font-size: 24px;
        margin: 10px 0 0 0;
}



/*pagebody*/

.pgall {
        width: 100%;
        height: 100%;
        padding: 240px 0 0 0;
}

.pagebody {
        overflow: hidden;
        padding: 50px 0 50px 0;
        line-height: 2;
}

.pagebody .tit {
        overflow: hidden;
        color: #75c5f0;
        text-align: center;
        font-size: 40px;
        padding: 0 0 20px 0;
}

.pagebody .smwp {
        max-width: 1000px;
        margin: 0 auto;
}

.pagebody .smwp p {
        padding: 6px 0;
}



/*video*/

.videojs {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
        background: #000;
	background-size: 100% 100%;
	object-fit: fill;
}

.videojs img {
        width: 100%;
        height: 100%;
        float: left;
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transition: all 2s;
        -moz-transition: all 2s;
        -webkit-transition: all 2s;
        -o-transition: all 2s;
}

.videojs i {
        color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 80px;
        height: 80px;
        line-height: 78px;
        font-size: 40px;
        border: 2px solid #fff;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        padding: 0 0 0 8px;
        z-index: 1;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        margin: -40px 0 0 -40px;
        cursor: pointer;
}

.videojs .fa-pause {
        display: none;
        opacity: 0;
        font-size: 30px;
        padding: 0 0 0 2px;
}

.videojs i:hover {
        background: #fff;
        color: #006db1;
}

.videojs i.hei {
        color: white;
        border: 2px solid white;
}

.videojs i.hei:hover {
        background: #fff;
        color: #006db1;
}

.videojs video {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        background: #000;
}

.videojs.on video {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
}

.videojs.play .fa-play {
        display: none;
}

.videojs.play .fa-pause {
        display: block;
}

.videojs.play .fa-pause:hover {
        opacity: 1;
}

.videojs.pause .fa-play {
        display: block;
}

.videojs.on.pause .hei {
        color: #fff;
        border: 2px solid #fff;
}

.videojs.on.pause .hei:hover {
        background: #fff;
        color: #006db1;
}

.videojs.pause .fa-pause {
        display: none;
}



/*erxun*/

.erxun {
        overflow: hidden;
}

.erxun li {
        background: #efeeee;
        overflow: hidden;
        margin: 20px 0 0 0;
        position: relative;
}

.erxun li .pic {
        position: relative;
        float: left;
        width: 50%;
        overflow: hidden;
}

.erxun li .pic img {
        width: 100%;
        height: auto;
        transition: all 2s;
        -moz-transition: all 2s;
        -webkit-transition: all 2s;
        -o-transition: all 2s;
}

.erxun li .pic:hover img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
}

.erxun li .flex {
        width: 50%;
        height: 100%;
        position: absolute;
        right: 0px;
        top: 0px;
        padding: 4%;
        overflow: hidden;
        line-height: 2;
}

.erxun li .sbt {
        font-size: 20px;
        padding: 0 0 10px 0;
        font-weight: bold;
}

.erxun li .bjblue {
        background: #50b7e4;
        color: #fff;
}

.erxun li:nth-child(even) .pic {
        float: right;
}

.erxun li:nth-child(even) .flex {
        left: 0px;
        right: auto;
}



/*sanxun*/

.sanxun {
        background: #efeeee;
        overflow: hidden;
        padding: 4%;
}

.sanxun li {
        overflow: hidden;
        width: 33.3333333333%;
        float: left;
        padding: 0 5%;
        color: #838281;
        line-height: 2;
}

.sanxun li img {
        width: 70%;
        height: auto;
        margin: 0 auto;
        display: block;
}

.sanxun li i {
        border: 6px solid #efeeee;
        background: #75c5f0;
        display: block;
        margin: -13px auto 0 auto;
        position: relative;
        z-index: 1;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 26px;
        height: 26px;
}

.sanxun li span {
        color: #31b2ea;
        display: block;
        overflow: hidden;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        padding: 10px 0;
}



/*sixun*/

.sixun {
        padding: 0 2%;
        overflow: hidden;
        text-align: left;
}

.sixun li {
        width: 25%;
        float: left;
        overflow: hidden;
        padding: 0 3%;
        line-height: 1.6;
}

.sixun li span {
        display: block;
        overflow: hidden;
        text-align: center;
        font-size: 20px;
        padding: 15px 0 10px 0;
}

.sixun li p {
        color: #888;
        display: block;
        overflow: hidden;
        padding: 0 10%;
}



/*pageall*/

.page_box {
        position: relative;
        width: 100%;
        height: 100%;
        color: #fff;
        line-height: 2;
        text-align: center;
}

.page_box .page_bj {
        width: 100%;
        height: 100%;
        overflow: hidden;
}

.page_box .page_bj img {
        width: 100%;
        height: 100%;
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transition: all 2s;
        -moz-transition: all 2s;
        -webkit-transition: all 2s;
        -o-transition: all 2s;
}

.page_box .waptb {
        display: none;
}

.page_box .wappicrg {
        display: none;
}

.page_box .wap {
        display: none;
}

.page_box .bt {
        line-height: 1.5;
        padding: 0 0 15px 0;
        font-size: 40px;
        letter-spacing: 3px;
}

.page_box .info {
        padding: 0 0 20px 0;
        font-size: 20px;
        max-width: 850px;
        margin: 0 auto;
}

.page_box .info hr {
        background: none;
        display: block;
        width: 100%;
        height: 0px;
        border: 0px;
        padding: 0px;
        margin: 0px;
        line-height: 0px;
}

.page_box .box {
        width: 35%;
        float: left;
        text-align: left;
}

.page_box .box>i {
        width: 50px;
        height: 2px;
        background: #fff;
        display: block;
        overflow: hidden;
        margin: 20px 0;
}

.page_box .more {
        text-align: center;
        overflow: hidden;
        font-size: 20px;
}

.page_box .more img {
        display: none;
}

.page_box .more a {
        padding: 0 28px;
        border: 1px solid #fff;
        color: #fff;
        display: inline-block;
}

.page_box .more a:hover {
        background: #fff;
        color: #006db1;
}

.page_box .fd {
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        right: 0px;
        padding: 70px 0 0 0;
        z-index: 5;
}


.page_box .fd.kjs3 {
        padding-bottom: 10%;
}

.page_box .fd.kja1 {
        top: auto;
}

.page_box .fd.kja1 .left {
        background: rgba(135, 136, 25, 0.5);
        width: 70%;
        height: 80px;
        float: left;
}

.page_box .fd.kja1 .right {
        font-size: 30px;
        background: rgba(197, 203, 4, 0.5);
        width: 30%;
        float: right;
        text-align: right;
        line-height: 80px;
        padding-right: 20px;
}

.page_box .fd.kja2 {
        padding-bottom: 12%;
}

.page_box .fd.kja2 .waptb {
        display: block;
        padding: 0 0 15px 0;
}

.page_box .fd.kja2 .bt {
        font-size: 50px;
        padding: 0px;
}

.page_box .fd.kja2 .info {
        font-size: 40px;
}

.page_box .fd.kja5 {
        color: #666;
        text-align: left;
}

.page_box .fd.kja5 .left {
        width: 50%;
}

.page_box .fd.kja5 ul li {
        float: left;
        padding: 30px 30px 0 0;
        width: 50%;
        color: #6ca0d3;
        line-height: 28px;
}

.page_box .fd.kja5 ul li .pic {
        float: left;
        position: relative;
        margin-right: 10px;
}

.page_box .fd.kja5 ul li .pic img {
        float: left;
        width: auto;
        height: 84px;
}

.page_box .fd.kja5 ul li .pic:before {
        display: block;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        right: 0px;
        border: 1px solid #74a6d6;
        -webkit-animation: pulsfds 4s infinite;
        animation: pulsfds 4s infinite;
}

.page_box .fd.kja5 .right {
        width: 40%;
}

.page_box .fd.kja6 {
        top: 8%;
        bottom: auto;
}


.page_box .fd.kja7 .bt {
        font-size: 50px;
        padding: 0px;
}

.page_box .fd.kja7 .info {
        font-size: 40px;
}

.page_box .fd.kja8 .bt {
        font-size: 50px;
        padding: 0px;
}

.page_box .fd.kja8 .info {
        font-size: 40px;
}


.page_box .fd.kjn1 {
        top: auto;
}

.page_box .fd.kjn1 .left {
        background: rgba(0, 160, 233, 0.5);
        width: 68%;
        padding: 0 0 0 50px;
        font-size: 30px;
        line-height: 70px;
        float: left;
        text-align: left;
}

.page_box .fd.kjn1 .right {
        font-size: 20px;
        background: rgba(29, 32, 136, 0.5);
        width: 32%;
        text-align: right;
        padding: 0 25px 0 0;
        line-height: 70px;
        float: right;
}


.page_box .fd.kjk3 {
        color: #666;
}

.page_box .fd.kjk4 {
        text-align: left;
}

.page_box .fd.kjk4 .left {
        width: 55%;
}

.page_box .fd.kjk4 .right {
        width: 35%;
}


.page_box .fd.kjj1 .info {
        font-size: 14px;
        text-align: left;
}

.page_box .fd.kjj2 .info {
        font-size: 14px;
}

.page_box .fd.kjj2 ul li {
        width: 48%;
        overflow: hidden;
}

.page_box .fd.kjj2 ul li .sbt {
        background: #e77817;
        line-height: 50px;
        height: 50px;
        overflow: hidden;
        position: relative;
        color: #fff;
        padding: 0 20px;
        z-index: 1;
}

.page_box .fd.kjj2 ul li .sbt span {
        float: left;
        font-size: 20px;
}

.page_box .fd.kjj2 ul li .sbt em {
        float: right;
}

.page_box .fd.kjj2 ul li .sbt i {
        margin-left: 5px;
}

.page_box .fd.kjj2 ul li img {
        transition: all 2s;
        -moz-transition: all 2s;
        -webkit-transition: all 2s;
        -o-transition: all 2s;
}

.page_box .fd.kjj2 ul li:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
}

.page_box .fd.kjj2 ul li:last-child .sbt {
        background: #75c5f0;
}

.page_box .fd.kjp1 {
        color: #75c5f0;
        text-align: left;
}

.page_box .fd.kjp1 .box>i {
        background: #75c5f0;
}

.page_box .fd.kjp2 .pic1 {
        display: none;
}

.page_box .fd.kjp2 .pic2 {
        display: none;
}

.page_box .fd.kjp2 .right {
        width: 55%;
        padding: 11% 0 0 0;
}

.page_box .fd.kjp4 {
        padding-bottom: 12%;
}
.page_box .fd.kjp4 .waptb{
        display: block;
        padding: 0 0 15px 0;
}

.page_box .fd.kjp4 .bt {
        font-size: 50px;
        padding: 0px;
}
.page_box .fd.kjp4 .info {
        font-size: 40px;
}

.page_box .fd.kjp6 .right {
        width: 55%;
        text-align: left;
}

.page_box .fd.kjp6 .right span {
        font-size: 40px;
        padding: 0 0 20px 0;
        display: block;
        overflow: hidden;
}

.page_box .fd.kjp8 {
        padding-bottom: 12%;
}
.page_box .fd.kjp8 .waptb{
        display: block;
        padding: 0 0 15px 0;
}
.page_box .fd.kjp8 .bt{
        font-size: 50px;
        padding: 0px;
}

.page_box .fd.kjp8 .info {
        font-size: 40px;
}


.page_box .fd.kjp9 {
        top: 15%;
}


.page_box .dy1 {
        position: absolute;
        left: 0px;
        bottom: 5%;
        right: 0px;
}

.page_box .dy1 li {
        float: left;
        line-height: 60px;
        font-size: 20px;
        padding: 0 15px;
}

.page_box .dy1 li svg {
        float: left;
        height: 60px;
        width: 48px;
        margin-right: 15px;
}

.page_box .dy1 li img {
        float: left;
        height: 40px;
        width: 32px;
        margin-right: 10px;
        display: none;
}

.page_box .dy1 li p {
        float: left;
}


.page_box .dy2 {
        position: absolute;
        left: 0px;
        bottom: 5%;
        right: 0px;
}

.page_box .dy2 li {
        float: left;
        line-height: 30px;
        padding: 0 15px;
        text-align: left;
}

.page_box .dy2 li svg {
        float: left;
        height: 60px;
        width: 48px;
        margin-right: 15px;
}

.page_box .dy2 li img {
        height: 40px;
        width: 32px;
        margin: 0 auto;
        display: none;
}

.page_box .dy2 li p {
        float: left;
}

.page_box .dy2 li b {
        display: block;
        overflow: hidden;
}

.page_box .dy3 {
        position: absolute;
        left: 0px;
        bottom: 5%;
        right: 0px;
        color: #666;
}

.page_box .dy3 li {
        float: left;
        line-height: 30px;
        padding: 0 15px;
        text-align: left;
}

.page_box .dy3 li img {
        float: left;
        height: 60px;
        width: auto;
        margin-right: 15px;
}

.page_box .dy3 li p {
        float: left;
}

.page_box .dy3 li b {
        display: block;
        overflow: hidden;
}

.page_box .dy4 {
        position: absolute;
        left: 0px;
        top: auto;
        bottom: 5%;
        right: 0px;
        text-align: left;
        background: none;
        padding: 0px;
        z-index: 6;
}

.page_box .dy4 li a {
        color: #fff;
}

.page_box .dy4 li .pic img {
        height: 60px;
        width: 60px;
        margin: 12px 0 0 0;
}

.page_box .dy5 {
        position: absolute;
        left: 0px;
        bottom: 5%;
        right: 0px;
}

.page_box .dy5 li {
        float: left;
        line-height: 60px;
        font-size: 20px;
        padding: 0 15px;
}

.page_box .dy5 li svg {
        float: left;
        height: 60px;
        width: 48px;
        margin-right: 15px;
}

.page_box .dy5 li img {
        float: left;
        height: 40px;
        width: 32px;
        margin-right: 10px;
        display: none;
}

.page_box .dy5 li p {
        float: left;
}




/*qiy_list*/

.qiy_list ul {
        overflow: hidden;
        margin: 30px -20px -20px -20px;
        position: relative;
}

.qiy_list ul li {
        float: left;
        padding: 20px;
        width: 33.3333333333%;
        overflow: hidden;
        line-height: 24px;
}

.qiy_list ul li>span {
        display: block;
        overflow: hidden;
        font-size: 30px;
        line-height: 1.5;
        padding: 10px 0 0 0;
}

.qiy_list ul li b {
        display: block;
        overflow: hidden;
        font-size: 20px;
        line-height: 1.5;
        padding: 5px 0 5px 0;
}

.qiy_list ul li i {
        color: #75c5f0;
        font-size: 20px;
        line-height: 1.5;
}

.qiy_list ul li .pic {
        position: relative;
        overflow: hidden;
        background: #eee;
        transition: all 0.6s;
        -moz-transition: all 0.6s;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
}

.qiy_list ul li .pic img {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
}

.qiy_list ul li .pic span {
        text-align: center;
        color: #fff;
        width: 100%;
        line-height: 40px;
        font-size: 20px;
        position: absolute;
        top: 50%;
        margin-top: -20px;
        left: 0px;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        transition: all 0.6s;
        -moz-transition: all 0.6s;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
}

.qiy_list ul li .pic:hover {
        background: #75c5f0;
}

.qiy_list ul li .pic:hover span {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
}

.qiy_list ul li.clear {
        padding: 0px;
        width: 100%;
        display: none;
}



/*news_box*/

.news_box {
        background: #f5f5f5;
        overflow: hidden;
}

.news_box .left {
        background: #efeeee;
        width: 68%;
        padding: 0 50px 50px 50px;
        overflow: hidden;
}

.news_box .right {
        width: 32%;
        padding: 0 25px;
        overflow: hidden;
}

.news_box .newslist {
        padding: 30px 0 50px 0;
}

.news_box .newslist li {
        border-bottom: 1px solid #dededd;
        padding: 20px 0;
        position: relative;
}

.news_box .newslist li .title {
        padding: 0 0 5px 0;
        line-height: 1.6;
        font-size: 20px;
}

.news_box .newslist li em {
        color: #c2c1c1;
        font-size: 40px;
        font-family: "Courier New";
        line-height: 1.2;
}

.news_box .newslist li>p {
        line-height: 24px;
}

.news_box .newslist li:before {
        background: #737163;
        width: 50px;
        height: 3px;
        content: "";
        position: absolute;
        left: 0px;
        bottom: -2px;
}

.news_box .newsxun dt {
        border-bottom: 1px solid #a3be1f;
        padding: 20px 0;
        position: relative;
        margin: 0 0 10px 0;
}

.news_box .newsxun dt .title {
        padding: 0 0 5px 0;
        line-height: 1.6;
        font-size: 20px;
}

.news_box .newsxun dt>p {
        line-height: 24px;
}

.news_box .newsxun dt em {
        color: #c2c1c1;
        font-size: 40px;
        font-family: "Courier New";
        line-height: 1.2;
        text-align: right;
        display: block;
        overflow: hidden;
}

.news_box .newsxun dt .m {
        margin: 10px 0 0 0;
        display: inline-block;
}

.news_box .newsxun dt:before {
        background: #00923f;
        width: 50px;
        height: 3px;
        content: "";
        position: absolute;
        left: 0px;
        bottom: -2px;
}

.news_box .newsxun dd {
        line-height: 1.6;
        padding: 10px 0 0 0;
        overflow: hidden;
}



/*renc*/

.renc_body {
        overflow: hidden;
        padding: 50px 0;
}

.renc_body .left {
        overflow: hidden;
        width: 30%;
}

.renc_body .left ul {
        overflow: hidden;
        border-right: 1px solid #c2c1c1;
        margin: 15px 0 0 0;
        padding: 0 15% 0 0;
}

.renc_body .left ul li {
        overflow: hidden;
        padding: 15px 0;
        color: #c8c9c9;
        line-height: 1.8;
}

.renc_body .left ul li b {
        color: #aaa;
        font-size: 20px;
}

.renc_body .right {
        overflow: hidden;
        width: 66%;
        line-height: 1.9;
}

.renc_body .right .tit1 {
        overflow: hidden;
        font-weight: bold;
        font-size: 30px;
}

.renc_body .right .tit2 {
        overflow: hidden;
        font-weight: bold;
        font-size: 20px;
        padding: 25px 0 0 0;
}

.renc_body .right .nr1 {
        overflow: hidden;
        font-size: 20px;
}

.renc_body .right .nr2 {
        overflow: hidden;
        counter-reset: sectioncounter;
}

.renc_body .right .nr2 p {
        overflow: hidden;
        position: relative;
        display: block;
}

.renc_body .right .nr3 {
        overflow: hidden;
        font-size: 20px;
        line-height: 1.6;
        padding: 25px 0 0 0;
}

.renc_body .backhome {
        overflow: hidden;
        width: 100%;
        padding: 30px 0 0 0;
}

.renc_body .backhome a {
        display: block;
        overflow: hidden;
        float: right;
        border-bottom: 1px solid #aaa9a9;
        border-top: 1px solid #aaa9a9;
        line-height: 40px;
        font-size: 20px;
        color: #aaa9a9;
}

.renc_body .backhome a i {
        margin: 0 5px 0 0;
}

.renc_body .backhome a:hover {
        background: #006db1;
        color: #fff;
        padding: 0 10px;
}



/*cpall*/

.fdmenu {
        position: fixed;
        left: 0px;
        top: 70px;
        width: 100%;
        overflow: hidden;
        z-index: 888;
        display: none;
}

.fdmenubor {
        border-bottom: 1px solid #c4c3c3;
}

.cptab {
        overflow: hidden;
}

.cptab li {
        width: 25%;
        padding: 0 2px;
}

.cptab li span {
        background: #c2c1c1;
        color: #fff;
        font-size: 20px;
        line-height: 50px;
        text-align: center;
        display: block;
        overflow: hidden;
        cursor: pointer;
}

.cptab li.on span {
        background: #716f61;
}

.cptab li:first-child {
        padding: 0 2px 0 0;
}

.cptab li:last-child {
        padding: 0 0 0 2px;
}

.cpmenu {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100%;
}

.cpmenu .cpban {
        width: 100%;
        height: 100%;
}

.cpmenu .cpban li {
        width: 100%;
        height: 100%;
}

.cpmenu .cpban li img {
        width: 100%;
        height: 100%;
}

.cpmenu .fdn {
        position: absolute;
        left: 0px;
        top: 100px;
        bottom: 0px;
        right: 0px;
}

.cpmenu .fdn .fdn_nr {
        color: #fff;
        line-height: 1.8;
        font-size: 20px;
        width: 45%;
        text-align: left;
}

.cpmenu .fdn .fdn_nr span {
        font-size: 40px;
        font-weight: bold;
}

.cptabsm {
        overflow: hidden;
        padding: 0 0 30px 0;
}

.cptabsm li {
        width: 25%;
        padding: 0 2px;
}

.cptabsm li span {
        background: #c2c1c1;
        color: #fff;
        font-size: 20px;
        line-height: 50px;
        text-align: center;
        display: block;
        overflow: hidden;
        cursor: pointer;
}

.cptabsm li.on span {
        background: #716f61;
}

.cptabsm li.san {
        width: 33.333333333333333%;
}

.js_qie3 {
        padding: 70px 0 0 0;
}

.js_qiesmt {
        padding: 90px 0 0 0;
}

/*.cptit1 {
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
}*/
.cptit1 {
        position: relative;
        overflow: hidden;
       /* margin-bottom: 30px;*/
}
.cptit1:before {
        content: "";
        background: #5b5949;
        height: 1px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 50%;
}

.cptit1:after {
        content: "";
        background: #5b5949;
        height: 10px;
        width: 10px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -4px;
}

.cptit1 span {
        position: relative;
        z-index: 1;
        background: #716f61;
        color: #fff;
        border-right: 2px solid #fff;
        line-height: 50px;
        padding: 0 20px;
        font-size: 20px;
        float: left;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
}

.cptit1 span:before {
        content: "";
        background: #716f61;
        width: 8px;
        height: 44px;
        position: absolute;
        left: 100%;
        margin-left: 2px;
        top: 3px;
        -moz-border-radius: 1px 6px 6px 1px;
        -webkit-border-radius: 1px 6px 6px 1px;
        border-radius: 1px 6px 6px 1px;
}

.cptit1_mtb {
        margin-top: 50px;
}

.cptit2 {
        overflow: hidden;
        line-height: 1.5;
        font-size: 20px;
        padding: 0 0 20px 0;
}

.cptit3 {
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
}

.cptit3:before {
        content: "";
        background: #5b5949;
        height: 1px;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 11px;
}

.cptit3:after {
        content: "";
        background: #5b5949;
        height: 10px;
        width: 10px;
        position: absolute;
        right: 0;
        bottom: 7px;
}

.cptit3 span {
        font-size: 20px;
        display: block;
        overflow: hidden;
        font-weight: bold;
        line-height: 1.5;
        padding: 0 0 10px 0;
}

.cptit3 i {
        background: #716f61;
        width: 10px;
        height: 24px;
        float: left;
        display: block;
        position: relative;
        z-index: 1;
        -moz-border-radius: 1px 6px 6px 1px;
        -webkit-border-radius: 1px 6px 6px 1px;
        border-radius: 1px 6px 6px 1px;
}



/*cpxun*/

.cp_xun1 {
        margin: 0 -15px;
        position: relative;
        overflow: hidden;
}

.cp_xun1 li {
        width: 50%;
        float: left;
        overflow: hidden;
        text-align: center;
        padding: 0 15px;
        line-height: 1.6;
}

.cp_xun1 li span {
        font-size: 20px;
        display: block;
        overflow: hidden;
}

.cp_xun1 li p {
        padding: 5px 0 20px 0;
        overflow: hidden;
        display: block;
        color: #888;
}

.cp_xun2 {
        margin: 0 -20px;
        position: relative;
        overflow: hidden;
}

.cp_xun2 li {
        width: 50%;
        float: left;
        overflow: hidden;
        padding: 0 20px;
        line-height: 1.6;
}

.cp_xun2 li span {
        font-size: 20px;
        display: block;
        overflow: hidden;
}

.cp_xun2 li p {
        padding: 5px 0 20px 0;
        overflow: hidden;
        display: block;
        color: #888;
}

.cp_xun3 {
        padding: 0 0 40px 0;
        overflow: hidden;
}

.cp_xun3.nopb {
        padding-bottom: 0;
}

.cp_xun3 dl {
        border-bottom: 1px solid #aaa9a9;
        /*border-top: 1px solid #aaa9a9;*/
        overflow: hidden;
        margin: 0 -30px;
        /*padding: 20px 0 20px 0;*/
        line-height: 1.8;
        padding: 0 0 20px 0;
}

.cp_xun3 dl dd {
        border-right: 1px solid #aaa9a9;
        border-top: 1px solid #aaa9a9;
        width: 33.33333333333333%;
        float: left;
        padding: 20px 30px;
        position: relative;
}

.cp_xun3 dl dt {
        width: 66.666666666666666666666%;
        float: left;
        border-top: 1px solid #aaa9a9;
        padding: 20px 30px;
}

.cp_xun3 dl span {
        font-size: 20px;
}

.cp_xun3 dl p {
        display: block;
        overflow: hidden;
}

.cp_xun3 dl dd:nth-child(1),
.cp_xun3 dl dd:nth-child(2),
.cp_xun3 dl dd:nth-child(3) {
        border-top: 0;
}

.cp_xun3 dl dd:nth-child(3n) {
        border-right: 0px;
}

.cp_xun3 dl dd:nth-child(1):before,
.cp_xun3 dl dd:nth-child(2):before {
        width: 18px;
        height: 18px;
        border: 5px solid #c2c1c1;
        position: absolute;
        right: -10px;
        bottom: -10px;
        background: #fff;
        content: "";
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        z-index: 1;
}

.cp_xun4 {
        margin: 0 -20px;
        position: relative;
}

.cp_xun4 li {
        width: 33.3333333333%;
        float: left;
        overflow: hidden;
        padding: 0 20px;
        line-height: 1.6;
}

.cp_xun4 li span {
        font-size: 20px;
        display: block;
        overflow: hidden;
}

.cp_xun4 li p {
        padding: 5px 0 20px 0;
        overflow: hidden;
        display: block;
        color: #888;
}



/*cp_dy*/

.cp_dy1 {
        overflow: hidden;
        padding: 0 0 30px 0;
}

.cp_dy1 .left {
        float: left;
        width: 35%;
}

.cp_dy1 .left li {
        overflow: hidden;
        padding: 15px 0;
        line-height: 2;
}

.cp_dy1 .left li img {
        float: left;
        margin: 0 15px 0 0;
        width: 120px;
        height: 120px;
}

.cp_dy1 .left li span {
        display: block;
        overflow: hidden;
        font-size: 20px;
        padding: 0 0 5px 0;
}

.cp_dy1 .right {
        float: right;
        width: 60%;
        text-align: left;
        position: relative;
        padding: 10px 0 0 0;
}

.cp_dy1 .right img {
        max-width: 70%;
        height: auto;
}

.cp_dy1 .right .fd {
        position: absolute;
        right: 0px;
        bottom: 0px;
        text-align: left;
        width: 30%;
        color: #888;
        line-height: 1.8;
}

.cp_dy2 {
        line-height: 2;
        overflow: hidden;
}

.cp_dy2 .cp_dy2_bt {
        overflow: hidden;
        font-size: 20px;
        padding: 0 0 10px 0;
}

.cp_dy2 .ban {
        overflow: hidden;
}

.cp_dy2 .ban dt {
        width: 25%;
        border-top: 1px solid #777567;
        border-bottom: 1px solid #777567;
        padding: 0 10px 0 0;
}

.cp_dy2 .ban dt .sbt {
        overflow: hidden;
        font-size: 20px;
        padding: 0 0 10px 0;
}

.cp_dy2 .ban dt.tb p {
        display: block;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: left top;
        -webkit-background-size: auto 34px;
        -moz-background-size: auto 34px;
        -o-background-size: auto 34px;
        background-size: auto 34px;
        margin: 10px 0;
        float: left;
        width: 100%;
        padding-left: 50px;
}

.cp_dy2 .ban dt.tb1 p {
        background-image: url(../images/icon_cptb1.png);
}

.cp_dy2 .ban dt.tb2 p {
        background-image: url(../images/icon_cptb2.png);
}

.cp_dy2 .ban dt.tb3 p {
        background-image: url(../images/icon_cptb3.png);
}

.cp_dy2 .ban dt.tb4 p {
        background-image: url(../images/icon_cptb4.png);
}

.cp_dy2 .ban dd {
        width: 75%;
        padding: 0 0 0 2px;
}

.cp_dy2 .body {
        padding: 20px 0 0 2px;
        width: 75%;
        float: right;
}



/*renc*/

.renc_left {
        background: #f5f5f5;
        width: 26%;
        padding: 40px 2% 40px 15%;
}

.renc_left .renc_menus {
        font-size: 20px;
        overflow: hidden;
}

.renc_left .renc_menus a {
        color: #aaa9a9;
        display: block;
        overflow: hidden;
        padding: 10px 0;
}

.renc_left .renc_menus a:hover {
        color: #e87919;
}

.renc_left .renc_menus a.on {
        color: #e87919;
}

.renc_right {
        width: 74%;
        padding: 50px 15% 50px 5%;
}

.renc_right img{
        max-width: 100%;
        height: auto;
}

.renc_pic {
        overflow: hidden;
        position: relative;
}

.renc_pic img {
        width: 100%;
        height: auto;
}

.renc_pic .fd {
        position: absolute;
        left: 0px;
        bottom: 5%;
        right: 0px;
        line-height: 70px;
        text-align: right;
        font-size: 40px;
        color: #fff;
}

.renc_xun {
        overflow: hidden;
        padding: 30px 0;
        margin: -10px;
        position: relative;
}

.renc_xun li {
        width: 50%;
        float: left;
        padding: 20px 10px;
}

.renc_xun li a {
        border-bottom: 1px dashed #d0cfcf;
        display: block;
        overflow: hidden;
        color: #72706f;
        line-height: 2;
        padding: 0 0 10px 0;
}

.renc_xun li p {
        display: block;
        overflow: hidden;
        padding: 0 10px;
        cursor: default;
}

.renc_xun li .sbt {
        overflow: hidden;
        color: #fff;
        background: #a6a597;
        padding: 0 10px;
        height: 40px;
        line-height: 40px;
        margin: 0 0 10px 0;
        font-size: 20px;
}

.renc_xun li .sbt span {
        float: left;
}

.renc_xun li .sbt em {
        float: right;
}

.renc_xun li .sbt i {
        margin-left: 5px;
}

.renc_bt {
        font-size: 40px;
        overflow: hidden;
}

.renc_bt i {
        display: block;
        overflow: hidden;
        width: 60px;
        height: 3px;
        background: #888;
        margin: 30px 0 0 0;
}

.renc_dl {
        color: #fff;
        padding: 0 0 30px 0;
        line-height: 30px;
}

.renc_dl dl {
        position: relative;
        padding: 0 0 20px 160px;
        min-height: 70px;
        z-index: 9;
}

.renc_dl dl dt {
        background: #716f61;
        width: 150px;
        position: absolute;
        left: 0px;
        top: 0px;
        padding: 12px 0;
        text-align: center;
        font-size: 20px;
}

.renc_dl dl dd {
        background: #a6a597;
        padding: 12px 20px;
        position: relative;
}

.renc_dl dl dd>a {
        color: #fff;
        display: block;
        overflow: hidden;
        float: left;
        margin-left: 15px;
        padding: 0 10px;
}

.renc_dl dl dd>a:first-child {
        margin-left: 0px;
}

.renc_dl dl dd>a.on,
.renc_dl dl dd>a:hover {
        background: #006db1;
}

.renc_dl dl dd>i {
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        border: 1px solid #fff;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        font-size: 30px;
        position: absolute;
        right: 20px;
        top: 8px;
        cursor: pointer;
}

.renc_dl dl dd>i:hover {
        background: #fff;
        color: #006db1;
}

.renc_dl dl dd ul {
        position: absolute;
        left: 0px;
        top: 54px;
        background: #fff;
        width: 100%;
        border: 1px solid #a6a597;
        border-top: 0px;
        display: none;
}

.renc_dl dl dd ul li {
        border-top: 1px solid #a6a597;
}

.renc_dl dl dd ul li a {
        display: block;
        overflow: hidden;
        padding: 5px 20px;
        color: #a6a597;
}

.renc_dl dl dd ul li:hover a {
        color: #006db1;
}

.renc_dy1 {
        overflow: hidden;
        line-height: 2;
}
.renc_dy1>:first-child{
        padding-top: 0px;
}

.renc_dy1 h2 {
        color: #e87919;
        font-size: 20px;
        padding:30px 0 10px 0;
}

.renc_dy2 {
        padding: 30px 0;
        overflow: hidden;
}

.renc_dy2 .sbt {
        color: #e87919;
        font-size: 20px;
}

.renc_dy2 .snr {
        color: #ff3e48;
        overflow: hidden;
        line-height: 1.6;
}

.renc_dy2>table {
        width: 100%;
        text-align: center;
        margin: 25px 0;
        line-height: 1.5;
}

.renc_dy2>table th {
        border: 3px solid #fff;
        background: #ff3e48;
        padding: 10px 5px;
        color: #fff;
}

.renc_dy2>table td {
        border: 3px solid #fff;
        padding: 10px 5px;
}

.renc_dy2>table tr:nth-child(odd) {
        background: #f6f6f6;
}

.renc_dy2 .spic {
        padding: 20px 0 40px 0;
        overflow: hidden;
}

.renc_dy2 .sxun {
        overflow: hidden;
        padding: 20px 0 0 0;
}

.renc_dy2 .sxun li {
        line-height: 2;
        position: relative;
        padding: 0 0 0 20px;
        margin: 5px 0;
        width: 100%;
        float: left;
}

.renc_dy2 .sxun li>span {
        border: 1px solid #e77817;
        display: block;
        width: 10px;
        height: 10px;
        padding: 2px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        left: 3px;
        top: 8px;
}

.renc_dy2 .sxun li>span>i {
        background: #e77817;
        display: block;
        overflow: hidden;
        width: 4px;
        height: 4px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
}

.renc_dy2 .sxun li .bt {
        overflow: hidden;
        color: #e77817;
}

.renc_dy3 {
        overflow: hidden;
}

.renc_dy3 .sbt {
        color: #e87919;
        font-size: 20px;
        padding: 30px 0 20px 0;
}

.renc_dy3 .snr {
        overflow: hidden;
        padding: 0 0 30px 0;
        line-height: 2;
}

.renc_dy3 .snr img {
        float: left;
        margin-right: 10px;
        width: 200px;
        height: 140px;
}

.renc_dy3 .sxun {
        padding: 0 40px;
        position: relative;
        overflow: hidden;
}

.renc_dy3 .sxun_num {
        text-align: center;
        padding: 10px 0 0 0;
}

.renc_dy3 .sxun_num .swiper-pagination-bullet {
        margin: 0 3px;
}

.renc_dy3 .sxun_num .swiper-pagination-bullet-active {
        background: #e87919;
}

.renc_dy3 .sxun .sxun_left,
.renc_dy3 .sxun .sxun_right {
        position: absolute;
        font-size: 30px;
        top: 50%;
        margin-top: -35px;
        width: 30px;
        line-height: 30px;
        height: 30px;
        text-align: center;
        cursor: pointer;
}

.renc_dy3 .sxun .sxun_left {
        left: 0px;
}

.renc_dy3 .sxun .sxun_right {
        right: 0px;
}

.renc_dy3 .sxun .swiper-button-disabled {
        color: #eee;
}

.renc_dy3 .sxun .swiper-slide{
        line-height: 30px;
        color: #666;
        min-height: 140px;
        padding:0 0 0 210px;
}

.renc_dy3 .sxun .swiper-slide img {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 195px;
        height: 140px;
}

.renc_dy3 .sxun .swiper-slide span {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 20px;
        line-height: 40px;
        padding: 0 0 5px 0;
        font-weight: bold;
}

.renc_dy4 {
        margin-bottom: 30px;
        overflow: hidden;
        position: relative;
}

.renc_dy4 .fd1 {
        position: absolute;
        left: 0px;
        top: 0;
        bottom: 22%;
        right: 0px;
        transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;
        background: url(../images/pic20.png) center center no-repeat;
        -webkit-background-size:auto 100%;-moz-background-size:auto 100%;-o-background-size:auto 100%;background-size:auto 100%;
}
.renc_dy4:hover .fd1 {
        background: url(../images/pic21.png) center center no-repeat;
        -webkit-background-size:auto 100%;-moz-background-size:auto 100%;-o-background-size:auto 100%;background-size:auto 100%;
}

.renc_dy4 .fd2 {
        position: absolute;
        bottom: 5%;
        left: 0px;
        right: 0px;
        text-align: center;
}

.renc_dy4 .fd2 a {
        display: inline-block;
        color: #fff;
        border:2px solid #fff;
        padding: 0 20px;
        line-height: 40px;
        font-size: 20px;
        margin: 0 10px;
}

.renc_dy4 .fd2 a:hover {
        background: #fff;
        color: #e87919;
}

.rcpxun{
        overflow: hidden;
        padding:20px 0 20px 20px;
}
.rcpxun li{
        width: 33.3333333333333%;
        float: left;
        overflow: hidden;
        padding: 12px;
}
.rcpxun li .pic{
        overflow: hidden;
        display: block;
}
.rcpxun li .pic img{
        transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
}
.rcpxun li .pic:hover img{
            transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.rcpxun li .abt{
            display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    padding: 12px 0 10px 0;
}

.rec_xun{
        overflow: hidden;
        margin:0 -15px;
        position: relative;
}
.rec_xun li{
        width: 50%;
        float: left;
        padding: 0 15px;
        overflow: hidden;
}

/*view*/

.view_left {
        background: #f5f5f5;
        width: 26%;
        padding: 40px 0 40px 15%;
}

.view_right {
        width: 74%;
        padding: 50px 15% 50px 0;
}

.list_back {
        border-top: 2px solid #00923f;
        overflow: hidden;
        margin: 41px 0 0 0;
        padding: 30px 20px 0 0;
        font-size: 20px;
        line-height: 1.8;
}

.list_back i {
        margin: 0 5px 0 0;
}

.list_wz {
        border-bottom: 2px solid #a3be1f;
        overflow: hidden;
        text-align: right;
        line-height: 1.5;
        padding: 0 0 10px 0;
}
.cs .list_back{
        border-top: 2px solid #ff6600;
}
.cs .list_wz{
        border-bottom: 2px solid #ffb17d;
}

.view_box {
        padding: 30px 0 0 6%;
        overflow: hidden;
}

.view_bt {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.8;
}

.view_cs {
        overflow: hidden;
        line-height: 2;
}

.view_cs span {
        margin-left: 20px;
}

.view_cs span:first-child {
        margin-left: 0px;
}

.view_body {
        overflow: hidden;
        line-height: 2;
        padding: 20px 0;
}

.view_body img {
        max-width: 100%;
        height: auto;
}

.view_body h2 {
        font-weight: bold;
        padding: 10px 0 0 0;
}
.view_body>p {
        padding: 5px 0;
}

.view_body h3 {
        font-weight: bold;
        font-size: 18px;
        opacity: 0.8;
}

.view_body.tl>p {
        text-indent: 2em;
}

.view_body.tl>p>img {
        display: block;
}

.view_body.tl h2 {
        display: block;
        color: #000;
}

.list_top {
        text-align: right;
        font-size: 20px;
}



/*main*/

.flexlr {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
}

.flex {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
}

.flexq {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
}

.flexlrq {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
}

.container {
        margin-left: 15%;
        margin-right: 15%;
        position: relative;
}

.main {
        overflow: hidden;
        width: 100%;
        padding: 70px 0;
}

.main.nopb {
        padding-bottom: 0;
}

.section {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
}

.webmore {
        text-align: center;
}

/*.webmore a {
        display: inline-block;
        color: #716f61;
}
*/
.webmore a {
    display: inline-block;
    color: #716f61;
    margin: 0 5px;
}
/*.webmore span {
        display: block;
        text-align: center;
        width: 46px;
        height: 46px;
        line-height: 46px;
        font-size: 30px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        border: 1px solid #716f61;
        color: #716f61;
        position: relative;
}*/
.webmore span {
    display: inline-block;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    -moz-border-radius: 50%;
    /* -webkit-border-radius: 50%; */
    /* border-radius: 50%; */
    margin: 0 auto 10px auto;
    border: 1px solid #716f61;
    color: #716f61;
    position: relative;
}


/*css*/

.active .page_box .page_bj img {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
}

.active .videojs img {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
}



/*svg*/

.path {
        stroke-dasharray: 200;
        animation: dash 5s 0s linear alternate infinite;
}

.path1 {
        stroke-dasharray: 200;
        animation: dash 5s 4s linear alternate infinite;
}

.path2 {
        stroke-dasharray: 200;
        animation: dash 5s 5s linear alternate infinite;
}

@keyframes dash {
        from {
                stroke-dashoffset: 200;
        }
        to {
                stroke-dashoffset: 0;
        }
}

/* dybn */
.dybn2{
    margin:10px 0 0 0;
}
.dybn2 th{
    background: #e0dfe1;
    border: 1px solid #fff;
    padding:10px;
}
.dybn2 td{
    background: #edeef0;
    border: 1px solid #fff;
    padding: 10px;
}

.webewm{
        position: fixed;
        background: #fff;
        width: 200px;
        height: 230px;
        overflow: hidden;
            border: solid 1px #d8d8d8;
            left: 50%;
            top: 50%;
            margin:-115px 0 0 -100px;
            z-index: 99999;
            padding:10px;
            font-size: 12px;
       color: #000;
       text-align: center;
}
.webewm img{
        width:180px;
        height: auto;
}
.webewm .webewm_close{
        position: absolute;
        right: 0px;
        top: 0px;
        font-size: 14px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
}
.webewm .t1{
        text-align: left;
       font-weight: bold;
}
.webewm .t2{
       overflow: hidden;
}
