li{
	list-style: none;
}
ul{
	margin:0;
	padding:0;
}
img{
	cursor: pointer;
}
div{
	box-sizing: border-box;
}
#LRfloater1 td{
	border:none !important;
}
.box{
	box-sizing: border-box;
}
.clear{
	clear: both;
}
.common_header{
	background: #041426;
}
.common_header a{
	color:#fff;
}
.common_header_row1 p:first-child{
	float: left;
	margin-left:15px;
}
.common_header_row1 p:last-child{
	float: right;
	margin-right:35px;
}
.common_header_row1 p:last-child a:first-child img{
	width:18px;
	height:17px;
}
.common_header_row1 p:last-child a:nth-child(2) img{
	width:18px;
	height:16px;
}
.common_header_row1 p:last-child a:nth-child(3) img{
	width:15px;
	height:18px;
}
.common_header_row1 p:last-child  a{
	margin:0 5px;
}
.common_header_row1 p:last-child  a span:last-child{
	position:relative;
	top:2px;
}
.common_header_row1 p{
	margin:10px 0;
}
.common_header_row1 p:last-child  a:hover{
	color:#0974EC
}

.container_2{
    padding: 20px 15px;
    box-sizing: border-box;
}

.common_logo>a{
	float:left;
    width: 319px;
    height: 70px;
}

.common_logo>a img{
	width:100%;
	height:100%;
}

.common_tittle{
	float: left;
	width:320px;
	height:40px;
	margin-top:15px;
	border-left:1px solid #0974EC;
    padding-left: 10px;
}
.common_tittle>img{
	
	width:100%
}
.common_tittle p:first-child{
	color:#0974EC;
}
.common_hotline{
	float:right;
	width:300px;
}
.common_hotline_l{
	float: left;
    position: relative;
    top: 17px;
}
.common_hotline_l img{
	width:50px;
	height:40px;
}
.common_hotline_r{
	margin-top:0px;
}
.common_hotline_r p{
	margin:0;
}
.common_hotline_r p:first-child{
	font-size: 14px;
	color:#B0B0B0;
	margin-left:60px;
}
.common_hotline_r p:not(first-child){
	font-size: 24px;
	margin-left:60px;
	color:#0974EC;
}
.container_3{
	background: #0974EC;
	position:relative;
	cursor: pointer;
}
.container_3>.container{
	box-sizing: border-box;
}
.container_3_shadow{
    width: 100%;
	height:50px;
	opacity: 0;
	background: rgba(255,255,255,.4);
    position: absolute;
	top:50px;
	z-index: 9;
    transition: all .3s;
}

