@charset "utf-8";
/* 
 *@Project: 样式重设及公共样式表
 */
 /* 字体引用 */
body{font-family:myFont_R;color: #000;}
@font-face{
    font-family:myFont_L;
    src:url('../font/Alibaba-PuHuiTi-Light.ttf'),url('../font/Alibaba-PuHuiTi-Light.woff');
}
@font-face{
    font-family:myFont_R;
    src:url('../font/Alibaba-PuHuiTi-Regular.ttf'),url('../font/Alibaba-PuHuiTi-Regular.woff');
}
@font-face{
    font-family:myFont_B;
    src:url('../font/Alibaba-PuHuiTi-B.ttf'),url('../font/Alibaba-PuHuiTi-B.woff');
}
@font-face{
    font-family:myFont_H;
    src:url('../font/Alibaba-PuHuiTi-H.ttf'),url('../font/Alibaba-PuHuiTi-H.woff');
}
@font-face{
    font-family:myFont_M;
    src:url('../font/Alibaba-PuHuiTi-Medium.ttf'),url('../font/Alibaba-PuHuiTi-Medium.woff');
}
.web-myFont_L{font-family:myFont_L;}
.web-myFont_R{font-family:myFont_R;}
.web-myFont_B{font-family:myFont_B;}
.web-myFont_H{font-family:myFont_H;}
.web-myFont_M{font-family:myFont_M;}
/* banner */
.index_banner{
	position: relative;
}
.index_banner .swiper-container {
    width: 100%;
    height: 100%;
}
.index_banner .swiper-slide {
    background-position: center;
    background-size: cover;
}
.index_banner img{
    width: 100%;
    display: block;
}
.index_banner .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 100%;
    opacity: 0.95;
}
.index_banner .swiper-pagination-white .swiper-pagination-bullet-active{
    background: #fff;
    border-radius: 10px;
    width: 20px;
    opacity: 1;
    border:0;
}
.cont7_box_btn{
	position: relative;
}
.cont7_box_btn .swiper-button-prev, .cont7_box_btn .swiper-container-rtl .swiper-button-next{
    background-image: url(../images/left.png);
    left: -5px;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
}
.cont7_box_btn .swiper-button-next, .cont7_box_btn .swiper-container-rtl .swiper-button-prev{
    background-image: url(../images/right.png);
    right: -5px;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
}

