﻿@font-face {
    font-family: pangMenZhengDao;
    src: url('pangMenZhengDao.ttf')
}

body,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p,
textarea,
table,
div,
ul,
li,
select {
    margin: 0;
    padding: 0;
    color: inherit;
    line-height: inherit;
    font-family: "Microsoft Yahei";
}

img {
    border: 0;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

:focus {
    outline: none !important;
    border-color: inherit;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

h3,
h4,
h5,
h6 {
    font-weight: normal;
}

em,
i {
    font-style: normal;
}

* {
    box-sizing: border-box;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
    -webkit-appearance: none;
}

input[type="button"] {
    border: none;
}

textarea {
    -webkit-appearance: none;
}

.auto {
    width: 1200px;
    margin: 0 auto;
}

.auto1400 {
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
}

:hover {
    transition: all .2s;
}

.img_hover_wrap {
    overflow: hidden;
}

.img_hover {
    transition: all .3s;
}

.img_hover:hover {
    transform: scale(1.05, 1.05);
}

.img_traslate {
    transition: all .3s;
}

.img_traslate:hover {
    transform: translateY(-10px);
}

.img_rotate {
    transition: all .3s;
}

.img_rotate:hover {
    transform: rotate(-360deg);
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal !important;
}

.center {
    text-align: center;
}

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

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ele {
    position: relative;
}

.ele:before,
.ele:after {
    content: '';
    position: absolute;
    display: block;
}

.ipt {
    display: block;
    border: none;
}

.ipt_button {
    cursor: pointer;
}

.item_scale .icon {
    transition: all .3s;
}

.item_scale:hover .icon {
    transform: scale(1.05, 1.05);
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 3;*/
}

/*新闻资讯*/
.head {
    padding: 20px 0;
}

.hd_logo {}

.hd_logo .img {
    height: 80px;
    width: auto;
}

.hd_search {
    width: 315px;
    height: 40px;
    border: 2px solid #71b4e1;
    overflow: hidden;
    margin-top: 20px;
}

.hd_search .ipt_txt {
    width: 260px;
    background: url(../images/icon_01.png) no-repeat 14px center;
    background-size: 14px;
    padding-left: 35px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #666;
}

.hd_search .submit {
    font-size: 14px;
    color: #fff;
    height: 36px;
    line-height: 36px;
    width: 50px;
    background: #71b4e1;
    cursor: pointer;
}

.hd_search .submit:hover {
    opacity: .9;
}

.hd_tel {
    margin: 20px 0 0 85px;
    text-align: right;
}

.hd_tel .fz {
    font-size: 14px;
    color: #7d7d7d;
}

.hd_tel .tel {
    font-size: 22px;
    color: #383838;
    font-weight: bold;
    margin-top: 3px;
    background: url(../images/icon_02.png) no-repeat left center;
    background-size: 18px;
    padding-left: 32px;
}

.head>.auto {
    position: relative;
}

.head .lang {
    position: absolute;
    right: 0;
    top: -15px;
    font-size: 12px;
    color: #999999;
}

.head .lang a {
    color: #999999;
}

.head .lang a:hover {
    color: #71b4e1;
}

.hd_nav {
    background: #71b4e1;
    font-size: 0;
    position: relative;
    z-index: 10
}

.hd_nav .auto>li {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    text-align: center;
    height: 85px;
    padding: 22px 0 0;
    border-right: 1px solid #8dc3e7;
    position: relative
}

.hd_nav .auto>li>a {
    display: block;
}

.hd_nav .cn {
    font-size: 17px;
    color: #fff;
    font-weight: bold;
}

.hd_nav .en {
    font-size: 13px;
    color: rgba(255, 255, 255, .3);
    margin-top: 5px;
    font-family: arial;
}

.hd_nav .auto>li.cur,
.hd_nav li:hover {
    background: #58a4d7;
}

.hd_nav .auto>li.cur .en,
.hd_nav li:hover .en {
    color: rgba(255, 255, 255, .5);
}


.nav-child {
    display: none;
    position: absolute;
    width: 140px;
    top: 100%;
    left: 50%;
    margin-left: -70px;
    z-index: 11;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.nav-child .sub {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 10px 0;
    position: relative
}

.nav-child .sub:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #71b4e1;
    left: 55px;
    top: 0
}

.nav-child .sub li {
    position: relative;
    width: 100%;
}

.nav-child .sub li a {
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #666666;
    text-align: center;
    font-size: 13px;
}

.nav-child .sub li:hover a {
    color: #fff;
    background: #71b4e1;
}




.inner_banner {
    height: 480px;
}

.p_menu {
    font-size: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .04);
}

.p_menu .lk {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 30px 0 25px;
    width: 25%;
    border-right: 1px solid #ddd;
}

.p_menu .lk:first-child {
    border-left: 1px solid #ddd;
}

.p_menu .icon {
    display: block;
    margin: 0 auto;
    height: 48px;
    width: auto;
}

.p_menu .icon_h {
    display: none;
}

.p_menu .tit {
    font-size: 16px;
    color: #767676;
    margin-top: 10px;
}

.p_menu .lk.cur,
.p_menu .lk:hover {
    background: #71b4e1;
}

.p_menu .lk.cur .tit,
.p_menu .lk:hover .tit {
    color: #fff;
}

.p_menu .lk.cur .icon_h,
.p_menu .lk:hover .icon_h {
    display: block;
}

.p_menu .lk.cur .icon_s,
.p_menu .lk:hover .icon_s {
    display: none;
}

.p_menu.w5 .lk {
    width: 20%;
}

.news_main {
    padding: 40px 0 95px;
}

.news_list {}

.news_list .item {
    padding: 35px 0;
    border-bottom: 1px dotted #ddd;
}

.news_list .info {
    width: 940px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 150px;
}

.news_list .title {
    font-size: 18px;
    color: #383838;
    font-weight: bold;
    display: block;
}

.news_list .brief {
    font-size: 14px;
    color: #767676;
    line-height: 28px;
    margin-top: 10px;
}

.news_list .date {
    font-size: 13px;
    color: #767676;
    margin-top: 30px;
}

.news_list .pic {
    width: 250px;
    display: inline-block;
    vertical-align: middle;
}

.pagelist {
    margin-top: 45px;
    text-align: center;
    font-size: 0;
}

.pagelist .prev,
.pagelist .next {
    width: 58px;
    height: 58px;
    display: inline-block;
    vertical-align: middle;
}

.pagelist .prev {
    background: url(../images/news_07.png) no-repeat center;
    background-size: contain;
}

.pagelist .next {
    background: url(../images/news_08.png) no-repeat center;
    background-size: contain;
}

.pagelist .fz {
    font-size: 16px;
    color: #767676;
    display: inline-block;
    vertical-align: middle;
    width: 115px;
    height: 58px;
    line-height: 58px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}


.foot {
    border-top: 1px solid #d9d9d9;
    padding: 65px 0 80px;
}

.foot .lbox {
    width: 990px;
}

.foot .rbox {
    width: 200px;
}

.ft_col {
    float: left;
    margin-right: 80px;
}

.ft_col .tit {
    font-size: 18px;
    color: #383838;
    padding-bottom: 12px;
    position: relative;
}

.ft_col .tit:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background: #71b4e1;
    left: 0;
    bottom: 0;
}

