body{
	font-size: 12px;
    /* height: 10000px; */
}
/*去除a的默认样式*/
/*包含以下四种的链接*/
a {
	text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
	text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
	text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
	text-decoration: none;
}
/* 正在点击的链接*/
a:active {
	text-decoration: none;
}
header{
	background-color:#000;
	height: 30px;
	color: #fff;
	display: flex;
	align-items: center;
}
.xyr_logo{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 128px;
}
.xyr_logo .xyr_header ul{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.xyr_logo .xyr_header ul li{
	margin-right: 45px;
}
.xyr_logo .xyr_header ul li:last-child{
	margin: 0;
}
.xyr_header_img{
	display: flex;
	height: 50px;
	align-items: center;
}
/*首页导航*/
.xyr_nav{
	background-color: #0091dd;
    position: relative;
    z-index: 999999;
}
.xyr_nav ul{
	display: flex;
	flex-direction: row;
}
.xyr_nav ul>li{
	position: relative;
	height: 60px;
	line-height: 60px;
}
.xyr_nav ul>li>ol{
	position: absolute;
	top: 62px;
	left: 0;
	background-color: #0091dd;
    z-index: 9999;
}
.xyr_nav ul>li>ol>li a{
	margin-top: 2px;
    border-bottom: 1px solid #d8f1ff;
}
.xyr_nav li a{
	display: block;
	padding:0 50px;
	color: #fff;

}

.xyr_nav li ol{
	display: none;
}
.xyr_nav li a:hover{
	color: #fff;
	background: #025581;
	width: 100%;
}
.on{
	color: #fff !important;
	background: #66CC00;
}
.common{
	display: block;
}

/*-----------------------------------------------------------------焦点图--------------------------------------------------------------*/

.xyr_container .js-silder{
    position: relative;
    min-width: 320px;
    min-height: 600px;
}
.xyr_container .silder-scroll{
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.xyr_container .silder-main{
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.xyr_container .silder-main-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.xyr_container .silder-main-img img{
    width: 100%;
    height: 100%;
}
.xyr_container .js-silder-ctrl{
    width: 100%;
    text-align: center;
}
.silder-ctrl-prev,
.silder-ctrl-next{
    position: absolute;
    top: 0;
    width: 8%;
    height: 100%;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    font-family: "宋体";
    font-size: 52px;
    font-weight: 600;
    text-shadow: #666 2px 2px 5px;
}
.silder-ctrl-prev{
    left: 0;
    text-align: left;
}
.silder-ctrl-next{
    right: 0;
    text-align: right;
}
.silder-ctrl-prev>span,
.silder-ctrl-next>span{
    position: absolute;
    top: 50%;
    margin-top: -40px;
}
.silder-ctrl-prev>span{
    left: 0;
}
.silder-ctrl-next>span{
    right: 0;
}
.silder-ctrl-con{
    display: inline-block;
    width: 4%;
    padding: 10px 0;
    margin: 0 10px;
    cursor: pointer;
    display: none;
}
.silder-ctrl-con>span{
    display: block;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    padding: 5px 0;
    cursor: pointer;
    background-color: #e4e4e4;
}
.silder-ctrl-con.active>span{
    background-color: #7bbedf;
}
/*-----------------------------------------------------------------企业简介-------------------------------------------------------------*/
.xyr_synopsis{
    margin-bottom: 50px;
}
.xyr_synopsis h2{
    margin: 100px auto;
    text-align: center;
}
.xyr_jianjie_list{
    height: 890px;
}
.xyr_jianjie_list ul{

}
.xyr_jianjie_list ul>li{
    float: left;
    width: 585px;
    height: 440px;
    margin-bottom: 10px;
}
.xyr_jianjie_list ul>li>img{
    width: 100%;
    height: 440px;
}
.xyr_jianjie_list ul>li:nth-of-type(2n+1){
    margin-right: 30px;
    margin-bottom: 0;
}
.xyr_jianjie_list ul>li h5{
    font-size: 22px;
    padding-left: 65px;
    position: relative;
}
.xyr_jianjie_list ul>li h5::before{
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    background-color: #333;
    position: absolute;
    left: 15px;
    top: 5px;
}
.xyr_jianjie_list ul>li h1{
    color: #333;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin: 30px 0;
    padding-bottom: 15px;
    border-bottom: 2px dashed #ededed;
}
.xyr_jianjie_list ul>li p{
    font-size: 18px;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-bottom: 50px;
    height: 90px;
}
.xyr_jianjie_list ul>li ol li{
    float: left;
}
.xyr_jianjie_list ul>li ol li:nth-of-type(2){
    margin: 0 25.5px;
}
.xyr_jianjie_text h2,.xyr_jianjie_text h4{
    width: 100% !important;
    font-size: 22px;
    color: #333;
    text-align: right;
    margin: 0 !important;
    margin-bottom: .2rem !important;
}
.xyr_jianjie_text{
    padding-top: 50px;
}
.xyr_jianjie_text h4{
    margin-bottom: .5rem !important;
    padding-bottom: .2rem;
    background: url("../img/jianjie_border.png") no-repeat;
    background-position: 40% bottom;
    background-size: 20% 5px;
}
.xyr_jianjie_text h2 b{
    font-size: .6rem;
    font-weight: 700;
}
.xyr_jianjie_text p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-bottom: .4rem;
}
/*-----------------------------------------------------------------企业实力-------------------------------------------------------------*/
.xyr_strength h2{
    margin: 0 auto 100px;
    text-align: center;
}
.xyr_strength{
    padding: 100px 0;
    background: url("../img/qy-bg.png") no-repeat;
    background-size: 100% 100%;
    min-height: 820px;
}
.xyr_strength ul{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.xyr_strength ul li{
    width: 285px;
    height: 320px;
    background-color: #fff;
}
.xyr_strength ul li{
    margin-right: 20px;
    text-align: center;
}
.xyr_strength ul li a{
    display: block;
    width: 100%;
    height: 100%;
    padding:25px 62px 0;
    box-shadow: 0 0 6px #767676;
    border-radius: 5px;
}
.xyr_strength ul li a:hover{
    border: 2px solid #1762a6;
    cursor: default;
}
.xyr_strength ul li img{
    width: 116px;
    height: 116px;
}
.xyr_strength ul li:last-child{
    margin-right: 0;

}
.xyr_strength ul li h3{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 20px 0;
}
.xyr_strength ul li p{
    font-size: 16px;
    color: #cdcccc;
    text-align: justify;
}
.xyr_strength ul li p > span{display:inline-block; padding-left:100%; }
/*-----------------------------------------------------------------企业优势-------------------------------------------------------------*/
.xyr_advantage{
    margin: 100px 0;
}
.xyr_advantage .w1200,.xyr_youshi_img{
    display: flex;
}
.xyr_advantage a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    cursor: default;
}
.xyr_advantage a span{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 80px;
    background-color: rgba(0,0,0,.5);
    text-align: center;
    line-height: 80px;
    font-size: 35px;
}
.xyr_advantage_left{
    width: 575px;
    margin-right: 10px;
}
.xyr_advantage_right{
    width: 615px;
}
.xyr_advantage img {
    width: 100%;
    height: 100%;
}
.xyr_advantage_zhixiao{
    height: 650px;
    margin-bottom: 10px;
}
.xyr_advantage_speed{
    height: 305px;
}
.xyr_advantage_quanwei{
    height: 327px;
    margin-bottom: 10px;
}
.xyr_advantage_title a{
    height: 314px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.xyr_advantage_title img{
    height: 82px;
}
.xyr_advantage_team{
    height: 305px;
}
.xyr_youshi_left{
    width: 300px;
    margin-right: 10px;
}
.xyr_youshi_right{
    height: 629px;
    width: 315px;
}
/*-----------------------------------------------------------------产品中心-------------------------------------------------------------*/
.xyr_product{
    background-color: #f4f7fb;
    /*height: 850px;*/
}
.xyr_product h2{
    text-align: center;
    padding: 100px 0;
}
.xyr_product p{
    border-bottom: 2px dashed #e6e6e6;
    padding-bottom: 2px;
    text-align: right;
    margin-bottom: 25px;
}
.xyr_product ul{
    /*float: left;*/
}
.xyr_product li{
    width: 232px;
    height:232px;
    margin-right: 10px;
    float: left;
    margin-bottom: 30px;
}
.xyr_product li a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.xyr_product li img{
    width: 100%;
    height: 100%;
}
.xyr_product li:nth-of-type(5n){
    margin-right: 0;
}
.xyr_product li a span{
    position: absolute;
    width: 100%;
    height: 34px;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,.5);
    left: 0;
    bottom: 0;
    line-height: 34px;
    font-size: 14px;
}

/*-----------------------------------------------------------------资讯热线-------------------------------------------------------------*/
.xyr_service{
    height: 210px;
    background: url("../img/crnter-bg.png") no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.xyr_banner_content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.xyr_service_link{
    display: flex;
    flex-direction: column;
    width: 380px;
    text-align: center;
}
.xyr_service_link span{
    font-size: 18px;
}
.xyr_service_link tel{
    font-size: 30px;
    font-weight: 700;
}
.xyr_service_link a{
    display: block;
    width: 215px;
    height: 35px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background-color: #fbd200;
    font-weight: 700;
    line-height: 35px;
    border-radius: 5px;
    margin: 0 auto;
    letter-spacing: 1px;
}
.xyr_service_title h2{
    font-size: 44px;
    margin-bottom: 10px;
}
.xyr_service_title p{
   font-size: 28px;
    color: #c2bfbc;
    letter-spacing: 2px;
}
/*-----------------------------------------------------------------实景展示-------------------------------------------------------------*/
.xyr_show{
    padding: 100px 0;
}
.xyr_show h2{
    text-align: center;
    margin-bottom: 100px;
}
.xyr_show_top,.xyr_show_bottom{
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    /*background-color: pink;*/
}
.xyr_show_top p,.xyr_show_bottom p{
    margin:10px 0;
    height: 12px;
    line-height: 12px;

}
.xyr_show_top div,.xyr_show_bottom div{
    width: 316px;
}
.xyr_show_top img,.xyr_show_bottom img{
    width: 100%;
}
.xyr_show_center{
    margin: 15px 0;
}
.xyr_show_center img{
    width: 100%;
}
/*-----------------------------------------------------------------合作商家-------------------------------------------------------------*/
.xyr_hands{
    background: url("../img/shangjia-bg.png") no-repeat;
    background-size: 100% 100%;
    height: 790px;
    padding-top: 100px;
}
.xyr_hands h2{
    text-align: center;
    margin-bottom: 100px;
}
.xyr_hands ul{
    padding: 0 9px;
}
.xyr_hands li{
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
}
.xyr_hands li:nth-of-type(4n){
    margin-right: 0;
}
.xyr_hands li a{
    display: block;
    width: 285px;
    height: 165px;
}
/*-----------------------------------------------------------------合作流程-------------------------------------------------------------*/
.xyr_flow{
    background: url("../img/qy-bg.png") no-repeat;
    background-size: 100% 100%;
    height: 670px;
    padding-top: 100px;
}
.xyr_flow h2{
    margin-bottom: 100px;
    text-align: center;
}
.xyr_flow ul{
    height: 116px;
    /* background: url("../img/liucheng-0.png") no-repeat; */
    /* background-position: 120px 60px; */
    /* background-size: 1200px 2px; */
}
.xyr_flow ul li{
    float: left;
    margin-right: 10px;
}
.xyr_flow ul li:nth-of-type(2n){
	padding-top:52.5px ;
}
.xyr_flow ul li:last-child{
    margin-right: 0;
}
.xyr_flow ul li a{
    display: block;
    width: 116px;
    height: 116px;
    background-color: #075ba3;
    /* background: rgba(0,0,0,.2); */
    border-radius: 83px;
    text-align: center;
    color: #fff;
    padding-top: 30px;
}
.xyr_flow ul li a p{
    margin-top: 10px;
}

/*-----------------------------------------------------------------行业资讯-------------------------------------------------------------*/
.xyr_industry{
	background-color: #fefefe;
	height: 900px;
	padding-top: 100px;
	border-bottom: 20px solid #1762a6;
}
.xyr_industry h2{
	margin-bottom: 100px;
	text-align: center;
}
.xyr_industry_article,.xyr_industry_main_img{
	display: flex;
	justify-content: space-between;
}
.xyr_industry_article{
	padding: 0 15px;
}
.xyr_industry_main{
	width: 800px;
	height: 495px;
	margin-right: 40px;
}
.xyr_industry_aside{
	width: 330px;
	height: 495px;
}
.xyr_industry_main h3,.xyr_industry_aside h3{
	font-size: 16px;
	padding-bottom: 10px;
	background: url(../img/bottom_left.png) no-repeat;
	background-size: 100% 5px;
	background-position: left bottom;
	margin-bottom: 10px;
}
.xyr_industry_aside h3{
	background: url(../img/bottom_title.png) no-repeat;
	background-size: 100% 5px;
	background-position: left bottom;
}
.xyr_industry_main_img{
	padding-left: 10px;
}
.xyr_industry_main_img_left{
	margin-right: 10px;
	width: 375px;
	height: 450px;
}
.xyr_industry_main_img_right{
	width: 415px;
	height: 450px;
}
.xyr_industry_main_img_left a{
	display: block;
	width: 100%;
	height: 100%;
}
.xyr_industry_main_img_right a{
	display: block;
	width: 100%;
	height: 225px;
}

.xyr_industry_aside li a{
	display: block;
	display: flex;
	justify-content: space-between;
	padding: 10px 2px;
	border-bottom: 1px dashed #777777;
	color: #777;
}
.xyr_industry_aside li:last-child a{
	border-bottom: 0;
}
.xyr_industry_main_img_left a img{
	width: 100%;
	height: 425px;
}
.xyr_industry_main_img_left a p,.xyr_industry_main_img_right a p{
	width: 100%;
	height: 25px;
}
.xyr_industry_main_img_right a:nth-of-type(1){
	margin-bottom: 10px;
}
.xyr_industry_main_img_right a img{
	width: 100%;
	height: 190px;
}
.xyr_industry_aside li a span{
	display: block;
	width: 150px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* 页脚 */
.xyr_footer{
	padding-top: 50px;
	background: #343d44;
	color: #fff;
	height: 370px;
}
.xyr_footer_content{
	display: flex;
	justify-content: space-between;
}
.xyr_footer_hr{
	width: 70px;
	height: 2px;
	background-color: #fff;
	margin: 20px 0 30px 0;
}
.xyr_footer_left {
	width: 310px;
}
.xyr_footer_left ul li{
	display: flex;
	margin-bottom: 15px;
}
.xyr_footer_left ul a{
	display: flex;
	color: #fff;
}
.xyr_footer_left ul li p{
	width: 48px;
}
.xyr_footer_center{
	height: 280px;
	width: 600px;
	background: url(../img/border_left.png) no-repeat;
	background-size: 1px 100%;
	background-position: left top;
	border-right: 1px solid #71787c;
	padding: 0 48px;
}
.xyr_footer_ipt{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.xyr_footer_ipt input{
	height: 45px;
	width: 240px;
	border: 0 none;
	outline: none;
	border: 1px solid #71787c;
	color: #fff;
	background-color: #343d44;
	padding-left: 10px;
}
.xyr_footer_text textarea{
	width: 100%;
	height: 75px;
	resize: none;
	background-color: #343d44;
	border: 1px solid #71787c;
	padding-left: 10px;
}
.xyr_footer_center .xyr_footer_submit input{
	float: right;
	background-color: #3ba86f;
	color: #fff;
	width: 150px;
	height: 45px;
	border: 0 none;
	outline: none;
	border: 1px solid #71787c;
	line-height: 45px;
	text-align: center;
	margin-top: 20px;
}
.xyr_footer_right{
	padding-left: 30px;
	text-align: center;
}
.xyr_footer_right .xyr_footer_5e{
	width: 200px;
	height: 200px;
	padding: 10px;
	border: 1px solid #71787c ;
}
.xyr_footer_right .xyr_footer_5e img{
	width: 100%;
	height: 100%;
}
.xyr_footer_right p{
	margin-top: 10px;
}

/*-----------------------------------------------------------------产品评测页面-------------------------------------------------------------*/
.xyr_eva{
    /*height: 6000px;*/
}
.xyr_eva_banner{
    height: 300px;
}
.xyr_eva_banner img{
    width: 100%;
    height: 100%;
}
.xyr_eva_crumbs{
    border-bottom: 1px solid #ededed;
}
.xyr_eva_nav{
    display: flex;
    align-items: center;
    height: 45px;

    color: #5d5d5d;
    font-weight: 700;
}
.xyr_eva_nav .icon-icon-test{
    color: #3ba86f;
    margin-right: 5px;
    font-size: 12px;
}
.xyr_eva_nav_left{
    margin-right: 5px;
}
.xyr_eva_nav_right i{
    margin-right: 5px;
}
.xyr_eva_nav_right .icon-fenye-xiayiye{
    font-size: 12px;
}
.xyr_eva_title{
    height: 210px;
    border-bottom: 1px dashed #ededed;
}
.xyr_eva_title ul{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.xyr_eva_title ul li{
    width: 125px;
    height: 75px;
    margin-right:100px ;
}
.xyr_eva_title ul a{
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #ededed;
    text-align: center;
    line-height: 75px;
    letter-spacing: 2px;
    font-size: 24px;
    color: #b4b4b4;
}
.xyr_eva_title ul li:last-child{
    margin-right: 0;
}
.xyr_eva_title ul a.color{
    color: #0091dd;
    border-bottom: 0;
    background: url("../img/border-bottom-1.png") no-repeat;
    background-position: bottom left;
    -webkit-background-size: 100% 2px;
    background-size: 100% 2px;
}
.xyr_eva_list ol li{
    height: 300px;
}
.xyr_eva_list ol li a{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding-top: 70px;
    padding-bottom: 35px;
    border-bottom: 1px  solid #ededed;
}
.xyr_eva_list_img {
    width: 250px;
    height: 190px;
    margin-right: 40px;
}
.xyr_eva_list_img img{
    width: 100%;
}
.xyr_eva_list_text{
    height: 190px;
    width: 765px;
    padding-top: 35px;
}
.xyr_eva_list_text h5{
    font-size: 18px;
    margin-bottom: 10px;
}
.xyr_eva_list_text p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.xyr_eva_list_time{
    width: 105px;
    text-align: center;
    padding-top: 35px;
}
.xyr_eva_list_time span{
    font-size: 28px;
    display: block;
    border-bottom: 1px dashed #e6e6e6;
    color: #999;
}
.xyr_eva_list_time p{
    font-size: 18px;
}
.M-box1{
    text-align: center;
    margin: 50px 0;
}
.M-box1 a,.M-box1 span{
    display: inline-block;
    text-align: center;
    width: 30px;	
    height: 30px;
    line-height: 30px;
    border: 1px solid #ededed;
    border-radius: 2px;
    margin-right: 5px;
}
.M-box1 a,.M-box1 span {
	min-width: 40px;
}
.M-box1 span{
    border: 0 none;
    background-color: #0091dd;
    color: #fff;
}
/*-----------------------------------------------------------------产品展示页面-------------------------------------------------------------*/
.xyr_hold{
    /*height: 6000px;*/
}

.xyr_hold .xyr_eva_banner{
    height: 830px;
    transform: translateY(-40px);
}
.w1240{
    width: 1200px;
    margin: 20px auto;
    height: 430px;
    border: 1px solid #ededed;
    padding-top: 20px;
}
.xyr_show_banner{
    display: flex;
    justify-content: space-between;
}
.xyr_show_banner .xyr_banner_left{
    width: 300px;
    height: 392px;
    margin-right: 20px;
    background: url(../img/0-1.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 240px;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: #333;
    padding-left: 75px;
}
.xyr_show_banner .js-silder{
    width: 880px;
    height: 392px;
}
.xyr_hold .js-silder{
    position: relative;
    min-width: 320px;
    /* min-height: 600px; */
}
.xyr_hold .silder-scroll{
    width: 100%;
    overflow: hidden;
    /* height: 100%; */
}
 .xyr_hold .silder-main{
    position: relative;
    width: 100%;
    overflow: hidden;
    /* height: 100%; */
}
.xyr_hold .silder-main-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
}
.xyr_hold .silder-main-img img{
    width: 100%;
    /* height: 100%; */
}
.xyr_hold .js-silder-ctrl{
    width: 100%;
    text-align: center;
}

.xyr_show_seo p{
    float: right;
}
.xyr_show_seo p .xyr_show_1{
    display: inline-block;
    margin-right: 20px;
}
.xyr_show_seo p input{
    border: 0 none;
    width: 245px;
    height: 30px;
    border: 1px solid #ededed;
    padding-left: 10px;
    border-radius: 2px;
    box-sizing: border-box;
    outline: none;
}
.xyr_show_seo p i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #0091dd;
    text-align: center;
}
.xyr_show_seo p .icon-soushuo-copy{
    color: #fff;
}
.xyr_productShow_list{
    border-top: 1px solid #ededed;
    margin-top: 30px;
    padding-top: 50px;
}
.xyr_productShow_list li{
    float: left;
    margin-right: 30px;
}
.xyr_productShow_list li:nth-of-type(3n){
    margin-right: 0;
}
.xyr_productShow_list li a{
    display: block;
    width: 380px;
    text-align: center;
    margin-bottom: 65px;
}
.xyr_productShow_list_img{
    border: 1px solid #ededed;
    padding: 60px 0;
    margin-bottom: 20px;
}
.xyr_productShow_list_name{
    font-weight: 700;
    font-size: 18px;
}
.xyr_productShow_list_text{
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: center;
}
/*-----------------------------------------------------------------公司简介页面-------------------------------------------------------------*/
.xyr_intro{
    /*height: 6000px;*/
}
.xyr_intro_about_title{
    width: 605px;
    height: 100px;
    margin: 70px auto 90px;
    text-align: center;
}
.xyr_intro_about_title img{
    width: 100%;
    height: 100%;
}
.xyr_intro_all{
    height: 1150px;
    background-color: #f5fbfe;
    padding-top: 50px;
}
.xyr_intro_about_text{
    height: 700px;
    background: url("../img/intro_text-1.jpg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-top: 157px;
    margin-bottom: 70px;
}
.xyr_intro_about_content{
    width: 530px;
    min-height: 386px;
    background-color: rgba(255,255,255,.3);
    padding: 58px 75px 60px 32px;
}
.xyr_intro_about_content:after {
    display: inline-block;
    width: 100%;
    content: '';
}
.xyr_intro_about_content p{
    font-size: 16px;
    color: #333;
    text-indent: 2em;
    letter-spacing: 1px;
    text-align: justify;
}
.xyr_intro_about_content p b{
    font-weight: 700;
}
.xyr_intro_list ul{
    display: flex;
}
.xyr_intro_list li{
    margin-right: 12.5px;
}
.xyr_intro_list li a{
    display: block;
    width: 230px;
    height: 250px;
    text-align: center;
    background-color: #e7f3fe;
    padding-top: 23px;
}
.xyr_intro_list li:last-child{
    margin-right: 0;
}
.xyr_intro_list li a img{
    width: 184px;
    height: 94px;
    margin-bottom: 23px;
}
.xyr_intro_list li a p em{
    color: #0091dd;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
}
.xyr_intro_list li a p span{
    background-color: #ffa800;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
}
.xyr_intro_list li a h5{
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}
.xyr_intro_staff_text{
    height: 455px;
    display: flex;
}
.xyr_intro_staff_left,.xyr_intro_staff_right{
    width: 594px;
    height: 100%;
    border: 1px solid #ededed;
    padding: 10px;
}
.xyr_intro_staff_border{
    background-color: #f5f5f5;
    height: 100%;
}
.xyr_intro_staff_left{
    margin-right: 12px;
}
.xyr_intro_staff_top{
    display: flex;
    padding: 23px 20px;
    justify-content: space-between;
}

.xyr_intro_staff_top div{
    width: 256px;
    height: 232px;
}
.xyr_intro_staff_top div img{
   width: 100%;
   height: 100%;
}
.xyr_intro_staff_bottom{
    margin-top: 30px;
    text-align: center;
}
.xyr_intro_staff_bottom h4{
    font-weight: 700;
    font-size: 26px;
    color: #333;
}

.xyr_intro_staff_bottom p{
    font-size: 18px;
    margin-top: 20px;
}

.xyr_intro_strength_list li{
    float: left;
    width: 285px;
    height: 264px;
    margin-right: 20px;
    margin-bottom:40px;
}
.xyr_intro_strength_list li:nth-of-type(4n){
    margin-right: 0;
}
.xyr_intro_strength_list li a{
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
}
.xyr_intro_strength_list li a img{
    height: 220px;
    width: 100%;
    margin-bottom: 10px;
}
.xyr_intro_strength_list li a p{
    font-size: 20px;
}
/*-----------------------------------------------------------------联系我们-------------------------------------------------------------*/
.xyr_link{
    /*height: 6000px;*/
}
.xyr_link .xyr_intro_about_title{
    width: 610px;
    height: 70px;
}
.xyr_link_num{
    margin-top: 55px;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 35px 35px 20px 20px;
}
/*.xyr_link_num*/
.xyr_link_num li{
    float: left;
    width: 560px;
    height: 70px;
    margin-right: 20px;
    border-bottom: 2px solid #ededed;
    border-right: 2px solid #ededed;
    line-height: 70px;
    margin-bottom: 35px;
    padding-left: 35px;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.xyr_link_num li:nth-of-type(2n){
    margin-right: 0;
}
.xyr_link_num li:nth-of-type(3),
.xyr_link_num li:nth-of-type(4){
    margin-bottom: 0;
}
.xyr_link_num li span{
    margin-right: 30px;
    color: #0d983e;
    font-size: 40px;
}
.xyr_address_title{
    text-align: center;
    margin: 65px 0 60px;
}
.xyr_address_title h2{
    color: #333;
    font-weight: 700;
}
.xyr_address_title p{
    color: #999;
}
.xyr_address{
    margin-bottom: 50px;
}
#allmap{width:100%;height:500px;}
/*-----------------------------------------------------------------业务介绍页面-------------------------------------------------------------*/
.xyr_business_list{
    margin-top: 50px;
    margin-bottom: 85px;
}
.xyr_business_list ul{
    height: 320px;
}
.xyr_business_list ul li{
    float: left;
    width: 279px;
    height: 100%;
    margin-right: 28px;
    text-align: center;
    padding-top: 56px;
    border: 2px solid #ededed;
}
.xyr_business_list a{
    display: block;
    width: 100%;
    height: 100%;
}
.xyr_business_list li:last-child{
    margin-right: 0;
}
.xyr_business_list ul li:hover{
    border: 2px solid #0091dd;
}
.xyr_business_list ul li img{
    margin-bottom: 53px;
}

.xyr_business_list ul li p{
    font-size: 22px;
    font-weight: 700;
    color: #333;
}
.xyr_business_text_list{
    margin-bottom: 85px;
}
.xyr_business_text_list li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}
.xyr_business_text_list li:last-child{
    margin-bottom: 0;
}
.xyr_business_text_list li .xyr_business_text_left{
    width: 390px;
    height: 390px;
    background-color: #fafafa;
    padding: 35px 55px;
}
.xyr_business_text_list li .xyr_business_text_left h3{
    padding-bottom: 25px;
    border-bottom: 2px dashed #c2c2c2;
    color: #0091dd;
    font-weight: 700;
    font-size: 24px;
}
.xyr_business_text_list li .xyr_business_text_left p{
    margin-top: 37px;
    font-size: 20px;
    padding-left: 40px;
    position: relative;
}
.xyr_business_text_list li .xyr_business_text_left p::before{
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #666;
    /*margin-right: 40px;*/
    position: absolute;
    left: 0;
    top: 17px;
    /*transform: translateY(-50%);*/
}
.xyr_business_text_list li .xyr_business_text_right{
    width: 785px;
    height: 390px;
}
.xyr_business_text_list li .xyr_business_text_right img{
    width: 100%;
    height: 100%;
}
/*-----------------------------------------------------------------动态详情页面-------------------------------------------------------------*/
.xyr_eva_detail{
    min-height: 500px;
}
.xyr_eva_detail h2{
    font-size: 24px;
    text-align: center;
    margin: 50px 0 20px;
}
.xyr_eva_detail .xyr_detail_time{
    text-align: center;
    padding: 10px 0;
    border-top: 2px dashed #ededed;
    border-bottom: 2px dashed #ededed;
    display: flex;
    justify-content: center;
    align-items: center;
}
.xyr_detail_txt {
    margin-top: 70px;
}
.xyr_eva_detail .xyr_detail_time time{
    margin-right: 40px;
}
.xyr_eva_detail .xyr_eva_detail_sec p{
    text-indent: 2em;
}
.xyr_detail_page{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.xyr_detail_page div{
    margin-right: 5px;
}
.xyr_detail_page div:last-child{
    margin-right: 0;
}
.xyr_detail_page li a{
    display: block;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    background-color: #0091dd;
    border: 1px solid #e5e5e5;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.xyr_detail_previous,.xyr_detail_next{
    padding: 5px;
    border:1px solid #e5e5e5;
}
/*-----------------------------------------------------------------产品详情页面-------------------------------------------------------------*/

.xyr_shop_list{
    min-height: 500px;
}
.xyr_shop_list h2{
    margin: 80px auto 0;
    text-align: center;
}
#ul01{
    display: none;
}

.xyr_shop_detail_txt{
    display: flex;
    justify-content: flex-start;
    margin-top: 110px;
}

.xyr_slider_left,.xyr_slider_right{
   /* width: 590px;*/
}
table{
    width: 100%;
}
.xyr_slider_right{
    margin: 110px auto;
    text-align: center;
}
.xyr_slider_right table tr{
    height: 35px;
    padding: 0 !important;
    border: 0 !important;
    border: 1px solid #d4d4d4 !important;
}
.xyr_slider_right table tr td{
    height: 35px;
    padding: 0 !important;
    padding-left: 10px !important;
    line-height: 35px;
}
.xyr_slider_right table tr td:nth-of-type(1){
    width: 145px;
    background-color: #f5f5f5;
}





.wpsidebar-fkf {
    position: fixed;
    right: 18px;
    top: 50%;
    transform: translate(0,-50%);z-index:9999;
}
.fkf-item {
    position: relative;
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 6px;
    box-sizing: border-box;
    cursor: pointer;
}
.fkf-item img { width: 30px; height: 30px;}
.fkf-item img.hover { display: none;}
.fkf-item:hover>img { display: none;}
.fkf-item:hover img.hover { display: block;}
.fkf-cart>span { position: absolute; display: block; width: 24px; height: 24px; border-radius: 50%; background-color: #ff6600; color: #fff; left: -12px; top: -12px; text-align: center; line-height: 24px;}
.fkf-item-right{ position: absolute; right: 35px; padding-right: 25px; top: -15px; display: none;}
.fkf-item:hover .fkf-item-right { display: block;}
.fkf-item-right-content{ width: 430px; border: 1px solid #ccc;   border-top: 4px solid #ff6800;
    padding: 20px;
    padding-top: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);
    box-shadow: 0 3px 8px rgba(0,0,0,.15);
    position: relative; }
.fkf-item-right-content .arrow, .right-content-ewm .arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -15px;
    top: 23px;
    z-index: 20;
}
.fkf-item-right-content-top {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 70px;
    border-bottom: 1px solid #ccc;
    position: relative;
    white-space: nowrap;overflow:hidden;
}
.fkf-item-right-content-top img {
    position: absolute;
    left: 0;
    top: 8px;
    width: 40px;
    height: 40px;
}
.fkf-item-right-content-top h2 {
    margin-bottom: 8px;
    color: #ff6800;
    font-size: 22px;
}
.fkf-item-right-content-bottom p {
    padding-top: 15px;
    padding-bottom: 15px;}
.fkf-item-right-content-bottom .content-bottom-item { display: inline-block; width: 32%; margin-bottom: 8px;
    overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;
}

.content-bottom-item img { width: 25px; height: 25px; margin-right: 5px; background-color: #333; vertical-align: top;}
.content-bottom-item span { display: inline-block; line-height: 25px;}
.content-bottom-item:hover img { background-color: #ff6800;}
.content-bottom-item:hover span { color: #ff6800}
.right-content-tele { width: 300px;}
.right-content-tele .fkf-item-right-content-top:last-child { border-bottom: 0; padding-bottom: 0; padding-top: 10px;}
/*.right-content-tele .fkf-item-right-content-top:last-child img { top: 28px;}*/
.right-content-ewm { padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);
    box-shadow: 0 3px 8px rgba(0,0,0,.15);
    position: relative;
    display:flex;
    flex-direction:row;
    width: max-content;
}
.right-content-ewm .ewm div {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    border-radius: 50%;
    /*background-color: #198ede;*/
    margin-bottom: 10px}
.right-content-ewm .ewm div img { width: 100px; height: 100px; margin-top: 15px; margin-left: 15px; background: #fff;}
.right-content-ewm .ewm p { text-align: center; font-size: 16px; color: #ff6800;}
.fkf-item-right-ewm { top: initial; bottom: -15px;}
.right-content-ewm .arrow { top: initial; bottom: 23px;}



