* {
	margin: 0;
	padding: 0
}

body {
	font-size: 12px;
	height: 100%;
	line-height: 22px;
	width: 100%;
}

a {
	text-decoration: none;
	cursor: pointer;
	transition: all .3s;
	outline: none
}

ul {
	list-style: none
}

.lf {
	float: left
}

.rg {
	float: right
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px
}

.head {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 1000px;
	z-index: 9999;
	background: #fff;
	height: 100px;
	transition: all .3s
}

.logo {
	padding-top: 5px;
	padding-left: 2.18%;
	width: 319px;
	transition: all .3s
}

.logo a {
	display: block;
	position: relative;
	overflow: hidden
}

.logo img {
	width: 100%;
	position: relative;
	z-index: 100
}

.logo .p1 {
	background: #ff6d07;
	position: absolute;
	top: 0%;
	left: 0px;
	width: 100%;
	height: 80%;
}

.nav {
	width: 56%;
	margin-left: 5%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

.nav ul li {
	float: left;
	width: 18.28%;
	height: 100px;
	background: url(../img/1_02.jpg) right center no-repeat;
	transition: all .3s
}

.nav ul li .a1 {
	line-height: 100px;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #333;
	transition: all .3s
}

.nav ul li:hover .a1 {
	color: #134586;
	transition: all .3s
}

.nav ul li .div1 {
	display: none;
	background: #fff;
	width: 100%;
	left: 0px;
	position: absolute;
	top: 101px;
	z-index: 100
}

.nav ul li .div1 .p1 {
	width: 57.4%;
	float: right;
	height: 65px;
	line-height: 65px
}

.nav ul li .div1 .p1 a {
	color: #999;
	font-size: 14px;
	text-transform: uppercase;
	background: url(../img/1_26.jpg) center bottom no-repeat;
	display: inline-block;
	height: 65px;
	line-height: 65px;
	margin-right: 5%;
	transition: all .5s
}

.nav ul li .div1 .p1 a:hover {
	background: url(../img/1_27.jpg) center bottom no-repeat;
	color: #134586
}

.nav ul li .mad3 .p1 .pad {
	margin-left: 30%
}

.nav ul li .mad4 .p1 .pad {
	margin-left: 44%
}

.nav ul li .mad5 .p1 .pad {
	margin-left: 45%
}

.nav ul li .mad6 .p1 {
	text-align: right
}

.a_txt {
	display: none
}

.tle {
	background: url(../img/tle.png) no-repeat;
	width: 17%;
	margin-top: 35px;
	font-size: 18px;
	padding-left: 29px;
}


/*小于1600大于1200稍微调整下字体*/

@media screen and (max-width: 1600px) and (min-width:1200px) {
	.nav ul li .a1 {
		font-size: 14px
	}
	.nav ul li .div1 .p1 a {
		font-size: 12px
	}
	.foot_top ul {
		margin-left: 60px
	}
	.nav ul li .div1 .p1 {
		width: 58.1%
	}
}


/*移动端导航*/

@media screen and (max-width: 1024px) and (min-width: 0px) {
	.head {
		display: none
	}
	.moblie_head {
		display: block;
		height: 44px;
		background: #fff;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 9999;
		border-bottom: 1px solid #ddd
	}
	.moblie_head .lf {
		padding-top: 10px;
		padding-left: 5%;
		width: ;
	}
	.moblie_head .lf img {
		height: 24px
	}
	.moblie_head .rg {
		padding-right: 5%;
		padding-top: 14px
	}
	.moblie_head .rg a img {
		height: 16px;
		vertical-align: top
	}
	.a_txt {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		z-index: 10000
	}
	.a_txt .div1 {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #0b0d19;
		filter: alpha(opacity=0);
		opacity: 0;
		left: 0px;
		top: 0px;
		z-index: 1
	}
	.a_txt .div2 {
		position: absolute;
		width: 20%;
		left: 0px;
		top: 5%;
		z-index: 100;
		text-align: center;
		filter: alpha(opacity=0);
		opacity: 0
	}
	.a_txt .div3 {
		position: absolute;
		width: 80%;
		right: 0px;
		top: 0px;
		background: #0b0d19;
		height: 100%;
		z-index: 100;
		right: -80%
	}
	.a_txt .div3 ul {
		padding-left: 5%;
		padding-right: 5%
	}
	.a_txt .div3 ul li {
		border-bottom: 1px solid #232530
	}
	.a_txt .div3 ul li a {
		display: block;
		height: 55px;
		color: #fff;
		line-height: 55px;
		padding-left: 5%;
		font-size: 16px
	}
	.a_txt .div3 ul li .a_js2 {
		background: url(../img/plus.png) 95% center no-repeat;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}
	.a_txt .div3 ul li .a_js2_on {
		background: url(../images/reduce.jpg) 95% center no-repeat;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}
	.a_txt .div3 ul li .a_txt2 {
		display: none
	}
	.a_txt .div3 ul li .a_txt2 a {
		height: 40px;
		line-height: 40px;
		font-size: 14px
	}
}

.wp1200 {
	width: 100%;
	margin: auto;
}

.wp1300 {
	width: 100%;
	margin: auto;
}


/*banner*/

.banner {
	margin-top: 39px;
}

.banner img {
	width: 100%;
}

.banner .swiper-pagination {
	text-align: center;
	bottom: .15rem;
	position: absolute;
	z-index: 4;
}

.banner .swiper-pagination-bullet {
	width: 60px;
	height: 5px;
	background: #ffffff;
	opacity: 1;
	border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
	background: #073c97
}

.container {
	/*width: 6.0rem;*/
	margin: 0 auto;
}
.wrap2{ width:100%; padding:0 2%;}

}
.head_ys{
	width: 100%;
	bottom: 50px;
position: absolute;
	z-index: 888;
}