.ft_col .lks {
    margin-top: 20px;
}

.ft_col .lks a {
    display: block;
    font-size: 14px;
    color: #767676;
    line-height: 30px;
}

.ft_col .lks a:hover {
    color: #71b4e1;
}

.ft_vx {
    margin-top: 65px;
}

.ft_vx li {
    display: inline-block;
    vertical-align: text-top;
    margin-right: 40px;
    text-align: center;
}

.ft_vx .vx {
    width: 80px;
    height: 80px;
}

.ft_vx .fz {
    font-size: 13px;
    color: #767676;
    margin-top: 10px;
}

.ft_contact {}

.ft_contact .tit {
    font-size: 18px;
    color: #383838;
    margin-bottom: 46px;
}

.ft_contact .fz {
    font-size: 14px;
    color: #383838;
}

.ft_contact li {
    margin-top: 35px;
}

.ft_contact .wz {
    font-size: 14px;
    color: #767676;
    margin-top: 5px;
}

.ft_bot {
    font-size: 13px;
    color: #fff;
    line-height: 25px;
    padding: 25px 0;
    background: #71b4e1;
}

/*新闻详情*/
.newsdet_main {
    padding: 85px 0 80px;
}

.news_l {
    width: 800px;
}

.news_r {
    width: 340px;
}

.newsdet_top {}

.newsdet_top .title {
    font-size: 20px;
    color: #383838;
    font-weight: bold;
}

.newsdet_top .sm {
    margin-top: 25px;
}

.newsdet_top .date,
.newsdet_top .read {
    font-size: 14px;
    color: #767676;
    margin-right: 40px;
    padding-left: 30px;
}

.newsdet_top .date {
    background: url(../images/news_09.png) no-repeat left center;
    background-size: 20px;
}

.newsdet_top .read {
    background: url(../images/news_10.png) no-repeat left center;
    background-size: 20px;
}

.newsdet_top .vx {
    width: 22px;
    height: 22px;
    display: block;
    background: url(../images/news_11.png) no-repeat center;
    background-size: contain;
}

.newsdet_edit {
    font-size: 14px;
    color: #767676;
    line-height: 28px;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    margin-top: 20px;
}

.newsdet_share {
    padding: 25px 0;
}

