@charset "utf-8";

/* CSS Document */

html,
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    position: relative;
    width: 100%;
}

ul,
p {
    margin: 0;
    padding: 0;
}


/* img{
	display:block;
} */

body,
input,
button,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Hiragino Sans GB, STHeiti, Microsoft Yahei, sans-serif, "微软雅黑";
}

ul,
li,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
blockquote,
pre,
p,
table,
tbody,
th,
td,
tr,
span {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none !important;
}


/*分页器*/


/* 集团介绍 */

.home_about,
.industry,
.news {
    padding: 60px 0;
    overflow: hidden;
}

.home_news {
    width: 100%;
    overflow: hidden;
}

.home_news h3,
.home_jj h3 {
    font-size: 28px;
    font-weight: bold;
    border-left: 4px solid #28b2e5;
    padding-left: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
}

.home_news h3 span,
.home_jj h3 span {
    text-align: right;
    font-size: 14px;
    font-weight: normal;
    color: #ccc;
    float: right;
    line-height: 40px;
}

.h_n_pic img {
    display: block;
    max-width: 100%;
    max-height: 80px;
    margin: 0 auto;
}

.h_n_info h4 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.h_n_info h4 span {
    font-weight: bold;
}

.h_n_date {
    line-height: 20px;
    color: #ccc;
}

.h_n_con {
    line-height: 24px;
    height: 30px;
    overflow: hidden;
    color: #999;
}

.home_news ul li {
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.home_jj {
    overflow: hidden;
}

.home_jj .h_a_c {
    width: 65%;
    float: left;
}

.h_a_zr {
    width: 35%;
    float: left;
}

.home_jj .h_a_c h3 {
    font-size: 30px;
    font-weight: bold;
}

.h_a_pic {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 339px;
}

.h_a_pic .a_bg {
    width: 100%;
    /* position:relative; */
    transition: all .8s;
    -o-transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
}

.a_icon {
    position: absolute;
    top: 30%;
    left: 35%;
    z-index: 9;
}

.a_icon img {
    display: block;
    margin: 0 auto;
    width: 100px;
    transition: all .8s;
    -o-transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
}

.a_icon span {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    margin-top: 20px;
    transition: all .8s;
    -o-transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
}

.h_a_pic:hover .a_bg {
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.h_a_pic:hover img {
    transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}


/* .h_a_pic:hover span{
	color:red;
} */

.h_shzr,
.h_fuwu {
    width: 100%;
    padding: 28px 0;
}


/* .h_shzr{
padding:46px 0;
} */

.h_shzr {
    background-color: #eaeaea;
}

.h_fuwu {
    background-color: #08acee;
}

.h_shzr img,
.h_fuwu img {
    display: block;
    margin: 0 auto;
    width: 80px;
    margin-bottom: 10px;
    transition: all .8s;
    -o-transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
}

.h_shzr span,
.h_fuwu span {
    display: block;
    text-align: center;
    font-size: 20px;
}

.h_fuwu span {
    color: white;
}

.h_shzr:hover img,
.h_fuwu:hover img {
    transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}


/*产业*/

.industry {
    background: url(../images/chanye_bg.jpg);
    background-size: cover;
    text-align: center;
    background-position: center;
    background-attachment: fixed;
}

.industry_tit {
    margin-bottom: 40px;
    width: 100%;
}

.industry_tit h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 56px;
    color: white;
}

.industry_tit p {
    font-size: 18px;
    color: white;
}

.indPro {
    text-align: center;
    font-size: 0;
}

.indPro a {
    display: inline-block;
    height: 280px;
    margin: 0 0 0 0px;
    background: #fff;
}


/* .slide {
    display: block;
    position: relative;
    overflow: hidden;
	height: 100%;
    float: left;
    clear: none;
    margin: 0;
    padding: 0;
    border: 0;
    list-style-image: none;
    list-style-type: none;

} */

.content1 {
    min-height: 400px;
    padding-bottom: 40px;
}

.content2 {
    line-height: 26px;
    padding: 0px 0px 60px;
    min-height: 400px;
}

@media only screen and (max-width: 800px) {
    .indPro a div {
        height: 130px;
        overflow: hidden;
    }
}

.indPro a div img {
    transition: transform 1s;
}

.indPro span {
    display: block;
    height: 80px;
    overflow: hidden;
    width: 100%;
    text-align: left;
    display: block;
}

.indPro span h1 {
    text-align: center;
    color: rgb(67, 67, 67);
    font-size: 18px;
}


/*新闻与媒体*/

.home_news_tit {
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
}

.home_news_tit h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 56px;
    color: #333;
    margin-top: 0;
}