.head_ys ul li{
    float: left;
    width: 47%;
    padding: 10px;
    margin-left: 2%;
    background: #f5f5f5;
    padding-left: 20px;
    height: 237px;
    margin-bottom: 20px;
}
.head_ys ul li h4{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin-top: 20px;
}
.head_ys ul li p{
	    margin-top: 7px;
	    height: 86px;
	    overflow: hidden;
	    font-size: 14px;
}
.section1{
	width: 100%;
	overflow: hidden;
}

.section1_nav{
	    width: 100%;
    overflow: hidden;
}

.section1_nav h4{
	    font-size: 24px;
    width: 100%;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.section1_nav ul{
	width: 100%;
	    margin: 20px auto;
	
}
.section1_nav ul li{
	float: left;
width: 160px;
height: 40px;
border-radius: 20px;
	margin-left: 12px;
}
.section1_nav ul li a{
	font-size: 14px;
	display: block;
	height: 40px;
	color: #000 ;
	line-height: 40px;
	text-align: center;
}
.section1_nav ul li:hover{
	background: #000000;
		
}
.section1_nav ul li:hover a{
	color: #fff;

}
.section1_nav ul li.hover{
	background: #000000;
}
.section1_nav ul li.hover a{
	color: #fff;
	
}

.section1_cont{
	clear: both;
	overflow: hidden;
	/*margin-top: 60px;*/
}
.section1_cont .section1_list{
	margin-top: 30px;
	overflow: hidden;
}
.section1_cont .section1_list ul li{
	float: left;
	    width: 48%;
    padding: 20px;
    height: 220px;
    margin-left: 4px;
	background: #f1f1f1;
	margin-bottom: 30px;
	  -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.section1_cont .section1_list ul li:hover{
	 -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);;
}
.section1_cont .section1_list ul li a{
	font-size: 14px;
	display: block;
		color: #000 !important;
	
}
.section1_cont .section1_list ul li p:nth-child(1){
	width: 146px;
    height: 114px;
    margin-left: 3px;
        /*margin-top: 30px;*/
}
.section1_cont .section1_list ul li img{
	 width: 146px;
}
.section1_cont .section1_list ul li p:nth-child(1) img{
    display: block;
    overflow: hidden;

}
.section1_cont .section1_list ul li p:nth-child(2){
	margin-top: 10px;
	font-size: 17px;
	text-align: center;
}
/**/

.pro_list2{
	   width: 98%;
    overflow: hidden;
}
.pro_list2 ul li{
	    float: left;
    height: 215px;
    margin-top: 10px;
    margin-bottom: 44px;
    width: 283px;
    margin-right: 4px;
}

.pro_list2 ul li{
	    float: left;
    height: 215px;
    margin-top: 10px;
    margin-bottom: 75px;
    width: 49%;
    margin-right: 4px;
}

.leftsidebar_box dt.hover{
	color: #e22c07 ;
}
.pro_list2 ul li a{
	display: block;
}
.pro_list2 ul li a img{
	display: block;
	width: 100%;
	height: 159px;
}

.pro_list2 ul li p{
	margin-top: 30px;
	text-align: center;
	font-size: 16px;
	padding-bottom: 20px;
	background: url(../img/pro_p.png) no-repeat bottom;
}
.pro_list2 ul li p:hover{
	color: #e22c07 ;
}
/*section2*/
.section2{
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
	background: #f1f1f1;
	padding-top: 30px;
	padding-bottom: 30px;
}

.title{
	text-align: center;
}

.title h4{
	color: #434a4f;
	font-weight: bold;
	font-size: 30px;
}
.title p{
	margin-top: 10px;
	font-size: 18px;
}

.pro_nav_box {
	margin-top: 20px;
	overflow: hidden;
}

.pro_nav_box ul {
	margin-top: 30px;
	width: 100%;
}

.pro_nav_box>ul>li {
	       height: auto;
	       padding-bottom: 20px;
    width: 49%;
    /* display: table-cell; */
    /* vertical-align: middle; */
    cursor: pointer;
    margin-left: 1px;
    transition: all .3s cubic-bezier(.4, 0, .2, 1), z-index 0s .12s;
    float: left;
}

.pro_nav_son {
	transition: all .3s cubic-bezier(.4, 0, .2, 1), z-index 0s .12s;
}

.pro_nav_son .pro_nav_t1 {
	background: #666666;
	height: 147px;
	text-align: center;
	border-left: 1px solid #747474;
	transition: all .12s cubic-bezier(.4, 0, .2, 1) .18s;
}

.pro_nav_son .pro_nav_t1 img {
	margin-top: 36px;
}

.pro_nav_son .pro_nav_t1 p {
	color: #ffffff;
	margin-top: 20px;
	font-size: 18px;
}

.pro_nav_son .pro_nav_t2 {
	height: 233px;
	padding: 30px;
	transition: all .12s cubic-bezier(.4, 0, .2, 1) .18s;
}
.about_t img{ width:100%; height:auto;}
.about_t {

    padding: 13px;
    }
.pro_nav_son .pro_nav_t2 p {
	
	font-size: 14px;
	line-height: 26px;
}

.pro_nav_son .bg1 {
	background: #e1e1e1;
}

.pro_nav_son .bg2 {
	background: #e8e8e8;
}

.pro_nav {
	height: 377px;
	padding: 30px;
	background: #ffffff;
	box-sizing: border-box;
	display: none;
}

.pro_t {
	color: #3c3b76;
	margin-bottom: 60px;
}

.pro_t a {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.pro_t a:hover {
	text-decoration: underline;
}

.pro_t p {
	font-size: 15px;
	padding-left: 40px;
	height: 30px;
	line-height: 30px;
	background: url(../img/hot.png) no-repeat left;
}

.pro_txt {
	margin-top: 30px;
}

.pro_txt h4 {
	font-size: 30px;
    font-weight: bold;
	height: 30px;	
}
.pro_txt span{
	margin-top: 20px;
	font-size: 16px;
	display: block;

}
.pro_txt .t_p1{
	height: 10px;
	width: 120px;
	margin-top: 30px;
	background: #000;
}
.pro_txt .t_p2{
	margin-top: 22px;
	font-size: 16px;
	line-height: 30px;
}

.pro_txt li a:hover {
	text-decoration: underline;
}

.pro_more {
	text-align: center;
	/*margin-top: 60px;*/
	width: 120px;
	height: 40px;
	color: #FFFFFF;
	display: block;
	line-height: 40px;
	border-radius: 20px;
	border: 1px solid #fff;
	background: #000000;
}

.pro_more:hover {
	background: #ff982a;
}

/*.pro_nav_box>ul>li:hover {
	width: 494px;
}

.pro_nav_box>ul>li:hover .pro_nav_t1 {
	display: block;
	background: #000000 !important;
}

.pro_nav_box>ul>li:hover .pro_nav {
	display: block;
}*/

.pro_mc {
	font-size: 24px;
	color: #3c3b76 !important;
}

.pro_more:hover {
	text-decoration: underline;
}
/*
.pro_nav_box>ul>li.hover {
	width: 494px;
}*/

.pro_nav_box>ul>li.hover .pro_nav_t2 {
	display: none;
}

.pro_nav_box>ul>li.hover .pro_nav {
	display: block;
}

/**/
.section3{
	margin-top: 40px;
}
.section3_ys{
	margin-top: 30px;
}
.section3_ys_txt{
	    width: 100%;
    height: 195px;
    padding: 13px;
	background: #f1f1f1;
}
.section3_ys_txt  h4{
	font-size: 36px;
		margin-top: 40px;
	margin-left: 20px;
	color: #000000;
}
.section3_ys_txt  p{
	font-size: 18px;
	color: #000000;
	margin-left: 20px;
	margin-top: 20px;
}

.xcx_con{
	margin-top: 20px;
        width: 100%;
}

.xcx_con {
	
	padding-left: 5px;
}

.xcx_con ul li {
width: 49%;
    height: 162px;
    float: left;
    margin-right:2px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.xcx_con ul li img{
	width: 100%;
}
.xcx_txt {
	width: 100%;
	height: 45px;
	background: rgba(0, 0, 0, 0.6);
height: 195px;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	}

.xcx_txt h3 {
	font-size: 15px;
	font-weight: 100;
	height: 45px;
	text-align: center;
/*	line-height: 45px;*/
	font-weight: bold;
	color:#fff;
}

.xcx_txt p {
	font-size: 13px;
	margin: 10px;
	line-height: 20px;
}
.section4{
	clear: both;
	overflow: hidden;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #f1f1f1;
	margin-top: 30px;
}

.about_box{
position: relative;
	margin-top: 30px;
}

.about_img a{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.about_img a img{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 0.5s;
}
.about_box a:hover img{
	transform: scale(1.1);
}

.about_txt{
	
	width: 100%;
	background: #fff;
	height: 320px;

	padding: 20px;
}

.about_txt h4{
	padding-top: 20px;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}
.about_txt p{
	margin-top: 20px;
	font-size: 15px;
	height: 138px;
	line-height: 30px;
}
.about_txt a{
	margin-top: 20px;
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: block;
	background: #000;
	color: #fff;
	border-radius: 20px;
}
/*bottom*/
.lfooter { width:100%; height:70px; background-color:#000000;  bottom:0px; margin-top:5px; }
.lfooter ul li { width:33.33%; height:auto; float:left; text-align:center; padding:10px 0px; }
.lfooter ul li a { color:#FFF; line-height:12px; font-size:12px;}


.back_top{ text-align:center;}
.back_top a{ display:inline-block; width:50px; height:40px; background:#bbb; overflow:hidden;}
.back_top a:hover{ background:#9c9c9c;}
.footer{ text-align:center; line-height:22px; color:#333; padding:5px 0; }
.public_mobile{display: block;position: relative;height: 50px;margin-bottom: 10px;}
.public_mobile_tit{ width:100%;margin:auto;display: inline-block;line-height: 50px;font-size: 16px;background:#000 url(../img/icon_mobile1.png) no-repeat center right; color:#fff; font-weight:bold;}
.public_mobile_tit p{ margin-left:10px;}
.sub_nav{display:none; width:100%; overflow:hidden;}
/**/
.public_mobile_hide{position: absolute;width: 100%;z-index: 2;top: 50px;display: none; left:0px;}
.public_mobile ul li{
	height: 60px;
	background: #f5f5f5;
margin-bottom: 2px;
    padding: 10px;
	}
.public_mobile ul li a{font-size:14px;line-height:60px;color:#4f4f4f; padding-left:25px;}
.public_mobile ul li a.on{ color:#c90000;}
.pro_ys2{
	margin-top: 20px;
	overflow: hidden;
}
/*zy_banner*/

.zy_banner {
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.about_cont{
	padding-top: 20px;
}

.about_t{
	padding-top: 30px;
}

.about_t p{
	font-size: 16px;
line-height: 40px;
}

.section_business {
	margin-top: 30px;
	width: 100%;
	background: #f5f5f5;
	padding-top: 30px;
	overflow: hidden;
	padding-bottom: 30px;
}

.about_tltle3 {
	padding-top: 30px;
}

.section_business ul {
	padding-top: 30px;
}

.section_business ul li {
    float: left;
    width: 100%;
    /* margin-left: 30px; */
    height: 394px;
    margin-bottom: 30px;
}

.section_business ul li p:nth-child(1) {
	padding-top: 30px;
	text-align: center;
	font-size: 25px;
	color: #4e4c4c;
}

.section_business ul li p:nth-child(2) {
	width: 120px;
	height: 2px;
	background: #00387D;
	margin: 20px auto;
}

.section_business ul li p:nth-child(3) {
	width: 80%;
	margin: 20px auto;
}


.section_sales {
	clear: both;
	margin-top: 30px;
	overflow: hidden;
}

.sales_box {
	margin-top: 30px;
}

.sales_fl {
	width: 500px;
	margin-top: 20px;
}

.sales_fl h4 {
	font-size: 36px;
	color: #04397c;
	margin-top: 60px;
}

.sales_fl p {
	font-size: 16px;
	line-height: 36px;
	margin-top: 30px;
}
.about_img2{
	width: 100%;
	overflow:hidden;
}
.about_img2 img{
	width: 100%;
	overflow:hidden;
}

.news-cd {
	width: 100%;
	padding-top: 30px;
	text-align: center;
}

.news-cd a {
	text-decoration: none;
	list-style: none;
	background: #e8edf1;
	font-size: 20px;
	color: #111111;
    width: 100%;
    margin-bottom: 20px;
	line-height: 60px;
	display: inline-block;
	padding: 0 8%;
	cursor: pointer;
}

.news-cd a:hover {
	background: #134586;
	color: #fff;
}

.news-cd .active {
	background: #134586;
	color: #fff;
}

.other_about {
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
}

.about_title {
	padding-top: 30px;
	text-align: center;
}

.about_title h5 {
	font-size: 30px;
	font-weight: bold;
	color: #cd411d;
}

.about_title p {
	width: 160px;
	height: 3px;
	margin: 20px auto;
	background: #0462a6;
}

.about_title span {
	font-size: 16px;
	color: #333;
}

.about_cont {
	line-height: 30px;
	font-size: 16px;
	margin-top: 20px;
}

.about_cont span {
	font-size: 16px;
}

.other_about2 {
	width: 100%;
	margin-top: 30px;
    padding-bottom: 30px;
	background: #F5F5F5;
}

.other_about2 ul {
	margin-top: 60px;
}

.other_about2 ul li {
	    width: 99%;
    /* padding-left: 20px; */
    padding: 10px;
    border-left: 10px solid #0462A6;
    height: 169px;
    margin-bottom: 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	background: #fff;
}

.other_about2 ul li:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	;
}

.other_about2 ul li h6 {
	font-size: 30px;
	color: #0462a6;
	padding-bottom: 20px;
}

.other_about2 ul li p {
	font-size: 16px;
	margin-left: 10px;
}

.other_about3_img {
	margin-top: 20px;
}

.about3_img_fl {
float: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
	display: block;
	overflow: hidden;
	transition: all 0.5s;
}

.about3_img_fl img {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	transition: all 0.5s;
}

.about3_img_fl:hover img {
	transform: scale(1.1);
}

.about3_img_fr {
	float: right;
   width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.about3_img_fr li {
	height: 100%;
	width: 100%;
	    margin-bottom: 30px;
}
.about3_img_fr li img{
	height: 100%;
		width: 100%;
	    margin-bottom: 30px;
}
.other_about4_img img{
	width: 100%;
}

/*新闻中心*/
}
.new{ margin-top:20px; overflow:hidden; }
.new .news-list{width:100%;background:#fff;height:220px;position:relative;border-bottom:1px solid #bfbfbf;}
.new .news-list dl{width:100%;margin:0 auto;padding-top:30px;padding-bottom:30px;}
.new .news-list dd{float:left;}
.new .news-list h1{font-size:48px;color:#bfbfbf;text-align:center;}
.new .news-list h2{font-size:18px;color:#000;font-weight:normal;}
.new .news-list h3{    height: 30px;
    overflow: hidden;
font-size:12px;color:#808080;font-weight:normal;margin-top:20px;padding-bottom:17px;border-bottom:1px #eee solid;line-height:26px;}
.new .news-list h4{font-size:12px;color:#bfbfbf;padding-top:14px;font-weight:normal;margin-left:8px;position:relative;background:url(../images/news1.jpg) no-repeat left bottom;text-indent:2em;}
.new .news-list h4 img{margin-right:8px;position:relative;top:4px;}
.new .news-list p{font-size:12px;color:#bfbfbf;text-align:center;padding-top:14px;}
.new .news-list:hover{background:#f5f5f5;}
.new .news-list:hover h1{color:#000 ;}
.new .news-list:hover h2{color:#v ;}
.new .news-list:hover h3{border-bottom:1px #000  solid;}
.new .news-list:hover h4{color:#000 ;background:url(../images/news2.jpg) no-repeat left bottom;}
.new .news-list:hover p{color:#000 ;}

.fy{margin-top:20px;padding-bottom:40px; clear: both;}
.fy a{font-size:12px;color:#808080;line-height:22px;padding:5px 10px;margin-right:20px;}
.fy1{border:1px solid #ccc;}
.fy a:hover{color:#fff;background:#000;}
/*新闻详情*/
.title4 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #333;
}

.newsshow-time
{    overflow: hidden;
    margin: 45px 0;
    padding: 15px;

    background: #f8f8f8;
}

.newsshow-time .newsshow-timel
{
    line-height: 28px;

    float: left;

    width: 50%;

    color: #a67c80 !important;
}

.newsshow-time .newsshow-timer
{
    float: right;

    width: 50%;
}

.newsshow-cont
{
    overflow: hidden;

    margin-bottom: 30px;
}

.newsshow-cont p
{
    font-size: 14px;
    line-height: 28px;
    /*padding-bottom: 30px;*/

    text-indent: 2em;

    color: #777;
}

.newsshow-pn
{
    padding: 30px 25px;
overflow: hidden;
    border: 1px solid #eee;
    background: #f8f8f8;
}

.newsshow-pnl
{
    font-size: 14px;
    line-height: 28px;

    float: left;

    width:100%;
}

.newsshow-pnl p
{
    color: #333;
}

.newsshow-pnr
{
    float: right;

    width: 100%;
    padding-top: 2%;
}

.bdsharebuttonbox
{
    float: right;
}
.main{
	overflow: hidden;
    margin-top: 20px;
}
.main img{
	max-width: 90%
}

/**/


/*other_pro_cont*/

.other_pro_cont {
	margin-top: 30px;
	overflow: hidden;
	width: 100%;
}

.xq_nav {
	margin-bottom: 30px;
	overflow: hidden;
}

.xq_nav ul li {
	width: 49%;
	float: left;
	height: 60px;
	line-height: 60px;
	border-bottom: 5px solid #e7e7e7;
}

.xq_nav ul li p {
	text-align: center;
	font-size: 20px;
	cursor: pointer;
}

.xq_nav ul li:hover {
	border-bottom: 5px solid #0462A6;
}

.xq_nav ul li.hover {
	border-bottom: 5px solid #0462A6;
}

.xq_nav ul li.hover p {
	color: #0462A6;
}

.xq_box {
	margin-top: 30px;
}

.xq_list h5 {
	font-size: 20px;
	padding-left: 30px;
	background: url(../img/incon.png) no-repeat left center;
}

.xq_nr {
	margin-top: 20px;
}

.xq_nr p {
	font-size: 16px;
	line-height: 30px;
}

.xq_nr table {
	border-collapse: collapse;
	width: 100% !important;
	height: auto;
}

.xq_nr table td {
	border: 1px solid #cad3de;
	/*height: 30px !important;
	line-height: 60px  !important;*/
	text-align: center;
}

.xg_img {
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.xg_img h5 {
	font-size: 20px;
	color: #0462A6;
}


/*solution_box*/

.solution_box {
	margin-top: 30px;
}

.solution_left {
	width: 300px;
	padding: 20px;
	background: #f5f5f5;
}

.solution-title {
	/*background: #785051;*/
	position: relative;
	top: 20px;
}

.solution-title span,
.solution-titleb {
	display: block;
	text-align: center;
	font-weight: bold
}

.solution-title span {
	font-size: 24px;
	font-weight: bold;
	color: #bc9697;
	text-transform: Uppercase;
}

.solution-title b {
	font-size: 24px;
	color: #134586;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	letter-spacing: 2px;
}

.solution_nav {
	border-top: 1px dashed #605858;
	padding-bottom: 30px;
	border-bottom: 1px dashed #785051;
	margin-top: 47px;
}

.pro_left_nav1 {
	background: url(../img/p_category_li.png) no-repeat left center;
	text-align: right;
	text-indent: 40px;
	margin-top: 30px;
}

.pro_left_nav1 a {
	font-size: 18px;
	color: #666;
	font-weight: bold;
}

.pro_left_nav1 a:hover {
	color: #785051;
}

.pro_nav2 li {
	text-align: right;
	line-height: 40px;
	height: 40px;
}

.pro_nav2 li a {
	text-align: right;
	height: 40px;
	color: #000;
	font-size: 14px;
}

.pro_nav2 li a:hover {
	color: #134586;
}

.pro_left_nav2.on a {
	color: #134586;
	font-weight: bold;
}

.contact-tel {
	margin-top: 20px;
	background: url(../img/cont-bg.jpg) no-repeat center center;
	text-align: center;
	height: 160px;
	text-align: center;
}

.contact-tel span,
.contact-tel b {
	display: block;
	color: #fff
}

.contact-tel span {
	font-size: 16px;
	background: url(../img/tel2.png) no-repeat center top 20px;
	padding-top: 80px;
}

.contact-tel b {
	font-size: 36px;
	font-family: Impact;
}

.solution_fr {
	width: 100%;
	margin-top: 0px;
}

.solution_fr .solution_fr_ul li {
	float: left;
    width: 50%;
    height: 221px;
    margin-bottom: 4px;
    margin-right: 0px;
}

.solution_fr .solution_fr_ul li .solution_img {
	    width: 97%;
    height: 155px;
    display: block;
    overflow: hidden;
}

.solution_fr .solution_fr_ul li .solution_img img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.solution_fr .solution_fr_ul li .solution_img:hover img {
	transform: scale(1.1);
}

.solution_fr .solution_fr_ul li .section1_pro_txt {
	height: 40px;
	background: #f5f5f5;
	text-align: center;
	color: #4c4747;
	    width: 97%;
}

.solution_fr .solution_fr_ul li .section1_pro_txt p {
	line-height: 40px;
	font-size: 16px;
}

.solution_fr .solution_fr_ul li .section1_pro_txt:hover {
	background: #134586;
}

.solution_fr .solution_fr_ul li.section1_pro_txt:hover p {
	color: #fff;
}

.box {
	width: 100%;
	padding-bottom: 40px;
}

.box-hd {
	margin-top: 30px;
	padding: 30px 0;
	text-align: center;
}

.box-hd p:first-child {
	font-size: 36px;
	color: #333;
	font-weight: bold;
}

.box-hd p:last-child {
	font-size: 18px;
	color: #999;
	line-height: 40px;
}

.box-bd ul li {
	float: left;
	margin-right: 27px;
	width: 350px;
	height: 310px;
	border: 1px solid #ddd;
	border-top: 12px solid #134586;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.box-bd ul li:hover {
	background: #134586;
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
}

.box-bd ul li:hover p {
	color: #fff !important;
}

.box-bd ul li:last-child {
	margin-right: 0;
}

.box-bd ul li p:first-child {
	height: 120px;
	line-height: 120px;
	font-size: 30px;
	color: #b7382d;
	border-bottom: 1px solid #ddd;
}

.box-bd ul li p:last-child {
	font-size: 18px;
	color: #666;
	margin-top: 50px;
}

.s-page {
	padding-top: 40px;
	margin-bottom: 30px;
}

.p1Page2 {
	clear:both ;
	margin: 0 auto;
	height: 44px;
	font-size: 16px;
	color: #535353;
}

.page {
	line-height: 44px;
	text-align: center;
}

.page li {
	display: inline-block;
}

.page a {
/*	margin: 0 5px;*/
	display: inline-block;
	    padding: 0 14px 0 14px;
	background: #ececec;
	color: #777777;
}

.page a:hover {
	background: #0166ba;
	color: #fff;
}

.page a.on {
	background: #000000;
	border-color: #000000;
	color: #FFF;
	padding: 0 20px 0 20px;
	color: #fff;
}

.page a.on:hover {
	background: #0166ba;
	color: #fff;
}

.page a.on1 {
	background: #ffffff;
	border-color: #f3c800;
	color: #535353;
	padding: 0 20px 0 20px;
}

.page a.page_turn:hover {
	background: #0166ba;
	border-color: #3BA2E3;
	color: #FFF;
	box-shadow: 1px 1px 3px #CCC;
}


/*solution_cont*/

.solution_fr_t {
	width: 100%;
	padding: 10px;
	background: #F5F5F5;
}

.solution_cont {
	overflow: hidden;
}

.solution_fr_t h5 {
	font-size: 20px;
}

.solution_fr_t p {
	margin-top: 20px;
	font-size: 14px;
	line-height: 30px;
}

.solution_cont2 {
	margin-top: 30px;
}

.solution_cont2 p {
	font-size: 16px;
	line-height: 30px;
}

.son-menu p{
	height: 6rem;
	background: #08459c url(../img/icon2.png) no-repeat right 1rem center;
	line-height: 6rem;
	padding: 0 1rem;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	border-bottom: 1px solid #fff;
}
.son-menu ul{
	display: none;
	background: #eeeeee;
}
.son-menu ul li{
	height: 6rem;
	line-height: 6rem;
	border-bottom: 1px dashed #fff;
	padding: 0 1rem;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background: url(../img/icon-menu.png) no-repeat right 1rem center;
}
.son-menu ul li:last-child{
	border-bottom: 1px solid #fff;
}
.son-menu ul li a{
	display: block;
	color: #000;
	font-size: 18px;
}
.son-second-menu{
	padding: 1rem 1rem 0;
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.son-second-menu ul li{
	float: left;
	width: 49%;
	height: 2.5rem;
	line-height: 2.5rem;
	border: 1px solid #08459c;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
	border-radius: 3rem;
	margin-bottom: 1rem;
	overflow: hidden;
}
.son-second-menu ul li:nth-child(odd){
	float: left;
}
.son-second-menu ul li:nth-child(even){
	float: right;
}
.son-second-menu ul li a{
	display: block;
	font-size: 1rem;
	color: #666;
}
.son-second-menu ul li.hover{
	background: #08459c !important;
}
.son-second-menu ul li.hover a{
	color: #fff;
}
/**/

@media (max-width: 640px) {
	#banner {
		margin-top: 43px;
	}
}

@media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio:2) {
	#banner {
		margin-top: 43px;
	}
}

@media screen and (max-width: 768px) and (min-width: 0px) {
	#banner {
		margin-top: 43px;
	}
}


}