.newsdet_share .share {}

.newsdet_share .share .ico {
    margin-right: 2px;
}

.newsdet_share .tags {}

.newsdet_share .tags em {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #767676;
    line-height: 26px;
    margin-left: 3px;
    border: 1px solid #ddd;
    padding: 0 10px;
}

.newsdet_bot {
    border-top: 1px solid #ddd;
    padding: 20px 0;
}

.pagenav {
    width: 80%;
}

.pagenav li {
    font-size: 14px;
    color: #767676;
    line-height: 30px;
}

.pagenav li:hover a {
    color: #71b4e1;
}

.n_back {
    font-size: 14px;
    color: #fff;
    width: 135px;
    line-height: 38px;
    background: #71b4e1;
    text-align: center;
    display: block;
    border-radius: 18px;
    margin-top: 10px;
}

.n_back:hover {
    background: #3695d5;
}

.news_tit {
    font-size: 20px;
    color: #383838;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.news_hot {
    padding-top: 50px;
}

.news_hot .list {
    padding: 15px 0;
}

.news_hot .list li {
    padding: 35px 20px 30px;
    border-bottom: 1px solid #ddd;
}

.news_hot .list .title {
    display: block;
    font-size: 16px;
    color: #383838;
}

.news_hot .list .date {
    font-size: 13px;
    color: #767676;
    margin-top: 10px;
}

.news_hot .list li:hover {
    background: #71b4e1;
}

.news_hot .list li:hover .title {
    color: #fff;
}

.news_hot .list li:hover .date {
    color: #fff;
}

/*售后服务*/
.p_titbox {
    margin-bottom: 20px;
}

.p_titbox .cn {
    font-size: 36px;
    color: #383838;
    font-weight: bold;
}

.p_titbox .en {
    font-size: 20px;
    color: #afafaf;
    font-weight: bold;
    font-family: arial;
    margin-top: 15px;
}

.p_titbox .t_ico {
    margin-top: 20px;
}

.ser_commit {
    padding: 95px 0 50px;
}

.ser_commit .detail {}

.ser_commit .box {
    margin-bottom: 40px;
}

.ser_commit .box .tit {
    font-size: 18px;
    color: #383838;
    font-weight: bold;
    margin-bottom: 10px;
}

.ser_commit .box .txt {
    font-size: 14px;
    color: #767676;
    line-height: 28px;
}

.ser_process {
    padding: 85px 0 80px;
    background: #f3f3f3;
}

.ser_process .list {
    margin-left: -20px;
}

.ser_process .list li {
    float: left;
    width: 385px;
    height: 155px;
    background: #fff;
    margin: 0 0 20px 20px;
    padding: 30px 40px;
}

.ser_process .list .tit {
    font-size: 16px;
    color: #383838;
    font-weight: bold;
}

.ser_process .list .num {
    background: #71b4e1;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    width: 26px;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
}

.ser_process .list .txt {
    font-size: 14px;
    color: #767676;
    line-height: 26px;
    margin-top: 10px;
}

.ser_apply {
    background: url(../images/ser_03.jpg) no-repeat center;
    background-size: cover;
    height: 820px;
}

.ser_apply .rbox {
    width: 580px;
    padding: 50px 0 0 80px;
}

.ser_form {}

.ser_form .row {
    margin-bottom: 20px;
}

.ser_form li {
    width: 240px;
}

.ser_form .tit {
    font-size: 16px;
    color: #383838;
    line-height: 30px;
    margin-bottom: 5px;
}

.ser_form .tit em {
    font-size: 14px;
    color: #afafaf;
}

.ser_form .info {}

.ser_form .ipt {
    height: 48px;
    line-height: 48px;
    border: 1px solid #afafaf;
    width: 100%;
    font-size: 16px;
    color: #666;
}

.ser_form .ipt_txt {
    padding: 0 15px;
}

.ser_form .textarea {
    height: 175px;
    resize: none;
    padding: 10px 15px;
    line-height: 24px;
}

.ser_form .submit {
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    height: 50px;
    background: #71b4e1;
    text-align: center;
    border: none;
    cursor: pointer;
    margin-top: 20px;
}

.ser_form .submit:hover {
    background: #3695d5;
}

.ser_form .yzm .ipt {
    float: left;
    width: 320px;
}

.ser_form .yzm img {
    float: right;
    width: 150px;
    height: 48px
}

/*联系我们*/
.contact_way {
    padding: 95px 0;
}

.contact_way .lbox {
    width: 450px;
}

.contact_way .rbox {
    width: 730px;
}

.contact_way .info {}

.contact_way .tit {
    font-size: 22px;
    color: #383838;
    font-weight: bold;
    margin-bottom: 30px;
}

.contact_way .info li {
    margin-bottom: 20px;
}