.container_3 a{
	color:#fff;
}
.common_ul{
	margin-bottom: 0;
	padding: 0;
}
.common_ul::after{
	content:"";
	display:block;
	clear:both;
}
.common_ul>li{
	float: left;
	width: 12.5%;
    text-align: center;
   height: 50px;
    line-height: 50px;
    cursor: pointer;
    position: relative;
    
}
.common_ul>li>ul::after{
	content: "";
	display: block;
	clear: both;
}
.common_ul>li>ul{
	padding-left: 45px;
	position: absolute;
	width:800px;
	z-index: 10;
	display: none;
	transition: all .3s;
}
.common_ul>li:hover>ul{
	display: block;
}
.common_ul>li>ul>li a{
	color:#333;
}
.common_ul>li>ul a:hover{color:#0974EC}
.common_ul>li>ul>li{
	float:left;
	margin-right: 10px;
}

.common_ul>li a{
	display: inline-block;
	width:100%;
	height:100%;
}
.active{
	background: #60C702;
}
.common_topImg{
	width:100%;
	height:400px;
}

.common_topImg>img{
	width:100%;
	height:400px;
}
.common_nav{
	border-bottom: 1px solid #EAEAEA;
}
.common_nav1{
	height:50px;
	line-height: 50px;
}
.common_nav1>h3{
	float: left;
	margin:0;
	color:#555;
	border-left:2px solid #0974EC;
	position:relative;
	top:12px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: bold;
	padding-left:10px;
}
.common_nav1>p{
	float:right;
	margin:0;
	color:#666;
}
.common_nav1>p a{
	color:#666;
    margin: 0 2px;
}
.common_nav1>p a:nth-child(2){
	margin-right: 5px;
}
.common_nav1>p img{
	width:24px;
	height:26px;
}
.common_nav1>p>span:first-child{
	margin-right: 5px;
}
.common_nav1>p a:hover{
	color:#0974EC
}


/*banner*/
.index_bgImg{
	width:100%;
	height:auto;
	position: relative;
    overflow: hidden;
}
.index_bgImg>.swiper-container{
	width:100%;
	height: 100%;
}

.index_bgImg img{
	width:100%;
	height:100%;
}
.index_content{
	position: absolute;
	left:20%;
	top:100px;
	z-index: 2;
	display: none !important;
}
.index_content div:first-child{
	width:350px;
	height:75px;
}
.index_content div:first-child img{
	width:100%;
	height:100%;
}
.index_content div:nth-child(2){
	font-size: 18px;
	color:#333;
    padding-left: 10px;
}
.index_content div:nth-child(2) span{
	color:#999
}
.index_content div:nth-child(3){
	background: #262725;
	font-size: 34px;
	font-weight: bold;
	color:#fff;
	padding:5px 10px;
	border-radius: 10px;
}
.index_content div:nth-child(3) span{
	color:#70B92D
}
.index_content>ul>li a{
	color:#666;
}
.index_content>ul{
	padding:0;
    margin-top: 30px;
}
.index_content>ul::after{
	content: "";
	display: block;
	clear: both;
}
.index_content>ul>li{
	width:80px;
	text-align: center;
	float: left;
}
.index_content>ul>li:not(:last-child){
	margin-right: 65px;
}
.index_content>ul>li img{
	width:80px;
	height:80px;
}

/*热门搜索*/
.common_search{
	margin-top:15px ;
	margin-bottom:15px ;
	
}
.common_search_row1>div{
	box-sizing: border-box;
}
.common_search1{
    height: 32px;
    line-height: 32px;
    font-size: 12px;
}
.common_search1 a{
	color:#666;
}
.common_search1 li{
	display: inline-block;
}
.common_search1 li:not(:last-child)::after{
	content:"|";
	margin:0 5px;
}

.common_search2{
	position: relative;
	
}
.common_search2 input{
	width: 100%;
	box-sizing: border-box;
	padding:5px 0 5px 5px;
	border:1px solid #E4E4E4;
	color:#999;
	border-radius: 15px;
	
	outline: none;
}
.common_search2 .search_img{
	width:75px;
	height:32px;
	text-align: center;
	position: absolute;
	right: 17px;
	top:0;
	background: #60C702;
	border-radius: 15px;
}








/*公共底部样式*/
.common_footer1{
	background: #0059BD;
}
.common_footer1 a{
	color:#fff;
}
.common_footer1 a:hover{
	color:#0974EC;
}
.common_footer1>.container>.row>.col-sm-12{
	box-sizing: border-box;
}
.common_links{
	color:#fff;
	font-weight: bold;
	float:left;
    height: 40px;
    line-height: 40px;
	margin-bottom: 0;
	    width: 80px;
}
.common_footer1_ul{
	margin-bottom: 0;
	float:left;
	padding:0;
	width: calc(100% - 80px);
}
.common_footer1_ul li{
	float:left;
    margin: 0 10px;
    height: 40px;
    line-height: 40px;
}
.common_footer2{
	background: #041426;
	color:#fff;
	border-bottom: 1px solid #243342;
}
.common_footer2 a{
	color:#aaa;
    font-size: 13px;
}
.common_footer2 a:hover{
	color:#0974EC;
}
.common_footer2_ul{
    padding: 35px 0 0;
}
.common_footer2_ul::after{
	content: "";
	display: block;
	clear: both;
}
.common_footer2_ul ul{
	padding:0;
}
.common_footer2_ul .common_footer_line{
	width:20px;
	height:2px;
	background: #fff;
}
.footer_links{
	padding:0;
}
.common_footer2_ul>li{
	float:left;
	width:25%;
    height: 220px;
    margin-bottom: 10px;
}

.common_footer2_ul>li:first-child{
	display: none;
}
.common_footer2_ul>li:nth-child(5){
	display: none;
}
.common_footer2_ul>li:nth-child(6){
	display: none;
}
.common_footer2_ul>li:nth-child(7){
	display: none;
}
.common_footer2_ul>li>p{
	margin-top:10px;
	font-size: 14px;
    margin-bottom: 20px;
    font-weight: bold;
}
.common_footer2_ul>li>ul>li{
	margin:5px 0;
}
.footer_img{
    padding: 35px 0 0 0;
}
.footer_img::after{
	content:"";
	display: block;
	clear: both;
}
.footer_img img{
	width:91px;
	height:91px;
}
.footer_img img:first-child{
	float: left;
}
.footer_img img:last-child{
	float: right;
}
.footer_hotline{
    padding: 60px 0px 0 90px;
	box-sizing: border-box;
	position: relative;
}
.footer_hotline h3{
	margin-top:0;
}
.footer_hotline>img{
	width:48px;
	height:48px;
	position: absolute;
	left: 25px;
    bottom: 13px;
}
.common_footer3{
	background: #041426;
	color:#aaa;
	/*height: 40px;*/
    line-height: 40px;
}
.common_footer3 a{
	color:#aaa;
	font-size: 13px;
}
.common_footer3 a:hover{
	color:#0974EC;
}
.common_footer3_txt::after{
	content: "";
	display: block;
	clear: both;
}
.common_footer3_txt{
	padding:0;
}
.common_footer3_txt p{
	margin:0;
	font-size: 13px;
}
.common_footer3_txt p:first-child{
	float: left;
}
.common_footer3_txt p:last-child{
	float: right;
    margin-right: 45px;
}


.mobile_ulList {
    width: 100%;
    position: fixed;
    top: 70px;
    z-index: 100;
    background: #fff;
    display: none;
    padding: 0;
}
.mobile_ulList a {
    color: #666;
}
.mobile_ulList>li {
    box-sizing: border-box;
    padding: 0 15px;
    margin: 10px 0;
    transition: all .3s;
    position: relative;
    cursor: pointer;
}
.mobile_ulList>li>ul>li:hover {
    background: #CD281E;
}
.mobile_ulList>li>ul>li:hover a{
    color:#fff;
}
.mobile_ulList>li>span {
    float: right;
    margin-right: 15px;
    transition: all .3s;
}
.mobile_ulList>li img {
    width: 18px;
    height: 18px;
}
.mobile_ulList>li>ul {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    display: none;
    font-size: 13px;
}
.mobile_ulList>li>ul>li {
    margin: 5px 0;
    transition: all .3s;
}



.mobile_ulList>li {
    box-sizing: border-box;
    padding: 0 15px;
    margin: 10px 0;
    transition: all .3s;
    position: relative;
    cursor: pointer;
}
.mobile_ulList a {
    color: #666;
}



.mobile_nav{
	display: none;
}


.common_tabs {
    position: fixed;
    right: -100px;
    bottom: 150px;
    transition: all .5s;
    z-index: 100;
    display: none;
}
.common_tabs_show {
    right: 0;
}
.common_tabs>ul>li {
    width: 78px;
    height: 78px;
    text-align: center;
    background: #fff;
    border: 1px solid transparent;
    position: relative;
    margin-bottom: 1px;
}
.common_tabs a {
    color: #666;
}
.common_tabs>ul>li a p:first-child {
    margin-top: 10px;
}
.common_tabs>ul>li img {
    width: 37px;
    height: 30px;
}
#erweima {
    width: 200px;
    height: 200px;
    position: absolute;
    right: -200px;
    top: 0;
    transition: all .5s;
}
.common_tabs>ul>li:hover #erweima {
    right: 0;
}
.mobile_foot{
	display: none;
}
.wx_model{
	display: none;
}
@media screen and (min-width:992px ) and (max-width:1200px) {
	/*头部*/
	.common_logo>a {
	    width: 259px;
	    height: 70px;
	}
	.common_tittle {
	    width: 260px;
	    height: 40px;
	}
	.common_topImg {
	    height: 270px;
	}
	.common_topImg>img {
	    height: 270px;
	}
	/*头部*/
	
	/*底部*/
	.common_footer2_ul>li {
	    float: left;
	}
	
	.footer_img{
		display: none;
	}
	.footer_hotline {
	    padding: 40px 0px 0 80px;
	}
	.common_tabs{
		display: block;
	}
	.footer_hotline h3{
		font-size: 20px;
	}
	/*底部*/
}