/* 合作伙伴 */
.cont1_hezuo{

}
.cont1_hezuo ul li img{
    width: 100%;
}
/* 关于我们 */
.cont3{
	background: url(../images/fc_bg.png) no-repeat center center;
    background-size: cover;
	padding: 50px 0;
}
.cont3 .cont3_l,.cont3 .cont3_r{
	width: 50%;
}
.cont3_bg{
	background: url(../images/ab_bg.png) no-repeat center center;
	background-size: cover;
}
.cont3_box{
	align-items: center;
}
.cont3_box .cont3_box_l{
	width: 50%;
}
.cont3_box .cont3_box_l video{
	width: 100%;
	height: 100%;
}
.cont3_bg .c3_potion{
	position: absolute;
	height: 100%;
	left: 55%;
	margin-left: -600px;
	top: 0;
	justify-content: flex-end;
	align-items: center;
}
.cont3 .flex_s i{
	font-size: 55px;
	color: #fff;
	margin-right: 20px;
}
.cont3 .flex_s .cont3_txt h3{
	color: #fdeb36;
	font-size: 25px;
	font-family: 'myFont_B';
}
.cont3 .flex_s .cont3_txt span{
	color: #c8cac5;
	font-size: 16px;
}
.cont3 p{
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
}
.cont3 .cont3_r {
	margin-left: 100px;
}
.cont3 a{
	font-size: 16px;
	color: #fff;
	margin-top: 30px;
	display: block;
}
.cont3_bg .cont3_box .cont3_box_r{
	background: url(../images/ab_bg2.png) no-repeat center center;
	background-size: cover;
	width: 707px;
	padding: 30px;
	box-sizing: border-box;
}
.cont3_bg .cont3_box .cont3_box_r h3{
	font-size: 48px;
	font-family: 'myFont_B';
}
.cont3_bg .cont3_box .cont3_box_r h5{
	font-size: 40px;
	position: relative;
	padding-left: 23px;
}
.cont3_bg .cont3_box .cont3_box_r h5::after{
	content: "";
	display: block;
	width: 5px;
	position: absolute;
	height: 30px;
	background-color: #f7e300;
	bottom: 12px;
	left: 0;
}
.cont3_bg .cont3_box .cont3_box_r h5 em{
	color: #0c59a2;
}
.cont3_bg .cont3_box .cont3_box_r span{
	font-size: 33px;
}
.cont3_bg .cont3_box .cont3_box_r a{
	color: #555555;
	font-size: 16px;
	font-family: 'myFont_R';
	margin-top: 15px;
	display: block;
}
.cont3_box .cont3_box_r p{
	color: #555555;
	font-size: 16px;
	text-align: justify;
	line-height: 25px;
	margin-top: 10px;
}
/* 科禾资讯 */
.cont7{
    background: url(../images/news_bg.png) no-repeat center center;
    background-size: cover;
	padding-bottom: 150px;
}
.cont7_box ul li a{
	display: block;
}
.cont7_box ul li{
    width: 30%;
}
.cont7_box ul li img{
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.cont7_box ul li div{
    background: #fff;
    padding: 10px 20px;
}
.cont7_box ul li h3{
	font-size: 14px;
	color: #aaaaaa;
	/* text-align: center; */
	margin-bottom: 10px;
}
.cont7_box ul li p{
    font-size: 16px;
	color: #000;
	margin-bottom: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 80%;
}
.cont7_box ul li span{
	color: #898989;
	font-size: 14px;
}
.cont7_box ul li a:hover p{
	color: #003284;
}
.cont7_box ul li a:hover span{
	color: #003284;
}
/* 横图展示 */
.cont4{
	padding: 50px 0;
}
.c_title{
    margin: 50px 0;
}
.c_title1{
    margin: 50px 0 20px 0;
}
.c_title h3{
    text-align: center;
    font-size: 32px;
    color: #4e4a45;
}
.c_title1 h3{
    text-align: center;
    font-size: 32px;
    color: #4e4a45;
}
.c_title1 h3:after, .c_title1 h3:before {
    content: "";
    height: 1px;
    background: #4e4a45;
    width: 5%;
    margin-bottom: 9px;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}
.c_title h3:after, .c_title h3:before {
    content: "";
    height: 1px;
    background: #4e4a45;
    width: 42%;
    margin-bottom: 9px;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}
.c_title  p{
    text-align: center;
    font-size: 16px;
    color: #4e4a45;
}
.c_num ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px 10px;
}
.c_num ul li{
    /* width: 33%; */
    text-align: center;
	background: url(../images/xx.png) no-repeat center center;
    /* border-left: 1px solid #e8e8e8; */
	line-height: 45px;
}
.c_num ul li:first-child{
	border-left:none;
}
.c_num ul li div{
    font-size: 37px;
	font-family: 'myFont_B';
	display: flex;
	justify-content: center;
	color: #5f6164;
}
.c_num ul li div span{
    color: #5f6164;
    font-size: 24px;
    margin-left: 10px;
}
.c_num ul li p{
	font-size: 18px;
	color: #a6a6a6;
}
/* 产品中心 */
.cont5{
    background: url(../images/p_bg.png) no-repeat center center;
    background-size: cover;
	padding-bottom: 30px;
	background-position: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.cont5  .cont5_box ul{
    flex-wrap: wrap;
}
.cont5 .cont5_box ul li{
	width: 32%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 20px;
}
.cont5 .cont5_box ul li p{
    line-height: 50px;
    text-align: center;
    background: #fff;
	color: #666666;
    font-size: 16px;
}
.cont5 .cont5_box ul li img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.cont5 .cont5_box ul li:hover{
    transform: translateY(-5px);
    box-shadow: 0 24px 40px -24px rgba(0,0,0,.1);
}
.c_type{
	text-align: center;
    margin-bottom: 50px;
    width: 22%;
    border: 1px solid #076ce0;
    height: 500px;
    background: #fff;
}
.c_type ul li{
	line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #ddd;
}
.c_type h3{
	line-height: 60px;
    height: 60px;
    font-size: 22px;
    border-bottom: 1px solid #b3c5da;
    background: #076ce0;
    color: #fff;
}
.c_type h3 a{color: #fff;display: block;}
.c_type h3 a:hover{
	font-weight: bold;
}
.c_type ul li a{
	display: block;
	font-size: 18px;
	color: #333;
}
.c_type ul li:hover{
	background: #076ce0;
	color: #fff;
    border-top: 1px solid #ddd;
}
.c_type ul li:hover a{
	color: #fff;
}
/* 合作伙伴 */
.cont9{
	background: url(../images/hz_bg.png) no-repeat center center;
	background-size: cover;
	border-top: 5px solid #1f87e8;
}
.cont9_box{
    flex-wrap: wrap;
    padding-bottom: 60px;
    
}
.cont9_box>div{
	align-items: center;
}
.cont9_box a{
    display: block;
    border-radius: 5px;
}
.cont9_box a img{
    width: 73%;
    
}
/* 横图展示 */
.cont10{
	background: url(../images/kh_bg.png) no-repeat center center;
	background-size: cover;
	padding: 100px 0;
	    margin-top: 60px;
}
.cont10 .cont10_txt{
	
}
.cont10 .cont10_txt p{
	text-align: center;
	font-size: 18px;
	color: #4e4a45;
	padding: 0 250px;
	margin-bottom: 30px;
}
.cont10 .cont10_txt a{
	width: 140px;
	border: 2px solid #000;
	display: block;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
	color: #4e4a45;
	font-size: 16px;
}
.cont10 .cont10_txt a:hover{
	background: #076ce0;
	color: #fff;
	border: none;
}
.cont10-img {
	margin: 60px auto;
}
.cont10-img a{
	position: relative;
	display: block;
	overflow: hidden;
	height: 280px;
}
.cont10-img a img{
	width: 100%;
	transition: .4s;
	height: 100%;
	object-fit: cover;
}
.cont10-img a:hover img{
	transform: scale(1.05);
}
.cont10-img a:hover .cont10_txt{
	background: #076ce0;
}
.cont10-img .cont10_txt{
	height: 45px;
	line-height: 45px;
	background: #00000057;
	position: absolute;
	width: 100%;
	bottom: 0;
}
.cont10-img .cont10_txt  p{ 
	color: #fff;
	font-size: 16px;
	padding-left: 20px;
}
/* 底部返回 */
.back_top_wrapper{
    position: fixed;
    right: 22px;
    bottom: 65px;
    z-index: 200;
    transition: bottom .3s ease;
    width: 48px;
    height: 48px;
    background: rgb(0 0 0 / 47%);
    text-align: center;
    line-height: 48px;
    border-radius: 5px;
    transition: .4s;
}
.back_top_wrapper .iconfont{
    font-size: 25px;
    color:#fff;
}
.back_top_wrapper:hover{
    cursor: pointer;
    position: fixed;
    right: 24px;
    bottom: 52px;
}
/* 内页开始 */
.n_banner{
	position: relative;
    display: flex;
    align-items: center;
    min-width: 1200px;
}
.n_banner img{
	width: 100%;
}
.n_banner .banner_txt {
    width: 100%;
    position: absolute;
    text-align: center;
    font-size: 32px;
    color: #fff;
}
.n_banner .banner_txt h3{
	font-size: 45px;
    font-weight: bold;
}
.n_banner .banner_txt p {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
}
/* 联系我们 */
.contact_map{
	margin: 50px auto;
}
.ny_content{
	padding: 50px 0;
}
.ny_content .ny_title{
	
}
.ny_content .ny_title h3{
	font-size: 40px;
	font-family: 'myFont_B';
}
.ny_content .ny_title span{
	font-size: 28px;
	color: #333;
}
.ny_content .ny_title p{
	font-size: 16px;
	color: #666;
	margin-top: 50px;
	margin-bottom: 50px;
}
.ny_content .ny_lxbox .ny_lxbox_l div{
	margin-bottom: 30px;
}
.ny_content .ny_lxbox .ny_lxbox_l i{
	color: #fff;
    font-size: 35px;
    width: 50px;
    height: 50px;
    display: block;
    background: #076ce0;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
}
.ny_content .ny_lxbox .ny_lxbox_l h5{
	font-size: 20px;
	color: #333;
	margin-top: 10px;
}
.ny_content .ny_lxbox .ny_lxbox_l p{
	font-size: 18px;
	color: #666;
}
.ny_content .ny_lxbox .ny_lxbox_l{
	width: 40%;
}
.ny_content .ny_lxbox .ny_lxbox_r{
	width: 55%;
}
.mauto{
    margin-bottom: 30px;
}
.mauto h2 {
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.contact_map{
    margin-bottom: 60px;
}
.txt-w{
    margin: 20px 0;
}
.txt-w .lg-4{
    width: 28%;
}
.lg-4 input{
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    padding: 0 .2rem;
    border: 1px solid #d2d0d1;
    margin-top: .2rem;
}
.mauto form .txt, .mauto form textarea {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    padding: 0 .2rem;
    border: 1px solid #d2d0d1;
    margin-top: .2rem;
}
.mauto form textarea {
    height: 170px;
    font-size: 14px;
}
.mauto form .btn{
    margin-top: 30px;
}
.mauto form .btn input:first-child {
    background: #000;
}
.mauto form .btn input {
    width: 134px;
    color: #fff;
    text-align: center;
    height: 48px;
    line-height: 48px;
    background: #e6ba61;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 16px;
}
/* 关于我们 */
.ny_about{
	background: url(../images/ym_bg.jpg) no-repeat center center;
	background-size: cover;
	background-position: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding-bottom: 50px;
}
.ny_about .about_txt p img{
	width: 600px;
	margin: 0 auto 50px auto;
}
.ny_about .about_txt i{
	font-size: 36px;
	color: #fff;
	display: block;
	margin-top: 40px;
}
.ny_about .about_txt{
	background: #076ce0;
	padding: 50px;
	text-align: center;
}
.ny_about .about_txt p{
	font-size: 18px;
	color: #fff;
	line-height: 35px;
	text-align: justify;
}
.wenhua img{
	margin: 0 auto;
}
/* 发展历程 */
.ny_lic{
	padding: 0 0 50px 0;
	background: linear-gradient(0deg, rgb(234 242 249) 0%,rgb(75 173 249) 100%);
}
.ny_lic .lic_bg{
	background: url(../images/5000002261.png) no-repeat center center;
	height: 350px;
	position: relative;
}
.ny_lic .lic_1{
	text-align: center;
	font-size: 16px;
	margin: 0 auto;
	width: 14%;
	position: absolute;
}
.ny_lic .lic_1 div{
	background-color: #3973b7;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50px;
	font-size: 22px;
	color: #fff;
	cursor: pointer;
	margin: 10px auto;
}
.ny_lic .lic_1 span{
	font-size: 18px;
}
.ny_lic .lic_1 P{
	color: #333;
}
.ny_lic .lic_1:nth-child(1){
	bottom: -31px;
	left: -3px;
}
.ny_lic .lic_1:nth-child(2){
	bottom: 76px;
	left: 181px;
}
.ny_lic .lic_1:nth-child(3){
	bottom: 183px;
	left: 349px;
}
.ny_lic .lic_1:nth-child(4){
	bottom: 181px;
	right: 461px;
}
.ny_lic .lic_1:nth-child(5){
	bottom: 14px;
	right: 261px;
}
.ny_lic .lic_1:nth-child(6){
	bottom: 110px;
	right: 23px;
}
/* 团队展示 */
.ny_team .team{
	padding-bottom: 50px;
}
.ny_team .team ul{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px 30px;
}
.ny_team .team ul li{
	position: relative;
	overflow: hidden;
}
.ny_team .team ul li:hover img{
	transform: rotate(0deg) scale(1.1);
	-moz-transform: rotate(0deg) scale(1.1);
	-ms-transform: rotate(0deg) scale(1.1);
	-o-transform: rotate(0deg) scale(1.1);
	-webkit-transform: rotate(0deg) scale(1.1);
}
.ny_team .team ul li img{
	width: 100%;
	height: 300px;
	object-fit: cover;
	transition-duration: 1s;
	-ms-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
.ny_team .team ul li div{
	position: absolute;
	bottom: 0;
	background: #076ce0;
	width: 200px;
	left: 50%;
	margin-left: -100px;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.ny_team .team ul li h3{
	font-size: 22px;
}
.ny_team .team ul li p{
	
}
/* 设备展示 */
.sb_box{
	background: url(../images/sb_bg.jpg) no-repeat center center;
	background-size: cover;
	background-position: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding-bottom: 100px;
}
.sb_box .sb_list .sb_img{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px 20px;
}
.sb_box .sb_list .sb_txt{
	margin-bottom: 50px;
	color: #fff;
	width: 50%;
}
.sb_box .sb_list .sb_txt h5{
	font-size: 30px;
	margin-bottom: 10px;
}
.sb_box .sb_list .sb_txt p{
	font-size: 16px;
	line-height: 30px;
}
.sb_box .sb_list .sb_img li{
	height: 400px;
	box-sizing: border-box;
	cursor: pointer;
}
.sb_box .sb_list .sb_img li:hover img{
	border: 10px solid #fff;
	transition: .1s;
}
.sb_box .sb_list .sb_img li:hover .san{
	opacity: 1;
}
.sb_box .sb_list .sb_img li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.san{
	opacity: 0;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #fff;
	margin: 0 auto;
}

/* 产品中心 */
.pro_bg{
	background: url(../images/pro_bg.jpg) no-repeat center center;
	background-size: cover;
	background-position: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 50px 0;
}
.pro_list{
	width: 75%;
}
.pro_list ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px 20px;
}
.pro_list ul li{
	
}
.pro_list ul li a{
	display: block;
	overflow: hidden;
}
.pro_list ul li a i{
	width: 100%;
	height: 240px;
	overflow: hidden;
	display: block;
}
.pro_list ul li a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
}
.pro_list ul li a:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 5;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.pro_list ul li a p{
	text-align: center;
	font-size: 18px;
	color: #333;
	background-color: #fff;
	line-height: 50px;
	height: 50px;
}
/* 当前位置*/
.dizhi_box{
	line-height: 50px;
	height: 50px;
	background-color: #f8f8f8;
}
.dizhi_box .dizhi_zz{
	align-items: center;
}
.dizhi_box .dizhi_zz i{
	margin-right: 5px;
	font-size: 18px;
	color: #6f6f6f;
}
.dizhi_box .dizhi_zz a{
	font-size: 16px;
	color: #6f6f6f;
}
/* 经典案例 */
.news_list{

}
.news_list ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px 30px;
}
.news_list ul li a{
	display: block;
	position: relative;
}
.news_list ul li{
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	position: relative;
}
.news_list ul li::after{
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background-color: #076ce0;
	position: absolute;
	bottom: -1px;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.news_list ul li:hover::after{
	width: 100%;
}
.news_list ul li i{
	height: 240px;
	overflow: hidden;
	display: block;
	margin-bottom: 20px;
}
.news_list ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in;
}
.news_list ul li a:hover p{
    color: #076ce0;
}
.news_list ul li a:hover img{
	transform: scale(1.2);
}
.news_list ul li p{
	font-size: 18px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 10px;
}
.news_list ul li div{
	color: #666;
	font-size: 14px;
}
/* 新闻列表 */
.new1_box{

}
.new1_box .new1_l{
	width: 20%;
}
.new1_box .new1_l h3{
	color: #fff;
    font-size: 22px;
    font-weight: normal;
    background: #076ce0;
    height: 90px;
    line-height: 90px;
    padding-left: 20px;
}
.new1_box .new1_l p{
	background: #f2f2f2;
    line-height: 45px;
    padding-left: 20px;
    height: 45px;
}
.new1_box .new1_l a{
	display: block;
    color: #808080;
    font-size: 16px;
}
.new1_box .new1_l p:hover{
	background: #fff;
    border-left: 1px solid #076ce0;
}
.new1_box .new1_r{
	width:77%;
}
.new1_box .new1_r ul li{
	margin-bottom: 20px;
}
.new1_box .new1_r ul li i{
	width: 26%;
}
.new1_box .new1_r ul li i img{
	width: 100%;
    height: 150px;
    object-fit: cover;
}
.new1_box .new1_r ul li .new1_r_title{
	width: 71%;
}
.new1_box .new1_r ul li .new1_r_title h3{
	font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #333;
}
.new1_box .new1_r ul li .new1_r_title a{
	display: block;
}
.new1_box .new1_r ul li .new1_r_title a:hover h3{
	color: #076ce0;
}
.new1_box .new1_r ul li .new1_r_title p{
	color: #808080;
    font-size: 16px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}



/* 新闻分类 */
.new_type{
	
}
.new_type a{
	margin-left: 30px;
	padding: 0 25px;
	font-size: 16px;
	color: #333;
}
/* .new_type a.cur,.new_type a:hover{
	color: #fff;
	background-color: #076ce0;
} */
.new1_box .new1_l p.cur{
	background: #fff;
    border-left: 1px solid #076ce0;
}
/* 新闻详情页 */
.xq_news{
	
}
.xq_news .xq_news_l{
	width: 71%;
}
.xq_news .xq_news_l h3{
	font-size: 30px;
	color: #333;
	line-height: 1.4;
	margin-bottom: 20px;
}
.xq_news .xq_news_l p{
	font-size: 16px;
	color: #666;
	line-height: 40px;
	margin: 10px 0;
	text-align: justify;
}
.xq_news .xq_news_l table{
	width: 100%;
}
.xq_news .xq_news_l table tr td img{
	width: 100%;
}
.xq_news .xq_news_l p img{
	max-width: 100%;
}
.xq_news .xq_news_l div{
	font-size: 16px;
	color: #666;
	margin-bottom: 50px;
	border-bottom: 1px solid #dddd;
    padding-bottom: 50px;
}
.xq_news .xq_news_r{
	width: 26%;
}
.xq_news .xq_news_r_t ul li{
	margin-bottom: 20px;
}
.xq_news .xq_news_r_t{
	padding: 20px;
	border-radius: 3px;
	overflow: hidden;
	box-sizing: border-box;
	border-top: 5px solid #076ce0;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
}
.xq_news_r_t .xq_news_btn{
	text-align: center;
	line-height: 40px;
	color: #fff;
	height: 40px;
	background: #076ce0;
	width: 100%;
	display: block;
	font-size: 16px;
}
.xq_news .xq_news_r_t h5{
	position: relative;
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
}
.xq_news .xq_news_r_t h5:before {
    background: #076ce0;
    content: "";
    display: inline-block;
    height: 14px;
    margin: 0 6px 0 0;
    width: 2px;
}
.xq_news .xq_news_r_t h5::after {
    border: .5px solid #ddd;
    content: "";
    display: block;
    height: 0;
    margin-top: 10px;
    width: 20px;
}
.xq_news .xq_news_r_t ul li a{
	color: #333;
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
}
.xq_news .xq_news_r_t ul li div{
	font-size: 14px;
	color: #999;
}
.xq_news_r_b .border_1_next{
	padding: 15px 16px 40px;
	border-radius: 3px;
	overflow: hidden;
	border-top: 3px solid #076ce0;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	margin: 30px 0;
}
.xq_news_r_b .border_1_next h3 {
    font-size: 16px;
    line-height: 25px;
    color: #262626;
	margin-bottom: 20px;
}
.xq_news_r_b .border_1_next h3::after {
    border: .5px solid #ddd;
    content: "";
    display: block;
    height: 0;
    margin-top: 10px;
    width: 20px;
}
.xq_news_r_b .border_1_next a {
    font-size: 16px;
    color: #262626;
    line-height: 20px;
    padding-bottom: 4px;
    display: block;
}
.team_box{
	padding: 60px 0;
}
/* 核心技术 */
.hexin_box{
	margin: 60px 0;
}
.hexin_box .hx_01{
	align-items: center;
	background: #f3f3f3;
}
.hexin_box .hx_01_left{
	width: 48%;
	margin: 0;
}
.hexin_box .hx_01_left ul li{
	
}
.hexin_box .hx_01_left ul li img,.hx_img img{
	width: 100%;
}
.hexin_box .hx_01_right{
	width: 48%;
    padding: 20px;
    box-sizing: border-box;
}
.hexin_box .hx_01_right h3{
	color: #000;
    font-size: 30px;
    margin-bottom: 30px;	
}
.hexin_box .hx_01_right p{
	color: #666;
	text-align: justify;
    font-size: 18px;
    line-height: 30px;
}
.hexin_box .hx_title h3{
	font-size: 30px;
	color: #333;
	margin: 0 auto;
	text-align: center;
}





/* 分页 */
.page-box {
	margin-bottom: 30px;
	margin-top: 40px;
}
.page-box div{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.page-box a{
	display: block;
	padding: 6px 15px;
	font-size: 14px;
	color: #666;
	box-sizing: border-box;
	border: 1px solid #ddd;
	margin: 0 5px;
	border-radius: 3px;
}
.page-box strong{
	display: block;
	padding: 6px 15px;
	font-size: 14px;
	color: #666;
	background-color: #076ce0;
	color: #fff;
	margin: 0 5px;
	border-radius: 3px;
}