.contact_way .info .icon {
    width: 50px;
    display: block;
    float: left;
}

.contact_way .info .txt {
    margin-left: 70px;
}

.contact_way .info .title {
    font-size: 16px;
    color: #383838;
    font-weight: bold;
}

.contact_way .info .font {
    font-size: 15px;
    color: #767676;
    margin-top: 10px;
}

.contact_way .map {
    width: 730px;
    height: 425px;
}

.contact_msg {
    background: #f3f3f3;
    padding: 95px 0;
}

.msg_form {}

.msg_form li {
    margin-bottom: 15px;
}

.msg_form .tit {
    font-size: 16px;
    color: #383838;
    line-height: 30px;
    margin-bottom: 5px;
}

.msg_form .ipt {
    height: 50px;
    background: #fff;
    width: 100%;
    font-size: 14px;
    color: #666;
}

.msg_form .ipt_txt {
    padding: 0 30px;
    line-height: 50px;
}

.msg_form .textarea {
    padding: 15px 30px;
    line-height: 24px;
    resize: none;
    height: 185px;
}

.msg_form .submit {
    width: 155px;
    height: 40px;
    line-height: 40px;
    background: #71b4e1;
    font-size: 14px;
    color: #fff;
    border-radius: 18px;
    margin-top: 30px;
    cursor: pointer;
}

.msg_form .submit:hover {
    background: #3695d5;
}

.msg_form .yzm .ipt {
    float: left;
    width: 200px;
}

.msg_form .yzm img {
    float: left;
    width: 100px;
    height: 50px
}



/*关于我们*/
.about_profile {
    padding: 95px 0;
}

.about_profile .edit {
    font-size: 14px;
    color: #767676;
    line-height: 28px;
}

.about_profile .edit h6 {
    font-size: 20px;
    color: #383838;
    font-weight: bold;
}

.about_cul {
    padding: 95px 0;
    background: #f3f3f3;
}

.about_cul .list {}

.about_cul .list li {
    width: 600px;
    float: left;
}

.about_cul .list .pic {
    width: 300px;
    height: 235px;
}

.about_cul .list .info {
    width: 300px;
    height: 235px;
    background: #fff;
    padding: 45px 38px;
}

.about_cul .list .title {
    font-size: 20px;
    color: #383838;
    font-weight: bold;
}

.about_cul .list .title img {
    margin-right: 10px;
}

.about_cul .list .txt {
    font-size: 14px;
    color: #767676;
    line-height: 26px;
    margin-top: 10px;
}

.about_honor {
    padding: 85px 0 95px;
    background: url(../images/about_15.jpg) no-repeat center;
    background-size: cover;
}

.about_honor .list {
    margin-left: -25px;
}

.about_honor .item {
    width: 280px;
    float: left;
    margin-left: 25px;
}

.about_honor .item .title {
    font-size: 16px;
    color: #767676;
    line-height: 75px;
    text-align: center;
    background: #fff;
    border-top: 1px solid #efefef;
}

.about_honor .item .img {
    width: 280px;
    height: 295px;
}

.about_honor .item:hover .title {
    background: #40a3e4;
    color: #fff;
}

.p_slide .owl-theme .owl-controls .owl-pagination {
    display: none;
}

.p_slide .owl-theme .owl-controls .owl-buttons div {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #fff;
    opacity: 1;
    position: absolute;
    top: -115px;
}

.p_slide .owl-theme .owl-controls .owl-buttons .owl-prev {
    background-image: url(../images/about_13.png);
    right: 60px;
}

.p_slide .owl-theme .owl-controls .owl-buttons .owl-next {
    background-image: url(../images/about_14.png);
    right: 0;
}

.p_slide .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
    background-image: url(../images/about_13-1.png);
}

.p_slide .owl-theme .owl-controls .owl-buttons .owl-next:hover {
    background-image: url(../images/about_14-1.png);
}


.about_sl {
    padding: 85px 0 95px;
}

.about_sl .desc {
    font-size: 14px;
    color: #767676;
    line-height: 28px;
    width: 915px;
}

.about_sl .list {
    margin: 40px 0 0 -60px;
}

.about_sl .list li {
    margin: 0 0 0 60px;
    width: 565px;
    float: left;
}

.about_sl .list .img {
    width: 565px;
    height: 315px;
}

.about_sl .list .title {
    font-size: 16px;
    color: #fff;
    line-height: 70px;
    background: #40a3e4;
    text-align: center;
}

.about_path {
    padding: 85px 0 95px;
    background: #f3f3f3;
}

.about_path .list {
    margin-left: -40px;
}

.about_path .item {
    padding: 35px;
    background: #fff;
    width: 370px;
    height: 460px;
    border-bottom: 8px solid #40a3e4;
    margin-left: 40px;
    float: left;
}