.home_news_tit p {
    font-size: 18px;
    color: #666;
}

.home_news_con h2 {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    line-height: 30px;
    text-align: left;
}

.it_expertp1 {
    width: 70% !important;
    float: left;
}

.jiantou {
    float: right;
    text-align: right;
    width: 30%;
    margin-top: 20px;
}

#it_awewe a {
    display: inline-table!important;
}

.it_expertspan1 {
    width: 24px;
    height: 24px;
    border: 1px solid #b4b4b4;
    margin-right: 10px;
    color: #868585 !important;
    display: inline-table;
    text-align: center;
    line-height: 30px;
}

.it_expertspan2 {
    width: 24px;
    height: 24px;
    border: 1px solid #b4b4b4;
    color: #868585 !important;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}

.home_news_img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    margin-bottom: 10px;
}

.current {
    overflow: hidden;
}

.current li {
    overflow: hidden;
    float: left;
}

.home_news_con img {
    height: 180px;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all 1s;
    margin: auto;
}

.home_news_con img:hover {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -moz-transform: scale(1.2);
    /* Firefox */
    -webkit-transform: scale(1.2);
    /* Safari 和 Chrome */
    -o-transform: scale(1.2);
    /* Opera */
}

.home_news_con h1 {
    font-size: 16px;
    /* font-weight:bold; */
    width: 100%;
    line-height: 24px;
    text-align: left;
    color: #333;
    height: 50px;
    overflow: hidden;
}

.home_news_con p {
    line-height: 20px;
    overflow: hidden;
    /* text-align:left; */
    margin-bottom: auto;
}

.home_news_con .home_news_p {
    color: #999;
    height: 60px;
    overflow: hidden;
}


/*scrolltext*/

.scrolltext {
    width: 100%;
    height: 370px;
    overflow: hidden;
}


/* quotation */

#quotation {
    height: 370px;
    overflow: hidden;
}

#quotation li {
    line-height: 28px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    height: 105px;
    overflow: hidden;
    padding: 5px 10px;
}

#quotation li .a-r {
    text-align: left;
    height: 40px;
}

#quotation li span {
    color: #999;
    display: block;
    text-align: left;
}

#quotation li h1 {
    line-height: 20px;
    height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#quotation .stress {
    color: #7d858c;
}


/*支持*/

.zhichi {
    padding: 60px 0;
    /* background-color:#eaeaea; */
    background: rgba(250, 250, 250, .4) url(../images/diwen.png) no-repeat;
    background-size: cover;
}


/* .zhichi a{
	color:white !important;
} */

.zhichi .pro_img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.zhichi .pro_img img {
    width: 100%;
    min-height: 175px;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    /* Firefox 4 */
    -webkit-transition: all 0.8s;
    /* Safari 和 Chrome */
    -o-transition: all 0.8s/* Opera */
}

.zhichi .pro_img:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -moz-transform: scale(1.2);
    /* Firefox */
    -webkit-transform: scale(1.2);
    /* Safari 和 Chrome */
    -o-transform: scale(1.2);
    /* Opera */
}

.zhichi .home_pro {
    width: 90%;
    margin: 0;
    margin-left: 15px;
    padding-left: 10px;
    font-size: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.6);
}

.zhichi a:hover {
    color: white;
}


/*footer开始*/

