.index_product{
	display: block;
	padding: 30px 0;
}
.in_pro_l {
    width: 100%;
    float: left;
    max-height: 801px;
    overflow: hidden;
    text-align: center;
    padding: 30px 305px;
	
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {

.in_pro_l {
    width: 100%;
    float: left;
    max-height: 801px;
    overflow: hidden;
    text-align: center;
    padding: 30px 12px;
	
}
}
.in_pro_l ul li {
    display: block;
    height: 40px;
    position: relative;
    overflow: hidden;
    float: left;
    border: 1px solid #dcdcdc;
    margin-right: 5px;
    margin-top: 5px;
}
.in_pro_l ul li::before{
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	transition: .8s;
	z-index: -1;
	left: -100%;
	top: 0;
	background: #009fe9;
}
.pro_bot{
	width: 100%;
	overflow: hidden;
	padding-bottom: 15px;
	position: relative;
}
.pro_bot h4{
	font-size: 14px;
	color: #000;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
	    text-align: center;
    margin: 8px 0px;
}
.pro_bot h3{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.pro_bot h3 a{
	padding: 4px 12px;
	border: 1px solid #b1b1b1;
	display: inline-block;
	color: #606060;	
	font-size: 14px;
	margin-top: 15px;
}
.pro_bot p a{
	
}
.in_pro_l ul li:hover::before{
	left: 0;
}
.in_pro_l ul li:hover a{
	color: #fff;
}
.in_pro_l ul li a {
    display: block;
    line-height: 40px;
    font-size: 14px;
    color: #6c6c6c;
    transition: .8s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0px 12px;
    float: left;
}
.in_pro_r{
	display: block;
	width: 100%;
	float: right;
	overflow: hidden;
}
.in_pro_r ul li{
	display: block;
	width: 12.5%;
	float: left;
	padding-right: 20px;
}

.in_pro_r ul li p{
	display: block;
	border: 1px solid transparent;
	transition: .8s;
	overflow: hidden;
}
.in_pro_r ul li p img{
	transition: .8s;
	width: 100%;
}
.in_pro_r ul li span{
	display: block;
}
.in_pro_r ul li span a{
	display: block;
	position: relative;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #353535;
	overflow: hidden;
	transition: .8s;
	z-index: 1;
	font-weight: 600;
}
.pro_bot::before{
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: -100%;
	left: 0;
	background: #109bdc;
	transition: .8s;
	z-index: -1;
}
.in_pro_r ul{
	position: relative;
	width: 200%;
}
.in_pro_r ul li:hover p{
	border: 1px solid #109bdc;
	
}
.in_pro_r ul li:hover a{
	border: 1px solid #545454;
	color: #545454;
}
.in_pro_r ul li:hover h3 {
    background: url(../images/h3bg.png) no-repeat center 29px;
}
.in_pro_r ul li:hover img{
	transform: scale(1.1);
}

.in_pro_r ul li:hover span a{
	color: #FFFFFF;
}

.in_pro_r ul li:hover .pro_bot::before{
	bottom: 0 ;
}
.in_title{
	display: block;
	margin-bottom: 20px;
}
.in_title .in_title_n{
	display: block;
	width: 20%;
	float: left;
}
.in_title .in_title_n h5{
	font-size: 22px;
	color: #000;
}
.in_title .in_title_n p{
	font-size: 14px;
	color: #464545;
}
.in_title_list{
	display: block;
	width: 60%;
	float: right;
	text-align: right;
}
.in_title_list ul li{
	display: inline-block;
	margin-left: 10px;
}
.in_title_list ul li a{
	display: block;
	padding: 9px 15px;
	color: #414141;
	font-size: 12px;
	transition: .8s;
}
.in_title_list ul li.active a{
	background: #0879A3;
	color: #fff;
}
.index_about{
	display: block;
	background: #109bdc;
	margin: 30px 0px;
}
.in_about_info{
	display: block;
	width: 50%;
	padding-top: 40px;
	float: left;
}
.in_about_info h5{
	font-size: 24px;
	color: #fff;
	border-bottom: 1px solid #fff;
	line-height: 1;
	margin-bottom: 10px;
	padding-bottom: 5px;
	display: inline-block;
}
.in_about_info p{
	display: block;
	margin: 10px 0;
	font-size: 14px;
	color: #fff;
	line-height: 2;
}
.in_about_info a{
	display: inline-block;
	width: 115px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	font-size: 12px;
	color: #fff;
	border: 1px solid #e8e8e8;
	transition: .8s;
}
.in_about_info a:hover{
	background: #0879A3;
	color: #fff;
	border: 1px solid #0879A3;
}
.in_about_img{
	display: block;
	width: 47%;
	overflow: hidden;
	float: right;
	padding-left: 30px;
}
.in_about_img img{
	transition: .8s;
}

.index_ys{
	width: 100%;
	overflow: hidden;
	padding: 30px 0px;
}
.index_ys ul li {
    float: left;
    width: 33.33%;
    padding: 2% 4%;
    text-align: center;
    margin-top: 30px;
    transition: 0.8s;
}
.index_ys ul li:hover{
	margin-top: 0px;
}
.index_ys ul li:hover span{
	color: #109bdc;
}
.index_ys ul li span {
    font-size: 60px;
    color: 606060;
}
.index_ys ul li h3 {
    padding: 15px 0px;
    font-size: 18px;
    color: #292929;
}
.index_ys ul li p{
	font-size: #6b6b6b;
	font-size: 13px;
}


.index_new {
    width: 100%;
    overflow: hidden;
    padding: 65px 0px;
    background: #ececec;
}
.new_box{
	width: 100%;
}
.new_boxri {
    width: 34%;
    float: right;
    overflow: hidden;
    border-top: 3px solid #000;
    padding: 60px 45px;
    background: white;
    padding-bottom: 36px;
}
.new_boxtit {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px;
}
.new_boxtit h3{
	font-size: 24px;
	color: #109BDC;
}
.new_boxtit h4{
	font-size: 20px;
	color: #000;
	margin: 6px 0px;
}
.new_boxtit samp{
	display: inline-block;
	overflow: hidden;
	height: 1px;
	width: 70px;
	background: #109BDC;
}
.new_boxle ul li{
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #c0c0c0;
}
.new_boxle ul li h5{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	margin-bottom: 10px;
}
.new_boxle ul li h5 a{
	color: #000000;
	font-size: 15px;
}
.new_boxle ul li p{
	color: #848484;
	font-size: 14px;
}
.new_boxle {
    width: 63%;
    float: left;
    overflow: hidden;
    border-top: 3px solid #000;
    padding: 36px 50px;
    background: white;
}


.new_boxri li {
    width: 100%;
    overflow: hidden;
    list-style: none;
    padding-bottom: 10px;
    margin-bottom: 18px;
    border-bottom: 1px solid #c0c0c0;
}
.news_time {
    float: left;
    width: 25%;
    overflow: hidden;
    padding: 0px 10px;
    background: #109BDC;
    text-align: center;
    padding-bottom: 3px;
}
.news_time b {
    font-size: 30px;
    color: white;
    font-weight: normal;
}
.news_time h5{
	font-size: 14px;
	color: white;
}
.news_info{
	width: 70%;
	float: right;
	overflow: hidden;
}
.news_info h4 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 5px;
}
.news_info h4 a {
    font-size: 15px;
    color: #000;
}
.news_info li p{
	color: #848484;
	font-size: 14px;
}
.index_news{
	display: block;
	padding: 30px 0;
}
.in_news_l{
	width: 42%;
	float: left;
	margin-right: 3%;
	background: #f8f8f8;
	overflow: hidden;
}
.in_news_l_tj_box{
	width: 300%;
	position: relative;
}
.in_news_l_tj{
	padding: 30px 45px 0 45px;
	width: 33.33333%;
	float: left;
}
.in_news_l_tj span{
	font-size: 20px;
	color: #c4c4c4;
	display: block;
	line-height: 1;
}
.in_news_l_tj h5{
	margin: 15px 0;
	display: block;
}
.in_news_l_tj h5 a{
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
	color: #010101;
}
.in_news_l_tj p{
	padding-left: 20px;
	border-left: 1px solid #dcdcdc;
	font-size: 12px;
	color: #b3b3b3;
	line-height: 1.8;
}
.in_news_l_img{
	display: block;
	margin: 20px 45px;
	overflow: hidden;
}
.in_news_l_img img{
	width: 100%;
	transition: .8s;
}
.in_news_l_more{
	display: inline-block;
	width: 150px;
	height: 40px;
	margin: 0 45px 30px 45px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #0879A3;
	background: #0879A3;
	font-size: 24px;
	color: #fff !important;
	transition: .8s;
}
.in_news_l:hover .in_news_l_more{
	background: #fff;
	color: #0879A3 !important;
}
.in_news_l:hover .in_news_l_img img{
	transform: scale(1.1);
}
.in_news_r{
	width: 55%;
	float: right;
	overflow: hidden;
	height: 447px;
}
.in_news_r_box{
	position: relative;
	height: 300%;
}
.in_new_r_list{
	display: block;
}
.in_new_r_list ul li{
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 39px 0;
	border-bottom: 1px solid #e5e5e5;
}
.in_title_more{
	display: block;
	width: 30%;
	float: right;
	text-align: right;
}
.in_title_more a{
	display: block;
	font-size: 14px;
	transition: .3s;
	color: #464545;
}
.in_title_more a:hover{
	color: #0879A3;
}
.in_new_r_list ul li::before{
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	left: -100%;
	top: 0;
	z-index: -1;
	background: #0879A3;
	transition: .8s;
}
.in_new_r_list ul li .in_news_r_info{
	display: block;
	width: 80%;
	float: left;
}
.in_new_r_list ul li .in_news_r_info h5{
	display: block;
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(../images/in_news_r_list_h5_bg.png) no-repeat 8px 10px;
}
.in_new_r_list ul li .in_news_r_info h5 a{
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	transition: .8s;
	color: #000;
}
.in_new_r_list ul li .in_news_r_info p{
	display: block;
	font-size: 12px;
	color: #807f7f;
	padding-left: 20px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.in_new_r_list ul li .in_news_r_time{
	display: block;
	text-align: right;
	padding-right: 20px;
	width: 20%;
	float: right;
}
.in_new_r_list ul li .in_news_r_time h5{
	font-size: 18px;
	color: #929292;
	margin-bottom: 20px;
}
.in_new_r_list ul li .in_news_r_time p{
	opacity: 0;
	transition: .8s;
}
.in_new_r_list ul li:hover::before{
	left: 0;
}
.in_new_r_list ul li:hover .in_news_r_info h5 a,
.in_new_r_list ul li:hover .in_news_r_info p,
.in_new_r_list ul li:hover .in_news_r_time h5{
	color: #fff !important;
}
.in_new_r_list ul li:hover .in_news_r_time p{
	opacity: 1;
}
.index_advan{
	display: block;
	padding: 30px 0;
	background: #F8F8F8;
}
.index_advan ul li{
	display: block;
	width: 23%;
	float: left;
	margin: 5 1%;
	transition: .8s;
	padding: 35px;
	text-align: center;
}
.index_advan ul li span{
	display: block;
	margin-bottom: 10px;
}
.index_advan ul li span i{
	font-size: 60px;
	line-height: 1;
	color: #0879A3;
}
.index_advan ul li h5{
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
	color: #000;
}
.index_advan ul li p{
	font-size: 12px;
	color: #3f3f3f;
	height: 80px;
	overflow: hidden;
	line-height: 20px;
}
.index_advan ul li.active{
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.36);
}
.index_case{
	display: block;
	padding: 30px 0;
}
.in_case_main{
	display: block;
	margin-top: 40px;
	overflow: hidden;
	width: 100%;
}
.in_pro_l .active{
	background: #109bdc;
	color: white;
}
.in_case_main ul li{
	display: block;
	width: 32.33%;
	float: left;
	margin: 5px 0.5%;
}
.in_case_main ul li h5{
	display: block;
	overflow: hidden;

}
.in_case_main ul li h5 img{
	width: 100%;
	transition: .8s;
}
.in_case_main ul li .in_case_conten{
	display: block;
	transition: .8s;
	padding: 20px;
}
.in_case_main ul li .in_case_conten .in_case_info{
	display: block;
	width: 100%;
	float: left;
}
.in_case_main ul li .in_case_conten .in_case_info h6 {
	margin-bottom: 10px;
}
.in_case_main ul li .in_case_conten .in_case_info h6 a{
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #353535;
}
.in_case_main ul li .in_case_conten .in_case_info p{
	font-size: 12px;
	color: #747474;
}
.in_case_main ul li .in_case_conten .in_case_more{
	display: block;
	width: 30%;
	float: right;
	text-align: right;
    padding-top: 15px;
}
.in_case_main ul li .in_case_conten .in_case_more a{
	padding: 13px 23px;
	background: #0879A3;
	display: inline-block;
	font-size: 12px;
	color: #fff;
}
.in_case_main ul li:hover  img{
	transform: scale(1.1);
}
.in_case_main ul li:hover .in_case_conten{
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.36);
}