.about_path .item .year {
    font-size: 32px;
    color: #333333;
    font-weight: bold;
}

.about_path .item .txt {
    font-size: 14px;
    color: #808080;
    line-height: 26px;
}

.about_customer {
    padding: 95px 0 85px;
}

/*电子锯工艺段-后侧上料电脑裁板锯*/
.pro_main {
    padding: 30px 0;
}

.pro_menu {
    padding: 50px 0 50px;
    border-bottom: 1px dotted #ddd;
}

.pro_menu .lk {
    font-size: 16px;
    color: #767676;
    line-height: 55px;
    border: 1px solid #ddd;
    border-radius: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    margin-right: 20px;
    min-width: 210px;
    text-align: center;
}

.pro_menu .lk.cur,
.pro_menu .lk:hover {
    color: #fff;
    background: #71b4e1;
    border-color: #71b4e1;
}

.pro_top {
    padding: 55px 0 130px;
}

.pro_top .topbox {}

.pro_top .p_titbox {
    width: 50%;
}

.pro_top .tags {
    width: 50%;
    margin-top: 20px;
    text-align: right;
}

.pro_top .tags em {
    font-size: 20px;
    color: #767676;
    font-weight: bold;
    background: url(../images/pro_15.png) no-repeat left center;
    background-size: 16px;
    padding-left: 25px;
    margin-left: 30px;
}

.pro_top .botbox {}

.pro_top .info {
    font-size: 14px;
    color: #767676;
    line-height: 32px;
    width: 410px;
}

.pro_top .info h6 {
    font-size: 18px;
    color: #767676;
    font-weight: bold;
    line-height: 32px;
}

.pro_top .tup {
    /*width: 820px;*/
    width: 760px;
}

.pro_td {
    border-top: 1px dotted #ddd;
    padding: 80px 0 70px;
}

.pro_td .list {
    margin-left: -45px;
}

.pro_td .list li {
    margin: 0 0 25px 45px;
    float: left;
    width: 370px;
}

.pro_td .list .img {
    width: 100%;
    height: 240px;
}

.pro_td .list .title {
    font-size: 16px;
    color: #383838;
    font-weight: bold;
    text-align: center;
    line-height: 65px;
    background: #f1f8fe;
}

.pro_td .list li:hover .title {
    color: #fff;
    background: #71b4e1;
}

.pro_para {
    padding: 70px 0 65px;
    border-top: 1px dotted #ddd;
}

/*产品中心-特价类*/
.fb_top {
    padding: 55px 0 80px;
}

.fb_top .botbox .info {
    width: 100%;
    font-size: 18px;
    line-height: 32px;
}

.fb_top .botbox .tup {
    width: 100%;
    margin-top: 30px;
}

.fb_derect {
    padding: 0 0 60px;
}

.fb_derect .tit {
    font-size: 20px;
    color: #383838;
    font-weight: bold;
    text-align: right;
}

.fb_derect .tit .ico {
    margin-right: 10px;
}

.fb_derect .detail {
    margin-top: 25px;
}

.fb_td .list {
    margin-left: -15px;
}

.fb_td .list li {
    width: 285px;
    margin-left: 15px;
}



/*行业方案*/
.p_menu.w3 .lk {
    width: 33.3%;
}

.case_lc {
    padding: 45px 0 65px;
    border-top: 1px dotted #ddd;
}

.case_lc .list {
    margin-left: -40px;
}

.case_lc .list li {
    float: left;
    margin: 0 0 35px 40px;
    background: #f1f8fe;
    width: 580px;
}

.case_lc .list .pic {
    width: 305px;
    height: 230px;
    float: left;
}

.case_lc .list .info {
    padding: 35px;
    width: 275px;
    height: 230px;
    float: right;
}

.case_lc .list .num {
    font-size: 17px;
    color: #fff;
    line-height: 36px;
    width: 36px;
    background: #71b4e1;
    height: 36px;
    border-radius: 50%;
    display: block;
    text-align: center;
}

.case_lc .list .title {
    font-size: 20px;
    color: #383838;
    font-weight: bold;
    margin-top: 20px;
}

.case_lc .list .txt {
    font-size: 14px;
    color: #767676;
    line-height: 26px;
    margin-top: 10px;
}

/*index*/



.p_titbox .cn {
    font-family: 'pangMenZhengDao';
    font-weight: normal;
    font-style: italic;
    font-size: 54px;
}

.p_titbox .en {
    font-style: italic;
}

.idx_bar {
    padding: 60px 0;
}

.idx_bar li {
    width: 33.3%;
    float: left;
}

.idx_bar .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.idx_bar .txt {
    display: inline-block;
    vertical-align: middle;
}

.idx_bar .title {
    font-size: 20px;
    color: #272727;
}