.footer {
    width: 100%;
    background-color: #313131;
    color: white;
    padding: 60px 0;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

.f_left {
    width: 12.5%;
    float: left;
}

.f_left h5 {
    font-size: 16px;
    color: white;
    margin-bottom: 20px;
}

.f_left ul li a {
    color: white;
}


/*版权*/

.banquan {
    background-color: #000;
    width: 100%;
    padding: 15px 0;
    color: #666;
}


/* 集团介绍 */

.about {
    background: url(../images/about_bgimg.jpg) no-repeat;
    background-attachment: fixed;
    padding-top: 6%;
    padding-bottom: 60px;
    color: white;
}

.about p {
    margin-top: 30px;
}

.button {
    width: 150px;
    height: 40px;
    line-height: 40px;
    border: 1px solid white;
    text-align: center;
    margin-top: 40px;
}

.button1 {
    width: 32px;
    height: 32px;
    background-color: #ccc;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: white;
}

.about a {
    color: white;
}

.about a:hover {
    color: #31aee4;
}

.biaoyu {
    text-align: center;
    margin-top: 60px;
}

.biaoyu h1 {
    font-size: 32px;
    font-weight: bold;
}

.biaoyu p {
    font-size: 16px;
    margin-top: 30px;
}

.about_wanshan .ws_xx {
    overflow: hidden;
    position: relative;
}

.about_wanshan .ws_xx img,
.about_wanshan .ws_wenhua img,
.about_wanshan .ws_rongyu img {
    transition: all 1s;
}

.about_wanshan .ws_xx:hover img,
.about_wanshan .ws_wenhua:hover img,
.about_wanshan .ws_rongyu:hover img {
    transform: scale(1.2);
}

.about_wanshan .ws_xx .ws_xx_con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 55px;
    color: white;
    font-size: 16px;
}

.about_wanshan .ws_xx .ws_xx_con h1 {
    /* font-weight:bold; */
    margin-bottom: 30px;
    font-size: 32px;
}

.about_wanshan .ws_xx .ws_xx_con a,
.ws_wh_con a,
.ws_rongyu a {
    color: white;
}

.about_wanshan .ws_xx .ws_xx_con a:hover {
    color: #31aee4;
}

.about_wanshan .ws_wenhua,
.about_wanshan .ws_rongyu {
    position: relative;
    overflow: hidden;
    color: white;
}

.about_wanshan .ws_wenhua .ws_wh_con {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(22, 46, 124, 0.6);
    padding: 20px 20px 20px 35px;
}

.about_wanshan .ws_rongyu {
    margin-top: 20px;
}

.about_wanshan .ws_rongyu .ws_ry_con {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(255, 45, 45, 0.6);
    padding: 20px 35px 20px 20px;
}

.banner_pic {
    width: 100%;
}

.sub_nav {
    width: 100%;
    overflow: hidden;
    background-color: white;
    color: black;
}

.sub_nav ul {
    width: 100%;
    overflow: hidden;
}

.sub_nav ul li {
    float: left;
    line-height: 60px;
    font-size: 14px;
}

.sub_nav ul li a {
    display: block;
    padding: 15px 20px;
}

.l-con ul li.active {
    background: #dc0d0d;
    color: #fff;
    border-bottom: 3px #fff solid;
}

.l-con ul li.active a {
    color: white;
}

.l-con ul li a:hover {
    background: #dc0d0d;
    color: #fff;
}


/* 媒体聚焦 */

.group_news {
    width: 100%;
    overflow: hidden;
}

.group_news h1,
.group_news h2,
.group_news h3,
.group_news h5 {
    margin: 0 !important;
}

.group_news h1,
.media_report h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    margin-top:
}

.group_news .group_news_img {
    width: 100%;
    overflow: hidden;
}

.img_290 {
    overflow: hidden;
    width: 100%;
    max-height: 290px;
}

.img_156 {
    overflow: hidden;
    width: 100%;
    min-height: 156px;
}

.media_list .group_news_img {
    overflow: hidden;
}

.media_list .group_news_img a {
    min-height: 180px;
    overflow: hidden;
    display: block;
}