@media screen and (min-width:769px ) and (max-width:991px) {
	/*头部*/
	.common_logo>a {
	    width: 209px;
	}
	.common_tittle {
	    width: 220px;
	}
	
	.common_hotline {
	    width: 210px;
	}
	.common_topImg {
	    height: 225px;
	}
	.common_topImg>img {
	    height: 225px;
	}
	.footer_hotline h3{
		font-size: 15px;
	}
	/*头部*/
	
	
	/*底部*/
	.footer_hotline {
	    padding: 40px 0px 0 80px;
	}
	.footer_hotline h3 {
	    margin-top: 0;
	    font-size: 18px;
	}
	.footer_img{
		display: none;
	}
	.footer_hotline>img {
	    width: 36px;
	    height: 36px;
	    left: 30px;
	    bottom: 15px;
	}
	.common_tabs{
		display: block;
	}
	/*底部*/
}

@media screen and (max-width:768px) {
	/*头部*/
	.common_header{
		display: none;
	}
	.container_2{
		display: none;
	}
	.container_3{
		display: none;
	}
	.mobile_nav{
		display: block;
	}
	
	.mobile_nav_fixed {
	    position: fixed;
	    left: 0;
	    top: 0;
	    z-index: 10;
	    background: #fff;
	    border-bottom: 1px solid #aaa;
	}
	.mobile_nav{
		display: block;
		width:100%;
		height:70px;
		transition: all .3s;
	}
	.mobile_nav>a {
	    width: 150px;
	    height: 50px;
	    float: left;
	}
	.mobile_nav>a>img {
	    width: 100%;
	    height: 100%;
	}
	
	.mobile_nav>div {
	    float: right;
	    display: inline-block;
	    width: 48px;
	    height: 40px;
	    background: #fff;
	    border: 1px solid #DDDDDD;
	    border-radius: 5px;
	    margin: 10px 10px 0 0;
	    box-sizing: border-box;
	    padding: 10px;
	    cursor: pointer;
	    transition: all .3s;
	}
	.mobile_nav>div>.icon-bar {
	    display: block;
	    width: 22px;
	    height: 2px;
	    background: #888;
	    margin: 0 auto;
	}
	.mobile_nav>div>.icon-bar:nth-child(2) {
	    margin: 5px auto;
	}
	.common_topImg {
	    height: 200px;
	}
	.common_topImg>img {
	    height: 200px;
	}
	/*头部*/
	
	
	/*底部*/
	.common_footer1{
		display: none;
	}
	
	.common_footer2{
		display: none;
	}
	.common_footer3{
		display: none;
	}
	.mobile_foot{
		display: block;
	}
	.wx_model{
		display: block;
	}
	.mobile_foot {
	    width: 100%;
	    height: 48px;
	    overflow: hidden;
	    background: rgba(0,0,0,.9);
	    position: fixed;
	    bottom: 0;
	}
	.mobile_foot>ul {
	    width: 100%;
	    padding:0;
	    padding-top: 2px;
	    z-index: 100;
	}
	.mobile_foot>ul li {
	    display: inline-block;
	    width: 24%;
	    text-align: center;
	}
	.mobile_foot a {
	    color: #fff;
	}
	.mobile_foot>ul li a p {
	    margin: 0;
	}
	.mobile_foot>ul li a p:first-child {
	    margin-bottom: 5px;
	}
	
	.mobile_foot img {
	    width: 20px;
	    height: 20px;
	}
	/*底部*/
	
	/*微信模态框*/
	.wx_model {
	    width: 100%;
	    height: 100%;
	    background: rgba(0,0,0,.6);
	    position: fixed;
	    top: 0;
	    left: 0;
	    display: none;
	    z-index: 1003;
	    cursor: pointer;
	}
	.wx_model_img {
	    width: 50%;
	    height: 30%;
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    z-index: 101;
	    transform: translate(-50%,-50%);
	}
	.wx_model_img img {
	    width: 100%;
	    height: 100%;
	}
	.common_nav1>h3{
		display: none;
	}
	.common_nav1>p {
	    float: left;
	}
	.app_qq{
		position: relative;
		top:60px;
	}
}