.idx_bar .font {
    font-size: 14px;
    color: #767676;
    margin-top: 10px;
}



.idx_sec1 {
    padding: 85px 0;
    background: #f3f3f3;
}

.idx_sec1 .list {
    margin-left: -30px;
}

.idx_sec1 .list li {
    float: left;
    width: 580px;
    position: relative;
    margin: 0 0 30px 30px;
}

.idx_sec1 .list .img {
    width: 580px;
    height: 290px;
}

.idx_sec1 .list .bot {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 0;
    background: rgba(0, 0, 0, .68);
    padding: 12px 0;
}

.idx_sec1 .list .txt {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding-left: 35px;
}

.idx_sec1 .list .title {
    font-size: 18px;
    color: #fff;
}

.idx_sec1 .list .wz {
    font-size: 12px;
    color: rgba(255, 255, 255, .35);
    line-height: 20px;
}

.idx_sec1 .list .font {
    font-size: 13px;
    color: rgba(255, 255, 255, .6);
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding-right: 30px;
    text-align: right;
}

.idx_sec1 .list li:hover .bot {
    background: #71b4e1;
}

.idx_sec2 {
    padding: 85px 0 150px;
    background: url(../images/idx_12.jpg) no-repeat center bottom;
    background-size: 100% 145px;
}

.idx_sec2 .lbox {
    width: 520px;
}

.idx_sec2 .txt {
    font-size: 14px;
    color: #767676;
    line-height: 28px;
}

.idx_sec2 .more {
    font-size: 14px;
    color: #fff;
    width: 150px;
    line-height: 44px;
    background: #71b4e1;
    display: block;
    border-radius: 22px;
    text-align: center;
    margin-top: 45px;
}

.idx_sec2 .more:hover {
    background: #2d9de8;
}

.idx_sec2 .rbox {
    width: 615px;
}

.idx_sec2 .video {
    margin-bottom: 25px;
}

.idx_sec3 {
    padding: 65px 0;
}

.idx_sec3 .imgbox {
    width: 50%;
    padding-top: 20px;
}

.idx_sec3 .info {
    width: 524px;
}

.idx_sec3 .txt {
    font-size: 14px;
    color: #767676;
    line-height: 28px;
}


.idx_sec4 {
    background: url(../images/idx_22.jpg) no-repeat center;
    background-size: cover;
    padding: 95px 0;
}

.idx_sec4 .list {
    margin-left: -30px;
}

.idx_sec4 .list li {
    width: 380px;
    float: left;
    margin-left: 30px;
    box-shadow: 0 0 10px #efefef;
}

.idx_sec4 .list .imgbox {
    position: relative;
}

.idx_sec4 .list .img {
    width: 380px;
    height: 400px;
}

.idx_sec4 .list .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
}

.idx_sec4 .list .icon {
    position: absolute;
    border-radius: 50%;
    width: 98px;
    height: 98px;
    left: 50%;
    top: 50%;
    margin-left: -49px;
    margin-top: -49px;
}

.idx_sec4 .list .ic {
    width: 98px;
    height: 98px;
}

.idx_sec4 .list .title {
    font-size: 18px;
    color: #383838;
    line-height: 80px;
    text-align: center;
    background: #fff;
}

.idx_sec4 .list li:hover .icon {
    background: #71b4e1;
}

.idx_sec4 .list li:hover .title {
    background: #71b4e1;
    color: #fff;
}

.idx_sec4 .list li:hover .mask {
    background: rgba(0, 0, 0, 0);
}

.idx_sec5 {
    padding: 75px 0;
}

.idx_sec5 .t_tit {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.idx_sec5 .t_tit .tit {
    font-size: 24px;
    color: #383838;
    font-weight: bold;
    min-width: 145px;
    border-bottom: 3px solid #71b4e1;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
}

.idx_sec5 .t_tit .more {
    font-size: 13px;
    color: #838383;
    line-height: 50px;
}

.idx_sec5 .t_tit .more:hover {
    color: #71b4e1;
}

.idx_news {
    width: 800px;
}

.idx_news .list {}

.idx_news .list li {
    padding: 25px 0;
    border-bottom: 1px dashed #ddd;
    padding-right: 120px;
    background: url(../images/idx_24.png) no-repeat right center;
    background-size: 20px;
}

.idx_news .list .title {
    display: block;
    font-size: 18px;
    color: #383838;
    font-weight: bold;
}

.idx_news .list .brief {
    font-size: 13px;
    color: #838383;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    margin-top: 10px;
}

.idx_news .list .date {
    font-size: 13px;
    color: #838383;
    margin-top: 10px;
}

.idx_news .list li:last-child {
    border-bottom: none;
}

.idx_news .list li:hover .title {
    color: #71b4e1;
}

.idx_faq {
    width: 335px;
}

.idx_faq .list {}

.idx_faq .list li {
    padding: 22px 0;
    border-bottom: 1px dashed #ddd;
}

.idx_faq .list .title {
    display: block;
    font-size: 18px;
    color: #383838;
    font-weight: bold;
}

.idx_faq .list .brief {
    font-size: 13px;
    color: #838383;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    margin-top: 10px;
}

.idx_faq .list li:last-child {
    border-bottom: none;
}

.idx_faq .list li:hover .title {
    color: #71b4e1;
}

.idx_sec6 {
    background: url(../images/idx_23.jpg) no-repeat center;
    background-size: cover;
}

.idx_sec6 .ser_form .ipt {
    border: none;
}

.idx_sec6 .ser_form .x {
    margin-left: 50px;
    color: red;
}

.idx_sec6 .p_titbox .en {
    font-size: 16px;
}

.idx_sec6 .p_titbox .cn {
    font-size: 46px;
}






/*********      page      ***************/
#page {
    width: 100%;
    padding: 40px 0;
    overflow: hidden;
    margin: auto
}