.media_list .group_news_img img {
    max-width: 100%;
    height: 180px;
    margin: auto;
    transition: all 1s;
}

.media_list .group_news_img img:hover {
    transform: scale(1.2);
}

.media_list h3,
.media_report h3 {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.media_list .group_news_img a:hover {
    color: #28b2e5;
}

.date {
    height: 90px;
    background-color: #ccc;
    text-align: center;
}

.date span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
}

.date p {
    margin: 0;
}

.group_news h5 {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

.group_news ul li {
    margin-bottom: 15px;
    overflow: hidden;
}

.pic_news {
    overflow: hidden;
}

.pic_news_list {
    border: 1px solid #ccc;
    position: relative;
}

.news_img {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.news_img img {
    max-width: 100%;
    /* height:230px; */
    overflow: hidden;
    transition: all 1s;
}

.pic_news_con {
    width: 100%;
    padding: 20px;
}

.pic_news_con h4,
.pic_news_con1 h4 {
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    margin: 0;
    margin-bottom: 10px;
}

.pic_news_con p,
.pic_news_con1 p {
    margin: 0;
}

.pic_news_con1 {
    width: 100%;
    background-color: #027ac8;
    height: 150px;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    left: 0;
    bottom: -150px;
    display: none;
    transition: all 3s;
}

.pic_news_list:hover img {
    transform: scale(1.2);
}

.pic_news_list:hover .pic_news_con1 {
    bottom: 0;
    display: block;
}

.pic_news_con1 a,
.pic_news_con1 a:hover {
    color: white;
}

.news_list {
    overflow: hidden;
    margin-top: 60px;
}

.news_list ul {
    width: 100%;
    overflow: hidden;
}

.news_list ul li {
    width: 100%;
    height: 150px;
    overflow: hidden;
    margin-bottom: 20px;
}

.news_list .news_date {
    font-size: 14px;
    text-align: right;
    color: #ccc;
}

.news_list .news_date span {
    display: block;
    font-size: 48px;
    color: #c8c8c8;
}

@media(max-width:767px) {
    .news_list .news_date span {
        font-size: 30px;
    }
}

.news_list_con {
    overflow: hidden;
}

.news_list li:hover .news_date {
    color: #fe060c;
}

.news_list li:hover .news_date span {
    color: #fe060c;
}

.news_list li:hover .news_list_con {
    color: black;
}

.news_list_con h4 {
    height: 24px;
    overflow: hidden;
    line-height: 24px;
}

.news_list .news_list_con .p {
    overflow: hidden;
    margin-top: 20px;
    max-height: 50px;
    line-height: 24px;
}

.news_list .news_list_con .more {
    margin-top: 20px;
}


/* 产品开始 */

.pro_huafei {
    margin-bottom: 30px;
    overflow: hidden;
}

.pro_huafei h1 {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
}

.pro_huafei h1 span {
    display: block;
    float: right;
    font-size: 14px;
    font-weight: normal;
    color: #ccc;
}

.pro_huafei a:hover {
    color: #dc0d0d;
}

.pro_huafei h3 {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-align: center;
    margin: 10px;
}

.pro_huafei .hyjs {
    font-size: 18px;
    color: #999;
}

.media_list,
.media_list ul {
    overflow: hidden;
    max-height: 300px;
}


/* 集团产业 */

.group_industry {
    position: relative;
    min-height: 300px;
    margin-bottom: 40px;
}

.group_industry a {
    color: white;
    letter-spacing: 2px;
}

.group_industry img {
    max-width: 100%;
    min-height: 260px;
}

.group_industry_tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 30px);
    margin: 0 15px;
    background: rgba(40, 178, 229, 0.8);
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 20px;
    transition: all 1s;
}

.group_industry:hover .group_industry_tit {
    background: rgba(255, 45, 45, 0.6);
}

.jiagou img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.jituanchanye {
    padding: 40px 0;
    overflow: hidden;
}


/* .jtcy{
overflow:hidden;
} */

.jtcy img {
    display: block;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 5px;
    box-shadow: 3px 3px 5px #333;
    position: relative;
    transition: all .8s;
    -o-transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
}