/*首页 各板块结束*/


.list{
	display: block;
	overflow: hidden;
	width: 100%;
}
.list ul li {
    display: block;
    padding: 60px 80px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-bottom: 1px solid #ececec;
}

.nei_newl {
    width: 18%;
    float: left;
    overflow: hidden;
}
.nei_newl b {
    display: inline-block;
    width: 100%;
    font-size: 50px;
    color: #636363;
    line-height: 55px;
    font-weight: normal;
}
.nei_newl h6 {
    font-size: 19px;
    color: #636363;
}
.nei_mewm {
    width: 60%;
    float: left;
}
.new_nei{
	width: 50%;
	margin: 0 auto;
}
.nei_new_r {
    float: right;
    overflow: hidden;
    width: 15%;
    text-align: center;
    margin-top: 15px;
}
.nei_new_r span {
    display: inline-block;
    height: 61px;
    width: 61px;
    border-radius: 50%;
    border: 1px solid #ececec;
    font-size: 35px;
    text-align: center;
    color: #ececec;
    line-height: 60px;
    text-indent: 5px;
}
.list ul li h5{
	display: block;
	margin-bottom: 10px;
}
.list ul li h5 a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	color: #585858;
	transition: .3s;
}
.list ul li p {
    font-size: 14px;
    transition: .3s;
    line-height: 24px;
    color: #7d7d7d;
}
.list ul li  p a{
	transition: .3s;
	color: #ff0000;
}

.list ul li:hover .nei_new_r span{
	color: white;
	border-color: white;
	background: #009fe9;
}

.list ul li:hover h5 a,
.list ul li:hover p,
.list ul li:hover p,

{
	color: #fff;
}
.product_main {
	display: block;
	margin-top: 30px;
}
.product_main .function{
	text-align: center;
}
.product_main .function a{
	float: none;
}
.product_main_list {
	display: block;
}

.product_main_list ul li {
	display: block;
	width: 32.3333%;
	float: left;
	margin: 0 0 10px 0;
}

.product_main_list ul li:nth-child(3n+2) {
	margin: 0 1.5% 10px 1.5%;
}

.product_main_list ul li p {
	display: block;
	overflow: hidden;
	border: 1px solid #9e9e9e;
	border-bottom: 0;
	transition: .6;
}

.product_main_list ul li p img {
	width: 100%;
	transition: .6s;
}

.product_main_list ul li span {
	display: block;
}

.product_main_list ul li span a {
	display: block;
	padding: 5px 0;
	font-size: 14px;
	border: 1px solid #9e9e9e;
	border-top: 0;
	color: #fff;
	transition: .6s;
	background: #123A9A;
	text-overflow: ellipsis;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}

.product_main_list ul li:hover p {
	border: 1px solid #123A9A;
	border-bottom: 0;
}

.product_main_list ul li:hover p img {
	transform: scale(1.08);
}

.product_main_list ul li:hover span a {
	border: 1px solid #123A9A;
	border-top: 0;
	background: #fff;
	color: #123A9A;
}

.info_product {
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #080808;
}

.info_product_r {
	width: 50%;
	float: left;
}

.info_product_l {
	text-align: center;
	width: 50%;
	float: left;
	padding: 0px 30px 0 0;
}

.info_product_l img {
	max-width: 100%;
	border: 1px solid #080808;
}

.info_product_r ul li {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #666;
}

.info_product_r ul li:last-of-type {
	border-bottom: 0px;
}

.info_product_r .bdshare-button-style1-16 {
	padding: 0px;
	border-bottom: 0px;
	text-align: left;
}

.info_product_r ul li:nth-last-of-type(2) {
	border-bottom: 0px;
	margin-bottom: 0px;
}

.info_product_r ul li:nth-last-of-type(2) p {
	display: block;
	font-size: 14px;
	color: #080808;
}

.info_product_r ul li:nth-last-of-type(2) {
	font-size: 14px;
	color: #262626;
}

.info_product_r ul li,
.info_product_r ul li b,
.info_product_r ul li a {
	font-size: 16px;
	color: #080808;
}

.info_product_conten,
.other_product {
	display: block;
	margin-top: 20px;
}

.info_product_conten h5,
.other_product h5 {
	display: block;
	padding: 10px 0;
	font-size: 18px;
	margin-bottom: 10px;
	border-bottom: 1px solid #080808;
	margin-bottom: 10px;
}

.info_product_conten .infp_product_con {
	padding: 10px;
	color: #080808;
}

.other_product ul li {
	display: block;
	width: 24%;
	margin-right: 1%;
	float: left;
	margin-bottom: 10px;
}

.other_product ul li p {
	display: block;
	overflow: hidden;
}

.other_product ul li p img {
	width: 100%;
	transition: .6s;
}

.other_product ul li span {
	display: block;
}

.other_product ul li span a {
	padding: 5px 0;
	font-size: 14px;
	display: block;
	transition: .6s;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	color: #080808;
}

.other_product ul li:hover p img {
	transform: scale(1.08);
}

.other_product ul li:hover span a {
	background: #808080;
	color: #fff;
}

.info_product_btn {
	display: block;
	margin-top: 10px;
}

.info_product_btn a {
	padding: 15px;
	font-size: 14px;
	color: #fff;
}

.info_product_btn a:first-of-type {
	border-radius: 5px 0 0 5px;
}

