@charset "utf-8";

/*
@font-face
{
	font-family: "Font Awesome 5 Pro";
	src: url('../font/fa-solid-900.woff2');
}
@font-face
{
	font-family: "Font Awesome 5 Pro2";
	src: url('../font/fa-regular-400.woff2');
}
*/
@font-face
{
	font-family: "Font Awesome 5 Pro";
	src: url('../font/fa-light-300.woff2');
}

/* 全局通用 start */
html,body{
	min-width:1100px;
	overflow-x: hidden;
}
*{
	/* font-family: "Roboto",sans-serif; */
	font-family: system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Arial,sans-serif;
}
.width_1100{
	width:1100px;
}
.min_width_1100{
	min-width:1100px;
}

.no_data {
	line-height: 40px;
	font-size: 14px;
	color: #444444;
	text-align: center;
}

/* 图片放大 */
.c_img_scale{
	-webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.c_img_scale:hover{
	transform: scale(1.1);
}

/* 标题 */
.c_title{
	text-align:center;
}
.c_title .en_us{
	color:#747373;
	font-size:30px;
	margin-bottom:8px;
	letter-spacing: 1px;
}
.c_title .hr1{
	width: 32px;
	margin:12px auto;
    border-top: 2px solid rgba(0, 0, 0, .3);
}
.c_title .zh_cn{
	color:#e60012;
	font-size:24px;
	margin-bottom:15px;
	letter-spacing: 2px;
}

/* 通用页面banner */
.c_banner_div{
	text-align: center;
	position:relative;
}
.c_banner_div .banner_text{
	position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -192px;
    margin-top:-45px;
    width: 384px;
    height:90px;
}
.c_banner_div .banner_text .p1{
	font-size: 22px;
    color: #E50014;
    background: rgb(255,255,255,0.5);
    border-radius: 30px;
    display: table;
    padding: 0px 20px;
    line-height: 40px;
    height: 40px;
    letter-spacing: 2px;
}
.c_banner_div .banner_text .p2{
	font-size: 28px;
    color: #FFFFFF;
    display: table;
    line-height: 40px;
    height: 40px;
    margin:0 auto;
    letter-spacing: 2px;
}
.c_banner_div img{
	width:100%;
	/* max-width:1920px; */
	/* max-height:440px; */
}
.c_img_div{
	text-align: center;
	position:relative;
}

/* 通用页面图片轮播 */
.c_lunbo{
	width:100%;
	/* max-width:1920px; */
	height:auto;
	/* max-height:480px; */
}
.c_lunbo .swiper-wrapper{

}
.c_lunbo .swiper-wrapper .swiper-slide{
	text-align:center;
}
.c_lunbo .swiper-wrapper .swiper-slide .img{
	width:100%;
	height:100%;
}

/* 通用图文列表1 */
.c_graphic_list_1 .list .mydiv{
	float:left;
	width: 33.3333%;
    text-align: center;
}
.c_graphic_list_1 .list .mydiv a{
	color:#777777;
}
.c_graphic_list_1 .list .mydiv a .img_div{
	width:350px;
	height:233px;
	overflow: hidden;
	margin:0 auto;
	-webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
	border-radius:10px;
}
.c_graphic_list_1 .list .mydiv a img{
	width:100%;
	height:100%;
	-webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.c_graphic_list_1 .list .mydiv a img:hover{
	transform: scale(1.1);
}
.c_graphic_list_1 .list .mydiv a p{
	font-size:14px;
	margin:15px 0 20px 0;
	height:40px;
}
.c_graphic_list_1 .list .mydiv a .yk_img_div{
	width:350px;
	height:490px;
}

/* 分页 */
.my_page_box{
    display: table;
    margin: 30px auto 50px auto;
}
.my_page_box a, .my_page_box span{
	float:left;
	padding:5px 12px;
	border:1px solid #DDDDDD;
	color:#777777;
	border-right: none;
}
.my_page_box .total_page{
	border-right:1px solid #DDDDDD;
}
.my_page_box .current{
	background: #e60012;
	color:#fff;
}

/* 全局通用 end */

/* 头部 start */
.header{

}
.header .box{
	margin:0 auto;
	height:110px;
}
.header .box .logo_div{
	width:168px;
	height:100%;
	display:flex;
	align-items:center;
}
.header .box .logo_div .logo{
	width:100%;
}
.header .box .phone_div{
	height:100%;
	background: url(../images/phone_icon.png) no-repeat left center;
	background-size:40px auto;
	padding-left: 50px;
	padding-right: 40px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.header .box .phone_div .p1{
	font-size:12px;
	color:#2C1E1B;
    padding-bottom: 0;
    margin-bottom: 0;
}
.header .box .phone_div .text_div{
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.header .box .phone_div .p2{
	font-size:16px;
	font-weight:bold;
	color:#241915;
	letter-spacing: 2px;
}
.fenge{
	width:100%;
	height:5px;
	background:#E60012;
}
.header .menu_div{
	
}
.header .menu_div ul{
	margin:0 auto;
	display: flex;
    flex-direction: row;
    justify-content: center;
}
.header .menu_div ul li{
	width:10%;
	/* width:9%; */
	height:50px;
	line-height:50px;
	float:left;
	text-align:center;
	/*font-weight:bold;*/
	position:relative;
}
.header .menu_div ul li .a1{
	display:block;
	width:100%;
	height:100%;
	color:#E60012;
	font-size:15px;
}
/*
.header .menu_div ul li .a2{
	color: #E60012;
}
*/
.header .menu_div ul .cur{
	background:#E60012;
}
.header .menu_div ul .cur .a1{
	/*color:#F7DF9F;*/
	color:#fff;
}
.header .menu_div ul li .son_div{
	width:100%;
	position:absolute;
	left:0;
	top:50px;
	z-index:9;
	background:#E60012;
	color:#333;
	display:none;
}
.header .menu_div ul li .son_div .a2{
	display:block;
	height:40px;
	line-height:40px;
	font-size:15px;
	color:#fff;
}
.header .menu_div ul li .son_div .a2:hover{
	color:#F7DF9F;
}
/* 头部 end */

/* 页面内二级导航 start */
.two_nav{
	text-align: center;
	padding: 45px 0;
}
.two_nav a{
	display: inline-block;
    color: #666867;
    text-align: center;
    margin: 0 15px;
    padding: 8px 20px;
    border-radius: 4px;
}
.two_nav a.cur{
	color: #fff;
    background: #E60012;
}
.two_nav a:hover{
	color: #fff;
    background: #E60012;
}
/* 页面内二级导航 end */

/* 底部 end */
.footer{
	width:100%;
	/* max-width:1920px; */
	height:580px;
	/*min-height:580px;*/
	margin:0 auto;
	background:url(../images/footer.jpg) no-repeat center center;
	background-size:100% 100%;
	overflow:hidden;
}
.footer .foo_div{
	margin:0 auto;
	height:100%;
	position:relative;
}
.footer .foo_div .contact_us{
	padding:50px 0;
	text-align:center;
}
.footer .foo_div .contact_us h1{
	font-size:34px;
	color:#fff;
	letter-spacing: 2px;
}
.footer .foo_div .contact_us hr{
	width:25px;
	height:2px;
	color:#fff;
	margin:6px auto;
}
.footer .foo_div .contact_us h3{
	font-size:26px;
	color:#fff;
	letter-spacing: 3px;
}
.footer .foo_div .box .left{
	width:47%;
	color:#fff;
	font-size:14px;
}
.footer .foo_div .box .left .myrow{
	display: flex;
	align-content: center;
	justify-content: space-between;
	align-items: center;
}
.footer .foo_div .box .left .myrow .text{
	width: 385px;
}
.footer .foo_div .box .left .myrow .text .p{
	
}
.footer .foo_div .box .left .myrow .qr_div{
	/* margin-left: 120px; */
    width: 90px;
    height: 100px;
}
.footer .foo_div .box .left .myrow .qr_div .p{
	margin-top:5px;
	margin-bottom:0;
	font-size:12px;
}
.footer .foo_div .box .left .addr{
	
}
.footer .foo_div .box .left .addr .small{
	font-size:12px;
}
.footer .foo_div .box .right{
	width:53%;
}
.footer .foo_div .box .right .myrow{
	margin-bottom:10px;
}
.footer .foo_div .box .right .myrow .div{
	width:33.33%;
	padding:0 8px;
	float:left;
}
.footer .foo_div .box .right .myrow .div .input{
	width:100%;
	height:35px;
	line-height:35px;
	background:#fff;
	padding:0 10px;
	outline:none;
	border:none;
}
.footer .foo_div .box .right .row_area{
	padding:0 8px;
}
.footer .foo_div .box .right .myrow .mytextarea{
	width:100%;
	height:85px;
	background:#fff;
	padding:10px;
	outline:none;
	border:none;
	resize: none;
}
.footer .foo_div .box .right .row_btn{
	padding:0 8px;
}
.footer .foo_div .box .right .myrow .btn_div{
	display:table;
	height:32px;
	line-height:32px;
	border:1px solid #9C1C3D;
	cursor: pointer;
}
.footer .foo_div .box .right .myrow .btn_div .text{
	width:100px;
	height:100%;
	background:#fff;
	color:#E51022;
	text-align:center;
}
.footer .foo_div .box .right .myrow .btn_div .icon{
	width:35px;
	height:100%;
	color:#ffffff;
	background:#E60012;
	text-align:center;
}
.footer .foo_menu{
	text-align:center;
	color:#fff;
	position: absolute;
    width: 100%;
    bottom: 35px;
    left: 0;
}
.footer .foo_menu a{
	color:#B3B3B5 !important;
}
.footer .foo_menu .div1{
	
}
.footer .foo_menu .div1 a{
	font-size:16px;
	padding:0 10px;
}
.footer .foo_menu .div2{
	display: table;
    margin: 0 auto;
	font-size:12px;
	color:#B3B3B5;
	padding-top:10px;
}
.footer .foo_menu .div2 a{
	font-size:12px;
	color:#B3B3B5;
	margin-left:40px;
}
/* 底部 end */

/* 首页 start */
/* 图片轮播 */
.shouye .my_banner{
	position: relative;
	/*overflow: auto;*/
	/*text-align: center;*/
	width:100% !important;
	/* max-width:1920px; */
	/*height:auto !important;*/
	margin:0 auto;
}
.shouye .my_banner .img{
	width:100%;
	height:auto;
}
.shouye .my_banner .prev,.my_banner .next{
	width:20px;
	height:36px;
	position: absolute;
	top:50%;
	margin-top:-18px;
}
.shouye .my_banner .prev{
	left:80px;
	background:url(../images/arrowl.png) no-repeat center center;
	background-size:100% auto;
}
.shouye .my_banner .next{
	right:80px;
	background:url(../images/arrowr.png) no-repeat center center;
	background-size:100% auto;
}

/* 关于我们 */
.shouye .about_us{
	margin:0 auto;
	height:400px;
	padding-top:70px;
}
.shouye .about_us .note{
	width:48%;
	height:100%;
	padding-right:30px;
}
.shouye .about_us .note .us_text{
	font-size:44px;
	color:#BDBDBD;
	margin-bottom:10px;
}
.shouye .about_us .note .gywm{
	color:#e60012;
	font-size:26px;
	margin-bottom:20px;
}
.shouye .about_us .note .hr{
	width:32px;
    border:0;
    border-top:2px solid rgba(0, 0, 0, .2);
	margin-bottom:20px;
}
.shouye .about_us .note .p{
	font-size:14px;
	color:#777777;
	text-align:justify;
	margin-bottom:15px;
}
.shouye .about_us .note .btn_div{
	
}
.shouye .about_us .note .btn_div .detail_btn{
	color: #E60012;
    background-color: transparent;
    border: 2px solid #E60012;
	text-transform: uppercase;
	word-wrap: break-word;
	white-space: normal;
	cursor: pointer;
	font-size:14px;
	padding:5px 20px 5px 20px;
	border-radius:50px;
	display:table;
}
.shouye .about_us .video_div{
	width:48%;
	height:100%;
}
.shouye .about_us .video_div video{
	width:100%;
	height:100%;
	/* 视频封面填充满 */
	object-fit: fill;
}
.shouye .g3{
	margin:60px auto;
}

/* 产品中心 */
.shouye .product{
	position:relative;
	/*overflow:hidden;*/
	width:1100px;
	height:475px;
	z-index:2;
	margin:0 auto;
}
.shouye .product .pro_title{
	text-align:center;
	margin-bottom:20px;
}
.shouye .product .pro_title .title{
	font-size:26px;
	color:#383A39;
	font-weight:bold;
	letter-spacing:2px;
}
.shouye .product .pro_title hr{
	height:2px;
	width:55px;
	margin:10px auto 0 auto;
	border-top: 1px solid #E92E3F;
}
.shouye .product .product_swiper img{
	-webkit-box-shadow:0px 2px 5px rgb(0 0 0 / 16%);
	-moz-box-shadow:0px 2px 5px rgb(0 0 0 / 16%);
	box-shadow:0px 2px 5px rgb(0 0 0 / 16%);
    width:100%;
    height:346px;
}
.shouye .product .product_swiper .swiper-slide{
	width: auto;
	background: #ffffff;
}
.shouye .product .product_swiper .swiper-slide-duplicate{
	/*height:300px;*/
}
.shouye .product .product_swiper .swiper-slide-duplicate img{
	/*height:300px;*/
}
.shouye .product .product_swiper .name {
    color: #747373;
    text-align: center;
    display: table;
    margin: 10px auto 0 auto;
}
.shouye .bcgpz{
	text-align:center;
	color:#212121;
	margin:32px 0 60px 0;
}
.shouye .bcgpz .text1{
	display:inline-block;
	font-size:26px;
}
.shouye .bcgpz .text2{
	display:inline-block;
	background-color:#E60012;
	color:#fff;
	padding:8px;
	font-size:18px;
}

.shouye .bg_one_div{
	/* max-width:1920px; */
	margin:0 auto;
}

.shouye .dxal{
	margin:60px auto 32px auto;
}
.shouye .dxal .box{
	
}
.shouye .dxal .box ul{
	display: table;
    margin: 0 auto;
}
.shouye .dxal .box ul li{
	width:70px;
	height:35px;
	line-height: 35px;
	float:left;
	margin:0 10px;
}
.shouye .dxal .box ul li a{
	display:block;
	width:100%;
	height:100%;
	color:#666;
	text-align:center;
	border-radius:4px;
}
.shouye .dxal .box ul .cur a{
	color:#fff;
	background:#e60012;
	-webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.shouye .dxal .box .son_div{
	margin-top:28px;
	height:210px;
	overflow:hidden;
}
.shouye .dxal .box .son_div .son{
	transition:opacity 0.2s linear;
	-moz-transition:opacity 0.2s linear; 		/* Firefox 4 */
	-webkit-transition:opacity 0.2s linear; 	/* Safari and Chrome */
	-o-transition:opacity 0.2s linear; 		/* Opera */
}
.shouye .dxal .box .son_div .son .div{
	float:left;
}
.shouye .dxal .box .son_div .son .div a{
	color:#777;
	display:table;
}
.shouye .dxal .box .son_div .son .div .img_div{
	-webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.shouye .dxal .box .son_div .son .div .img_div img{
	width:100%;
	height:100%;
}
.shouye .dxal .box .son_div .son .div .name{
	font-size:14px;
	text-align:center;
	margin-top:10px;
}

.shouye .hzpp{
	margin:0 auto 0 auto;
	padding-top: 60px;
}
.shouye .hzpp .c_title{
	/* margin-bottom: -190px; */
}
.shouye .hzpp .box{
	text-align: center;
}
.shouye .hzpp .box img{
	max-width:1300px;
	position: relative;
	/* top: -70px; */
	/* z-index: -1; */
	padding-top: 20px;
	padding-bottom: 80px;
}

.shouye .xwzx{
	margin: 0 auto;
}
.shouye .xwzx .box ul{
	display: table;
    margin: 0 auto;
}
.shouye .xwzx .box ul li{
	width:155px;
	height:35px;
	line-height: 35px;
	float:left;
	margin:0 5px;
}
.shouye .xwzx .box ul li a{
	display:block;
	width:100%;
	height:100%;
	color:#666;
	text-align:center;
	font-size: 18px;
	border:1px solid #EE6670;
	overflow: hidden;
}
.shouye .xwzx .box ul .cur a{
	color:#fff;
	background:#e60012;
	-webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.shouye .xwzx .box .son_div{
	padding-top: 40px;
	padding-bottom: 80px;
}
.shouye .xwzx .box .son_div .son{
	position: relative;
}
.shouye .xwzx .box .son_div .son .left{
	width:440px;
	height:294px;
	position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
	overflow:hidden;
}
.shouye .xwzx .box .son_div .son .left img{
	width:100%;
	/* height:100%; */
	-webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.shouye .xwzx .box .son_div .son .right{
	padding-left:470px;
	height:294px;
}
.shouye .xwzx .box .son_div .son .right .myrow{
	position:relative;
	margin-bottom: 22px;
}
.shouye .xwzx .box .son_div .son .right .last_row{
	margin-bottom: 0;
}
.shouye .xwzx .box .son_div .son .right .title_div{
	width: 510px;
    float: left;
    border-bottom: 1px dashed #ced4da;
    padding-bottom:10px;
}
.shouye .xwzx .box .son_div .son .right .title_div .type_name{
	color:#e60012;
}
.shouye .xwzx .box .son_div .son .right .title_div .title{
	color:#777777;
}
.shouye .xwzx .box .son_div .son .right .title_div .title:hover{
	color:blue;
}
.shouye .xwzx .box .son_div .son .right .time{
	width:100px;
	text-align: center;
	float: right;
	color:#e60012;
}
/* 首页 end */

/* 发展历程 start */
.course .fzlc_div{
	text-align: center;
	
	/*
	background-image: url(../images/course/bg_01.png),url(../images/course/bg_02.png),url(../images/course/bg_03.png);
	background-repeat: no-repeat;
	background-position: center top, center bottom, center bottom;
	background-size: 1100px auto, auto auto auto auto;
	*/
}
/*
.course .fzlc_div .fzlc_img{
	width:1100px;
	padding-top: 60px;
}
.course .fzlc_div .text{
	padding:60px 0;
}
.course .fzlc_div .text .p1{
	font-size:40px;
	color:#E60012;
	letter-spacing: 6px;
}
.course .fzlc_div .text .p2{
	font-size:14px;
	color:#E60012;
}
*/
/* 发展历程 end */

/* 企业理念 start */
.concept .qyln_div{
	width:1100px;
	margin:0 auto;
	background: url(../images/concept/bg_01.png) no-repeat right top;
	background-size:100% auto;
}
.concept .qyln_div .div1{

}
.concept .qyln_div .div1 .en_us{
	color:#D6D6D6;
	font-size:30px;
	margin-bottom:8px;
}
.concept .qyln_div .div1 .zh_cn{
	color:#e60012;
	font-size:28px;
	margin-bottom:8px;
	font-weight: bold;
	background: url(../images/title_icon.png) no-repeat left center;
	background-size:16px auto;
	padding-left:25px;
	line-height: 38px;
    height: 40px;
}

.concept .qyln_div .div2{
	padding-top:10px;
}
.concept .qyln_div .div2 ul li{
	font-size:18px;
	color:#3E3A39;
	background: url(../images/list_icon_01.png) no-repeat left center;
	background-size: 10px auto;
	padding-left:15px;
	height: 35px;
    line-height: 36px;
    letter-spacing: 1px;
}
.concept .qyln_div .div2 ul li font{
	color:#E40013;
}

.concept .qyln_div .div3{
	padding-top:80px;
	padding-bottom:80px;
}
.concept .qyln_div .div3 ul li{
	font-size:16px;
	color:#231816;
	background: url(../images/list_icon_02.png) no-repeat left 5px;
	background-size: 15px auto;
	padding-left:20px;
	letter-spacing: 1px;
	line-height: 30px;
	line-height: 26px;
    margin-bottom: 18px;
}
.concept .bg_div{
	max-width: 1920px;
	margin:0 auto;
}
/* 企业理念 end */

/* 关于我们 start */
.about .jieshao{
	margin:0 auto;
	padding-bottom:80px;
}
.about .jieshao .left{
	float:left;
	width:500px;
	height:390px;
}
.about .jieshao .left .gallery-top{
	width:100%;
	height:325px;
}
.about .jieshao .left .gallery-thumbs{
	padding-top:10px;
}
.about .jieshao .left .gallery-thumbs .small_img{
	width:75px;
	height:48px;
	cursor: pointer;
	margin-right: 10px;
}
.about .jieshao .right{
	float:right;
	width:560px;
}
.about .jieshao .right .title_div{
	border-bottom:1px solid #ED5763;
	line-height: 20px;
    padding-bottom: 5px;
}
.about .jieshao .right .title_div .zh_cn{
	font-size:24px;
	color:#e60012;
}
.about .jieshao .right .title_div .en_us{
	font-size:30px;
	color:#D6D6D6;
	padding-left: 15px;
}
.about .jieshao .right .neirong_div{
	padding:15px 0;
}
.about .jieshao .right .neirong_div p{
	text-indent: 25px;
	letter-spacing: 1px;
	line-height: 25px;
}

.about .scyfjd{
	background:#F3F3F3;
	padding:60px 0;
}
.about .scyfjd .box{
	margin:0 auto;
	display: flex;
	width:1180px;
	padding-top:10px;
}
.about .scyfjd .box .mydiv{
	width:auto;
	float:left;
	margin:0 auto;
}
.about .scyfjd .box .mydiv .div{
	padding:10px;
	background:#ffffff;
	-webkit-box-shadow: 0 10px 15px -3px rgb(0 0 0 / 7%), 0 4px 6px -2px rgb(0 0 0 / 5%);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 7%), 0 4px 6px -2px rgb(0 0 0 / 5%);
}
.about .scyfjd .box .mydiv .div img{
	width:255px;
	height:170px;
	border:1px solid #E98D90;
	border-radius: 10px;
}
.about .scyfjd .box .mydiv .div p{
	text-align:center;
}
.about .scyfjd .box .mydiv .div .p1{
	color: #464241;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 2px;
    font-weight: bold;
}
.about .scyfjd .box .mydiv .div .p2{
	color:#696768;
	font-size:12px;
	margin-bottom:0;
}

.about .ytjd{
	margin:0 auto;
	padding:80px 0;
}
.about .ytjd .title_div{
	border-bottom:1px dashed #ED5763;
	line-height: 20px;
    padding: 8px 0 8px 30px;
    background: url(../images/title_icon_02.png) no-repeat left center;
    background-size:20px auto;
    margin-bottom:20px;
}
.about .ytjd .title_div .zh_cn{
	font-size:24px;
	color:#e60012;
}
.about .ytjd .title_div .en_us{
	font-size:30px;
	color:#D6D6D6;
	padding-left: 15px;
}
.about .ytjd .neirong_div{
	float: left;
	width:570px;
}
.about .ytjd .neirong_div p{
	text-indent: 25px;
	letter-spacing: 1px;
	line-height: 26px;
}
.about .ytjd .img_div{
	float: right;
	width:500px;
}

.about .scjdcj{
	background:#F3F3F3;
	padding-top: 45px;
    padding-bottom: 65px;
}
.about .scjdcj .list{
	width:1100px;
	margin:0 auto;
	padding-top:20px;
}
.about .scjdcj .list .div{
	width:20%;
	overflow: hidden;
	float: left;
	height: 154px;
    padding: 0 10px 20px 10px;
}
.about .scjdcj .list .div img{
	width:100%;
	height:100%;
	/*-webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);*/
  	/*box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);*/
}
/* 关于我们 end */

/* 核心团队 start */
.team .hxtd{
	max-width:1920px;
	margin:0 auto;
	padding-top: 40px;
    padding-bottom: 200px;
    background:url(../images/team/bg.png) no-repeat center bottom;
    background-size:100% auto;
}
.team .hxtd .list{
	padding-top:20px;
}
.team .hxtd .list .myrow{
	display: flex;
    margin: 0 auto 20px auto;
    width: 1100px;
    text-align: center;
}
.team .hxtd .list .myrow .div{
	width: 250px;
    height: 350px;
	border:1px solid #CCCCCC;
	margin:0 10px;
}
.team .hxtd .list .myrow .div .people{
	width: 200px;
    height: 200px;
    border-radius: 100%;
    margin: 30px auto 20px auto;
}
.team .hxtd .list .myrow .div .people_01{
    background: url(../images/team/01.jpg) no-repeat center top #ccc;
    background-size: 230px auto;
}
.team .hxtd .list .myrow .div .people_02{
    background: url(../images/team/02.jpg) no-repeat center top #ccc;
    background-size: 300px auto;
}
.team .hxtd .list .myrow .div .people_03{
    background: url(../images/team/03.jpg) no-repeat center top #ccc;
    background-size: 300px auto;
}
.team .hxtd .list .myrow .div .people_04{
    background: url(../images/team/04.jpg) no-repeat center top #ccc;
    background-size: 300px auto;
}
.team .hxtd .list .myrow .div .people_05{
    background: url(../images/team/05.jpg) no-repeat center top #ccc;
    background-size: 230px auto;
}
.team .hxtd .list .myrow .div .people_06{
    background: url(../images/team/06.jpg) no-repeat center top #ccc;
    background-size: 240px auto;
}
.team .hxtd .list .myrow .div .people_07{
    background: url(../images/team/07.jpg) no-repeat center top #ccc;
    background-size: 240px auto;
}
.team .hxtd .list .myrow .div .people_08{
    background: url(../images/team/08.jpg) no-repeat center top #ccc;
    background-size: 240px auto;
}
.team .hxtd .list .myrow .div .people_09{
    background: url(../images/team/09.jpg) no-repeat center -22px #ccc;
    background-size: 280px auto;
}
.team .hxtd .list .myrow .div .people_10{
    background: url(../images/team/10.jpg) no-repeat center top #ccc;
    background-size: 240px auto;
}
.team .hxtd .list .myrow .div .people_11{
    background: url(../images/team/11.jpg) no-repeat center top #ccc;
    background-size: 220px auto;
}

.team .hxtd .list .myrow .div .name{
	font-size:20px;
	color:#e60012;
	margin-bottom:12px;
}
.team .hxtd .list .myrow .div .position{
	font-size:16px;
	color:#626463;
	display:table;
	border:1px solid #F69CA5;
	height: 30px;
    line-height: 30px;
    margin:0 auto;
    padding:0 10px;
}
.team .hxtd .list .myrow .div:hover{
	background:#E60012;
}
.team .hxtd .list .myrow .div:hover .name{
	color:#fff;
}
.team .hxtd .list .myrow .div:hover .position{
	color:#fff;
}

/* 核心团队 end */

/* 联系我们 start */
.contact .div{
	margin:0 auto;
	width:1050px;
	height:284px;
}
.contact .div1{
	margin-top: 40px;
}
.contact .div2{
	margin-top: 40px;
	margin-bottom:40px;
}
.contact .img_div{
	width:420px;
	height:100%;
	float:left;
}
.contact .img_div img{
	border:1px solid #CD6A87;
	border-radius:10px;
}
.contact .text_div{
	width:540px;
	height:100%;
	float:right;
	padding-top:10px;
}
.contact .text_div .m_title{
	height: 20px;
    line-height: 20px;
    border-left: 5px solid #E60012;
    color: #221816;
    font-size: 19px;
    padding-left: 10px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.contact .text_div .m_text{
	font-size: 17px;
    color: #251716;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.contact .div2 .text_div{
	padding-top:25px;
}
.contact .fenbu{
	background:#F4F4F4;
}
.contact .fenbu .div3{
	margin:0 auto;
	padding:60px 0;
	position:relative;
}
.contact .fenbu .div3 .img_div{
	width:950px;
	/* height:305px; */
	float:right;
}
.contact .fenbu .div3 .img_div img{
	border:none;
}
.contact .fenbu .div3 .text_div{
	position:absolute;
	left:0;
	bottom:22px;
	height:auto;
	/* float:left; */
	/* padding-left:20px; */
	padding-top: 5px;
}
.contact .fenbu .div3 .text_div .m_text2{
	font-size:13px;
	height: 37px;
    line-height: 37px;
}
.contact .fenbu .div3 .text_div .m_text2 span{
	padding: 4px 10px;
    border:1px solid #bdbdbd;
    margin-right:10px;
    font-size:14px;
}
.contact .fenbu .div3 .text_div .m_text2 .span1{
	background:#E1EFE0;
}
.contact .fenbu .div3 .text_div .m_text2 .span2{
	background:#BCE3EA;
}
.contact .fenbu .div3 .text_div .m_text2 .span3{
	background:#F6C6C6;
}
.contact .fenbu .div3 .text_div .m_text2 .span4{
	background:#8EB8E2;
}
.contact .fenbu .div3 .text_div .m_text2 .span5{
	background:#EEDCEA;
}
.contact .fenbu .div3 .text_div .m_text2 .span6{
	background:#FBEAD0;
}
.contact .fenbu .div3 .text_div .m_text2 .span7{
	background:#94C17E;
}
.contact .div4{
	margin:0 auto;
	padding:60px 0;
	/*
	background:url(../images/contact/map_bg.png) no-repeat center 100px;
	background-size:890px auto;
	*/
}
.contact .div4 .myrow{
	margin-bottom:30px;
	display: flex;
}
.contact .div4 .myrow .box{
	width:50%;
}
.contact .div4 .myrow .box .text_div{
	float: initial;
    border: 1px solid #FBD9DA;
    padding-top: 0;
    padding:30px 30px 20px 30px;
    width:520px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.21);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.21);
}
.contact .div4 .myrow .box .text_div .m_title{
	margin-bottom:5px;
}
.contact .div4 .myrow .box .text_div .m_text{
	margin-bottom:5px;
}

.contact .div5{
	width:1200px;
	margin:0 auto;
}
.contact .div5 .title{
	height: 20px;
    line-height: 20px;
    border-left: 5px solid #E60012;
    color: #221816;
    font-size: 19px;
    padding-left: 10px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.contact .div5 .mdiv{}
.contact .div5 .myrow{
	margin-bottom:30px;
	display: flex;
}
.contact .div5 .myrow .box{
	width:33.33%;
}
.contact .div5 .myrow .box .text_div{
	float: initial;
    padding-top: 0;
    width:100%;
}
.contact .div5 .myrow .box .text_div .m_title{
	margin-bottom:5px;
}
/* 联系我们 end */

/* 工程服务 start */
.gcfw_content .gcfw_div{
	background:url(../images/gcfw/bg01.png) no-repeat right bottom;
	background-size:1000px auto;
	padding-bottom:155px;
	margin:0 auto;
}
.gcfw_content .gcfw_div h3{
	padding-top:2.5rem;
	padding-bottom:1.5rem;
}
.gcfw_content .gcfw_div .list{
	
}
.gcfw_content .gcfw_div .list .title{
	background:url(../images/title_icon.png) no-repeat left center;
	background-size:auto 20px;
	padding-left:17px;
	color:#E70012;
	font-size:18px;
	height:30px;
	line-height:30px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom: 5px;
}
.gcfw_content .gcfw_div .list .myrow{
	color:#4B4947;
	font-size:14px;
	line-height: 22px;
    padding-bottom: 6px;
}
/* 工程服务 end */

/* 演示中心 start */
.democenter .yszx_div{
	margin:0 auto;
}
.democenter .yszx_div .div1{
	text-indent: 2em;
    line-height: 25px;
    letter-spacing: 1px;
}
.democenter .yszx_div .div2{
	text-align:center;
	padding:20px 0;
}
.democenter .yszx_div .div2 .img{}
.democenter .yszx_div .div3{
	width:1000px;
	margin:0 auto;
}
.democenter .yszx_div .div3 .title{
	padding: 5px 20px;
    border: 1px solid #EF616D;
    border-radius: 4px;
    color: #E50112;
    display: table;
    font-size: 16px;
}
.democenter .yszx_div .div3 ul{
	padding-top: 20px;
    padding-bottom: 60px;
}
.democenter .yszx_div .div3 ul li{
	width:50%;
	float:left;
	background:url(../images/list_icon_03.png) no-repeat left center;
	background-size:12px auto;
	padding-left:18px;
	line-height: 28px;
    font-size: 16px;
}
.democenter .box{
	background:#F7F7F7;
}
.democenter .box .div4{
	margin:0 auto;
	padding-top: 40px;
    padding-bottom: 60px;
}
.democenter .box .div4 .title{
	color: #e60012;
    font-size: 24px;
    margin-bottom: 8px;
    letter-spacing: 2px;
    text-align:center;
}
.democenter .box .div4 hr{
	width: 60px;
    margin: 5px auto 40px auto;
    border-top: 2px solid rgba(232, 47, 61, 1);
}
.democenter .box .div4 .list{
	
}
.democenter .box .div4 .list .img_div{
	width:25%;
	float:left;
	text-align:center;
}
.democenter .box .div4 .list .img_div img{
	width:240px;
	-webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.democenter .box .div4 .list .img_div p{
	padding-top: 15px;
	color:#221816;
}
/* 演示中心 end */

/* 选型系统 start */
.selection .box{
	height: 560px;
	margin:0 auto;
	margin-top: 30px;
	background: url(../images/selection/bg.png) no-repeat left 12px;
	background-size:650px auto;
}
.selection .box .div{
	width:500px;
	float:right;
}
.selection .box .zh_cn{
	color: #e60012;
    font-size: 22px;
    margin-bottom: 8px;
    letter-spacing: 2px;
    text-align: center;
}
.selection .box hr{
	width: 95px;
    margin: 5px auto 5px auto;
    border-top: 2px solid #C4C2C3;
}
.selection .box .en_us{
	color: #747373;
    font-size: 18px;
    letter-spacing: 1px;
    text-align:center;
}
.selection .box .btn_div{
	padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.selection .box .btn_div a{
	color: #ffffff;
    text-align: center;
    border-radius: 30px;
    width: 185px;
    display: block;
    height: 60px;
    line-height: 58px;
    font-size: 28px;
    background: #E60012;
    box-shadow: rgb(140, 140, 140) 0px 0px 8px 0px;
}
.selection .box .img_div{
	width:400px;
	margin:0 auto;
}
.selection .box .img_div img{
	width: auto;
    max-width: 100%;
}
/* 选型系统 end */

/* G3系统 start */
.g3system{}
.g3system .box{
	margin:0 auto;
	background: url(../images/product/bg_01.png) no-repeat 490px center;
	background-size:540px auto;
	padding-left: 60px;
}
.g3system .box .title{
	padding-top: 130px;
}
.g3system .box .title .zh_cn{
	font-size: 25px;
	font-weight:bold;
	color: #E70012;
	letter-spacing: 1px;
}
.g3system .box .title .en_us{
	color:#595758;
	font-size: 14px;
}
.g3system .box ul{
	padding-top: 20px;
    padding-bottom: 120px;
}
.g3system .box ul li{
	font-size:16px;
	color:#2A1F1B;
	background:url(../images/title_icon_02.png) no-repeat left center;
	background-size: 14px auto;
    padding-left: 22px;
    line-height: 40px;
    letter-spacing: 1px;
}
.g3system .box2{
	background: #F7F7F7;
}
.g3system .box2 .div{
	margin:0 auto;
	width:1100px;
	padding: 60px 0;
}
.g3system .box2 .div img{
	width:100%;
	max-width:1400px;
}
.g3system .box3{}
.g3system .box3 .div{
	margin:0 auto;
	text-align: center;
	padding-bottom:80px;
}
.g3system .box3 .div .text{
	color:#fff;
	background:#E60012;
	padding:2px 5px;
	border-radius:4px;
	font-size:20px;
	display:table;
	margin: 80px auto 50px auto;
	letter-spacing: 2px;
}
.g3system .box3 .div img{
	width:100%;
	max-width:900px;
}
/* G3系统 end */

/* 典型案例 start */
.case_content .box{
	margin:0 auto;
	width:1140px;
}
/* 典型案例 end */

/* 公司新闻 start */
.news_content .c_box{
	margin:0 auto;
	width:1140px;
}
.news_content .news_box .list{
	
}
.news_content .news_box .list .mydiv{
	text-align: left;
	margin-bottom: 20px;
}
.news_content .news_box .list .mydiv a{
	color: #777777;
    display: block;
    width: 350px;
    margin: 0 auto;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.news_content .news_box .list .mydiv a .img_div{
	width:100%;
	height:233px;
	overflow: hidden;
	margin:0 auto;
	border-radius:0;
}
.news_content .news_box .list .mydiv a .text_div{
	padding: 15px;
    width: 100%;
    margin: 0 auto;
}
.news_content .news_box .list .mydiv a .text_div .title{
	font-size:17px;
	color:#212121;
	padding:0 15px;
	margin-bottom:8px;
}
.news_content .news_box .list .mydiv a .text_div .note{
	font-size:13px;
	color:#9e9e9e;
	margin-bottom:10px;
	height:38px;
}
.news_content .news_box .list .mydiv a .text_div .more_div{
	font-size:12px;
	color:#9e9e9e;
}
.news_content .news_box .list .mydiv a .text_div .more_div .time{
	float:left;
}
.news_content .news_box .list .mydiv a .text_div .more_div .time .icon{
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
}
.news_content .news_box .list .mydiv a .text_div .more_div .time .icon:before{
	content: "\f017";
}
.news_content .news_box .list .mydiv a .text_div .more_div .more{
	float:right;
}
.news_content .news_box .list .mydiv a .text_div .more_div .more .icon{
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
}
.news_content .news_box .list .mydiv a .text_div .more_div .more .icon:before{
	content: "\f101";
}
/* 公司新闻 end */

/* 产品列表 start */
.product_content{}
.product_content .box{
	margin:0 auto;
	width: 1140px;
}
.product_content .box .sousuo{
	padding:45px 0 45px 0;
}
.product_content .box .sousou_div{
    width: 350px;
    height: 40px;
    border: 1px solid #D2D2D4;
    float: right;
    position: relative;
}
.product_content .box .sousou_div #searchform{
    height: 100%;
}
.product_content .box .sousou_div .input{
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 5px;
    padding-right: 40px;
    outline: none;
}
.product_content .box .sousou_div .my_submit{
    width: 40px;
    height: 100%;
    background: url(../images/search_ico.jpg) no-repeat center center;
    background-size: 20px auto;
    border: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    cursor: pointer;
}
.product_content .box .menu{
	width: 180px;
    /*border: 1px solid #ccc;*/
}
.product_content .box .menu .title{
	height:70px;
	background: url(../images/product/01.png) no-repeat 10px 22px #dddddd;
	background-size:22px auto;
	padding-left:40px;
	border-top:1px solid #EFEFEF;
	/*border-bottom:1px solid #EFEFEF;*/
}
.product_content .box .menu .title .p1{
	color:#3E3A39;
	font-size:16px;
	margin-bottom:0;
	padding-top: 14px;
}
.product_content .box .menu .title .p2{
	color:#636363;
	font-size:12px;
}
.product_content .box .menu ul li{
	padding-left:10px;
	border-bottom:1px solid #EFEFEF;
	color:#676767;
}
.product_content .box .menu ul li.last{
	border-bottom:none;
}
.product_content .box .menu ul li a{
	display: block;
	height:50px;
	line-height:50px;
	font-size:14px;
	padding-left: 28px;
	color: currentcolor;
	background:url(../images/product/03.png) no-repeat 5px center;
	background-size:15px auto;
}
.product_content .box .menu ul li.cur{
	background: #F3B3B3;
	color:#ffffff;
}
.product_content .box .menu ul li:hover{
	background: #F3B3B3;
	color:#ffffff;
}
.product_content .box .menu ul li.cur a{
	background:url(../images/product/02.png) no-repeat 5px center #E60012;
	background-size:15px auto;
}
.product_content .box .menu ul li:hover a{
	background:url(../images/product/02.png) no-repeat 5px center #E60012;
	background-size:15px auto;
}
.product_content .box .menu .phone_div{
	height:100px;
	text-align:center;
	background:#E60012;
	/*color:#ffffff;*/
	color:#E6DBD9;
}
.product_content .box .menu .phone_div .p1{
	padding-top: 10px;
    margin-bottom: 2px;
}
.product_content .box .menu .phone_div .p1 img{
	width:42px;
}
.product_content .box .menu .phone_div .p2{
	font-size:12px;
	margin-bottom:0;
}
.product_content .box .menu .phone_div .p3{
	font-size:18px;
	margin-bottom:0;
}
.product_content .box .list{
	padding-left: 200px;
}
.product_content .box .list .mydiv{
	width:25%;
	float:left;
	text-align: center;
}
.product_content .box .list .mydiv a{
	display:block;
	width:220px;
	margin:0 auto;
}
.product_content .box .list .mydiv a .img_div{
	width: 220px;
    height: 183px;
	-webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
	overflow:hidden;
}
.product_content .box .list .mydiv a .img_div img{
	width:100%;
	height:100%;
}
.product_content .box .list .mydiv a p{
	color:#777777;
    padding: 10px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* 产品列表 end */

/* 产品详情 start */
.details_content{}
.details_content .details{
	background:#F7F7F7;
}
.details_content .details .div{
	/*width:1140px;*/
	margin:0 auto;
}
.details_content .details .div .title{
	font-size:22px;
	color:#231816;
	font-weight:bold;
	text-align: center;
	padding:40px 0 50px 0;
}
.details_content .details .div .neirong{
	padding-bottom:40px;
}
.details_content .details .div .neirong .left{
	float: left;
	width: 530px;
	height: auto;
}
.details_content .details .div .neirong .left .gallery-top{
	width: 100%;
	height: 440px;
	border: 1px solid #979596;
	border-radius: 20px;
}
.details_content .details .div .neirong .left .gallery-top .swiper-slide img{
	width:100%;
	/*height:325px;*/
}
.details_content .details .div .neirong .left .gallery-thumbs{
    padding-top: 10px;
    display: table;
}
.details_content .details .div .neirong .left .gallery-thumbs .small_img{
    width: 98px !important;
    height: 82px !important;
    cursor: pointer;
    margin-right: 10px;
}
.details_content .details .div .neirong .left .gallery-thumbs .small_img img{
	border: 1px solid #979596;
	border-radius: 10px;
	/*opacity: 0.5;*/
}
/*
.details_content .details .div .neirong .left .gallery-thumbs .small_img img:hover{
	opacity: 1;
}
*/
.details_content .details .div .neirong .right{
	padding-left: 565px;
}
.details_content .details .div .neirong .right .title{
	font-size: 15px;
    color: #E60012;
    border: 1px solid #E57E81;
    padding: 4px 10px;
    display: table;
    border-radius: 5px;
    margin-bottom:10px;
}
.details_content .details .div .neirong .right .list p{
	font-size: 14px;
    color: #392F2D;
    background:url(../images/list_icon_03.png) no-repeat left 4px;
	background-size: 12px auto;
    padding-left: 18px;
    line-height: 22px;
    margin-bottom: 6px;
}
.details_content .related{
	margin:40px auto;
}
.details_content .related .title{
	color:#231816;
	font-size:18px;
	text-align:center;
	font-weight:bold;
}
.details_content .related hr{
	width: 32px;
	margin:5px auto;
    border-top: 2px solid #E60012;
}

.details_content .related .list{
    margin-top: 28px;
    /*height: 210px;*/
    /*overflow: hidden;*/
    position:relative;
}
.details_content .related .list .son .div {
    float: left;
}
.details_content .related .list .son .div a {
    color: #777;
    display: table;
    padding:0 10px;
}
.details_content .related .list .son .div .img_div {
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    margin-top: 28px;
}
.details_content .related .list .son .div .img_div img {
    width: 240px;
    height: 200px;
}
.details_content .related .list .son .div .name {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
.details_content .related .list .my_jiantou{
	width:27px;
	height:44px;
	cursor: pointer;
	color: #E60012;
	position: absolute;
	top:115px;
	z-index:10;
}
.details_content .related .list .my_prev{
	left:-60px;
}
.details_content .related .list .my_prev:after{
	content: 'prev';
	font-size: 30px;
}
.details_content .related .list .my_next:after{
	content: 'next';
	font-size: 30px;
}
.details_content .related .list .my_next{
	right:-60px;
}
.details_content .shangxia{
	background:#F7F7F7;
}
.details_content .shangxia .div{
	margin:0 auto;
	text-align: center;
    padding: 20px 0;
    margin-bottom: 50px;
}
.details_content .shangxia .div .div2{
	font-size:14px;
}
.details_content .shangxia .div .div2 font{
	color:#E60012;
}
.details_content .shangxia .div .div2 a{
	color:#231816;
}
/* 产品详情 end */

/* 案例详情 start */
.casedetails .details{
	background: #ffffff;
}
.casedetails .details .div .neirong .left .gallery-top{
	height: 352px;
}
.casedetails .details .div .neirong .left .gallery-top .swiper-slide img{
	height:100%;
}
.casedetails .details .div .neirong .left .gallery-thumbs .small_img{
	height:65px !important;
}
.casedetails .details .div .title{
	color:#E60012;
}
.casedetails .details .div .neirong .right .xmsm{}
.casedetails .details .div .neirong .right .xmsm .m_title{
	font-size: 16px;
	color:#3B3836;
	border-bottom:2px solid #3C3736;
	font-weight:bold;
	display: table;
}
.casedetails .details .div .neirong .right .xmsm .text{
	color:#282423;
	text-align: justify;
	line-height: 25px;
    padding: 10px 10px 40px 0;
}
.casedetails .details .div .neirong .right .jjfa{
	background: #F7F7F7;
	-webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    position:relative;
    padding: 25px 10px 15px 15px;
}
.casedetails .details .div .neirong .right .jjfa .m_title{
	width: 90px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    background: #E60012;
    text-align: center;
    position: absolute;
    left: 15px;
    top: 0;
    margin-top: -15px;
    border-radius: 5px;
}
.casedetails .details .div .neirong .right .jjfa .text{
	color:#282423;
	text-align: justify;
}
.casedetails .details .div .neirong .right .xmsm .text p, .casedetails .details .div .neirong .right .jjfa .text p{
	margin-bottom:5px;
}
.casedetails .details .div .neirong .right .xmsm .text p:last-child, .casedetails .details .div .neirong .right .jjfa .text p:last-child{
	margin-bottom:0;
}
.casedetails .related{
	margin:0 auto;
	padding:40px 0;
}
/* 案例详情 end */

/* 新闻详情 start */
.newsdetails{}
.newsdetails .details{
	margin:0 auto;
	background:#ffffff;
}
.newsdetails .details table{
	max-width:100%;
}
.newsdetails .details .title_div{
	padding:20px;
	text-align: center;
}
.newsdetails .details .title_div .title{
	font-size:24px;
	color:#212121;
	margin-bottom: 8px;
}
.newsdetails .details .title_div .div1{
	display:table;
	margin:0 auto;
	color:#9e9e9e;
	font-size:12px;
}
.newsdetails .details .title_div .div1 .icon1{
	font-family: "Font Awesome 5 Pro";
	font-style: initial;
    padding-right: 5px;
}
.newsdetails .details .title_div .div1 .icon1:before{
	content: "\f017";
}
.newsdetails .details .title_div .div1 .icon2{
	font-family: "Font Awesome 5 Pro";
	font-style: initial;
    padding-right: 5px;
}
.newsdetails .details .title_div .div1 .icon2:before{
	content: "\f007";
}
.newsdetails .details .card{
	background:#e60012;
	text-align:center;
	color:#ffffff;
	padding: 40px 0 50px 0;
	width: 920px;
    margin: 0 auto;
}
.newsdetails .details .card .div1{
	font-size:27px;
	padding-bottom: 8px;
}
.newsdetails .details .card .div2{
	font-size:16px;
}
.newsdetails .details .news_container{
	color:#333333;
	padding:20px 0;
}
.newsdetails .details .news_container img{
	max-width:100%;
	height: auto !important;
	/* padding:5px; */
	margin:0 auto;
	display: block;
}
.newsdetails .details .news_container p{
	/*
	font-size:14px;
	line-height:22px;
	*/
}

.newsdetails .details .news_container .gif_play_div{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: relative;
}
.newsdetails .details .news_container .gif_play_div .gif_play_icon{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
}
/* 新闻详情 end */