@charset "UTF-8";


@media (max-width:1920px) {
}
@media (max-width:1599px) {
}
@media (max-width:1477px) {}

@media (max-width:1365px) {}

@media (max-width:1199px) {
	.c2_title {
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 2px;
    color: #333333;
    text-align: center;
    padding-bottom: 30px;
}}

@media (max-width:990px) {}

@media (max-width:767px) {}


* {
	box-sizing: border-box;
}

img {
	display: block;
}
.clr {
	clear: both;
}
.inner {
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 1199px) {
	.inner {
		width: 100%;
		padding: 0 2%;
	}
}
.q_header{
	margin: 0 auto;
	width: 1200px;
}
.header .q_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 120px;
}
.hd_l {
	display: flex;
	align-items: flex-end;
}
.hd_l img {
	display: block;
}
.hdnav {
	display: flex;
	align-items: center;
	height: 100%;
}
.hdnav>li {
	/*padding: 0 7px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-left: 40px;
	/*border-right: 1px #cccccc dashed;*/
}
.hdnav>li.active{
	color: #0c71c9;
}
.hdnav>li a {
	width: 85px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	font-size: 18px;
	color: #222222;
}
.hdnav>li.active a {
	font-weight: bold;
	color: #0c71c9;
	border-top: 2px solid #0c71c9;
}
/*.hdnav>li:last-child{
	border-right:none;
}*/
.navbtn	{
	width: 30px;
    height: 20px;
    display: none;
    position: relative;
}
.navbtn span {
	width: 30px;
    display: block;
    height: 2px;
    background: #333;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: all .2s linear;
}
.navbtn span:nth-child(1) {
	top: 0;
}
.navbtn span:nth-child(2) {
	top: 10px;
}
.navbtn span:nth-child(3) {
	top: 20px;
}
.navbtn span.no1 {
    transform: rotate(45deg);
    top: 10px;
}
.navbtn span.no2 {
    visibility: hidden;
    opacity: 0;
}
.navbtn span.no3 {
    transform: rotate(-45deg);
    top: 10px;
}
.q_hdnav{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	/*margin-bottom: 15px;*/
}
.q_hdnav p{
	/*margin-left: 27px;*/
	color: #e6e6e6;
}
.q_hdnav_1{
	font-size: 14px;
	color: #137dc9!important;
	padding-right: 8px;
}
.q_hdnav_2{
	font-size: 14px;
	color: #333333;
	padding-left: 8px;
}
.q_hdnav_phone1{
	margin-left: 54px;
	margin-right: 48px;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #333333;
}
.q_hdnav_phone1 span{
	margin-right: 9px;
}
.q_hdnav_phone1 span img,
.q_hdnav_input_icon a img{
	max-width: 100%;
}
.q_hdnav_phone{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.q_hdnav_input{
	margin-right: 54px;
}
.q_hdnav_input input{
	width: 150px;
	height: 37px;
	background-color: #ededed;
	padding: 13px;
	outline: none;
}
.q_hdnav_input_icon{
	width: 38px;
	height: 37px;
	background-color: #147ac1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.q_head_phone p{
	font-size: 12px;
	color: #666666;
	padding-bottom: 11px;
	line-height: 11px;
}
.q_head_phone h1{
	font-size: 20px;
	color: #333333;
	line-height: 15px;
}


.head{
	width: 100%;
	height: 30px;
	background-color: #333333;
}
.head_1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.head .head_1 p{
	font-size: 14px;
	line-height: 30px;
	color: #fefefe;
	opacity: 0.7;
}
.head_2 a{
	font-size: 14px;
	line-height: 30px;
	color: #fefefe;
	opacity: 0.3;
	padding-left: 28px;
}
.head_2 a.active{
	font-size: 14px;
	line-height: 30px;
	color: #fefefe;
	opacity: 0.7;
}



@media (max-width: 1199px) {
	.header .q_header {
		flex-wrap: wrap;
		width: 100%;
		padding: 0 3%;
		height: auto;
	}
	.hd_l {
		padding: 15px 0;
		width: 90%;
	}
	.navbtn {
		display: block;
	}
	.hdnav {
		display: none;
		width: 100%;
	}
	.hdnav>li {
		width: 60%;
		margin-left: 0;
		text-align: center;
		line-height: 32px;
    	border-bottom: 1px dotted #ccc;
    	padding: 0;
    	border-right: none;
    	margin: 0 auto;
    	margin-top: 10px;
	}
	.hdnav>li a {
		font-size: 12px;
		    height: auto;
     line-height: unset; 
    border-top: unset!important;
	}
	.hdnav_1{
	width: 100%;
}
.q_hdnav{
		display: none;
	}
	
	.q_header {
		width: 100%;
		padding: 0 2%;
	}
	/*.hdnav>li.active {
    border-bottom: unset;
}*/
.q_head_phone{
	display: none;
}
}
@media (max-width: 767px) {
	
	.hd_l img {
		width: 90%;
	}
	
}


.swiper_banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: #8d8d8d;
    opacity: 1;
}
.swiper_banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFFFFF;
}
.swiper_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 14px;
}
.home_product{
	padding: 89px 0 41px;
}
.home_product_tittle{
	position: relative;
}
.home_product_tittle h1{
	font-family: zihun35hao-jindianyahei;
	font-size: 38px;
	line-height: 35px;
	color: #333333;
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0,0,0,0.06);
}
.home_product_line{
	width: 80px;
	height: 2px;
	background-color: #0c71c9;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.swiper_banner1{
	margin: 117px auto 0;
}
.swiper-slide2 img{
	max-width: 100%;
	margin: 0 auto;
}
.swiper-slide2_1{
	width: 332px;
	height: 58px;
	background-color: #0c71c9;
	margin: 50px auto 61px;
	font-size: 26px;
	line-height: 58px;
	text-align: center;
	color: #ffffff;
	display: block;
}
.swiper_banner1 .swiper-pagination-bullet {
    width: 76px;
    height: 2px;
    display: inline-block;
    border-radius: 100%;
    background: #dfdfdf;
    border-radius: 0;
    opacity: 1;
}
.swiper_banner1 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0c71c9;
}
.swiper_banner1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}
.home_about {
    position: relative;
}
.home_about_tittle{
	width: 100%;
	height: 312px;
	background: url(../images/home_about_tittle.png) no-repeat;
	padding: 80px 0 0;
}
.home_about_tittle h1{
	font-family: zihun35hao-jindianyahei;
	font-size: 38px;
	line-height: 35px;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255,255,255,0.06);
}
.home_about_line{
	width: 80px;
	height: 2px;
	background-color: #FFFFFF;
	opacity: 0.5;
	position: absolute;
	top: 145px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.home_about_text {
    height: 264px;
    background-color: #ffffff;
    margin: -84px auto 0;
    padding: 50px 0 40px;
    z-index: 100;
}
.home_about_text p{
	font-size: 14px;
	color: #666666;
	line-height: 29px;
	text-align: center;
}
.home_about_movie{
	height: 674px;
	margin: 0 auto;
}
.home_about_movie img{
	width: 100%;
	height: 100%;
	
}
.home_about_adv{
	width: 100%;
	background: url(../images/home_about_adv.png)no-repeat center bottom;
}
.home_about_advantage{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 60px 0 58px;
}
.home_about_advantage_1{
	padding-top: 31px;
}
.home_about_advantage_1 h1{
	font-size: 26px;
	font-weight: bold;
	line-height: 26px;
	color: #333333;
}
.home_about_advantage_1 span{
	width: 80px;
	height: 2px;
	background-color: #8ea7d6;
	border-radius: 1px;
	display: block;
	margin: 15px 0;
}
.home_about_advantage_1 h2{
	font-size: 17px;
	color: #999999;
	line-height: 13px;
}
.home_about_advantage_1 p{
	width: 448px;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	padding-top: 43px;
}
.home_about_advantage_2 li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 42px;
}
.home_about_advantage_2 li:last-child{
	margin-bottom: 0;
}
.home_about_2{
	margin-right: 13px;
	width: 107px;
	text-align: center;
}
.home_about_2 p{
	font-size: 12px;
	color: #8ea7d6;
	padding-top: 18px;
}
.home_about_2 img{
	margin: 0 auto;
	max-width: 100%;
}
.home_about_3 h1{
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #333333;
}
.home_about_3 p{
	width: 518px;
	font-size: 14px;
	line-height: 21px;
	color: #666666;
	padding-top: 26px;
}
.home_new{
	padding: 84px 0 70px;
}
.home_news{
	padding-top: 79px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.home_news li{
	width: 570px;
	height: auto;
}
.home_news1{
	box-shadow: 0px 2px 7px 0px 
		rgba(0, 0, 0, 0.13);
}
.home_news1 img{
	width: 100%;
}
.home_news2{
	width: 100%;
	border-bottom: 4px solid rgba(56,56,56,0.3);
	border-radius: 2px;
	padding-top: 31px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.home_news2 h1{
	width: 78px;
	height: 75px;
	border: solid 1px #383838;
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 1px;
	color: #333333;
	text-align: center;
	padding: 13px 15px;
	margin:0 20px 29px 0;
}
.home_news3{
	margin-bottom: 29px;
}
.home_news3 h2{
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
	width: 434px;
}
.home_news3 p{
	font-size: 14px;
	line-height: 16px;
	color: #666666;
	padding-top: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
	width: 434px;
}
.home_news li:hover .home_news2 h1{
	background-color: #478cd6;
	color: #FFFFFF;
	border: solid 1px #478cd6;
}
.home_news li:hover .home_news3 h2{
	color: #478cd6;
}
.home_news li:hover .home_news2{
	border-bottom: 4px solid #478cd6;
}


.home_connect_tittle {
    width: 100%;
    height: 262px;
    background: url(../images/home_connect_tittle.png) no-repeat;
    padding: 80px 0 0;
}
.home_connect_tittle h1 {
    font-family: zihun35hao-jindianyahei;
    font-size: 38px;
    line-height: 35px;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.home_connect_1{
	height: 480px;
    margin: -50px auto 79px;
    display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#dituContent {
    width: 576px;
	height: 480px;
}
.home_connect_3{
	position: relative;
}
.home_connect_2{
	width: 100%;
	height: 149px;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	display: none;
}
.home_connect_2 h2{
	width: 122px;
	height: 42px;
	background-color: #1c5f98;
	margin: 23px auto 17px;
	text-align: center;
	font-size: 24px;
	line-height: 42px;
	color: #ffffff;
}
.home_connect_2 p{
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
}
.home_connect_3:hover .home_connect_2{
	display: block;
	
}
.foot{
	width: 100%;
	height: 273px;
	background-color: #0c71c9c7;
	padding: 85px 0 0;
}
.foot1{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.foot_logo img{
	max-width: 100%;
}
.foot_add div{
	padding-bottom: 20px;
	display: flex;
	justify-content: flex-start;
}
.foot_add div p{
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
}
.foot_add div span{
	margin-right: 12px;
	width: 16px;
	height: 18px;
}
.foot_add div span img{
	max-width: 100%;
	max-height: 100%;
}
.foot_erweima_1{
	padding-left: 50px;
}
.foot_erweima img{
	max-width: 100%;
}
.foot_erweima_1 p{
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
	padding-top: 13px;
	text-align: center;
}
.footer{
	width: 100%;
	height: 63px;
	background-color: #222222;
}
.footer p{
	font-size: 14px;
	line-height: 63px;
	color: #ffffff;
}
.swiper_banner .swiper-slide1 img{
	max-width: 100%;
}
.home_connect_4 img{
	width: 100%;
	height: 100%;
}

@media (max-width:1199px) {
	.home_about_tittle{
		background-size: contain;
		padding: 37px 0 0;
    height: 245px;
	}
	.home_connect_tittle{
		background-size: contain;
		padding: 37px 0 0;
    	height: 175px;
	}
	.home_about_line {
    	top: unset;
}
.home_about_text {
    height: auto;
    padding: 38px 0 30px;
}
.home_about_movie {
    height: auto;
}
.home_about_adv {
    height: auto;
    background-size: contain;
}
.home_about_advantage_1 {
    width: 48%;
}
.home_about_advantage_2 {
    width: 50%;
}
.home_about_advantage {
    padding-top: 30px;
    padding-bottom: 20px;
}
.home_about_3 {
    width: 74%;
}
.home_about_3 p {
    width: 100%;
    padding-top: 9px;
}
.swiper-slide2 img {
    max-width: 70%;
}
.swiper_banner1 {
    margin: 70px auto 0;
}
.home_news li {
    width: 48%;
    height: auto;
}
.home_news3 {
    width: 78%;
}
.home_news3 h2 {
    width: 100%;
}
.home_news3 p {
    width: 100%;
}
.home_connect_3 {
    width: 48%;
}
#dituContent,.home_connect_4 {
    width: 100%;
    height: 380px;
}
.home_about_advantage_2 li {
    margin-bottom: 20px;
}
.home_connect_2{
	display: block;
}
.home_connect_2 p {
    font-size: 13px;
}
.home_about_advantage_1 p {
    width: 100%;
}
}

@media (max-width:990px) {
	.home_about_tittle {
    height: 210px;
}
	.home_product {
    padding: 45px 0 20px;
}
.swiper-slide2_1 {
    width: 300px;
    height: 50px;
    margin: 30px auto 40px;
    font-size: 24px;
    line-height: 50px;
}
.home_about_advantage_1,.home_about_advantage_2 {
    width: 100%;
}
.home_about_advantage_2 {
    padding-top: 20px;
}
.home_about_advantage {
    padding-top: 0;
}
.home_about_advantage_1 p {
    padding-top: 10px;
}
.home_about_3 {
    width: 83%;
}
.home_new {
    padding: 45px 0 30px;
}
.home_news {
    padding-top: 30px;
}
.home_news3 {
    width: 72%;
}
.home_connect_tittle {
    background-size: contain;
    padding: 24px 0 0;
    height: 150px;
}
.foot {
    height: auto;
    padding: 40px 0 0;
}
.foot_logo img{
    width: 70%;
}
.foot_logo{
	margin-bottom: 20px;
}
.foot_erweima_1 {
    margin-bottom: 20px;
}
#dituContent, .home_connect_4 {
    width: 100%;
    height: 300px;
}
.home_connect_2 {
    height: 80px;
}
.home_connect_2 p{
	display: none;
}
.home_connect_1 {
     height: auto; 
    margin: -50px auto 35px;
}
}

@media (max-width:767px) {
	.head_2 {
    display: none;
}
.swiper_banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}
.swiper_banner1 .swiper-pagination-bullet {
    width: 50px;
}
.home_about_tittle {
    background-size: cover;
}
.home_about_2 {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
}
.home_about_3 {
    width: 100%;
}
.home_about_3 h1 {
    text-align: center;
}
.home_news li {
    width: 100%;
    margin-bottom: 20px;
}
.home_news3 {
    width: 71%;
}
.home_connect_tittle {
    background-size: cover;
    padding: 24px 0 0;
    height: 150px;
}
.home_connect_1 {
    margin: -35px auto 35px;
}
.home_connect_3 {
    width: 100%;
    margin-bottom: 20px;
}
.foot_erweima_1 {
    margin:0 auto 20px;
    padding-left: 0;
}
.footer {
    height: auto;
}
.footer p {
    font-size: 12px;
    line-height: 31px;
    text-align: center;
    margin: 0 auto;
}
.foot_add div p {
    width: 94%;
}
}
@media (max-width:335px) {
.home_news3 {
    width: 68%;
}
}

.product_banner{
	position: relative;
}
.product_banner img{
	max-width: 100%;
}
.crumbs {
    width: 100%;
    height: 90px;
   background-color: #ffffff;
	box-shadow: 0px 0px 8px 0px 
		rgba(0, 0, 0, 0.14);
}
.crumbs_1 {
    display: flex;
    align-items: center;
}
.crumbs_1 .huan_img {
    margin-right: 10px;
}
.crumbs_1 a, .crumbs_1 em {
    font-size: 16px;
    color: #999999;
    line-height: 90px;
}
.bg{
	background: #F5F5F5;
}
.product{
	padding: 80px 0 69px;
}
.product111{
	background-color: #F5F5F5;
}
.product_1{
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.product_1 li{
	width: 580px;
	height: 388px;
	background-color: #ffffff;
	margin-bottom: 40px;
}
.product_1_1{
	width: 100%;
	height: 237px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product_1_1 img{
	max-width: 100%;
	max-height: 100%;
}
.product_1_2{
	width: 100%;
	height: 150px;
	border-top: 1px solid #e8e8e8;
	padding: 41px 0 0 62px;
}
.product_1_2 h1 span{
	width: 2px;
	height: 20px;
	background-color: #0c71c9;
	display: block;
	margin-right: 7px;
}
.product_1_2 h1{
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.product_1_2 p{
	font-size: 16px;
	line-height: 16px;
	padding-top: 18px;
	color: #999999;
}
.product_1 li:hover .product_1_2 h1{
	color: #0c71c9;
}
@media (max-width:1199px) {
	.product_1 li {
    width: 48%;
}
.product_1_1 {
    padding: 20px;
}
}

@media (max-width:990px) {

}

@media (max-width:767px) {
	.product_1 li {
    width: 100%;
}

.crumbs_1 a, .crumbs_1 em {
    line-height: 45px;
}
.crumbs {
    height: 45px;
}
}

.lee_menu_box{
	margin: 50px auto 36px;
}
.lee_menu_box_s {
    width: 100%;
    /* height: 60px; */
    background-color: #f5f5f5;
    margin-bottom: 30px;
}


.lee_active {
    background-color: #0c71c9;
}

.lee_menu_box h6 {
    font-size: 22px;
    color: #666666;
    line-height: 22px;
    padding: 24px 0 24px 20px;
    cursor: default;
}
.lee_active h6 {
    color: #ffffff;
}
.space {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lee_menu_box h6 span {
    font-size: 24px;
    margin-right: 20px;
}
.lee_menu_box .lee_hide_menu {
    font-size: 16px;
    color: #666;
    line-height: 18px;
    /* padding: 14px 0 0 45px; */
    display: none;
    transition: all 1s;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    padding: 30px;
}
.lee_hide_menu div{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.lee_hide_menu p {
    font-size: 16px;
    line-height: 18px;
    color: #666666;
    margin-bottom: 40px;
}
.lee_hide_menu p span {
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    font-weight: bold;
}
.lee_hide_menu ul {
    margin-bottom: 40px;
}
.lee_hide_menu ul li {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}


@media (max-width:990px) {
	.lee_hide_menu ul {
    width: 85%;
}
}
@media (max-width:767px) {
	.lee_hide_menu ul {
    width: 100%;
}
}
.online{
	padding: 52px 0 30px;
}
.online_1 li{
	margin-bottom: 52px;
}
.online_1 li h1{
	font-size: 18px;
	line-height: 18px;
	color: #333333;
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}
.online_1 li h1 span{
	width: 2px;
	height: 18px;
	background-color: #0c71c9;
	display: block;
	margin-right: 8px;
}
.online_1 li input{
	width: 100%;
	height: 74px;
	background-color: #f5f5f5;
	font-size: 16px;
	color: #999999;
	padding: 20px;
	outline: none;
}
.online_1 li select{
	width: 100%;
    border: none;
    outline: none;
    appearance:none;  
    -moz-appearance:none;  
    -webkit-appearance:none;
    background: url("../images/zhaopin_icon.png") no-repeat 98% center transparent;
    background-color: #f5f5f5;
	padding: 20px;
    font-size: 16px;
	color: #999999;
}
.online_1 li select option{
    font-size: 16px;
	color: #999999;
        }
.online_1 li input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-size: 16px;
	color: #999999;
}
.online_1 li input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   font-size: 16px;
	color: #999999;
}
.online_1 li input::-moz-placeholder { /* Mozilla Firefox 19+ */
   font-size: 16px;
	color: #999999;
}
.online_1 li input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   font-size: 16px;
	color: #999999;
}
.online_1 li textarea{
	width: 100%;
	height: 304px;
	background-color: #f5f5f5;
	padding: 20px;
    font-size: 16px;
	color: #999999;
    outline: none;
}
.online_a{
	width: 220px;
	height: 55px;
	background-color: #0c71c9;
	display: block;
	text-align: center;
	margin: 98px auto 0;
	font-size: 20px;
	line-height: 55px;
	color: #ffffff;
}
@media (max-width:1199px) {
	.online {
    padding: 52px 2% 30px;
}
}

@media (max-width:990px) {}

@media (max-width:767px) {}
.new {
    padding: 80px 0 105px;
}
.q_new_new_tittle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin:55px 0 59px;
}

.q_new_new_tittle li {
    width: 219px;
	height: 54px;
	background-color: #a1a9b0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
    margin: 0 18px;
}

.q_new_new_tittle li.active {
	background-color: #0c71c9;
}


.q_new_new_1 a {
    width: 100%;
    height: 290px;
    border: solid 1px #c7c7c7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    /*padding: 38px 0 40px;*/
    margin-bottom: 60px;
    position: relative;
}
.q_new_new_1_time {
    padding: 40px 39px 48px 39px;
    text-align: center;
    border-right: 1px solid #d7d7d7;
}
.q_new_new_1_time h1 {
    font-family: Arial;
    font-size: 40px;
    color: #999999;
	font-style: italic;
    line-height: 31px;
}
.q_new_new_1_time_line {
    width: 84px;
    height: 1px;
    background-color: #999999;
    margin: 20px 0 19px;
}
.q_new_new_1_time h2 {
    font-family: Arial;
    font-size: 16px;
    color: #666666;
    line-height: 12px;
}
.q_new_new_word {
    width: 1035px;
    padding: 0 40px;
    text-align: left;
}
.q_new_new_1_word {
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    margin-bottom: 29px;
}
.q_new_new_word p {
    width: 100%;
    height: 65px;
    font-size: 14px;
    color: #999999;
    line-height: 21px;
    margin-bottom: 20px;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.q_new_new_1_icon{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.q_new_new_1_icon h6 span{
    background-image: url(../images/q_new_1_right.png);
    background-repeat: no-repeat;
    width: 24px;
	height: 14px;
	display: inline-block;
	margin-right: 9px;
}
.q_new_new_1_icon h6{
	font-size: 14px;
	color: #999999;
}
.q_new_new_1_icon div{
	width: 117px;
	height: 32px;
	background-color: #f5f5f5;
	font-size: 14px;
	color: #999999;
	line-height: 32px;
	text-align: center;
}
.q_new_new_1 a:hover{
	background-color: #f5f5f5;
    border: solid 1px #f5f5f5;
}
.q_new_new_1 a:hover .q_new_new_1_time h1,
.q_new_new_1 a:hover .q_new_new_1_time h2,
.q_new_new_1 a:hover .q_new_new_1_word,
.q_new_new_1 a:hover .q_new_new_1_icon h6{
	color: #0c71c9;
}
.q_new_new_1 a:hover .q_new_new_1_time_line{
	background-color: #0c71c9;
}
.q_new_new_1 a:hover .q_new_new_1_icon div{
	color: #FFFFFF;
	background-color: #0c71c9;
}
.q_new_new_1 a:hover .q_new_new_1_icon h6 span{
    background-image: url(../images/q_new_1_right1.png);
}
@media (max-width:1199px) {
	.q_new_new_word {
    width: 82%;
}
}

@media (max-width:990px) {
	.q_new_new_word {
    width: 77%;
}
.q_new_new_1 a {
    height: auto;
    padding: 38px 0 40px;
}
}

@media (max-width:767px) {
	.q_new_new_tittle li{
		margin: 5px 18px;
	}
	.q_new_new_1_time{
		display: none;
	}
	.q_new_new_1 a {
    height: auto;
    padding: 20px 0 20px;
    margin-bottom: 20px;
}
.q_new_new_word {
    width: 100%;
    padding: 0 10px;
}
.q_new_new_1_word {
    margin-bottom: 15px;
}
.q_new_new_tittle {
    margin: 20px 0;
}
/*.new {
    padding: 40px 0 50px;
}*/
}
.connect{
	padding: 80px 0 100px;
}
.connect_foot1{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 35px auto 51px;
}
.connect_foot_logo img{
	max-width: 100%;
}
.connect_foot_logo{
	width: 50%;
	padding-left: 181px;
}
.connect_foot_add{
	width: 50%;
}
.connect_foot_add .connect_foot_add1{
	padding-bottom: 20px;
	display: flex;
	justify-content: flex-start;
}
.connect_foot_add div h1{
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	color: #333333;
}
.connect_foot_add div h6{
	font-size: 16px;
	line-height: 16px;
	color: #666666;
	padding-top: 2px;
	margin-bottom: 24px;
}
.connect_foot_add1 p{
	font-size: 16px;
	line-height: 16px;
	color: #666666;
	padding-top: 2px;
}
.connect_foot_add1 span{
	margin-right: 12px;
	width: 16px;
	height: 18px;
}
.connect_foot_add1 span img{
	max-width: 100%;
	max-height: 100%;
}
#dituContent_1{
	width: 100%;
	height: 579px;
}
.q_contact_1{
	border: solid 1px #6f6f6f;
}
@media (max-width:1199px) {
.connect_foot_add {
    width: 52%;
}
.connect_foot_logo {
    width: 48%;
     padding-left: 0; 
}
.connect_foot_logo img {
	margin: 0 auto;
}
.q_contact_1{
	padding: 0;
}
}

@media (max-width:990px) {
.connect_foot1 {
    margin: 35px auto 30px;
}
#dituContent_1 {
    height: 400px;
}
}

@media (max-width:767px) {
.connect_foot_logo{
	display: none;
}
.connect_foot_add{
	width: 100%;
}
.connect_foot_add1 p {
    width: 94%;
}
#dituContent_1 {
    height: 300px;
}
}

.product_xiangqing{
	padding: 50px 0 102px;
}
.product_xiangqing_left{
	width: 260px;
	height: auto;
}
.product_xiangqing_left_t{
	margin-bottom: 29px;
}
.product_xiangqing_left_t li{
	width: 100%;
    height: 70px;
    background-color: #ffffff;
    border: solid 1px #bfbfbf;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #333333;
    margin-bottom: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_xiangqing_left_t .active{
	background-color: #0c71c9;
	border: solid 1px #0c71c9;
	color: #FFFFFF;
}
.product_xiangqing_left_b{
	width: 100%;
	height: 70px;
	background-color: #0c71c9;
	font-size: 18px;
	line-height: 70px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product_xiangqing_left_b span{
	width: 29px;
	height: 30px;
	background-image: url(../images/product_xiangqing_left_b.png);
    background-repeat: no-repeat;
	display: inline-block;
	margin-right: 4px;
}
.product_xiangqing .inner{
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.product_xiangqing_right{
	width: 910px;
	height: auto;
	background-color: #ffffff;
	padding: 49px 0 41px;
}
.product_xiangqing_right h1{
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	color: #333333;
	text-align: center;
}
.product_xiangqing_right_i{
	margin: 90px auto 40px;
	width: 69%;
}
.product_xiangqing_right_i img{
	margin: 0 auto;
	max-width: 100%;
}
.product_xiangqing_right_tittle {
    position: relative;
}
.product_xiangqing_right_tittle h1{
    font-size: 20px;
    line-height: 19px;
    color: #333333;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
.product_xiangqing_right1{
	margin: 27px auto 31px;
}
.product_xiangqing_right2{
	margin: 0 auto 51px;
}
.product_xiangqing_right1 img,
.product_xiangqing_right2 img{
	max-width: 100%;
	margin: 0 auto;
}
.product_xiangqing_right3{
	width: 555px;
	margin: 10px 30px;
	margin-top: 30px;
	flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product_xiangqing_right3 li{
        width: 403px !important;
    max-height: 330px;
    margin-bottom: 12px;
}

.product_xiangqing_right_s p{
	font-size: 15px;
	line-height: 21px;
	color: #666666;
	padding-left: 41px;
}
.product_xiangqing_right_s{
	margin-bottom: 48px;
}
.product_xiangqing_right4{
	width: 826px;
	margin: 30px auto 10px;
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	
}
.product_xiangqing_right4 li{
	width: 403px;
	max-height: 330px;
	margin-bottom: 40px;
}
.product_xiangqing_right4 li div{
	margin-bottom: 20px;
}
.product_xiangqing_right4 li div img{
	width: 100%;
}
.product_xiangqing_right4 li p{
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
}
.product_xiangqing_right_s1{
	margin: 30px 0 49px;
}
.product_xiangqing_right_5{
	margin: 30px auto 18px;
}
.product_xiangqing_right_5 img{
	max-width: 100%;
	margin: 0 auto;
}
.product_xiangqing_right_s2 h1{
	font-size: 20px;
	line-height: 20px;
	color: #333333;
}
.product_xiangqing_right_51 p {
    font-size: 15px;
    line-height: 21px;
    color: #666666;
    padding-left: 130px;
    padding-right: 130px;
}
.product_xiangqing_right_51{
	margin: 28px 0 37px;
	
}
.product_xiangqing_right_6{
	margin: 0 auto 19px;
}
.product_xiangqing_right_6 img{
	max-width: 100%;
	margin: 0 auto;
}
.product_xiangqing_right_s2_p{
	font-size: 16px;
	line-height: 16px;
	color: #666666;
    padding-left: 113.5px;
    padding-right: 113.5px;
}
.product_xiangqing_right3 li{
	width: 48%;
}
.product_xiangqing_right3 li img{
	max-width: 100%;
}
@media (max-width:1199px) {
	.product_xiangqing_left {
    width: 20%;
}
.product_xiangqing_left_b{
	display: none;
}
.product_xiangqing_right {
    width: 78%;
}
.product_xiangqing_right4 li {
    width: 48%;
    height: auto;
}
.product_xiangqing_right4 {
    width: 95%;
}
.product_xiangqing_right_6 {
    width: 80%;
}
}

@media (max-width:990px) {
	.product_xiangqing_left {
    width: 25%;
}
.product_xiangqing_right {
    width: 73%;
}
.product_xiangqing_right_i,
.product_xiangqing_right1,
.product_xiangqing_right2,
.product_xiangqing_right3,
.product_xiangqing_right_5,
.product_xiangqing_right_6{
	width: 90%;
}
.product_xiangqing_right_s2 h1 {
    font-size: 18px;
}
.product_xiangqing_right_s2_p {
    padding-left: 0;
    text-align: center;
}
}

@media (max-width:767px) {
	.product_xiangqing_left {
    width: 100%;
}
.product_xiangqing_right {
    width: 100%;
}
.product_xiangqing_right_s p,
.product_xiangqing_right_51 p,
.product_xiangqing_right_s2 h1 {
    padding:0 10px;
}
.product_xiangqing_right4 li {
    width: 100%;
    height: auto;
}
.product_xiangqing_right_s2_p {
    font-size: 12px;
}
}

#pagesize ul {
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.c1_content p{
	    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #666666;
}