.jtcy span {
    display: block;
    width: 60%;
    margin: 0 auto;
    background-color: #28b2e5;
    line-height: 40px;
    position: absolute;
    bottom: -20px;
    left: 20%;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.jtcy:hover img {
    transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}

.bottom30 {
    margin-bottom: 40px;
}


/* NBA直播 */

.culture-con {
    width: 100%;
    overflow: hidden;
}

.culture-con img {
    max-width: 100%;
    margin: auto;
}

#pages {
    text-align: center;
}

.text-c a {
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 0 3px;
}

.text-c span {
    padding: 5px 10px;
    background: #777;
    color: white;
}


/* 体彩足球 */

.huanbao {
    width: 100%;
    overflow: hidden;
}

.huanbao span {
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
}

.huanbao .more {
    background: #fe060c;
    width: 100px;
    line-height: 40px;
    text-align: center;
    color: white;
    margin-top: 60px;
}

.huanbao .more a {
    color: white;
}

.p60 {
    padding: 60px 15px;
}

.con {
    margin-bottom: 60px;
}


/* 人才招聘 */

.job_list {
    border-bottom: 1px solid rgba(204, 204, 204, .5);
    overflow: hidden;
}

.job_list h4 {
    line-height: 40px;
    font-size: 16px;
    height: 40px;
    overflow: hidden;
}

.job_date {
    line-height: 40px;
    text-align: right;
}

.title {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.con_title {
    margin-bottom: 40px;
}

.job_bt {
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #eaeaea;
    line-height: 40px;
}

.gangwei h4 {
    font-weight: bold;
    line-height: 40px;
}

.job_date1 {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}

.hrList_a1_title {
    font-size: 30px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: solid #ddd 1px;
    padding-bottom: 10px;
    line-height: 50px;
    color: #dd5411;
}

.hrList_a1_item {
    width: 100%;
    margin-bottom: 40px;
}

.hrList_a1_item ul {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    /* padding: 10px 0px; */
    border: solid 1px #ddd;
}

.hrList_a1_item ul li {
    width: calc(100% / 3);
    /* display: inline-block; */
    float: left;
    line-height: 30px;
    padding: 5px 10px;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd;
}

.hrList_a1_item ul li:nth-child(3n) {
    border-right: none;
}

.hrList_a1_item ul li b {
    display: inline-block;
    width: 120px;
    color: #0077cc;
    font-weight: bold;
}

.hrList_a1_item ul li.other {
    width: 100%;
    line-height: 22px;
    padding: 5px 10px;
    color: #777;
    text-overflow: inherit;
    white-space: inherit;
}

.hrList_a1_button {
    padding: 15px 0;
}

.hrList_a1_button a.more,
.DownList_a1 li a {
    text-align: center;
    cursor: pointer;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 80px;
    color: #fff;
    background: #dd5411;
    transition-duration: .3s;
    border-radius: 8px;
    font-size: 14px;
    opacity: 0.7;
}

.noborder {
    border-bottom: none !important;
}

@media(max-width:767px) {
    .hrList_a1_item ul li {
        width: 100%;
        /* display: inline-block; */
    }
}

.content_c #container {
    height: 500px;
    width: 100%;
}

#container {
    font-size: 12px;
    height: 367px;
}

.content img {
    margin: 0 auto;
}


/* 在线留言 */

.sl {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    margin: 10px 0px;
}

.sl input {
    border: 1px solid #ccc;
}

select {
    border: 1px solid #ccc;
    line-height: 30px;
}

.font16 {
    line-height: 60px;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none !important;
}

.carousel-indicators {
    display: none;
}


/* home_btn */

.home-system-btn {
    font-size: 16px;
    width: 160px;
    height: 160px;
    margin: auto;
    padding-top: 20px;
    cursor: pointer;
    color: #838383;
    border-radius: 50%;
    background-color: #fff;
}

.home-system-active .home-system-btn {
    color: #fff;
    background-color: #fe8800;
}

