/*ȫ��*/
@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
.article-content img{margin: 20px 0 20px 60px;}
.article-title{text-align: center;margin-top: 30px;color:#303030}
.article-content p{color:#303030;font-size: 16px;margin-left: 50px}
.article{width: 700px;margin: auto}
html, body {
    position: relative;
}

body {
    font-size: 14px;
    font-family: "����";
    color: #303030; /* background:rgba(229,229,229,.2); */
    min-width: 1300px;
}

p {
    color: #606060;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: #000;
}

input {
    border: 1px solid #ccc;
}

button {
    font-family: "����";
}

h1, h2, h3, h4, h5 {
    font-family: "����";
}

i, em, address {
    font-style: normal;
}

ul, ol, li {
    list-style: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.cl {
    clear: both;
}

.center {
    text-align: center;
}

.oh {
    overflow: hidden;
}

.cover {
    display: block;
    width: 100%;
    height: 100%;
}

.clear {
    clear: both;
}

/*ȫ��*/
header {
    height: 154px;
    background: #f3f9f9;
    overflow: hidden;
}

.header {
    width: 1025px;
    margin: 45px auto 0;
}

.header > .left:nth-child(2) {
    width: 480px;
    margin-left: 35px;
    margin-top: 12px;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}

.header > .left:nth-child(2) p {
    color: #01a9aa;
}

.header .top_r {
    width: 250px;
    margin-top: 10px;
}

.top_r > i {
    margin-top: 10px;
    display: block;
    width: 46px;
    height: 46px;
    line-height: 23px;
    background: #ff6600;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
}

.top_r_r {
    margin-top: 8px;
    margin-left: 6px;
}

.top_r_r p {
    color: #ff6600;
}

.top_r_r > div {
    font-size: 15px;
}

.top_r_r > p {
    font-size: 28px;
    font-style: italic;
    font-weight: bolder;
}

.top_r_r > div i {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 2px;
    background: linear-gradient(to right, #fff, #b0b0b2);
}

.top_r_r > div i:first-child {
    background: linear-gradient(to right, #eaf3f6, #b0b0b2);
}

.top_r_r > div i:last-child {
    background: linear-gradient(to left, #eaf3f6, #b0b0b2);
}

.top_r_r > div span {
    margin-left: 0;
    margin-right: 5px;
    font-weight: bold;
    color: #ff6600;
}

.nav {
    background: #01a9aa;
}

.nav_box {
    width: 960px;
    margin: 0 auto;
    font-size: 16px;
}

.nav_box .nav_head {
    float: left;
    display: block;
    position: relative;
    width: 135px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    transition: all 0.4s ease;
}

.nav_box .nav_head:hover {
    background: #00877f;
}

.nav_box .nav_head a {
    font-family: "����";
}

.nav_box .nav_head > a {
    display: block;
    color: #fff;
    font-weight: bold;
}

.nav_box .nav_head > a > i {
    position: absolute;
    display: none;
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
    background: #ff6600;
}

.nav_box .nav_head:hover a > i {
    display: block;
}

.nav_box .nav_head:hover .nav_case {
    display: block;
}

.nav_box .nav_case {
    position: absolute;
    top: 72px;
    left: 0;
    z-index: 9;
    background: rgba(0, 135, 127, 0.7);
    display: none;
    transition: all 0.4s ease;
}

.nav_box .nav_case li a {
    display: block;
    color: #fff;
    width: 135px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.4s ease;
}

.nav_box .nav_case li a:hover {
    background: rgba(0, 39, 64, 0.7);
}

.banner {
    position: relative;
    padding-bottom: 12px;
    z-index: 6;
}

.banner .swp1 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    transition: all 0.4s ease;
    border-radius: 7.5px;
}

.banner .swp1 .swiper-pagination-bullet-active {
    width: 30px;
}

.banner img {
    width: 100%;
    display: block;
}

.banner .bannerLine {
    height: 5px;
    background: #01a9aa;
}

.banner .bannerLine:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-right-color: #01a9aa;
    border-left-width: 12px;
    border-right-width: 12px;
    transform: rotate(270deg);
}

footer {
    padding: 40px 0;
    background: #323232;
    color: #fff;
    margin-top: 50px;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #666;
}

footer .footer_content {
    width: 1163px;
    margin: 0 auto;
}

footer .left {
    padding: 0 60px 70px;
    border-right: 1px solid #fff;
}

footer .left li {
    float: left;
    margin-left: 50px;
}

footer .left li:first-child {
    margin-left: 0;
}

footer .left li h3 {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 11px;
    border-bottom: 1px solid #fff;
    font-family: "����";
}

footer .left li > a {
    display: block;
    font-size: 13px;
    line-height: 32px;
    font-family: "����";
    color: #d1d1d1;
}

footer .left li > a:hover {
    color: #fff;
}

footer .right {
    width: 320px;
    text-align: center;
    color: #eee;
}

footer .right img {
    margin: 6px 0;
    width: 159px;
}

footer .right p {
    font-size: 13px;
    line-height: 25px;
    color: #d1d1d1;
}

footer .right p:first-child {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.xuanfukuang {
    position: fixed;
    right: 0;
    top: 60px;
    width: 136px;
    height: 485px;
    background: url(../images/xuanfu.png);
    z-index: 99;
}

.xuanfukuang .exit {
    width: 22px;
    height: 30px;
    background: url(../images/xuanfu_exit.png);
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.xuanfukuang a {
    width: 100%;
    height: 136px;
    margin-top: 185px;
    display: block;
}

.content {
    margin-top: 50px;
}

.content .c1 {
    width: 1200px;
    margin: 0 auto;
    font-size: 12px;
}

.content .c1 li {
    float: left;
    margin-bottom: 10px;
    width: 361px;
    margin-left: 40px;
}

.content .c1 li:first-child {
    margin-left: 10px;
}

.c1_head {
    font-family: "����";
}

.c1_head span:first-child {
    font-size: 16px;
    color: #18aaa4;
    font-weight: bold;
}

.c1_head span:nth-child(2) {
    font-size: 13px;
    text-transform: uppercase;
    color: #999;
}

.c1_head a {
    font-size: 14px;
    color: #1e50ae;
    padding: 1px 4px;
    border-radius: 2px;
}

.c1_head .c1_head_i1 {
    margin-left: 10px;
    display: inline-block;
    width: 6px;
    height: 9px;
    background: #ff6600;
}

.c1_head .c1_head_i2 {
    margin-left: 10px;
    display: inline-block;
    width: 104px;
    height: 9px;
    background: #ebebeb;
}

.c1_head a:hover {
    color: #f13a3a;
}

.c1_con {
    margin-top: 23px;
}

.c1_con:hover {
    animation: box-shadow 0.3s linear;
    animation-fill-mode: forwards;
}

@keyframes box-shadow {
    from {
    }
    to {
        box-shadow: 2px 2px 20px #ccc;
    }
}

.c1_con > a {
    display: block;
    height: 232px;
}

.c1_con > a img {
    width: 100%;
    height: 100%;
    display: block;
}

.c1_con .swiper-button-next, .c1_con .swiper-button-prev {
    width: 17px;
    height: 17px;
    margin-top: -8.5px;
}

.c1_con .swiper-button-next {
    background-image: url(../images/icon2_next.png);
    background-size: 100% 100%;
}

.c1_con .swiper-button-prev {
    background-image: url(../images/icon2_prev.png);
    background-size: 100% 100%;
}

.c1_con .c1_t {
    height: 150px;
    line-height: 20px;
    padding: 0 10px;
}

.c1_con .c1_t h4 {
    font-size: 13px;
    line-height: 60px;
}

.c1_con .c1_t p a {
    color: #606060;
}

.c1_con .c1_t h4 a {
    color: #777;
}

.c1_con .c1_t h4 a:hover {
    color: #01a9aa;
}

.c2 {
    margin: 0 auto;
    margin-top: 40px;
    background: url(../images/c2_bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.c2_t {
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 16px;
    line-height: 40px;
    text-indent: 32px;
    font-weight: bold;
    color: #fff;
}

.c2_t p {
    color: #fff;
}

.c2_t .right {
    margin-right: 100px;
}

.c3 {
    padding: 50px 0;
}

.c3 .c3_content {
    width: 1163px;
    margin: 0 auto;
}

.c3_head {
    font-size: 18px;
}

.c3_head img {
    vertical-align: middle;
    margin-right: 4px;
}

.c3_head > span {
    font-weight: bold;
}

.c3_list {
    margin: 0 auto;
    margin-top: 30px;
}

.c3_list li {
    float: left;
    margin-left: 30px;
    width: 178px;
    height: 57px;
}

.c3_list li:first-child {
}

.c3_list li img {
    display: block;
    width: 100%;
    height: 100%;
}

.c3_list li img:hover {
    opacity: .5;
}

.c3_list .swiper-button-next {
    background-image: url(../images/icon_next.png);
    width: 20px;
    height: 28px;
    margin-top: -14px;
    background-size: 20px 28px;
    right: 0;
}

.c3_list .swiper-button-prev {
    background-image: url(../images/icon_prev.png);
    width: 20px;
    height: 28px;
    margin-top: -14px;
    background-size: 20px 28px;
    left: 0;
}

.yqlink {
    margin-top: 70px;
}

.yqlink .yqlink_i {
    position: relative;
    font-size: 16px;
    width: 94px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background: #1ab0b0;
    font-weight: bold;
    border-radius: 4px;
}

.yqlink .yqlink_i:before {
    content: "";
    display: block;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -6px;
    border: 6px solid transparent;
    border-right-color: #01a9aa;
    border-left-width: 5px;
    border-right-width: 5px;
    transform: rotate(180deg);
}

.yqlink ul {
    margin-left: 15px;
    font-size: 14px;
}

.yqlink ul li {
    margin-top: 20px;
}

.yqlink ul li:first-child {
    margin-top: 5px;
}

.yqlink ul li:nth-child(2) a:nth-child(3) {
    margin-left: 44px;
}

.yqlink ul li:nth-child(2) a:nth-child(5) {
    margin-left: 45px;
}

.yqlink ul li:nth-child(2) a:nth-child(6) {
    margin-left: 74px;
}

.yqlink ul li:nth-child(2) a:nth-child(7) {
    margin-left: 42px;
}

.yqlink ul li a {
    margin-left: 30px;
    color: #606060;
}

.yqlink ul li a:first-child {
    margin-left: 0;
}

.yqlink ul li a:hover {
    text-decoration: underline;
}

.index_map {
    width: 1180px;
    margin: 0 auto;
}

/*������ҳ*/
#extra_totop {
    position: fixed;
    right: 10px;
    bottom: 40px;
    z-index: 15;
}

#extra_totop span {
    display: block;
    width: 40px;
    background: #ddd;
    cursor: pointer;
    bottom: 0;
    height: 40px;
    margin-bottom: 5px;
    text-align: center;
    border-radius: 4px;
}

#extra_totop span:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    background: url(../images/totop.png) no-repeat;
}

#extra_totop span:hover {
    background: #01a9aa;
}

#extra_totop span.home:hover {
    background: #d43d3d;
}

#extra_totop .home:before {
    background: url(../images/tohome.png) no-repeat;
}

/*�б�ҳ��ർ��*/
.list {
    margin: 0 auto;
    width: 1160px;
}

.list .position {
    font-family: "����";
    padding: 10px 0 0 22px;
    line-height: 36px;
    font-size: 15px;
}

.list .position a {
    color: #303030;
}

.list .position a:hover {
    color: #999;
}

.list .position > img {
    width: 26px;
    vertical-align: middle;
}

.list .position > span {
    vertical-align: middle;
}

.list .con_left {
    position: relative;
}

.list .con_left .con_left_box {
    margin-left: 12px;
    padding-bottom: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fefefe;
}

.list .con_left .navBg {
    position: absolute;
    left: 0;
    top: 10px;
    width: 261px;
    height: 55px;
    line-height: 45px;
    text-indent: 15px;
    background: url(../images/icon_lx_bg.png) no-repeat;
    background-size: 100% 100%;
    font-size: 19px;
    color: #fff;
}

.list .con_left .navBg span {
    font-weight: bold;
}

.list .con_left .navBg i {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    font-family: "����";
}

.list .list_content {
    width: 840px;
    margin-left: 35px;
}

.list .con_left .con_lb {
    width: 264px;
    padding-bottom: 20px;
}

.list .con_left .con_lb .lb_nav {
    margin-top: 65px;
}

.list .con_left .con_lb .lb_nav li {
    height: 44px;
    line-height: 44px;
    text-indent: 66px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.list .con_left .con_lb .lb_nav li:hover {
}

.list .con_left .con_lb .lb_nav li a {
    display: block;
    color: #555;
    font-weight: bold;
}

.list .con_left .con_lb .lb_nav li a:hover {
    color: #fff;
    background: #01a9aa;
}

.list .con_left .con_lb .lb_nav li:before {
    content: "";
    position: absolute;
    bottom: 50%;
    margin-bottom: -4px;
    left: 50px;
    border: 4px solid transparent;
    border-right-color: #01a9aa;
    border-left-width: 6px;
    border-right-width: 6px;
    transform: rotate(180deg);
}

.list .con_left .con_lb .lb_nav li:first-child {
    border-top: 1px solid #e5e5e5;
}

.list .lb_product {
    height: 338px;
    padding-top: 86px;
    background: url(../images/icon_lianshendingzhi.png) 0 20px no-repeat;
}

.list .lb_product .swpListLeft {
    height: 338px;
}

.list .lb_product .lb_product_con {
    margin: 0 auto 10px;
    width: 193px;
    height: 162px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
}

.list .lb_product .lb_product_con img {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.list .lb_product .lb_product_con p {
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    text-align: center;
}

.list .con_left .contactNav {
    left: -12px;
}

.list .con_left .contactCon {
    padding: 68px 6px 0;
    position: relative;
}

.list .con_left .contactCon > p {
    line-height: 30px;
    color: #606060;
}

.list .con_left .contactCon > p i {
    vertical-align: top;
}

.list .con_left .contactCon > p span {
    display: inline-block;
    width: 180px;
}

.list .con_left .contactCon > p span a {
    color: #606060;
}

.list .con_left .contactCon > p span a:hover {
    text-decoration: underline;
}

.list .con_left .contactCon h3 {
    font-size: 15px;
    line-height: 30px;
    color: #303030;
}

.list .con_left .contactCon .erweima {
    text-align: center;
}

.list .con_left .contactCon .erweima img {
    width: 208px;
}

.list .con_left .contactCon .erweima p {
    color: #303030;
    font-family: "����";
    font-weight: bold;
}

/*�б�ҳ�Ҳ�����*/
.list .list_content {
    padding-bottom: 20px;
    border-top: none;
}

.list .list_content .list_head {
    height: 45px;
    line-height: 45px;
    background: #01a9aa;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
}

.list .list_content .list_head i {
    margin: 16px 6px 0 13px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}

.list .list_content .list_con, .list .list_content .list_news_con {
    padding: 0 20px 20px 14px;
    border-bottom: 1px dotted #ccc;
    line-height: 24px;
    font-size: 14px;
}

.list .list_content .list_news_con {
    margin-top: 20px;
}

.list .list_content .list_news_con .litpic {
    margi-left: 10px;
    padding: 1px;
    width: 76px;
    height: 76px;
    border: 1px solid #ccc;
}

.list .list_content .list_news_con .litpic img {
    display: block;
    width: 100%;
    height: 100%;
}

.list .list_content .list_news_con .litpic img:hover {
    animation: fd1 .2s;
    animation-fill-mode: forwards;
}

@keyframes fd1 {
    form {
    }
    to {
        transform: scale(1.1, 1.1);
    }
}

.list .list_content .list_news_con .article {
    margin-left: 10px;
    width: 688px;
}

.list .list_content .list_news_con .article h3, .list .list_content .list_news_con .article p {
    margin-top: 5px;
}

.list .list_content .list_news_con .article h3:hover a {
    color: #01a9aa;
}

.list .list_content .list_news_con .article p a {
    color: #4d4d4d;
}

.list .list_content .list_news_con .article h3 a {
    color: #333;
}

.list .list_content .list_con h3 {
    position: relative;
    margin-top: 22px;
    text-indent: 20px;
}

.list .list_content .list_con h3:before {
    content: "";
    position: absolute;
    bottom: 50%;
    margin-bottom: -5px;
    left: -10px;
    border: 5px solid transparent;
    border-right-color: #606060;
    border-left-width: 9px;
    border-right-width: 9px;
    transform: rotate(180deg);
    transform-origin: 13.5px 5px;
}

.list .list_content .list_con h3:hover::before {
    animation: xz01 .3s;
    border-right-color: #01a9aa;
}

@keyframes xz01 {
    form {
        transform: rotate(180deg);
    }
    to {
        transform: rotate(540deg);
    }
}

.list .list_content .list_con h3 a {
    color: #303030;
}

.list .list_content .list_con h3 span {
    font-size: 14px;
    color: #606060;
    font-weight: normal;
}

.list .list_content .list_con h3:hover a {
    color: #01a9aa;
}

.list .list_content .list_con p {
    margin-top: 10px;
    height: 52px;
    text-indent: 20px;
    overflow: hidden;
    line-height: 26px;
}

.list .list_content .list_con p a {
    color: #606060;
}

.list .list_content .page {
    overflow: hidden;
    margin: 60px 0 0;
    display: inline-block;
}

.list .list_content .page ul {
    overflow: hidden;
}

.list .list_content .page li {
    float: left;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
    border-left: none;
    text-align: center;
    color: #bbb;
}

.list .list_content .page li a {
    display: block;
    color: #535353;
}

.list .list_content .page li.thisclass {
    background: #eee;
}

.list .list_content .page li a:hover {
    color: #999;
}

.list .list_content .page li:first-child {
    border-left: 1px solid #dcdcdc;
    border-radius: 3px 0 0 3px;
}

.list .list_content .page li:nth-child(2) {
}

.list .list_content .page li:last-child {
    border-radius: 0 3px 3px 0;
}

.list .list_content .page li:nth-last-child(2) {
}

/*��ϵ����*/
.list .list_content .lxwm {
    padding: 75px 0 0 58px;
    color: #606060;
    line-height: 37px;
    background: url(../images/img_tel.jpg) 463px 66px no-repeat;
}

.list .list_content .lxwm_bg {
    margin-top: 100px;
    width: 785px;
    height: 526px;
    background: url(../images/pic_map.jpg) no-repeat;
}

/*Ȩ������*/
.list .list_content .list_ryzz {
}

.list .list_content .list_ryzz li {
    float: left;
    margin: 44px 0 0 44px;
    width: 218px;
    border: 1px solid #dcdcdc;
}

.list .list_content .list_ryzz li img {
    display: block;
    width: 100%;
}

.list .list_content .list_ryzz li p {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    background: #e6e6e6;
    text-align: center;
    color: #606060;
    font-family: "����";
    font-weight: bold;
}

/*��Ʒչʾ*/
.list .list_content .list_cpzs {
}

.list .list_content .list_cpzs li {
    float: left;
    margin: 50px 0 0 34px;
    width: 364px;
    border: 1px solid #01a9aa;
}

.list .list_content .list_cpzs li:hover p {
    background: #01a9aa;
}

.list .list_content .list_cpzs li img {
    display: block;
    width: 100%;
}

.list .list_content .list_cpzs li p {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    font-size: 20px;
    background: #a0a0a0;
    color: #fefefe;
    line-height: 30px;
    text-align: center;
}

/*��������*/
.list .list_content .list_kfal {
}

.list .list_content .list_kfal li {
    float: left;
    margin: 30px 0 0 13px;
    box-sizing: border-box;
    width: 266px;
    height: 320px;
    padding: 8px;
    border: 1px solid #d2d2d2;
    overflow: hidden;
    font-size: 12px;
}

.list .list_content .list_kfal li:nth-child(3n-2) {
    margin-left: 8px;
}

.list .list_content .list_kfal li img {
    display: block;
    margin-bottom: 14px;
    width: 100%;
    height: 175px;
}

.list .list_content .list_kfal li img:hover {
    animation: fd2 .3s;
    animation-fill-mode: forwards;
}

@keyframes fd2 {
    form {
    }
    to {
        transform: scale(1.1, 1.1);
    }
}

.list .list_content .list_kfal li p {
    line-height: 22px;
}

.list .list_content .list_kfal li p > i {
    margin-right: 4px;
    color: #01a9aa;
    font-weight: bold;
}

.list .list_content .list_kfal li p a {
    color: #cf0000;
}

/*Ʒ����Դ*/
.list .list_content .list_ppqy {
    padding: 0 20px;
    line-height: 30px;
   
}
.swiper-container swp1 .swiper-slide img{width: 1900px;height: 663px;}
.list .list_content .list_ppqy p {
    text-indent: 36px;
    font-size: 18px;
}

/*����ԭ��*/
.list .list_content .index_gzyl {
    padding: 0 42px;
    line-height: 30px;
}

.list .list_content .index_gzyl .gzyl_h {
    margin: 48px 0 5px;
    text-align: center;
}

.list .list_content .index_gzyl > p {
    margin-bottom: 75px;
    text-indent: 32px;
}

.list .list_content .index_gzyl .left {
    width: 270px;
    line-height: 24px;
}

.list .list_content .index_gzyl .left h3 {
    font-size: 16px;
    line-height: 29px;
}

.list .list_content .index_gzyl .left p {
    margin-bottom: 20px;
    font-size: 14px;
}

.list .list_content .index_gzyl .right {
    position: relative;
    margin-top: 28px;
    margin-right: 5px;
    width: 456px;
    height: 403px;
    background: url(../images/list_gzyl_02.png);
    background-size: 456px 403px;
}

.list .list_content .index_gzyl .right p {
    box-sizing: border-box;
    padding: 35px 10px;
    margin-top: 42px;
    width: 281px;
    height: 254px;
    background: rgba(1, 169, 170, .5);
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    display: none;
}

.list .list_content .index_gzyl .right .cicle div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #01a9aa;
    border-radius: 50%;
    display: none;
}

.list .list_content .index_gzyl .right .cicle div:nth-child(1) {
    display: block;
}

.list .list_content .index_gzyl .right .cicle1 {
    right: 78px;
    top: 20px;
}

.list .list_content .index_gzyl .right .cicle2 {
    right: 25px;
    top: 105px;
}

.list .list_content .index_gzyl .right .cicle3 {
    right: 22px;
    top: 210px;
}

.list .list_content .index_gzyl .right .cicle4 {
    right: 55px;
    top: 296px;
}

.list .list_content .index_gzyl .right .cicle5 {
    right: 134px;
    top: 365px;
}

.list .list_content .index_gzyl .right .cc div {
    position: absolute;
    width: 90px;
    height: 80px;
}

.list .list_content .index_gzyl .right .cc:hover {
    cursor: pointer;
}

.list .list_content .index_gzyl .right .cc1 {
    right: 34px;
    top: 16px;
    transform: rotate(61deg);
}

.list .list_content .index_gzyl .right .cc2 {
    width: 95px;
    right: -3px;
    top: 105px;
    transform: rotate(85deg);
}

.list .list_content .index_gzyl .right .cc3 {
    width: 85px;
    right: 8px;
    top: 189px;
    transform: rotate(-10deg);
}

.list .list_content .index_gzyl .right .cc4 {
    right: 48px;
    top: 265px;
    transform: rotate(42deg);
}

.list .list_content .index_gzyl .right .cc5 {
    width: 92px;
    right: 124px;
    top: 312px;
    transform: rotate(65deg);
}

/*��Ʒ�ص�*/
.list .list_content .index_cptd {
    padding: 0 5px;
}

.list .list_content .index_cptd .cptd_h {
    margin: 50px 0 21px 0;
    text-align: center;
}

.list .list_content .index_cptd ul li {
    float: left;
    margin-top: 36px;
    width: 397px;
    height: 470px;
    background-color: #99dddd;
    background-repeat: no-repeat;
}

.list .list_content .index_cptd ul li:nth-child(2n) {
    margin-left: 33px;
}

.list .list_content .index_cptd ul li:nth-child(1) {
    background-image: url(../images/cptd_icon_1.png);
    background-position: center 20px;
}

.list .list_content .index_cptd ul li:nth-child(2) {
    background-image: url(../images/cptd_icon_2.png);
    background-position: center 20px;
}

.list .list_content .index_cptd ul li:nth-child(3) {
    background-image: url(../images/cptd_icon_3.png);
    background-position: center 20px;
}

.list .list_content .index_cptd ul li:nth-child(4) {
    background-image: url(../images/cptd_icon_4.png);
    background-position: center 20px;
}

.list .list_content .index_cptd ul li:nth-child(5) {
    background-image: url(../images/cptd_icon_5.png);
    background-position: center 20px;
}

.list .list_content .index_cptd ul li:nth-child(6) {
    background-image: url(../images/cptd_icon_6.png);
    background-position: center 20px;
}

.list .list_content .index_cptd ul li:nth-child(1) .cptd_case {
    background-image: url(../images/cptd_01.jpg);
    background-size:200px;
}
/* .list .list_content .index_cptd ul li:nth-child(1) .cptd_case img{
    
} */
.list .list_content .index_cptd ul li:nth-child(2) .cptd_case {
    background-image: url(../images/cptd_02.jpg);
}

.list .list_content .index_cptd ul li:nth-child(3) .cptd_case {
    background-image: url(../images/cptd_03.jpg);
}

.list .list_content .index_cptd ul li:nth-child(4) .cptd_case {
    background-image: url(../images/cptd_04.jpg);
}

.list .list_content .index_cptd ul li:nth-child(5) .cptd_case {
    background-image: url(../images/cptd_05.jpg);
}

.list .list_content .index_cptd ul li:nth-child(6) .cptd_case {
    background-image: url(../images/cptd_06.jpg);
}

.list .list_content .index_cptd ul li .cptd_case {
    margin: 83px auto 0;
    width: 358px;
    height: 370px;
    background-color: rgba(255, 255, 255, .9);
    background-position: 50% 90%;
    background-repeat: no-repeat;
    box-shadow: 0 2px 6px #666;
}

.list .list_content .index_cptd ul li .cptd_case h3 {
    padding: 24px 0 20px 0;
    font-size: 19px;
    text-align: center;
}

.list .list_content .index_cptd ul li .cptd_case p {
    margin: 0 8px;
    padding: 16px 10px 0;
    font-size: 14px;
    text-indent: 28px;
    line-height: 24px;
    border-top: 1px dotted #303030;
}

/*Ӧ������*/
.list .list_content .index_yyly {
    padding: 0 20px;
}

.list .list_content .index_yyly .yyly_h {
    margin: 40px 0 45px;
    text-align: center;
}

.list .list_content .index_yyly .yyly_p {
    padding: 18px 25px;
    line-height: 29px;
    border: 1px dashed #01a9aa;
    border-radius: 8px;
    text-indent: 32px;
}

.list .list_content .index_yyly ul {
    margin-top: 26px;
    overflow: hidden;
}

.list .list_content .index_yyly ul li {
    float: left;
    width: 368px;
    margin-top: 42px;
    position: relative;
    overflow: hidden;
}

.list .list_content .index_yyly ul li:nth-child(2n) {
    margin-left: 30px;
}

.list .list_content .index_yyly ul li > img {
    position: absolute;
    left: 50%;
    margin-left: -117px;
    top: 0;
}

.list .list_content .index_yyly ul li > h3 {
    position: absolute;
    top: 181px;
    left: 50%;
    margin-left: -113px;
    width: 227px;
    height: 37px;
    line-height: 37px;
    font-size: 17px;
    background: #01a9aa;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    font-family: "����";
}

.list .list_content .index_yyly ul li .yyly_case {
    margin-top: 120px;
    padding-bottom: 30px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
}

.list .list_content .index_yyly ul li .yyly_case p {
    box-sizing: border-box;
    padding: 30px 17px 20px;
    margin: 80px auto 0;
    width: 333px;
    border: 2px dashed #ff7101;
    border-radius: 4px;
    font-size: 14px;
    line-height: 24px;
}

/*�����ʴ�*/
.list .list_content .index_cjwd {
    margin: 0 0 0 30px;
    width: 770px;
}

.list .list_content .index_cjwd > h3 {
    margin: 30px 0 15px;
    font-size: 18px;
    line-height: 23px;
    text-indent: 18px;
}

.list .list_content .index_cjwd > p {
    padding: 18px;
    background: #f0f0f0;
    line-height: 30px;
}

.list .list_content .index_cjwd .cjwd_b {
    padding: 40px 0 0 164px;
    background: url(../images/index_article_cjwd_03.png) no-repeat;
    background-position: 84px 23px;
}

.list .list_content .index_cjwd .cjwd_b p {
    margin-top: 10px;
    font-size: 19px;
    line-height: 30px;
}

.list .list_content .index_cjwd .cjwd_b p i {
    display:inline-block;
    padding: 5px 10px;
    margin-right: 4px;
    color: #fff;
    background: #01a9aa;
    border-radius: 6px;
}

.list .list_content .index_cjwd .cjwd_b p span {
    color: #01a9aa;
    font-weight: bold;
}

/*message����*/
.list .list_content .message {
    margin: 60px 0 0 78px;
    font-family: "����";
}

.list .list_content .message > h3 {
    font-weight: normal;
    font-size: 16px;
    line-height: 39px;
}

.list .list_content .message > p {
    line-height: 39px;
    text-indent: 32px;
    color: #606060;
}

#message_form {
    line-height: 30px;
    margin: 0 0 0 88px;
    color: #606060;
}

#message_form ul li span {
    display: inline-block;
    width: 63px;
}

#message_form ul li input {
    height: 18px;
    margin-left: 50px;
    margin-right: 5px;
}