#page .page_info {
    text-align: center
}

#page .page_info select {
    display: none;
}

#page .page_info span,
#page .page_info a {
    padding: 8px 14px;
    font-size: 14px;
    margin: 0 5px;
    border: none;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    line-height: 30px;
    color: #666;
}

#page .page_info span.nolink {
    color: #ccc;
    background: #fff;
    border: 1px solid #f1f1f1;
}

#page .page_info span {
    background-color: #71b4e1;
    border: 1px solid #71b4e1;
}

#page .page_info span font {
    color: #fff;
    font-weight: normal;
    *padding: 0;
    *width: 8px;
    *height: 10px;
    font-size: 14px;
    font-weight: bold
}

#page .page_info a:hover {
    background-color: #71b4e1;
    color: #fff;
    border: 1px solid #71b4e1;
}


/** prev next button ***/
.pn {
    padding-top: 15px;
    margin: auto;
    overflow: hidden;
    border-top: 1px solid #e7e7e7;
    color: #666666
}

.pn .pn_l {
    float: left;
    width: 49%;
    padding: 5px 0;
    font-size: 14px;
}

.pn .pn_r {
    float: right;
    width: 49%;
    padding: 5px 0;
    font-size: 14px;
    text-align: right
}

.pn a {
    color: #666666
}

.pn a:hover {
    color: #71b4e1
}






.search_list {
    width: 760px;
    float: left;
}

.search_list h2 {
    height: 48px;
    line-height: 1;
    font-size: 18px;
    border-bottom: 1px solid #e7e7e7;
}

.search_list li {
    padding: 20px 0;
    height: 170px;
    border-bottom: 1px solid #dddddd
}

.search_list li .tit {
    width: 760px;
    height: 30px;
    line-height: 30px;
}

.search_list li .tit a {
    color: #0000cc;
    font-size: 16px;
    text-decoration: underline
}

.search_list li .tit a .hightlight {
    color: #cc0087
}

.search_list li .con {
    height: 90px;
    margin-top: 10px;
}

.search_list li .con .pic {
    float: left;
    width: 120px;
    height: 90px;
    margin-right: 20px;
    overflow: hidden
}

.search_list li .con .pic a {
    display: table-cell;
    width: 120px;
    height: 90px;
    text-align: center;
    vertical-align: middle
}

.search_list li .con .pic img {
    max-width: 120px;
    max-height: 90px;
}

.search_list li .con .txt {
    height: 88px;
    line-height: 22px;
    color: #333;
    overflow: hidden
}

.search_list li .con .txt .hightlight {
    color: #cc0087
}


.search_listright {
    width: 380px;
    float: right
}

.search_listright h3 {
    height: 48px;
    line-height: 1;
    font-size: 18px;
    border-bottom: 1px solid #e7e7e7
}

.search_listright .box {
    width: 380px;
    overflow: hidden;
}

.search_listright li {
    width: 380px;
    height: 114px;
    padding: 30px 0;
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7
}

.search_listright li .pic {
    float: left;
    width: 152px;
    height: 114px;
    border: 1px solid #e7e7e7;
}

.search_listright li .pic img {
    width: 152px;
    height: 114px;
}

.search_listright li .con {
    float: right;
    width: 205px;
    height: 114px;
}