.home-system-btn {
    position: relative;
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin: auto;
}


/* .text-center{
color:#777;
} */

.anim {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    text-decoration: none;
}

.home-system-btn:hover {
    color: #fff;
}

.home-system-btn:hover .anim {
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fe8800;
}

.home-pro-icon {
    width: 80px;
    height: 80px;
    margin: auto;
    background-image: url(../images/home-pro-icon.png);
}


/* .home-system-btns .pro-btn-i:nth-of-type(1) {
  margin-left: 16.66666667%;
}
 */

.home-system-btns .pro-btn-i:nth-of-type(1) .home-pro-icon {
    background-position: 0 0;
}

.home-system-btns .pro-btn-i:nth-of-type(1) .home-system-btn:hover .home-pro-icon,
.pro-btn-i:nth-of-type(1).home-system-active .home-pro-icon {
    background-position: 0 80px;
}

.home-system-btns .pro-btn-i:nth-of-type(2) .home-pro-icon {
    background-position: -104px 0;
}

.home-system-btns .pro-btn-i:nth-of-type(2) .home-system-btn:hover .home-pro-icon,
.pro-btn-i:nth-of-type(2).home-system-active .home-pro-icon {
    background-position: -104px 80px;
}

.home-system-btns .pro-btn-i:nth-of-type(3) .home-pro-icon {
    background-position: -190px 0;
}

.home-system-btns .pro-btn-i:nth-of-type(3) .home-system-btn:hover .home-pro-icon,
.pro-btn-i:nth-of-type(3).home-system-active .home-pro-icon {
    background-position: -190px 80px;
}

.home-system-btns .pro-btn-i:nth-of-type(4) .home-pro-icon {
    background-position: -285px 0;
}

.home-system-btns .pro-btn-i:nth-of-type(4) .home-system-btn:hover .home-pro-icon,
.pro-btn-i:nth-of-type(4).home-system-active .home-pro-icon {
    background-position: -285px 80px;
}

.home-system-info {
    overflow: hidden;
    padding: 20px;
    background-color: #fff;
}

.margin-top-30 {
    margin-top: 30px;
}

.animbtn {
    line-height: 34px;
    display: block;
    height: 34px;
    color: #d22234;
    border: 1px solid #d22234;
    border-radius: 17px;
}

.animbtn:hover {
    color: #fff !important;
    background-color: #d22234;
}

.system-btns {
    overflow: hidden;
    margin-top: 20px;
}

.system-img {
    height: 370px;
}

.home-sysytem-item {
    display: none;
}

@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@media(max-width:768px) {
    .home_about,
    .industry,
    .news {
        padding: 0px;
    }
    .home_jj .h_a_c {
        width: 100%;
    }
    .h_a_zr {
        width: 100%;
    }
    .h_shzr,
    .h_fuwu {
        margin-bottom: 10px;
    }
    .industry_tit p {
        font-size: 14px;
    }
    .zhichi {
        padding: 20px 0
    }
    .pro-btn-i {
        margin-top: 10px;
    }
    .footer {
        display: none;
    }
    .sub_nav {
        display: none;
    }
    .content1 {
        padding: 40px 0;
    }
    .ws_wenhua {
        margin-top: 20px;
    }
    .ws_xx_con p {
        display: none;
    }
    .about_wanshan .ws_wenhua .ws_wh_con,
    .about_wanshan .ws_rongyu .ws_ry_con {
        padding: 20px;
    }
    .ws_wh_con h2,
    .ws_ry_con h2 {
        font-size: 24px;
    }
    .ws_wh_con p,
    .ws_ry_con p {
        display: none;
    }
    .about {
        background: url(../images/about_bgimg.jpg) no-repeat;
        background-size: cover;
        background-attachment: inherit;
        padding-top: 0;
        padding-bottom: 60px;
        color: white;
    }
    .about p {
        margin-top: 30px;
    }
    .button {
        width: 150px;
        height: 40px;
        line-height: 40px;
        border: 1px solid white;
        text-align: center;
        margin-top: 40px;
    }
}