.info_product_btn a:last-of-type {
	border-radius: 0 5px 5px 0;
}
/*内页左侧 结束*/
.main{
	padding: 20px 0;
	display: block;
}
.pos{
	display: block;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.pos h3{
	float: left;
	font-size: 24px;
	color: black;
}
.pos h3 samp{
	color: #109bdc;
	font-size: 15px;
	margin-left: 5px;
}
.pos_ri{
	float: right;
	overflow: hidden;
	line-height: 34px;
}
.pos font{
	display: inline-block;
	margin-right: 5px;
}
.pos,
.pos span,
.pos font,
.pos a{
	font-size: 14px;
	color: #000;
}
.function {
	display: block;
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
	color: #555;
}

.function a {
	display: inline-block;
	width: 65px;
	background: #ffffff;
	height: 48px;
	vertical-align: middle;
	line-height: 48px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #e5e5e5;
	margin-left: -1px;
	text-decoration: none;
	color: #333;
	outline: none;
}

.function a:hover {
	border: 1px solid #0879A3;
	background: #0879A3;
	color: #fff;
}

.function span {
	display: none;
	min-width: 45px;
	padding: 0 10px;
	background: #ffffff;
	height: 48px;
	vertical-align: middle;
	line-height: 48px;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	margin-left: -1px;
	float: left;
}

.main_l{
	width: 20%;
	float: left;
	padding-right: 30px;
}
.main_r{
	width: 80%;
	float: right;
}
.main_l_cartory{
	margin-bottom: 10px;
	border: 1px solid #DCDCDC;
	padding: 7px 5px;
}
.main_l_cartory p{
	display: block;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	background: #0879a3;
}
.main_l_cartory ul li{
	display: block;
	height: 40px;
	background: #f1f1f1;
	margin-top: 9px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.main_l_cartory ul li::before{
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	transition: .8s;
	z-index: -1;
	left: -100%;
	top: 0;
	background: #0879A3;
}
.main_l_cartory ul li:hover::before{
	left: 0;
}
.main_l_cartory ul li:hover a{
	color: #fff;
}
.main_l_cartory ul li a{
	display: block;
	line-height: 40px;
	text-indent: 20px;
	font-size: 14px;
	color: #6c6c6c;
	transition: .8s;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.main_l_news{
	display: block;
	margin-bottom: 10px;
	border: 1px solid #dcdcdc;
}
.main_l_news p{
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	color: #000;
	border-bottom: 1px solid #DCDCDC;
}
.main_l_news_ol{
	display: block;
	padding: 7px 5px;
}
.main_l_news ol{
	padding-left: 0;
    list-style-type: none;
    counter-reset: sectioncounter;
}
.main_l_news ol li{
	display: block;
    padding-left: 30px;
    position: relative;
}
.main_l_news ol li::before{
	content: counter(sectioncounter);
    counter-increment: sectioncounter;
    position: absolute;
    left: 0px;
    font-size: 20px;
    top: 6px;
    font-style: italic;
    color: #818181;
}
.main_l_news ol li a{
	display: block;
    padding: 7px 0;
    text-align: left;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #6C6C6C;
    transition: .6s;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.main_l_news ol li:hover::before,
.main_l_news ol li:hover a{
	color: #0879A3;
}

.main_l_contact{
	display: block;
}
.main_l_contact p{
	display: block;
	overflow: hidden;
}
.main_l_contact p img{
	width: 100%;
}
.main_l_contact .main_l_contact_info{
	display: block;
	padding: 15px;
	border: 1px solid #DCDCDC;
	border-top: 0;
}
.main_l_contact .main_l_contact_info p{
	display: block;margin-bottom: 10px;
	font-size: 12px;
	color: #545454;
}
/*内页右侧 开始*/


.conten {
	display: block;
}

.conten_title {
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 1;
	color: #333;
}

.conten_bianji {
	display: block;
	margin-top: 10px;
	text-align: center;
	padding-bottom: 12px;
	border-bottom: 1px solid #dbdbdb;
}

.conten_bianji span {
	display: inline-block;
	color: #888;
}

.conten_mas {
	display: block;
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px solid #dbdbdb;
}

.bdsharebuttonbox {
	margin: 8px 0;
	text-align: left !important;
}

.bdsharebuttonbox a {
	float: none !important;
}

.conten_tag {
	display: block;
	padding: 8px 0;
}

.conten_tag span {
	font-size: 14px;
	color: #080808;
	margin-right: 5px;
}

.conten_tag a {
	font-size: 14px;
	color: #333;
	margin-right: 5px;
}

.conten_page {
	display: block;
	margin-top: 5px;
}

.conten_page p {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	color: #080808;
}

.conten_page p a {
	font-size: 14px !important;
	color: #333;
}

.conten_mas span {
	display: block;
	margin-bottom: 15px;
}

.conten_mas span img {
	padding: 2px;
	border: 1px solid #DCDCDC;
	max-width: 100%;
}

.conten_mss {
	display: block;
}


/*内页右侧 结束*/


@media only screen and (min-width: 320px) and (max-width: 1023px) {


.nei_newl {
    width: 25%;
    float: left;
    overflow: hidden;
}
.nei_newl b {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    color: #636363;
    line-height: 55px;
    font-weight: normal;
}
.nei_mewm {
    width: 75%;
    float: left;
}
.list ul li p {
    font-size: 14px;
    transition: .3s;
    line-height: 24px;
    color: #7d7d7d;
    height: 63px;
}
	nav ul{
		float: none;
	}
	.in_news_title span a{
		width: 33.333%;
		float: left;
		text-align: center;
	}
	.pos h3 {
    float: left;
    font-size: 24px;
    color: black;
    width: 100%;
    text-align: center;
}

	.main_l{
		width: 100%;
		padding: 0;
		transform: translateY(0px);
	}
	.main_l_cartory ul li{
		width: 32.333%;
		float: left;
		margin: 0 0.5% 10px 0.5%;
	}
	
	.in_news_list ul li font{
		width: 23%;
	}
	.in_news_list ul li a{
		width: 77%;
	}
	.in_news_l_main{
		padding: 20px 0;
	}
	.in_news_r_main{
		padding: 10px;
		height: auto;
	}
	.in_news_list ul li{
		width: 100%;
		margin: 0 0 5px 0 !important;
	}
	.in_news_title{
		width: 100%;
		padding: 0;
		min-height: 1px;
		margin: 0;
		margin-bottom: 10px;
	}
	.in_news_main,
	.in_news_list{
		width: 100%;
	}
	.main_top .pos{
		width: 100%;
		text-align: left;
		line-height: 20px;
		padding: 5px 0;
	}
	.in_news_list ul li{
		padding: 5px;
	}

	.in_news_list ul li .in_news_time{
		width: 21%;
	}
	
	.info_product_l{
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
	}
	.info_product_r{
		width: 100%;
	}
	.in_news_list ul li .in_news_info{
		width: 79%;
	}
	
	.in_news_info p{
		height: 30px;
	}

	.main_top,
	.main_cartory{
		transform: translateY(-25px);
	}
	nav ul li a {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		color: #fff !important;
		padding: 0;
		text-align: center;
	}
	.list ul li .list_info{
		width: 70%;
	}
	.list ul li .list_info h5{
		margin-bottom: 5px;
	}
	.list ul li .list_info p{
		height: 45px;
		overflow: hidden;
	}
	.solu ul li span{
		width: 38%;
	}
	.solu ul li .solu_info {
		width: 60%;
	}
	.solu ul li .solu_info .solu_more a{
		padding: 2px 15px;
		font-size: 12px;
	}
	.solu ul li .solu_info p{
		height: 38px;
		overflow: hidden;
	}
	.solu ul li .solu_info h5,
	.solu ul li .solu_info p{
		margin-bottom: 5px;
	}
	.main_cartory ul li{
		width: 25%;
		text-align: center;
	}
	.case ul li{
		width: 48%;
	}
	.case ul li{
		margin: 0 1% 10px 1% !important;
	}

	.in_solu_main ul li,
	.in_product_main ul li{
		width: 49%;
		display: none;
		margin: 0 0.5% 10px 0.5% !important;
	}
	.in_solu_main ul li:nth-of-type(1),
	.in_solu_main ul li:nth-of-type(2),
	.in_solu_main ul li:nth-of-type(3),
	.in_solu_main ul li:nth-of-type(4),
	.in_product_main ul li:nth-of-type(1),
	.in_product_main ul li:nth-of-type(2),
	.in_product_main ul li:nth-of-type(3),
	.in_product_main ul li:nth-of-type(4) {
		display: block;
	}
	.in_about,
	.in_about_conten,
	.in_pro,
	.in_case_box {
		width: 100%;
		margin: 0;
	}
	.in_about_conten {
		margin-bottom: 10px;
	}
	.in_case_box ul {
		width: 100%;
		position: inherit;
	}
	.in_case_box ul li {
		width: 49%;
		margin: 0 0.5% 10px 0.5;
		display: none;
	}
	.in_case_box ul li:nth-of-type(1),
	.in_case_box ul li:nth-of-type(2),
	.in_case_box ul li:nth-of-type(3),
	.in_case_box ul li:nth-of-type(4) {
		display: block;
	}
	.in_news_l {
		margin-bottom: 10px;
	}
	.in_news_l,
	.in_news_r {
		width: 100%;
	}
	.in_news_l_title ul li,
	.in_news_r_title ul li {
		font-size: 18px;
	}
	.in_news_l_list .in_news_l_list_li {
		width: 100%;
	}

	
	.main_r {
		display: block;
		width: 100%;
	}

	.main {
		padding: 10px 0;
	}
	.function a,
	.function span{
		min-height: 1px;
		height: auto;
		padding: 5px;
		width: auto;
		line-height: 1;
	}
	.pro ul li{
		width: 49%;
		margin: 0 0.5% 10px 0.5% !important;
	}
	.pos samp{
		width: 100%;
		text-align: left;
	}
	.list ul li{
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	.main_r .pos{
		margin: 0 0 5px 0;
	}
	.pos_list{
		width: 100%;
		text-align: left;
	}
	nav.active{
		position: inherit;
	}
	.list ul li h5{
		margin-bottom: 5px;
	}
	.m_cartory{
		display: block;
	}
	.m_cartory ul li{
		width: 24%;
		float: left;
		margin: 0 0.5% 5px 0.5%;
		border: 1px solid #DCDCDC;
	}
	.m_cartory ul li a{
		display: block;
		padding: 8px 0;
		font-size: 12px;
		color: #555;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		text-align: center;
	}
	
	

	.in_pro_r ul{
		width: 400% !important;
	}
	.in_pro_r ul li{
		width: 12.5%;
		padding:0px !important;
	}
	
	.in_title .in_title_n{
		width: 30%;
	}
	.in_title_list{
			width: 70%;
	}
	.in_title_list  ul li a{
		padding: 9px 5px;
	}
	.index_new{
		padding: 0px;
		background: none;
	}
	.new_boxle {
    width: 100%;
    float: left;
    overflow: hidden;
    border-top: 3px solid #000;
    padding: 26px 10px;
    background: white;
}

.new_boxri {
    width: 100%;
    float: right;
    overflow: hidden;
    border-top: 3px solid #000;
    padding: 25px 10px;
    background: white;
    padding-bottom: 36px;
}
.foote_info{
	width: 100%;
	border: none;
	padding: 0px;
}
.news_time h5 {
    font-size: 12px;
    color: white;
}
	.index_ys ul li:first-of-type{
		display: none;
	}
	.index_ys ul li{
		width: 50%;
	}
	.foote_minfo p span {
    margin: 0px;
    margin-right: 10px;
    width: 100%;
    display: inline-block;
}

	.in_new_r_list ul li{
		padding: 10px 0;
	}
	.in_new_r_list ul li .in_news_r_time{
		padding-right: 0;
	}
	nav ul li .active,
	nav ul li:hover{
		border-top: 0px solid #0879A3;
		height: 36px;
	}
	nav ul li .active a,
	nav ul li:hover a{
		line-height: 36px;
	}
	
	.in_news_r{
		height: 273px;
	}
	.in_case_main ul li{
		width: 49%;
	}
	.index_case .in_title .in_title_n{
		width: 35%;
	}
	.in_case_main ul li{
		width: 49%;
	}
	.in_case_main ul li:nth-of-type(3){
		display:none;
	}
	.in_case_main ul li .in_case_conten .in_case_more{
		display:none;
	}
	.in_case_main ul li .in_case_conten .in_case_info{
		width:100%
	}
	.in_case_main ul li .in_case_conten{
		padding: 5px;	
	}
	.in_case_main ul li .in_case_conten .in_case_more a{
		padding: 13px 18px;
	}
	.case ul li{
		width: 100%;
		margin: 0 0 10px 0 !important;
	}
	.case ul li .case_img{
		width: 42%;
	}
	.case ul li .case_info{
		width: 58%;
		padding-left: 10px;
	}
	.case ul li .case_info h5{
		margin: 0 0 5px 0;
	}
	.case ul li .case_info h5 a{
		font-size: 16px;
	}
	.case ul li .case_info p{
		height: 16px;
		overflow: hidden;
	}
	.case ul li .case_info .case_more{
		display: none;
	}
	.list ul li{
		padding: 10px;
	}
	
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {

	.in_case_box{
		width: 88%;
	}
.new_nei {
    width: 28%;
    margin: 0 auto;
}
.news_time{
 padding:0;
}
.logo_wel{
  display:none;
}
.jg_box img:first-of-type {
    float: left;
    width: 39%;
}
.jg_box img:last-of-type {
    float: right;
    width: 50%;
}



	.in_about_info{
		padding: 30px 30px 0 30px;
	}
	.in_top_l_info{
		min-height: 178px;
	}
	.list ul li .list_info{
		width: 88%;
	}
	.in_news_img h4{
		margin-bottom: 33px;
	}
	.pos span{
		width: 30%;
	}
	.in_news_list ul li a{
		width: 75%;
	}
	.in_news_list ul li font{
		width: 25%;
	}
	.pos .pos_list{
		width: 70%;
	}
	.logo{
		width: 17%;
	}
	
	.in_news_list ul li:last-of-type{
		display: none;
	}
	.solu ul li .solu_info p{
		height: 20px;
		overflow: hidden;
	}
}
a:link,
a:visited {
	color: #555;
	text-decoration: none;
}




.clear {
	display: block;
	clear: both;
}

.main img {
	max-width: 100% !important;
	height: auto !important;
}






@font-face {
	font-family: 'iconfont_footer';
	/* project id 325027 */
	src: url('//at.alicdn.com/t/font_cfzl3onswxdjwcdi.eot');
	src: url('//at.alicdn.com/t/font_cfzl3onswxdjwcdi.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_cfzl3onswxdjwcdi.woff') format('woff'), url('//at.alicdn.com/t/font_cfzl3onswxdjwcdi.ttf') format('truetype'), url('//at.alicdn.com/t/font_cfzl3onswxdjwcdi.svg#iconfont') format('svg');
}
@font-face {
  font-family: 'iconfont_af';  /* project id 460179 */
  src: url('//at.alicdn.com/t/font_460179_kzncv74pwurkvs4i.eot');
  src: url('//at.alicdn.com/t/font_460179_kzncv74pwurkvs4i.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_460179_kzncv74pwurkvs4i.woff') format('woff'),
  url('//at.alicdn.com/t/font_460179_kzncv74pwurkvs4i.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_460179_kzncv74pwurkvs4i.svg#iconfont') format('svg');
}
.iconfont_af {
	font-family: iconfont_af;
	font-style: normal;
}

@font-face {
  font-family: 'iconfont_wl';  /* project id 431240 */
  src: url('//at.alicdn.com/t/font_431240_vyq00vww8z1tt9.eot');
  src: url('//at.alicdn.com/t/font_431240_vyq00vww8z1tt9.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_431240_vyq00vww8z1tt9.woff') format('woff'),
  url('//at.alicdn.com/t/font_431240_vyq00vww8z1tt9.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_431240_vyq00vww8z1tt9.svg#iconfont') format('svg');
}

.iconfont_wl {
	font-family: iconfont_wl;
	font-style: normal;
}
table,
tr,
td {
	border: 1px solid #666;
}




.index_made{
	width: 100%;
	overflow: hidden;
	padding: 30px 0px;
}
.index_made ul{
	display: inherit;
	border: 1px solid #d3d3d3;
}
.index_made ul li{
	width: 33.33%;
	float: left;
	border-left:  1px solid #d3d3d3;
	padding: 30px 100px;
	text-align: center;
}
.index_made ul li:first-of-type{
	border: 0px;
}
.index_made ul li h3 {
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 5px;
    color: #4c4c4c;
    font-size: 17px;
}
.index_made ul li h3 span {
    /* display: inline-block; */
    overflow: hidden;
    margin-right: 10px;
    font-size: 28px;
    color: #838383;
}
.index_made ul li p {
    font-size: 42px;
    color: #838383;
    font-weight: bold;
    position: relative;
    
}
.index_made ul li p font {
    font-size: 17px;
    margin-bottom: 15px;
    position: absolute;
    top: 9px;
    margin-left: 7px;
    font-style: italic;
}
.index_jg {
    width: 100%;
    overflow: hidden;
    padding: 30px 0px;
    background: url(../images/jgbg.png) no-repeat center 460px;
}
.index_tit{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.index_tit h3{
	width: 100%;
	overflow: hidden;
	background: url(../images/titlin.png) no-repeat center;
	color: black;
	font-size: 30px;
}
.index_tit p{
	color: #898989;
	font-size: 13px;
	margin-top: 10px;
}
.jg_box{
	width: 100%;
	overflow: hidden;
	padding: 40px 0px;
	
}
.jg_box img:first-of-type{
	float: left;
}
.jg_box img:last-of-type{
	float: right;
}
/*首页 各板块开始*/
.index_product{
	display: block;
	padding: 30px 0;
}
.in_pro_l {
    width: 100%;
    float: left;
    max-height: 801px;
    overflow: hidden;
    text-align: center;
    padding: 30px 305px;
	
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {

.in_pro_l {
    width: 100%;
    float: left;
    max-height: 801px;
    overflow: hidden;
    text-align: center;
    padding: 30px 12px;
	
}
}

.in_pro_l ul li {
    display: block;
    height: 40px;
    position: relative;
    overflow: hidden;
    float: left;
    border: 1px solid #dcdcdc;
    margin-right: 5px;
    margin-top: 5px;
}
.in_pro_l ul li::before{
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	transition: .8s;
	z-index: -1;
	left: -100%;
	top: 0;
	background: #009fe9;
}
.pro_bot{
	width: 100%;
	overflow: hidden;
	padding-bottom: 15px;
	position: relative;
}
.pro_bot h4{
	font-size: 14px;
	color: #000;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
	    text-align: center;
    display: inline-block;
    margin: 8px 0px;
}
.pro_bot h3{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.pro_bot h3 a{
	padding: 4px 12px;
	border: 1px solid #b1b1b1;
	display: inline-block;
	color: #606060;	
	font-size: 14px;
	margin-top: 15px;
}
.pro_bot p a{
	
}
.in_pro_l ul li:hover::before{
	left: 0;
}
.in_pro_l ul li:hover a{
	color: #fff;
}
.in_pro_l ul li a {
    display: block;
    line-height: 40px;
    font-size: 14px;
    color: #6c6c6c;
    transition: .8s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0px 12px;
    float: left;
}
.in_pro_r{
	display: block;
	width: 100%;
	float: right;
	overflow: hidden;
}
.in_pro_r ul li{
	display: block;
	width: 12.5%;
	float: left;
	padding-right: 20px;
}

.in_pro_r ul li p{
	display: block;
	border: 1px solid transparent;
	transition: .8s;
	overflow: hidden;
}
.in_pro_r ul li p img{
	transition: .8s;
	width: 100%;
}
.in_pro_r ul li span{
	display: block;
}
.in_pro_r ul li span a{
	display: block;
	position: relative;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #353535;
	overflow: hidden;
	transition: .8s;
	z-index: 1;
	font-weight: 600;
}
.pro_bot::before{
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: -100%;
	left: 0;
	background: #109bdc;
	transition: .8s;
	z-index: -1;
}
.in_pro_r ul{
	position: relative;
	width: 200%;
}
.in_pro_r ul li:hover p{
	border: 1px solid #109bdc;
	
}
.in_pro_r ul li:hover a{
	border: 1px solid #545454;
	color: #545454;
}
.in_pro_r ul li:hover h3 {
    background: url(../images/h3bg.png) no-repeat center 29px;
}
.in_pro_r ul li:hover img{
	transform: scale(1.1);
}

.in_pro_r ul li:hover span a{
	color: #FFFFFF;
}

.in_pro_r ul li:hover .pro_bot::before{
	bottom: 0 ;
}
.in_title{
	display: block;
	margin-bottom: 20px;
}
.in_title .in_title_n{
	display: block;
	width: 20%;
	float: left;
}
.in_title .in_title_n h5{
	font-size: 22px;
	color: #000;
}
.in_title .in_title_n p{
	font-size: 14px;
	color: #464545;
}
.in_title_list{
	display: block;
	width: 60%;
	float: right;
	text-align: right;
}
.in_title_list ul li{
	display: inline-block;
	margin-left: 10px;
}
.in_title_list ul li a{
	display: block;
	padding: 9px 15px;
	color: #414141;
	font-size: 12px;
	transition: .8s;
}
.in_title_list ul li.active a{
	background: #0879A3;
	color: #fff;
}
.index_about{
	display: block;
	background: #109bdc;
	margin: 30px 0px;
}
.in_about_info{
	display: block;
	width: 50%;
	padding-top: 40px;
	float: left;
}
.in_about_info h5{
	font-size: 24px;
	color: #fff;
	border-bottom: 1px solid #fff;
	line-height: 1;
	margin-bottom: 10px;
	padding-bottom: 5px;
	display: inline-block;
}
.in_about_info p{
	display: block;
	margin: 10px 0;
	font-size: 14px;
	color: #fff;
	line-height: 2;
}
.in_about_info a{
	display: inline-block;
	width: 115px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	font-size: 12px;
	color: #fff;
	border: 1px solid #e8e8e8;
	transition: .8s;
}
.in_about_info a:hover{
	background: #0879A3;
	color: #fff;
	border: 1px solid #0879A3;
}
.in_about_img{
	display: block;
	width: 47%;
	overflow: hidden;
	float: right;
	padding-left: 30px;
}
.in_about_img img{
	transition: .8s;
}

.index_ys{
	width: 100%;
	overflow: hidden;
	padding: 30px 0px;
}
.index_ys ul li {
    float: left;
    width: 33.33%;
    padding: 2% 4%;
    text-align: center;
    margin-top: 30px;
    transition: 0.8s;
}
.index_ys ul li:hover{
	margin-top: 0px;
}
.index_ys ul li:hover span{
	color: #109bdc;
}
.index_ys ul li span {
    font-size: 60px;
    color: 606060;
}
.index_ys ul li h3 {
    padding: 15px 0px;
    font-size: 18px;
    color: #292929;
}
.index_ys ul li p{
	font-size: #6b6b6b;
	font-size: 13px;
}


.index_new {
    width: 100%;
    overflow: hidden;
    padding: 65px 0px;
    background: #ececec;
}
.new_box{
	width: 100%;
}
.new_boxri {
    width: 34%;
    float: right;
    overflow: hidden;
    border-top: 3px solid #000;
    padding: 60px 45px;
    background: white;
    padding-bottom: 36px;
}
.new_boxtit {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px;
}
.new_boxtit h3{
	font-size: 24px;
	color: #109BDC;
}
.new_boxtit h4{
	font-size: 20px;
	color: #000;
	margin: 6px 0px;
}
.new_boxtit samp{
	display: inline-block;
	overflow: hidden;
	height: 1px;
	width: 70px;
	background: #109BDC;
}
.new_boxle ul li{
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #c0c0c0;
}
.new_boxle ul li h5{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	margin-bottom: 10px;
}
.new_boxle ul li h5 a{
	color: #000000;
	font-size: 15px;
}
.new_boxle ul li p{
	color: #848484;
	font-size: 14px;
}
.new_boxle {
    width: 63%;
    float: left;
    overflow: hidden;
    border-top: 3px solid #000;
    padding: 36px 50px;
    background: white;
}
.new_boxri li {
    width: 100%;
    overflow: hidden;
    list-style: none;
    padding-bottom: 10px;
    margin-bottom: 18px;
    border-bottom: 1px solid #c0c0c0;
}
.news_time {
    float: left;
    width: 25%;
    overflow: hidden;
    padding: 0px 10px;
    background: #109BDC;
    text-align: center;
    padding-bottom: 3px;
}
.news_time b {
    font-size: 30px;
    color: white;
    font-weight: normal;
}
.news_time h5{
	font-size: 14px;
	color: white;
}
.news_info{
	width: 70%;
	float: right;
	overflow: hidden;
}
.news_info h4 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 5px;
}
.news_info h4 a {
    font-size: 15px;

    color: #000;
}
.news_info li p{
	color: #848484;
	font-size: 14px;
}
.index_news{
	display: block;
	padding: 30px 0;
}
.in_news_l{
	width: 42%;
	float: left;
	margin-right: 3%;
	background: #f8f8f8;
	overflow: hidden;
}
.in_news_l_tj_box{
	width: 300%;
	position: relative;
}
.in_news_l_tj{
	padding: 30px 45px 0 45px;
	width: 33.33333%;
	float: left;
}
.in_news_l_tj span{
	font-size: 20px;
	color: #c4c4c4;
	display: block;
	line-height: 1;
}
.in_news_l_tj h5{
	margin: 15px 0;
	display: block;
}
.in_news_l_tj h5 a{
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
	color: #010101;
}
.in_news_l_tj p{
	padding-left: 20px;
	border-left: 1px solid #dcdcdc;
	font-size: 12px;
	color: #b3b3b3;
	line-height: 1.8;
}
.in_news_l_img{
	display: block;
	margin: 20px 45px;
	overflow: hidden;
}
.in_news_l_img img{
	width: 100%;
	transition: .8s;
}
.in_news_l_more{
	display: inline-block;
	width: 150px;
	height: 40px;
	margin: 0 45px 30px 45px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #0879A3;
	background: #0879A3;
	font-size: 24px;
	color: #fff !important;
	transition: .8s;
}
.in_news_l:hover .in_news_l_more{
	background: #fff;
	color: #0879A3 !important;
}
.in_news_l:hover .in_news_l_img img{
	transform: scale(1.1);
}
.in_news_r{
	width: 55%;
	float: right;
	overflow: hidden;
	height: 447px;
}
.in_news_r_box{
	position: relative;
	height: 300%;
}
.in_new_r_list{
	display: block;
}
.in_new_r_list ul li{
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 39px 0;
	border-bottom: 1px solid #e5e5e5;
}
.in_title_more{
	display: block;
	width: 30%;
	float: right;
	text-align: right;
}
.in_title_more a{
	display: block;
	font-size: 14px;
	transition: .3s;
	color: #464545;
}
.in_title_more a:hover{
	color: #0879A3;
}
.in_new_r_list ul li::before{
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	left: -100%;
	top: 0;
	z-index: -1;
	background: #0879A3;
	transition: .8s;
}
.in_new_r_list ul li .in_news_r_info{
	display: block;
	width: 80%;
	float: left;
}
.in_new_r_list ul li .in_news_r_info h5{
	display: block;
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(../images/in_news_r_list_h5_bg.png) no-repeat 8px 10px;
}
.in_new_r_list ul li .in_news_r_info h5 a{
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	transition: .8s;
	color: #000;
}
.in_new_r_list ul li .in_news_r_info p{
	display: block;
	font-size: 12px;
	color: #807f7f;
	padding-left: 20px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.in_new_r_list ul li .in_news_r_time{
	display: block;
	text-align: right;
	padding-right: 20px;
	width: 20%;
	float: right;
}
.in_new_r_list ul li .in_news_r_time h5{
	font-size: 18px;
	color: #929292;
	margin-bottom: 20px;
}
.in_new_r_list ul li .in_news_r_time p{
	opacity: 0;
	transition: .8s;
}
.in_new_r_list ul li:hover::before{
	left: 0;
}
.in_new_r_list ul li:hover .in_news_r_info h5 a,
.in_new_r_list ul li:hover .in_news_r_info p,
.in_new_r_list ul li:hover .in_news_r_time h5{
	color: #fff !important;
}
.in_new_r_list ul li:hover .in_news_r_time p{
	opacity: 1;
}
.index_advan{
	display: block;
	padding: 30px 0;
	background: #F8F8F8;
}
.index_advan ul li{
	display: block;
	width: 23%;
	float: left;
	margin: 5 1%;
	transition: .8s;
	padding: 35px;
	text-align: center;
}
.index_advan ul li span{
	display: block;
	margin-bottom: 10px;
}
.index_advan ul li span i{
	font-size: 60px;
	line-height: 1;
	color: #0879A3;
}
.index_advan ul li h5{
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
	color: #000;
}
.index_advan ul li p{
	font-size: 12px;
	color: #3f3f3f;
	height: 80px;
	overflow: hidden;
	line-height: 20px;
}
.index_advan ul li.active{
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.36);
}
.index_case{
	display: block;

	padding: 30px 0;
}

.in_case_main{
	display: block;
	margin-top: 40px;
	overflow: hidden;
	width: 100%;
}
.in_pro_l .active{
	background: #109bdc;
	color: white;
}
.in_case_main ul li{
	display: block;
	width: 32.33%;
	float: left;
	margin: 5px 0.5%;
}
.in_case_main ul li h5{
	display: block;
	overflow: hidden;

}
.in_case_main ul li h5 img{
	width: 100%;
	transition: .8s;
}
.in_case_main ul li .in_case_conten{
	display: block;
	transition: .8s;
	padding: 20px;
}
.in_case_main ul li .in_case_conten .in_case_info{
	display: block;
	width: 100%;
	float: left;
}
.in_case_main ul li .in_case_conten .in_case_info h6 {
	margin-bottom: 10px;
}
.in_case_main ul li .in_case_conten .in_case_info h6 a{
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #353535;
}
.in_case_main ul li .in_case_conten .in_case_info p{
	font-size: 12px;
	color: #747474;
}
.in_case_main ul li .in_case_conten .in_case_more{
	display: block;
	width: 30%;
	float: right;
	text-align: right;
    padding-top: 15px;
}
.in_case_main ul li .in_case_conten .in_case_more a{
	padding: 13px 23px;
	background: #0879A3;
	display: inline-block;
	font-size: 12px;
	color: #fff;
}
.in_case_main ul li:hover  img{
	transform: scale(1.1);
}
.in_case_main ul li:hover .in_case_conten{
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.36);
}


/*内页左侧 开始*/
.nei_banner{
	display: block;
	overflow: hidden;
}
.nei_banner img{
	width: 100%;
}
.pro{
	width: 100%;
	overflow: hidden;
}
.pro ul li:hover .pro_bot::before{
	bottom: 0 ;
}
.pro ul li:hover h3{
	background: url(../images/h3bg.png) no-repeat center 29px;
}
.pro ul li{
	display: block;
	width: 24%;
	float: left;
}
.pro ul li:nth-child(4n+2){
	margin: 0 1.3333% 0 1.3333%;
}
.pro ul li:nth-child(4n+3){
	margin: 0 1.3333% 0 0;
}
.pro ul li p{
	display: block;
	border: 1px solid transparent;
	transition: .8s;
	overflow: hidden;
}
.pro ul li p img{
	transition: .8s;
	width: 100%;
}
.pro ul li span{
	display: block;
}
.pro ul li span a{
	display: block;
	position: relative;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #353535;
	overflow: hidden;
	transition: .8s;
	z-index: 1;
	font-weight: 600;
}
.pro ul li span a::before{
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: -100%;
	left: 0;
	background: #0879A3;
	transition: .8s;
	z-index: -1;
}
.pro ul li:hover p{
	border: 1px solid #0879A3;
}

.pro ul li:hover img{
	transform: scale(1.1);
}

.pro ul li:hover span a{
	color: #FFFFFF;
}
.pro ul li:hover span a::before{
	bottom: 0;
}
.case{
	display: block;
}
.case ul li{
	display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #cfcfcf;
	margin-bottom: 15px;
}
.case ul li .case_img{
	width: 30%;
	float: left;
	overflow: hidden;
}
.case ul li .case_img img{
	width: 100%;
	transition: .8s;
}
.case ul li .case_info{
	width: 70%;
	float: right;
	padding-left: 30px;
}
.case ul li .case_info h5{
	display: block;
	margin: 10px 0;
}
.case ul li .case_info h5 a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	font-size: 20px;
	color: #585858;
	transition: .8s;
}
.case ul li .case_info p{
	font-size: 12px;
	color: #7d7d7d;
}
.case ul li .case_info span{
	display: block;
	font-size: 12px;
	color: #b5b5b5;
	margin: 6px 0;
}
.case ul li .case_info span i{
	font-size: 16px;
	color: #B5B5B5;
	margin-right: 5px;
}
.case ul li .case_info .case_more{
	display: block;
	text-align: right;
}
.case ul li .case_info .case_more a{
	display: inline-block;
	width: 77px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #0879A3;
	font-size: 12px;
	color: #fff;
	transition: .8s;
	border: 1px solid #0879A3;
}
.case ul li:hover img{
	transform: scale(1.1);
}
.case ul li:hover h5 a{
	color: #0879A3;
}
.case ul li:hover .case_more a{
	background: #fff;
	color: #0879A3;
}

.list{
	display: block;
	overflow: hidden;
	width: 100%;
}
.list ul li {
    display: block;
    padding: 60px 80px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-bottom: 1px solid #ececec;
}

.nei_newl {
    width: 18%;
    float: left;
    overflow: hidden;
}
.nei_newl b {
    display: inline-block;
    width: 100%;
    font-size: 50px;
    color: #636363;
    line-height: 55px;
    font-weight: normal;
}
.nei_newl h6 {
    font-size: 19px;
    color: #636363;
}
.nei_mewm {
    width: 60%;
    float: left;
}
.new_nei{
	width: 50%;
	margin: 0 auto;
}
.nei_new_r {
    float: right;
    overflow: hidden;
    width: 15%;
    text-align: center;
    margin-top: 15px;
}
.nei_new_r span {
    display: inline-block;
    height: 61px;
    width: 61px;
    border-radius: 50%;
    border: 1px solid #ececec;
    font-size: 35px;
    text-align: center;
    color: #ececec;
    line-height: 60px;
    text-indent: 5px;
}
.list ul li h5{
	display: block;
	margin-bottom: 10px;
}
.list ul li h5 a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	color: #585858;
	transition: .3s;
}
.list ul li p {
    font-size: 14px;
    transition: .3s;
    line-height: 24px;
    color: #7d7d7d;
}
.list ul li  p a{
	transition: .3s;
	color: #ff0000;
}

.list ul li:hover .nei_new_r span{
	color: white;
	border-color: white;
	background: #009fe9;
}

.list ul li:hover h5 a,
.list ul li:hover p,
.list ul li:hover p,

{
	color: #fff;
}
.product_main {
	display: block;
	margin-top: 30px;
}
.product_main .function{
	text-align: center;
}
.product_main .function a{
	float: none;
}
.product_main_list {

	display: block;
}

.product_main_list ul li {
	display: block;
	width: 32.3333%;
	float: left;
	margin: 0 0 10px 0;
}

.product_main_list ul li:nth-child(3n+2) {
	margin: 0 1.5% 10px 1.5%;
}

.product_main_list ul li p {
	display: block;
	overflow: hidden;
	border: 1px solid #9e9e9e;
	border-bottom: 0;
	transition: .6;
}

.product_main_list ul li p img {
	width: 100%;
	transition: .6s;
}

.product_main_list ul li span {
	display: block;
}

.product_main_list ul li span a {
	display: block;
	padding: 5px 0;
	font-size: 14px;
	border: 1px solid #9e9e9e;
	border-top: 0;
	color: #fff;
	transition: .6s;
	background: #123A9A;
	text-overflow: ellipsis;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}

.product_main_list ul li:hover p {
	border: 1px solid #123A9A;
	border-bottom: 0;
}

.product_main_list ul li:hover p img {
	transform: scale(1.08);
}

.product_main_list ul li:hover span a {
	border: 1px solid #123A9A;
	border-top: 0;
	background: #fff;
	color: #123A9A;
}

.info_product {
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #080808;
}

.info_product_r {
	width: 64%;
	float: left;
}

.info_product_l {
	text-align: center;
	width: 36%;
	float: left;
	padding: 0px 30px 0 0;
}

.info_product_l img {
	max-width: 100%;
	border: 1px solid #080808;
}

.info_product_r ul li {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #666;
}

.info_product_r ul li:last-of-type {
	border-bottom: 0px;
}

.info_product_r .bdshare-button-style1-16 {
	padding: 0px;
	border-bottom: 0px;
	text-align: left;
}

.info_product_r ul li:nth-last-of-type(2) {
	border-bottom: 0px;
	margin-bottom: 0px;
}

.info_product_r ul li:nth-last-of-type(2) p {
	display: block;
	font-size: 14px;
	color: #080808;
}

.info_product_r ul li:nth-last-of-type(2) {
	font-size: 14px;
	color: #262626;
}

.info_product_r ul li,
.info_product_r ul li b,
.info_product_r ul li a {
	font-size: 16px;
	color: #080808;
}

.info_product_conten,
.other_product {
	display: block;
	margin-top: 20px;
}

.info_product_conten h5,
.other_product h5 {
	display: block;
	padding: 10px 0;
	font-size: 18px;
	margin-bottom: 10px;
	border-bottom: 1px solid #080808;
	margin-bottom: 10px;
}

.info_product_conten .infp_product_con {
	padding: 10px;
	color: #080808;
}

.other_product ul li {
	display: block;
	width: 24%;
	margin-right: 1%;
	float: left;
	margin-bottom: 10px;
}

.other_product ul li p {
	display: block;
	overflow: hidden;
}

.other_product ul li p img {
	width: 100%;
	transition: .6s;
}

.other_product ul li span {
	display: block;
}

.other_product ul li span a {
	padding: 5px 0;
	font-size: 14px;
	display: block;
	transition: .6s;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	color: #080808;
}

.other_product ul li:hover p img {
	transform: scale(1.08);
}

.other_product ul li:hover span a {
	background: #808080;
	color: #fff;
}

.info_product_btn {
	display: block;
	margin-top: 10px;
}

.info_product_btn a {
	padding: 15px;
	font-size: 14px;
	color: #fff;
}

.info_product_btn a:first-of-type {
	border-radius: 5px 0 0 5px;
}

.info_product_btn a:last-of-type {
	border-radius: 0 5px 5px 0;
}
/*内页左侧 结束*/
.main{
	padding: 20px 0;
	display: block;
}
.pos{
	display: block;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.pos h3{
	float: left;
	font-size: 24px;
	color: black;
}
.pos h3 samp{
	color: #109bdc;
	font-size: 15px;
	margin-left: 5px;
}
.pos_ri{
	float: right;
	overflow: hidden;
	line-height: 34px;
}
.pos font{
	display: inline-block;
	margin-right: 5px;
}
.pos,
.pos span,
.pos font,
.pos a{
	font-size: 14px;
	color: #000;

}
.function {
	display: block;
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
	color: #555;
}

.function a {
	display: inline-block;
	width: 65px;
	background: #ffffff;
	height: 48px;
	vertical-align: middle;
	line-height: 48px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #e5e5e5;
	margin-left: -1px;
	text-decoration: none;
	color: #333;
	outline: none;
}

.function a:hover {
	border: 1px solid #0879A3;
	background: #0879A3;
	color: #fff;
}

.function span {
	display: none;
	min-width: 45px;
	padding: 0 10px;
	background: #ffffff;
	height: 48px;
	vertical-align: middle;
	line-height: 48px;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	margin-left: -1px;
	float: left;
}

.main_l{
	width: 20%;
	float: left;
	padding-right: 30px;
}
.main_r{
	width: 80%;
	float: right;
}
.main_l_cartory{
	margin-bottom: 10px;
	border: 1px solid #DCDCDC;
	padding: 7px 5px;
}
.main_l_cartory p{
	display: block;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	background: #0879a3;
}
.main_l_cartory ul li{
	display: block;
	height: 40px;
	background: #f1f1f1;
	margin-top: 9px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.main_l_cartory ul li::before{
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	transition: .8s;
	z-index: -1;
	left: -100%;
	top: 0;
	background: #0879A3;
}
.main_l_cartory ul li:hover::before{
	left: 0;
}
.main_l_cartory ul li:hover a{
	color: #fff;
}
.main_l_cartory ul li a{
	display: block;
	line-height: 40px;
	text-indent: 20px;
	font-size: 14px;
	color: #6c6c6c;
	transition: .8s;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.main_l_news{
	display: block;
	margin-bottom: 10px;
	border: 1px solid #dcdcdc;
}
.main_l_news p{
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	color: #000;
	border-bottom: 1px solid #DCDCDC;
}
.main_l_news_ol{
	display: block;
	padding: 7px 5px;
}
.main_l_news ol{
	padding-left: 0;
    list-style-type: none;
    counter-reset: sectioncounter;
}
.main_l_news ol li{
	display: block;
    padding-left: 30px;
    position: relative;
}
.main_l_news ol li::before{
	content: counter(sectioncounter);
    counter-increment: sectioncounter;
    position: absolute;
    left: 0px;
    font-size: 20px;
    top: 6px;
    font-style: italic;
    color: #818181;
}
.main_l_news ol li a{
	display: block;
    padding: 7px 0;
    text-align: left;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #6C6C6C;
    transition: .6s;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.main_l_news ol li:hover::before,
.main_l_news ol li:hover a{
	color: #0879A3;
}

.main_l_contact{
	display: block;
}
.main_l_contact p{
	display: block;
	overflow: hidden;
}
.main_l_contact p img{
	width: 100%;
}
.main_l_contact .main_l_contact_info{
	display: block;
	padding: 15px;
	border: 1px solid #DCDCDC;
	border-top: 0;
}
.main_l_contact .main_l_contact_info p{
	display: block;margin-bottom: 10px;
	font-size: 12px;
	color: #545454;
}
/*内页右侧 开始*/


.conten {
	display: block;
}

.conten_title {
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 1;
	color: #333;
}

.conten_bianji {
	display: block;
	margin-top: 10px;
	text-align: center;
	padding-bottom: 12px;
	border-bottom: 1px solid #dbdbdb;
}

.conten_bianji span {
	display: inline-block;
	color: #888;
}

.conten_mas {
	display: block;
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px solid #dbdbdb;
}

.bdsharebuttonbox {
	margin: 8px 0;
	text-align: left !important;
}

.bdsharebuttonbox a {
	float: none !important;
}

.conten_tag {
	display: block;
	padding: 8px 0;
}

.conten_tag span {
	font-size: 14px;
	color: #080808;
	margin-right: 5px;
}

.conten_tag a {
	font-size: 14px;
	color: #333;
	margin-right: 5px;
}

.conten_page {
	display: block;
	margin-top: 5px;
}

.conten_page p {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	color: #080808;
}


.conten_page p a {
	font-size: 14px !important;
	color: #333;
}

.conten_mas span {
	display: block;
	margin-bottom: 15px;
}

.conten_mas span img {
	padding: 2px;
	border: 1px solid #DCDCDC;
	max-width: 100%;
}

.conten_mss {
	display: block;
}






@media only screen and (min-width: 320px) and (max-width: 1023px) {
	.index_made,.index_jg,.pos_ri,.nei_new_r{
		display: none;
	}
.nei_newl {
    width: 25%;
    float: left;
    overflow: hidden;
}
.nei_newl b {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    color: #636363;
    line-height: 55px;
    font-weight: normal;
}
.nei_mewm {
    width: 75%;
    float: left;
}
.list ul li p {
    font-size: 14px;
    transition: .3s;
    line-height: 24px;
    color: #7d7d7d;
    height: 63px;
}
	nav ul{
		float: none;
	}
	.in_news_title span a{
		width: 33.333%;
		float: left;
		text-align: center;
	}
	.pos h3 {
    float: left;
    font-size: 24px;
    color: black;
    width: 100%;
    text-align: center;
}
	
	.main_l{
		width: 100%;
		padding: 0;
		transform: translateY(0px);
	}
	.main_l_cartory ul li{
		width: 32.333%;
		float: left;
		margin: 0 0.5% 10px 0.5%;
	}
	
	.in_news_list ul li font{
		width: 23%;
	}
	.in_news_list ul li a{
		width: 77%;
	}
	.in_news_l_main{
		padding: 20px 0;
	}
	.in_news_r_main{
		padding: 10px;
		height: auto;
	}
	.in_news_list ul li{
		width: 100%;
		margin: 0 0 5px 0 !important;
	}
	.in_news_title{
		width: 100%;
		padding: 0;
		min-height: 1px;
		margin: 0;
		margin-bottom: 10px;
	}
	.in_news_main,
	.in_news_list{
		width: 100%;
	}
	.main_top .pos{
		width: 100%;
		text-align: left;
		line-height: 20px;
		padding: 5px 0;
	}
	.in_news_list ul li{
		padding: 5px;
	}
	
	.in_news_list ul li .in_news_time{
		width: 21%;
	}
	
	.info_product_l{
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
	}
	.info_product_r{
		width: 100%;
	}
	.in_news_list ul li .in_news_info{
		width: 79%;
	}
	
	.in_news_info p{
		height: 30px;
	}

	nav ul li a {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		color: #fff !important;
		padding: 0;
		text-align: center;
	}
	.list ul li .list_info{
		width: 70%;
	}
	.list ul li .list_info h5{
		margin-bottom: 5px;
	}
	.list ul li .list_info p{
		height: 45px;
		overflow: hidden;
	}
	.solu ul li span{
		width: 38%;
	}
	.solu ul li .solu_info {
		width: 60%;
	}
	.solu ul li .solu_info .solu_more a{
		padding: 2px 15px;
		font-size: 12px;
	}
	.solu ul li .solu_info p{
		height: 38px;
		overflow: hidden;
	}
	.solu ul li .solu_info h5,
	.solu ul li .solu_info p{
		margin-bottom: 5px;
	}
	.main_cartory ul li{
		width: 25%;
		text-align: center;
	}
	.case ul li{
		width: 48%;
	}
	.case ul li{
		margin: 0 1% 10px 1% !important;
	}

	.in_solu_main ul li,
	.in_product_main ul li{
		width: 49%;
		display: none;
		margin: 0 0.5% 10px 0.5% !important;
	}
	.in_solu_main ul li:nth-of-type(1),
	.in_solu_main ul li:nth-of-type(2),
	.in_solu_main ul li:nth-of-type(3),
	.in_solu_main ul li:nth-of-type(4),
	.in_product_main ul li:nth-of-type(1),
	.in_product_main ul li:nth-of-type(2),
	.in_product_main ul li:nth-of-type(3),
	.in_product_main ul li:nth-of-type(4) {
		display: block;
	}
	.in_about,
	.in_about_conten,
	.in_pro,
	.in_case_box {
		width: 100%;
		margin: 0;
	}
	.in_about_conten {
		margin-bottom: 10px;
	}
	.in_case_box ul {
		width: 100%;
		position: inherit;
	}
	.in_case_box ul li {
		width: 49%;
		margin: 0 0.5% 10px 0.5;
		display: none;
	}
	.in_case_box ul li:nth-of-type(1),
	.in_case_box ul li:nth-of-type(2),
	.in_case_box ul li:nth-of-type(3),
	.in_case_box ul li:nth-of-type(4) {
		display: block;
	}
	.in_news_l {
		margin-bottom: 10px;
	}
	.in_news_l,
	.in_news_r {
		width: 100%;
	}
	.in_news_l_title ul li,
	.in_news_r_title ul li {
		font-size: 18px;
	}
	.in_news_l_list .in_news_l_list_li {
		width: 100%;
	}
	
	
	.main_r {
		display: block;
		width: 100%;
	}

	.main {
		padding: 10px 0;
	}
	.function a,
	.function span{
		min-height: 1px;
		height: auto;
		padding: 5px;
		width: auto;
		line-height: 1;
	}
	.pro ul li{
		width: 49%;
		margin: 0 0.5% 10px 0.5% !important;
	}
	.pos samp{
		width: 100%;
		text-align: left;
	}
	.list ul li{
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	.main_r .pos{
		margin: 0 0 5px 0;
	}
	.pos_list{
		width: 100%;
		text-align: left;
	}
	nav.active{
		position: inherit;
	}
	.list ul li h5{
		margin-bottom: 5px;
	}
	.m_cartory{
		display: block;
	}
	.m_cartory ul li{
		width: 24%;
		float: left;
		margin: 0 0.5% 5px 0.5%;
		border: 1px solid #DCDCDC;
	}
	.m_cartory ul li a{
		display: block;
		padding: 8px 0;
		font-size: 12px;
		color: #555;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		text-align: center;
	}
	
	.in_pro_r ul{
		width: 400% !important;
	}
	.in_pro_r ul li{
		width: 12.5%;
		padding:0px !important;
	}
	
	.in_title .in_title_n{
		width: 30%;
	}
	.in_title_list{
			width: 70%;
	}
	.in_title_list  ul li a{
		padding: 9px 5px;
	}
	.index_new{
		padding: 0px;
		background: none;
	}
	.new_boxle {
    width: 100%;
    float: left;
    overflow: hidden;
    border-top: 3px solid #000;
    padding: 26px 10px;
    background: white;
}

.new_boxri {
    width: 100%;
    float: right;
    overflow: hidden;
    border-top: 3px solid #000;
    padding: 25px 10px;
    background: white;
    padding-bottom: 36px;
	    display: none;
}
.foote_info{
	width: 100%;
	border: none;
	padding: 0px;
}
.news_time h5 {
    font-size: 12px;
    color: white;
}
	.index_ys ul li:first-of-type{
		display: none;
	}
	.index_ys ul li{
		width: 50%;
	}
	.foote_minfo p span {
    margin: 0px;
    margin-right: 10px;
    width: 100%;
    display: inline-block;
}
	
	.in_new_r_list ul li{
		padding: 10px 0;
	}
	.in_new_r_list ul li .in_news_r_time{
		padding-right: 0;
	}
	nav ul li .active,
	nav ul li:hover{
		border-top: 0px solid #0879A3;
		height: 36px;
	}
	nav ul li .active a,
	nav ul li:hover a{
		line-height: 36px;
	}
	
	.in_news_r{
		height: 273px;
	}
	.in_case_main ul li{
		width: 49%;
	}
	.index_case .in_title .in_title_n{
		width: 35%;
	}
	.in_case_main ul li{
		width: 49%;
	}
	.in_case_main ul li:nth-of-type(3){
		display:none;
	}
	.in_case_main ul li .in_case_conten .in_case_more{
		display:none;
	}
	.in_case_main ul li .in_case_conten .in_case_info{
		width:100%
	}
	.in_case_main ul li .in_case_conten{
		padding: 5px;	
	}
	.in_case_main ul li .in_case_conten .in_case_more a{
		padding: 13px 18px;
	}
	.case ul li{
		width: 100%;
		margin: 0 0 10px 0 !important;
	}
	.case ul li .case_img{
		width: 42%;
	}
	.case ul li .case_info{
		width: 58%;
		padding-left: 10px;
	}
	.case ul li .case_info h5{
		margin: 0 0 5px 0;
	}
	.case ul li .case_info h5 a{
		font-size: 16px;
	}
	.case ul li .case_info p{
		height: 16px;
		overflow: hidden;
	}
	.case ul li .case_info .case_more{
		display: none;
	}
	.list ul li{
		padding: 10px;
	}

}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {

	.in_case_box{
		width: 88%;
	}
.new_nei {
    width: 28%;
    margin: 0 auto;
}
.news_time{
 padding:0;
}
.logo_wel{
  display:none;
}
.jg_box img:first-of-type {
    float: left;
    width: 39%;
}
.jg_box img:last-of-type {
    float: right;
    width: 50%;
}
	
.index_made ul li{
   padding:30px 70px;
}

	nav ul li{
		margin-right: 5px;
	}
	nav ul li a{
		padding: 15 5px;
	}
	
	.in_about_info{
		padding: 30px 30px 0 30px;
	}
	.in_top_l_info{
		min-height: 178px;
	}
	.list ul li .list_info{
		width: 88%;
	}
	.in_news_img h4{
		margin-bottom: 33px;
	}
	.pos span{
		width: 30%;
	}
	.in_news_list ul li a{
		width: 75%;
	}
	.in_news_list ul li font{
		width: 25%;
	}
	.pos .pos_list{
		width: 70%;
	}
	.logo{
		width: 17%;
	}
	
	.in_news_list ul li:last-of-type{
		display: none;
	}
	.solu ul li .solu_info p{
		height: 20px;
		overflow: hidden;
	}
}

#floatDivBoxs {
	width: 170px;
	background: #fff;
	position: fixed;
	top: 239px;
	right: 0;
	z-index: 999;
}


#floatDivBoxs .floatDtt {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #1c8dd6;
	color: #fff;
	font-size: 18px;
	text-indent: 22px;
	position: relative;
}

#floatDivBoxs .floatDqq {
	padding: 0 14px;
}

#floatDivBoxs .floatDqq li {
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	border-bottom: 1px solid #e3e3e3;
	padding: 0 0 0 50px;
}

#floatDivBoxs .floatDtxt {
	font-size: 18px;
	color: #333;
	padding: 12px 14px;
	margin: 5px 0;
	background: #dcdcdc;
}

#floatDivBoxs .floatDtel {
	padding: 0 0 15px 10px;
}

#floatDivBoxs .floatDtel img {
	display: block;
}

#floatDivBoxs .floatDbg {
	width: 100%;
	height: 20px;
	background: #1c8dd6;
	box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}

.floatShadow {
	background: #fff;
	box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}

#rightArrow {
	width: 50px;
	height: 45px;
	background: url(../images/online_arrow.jpg) no-repeat;
	position: fixed;
	top: 239px;
	right: 170px;
	z-index: 999;
}

#rightArrow a {
	display: block;
	height: 45px;
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
	#rightArrow,
	#floatDivBoxs{
		display: none;
	}
}
.contact{
	display: block;
	padding: 25px;
	overflow: hidden;
	width: 100%;

}
.contact h5{
	font-size: 16px;
	color: #3e3e3e;
	margin-bottom: 10px;
}
.contact p{
	font-size: 14px;
	color: #636262;
	margin-bottom: 10px;
}
.map_box{
	width: 100%;
	border: 2px solid #1C8DD6;
	margin: 20px 0;
}