.search_listright li .con .tit {
    width: 200px;
    height: 44px;
    line-height: 22px;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.search_listright li .con .tit a {
    color: #333
}

.search_listright li .con .date {
    margin-top: 10px;
    width: 200px;
    height: 15px;
    line-height: 15px;
    color: #999;
    font-size: 12px;
    overflow: hidden;
}

.search_listright li .con .rm {
    display: block;
    margin-top: 20px;
    width: 84px;
    height: 24px;
    line-height: 24px;
    padding: 0;
    color: #999999;
    text-align: center;
    border: 1px solid #e7e7e7;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.search_listright li .con .rm i {
    display: block;
    width: 20px;
    height: 10px;
    margin: auto;
    background: url(../imgs/rm2.png) no-repeat center bottom
}

.search_listright li .con .rm:hover {
    background-color: #71b4e1;
    border-color: #71b4e1;
    color: #ffffff
}



.banner {
    width: 100%;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.banner .swiper-container {
    position: relative;
    width: 1920px;
    height: 808px;
    left: 50%;
    margin-left: -960px;
    text-align: center;
    background: #222;
}

.banner .swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 45px;
    padding: 6px 15px;
    font-size: 0;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0.2);
    width: auto;
    left: 50%;
    right: auto;
    margin: auto;
    display: inline-block;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.banner .swiper-container-horizontal .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 2px solid #ffffff;
    display: inline-block;
    vertical-align: top;
    background: none;
    margin: 2px 9px;
    opacity: 1;
}

.banner .swiper-container-horizontal .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    opacity: 1;
    background: #ffffff;
}

.banner .swiper-button-prev {
    left: 50%;
    margin-left: -627px
}

.banner .swiper-button-next {
    right: 50%;
    margin-right: -627px
}









.jrwm {
    width: 1200px;
    padding: 85px 0 95px;
    margin: auto
}

.jrwm .ttt {
    background-color: #71b4e1;
    line-height: 62px;
}

.jrwm .wid1,
.jrwm .wid2,
.jrwm .wid3,
.jrwm .wid4,
.jrwm .wid5,
.jrwm .wid6 {
    float: left;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700
}

.jrwm .wid1 {
    width: 170px;
}

.jrwm .wid2 {
    width: 240px;
}

.jrwm .wid3 {
    width: 170px;
}

.jrwm .wid4 {
    width: 80px;
    margin-left: 60px
}

.jrwm .wid5 {
    width: 260px;
    margin-left: 50px
}

.jrwm .wid6 {
    width: 160px;
    float: right
}

.Huifold {
    border-bottom: 1px solid #e6e5e5;
}

.Huifold .item {
    position: relative;
    border-top: 1px solid #e6e5e5;
}

.Huifold .item h4 {
    margin: 0;
    position: relative;
    line-height: 90px;
    height: 90px;
    background-color: #ffffff;
    cursor: pointer;
}

.Huifold .item h4 .wid1,
.Huifold .item h4 .wid2,
.Huifold .item h4 .wid3,
.Huifold .item h4 .wid4,
.Huifold .item h4 .wid5,
.Huifold .item h4 .wid6 {
    color: #767676;
    font-size: 16px;
    font-weight: 400
}

.Huifold .item .info {
    display: none;
    padding: 40px 50px;
    background-color: #f5f5f5
}

.Huifold .item .info h5 {
    color: #383838;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px
}

.Huifold .item .info .content {
    color: #767676;
    font-size: 16px;
    line-height: 32px;
}

.Huifold .item .info .ljsq {
    display: block;
    width: 120px;
    height: 40px;
    background-color: #71b4e1;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    margin-top: 40px;
    cursor: pointer
}





.jrwm_mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 55;
    background-color: rgba(0, 0, 0, 0.5)
}

.jrwm_box {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -200px;
    width: 720px;
    height: 340px;
    z-index: 56;
    background-color: #ffffff;
    padding: 40px;
}

.jrwm_box .close {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    background: url(../images/close.png) no-repeat center;
    background-color: #ffffff;
    border-radius: 100%;
    cursor: pointer
}



.msg_form2 li {
    margin-bottom: 15px;
    min-height: 50px;
}

.msg_form2 .tit {
    float: left;
    width: 80px;
    font-size: 16px;
    color: #383838;
    line-height: 50px;
    margin-bottom: 5px;
}

.msg_form2 .ipt {
    float: left;
    width: 555px;
    height: 50px;
    background: #f1f1f1;
    font-size: 14px;
    color: #666;
}

.msg_form2 .ipt_txt {
    padding: 0 30px;
    line-height: 50px;
}

.msg_form2 .textarea {
    float: left;
    width: 555px;
    padding: 10px 30px;
    line-height: 30px;
    resize: none;
    height: 50px;
}

.msg_form2 .yzm {
    float: left;
}

.msg_form2 .yzm .ipt {
    float: left;
    width: 200px;
}

.msg_form2 .yzm img {
    float: left;
    width: 100px;
    height: 50px
}

.msg_form2 .submit {
    float: left;
    margin-left: 30px;
    width: 155px;
    height: 40px;
    line-height: 40px;
    background: #3695d5;
    font-size: 14px;
    color: #fff;
    border-radius: 18px;
    cursor: pointer;
}