#message_form ul li:last-child {
    margin-top: 6px;
}

#message_form ul li:last-child span {
    vertical-align: middle;
}

#message_form ul li:last-child textarea {
    margin-left: 50px;
    height: 197px;
    width: 350px;
    resize: none;
    vertical-align: middle;
}

#message_form #name, #message_form #tel {
    width: 120px;
}

#message_form #mail, #message_form #title {
    width: 254px;
}

#message_form .radio {
    margin-left: 120px;
}

#message_form .radio span, #message_form .radio input {
    vertical-align: middle;
}

#message_form .submit {
    margin-left: 350px;
}

#message_form .reset {
    margin-left: 20px;
}

/*����ģ��*/
.index_content {
}

.article_content {
    margin: 20px 0 0 20px;
    line-height: 30px;
}

.article_content .article_title {
    padding: 0 0 10px 0;
    line-height: 30px;
    text-align: center;
    border-bottom: #CCC 1px dotted;
}

.article_content .article_title > h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.article_content .article {
    margin-top: 20px;
    padding: 0 20px;
    line-height: 30px;
	width:600px;margin:0 auto;
}

.article_page {
    margin-top: 50px;
    line-height: 30px;
    font-size: 16px;
}

.article_page .page_prev a, .article_page .page_next a {
    color: #000;
}