a {
	text-decoration: none;
}

ul,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
input,
img {
	margin: 0;
	padding: 0;
}

/* img{
	display: block;
} */

li {
	list-style: none;
}

a{
	color: #333;
	text-decoration: none
}
/*清除浮动*/
.clearfix::after {
	content: '';
	display: block;
	clear: both;
}
/*分割*/
.interval{
	width: 100%;
	height: 0.2rem;
	background-color: #f7f6f4;
}
/*单行省略*/
.omit1{
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
}
.omit2{
	display: -webkit-box;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mian{
    width: 100%;
    padding: 0 102px;
    box-sizing: border-box;
}

.flex{
    display: flex;
}




.head-top{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 83px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.head_box{
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
}

.head_logo{
    float: left;
    width: auto;
    height: 53px;
    margin-top: 15px;
}
.head_logo img{
    height: 100%;
}

.head_nav{
    float: right;
    height: 80px;
    width: calc(100% - 250px);
    text-align: right;
    font-size:0
}

.head_nav li{
    display: inline-block;
    width: 120px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.head_nav li:not(:last-child){
    margin-right: 1.29%;
}

.head_nav li a{
    font-size: 16px;
	letter-spacing: 0px;
	color: #FFFFFF;
    transition: 0.4s;
}

.head_nav li:hover a{
    color: #3c73fa;
    transition: 0.4s;
}

.head_nav li.active{

}
.head_nav li.active a{
    color: #3c73fa;
}
.head_nav li.active span{
    display: block;
    width: 100%;
    height: 2px;
    background-color: #3c73fa;
    position: absolute;
    left: 0;
    top: 0;
}

/* pcbanner */
.banner-box{
    position: relative;
}
.banner-box img{
    width: 100%;
}
.bannerTit{
    width: 600px;
    height: 110px;
    position: absolute;
    top: 50%;
    left: 23%;
}

.banner_title{
    text-align: left;
}

.banner_title span{
    display: block;
    width: 90px;
    height: 1px;
    background-color: #FFFFFF;
    margin-bottom: 40px;
}

.banner_title h1{
    font-size: 60px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #f3f3f3;
}

.banner_title p{
    font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #f3f3f3;
}

.banner_more{
    display: block;
    margin: 74px auto 0;
    width: 133px;
	height: 35px;
    line-height: 35px;
	border: solid 1px #eeeeee;
    font-size: 12px;
    color: #f3f3f3;
    text-align: center;
}

/* 产品 */
.product{
    background: url(../image/pro_bg.jpg) no-repeat;
    background-size: auto 100%;
}
.product_c{
    padding-top: 110px;
    padding-bottom: 60px;
    position: relative;
}

.product_top{
    justify-content: space-between;
    align-items: baseline;
}

.mian_titile{
    font-size: 98px;
    height: 80px;
    line-height: 80px;
    color: #e3edfc;
    font-weight: bold;
    position: relative;
}
.mian_titile_c{
    opacity: 0.5;
}

.mian_name{
    position: absolute;
    top: 22px;
    left: 27px;
    font-size: 38px;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
}

.mian_text{
    font-size: 14px;
    color: #333;
    height: 14px;
    line-height: 14px;
    padding-left: 27px;
    margin-top: 3px;
}

.product_top_right{
    display: flex;
    align-items: center;
}
.product_top_right>div{
    width: 140px;
    height: 40px;
    line-height: 40px;
    color: #333333;
    font-size: 16px;
    margin-right: 8px;
    text-align: center;
    cursor: pointer;
    transition: 0.4s;
}
.product_top_right>div:hover{
    background-color: #a0bbff;
    color: #FFFFFF;
    transition: 0.4s;
}

.product_top_right>div.active{
     background-color: #3c73fa;
     color: #FFFFFF;
}
.product_top_right> span{
    width: 138px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #999;
    margin-left: 20%;
}
.product_top_right> span:hover{
    color: #3c73fa;
}
.product_top_right> span img{
    width: 40px;
    height: 40px;
    margin-left: 12px;
}

.product_swiper,.case_swiper,.honor_swiper{
    margin-top: 70px;
    margin-bottom: 32px;
    width: 100%;
    overflow: hidden;
}

.product_li{
    width: 100%;
    background-color: #FFFFFF;
    border: solid 1px #e9e9e9;
    box-sizing: border-box;
    transition: 0.6s;
    position: relative;
}

.product_li_img{
    width: 100%;
    padding-bottom: 75%;
    position: relative;
    border-bottom: 1px solid transparent;
    box-sizing: border-box;
    transition: 0.4s;
    overflow: hidden;
}
.product_li_img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s;
}
.product_li_c{
    position: relative;
    width: 100%;
    height: 90px;
    display: flex;
    padding: 20px 32px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: flex-end;
    
}
.product_li_c_box{
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product_li_c_one{
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    color: #000000;
    transition: 0.4s;
}
.product_li_c_two{
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    color: #999999;
}
.product_li_c_img{
    width: 10px;
    height: 18px;
    background: url(../image/pro_icon02.png) no-repeat;
    background-size: 100% 18px;
    background-position-y: bottom;
    transition: 0.4s;
}

.product_li_c span{
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 2px;
    background-color: #3c73fa;
    transition: 0.6s;
}

.product_li:hover{
    box-shadow:  3px 4px 10px 2px rgba(13, 2, 115, 0.1);
    transition: 0.6s;
}
.product_li:hover .product_li_img{
    border-bottom-color: #e9e9e9;
    transition: 0.4s;
}
.product_li:hover .product_li_img img{
    transform: scale(1.08);
    transition: 0.6s;
}
.product_li:hover .product_li_c_one{
    /* font-weight: bold; */
    color: #3c73fa;
    transition: 0.4s;
}
.product_li:hover .product_li_c_img{
    background: url(../image/pro_icon01.png) no-repeat;
    background-size: 100% 18px;
    background-position-y: bottom;
    transition: 0.4s;
}
.product_li:hover .product_li_c span{
    width: 100%;
    transition: 0.6s;
}

.pro-swiper-next{
    width: 231px;
    position: relative;
    display: flex;
    justify-content: end;
    margin-top: 32px;
}


/* 案例 */

.case_mian_name{
    color: #333333;
}

.case-swiper-next{
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.case_li_c1{
    position: absolute;
    left: 22px;
    bottom: 0;
    color: #FFFFFF;
    transition: 0.6s;
}
.case_li_c2{
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
    color: #FFFFFF;
    transition: 0.6s;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.case_li_c1 span,.case_li_c2 span{
    display: block;
    width: 21px;
    height: 1px;
    background-color: #FFFFFF;
    margin: 18px 0;
}
.case_li_c_desc{
    width: 80%;
    font-size: 14px;
    color: #FFFFFF;
    opacity: .6;
    line-height: 28px;
}
.case_li:hover .case_li_c1{
    opacity: 0;
    transition: 0.6s;
}
.case_li:hover .case_li_c2{
    opacity: 1;
    transition: 0.6s;
}

.case_li:hover .product_li_img img{
    transform: scale(1.08);
    transition: 0.6s;
}



/* 荣誉资质 */
.honor{
    background-color: #f9f9f9;
}

.honor_swiper{
    width: calc(100% - 110px);
    position: relative;
}

.honor_li_img{
    width: 100%;
    padding-bottom: 113%;
    position: relative;
    background-color: #f1f1f1;
    /* border-bottom: 1px solid transparent; */
    box-sizing: border-box;
    transition: 0.4s;
    overflow: hidden;
}
.honor_li_img img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.4s;
}
.honor_li{
    width: 100%;
    box-sizing: border-box;
    background-color: #f9f9f9;
}
.honor_li:hover .honor_li_img{
    box-shadow:  3px 4px 10px 2px rgba(13, 2, 115, 0.1);
    transition: 0.6s;
}
.honor_li:hover .honor_li_img img{
    transform: scale(1.08);
    transition: 0.4s;
}
.honor_li_name{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-top: 10%;
}

.honor-swiper-next{
    width: 110px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* 新闻 */
.news_contact{
    margin-top: 62px;
    margin-bottom: 82px;
}
.news_left{
    float: left;
    width: 638px;
    height: 595px;
    margin-right: 43px;
}
.news_left_img{
    width: 100%;
    height: 426px;
    overflow: hidden;
}
.news_left_img img{
    width: 100%;
    height: 100%;
    transition: 0.4s;
}
.news_left:hover .news_left_img img{
    transform: scale(1.08);
    transition: 0.6s;
}

.news_left_c{
    padding: 32px 40px;
    box-sizing: border-box;
    box-shadow: 0 3px 8px 2px rgba(12, 12, 12, 0.13);
}
.news_left_c_one{
    font-size: 14px;
    color: #999999;
    height: 16px;
    line-height: 16px;
    margin-bottom: 15px;
}
.news_left_c_two{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    height: 20px;
    line-height: 20px;
    margin-bottom: 12px;
    transition: 0.4s;
}
.news_left_c_three{
    font-size: 14px;
    color: #666;
    height: 36px;
    line-height: 18px;
}

.news_left span{
    width: 0;
    height: 2px;
    z-index: 99;
    position: absolute;
    display: block;
    left: 0;
    bottom: 2px;
    background-image: linear-gradient(to right, #3c73fa, #3c73fa,#fff);
    transition: 0.4s;
}
.news_left:hover span{
    width: 100%;
    transition: 0.8s;
}
.news_left:hover .news_left_c_two{
    color: #3c73fa;
    transition: 0.6s;
}

.news_right{
    float: left;
    width: calc(100% - 681px);
}
.news_right li{
    padding: 18px 0 18px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #e3e3e3;
}
.news_right li img{
    float: left;
    width: 184px;
    height: 110px;
    overflow: hidden;
    margin-right: 24px;
    transition: 0.6s;
}
.news_right_c{
    padding: 10px 0;
}
.news_right_c_one{
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
    transition: 0.6s;
}
.news_right_c_two{
    font-size: 14px;
    color: #999999;
}

.news_right li:hover img{
    transform: scale(1.08);
    transition: 0.6s;
}
.news_right li:hover .news_right_c_one{
    color: #3c73fa;
    transition: 0.6s;
}

.culture{
    background: url(../image/cul_bg.jpg) no-repeat;
    height: 557px;
    background-size: auto 100%;
}

.culture_contact{
    margin-top: 72px;
    display: flex;
}
.culture_contact li{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(11, 2, 57, 0.2);
    height: 145px;
}
.culture_contact li:nth-child(2n){
    background-color: rgba(16, 59, 165,0.15);
}
.culture_contact li .culture_li_img{
    margin-right: 20px;
}

.culture_li_one{
    font-size: 24px;
    height: 26px;
    line-height: 26px;
    margin-bottom: 12px;
    color: #FFFFFF;
}
.culture_li_two{
    font-size: 16px;
    color: #FFFFFF;
}

/* 关于我们 */
.about .index_about_con {
	width: 100%;
	margin-top: 70px;
}

.about .index_about_con .leftinfo {
	float: left;
	width: 48%;
	padding-top: 27px;
}

.about .index_about_con .leftinfo>p {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
	/* display: none; */
	margin-bottom: 30px;
	line-height: 28px;
}

.about .index_about_con .leftinfo>p:nth-child(-n+2) {
	display: block;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}

.about .index_about_con .rigimg {
	float: right;
	width: 46.446%;
}

.about .index_about_con .rigimg img {
	width: 100%;
	display: block;
}

.Counter {
	width: 100%;
}

.Counter .counterul {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.Counter .counterul li {
	position: relative;
	border-left: 1px solid #d3d3d3;
	box-sizing: border-box;
	padding-left: 3%;
	padding-bottom: 15px;
}

.Counter .counterul li::after {
	position: absolute;
	content: '';
	left: -2px;
	top: 0;
	width: 3px;
	height: 21%;
	background-color: #3c73fa;
}

.Counter .counterul li div {
	font-size: 16px;
	color: #666666;
}

.Counter .counterul li div span {
	font-size: 36px;
	font-weight: bold;
	color: #3c73fa;
	margin-right: 3px;
}

.Counter .counterul li p {
	font-size: 16px;
	margin-top: 10px;
}

/* 底部 */
/* .index_lianxi {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	background: #262626;
	padding-top: 5%;
	padding-bottom: 4%;
}


.index_lianxi .lianxibox {
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.index_lianxi .lianxibox>div {
	width: 50%;
	box-sizing: border-box;
}
.index_lianxi .lianxibox .left .navul{
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.index_lianxi .lianxibox .left .navul li{
	width: auto;
	padding: 0 6px;
	border-right: 1px solid #FFFFFF;
	margin-right: 6px;
}
.index_lianxi .lianxibox .left .navul li:last-child{
	border-right: none;
}
.index_lianxi .lianxibox .left .navul a{
	
	font-size: 18px;
	color: #ffffff;
}
.index_lianxi .lianxibox .left .cominfo .name{
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 10px;
}
.index_lianxi .lianxibox .left .cominfo .infobox{
	font-size: 14px;
	color: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.index_lianxi .lianxibox .left .cominfo .infobox a{
	font-size: 14px;
	color: #ffffff;
}
.index_lianxi .lianxibox .left .cominfo .infobox .details{
    width: calc(100% - 300px);
}
.index_lianxi .lianxibox .left .cominfo .infobox img{
	width: 110px;
	height: 107px;
    margin-right: 12px;
}
.index_lianxi .lianxibox .left .cominfo .infobox .item div{
	display: inline-block;
	width: auto;
}
.index_lianxi .lianxibox .left .cominfo .infobox .item .con{
	width: 100%;
}
.index_lianxi .lianxibox .left .cominfo .infobox .item{
	margin-bottom: 10px;
}
.index_lianxi .lianxibox .left .cominfo .infobox .item:last-child{
	margin-bottom: 0;
}

.index_lianxi .lianxibox .right .tit {
	font-size: 18px;
	color: #ffffff;
}
.index_lianxi .lianxibox .right p{
	font-size: 14px;
	color: #ffffff;
	opacity: 0.5;
	margin: 14px 0 20px;
}

.foot_tip{
    font-size: 16px;
    line-height: 24px;
    writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/  
    writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/  
    background: url(../image/fl.png) no-repeat;
    background-position: center bottom;
}



.index_form input {
	width: 100%;
	height: 42px;
	box-sizing: border-box;
	padding-left: 20px;
		font-size: 12px;
	border: none;
	border-radius: 2px;
	outline: none;
	margin-bottom: 10px;
	background-color: #ffffff;
	border: solid 1px #f2f2f2;
}
.index_form input:-moz-placeholder,
.index_form textarea:-moz-placeholder{
	color: #999999;
}
.index_form input:-ms-input-placeholder,
.index_form textarea:-ms-input-placeholder{
	color: #999999;
}
.index_form input:-webkit-input-placeholder,
.index_form textarea:-webkit-input-placeholder{
	color: #999999;
}
.index_form .wirte{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.index_form .wirte .input_box{
	width: 40%;
}
.index_form .wirte input{
	width: 100%;
	height: 40px;
	background-color: #ffffff;
	border-radius: 2px;
}



.index_form textarea {
	width: 58%;
	height: 90px;
	background-color: #ffffff;
	border-radius: 2px;
	box-sizing: border-box;
	border: none;
	outline: none;
	padding: 15px 0 0 20px;
	font-size: 12px;
}

.index_form .tijiao {
	width: 40%;
	height: 40px;
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
	background-color: #3c73fa;
	border-radius: 2px;
	border: none;
	outline: none;
	padding: 0;
} */

/*公用底部*/

.footer {
	width: 100%;
	height: 60px;
	background-color: #1A1A1A;
	box-sizing: border-box;
	line-height: 60px;
}

.footer .f_banquan {
	height: 100%;
	width: 100%;
		font-size: 14px;
	color: #ffffff;
	opacity: 0.5;
    text-align: center;
}

.footer .f_banquan a {
	font-size: 14px;
	color: #ffffff;
}

.footer .f_banquan p {
	display: none;
}



/* 侧面导航 */
.side_nav{
    width: 50px;
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 9999;
    color: #FFFFFF;
}

.side_nav_box{
    position: relative;
}

.side_nav li{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #231815;
    height: 50px;
    border-radius: 8px 0 0 4px;
    transition: 0.4s;
}
.side_nav li:nth-child(1){
    width: 224px;
    top: 0;
    right: -174px;
}
.side_nav li:nth-child(2){
    width: 124px;
    top: 60px;
    right: -74px;
}
.side_nav li:nth-child(3){
    width: 50px;
    top: 120px;
    right: 0;
}
.side_nav li:nth-child(4){
    width: 50px;
    top: 180px;
    right: 0;
}
.side_nav li:nth-child(1) img{
    margin-right: 28px;
}
.side_nav li:nth-child(2) img{
    margin-right: 15px;
}

.side_nav li.active{
    right: 0;
    background-color: #3c73fa;
    transition: 0.4s;
    border-radius: 4px 0 0 4px;
}


.side_nav_li_ewm{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.side_nav_ewm{
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    right: 55px;
    padding: 10px;
    background-color: #3c73fa;
    border-radius: 4px;
    display: none;
}
.side_nav_ewm img{
    width: 100%;
    height: 100%;
    
}
.side_nav li.ewm_active{
    background-color: #3c73fa;
    transition: 0.4s;
    border-radius: 4px 0 0 4px;
}


/* 面包屑 */
.in_nav {
	margin-top: 12px;
	font-size: 12px;
	color: #555555;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.in_nav img {
	vertical-align: middle;
	margin-right: 4px;
}

.in_nav a {
	font-size: 12px;
	color: #555555;
}


/*经典案例*/
.classic_cases_box{
    max-width: 1200px;
    width: 92%;
    margin: 0 auto;
}
.classic_cases {
	margin-top: 80px;
    
}

.classic_cases .caseitembox {
	margin-bottom: 12%;
}

.classic_cases .csaeitem {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 70px;
	height: 500px;
}

.classic_cases .csaeitem .ledtimg {
	width: 63.567%;
	height: 100%;
}

.classic_cases .csaeitem .ledtimg img {
	display: block;
	width: 100%;
}

.classic_cases .csaeitem .rightinfo {
	width: 32%;
	box-sizing: border-box;
	height: 100%;
}

.classic_cases .csaeitem .rightinfo .tit {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	margin-top: 12px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.classic_cases .csaeitem .rightinfo p {
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 20px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.classic_cases .csaeitem .rightinfo a {
	width: 138px;
	height: 36px;
	background-image: linear-gradient(0deg, #226bff 0%, #568fff 100%);
	border-radius: 15px;
	display: inline-block;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #ffffff;
}

.classic_cases .csaeitem .rightinfo .linecir .line {
	width: 2px;
	height: 180px;
	background-color: #d9d9d9;
	margin-left: 8%;
}

.classic_cases .csaeitem .rightinfo .linecir .circular {
	width: 14px;
	height: 13px;
	border: solid 1px #d9d9d9;
	border-radius: 50%;
	margin-left: 6%;
}

.classic_cases .csaeitem:nth-of-type(odd) .ledtimg {
	float: left;
	margin-right: 3.5%;
	overflow: hidden;
}

.classic_cases .csaeitem:nth-of-type(odd) .rightinfo {
	float: right;
}

.classic_cases .csaeitem:nth-of-type(even) .ledtimg {
	float: right;
	margin-left: 3.5%;
}

.classic_cases .csaeitem:nth-of-type(even) .rightinfo {
	float: left;
	padding-left: 5%;
	text-align: right;
}

.classic_cases .csaeitem:nth-of-type(even) .rightinfo .linecir .line {
	margin-left: 90%;
}

.classic_cases .csaeitem:nth-of-type(even) .rightinfo .linecir .circular {
	margin-left: 88%;
}


/*案例详情*/

.case_detail {
	margin-top: 65px;
}

.case_detail .csaeitem .ledtimg {
	width: 56.438%;
}

.case_detail .csaeitem .rightinfo {
	width: 37%;
}

.case_detail .csaeitem .rightinfo .linecir .line {
	margin-left: 5%;
}

.case_detail .csaeitem .rightinfo .linecir .circular {
	margin-left: 4%;
}

.case_detail .case_detail_con {
	padding-bottom: 120px;
}

.case_detail .case_detail_con img {
	max-width: 100%;
	margin-bottom: 20px;
	height: auto !important;
}

.case_detail .case_detail_con video {
	max-width: 100%;
}

.case_detail .case_detail_con p {
	font-size: 14px;
	line-height: 33px;
	color: #888888;
	margin-bottom: 30px;
}


/* 内页banner */
.new_inpage{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.new_inpage>img{
    width: 1920px;
    margin-left: calc(50% - 960px);
}

.new_inpage_c,.new_inpage_pro{
    height: 82px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #FFFFFF;
}

.new_inpage_c_box,.new_inpage_r_box,.new_inpage_pro_box{
    padding-left: 24px;
    height: 100%;
    border-left: 6px solid #a9baca;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.new_inpage_r_box{
    padding-right: 24px;
    border-left: none;
    border-right: 6px solid #FFFFFF;
}
.new_inpage_c_one,.new_inpage_c_three{
    font-size: 36px;
    height: 38px;
    line-height: 38px;
}
.new_inpage_c_two{
    font-size: 20px;
    height: 20px;
    line-height: 20px;
}
.new_inpage_r_box .new_inpage_c_one,.new_inpage_r_box .new_inpage_c_two{
    color: #FFFFFF;
    text-align: right;
}

.new_inpage_pro{
    height: auto;
}
.new_inpage_pro_box{
    padding: 0;
    border: none;
}
.new_inpage_c_three{
    font-size: 48px;
    height: 48px;
    line-height: 48px;
    font-weight: bold;
    text-align: center;
    color: #333;
    letter-spacing: 10px;
    margin-bottom: 28px;
}
.new_inpage_c_four{
    width: 460px;
    margin: 0 auto;
    text-align: center;
    color: #333;
    font-size: 30px;
    height: 36px;
    line-height: 36px;
}
.new_inpage_c_four::after,.new_inpage_c_four::before{
    content:"";
    width:120px;
    height:2px;
    background:#333;
    display:block;              /*1.首先使伪类显示方式为块级元素*/
    position:relative ;     /*2.通过相对定位的方式控制两侧内容的位置*/
}
.new_inpage_c_four:before{                /*3.控制左侧横线的位置*/
    top:18px;
      left:0px;
    }
.new_inpage_c_four:after                  /*4.控制右侧横线的位置*/
{
    top:-20px;
    right:-340px;
}


.new_inpage_img_box{
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    color: #FFFFFF;
}
.new_inpage_c_box_img{
    display: block;
    width: auto;
    height: 320px;
    margin: 0 auto;
}



.in_nav img{
    display: inline-block;
}
.in_nav a{
    vertical-align: middle;
}

.new_case_detail{
    margin-top: 0px!important;
}

.new_case_detail_box{
    border-bottom: 1px solid #4d7cfe;
    margin-bottom: 70px;
}
.new_case_detail_title{
    font-size: 28px;
    color: #333;
    line-height: 58px;
    text-align: center;
    
    padding: 15px 0;
    
}

.new_case_detail_do{
    width: 100%;
    height: 42px;
    line-height: 42px;
    position: relative;
    color: #666666;
}
.new_case_detail_do_one{
    position: absolute;
    top: 0;
    left: 0;
}
.new_case_detail_do_two{
    width: 100%;
    text-align: center;
}
.new_case_detail_do_three{
    position: absolute;
    top: 0;
    right: 0;
}
@media only screen and (max-width: 700px) {
    .new_case_detail_do{
        height: auto;
    }
.new_case_detail_do_one{
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
}
.new_case_detail_do_two{
    width: 100%;
    text-align: center;
}
.new_case_detail_do_three{
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
}
}

.navsj{
    display: none;
}

.phoneBox{
    display: none;
}