* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
html {
    font-size: 14px;
    width: 100%;
    color: #111111;
    font-family: "microsoft yahei","å¾®è½¯é›…é»‘";
}
body{
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: #111111;
}
a:hover, a:active, a:focus{
    color: #111111;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none;
}
input,button,select,textarea {
    outline: none!important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.ta_l{
    text-align: left;
}
.ta_c{
    text-align: center;
}
.ta_r{
    text-align: right;
}
.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.flex_center{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.flex_jlcenter{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.clearfix:after{
    display: block;
    clear: both;
    content: '';
}
.img{
    overflow: hidden;
}
.img img{
    transition: 2s;
}
.img:hover img{
    transform: scale(1.2);
}

.header{
    background: -moz-linear-gradient(top, #333544 0%, #383945 100%) ;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333544), color-stop(100%,#383945))  ;
    background: -webkit-linear-gradient(top, #333544 0%,#383945 100%) ;
    background: -o-linear-gradient(top, #333544 0%,#383945 100%) ;
    background: -ms-linear-gradient(top, #333544 0%,#383945 100%) ;
    position: relative;
}
.main{
    max-width: 1400px;
    margin: 0 auto;
}
.logo img{
    height: 55px;
    margin-top: 12px;
}
.menu{
    display: none;
}
.h_nav-box ul li{
    float: left;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    transition: all 0.8s ease 0s;
}
.h_nav-box ul li a{
    color: #fff;
	padding: 0 40px;
    position: relative;
    transition: all 0.8s ease 0s;
}
.xw_body li .img {
    max-height: 265px;
}
.h_nav-box ul li a:after{
    position: absolute;
    width: 0;
    left: 0;
    top: 50px;
    height: 2px;
    background: #d10f32;
    display: block;
    content: '';
    opacity: 0;
    transition: all 0.8s ease 0s;
}
.h_nav-box ul li:hover{
    background: #020202;
}
.h_nav-box ul li:hover a{
    color: #d10f32;
}
.h_nav-box ul li:hover a:after{
    opacity: 1;
    width: 100%;
}
.home1 .h_nav-box ul li.active1,.home2 .h_nav-box ul li.active2,.home3 .h_nav-box ul li.active3,.home4 .h_nav-box ul li.active4,.home5 .h_nav-box ul li.active5,.home6 .h_nav-box ul li.active6,.home7 .h_nav-box ul li.active7,.home8 .h_nav-box ul li.active8{
    background: #020202;
}
.home1 .h_nav-box ul li.active1 a,.home2 .h_nav-box ul li.active2 a,.home3 .h_nav-box ul li.active3 a,.home4 .h_nav-box ul li.active4 a,.home5 .h_nav-box ul li.active5 a,.home6 .h_nav-box ul li.active6 a,.home7 .h_nav-box ul li.active7 a,.home8 .h_nav-box ul li.active8 a{
    color: #d10f32;
}
.home1 .h_nav-box ul li.active1 a:after,.home2 .h_nav-box ul li.active2 a:after,.home3 .h_nav-box ul li.active3 a:after,.home4 .h_nav-box ul li.active4 a:after,.home5 .h_nav-box ul li.active5 a:after,.home6 .h_nav-box ul li.active6 a:after,.home7 .h_nav-box ul li.active7 a:after,.home8 .h_nav-box ul li.active8 a:after{
    opacity: 1;
    width: 100%;
}

.h_nav-box .xl_box{
    position: absolute;
    left: 0;
    width: 100%;
    padding: 60px 0;
    background: #fff;
    z-index: -1;
    opacity: 0;
    transition: all 0.8s ease 0s;
	display: none;
}
.xl_box .cpxl_nav{
    width: 30%;
    padding: 0 50px;
    border-right: 1px solid #dcdcdc;
}
.xl_box .cpxl_nav:first-child{
    width: 40%;
    padding-left: 0;
}
.xl_box .cpxl_nav:last-child{
    padding-right: 0;
    border-right: none;
}
.xl_box .cpxl_nav .cp_nav_l{
    float: left;
    width: 80px;
    line-height: 1.5;
    text-align: left;
}
.xl_box .cpxl_nav .cp_nav_l img{
    width: 50px;
}
.xl_box .cpxl_nav .cp_nav_r{
    float: right;
    width: 55%;
}
.xl_box .cpxl_nav:first-child .cp_nav_r{
    width: 75%;
}
.xl_box .cpxl_nav .cp_nav_r .cp_nav_r_li{
    display: inline-block;
    line-height: 1.5;
}
.xl_box .cpxl_nav .cp_nav_r .cp_nav_r_li p{
    font-size: 16px;
    color: #666;
}
.xl_box .cpxl_nav .cp_nav_r .cp_nav_r_li a:after{
    display: none;
}
.xl_box .cpxl_nav:first-child .cp_nav_r .cp_nav_r_li{
    width: 46%;
    margin-right: 20px;
}
.xl_box .cpxl_nav:first-child .cp_nav_r .cp_nav_r_li:nth-child(2n){
    display: inline-block;
    margin-right: 0;
}

.h_nav-box ul li:hover .xl_box{
    opacity: 1;
    z-index: 999;
	display: block;
}


.banner{
    position: relative;
    overflow: hidden;
}

.sy_about{
    padding: 80px 0 127px;
    background: url("../images/sy_aboutbg.jpg") no-repeat center;
    background-size: cover;
}
.sy_name{
    width: 200px;
    padding: 20px 0 30px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    margin: 0 auto;
    background: #fff;
    line-height: 40px;
}
.sy_name.box-shadow{
    box-shadow: 0 0 10px #dddddd;
}
.name_gys{
	width: 280px;
}
.sy_name span{
    position: relative;
}
.sy_name span:after{
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: #d10f32;
    content: '';
}
.about_body{
    margin-top: 55px;
}
.ab_left{
    width: 200px;
    margin-right: 85px;
}
.ab_left ul li{
    margin-bottom: 50px;
    padding: 25px 0;
    text-align: center;
    background: #e5e5e5;
    font-size: 20px;
    color: #666666;
    transition: all 0.8s ease 0s;
    width: 170px;
}
.ab_left ul li:last-child{
    margin-bottom: 0;
}
.ab_left ul li a{
    position: relative;
}
.ab_left ul li a:after{
    content: '';
    position: absolute;
    left: -55px;
    top: 14px;
    width: 45px;
    height: 1px;
    background: #d10f32;
    display: none;
    transition: all 0.8s ease 0s;
}
.ab_left ul li:hover{
    padding-left: 55px;
    width: 200px;
    background: #111111;
}
.ab_left ul li:hover a{
    color: #fff;
}
.ab_left ul li:hover a:after{
    display: block;
}
.ab_right{
    width: 79%;
}
.ab_right .ab_cont{
    padding: 50px 40px;
    width: 900px;
    background: #fff;
    box-shadow: 0 0 10px #8b8b8b;
}
.ab_cont span{
    width: 200px;
    height: 4px;
    display: block;
    background: #e5e5e5;
    margin-bottom: 20px;
}
.ab_cont {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}
.ab_cont p{
    margin-bottom: 40px;
}
.cp_body{
    padding: 50px 0;
    background: url("../images/cp_cbg.jpg") no-repeat bottom;
    background: none;
}
.chuang_box{
    margin-top: 50px;
}
.ccp_left{
    width: 45%;
}
.ccp_right {
    width: 48.5%;
    margin-top: 41px;
}
.ccp_text{
    width: 45%;
    text-align: center;
    position: relative;
}
.ccp_text h3{
    font-size: 30px;
    color: #111111;
    margin-bottom: 30px;
}
.ccp_text p{
    font-size: 20px;
    margin-bottom: 30px;
    color: #666666;
}
.ccp_text .cp_more{
    width: 170px;
    margin: 0 auto;
    display: block;
    background: #111;
    color: #fff;
    font-size: 20px;
    padding: 10px;
}
.cp_linebox{
    width: 170px;
    height: 46px;
    border: 1px solid #d10f32;
    position: absolute;
    bottom: -10px;
    left: 78px;
    z-index: -1;
}
.ccp_cont {
    position: relative;
}
.red_bg{
    height: 80px;
    width: 80px;
    background: #e79aa8;
    position: absolute;
    bottom: -61px;
    left: 254px;
}

.cp_bgbox{
    background: #f6f6f6;
    height: 230px;
    margin-top: -180px;
}
.red_bg.cp_red1{
    left: 360px;
}
.cp_body3{
    padding: 60px 0;
    background: url("../images/ygf_bg.jpg") no-repeat bottom;
}
.ygf_box{
    width: 1055px;
    margin: 0 auto;
    position: relative;
}
.ygf_box .ccp_text{
    width: 640px;
    background: #fff;
    margin: auto;
    padding: 30px 0;
    margin-top: -80px;
}
.ygf_box .cp_linebox{
    z-index: 1;
    bottom: 20px;
    left: 245px;
}
.ygf_box .ccp_text .cp_more{
    position: relative;
    z-index: 2;
}
.ygf_box .red_bg{
    bottom: 72px;
    left: -80px;
}
.anli{
    padding: 60px 0;
}

.al_body .swiper-container {
    width: 100%;
    height: 100%;
}
.al_body .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.6);
}
.al_body .swiper-button-next,.al_body .swiper-button-prev{
    top: 40%;
}
.al_body .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(0.9);
    z-index: 999;
}
.al_body .swiper-slide-active .anli_li{
    width: 850px;
}
.anli_li .al_text{
    display: none;
    padding: 30px 40px;
    width: 600px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    box-shadow: 0 0 10px #8b8b8b;
}
.al_body .swiper-slide-active .anli_li .al_text{
    display: block;
    margin-top: -85px;
}
.al_img img{
    max-width: 800px;
}
/*
.anli .main{
    max-width: 1640px;
}
.anli .main .al_body{
    max-width: 1335px;
    overflow: hidden;
}*/
.al_text h3{
    font-size: 24px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
.al_text h3 span{
    position: relative;
    margin-right: 20px;
}
.al_text h3 span:before{
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d10f32;
    position: absolute;
    left: 0;
    top: 13px;
    content: '';
}
.al_text p{
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 20px;
}
.cp_more{
    width: 170px;
    margin: 0 auto;
    display: block;
    background: #111;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    position: relative;
    z-index: 2;
    text-align: center;
}
.anli_li .cp_linebox{
    bottom: 20px;
    left: 225px;
    z-index: 1;
}
.al_body .swiper-container{
    padding-bottom: 10px;
}
.cp_more:hover{
    color: #fff;
}
.anli_more{
    text-align: center;
    margin-top: 20px;
}
.anli_more a{
    display: block;
    width: 165px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
    font-size: 20px;
    color: #666666;
    box-shadow: 0 0 10px #dddddd;
}
.sp_box {
    margin-top: 50px;
    padding: 0 75px;
    position: relative;
}
.sp_box .sp_left{
	width: 675px;
}
.sp_right{
    width: 40%;
}
.video_box{
    display: none;
}
.sp_xxk li{
    float: left;
    width: 48%;
    margin-right: 4%;
}
.sp_xxk li:last-child{
    margin-right: 0;
}
.sp_xxk li .spn{
    display: none;
}
.sp_xxk li.selected img{
    border: 1px solid #d10f32;
}
.sp_xxk li.selected .spn{
    display: block;
}
.sp_xxk li.selected .spn img{
    border: none;
}
.wb_more{
    width: 170px;
    height: 48px;
    line-height: 48px;
    background: #111;
    position: absolute;
    right: 75px;
    bottom: -25px;
    text-align: center;
}
.wb_more a{
    display: block;
    color: #fff;
    font-size: 20px;
}
.wb_bottom{
    height: 100px;
    background: url(../images/wb_dbbg.jpg) no-repeat center;
    background-size: cover;
    margin-top: -50px;
    position: relative;
    z-index: -1;
    margin-bottom: 60px;
}
.news_body{
    padding: 60px 0;
    background: #f4f4f4;
}
.news_menu{
    margin: 60px 0;
}
.news_menu ul{
    text-align: center;
}
.news_menu ul li{
    display: inline-block;
    font-size: 20px;
    margin: 0 70px;
}
.news_menu ul li a{
    color: #666;
}
.news_menu ul li a:hover{
    color: #d10f32;
}
.news_box{
    padding: 0 60px;
}
.news_box .news_l{
    width: 545px;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}
.news_l .news_lb{
    position: relative;
}
.news_lb .title{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: url("../images/sy_xwlb.png") no-repeat;
    height: 60px;
    padding: 0 20px;
}
.news_lb .title h3{
    font-size: 18px;
    line-height: 1.5;
    margin: 5px 0 2px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_lb .title h3 a{
    color: #fff;
}
.news_lb .title span{
    font-size: 16px;
    color: #fff;
}
.news_box .news_l .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: -1px;
}
.news_box .news_l .swiper-pagination-bullet-active{
    background: #d10f32;
}
.news_r{
    width: 695px;
}
.news_li{
    padding: 20px 0;
    border-bottom: 1px solid #dcdcdc;
}
.news_li .title_r{
    font-size: 18px;
    color: #111111;
    margin-bottom: 20px;
}
.news_li .title_r a{
    display: block;
    width: 90%;
    float: left;
    color: #111111;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_li .title_r span{
    display: block;
    float: right;
    color: #989898;
}
.news_li .news_p{
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}
.news_li:hover .title_r a{
    color: #d10f32;
}
.news_li:hover .title_r span{
    color: #d10f32;
}
.news_li:hover .news_p{
    color: #d10f32;
}
.news_body .anli_more{
    margin-top: 50px;
}
.footer{
    background: #373737;
}
.foot_top{
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 28px;
    border-bottom: 1px solid #898989;
}
.f_linr{
    color: #d10f32;
    margin: 0 30px;
}
.foot_nav_box{
    padding: 40px 0;
}
.foot_nav{
    width: 70%;
}
.foot_nav ul{
    padding: 0 40px;
}
.foot_nav ul li{
    margin-right: 105px;
    float: left;
    width: 16%;
}
.foot_nav ul li:last-child{
    margin-right: 0;
}
.foot_nav ul li .ftnav_name{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.foot_nav ul li span{
    display: block;
    width: 30px;
    height: 2px;
    background: #aaaaaa;
    margin: 30px 0;
}
.foot_nav ul li a{
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}
.foot_cory{
    padding-bottom: 40px;
    text-align: center;
    color: #909090;
    font-size: 14px;
    line-height: 24px;
}
.foot_cory a{
    color: #909090;
}
.foot_wx {
    text-align: center;
}
.foot_wx p{
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
    background: url("../images/wx_icon.png") no-repeat left;
    background-size: 25px;
    padding-left: 25px;
}

.max_body{
    padding: 20px 0;
    box-shadow: 0 0 10px #dfdfdf;
}
.max_body .mbx_box{
    padding: 15px 0;
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
    line-height: 26px;
    color: #999999;
}
.max_body .mbx_box a{
    color: #999999;
}
.max_body .mbx_box a.active,.max_body .mbx_box a:hover{
    color: #d10f32;
}
.gsjj_body{
    padding: 60px 0;
}
.gsjj_box {
    margin-top: 60px;
    flex-wrap: nowrap;
    align-items: normal;
}
.gsjj_box .gsjj_img{
    width: 600px;
}
.gsjj_text{
    padding: 30px;
    width: 800px;
    box-shadow: 0 0 10px #ededed;
    background: #fff;
}
.jj_name{
    font-size: 28px;
    margin-bottom: 20px;
}
.jj_name h3{
    margin-bottom: 10px;
    line-height: 1;
}
.jj_name img{
    display: block;
}
.ab_cont p {
    margin-bottom: 10px;
}
.abtom_bg{
    background: #f4f4f4;
    height: 200px;
    margin-top: -100px;
    position: relative;
    z-index: -1;
}
.jidi_box{
    margin-top: 60px;
}
.jidi_pic{
    width: 49%;
    float: left;
    text-align: right;
}
.jidi_pic:nth-child(2n){
    float: right;
    text-align: left;
}
.jidi_pic ul li{
    margin-bottom: 20px;
}
.jidi_pic ul li img{
    max-width: 100%;
}
.jidi{
    margin-bottom: 60px;
}
.jm_youshi{
    padding: 60px 0;
}
.ys_box{
    margin-top: 60px;
    box-shadow: 0 0 10px #ededed;
    background: #fff;
    padding: 60px;
}
.ys_box li{
    float: left;
    width: 33.3%;
    padding: 20px 35px;
    text-align: center;
    margin-top: 30px;
}
.ys_box li .ys_title{
    font-size: 20px;
    color: #111111;
    margin-bottom: 20px;
}
.ys_box li p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.jm_bt_bg{
    height: 400px;
    background: url("../images/jm_bg.jpg") no-repeat center;
    margin-top: -200px;
}
.jm_tiaojian{
    padding-bottom: 60px;
}
.jm_tiaojian .jmtj {
    margin-top: 60px;
    position: relative;
}
.jm_tiaojian .jmtj .jmtj_l{
    max-width: 600px;
}
.jmtj_r{
    width: 880px;
    padding: 30px 120px;
    background: #fff;
    box-shadow: 0 0 10px #ededed;
    position: absolute;
    right: 0;
    top: 30px;
}
.jmtj_r p{
    font-size: 18px;
    line-height: 1.5;
    color: #666666;
    margin-bottom: 10px;
}
.jm_lc{
    padding-bottom: 60px;
}
.lc_box,.xw_body{
    margin-top: 60px;
}
.xinwen{
    padding: 60px 0;
}
.xw_body li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
    float: left;
}
.xw_body li:nth-child(3n){
    margin-right: 0;
}
.xw_body li h3{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.xw_body li h3 a{
    transition: all 0.8s ease 0s;
}
.xw_line{
    opacity: 0;
    transition: all 0.8s ease 0s;
}
.xw_line img{
    display: block;
    margin-bottom: 2px;
}
.xw_body li span{
    font-size: 16px;
    color: #666;
}
.xw_body li p{
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.xw_body li:hover h3 a{
    color: #d10f32;
}
.xw_body li:hover .xw_line{
    opacity: 1;
}
.page{
    margin-top: 40px;
    text-align: center;
}
.page a{
    display: inline-block;
    border: 1px solid #999999;
    color: #999999;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 5px;
    transition: all 0.8s ease 0s;
    margin: 0 2px;
}
.page a:hover,.page a.active{
    color: #d10f32;
    border: 1px solid #d10f32;
}
.xwxq_body{
    padding: 60px 0;
}
.detail_top{
    text-align: center;
    color: #666;
    font-size: 16px;
    margin-bottom: 40px;
}
.detail_top h1{
    font-size: 28px;
    font-weight: 500;
    color: #111;
    margin-bottom: 20px;
}
.detail{
    font-size: 16px;
    line-height: 30px;
    color: #999;
}
.detail p{
    margin-bottom: 10px;
}
.detail img{
    display: block;
    margin: 0 auto 10px;
}
.ny_page {
    margin-top: 40px;
    font-size: 16px;
}
.ny_page .prev{
    text-align: right;
}
.ny_page .prev,.ny_page .next{
    width: 48%;
}
.ny_page a{
    color: #999;
}
.ny_page a:hover{
    color: #d10f32;
}
.pt_body{
    padding: 60px 0
}
.chuang_box{
    margin-top: 60px;
}
.xilie1{
    position: relative;
    margin-bottom: 50px;
    width: 49%;
}

 .width_100{
    width: 100%;
}
.xilie1 .pt1_text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.2);
    transition: all 0.8s ease 0s;
}
/*.text_bg{
    background: url("../images/ccl_bg1.png") no-repeat center;
    background-size: cover;
    transition: all 0.8s ease 0s;
    opacity: 0;
}*/
.pt1_text h3{
    font-size: 30px;
    margin-top: 10%;
    margin-bottom: 20px;
    color: #fff;
}
.pt1_text p{
    font-size: 22px;
    margin-bottom: 30px;
}
.pt_more{
    position: relative;
    width: 170px;
    margin: auto;
}
.pt_more .cp_linebox{
    left: 10px;
    z-index: 1;
}
.xl_two .pt1_text h3{
    margin-top: 20%;
}
.xilie1:hover .pt1_text{
    background: url("../images/ccl_bg1.png") no-repeat center;
    background-size: cover;
}

.ccp_name{
    width: 275px;
}
.bg_chuang{
    background: #f4f4f4;
}
.chuang_pt{
    padding: 0 100px;
    margin-top: 60px;
}
.chuang_pt ul{
    justify-content: space-around;
    flex-wrap: nowrap;
}
.chuang_pt li{
    background: #eeeeee;
    padding: 20px 15px;
    font-size: 20px;
    width: 50%;
    text-align: center;
}
.chuang_pt li a{
    color: #666666;
}
.chuang_pt li.curre{
    background: #111111;
}
.chuang_pt li.curre a{
    color: #fff;
}
.chuang_cont{
    display: none;
}
.cont_body1{
    text-align: center;
    background: #f4f4f4;
    padding-bottom: 60px;
}
.cont_body2{
    background: #fff;
    padding: 50px 0;
}
.cont_body2 .pt_left{
    width: 42%;
}
.cont_body2 .pt_right{
    width: 54%;
}
h3{
    color: #111;
    font-size: 28px;
    font-weight: normal;
}
.pt_line{
    display: block;
    margin: 20px 0;
}
.pt_js{
    font-size: 18px;
    line-height: 30px;
    color: #666;
}
.pt_js p{
    margin-bottom: 5px;
}
.body3{
    padding: 60px 0;
    background: #f4f4f4;
}
.tedian{
    padding: 50px 45px;
    background: #fff;
    margin-top: 60px;
}
.tedian li {
    text-align: center;
}
.tedian li img{
    height: 65px;
}
.tedian li p{
    margin: 20px 0;
    font-size: 20px;
}
.tedian li span{
    font-size: 16px;
    color: #d11032;
}
.tedian  .line_shu{
    width: 1px;
    height: 30px;
    background: #dcdcdc;
}
.tedian .line_box{
    margin: 60px 95px 0;
    height: 1px;
    background: #dcdcdc;
    position: relative;
}
.tedian .line_box .line_w30{
    width: 30px;
    height: 3px;
    background: #ce1133;
    margin: auto;
    position: relative;
    top: -1px;
}
.other_xl{
    margin-top: 60px;
}
.other_xl li{
    float: left;
    width: 33.3%;
    position: relative;
}
.other_xl li .oth_img img{
    display: block;
}
.other_xl li .oth_bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/oth_bg.png") no-repeat center;
    background-size: cover;
    text-align: center;
    opacity: 0;
    transition: all 0.8s ease 0s;
}

.other_xl li .oth_bg a,.other_xl li .oth_bg h3{
    color: #fff;
    display: block;
}
.other_xl li .oth_bg a{
    padding: 20% 0;
}
.other_xl li .oth_text{
    width: 350px;
    margin: 20px auto;
    background: url("../images/oth_textbg.png") no-repeat left;
    background-size: cover;
    padding: 45px 0;
}
.other_xl li .oth_text h3{
    font-size: 22px;
    margin-bottom: 10px;
}
.other_xl li .oth_text p{
    font-size: 16px;
}
.other_xl li:hover .oth_bg{
    opacity: 1;
}
.men_detail{
    background: #f4f4f4;
    padding: 60px 0;
    position: relative;
}
.m_xqjs{
    position: relative;
    margin-bottom: 150px;
}
.m_xqjs .m_left{
    width: 800px;
    background: #fff;
    padding: 40px 50px;
    box-shadow: 0 0 10px #dddddd;
    position: relative;
}
.m_left h1{
    font-size: 28px;
    font-weight: normal;
}
.m_right{
    width: 580px;
    position: absolute;
    right: 100px;
    bottom: -150px;
}
.m_right img{
    position: relative;
    z-index: 2;
}
.m_right .m_pic_line{
    position: absolute;
    width: 500px;
    border: 1px solid #d11031;
    height: 300px;
    top: -30px;
    right: -30px;
    z-index: 1;
}
.m_line_shu{
    width: 8px;
    height: 60px;
    background: #d01032;
    position: absolute;
    right: 120px;
    bottom: -30px;
}
.m_top-60{
    margin-top: 60px;
}
.m_top-80{
    margin-top: 80px;
}
.m_ysbox{
    margin-top: 60px;
    position: relative;
    background: #fff;
    z-index: 1;
}
.m_ysbox ul{
    text-align: center;
}
.m_ysbox ul li{
    padding: 60px 90px;
    text-align: center;
}
.m_ysbox ul li img{
    height: 55px;
}
.m_ysbox ul li p{
    margin-top: 20px;
    font-size: 18px;
}
.m_ysbox ul .xian{
    width: 1px;
    height: 30px;
    background: #dcdcdc;
}
.m_ftbox{
    height: 660px;
    margin-top: -200px;
    position: relative;
}
.men_bg1{
    background: url("../images/m_bg1.jpg") no-repeat center;
    background-size: cover;
}
.m_ftbox .bott_text{
    background: rgba(0,0,0,0.6);
    color: #fff;
    position: absolute;
    bottom: 80px;
    width: 50%;
    left: 25%;
    padding: 70px 0;
    text-align: center;
}
.bott_text .ft_title{
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 20px;
}
.bott_text h3{
    font-size: 26px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 10px;
    margin-bottom: 20px;
}
.bott_text hr{
    width: 400px;
    margin: 0 auto 20px;
    border: none;
    border-bottom: 1px solid;
}
.bott_text p{
    font-size: 18px;
}
.bott_text span{
    font-size: 20px;
    font-weight: bold;
}
.m_xqjs .m_left.sun_z{
    z-index: 3;
}
.m_xqjs .m_left.sun_z .pt_js{
    max-width: 590px;
}
.sun_box .m_right{
    top: 160px;
}
.m_xqjs.sun_box {
    position: relative;
    min-height: 520px;
    margin-bottom: 60px;
}

.sub_bgbox .sun_nf{
    width: 660px;
    float: right;
    margin-right: 70px;
    background: #fff;
    padding: 30px;
    font-size: 20px;
    color: #666;
    line-height: 1.5;
    margin-top: -100px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 10px #c9c1c1;
}
.sub_bgbox .sun_nf .sun_line{
    width: 350px;
    height: 4px;
    background: #dcdcdc;
    margin-top: 25px;
}
.m_sj{
    display: none;
}
.ab_left ul{
    text-align: center;
}
.ab_left ul li{
    display: inline-block;
}

.xl_box .cpxl_nav .cp_nav_l:hover a .cpxl_name{
	color: #d10f32;
}
.xl_box .cpxl_nav .cp_nav_r .cp_nav_r_li:hover p{
	color: #d10f32;
}

.banner .jiantou{
	position: absolute;
    width: 100%;
    height: 50px;
    bottom: 10%;
    left: 0;
}
.banner .jiantou .swiper-button-next,.banner .jiantou .swiper-button-prev{
	position: relative;
    top: 0;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    padding: 5px;
    line-height: 40px;
    text-align: center;
}
.banner .jiantou .swiper-button-prev{
	left: 0;
}
.banner .jiantou .swiper-button-next{
	left: 7%;
}
.banner .jiantou .swiper-button-next:after,.banner .jiantou .swiper-button-prev:after{
	font-size: 30px;
}
.xl_box .cpxl_nav .cp_nav_l a:after{
	display: none;
}
.xl_box .cpxl_nav .cp_nav_l a .cpxl_name{
	color: #111;
}
.banner .swiper-pagination-bullet-active{
	background: #d10f32;
}
.sy_about .about_body .ab_left ul{
	text-align: left;
}

.sy_foot .foot_cory{
	padding: 30px 0;
}
.sy_head{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.sy_about{
	height: 100%;
}
.banner .jiantou{
	text-align: left;
}
.news_r{
	text-align: left;
}
.ab_right .ab_cont{
	min-height: 500px;
}
.qywh_name{
	font-size: 18px;
    color: #111;
    margin: 10px 0;
}
.qywh_text p{
	margin-bottom: 0;
	font-size: 15px;
}
.gys_box{
	margin-top: 20px;
}
.gys_box ul li{
	float: left;
	width: 15.4%;
	margin-right: 1.5%;
	margin-top: 20px;
	border: 1px solid #d2d2d2;
	text-align: center;
}
.gys_box ul li:nth-child(6n){
	margin-right: 0;
}
.gys_box ul li img{
	height: 120px;
}
.honor_li .img{
	text-align: center;
}
.honor_li img{
	max-height: 300px;
}
.qxtf_img1{
	margin-top: 60px;
}
.sy_abcont p{
	margin-bottom: 50px;
}
@media (max-width: 1399px) {
    .main{
        max-width: 1200px;
    }
    .ab_right {
        width: 76%;
    }
    .ccp_left {
        width: 44%;
    }
    .ccp_right {
        width: 50%;
    }
    .ccp_cont .sycp_img{
        width: 50%;
    }
    .cp_bgbox{
        margin-top: -150px;
    }
    .red_bg{
        bottom: -64px;
        left: 233px;
    }

    .red_bg.cp_red1 {
        left: 300px;
        bottom: -64px;
    }
    .al_img img {
        max-width: 635px;
    }
    .anli_li .al_text{
        width: 510px;
    }
    .anli_li .cp_linebox {
        bottom: 18px;
        left: 182px;
    }
    .sp_box .sp_left {
        width: 55%;
    }
    .news_box .news_l {
        width: 480px;
    }
    .news_r {
        width: 560px;
    }
    .foot_nav ul li{
        width: 14%;
    }
    .gsjj_box .gsjj_img {
        width: 540px;
    }
    .gsjj_text{
        width: 670px;
    }
    .jmtj_r {
        width: 780px;
        padding: 30px 60px;
    }
    .gsjj_box .gsjj_img img{
        height: 100%;
    }
    .m_ysbox ul li {
        padding: 60px 70px;
    }
    .m_xqjs .m_left {
        width: 700px;
    }
    .m_right {
        width: 480px;
        bottom: -90px;
    }
    .m_right .m_pic_line{
        width: 395px;
        height: 260px;
    }
    .m_xqjs {
        margin-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .main{
        max-width: 94%;
    }
    .h_nav-box{
        display: none;
        background: #fff;
		position: fixed;
		width: 100%;
		height: 100%;
		overflow-y: hidden;
    }
    .home1 .h_nav-box ul li.active1, .home2 .h_nav-box ul li.active2, .home3 .h_nav-box ul li.active3, .home4 .h_nav-box ul li.active4, .home5 .h_nav-box ul li.active5, .home6 .h_nav-box ul li.active6, .home7 .h_nav-box ul li.active7, .home8 .h_nav-box ul li.active8 {
        background: #ffffff;
    }
	.header{
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999;
	}
	.banner,.ny_banner{
		margin-top: 77px;
	}
    .h_nav-box ul li {
        float: none;
        height: auto;
        line-height: 40px;
        font-size: 16px;
        padding: 0 15px;
        border-bottom: 1px solid #ededed;
        position: relative;
    }
    .h_nav-box ul li span{
        position: absolute;
        top: 5px;
        right: 15px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 26px;
        color: #333;
    }
    .h_nav-box ul li:last-child{
        border-bottom: none;
    }
    .h_nav-box ul li a {
        color: #111;
        display: block;
    }
    .h_nav-box ul li:hover{
        background: #dcdcdc;
    }
    .h_nav-box ul li:hover a {
        color: #111;
    }
    .h_nav-box ul li:hover a:after {
        display: none;
    }
    .menu {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 3%;
        top: 7px;
    }
    .menu img{
        height: 30px;
		margin-top: 14px;
    }
    .menu.menu_img1_open .menu_img1{
        display: none;
    }
    .menu.menu_img1_open .menu_img2{
        display: block;
    }
    .m_xlbox {
        background: #fff;
        margin-left: -15px;
        margin-right: -15px;
		display: none;
    }
    .m_xlbox .m_xl_li{
        position: relative;
        padding: 0 15px;
        background: #f4f4f4;
    }
    .pos_ej{
        width: 30px;
        height: 30px;
        position: absolute;
        right: 15px;
        top: 5px;
        text-align: center;
    }
    .pos_ej img{
        height: 20px;
    }
    .pos_ej .nav_img2{
        display: none;
    }
	.pos_ej.pos_ej_open .nav_img1{
        display: none;
    }
	.pos_ej.pos_ej_open .nav_img2{
        display: block;
		margin: 10px auto;
    }
    .ejxl{
        display: none;
        margin: 0 -15px;
        background: #fff;
        padding: 0 15px;
		text-align: center;
    }
	.m_xlbox .m_xl_li .ejxl a{
		display: block;
		border-bottom: 1px solid #d5d5d5;
	}
	.m_xlbox .m_xl_li .ejxl a:last-child{
		border-bottom: none;
	}
    .ab_left {
        width: 100%;
        margin-right: 0;
    }
    .ab_right {
        width: 100%;
    }
    .ab_right .ab_cont {
        padding: 30px 15px;
        width: 100%;
    }
    .pc{
        display: none;
    }
    .m_sj{
        display: block;
    }
    .ab_left ul li {
        margin-bottom: auto;
        margin-top: 30px;
        padding: 20px 0;
        font-size: 16px;
        width: 32%;
    }
    .sy_name{
        font-size: 24px;
    }
    .ab_left ul li:hover {
        padding-left: 25px;
        width: 33.3%;
    }
    .ab_left ul li a:after {
        left: -28px;
        top: 11px;
        width: 20px;
    }
    .cp_body .main{
        max-width: 100%;
    }
    .ccp_left {
        width: 100%;
    }
    .ccp_right {
        width: 100%;
        margin-top: -70px;
        position: relative;
        z-index: 1;
    }
    .cp_bgbox{
        display: none;
    }
    .red_bg{
        display: none;
        height: 45px;
        width: 45px;
    }
    .ygf_box {
        width: 100%;
    }
    .news_box .news_l {
        width: 100%;
    }
	.cp_body3{
		background: none;
	}
    .ygf_box .ccp_text {
        width: 75%;
		box-shadow: 0 0 10px #dddddd;
		padding: 20px 0;
    }
    .ccp_text {
        width: 48%;
        text-align: center;
        position: relative;
        background: #fff;
        padding: 11.5% 0;
		box-shadow: 0 0 10px #ebebeb;
    }
    .ccp_text h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .ccp_text p {
        font-size: 16px;
        margin-bottom: 20px;
        min-height: 42px;
    }
    .ccp_text .cp_more,.cp_more {
        width: 120px;
        font-size: 16px;
    }

    .cp_linebox {
        width: 120px;
        height: 36px;
        z-index: 1;
        position: relative;
        margin: auto;
        margin-top: -27px;
        bottom: 0;
        left: 8px;
    }
    .ccp_cont {
        padding: 0 15px;
    }
    .chuang2_box{
        padding-top: 0;
    }
    .chuang2_box .chuang_box {
        margin-top: 0;
    }
    .ygf_box .cp_linebox {
        left: 8px;
        bottom: 0;
    }
    .ygf_box .red_bg {
        bottom: -45px;
        left: -3px;
        display: block;
    }
    .al_body{
        margin-top: 50px;
    }
    .anli_li .cp_linebox {
        bottom: 0;
        left: 8px;
    }
    .al_img img {
        max-width: 100%;
    }
    .anli .main{
        max-width: 100%;
    }
    .al_body .swiper-slide-active .anli_li {
        width: 100%;
    }
    .al_body .swiper-button-next, .al_body .swiper-button-prev {
        display: none;
    }
    .al_body .swiper-slide-active, .swiper-slide-duplicate-active {
        transform: scale(1);
        z-index: 999;
    }
    .anli_li .al_text {
        width: 90%;
        padding: 20px 15px;
    }
    .al_text h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .ts_wubao{
        position: relative;
    }
    .sp_box {
        padding: 0 45px;
        margin-bottom: 50px;
    }
    .video_box {
        margin-bottom: 20px;
    }
    .sp_right {
        width: 100%;
    }
    .wb_more{
        position: relative;
        right: 0;
        bottom: 0;
        margin: auto;
        margin-top: 30px;
        width: 120px;
        height: 40px;
        line-height: 40px;
    }
    .wb_more a {
        font-size: 16px;
    }
    .ts_wubao .wb_bottom{
        margin-top: 0;
        position: absolute;
        width: 100%;
        bottom: 33.5%;
        left: 0;
        margin-bottom: 0;
        background: url(../images/m_wb_dbbg.jpg) no-repeat left;
        height: 40px;
    }
    .sp_box .sp_left {
        width: 100%;
    }
    .news_menu ul li {
        font-size: 18px;
        margin: 0;
        width: 32%;
    }
    .news_box {
        padding: 0 0;
    }
    .news_menu ul li a{
        position: relative;
    }
    .news_menu ul li a:after{
        display: block;
        content: '';
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 100%;
        height: 2px;
        background: url(../images/sy_xwlb.png) no-repeat;
        background-size: 100%;
        opacity: 0;
    }

    .news_menu ul li.active a:after{
        opacity: 1;
    }
    .news_r {
        width: 100%;
    }
    .news_li .title_r a{
        width: 100%;
    }
    .news_li .title_r span{
        display: none;
    }
    .news_li .news_p,.news_body .anli_more{
        display: none;
    }
    .news_li .time{
        color: #666;
    }
    .syxw_more{
        text-align: center;
        margin-top: 10px;
    }
    .syxw_more a{
        margin: auto;
        padding: 5px 20px;
        display: block;
        border: 1px solid #999;
        color: #666;
        font-size: 16px;
        width: 120px;
    }
    .foot_top {
        padding: 30px 0;
        font-size: 16px;
    }
    .foot_top img{
        height: 30px;
    }
    .foot_nav ul li span{
        display: none;
    }
    .foot_nav {
        width: 100%;
    }
    .foot_nav ul {
        padding: 0;
    }
    .foot_nav ul li {
        width: 100%;
        margin-right: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #898989;
    }
    .foot_nav ul li:last-child{
        border-bottom: none;
    }
    .foot_nav ul li .ftnav_name{
        position: relative;
		font-size: 16px;
    }
    .ft_lxbox{
        display: none;
        padding-left: 20px;
    }
    .foot_nav ul li .ftnav_name:after{
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 0;
        background: url("../images/foot_jia.png") no-repeat center;
        background-size: 100%;
    }
    .foot_wx {
        text-align: center;
        width: 100%;
    }
    .foot_wx img{
        max-width: 130px;
    }
    .foot_wx p {
        font-size: 16px;
        background-size: 20px;
        max-width: 130px;
        margin: 10px auto 0;
    }
    .foot_nav_box {
        padding: 20px 0;
    }
    .foot_cory {
        padding-bottom: 20px;
    }
    .foot_nav ul li a {
        margin-bottom: 0;
        margin-top: 10px;
        color: #bbb;
    }
    .foot_nav ul li .ftnav_name.ftnav_name_jian:after{
        background: url(../images/m_cd_cha.png) no-repeat center;
        background-size: 100%;
    }
    .news_lb .title h3,.news_li .title_r {
        font-size: 16px;
    }
    .news_lb .title span {
        font-size: 14px;
    }
    .gsjj_box .gsjj_img {
        width: 100%;
    }
    .gsjj_box {
        flex-wrap: wrap;
    }
    .gsjj_text {
        width: 100%;
        padding: 30px 15px;
    }
    .jj_name h3{
        font-size: 22px;
    }
    .abtom_bg{
        height: 150px;
		display: none;
    }
    .ys_box{
        padding: 20px 0;
    }
    .ys_box li {
        width: 50%;
        padding: 10px 15px;
        margin-top: 0;
    }
    .join_tb{
        margin-bottom: 15px;
    }
    .join_tb img{
        height: 60px;
    }
    .ys_box li .ys_title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .ys_box li p {
        font-size: 14px;
        line-height: 22px;
    }
    .jm_bt_bg {
        height: 180px;
        background: url(../images/jm_bg.jpg) no-repeat center;
        background-size: cover;
        margin-top: -85px;
		display: block;
    }
    .jm_tiaojian .jmtj .jmtj_l {
        max-width: 90%;
        margin: auto;
    }
    .jmtj_r {
        width: 100%;
        padding: 40px 20px 20px;
        position: relative;
        top: -20px;
        z-index: -1;
    }
    .jmtj_r p {
        font-size: 14px;
    }
    .max_body {
        padding: 10px 0;
    }
    .max_body .mbx_box {
        padding: 10px 0;
        font-size: 14px;
        line-height: 24px;
    }
    .xw_body li {
        width: 100%;
        margin-right: 0;
    }
    .xw_body li h3 {
        font-size: 18px;
    }
    .xw_body li span {
        margin: 10px 0;
        display: block;
    }
    .detail_top {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .detail_top h1 {
        font-size: 20px;
    }
    .ny_page .prev, .ny_page .next {
        width: 100%;
    }
    .ny_page .prev {
        text-align: left;
        margin-bottom: 10px;
    }
    .f_linr {
        margin: 0 20px;
    }
    .xilie1 {
        width: 100%;
    }
    .xilie1:last-child{
        margin-bottom: 0;
    }
    .xilie1 .img{
        /*height: 260px;*/
		display: flex;
		justify-content: center;
    }
    .xilie1 .img img{
		/*height: 100%;*/
        width: 100%;
		max-width: inherit;
    }
    .pt1_text h3 {
        font-size: 20px;
        margin-top: 10%;
    }
	.xl_two .pt1_text h3{
		margin-top: 10%;
	}
    .pt1_text p {
        font-size: 16px;
    }
    .chuang_pt {
        padding: 0 0;
    }
    .chuang_pt li{
        padding: 10px;
        font-size: 16px;
    }
    .cont_body2 .pt_left{
        width: 100%;
    }
    .chuang_cont .cont_body2{
        padding: 10px 0 30px 0;
    }
    .cont_body2 .pt_right{
        width: 100%;
        margin-top: 20px;
    }
    .cont_body2 .pt_right h3{
        font-size: 20px;
    }
    .pt_js {
        font-size: 16px;
        line-height: 26px;
    }
    .tedian {
        padding: 20px 15px;
    }
    .tedian li{
        width: 33%;
    }
    .tedian li:nth-child(7),.tedian li:nth-child(9){
        width: 49%;
        margin-top: 25px;
    }
    .tedian li img {
        height: 35px;
    }
    .tedian li p {
        margin: 10px 0;
        font-size: 16px;
    }
    .tedian li span {
        font-size: 14px;
    }
    .other_xl li {
        width: 100%;
        margin-bottom: 20px;
    }
    .other_xl li:last-child{
        margin-bottom: 0;
    }
    .other_xl li .oth_bg a {
        padding: 12% 0;
    }
    .m_xqjs .m_left {
        width: 100%;
        padding: 30px 20px;
    }
    .m_left h1 {
        font-size: 20px;
    }
    .m_line_shu{
        display: none;
    }
    .m_right {
        width: 90%;
        bottom: -70px;
        position: relative;
        right: 0;
    }
    .m_right .m_pic_line {
        width: 100%;
        height: 100%;
        top: -25px;
        right: -25px;
    }
    .m_top-80 {
        margin-top: 35px;
    }
    .m_ysbox ul {
        padding: 30px 15px;
    }
    .m_ysbox ul li {
        padding: 20px 0;
        width: 33%;
    }
    .m_ysbox ul li p {
        margin-top: 10px;
        font-size: 14px;
    }
    .m_ysbox ul li img {
        height: 40px;
    }
    .bott_text hr {
        width: 90%;
    }
    .m_ftbox {
        height: 420px;
        margin-top: -160px;
    }
    .m_ftbox .bott_text{
        bottom: 20px;
        width: 94%;
        left: 3%;
        padding: 30px 0;
    }
    .bott_text .ft_title {
        font-size: 28px;
    }
    .bott_text h3 {
        font-size: 18px;
    }
    .sun_box .m_right {
        top: 70px;
    }
    .sub_bgbox .sun_nf {
        width: 94%;
        float: none;
        margin-right: 0;
        padding: 20px;
        font-size: 16px;
        margin: auto;
        margin-top: -30px;
    }
    .sub_bgbox .sun_nf .sun_line {
        width: 100%;
    }
    .menu_img2{
        display: none;
    }
    .menu_img1.menu_img1_none{
        display: none;
    }
    .menu_img2.menu_img1_open{
        display: block;
    }
    .logo{
        margin-bottom: 10px;
    }
	.m_banner {
		position: relative;
		overflow: hidden;
		margin-top: 77px;
	}
	.banner .jiantou .swiper-button-next {
		left: 55px;
	}
	.banner .jiantou .swiper-button-prev {
		left: -40px;
	}
	.sp_box .sp_left video{
		height: 180px;
	}
	.m_xlbox .m_xl_li .ejxl a:hover{
		color: #d10f32;
	}
	.detail embed,.detail video{
		width: 100%;
		height: 300px;
	}
	.sj_ptbox {
		padding: 10px;
		background: #dbdbdb;
	}
	.sj_ptbox .ccp_right{
		margin-top: 0;
	}
	.sj_ptbox .ccp_cont {
		padding: 0;
	}
	.sj_ptbox .ccp_cont .sycp_img,.sj_ptbox .cp_linebox{
		display: none;
	}
	.sj_ptbox .ccp_text{
		width: 100%;
		background: none;
		padding: 10px 0;
		text-align: left;
		box-shadow: none;
	}
	.sj_ptbox .ccp_text h3 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.sj_ptbox .ccp_text p{
		margin-bottom: 10px;
		min-height: auto;
	}
	.sj_ptbox .cp_more {
		width: 120px;
		font-size: 14px;
		margin: 15px 0 0;
		padding: 5px 10px;
		background: #767676;
	}
	.sj_ptbox .red_bg{
		display: none;
	}
	.sj_ygf{
		padding: 0;
	}
	.sj_ygf .main{
		max-width: 100%;
	}
	.sj_ygf .ygf_box .ccp_text{
		margin-top: 0;
	}
	.gys_box{
		padding: 0 15px;
	}
	.gys_box ul li{
		width: 32%;
		margin-right: 2%;
	}
	.gys_box ul li:nth-child(6n){
		margin-right: 0;
	}
	.gys_box ul li:nth-child(3n){
		margin-right: 0;
	}
	.gys_box ul li img {
		height: 75px;
	}
	.qxtf_img1 {
		margin-top: 20px;
	}
	.sy_abcont p{
		margin-bottom: 10px;
	}
	.ab_right .ab_cont {
		min-height: auto;
	}
	.name_gys {
		width: 240px;
	}
}