/*分页*/
.pagination{
	overflow:hidden;
	text-align:center;
	margin-top:30px;
	width: 100%;
}
.pagination a,.pagination span{
	display:inline-block;
	border:#ddd7d7 1px solid;
	padding:5px 10px;
	background:#fff;
	margin:0px 5px;
}
.pagination a:hover,.pagination span:hover,.pagination .current{
	background:#0059BD;
	color:#fff !important;
}
.app_qq img{
	z-index: 99;
}


/*百度信誉*/
#bds-credit-pop{
	display: none !important;
}


/*在线咨询*/
#newBridge .icon-right-center{
	top:540px !important;
}


/*免费电话咨询*/
#LXB_CONTAINER .lxb-pos-right{
		top:580px !important	;

}
#LXB_CONTAINER_SHOW .lxb-container-btn-show-1001-right{
		z-index: 99;
	    top: 580px !important;
}


@media screen and (max-width:1300px ) {
	/*在线咨询*/
	#newBridge .icon-right-center{
		top:410px !important;
	}
	
	
	/*免费电话咨询*/
	#LXB_CONTAINER .lxb-pos-right{
			top:450px !important	;
	
	}
	#LXB_CONTAINER_SHOW .lxb-container-btn-show-1001-right{
			z-index: 99;
		    top: 450px !important;
	}
}