@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, p, blockquote, pre, form, fieldset, legend, input, button, textarea, hr, span {
	margin: 0;
	padding: 0;
}
html {font-size: 62.5%;/*10 ÷ 16 × 100% = 62.5%*/}
body {font-size: 1.4rem;/*1.4 × 10px = 14px */}

body {
	font-family: "Microsoft YaHei" ! important;
	color: #000000;
	background: #fff;
	margin: 0 auto;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #333;
	outline: none;
}
a:active {
star:expression(this.onFocus=this.blur());
}
img {
	max-width:100%;
	border: 0px;
	vertical-align: middle;
}

li {
	list-style: none;
}

a:link{text-decoration:none; } 

a:visited{text-decoration:none; }

a:hover{text-decoration:none;}

a:active{text-decoration:none;}


*{
	outline: none
}



.top{
	
/* border-top: 3px solid #3F90EB; */
background: #f8f8f8
}
.top .h1tit{
	
float: left;
	
line-height: 40px;
	
font-size: 14px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
color:rgba(153,153,153,1);
}
.top .rigt{
	
float: right;
	
/* width: 306px; */
	
height: 40px;
	
/* background:rgba(63,144,235,1); */
	
/* border-radius:0px 0px 12px 12px; */
	
text-align: center;
	
line-height: 40px;
	
font-size: 14px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
/* text-decoration:underline; */
	
color:rgba(255,255,255,1);
	
font-size: 14px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
color:rgba(135,135,135,1);
}
.top .rigt a{
	
font-size: 14px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
/* text-decoration:underline; */
	
color:rgba(255,255,255,1);
	
margin: 0px 10px;
	
font-size: 14px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
color:rgba(135,135,135,1);
}
.top .rigt a:hover{
	text-decoration: underline;
}

.head{
	
}
.head .logo{
	
float: left;
	
padding: 10px 0px;
}
.head .logo img{
	
}
.head .tel{
	
float: right;
	
padding-left: 52px;
	
background: url(../images/tel.png) no-repeat left 4px;
	
margin-top:20px;
	
display: inline-block;
}
.head .tel .tit{
	
letter-spacing: 3px;
}
.head .tel .num{
	
font-size: 30px;
	
color: #2b6bcc;
	
font-weight: bold;
}


.pc{
	display: block;
}
.wap{
	display: none;
}

.nav_list{
		
background:#2c2d31;
}
.nav_list li{
	
position: relative;
	
float: left;
	
width: 12.5%;
	
text-align: center;
}
.nav_list li .h2tit{
	position: relative;
}
.nav_list li .h2tit a{
	
display: block;
	
line-height: 50px;

	
font-size: 15px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
color:rgba(255,255,255,1);
}
.nav_list li dl{
	
position: absolute;
	
left: 0px;
	
top: 50px;
	
width: 100%;

top: 60px;
z-index: -1;
visibility: hidden;
opacity: 0;
}
.nav_list li:hover dl{
top: 50px;
z-index: 333;
visibility: visible;
opacity: 1;	
}


.nav_list li:hover .h2tit a{
	background:#2b6bcc;
}
.nav_list li.current .h2tit a{
	background:#2b6bcc;
}





.nav_list li dl dd{
		
background: #2c2d31;
}
.nav_list li dl dd a{
	
display: block;
	
line-height: 50px;
	
color: #fff;
	
font-size: 14px;
color: 	#fff;

}
.nav_list li dl dd a:hover{
	


}



.nav_list *{
	-webkit-transition:all 0.2s;
-o-transition:all 0.2s;
-moz-transition:all 0.2s;
-ms-transition:all 0.2s;
transition:all 0.2s;

}


.banner{
	position: relative;
}
.banner .owl-theme .owl-controls{
	position: absolute;
	left: 0px;
	bottom:20px;
	width: 100%;
	margin: 0px;
}

.banner .owl-theme .owl-controls .owl-page span{
	opacity: 1;
	background: #ccc;
	opacity: .7;

}
.banner .owl-theme .owl-controls .owl-page.active span{background: #0077CB;opacity: 1;/* background:rgba(160,105,255,1); */}
.banner img{
	display: block;
	width: 100%;
}



.main{
	
}
.main .search{
	height: 80px;
	border-bottom: 1px solid #ebebeb;
}
.main .search .keywords{
	float: left;
	width: calc(100% - 334px);
	overflow: hidden;
}
.main .search .keywords .title{
	float: left;
	width: 110px;
	line-height: 80px;
}
.main .search .keywords .title strong{
font-size: 14px;
color: #17326A;
}
.main .search .keywords .left{
	float: left;
	width: calc(100% - 110px);
	line-height: 80px;
}
.main .search .keywords .left a{
	font-size: 14px;
	color: #999999;
	margin-right: 20px;
}
.main .search .keywords .left a:hover{
text-decoration: underline;
color: #0077CB;
}
.main .search .keywords .left b{
	width: 40px;
	text-align: center;
	color: #999;
	line-height: 60px;
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	display: none;
}
.main .search *{


-webkit-transition:all 0.2s;
-o-transition:all 0.2s;
-moz-transition:all 0.2s;
-ms-transition:all 0.2s;
transition:all 0.2s;

}
.main .search .search_words{float: right;padding-top: 23px;}
.main .search .search_words form{
	width: 310px;
	height: 30px;
	background:rgba(232,232,232,1);
	border-radius:20px;
	display: block;
	position: relative;
	border-radius: 300px;
	overflow: hidden;
}
.main .search .search_words form select{
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 40px;
	left: 19px;
	font-size:14px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(23,50,106,1);
	width: 60px;
	padding: 0px;
	line-height: 30px;
	left: 0;
	height: 30px;
	text-align: center;
	color: #fff;
	border: none;
	background: #2c2d31;
	border-radius: 30px 0px 0px 30px;
	padding-left: 8px;
}
.main .search .search_words form .words{
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	background: none;
	text-indent: 74px;
	font-size:14px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color: #;
	background: #f8f8f8;
}
.main .search .search_words form .send{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 38px;
	height: 30px;
	right: 0;
	top: 0;
	background: none;
	border: none;
	cursor: pointer;
	background: url(../images/search.png) no-repeat center center;
}
*{
	outline: none;
}


.titlemodel{
	
text-align: center;
}
.titlemodel .cn{
	
font-size: 30px;
	
font-weight: bold;
}
.titlemodel .cn strong{
	
color: #2566e7;
}
.titlemodel .desc{
	
line-height: 30px;
	
font-size: 15px;
	
margin-top: 9px;
	
background: url(../images/title.png) no-repeat center center;
	
color: #ccc;
}
.sec_c1{
	
padding-top: 55px;
	
padding-bottom: 55px;
}
.sec_c1 .tab{
	
padding-top: 60px;
	
text-align: center;
}
.sec_c1 .tab .hd{
	
padding-bottom: 49px;
}
.sec_c1 .tab .hd ul{
	
display: inline-block;
}
.sec_c1 .tab .hd ul li{
	
float: left;
}
.sec_c1 .tab .hd ul li a{
	
width: 116px;
	
display: block;
	
line-height: 30px;
	
color: #666;
	
margin: 0px 28px;
}
.sec_c1 .tab .hd ul li a:hover{
color:#fff;
background:#d7241f
}
.sec_c1 .tab .hd ul li a.current{
color:#fff;
background:#2c2d31
}
.sec_c5 .block_1 .left li a .tit:hover,.sec_c5 .block_2 li .title a:hover{
	color: #2e6ad2
}



.sec_c1 .tab .bd{
	
}
.sec_c1 .tab .bd .model{    overflow: hidden;}
.sec_c1 .tab .bd .model .list{
	
}
.sec_c1 .tab .bd .model .list ul{
	
}
.sec_c1 .tab .bd .model .list ul li:nth-child(3n){
	margin-right:0px;
}
.sec_c1 .tab .bd .model .list ul li{
	
float: left;
	
width: 32%;
	
margin-right:1%;
	
margin-bottom: 2%;
}
.sec_c1 .tab .bd .model .list ul li .imgbox{
	
height: 0;
	
position: relative;
	
width: 100%;
	
padding-bottom: 80%;
	
overflow: hidden;
}
.sec_c1 .tab .bd .model .list ul li .imgbox img{
	
display: block;
	
width: 100%;
	
height: 100%;
	
left: 0;
	
position: absolute;
	
top: 0;
	
width: 100%;
}
.sec_c1 .tab .bd .model .list ul li .title{
	
}
.sec_c1 .tab .bd .model .list ul li .title a{
	
display: block;
	
margin-top: 17px;
	
color: #666;
	
margin-bottom: 6%;
}
.sec_c1 .tab .bd .model .list ul li .title a:hover{
	color: #2367a4
}
.sec_c1 .tab .link{
	text-align: center;
}
.sec_c1 .tab .link a{
	
display: inline-block;
	
width: 133px;
	
height: 31px;
	
line-height: 29px;
	
border: 1px solid #b9b9b9;
	
color: #5c5c5c;
	
margin: 0px 6px;
}
.sec_c1 .tab .link a.zx2{
	
border-color: #2b6bcc;
	
color: #fff;
	
background: #2b6bcc;
}

.titlemodel2{
	
text-align: center;
}
.titlemodel2 .cn{
	
font-size: 35px;
	
font-weight: bold;
	
color: #2b6bcc;
	
margin-bottom: 13px;
}
.titlemodel2 .cn strong{
	
color: #cf3b42;
}
.titlemodel2 .cn1{
	
background: url(../images/title2.png) no-repeat center center;
	
line-height: 36px;
	
font-size: 17px;
	
color: #7c7d82;
	
margin-bottom: 14px;
}
.titlemodel2 .en{color: #999;}
.sec_c2{
	background: #f3f3f3;
	padding-top: 43px;
	padding-bottom: 88px;
}
.sec_c2 .list1{
	
padding-top: 60px;
	
margin-top: 60px;
	
padding: 0px;
	
position: relative;
}
.sec_c2 .list1 .item{
	
height: 340px;
	
background: #2b6bcc;
}
.sec_c2 .list1 .item .imgbox{
	
float: left;
	
width: 59%;
	
height: 100%;
}
.sec_c2 .list1 .item .right{
	
float: right;
	
width: 41%;
	
height: 100%;
	
color: #fff;
	
padding-left: 3%;
	
padding-right: 9%;
	
padding-top: 4%;
	
position: relative;
}
.sec_c2 .list1 .item .right .h2tit{
	
font-size: 21px;
	
padding-bottom: 20px;
	
border-bottom: 1px solid rgba(255,255,255,.5);
	
margin-bottom: 20px;
}
.sec_c2 .list1 .item .right .desc{
	
line-height: 26px;
	
overflow: hidden;
	
text-overflow: ellipsis;
	
display: -webkit-box;
	
-webkit-line-clamp: 4;
	
-webkit-box-orient: vertical;
}
.sec_c2 .list1 .item .right .num{
	
position: absolute;
	
left: 7%;
	
bottom: 5%;
	
font-size: 42px;
}

.owl-theme .owl-controls .owl-buttons div{
	margin: 0px;
	padding: 0px;
	background: #fff;
	width: 58px;
	height: 58px;
	border-radius: 0px;
	opacity: 1;
	text-align: center;
	line-height: 58px;
	color: #000;
	font-size: 23px;
	position: absolute;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev{
	right: 58px;
	bottom: 0px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next{
	right: 0px;
	bottom: 0px;
}
.owl-theme .owl-controls .owl-buttons div:hover{
color: #fff !important;
background: #d7241f !important;
}

.sec_c3{
	
padding-top: 60px;
}
.sec_c3 .contbox{
	
zoom: 1;
	
overflow: hidden;
	
padding-bottom: 63px;
}
.sec_c3 .contbox .left{
	
float: left;
	
width: 47%;
	
padding-top: 16px;
}
.sec_c3 .contbox .left .title{
	
zoom: 1;
	
overflow: hidden;
	
margin-bottom: 39px;
}
.sec_c3 .contbox .left .title .iml{
	
float: left;
}
.sec_c3 .contbox .left .title .iml strong{
	
float: left;
	
font-size: 52px;
	
color: #2e6ad2;
}
.sec_c3 .contbox .left .title .iml .rc{
	
float: left;
	
padding-left: 5px;
}
.sec_c3 .contbox .left .title .iml .rc .p1{
	
font-size: 20px;
	
font-weight: bold;
	
text-transform: uppercase;
	
line-height: 20px;
	
padding-top: 14px;
}
.sec_c3 .contbox .left .title .iml .rc .p2{
	
font-size: 24px;
	
font-weight: bold;
	
line-height: 24px;
}
.sec_c3 .contbox .left .title .imr{
	
float: right;
	
padding-top: 11px;
}
.sec_c3 .contbox .left .title .imr img{
	
}
.sec_c3 .contbox .left .h2tit{
	
font-weight: bold;
	
font-size: 18px;
	
margin-bottom: 19px;
}
.sec_c3 .contbox .left .desc{
	
font-size: 14px;
	
line-height: 24px;
	
color: #656565;
	
margin-bottom: 60px;
}
.sec_c3 .contbox .left .link{
	
}
.sec_c3 .contbox .left .link a{
	
float: left;
	
width: 120px;
	
line-height: 36px;
	
text-align: center;
	
background: #f1f2f7;
	
color: #666;
	
margin-right: 13px;
}
.sec_c3 .contbox .left .link a:hover{
	background:#2e6ad2;
	color: #fff
}
.sec_c3 .contbox .imgbox{
	
float: right;
	
width: 47%;
}
.sec_c3 .contbox .imgbox img{
	
width: 100%;
}
.sec_c3 {
	padding-bottom: 30px;
}
 .title3{

text-align: center;
}


  .title3 .cn{
	font-size: 25px;
	font-weight: bold;
}
  .title3 .en{font-size: 13px;color: #b2b2b2;padding-top: 11px;}
  .title3 .dot{

width: 32px;

height: 3px;

background: #d6251d;

margin: auto;

margin-top: 9px;
}
.sec_c4{
	background: #f1f2f7;
	padding-top: 80px;
}
.sec_c4 .imgbox{
	
}
.sec_c4 .imgbox img{
	    height: 300px;
}
.sec_c4 .title{
	text-align: center;
}
.sec_c4 .title a{
	font-size: 15px;
	color: #999;
	display: block;
	line-height: 77px;
}



.sec_c4  .owl-theme .owl-controls{
	margin: 0px;
}
.sec_c4  img{
display: block;
margin: auto;
width: 92%;
}

.sec_c4  .owl-theme .owl-controls .owl-buttons div{
	position: absolute;
	position:absolute;
	top: 37%;
	-o-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	border: none;
	border-radius: 0px;
	background: none;
	opacity: 1;
	width: 58px;
	margin: 0px;
	padding: 0px;
	height:80px;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-ms-transition:all 0.2s;
	transition:all 0.2s;
	border-radius: 0px;
}






.sec_c4  .owl-theme .owl-controls .owl-buttons .owl-prev{
left: -80px;
background: url(../images/zde.png) no-repeat center center ;
}
.sec_c4  .owl-theme .owl-controls .owl-buttons .owl-next{
right: -80px;
background: url(../images/yde.png) no-repeat center center ;
}

/*


.sec_c4  .owl-theme .owl-controls .owl-buttons .owl-prev:hover{

background: url(../images/zhover.png) no-repeat center center ;
}
.sec_c4  .owl-theme .owl-controls .owl-buttons .owl-next:hover{

background: url(../images/yhover.png) no-repeat center center ;
}
*/

.sec_c5{
	
padding-top: 64px;
}
.sec_c5 .block_1{
	
zoom: 1;
	
overflow: hidden;
	
padding-top: 46px;
	
padding-bottom: 50px;
}
.sec_c5 .block_1 .left{
	
float: left;
	
width: 64%;
}
.sec_c5 .block_1 .left li{
	
}
.sec_c5 .block_1 .left li{
	
}
.sec_c5 .block_1 .left li:nth-child(2n){
	float:right;
}

.sec_c5 .block_1 .left li{
	
float: left;
	
width: 46%;
	
/* padding-top: 25px; */
	
/* padding-bottom: 25px; */
	
border-bottom: 1px solid rgba(229,229,229,1);
	
height: 60px;
	
line-height: 60px;
}


.sec_c5 .block_1 .left li a .tit:before{
	content:"-";
	position:absolute;
	left:0px;
	top:0px;
	font-size:20px;
	line-height:18px;
}


.sec_c5 .block_1 .left li a{
	
}
.sec_c5 .block_1 .left li a .tit{
	
float: left;
	
padding-left: 28px;
	
font-size: 16px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
color:rgba(85,85,85,1);
	
position: relative;
	
width: 75%;
	
overflow: hidden;
	
text-overflow: ellipsis;
	
white-space: nowrap;
}
.sec_c5 .block_1 .left li a .time{
	
font-size: 12px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
color:rgba(153,153,153,1);
	
float: right;
	
width: 25%;
	
text-align: right;
}
.sec7 .right{
	
float: right;
	
width: 30%;
}
.sec7 .right li{
	
height: 154px;
	
background:rgba(255,255,255,1);
	
border:1px solid rgba(204, 204, 204, 1);
	
margin-bottom: 32px;
	
padding-top: 20px;
	
padding-left: 20px;
	
padding-bottom: 0px;
	
padding-right: 18px;
}


.sec_c5 .block_1 .left li a .tit:before {
    content: "-";
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 20px;
    line-height: 18px;
    line-height: 60px;
}
.sec_c5 .block_1 .imgbox{
	
float: right;
	
width: 32%;
}
.sec_c5 .block_1 .imgbox img{
	
width: 100%;
}
.sec_c5 .block_2 li:nth-child(3n){
	margin:0px;
}
.sec_c5 .block_2{
	
}
.sec_c5 .block_2 li{
	
float: left;
	
width: 32%;
	
margin: inherit;
	
margin-right: 2%;
}
.sec_c5 .block_2 li .time{
	
font-size: 20px;
	
color: #999;
}
.sec_c5 .block_2 li .title{
	
}
.sec_c5 .block_2 li .title a{
	
display: block;
	
margin: 10px 0px;
	
font-size: 20px;
	
color: #000;
	
overflow: hidden;
	
text-overflow: ellipsis;
	
white-space: nowrap;
	
margin-bottom: 0px;
	
padding-bottom: 14px;
	
border-bottom: 1px solid #bbbaba;
	
margin-bottom: 20px;
}
.sec_c5 .block_2 li .desc{
	
line-height: 30px;
	
font-size: 17px;
	
color: #999;
	
overflow: hidden;
	
text-overflow: ellipsis;
	
display: -webkit-box;
	
-webkit-line-clamp: 2;
	
-webkit-box-orient: vertical;
	
margin-bottom: 60px;

}

.footer{
	
background: #2c2d31;
}
.footer .gl1{
	
padding-top: 40px;
	
padding-bottom: 40px;
	
background: #2b6bcc;
	
color: #fff;
	
font-size: 15px;
}
.footer .gl1 span{
	
margin-right: 11px;
}
.footer .gl1 a{
	
margin-right: 23px;
	
color: #fff;
}
.footer .gl2{
	
padding-top: 45px;
	
color: #fff;
	
padding-bottom:10px;
}
.footer .gl2 .ewm{
	
float: left;
	
width: 40%;
	
text-align: center;
}
.footer .gl2 .ewm .imgbox{
	
display: inline-block;
	
margin: 0px 10px;
}
.footer .gl2 .ewm .imgbox img{
	width:120px;}
.footer .gl2 .ewm .imgbox .tit{
	
padding-top: 12px;
	
opacity: .3;
}
.footer .gl2 .block1{
	
float: left;
	
width: 40%;
}
.footer .gl2 .title{
	
font-size: 27px;
	
font-weight: bold;
	
margin-bottom: 20px;
}
.footer .gl2 .dot{
	
width: 40px;
	
height: 3px;
	
background: #fff;
	
opacity: .3;
	
margin-bottom: 29px;
}
.footer .gl2 .block1 .titl2{
	
opacity: .4;
	
font-size: 16px;
	
margin-bottom:0px;
}
.footer .gl2 .block1 .desc{
	
}
.footer .gl2 .block1 .desc p{
	
line-height: 39px;
}
.footer .gl2 .block1 .desc p img{
	
}
.footer .gl2 .block1 .desc p span{
	
opacity: .2;
}
.footer .gl2 .block2{
	
float: left;
	
width: 20%;
}
.footer .gl2 .block2 .tel{
	
padding-left: 47px;
	
background: url(../images/tel3.png) no-repeat left top;
	
color: #e82219;
}
.footer .gl2 .block2 .tel .num{
	
font-size: 20px;
	
font-weight: bold;
	
line-height: 27px;
}
.footer .gl2 .block2 .tel .tit{
	
}
.footer .gl2 .block2 .more{
	
display: block;
	
width: 140px;
	
line-height: 35px;
	
background: url(../images/zx.png) no-repeat 20px center #d7241f;
	
text-indent: 54px;
	
color: #fff;
	
font-size: 15px;
	
margin-top: 27px;
}
.footer .gl3{
	text-align: center;
	border-top: 1px solid rgba(255,255,255,.1);
	color: #fff;
	padding-top: 10px;
	padding: 23px 0px;
}
.footer .gl3 p{
opacity: .5;
}


/*悬浮链接*/
.suspension{position:fixed;z-index:55;right:0;bottom:150px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color: #066db4;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#F05352;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background: url(../images/side_con_icon03.png) no-repeat center 20px;display:block;transition:all .4s;border-radius:50%;overflow:hidden;background-size: 30px;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;color: #ff6f25;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}

.wz_n_of_title{ text-align:center; margin:50px 0; overflow:hidden;}
.wz_n_of_title h3{ line-height:38px; font-size:25px; color:#333; font-weight:bold;}
.wz_n_of_title h3 a{color:#333;}
.wz_n_of_title p{ font-size:18px; color:#666;}
.wz_n_of{ width:100%; overflow:hidden;}
.wz_n_of img{ max-width:100%;}


.bottom_bar{
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background:#006158;
	background: -webkit-linear-gradient(top, #056fb9, #0e4f7d);
	background: linear-gradient(top,#89e639, #6db92b);
	z-index: 88888;
}
.bottom_bar ul{
	
}
.bottom_bar ul li{
	float: left;
	width: 33.33%;
	height: 50px;
	text-align: center;
	display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
display: -moz-box; /* Firefox 17- */  
display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
display: -moz-flex; /* Firefox 18+ */  
display: -ms-flexbox; /* IE 10 */  
display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */  
            flex-direction: column;
            justify-content: center;
}
.bottom_bar ul li a{
	color: #fff;
}
.bottom_bar ul li a img{
display: block;
height:20px;
margin:0px auto;
font-size: 2rem
}



.head .right .nav_list li:hover .h2tit a{
	color: #fff;
	background:rgba(188,43,51,1);
}

.head .right .nav_list li.current .h2tit a{
	color: #fff;
	background:rgba(188,43,51,1);
}


.xm_item{ width:25%; float:left;}
.xm_title{ line-height:40px;}
.xm_title strong{}
.xm_title strong a{ color:#333; font-size:18px;}
.xm_item title a{ color:#999;}
.xm_desc{ line-height:30px;}
.xm_desc a{ color:#666;}
.main .section_3{ margin:50px auto; overflow:hidden;}
.xm_right{ padding:10px;}
.xm_right h2{ margin-bottom:10px;}
.xm3_desc{}
.xm3_desc p{ line-height:22px; color:#666; margin-bottom:10px;}
.xm3_words{  line-height:30px;  }
.xm3_words a{color:#fff;padding:10px;background:#2C2D31;}
.lc_links{ line-height:30px;  margin:0 auto;}

.main .section_8 .tab .hd ul li a{}

.ny_neirong{ overflow:hidden;}
.ny_about2 p{ font-size:13px; color:#666;}
@media screen and (min-width: 1200px){
.xm_item{ width:25%; float:left;}	
.xm_item img{ max-width:90%;}
.lc_links{ width:1200px;}
.main .section_3 .imgbox2{float: left;width: 45%;}
.xm_right{ float:left; width:50%;}
.ny_neirong{ width:1200px; margin:0 auto}
.ny_left{ float:left; width:20%; padding-right:20px;}
.ny_about1{ border:1px solid #CCC; overflow:hidden; margin:10px auto; background:#F7F7F7;}
.ny_about1 h2{ background:#2C2D31; color:#FFF; font-size:18px; text-align:center; line-height:38px;}
.ny_about1 li{ margin-left:10px; margin-top:10px; height: 33px; line-height: 33px; font-size: 13px;  overflow: hidden;   background: url(../images/m_libg.jpg) no-repeat;  margin-bottom: 7px;}
.ny_about1 li a{ padding-left:26px;}
.ny_about2{border:1px solid #CCC; overflow:hidden; margin:10px auto; background:#F7F7F7;}
.ny_about2 ul{}
.ny_about2 ul h2{background:#2C2D31; color:#FFF; font-size:18px; text-align:center; line-height:38px; }
.ny_about2 ul li{ padding:0 10px; line-height:25px; overflow:hidden;}
.ny_about2 ul li span{ float:right;}
.ny_right{ float:left; width:80%; margin-top:10px;}
.ny_title{ border:1px solid #CCC; width:100%; line-height:36px; padding:0 10px;}
.ny_nr{border:1px solid #CCC;  overflow:hidden; padding:10px; margin-top:5px; margin-bottom:10px;}
.ny_cpnr{border:1px solid #CCC;  overflow:hidden;  margin-top:5px; margin-bottom:10px; padding:10px;}
.ny_cpnr li{ float:left; width:25%; text-align:center; margin:10px 0;}
.ny_cpnr li p{ line-height:38px;}
.main .section_8 .tab .bd .model .left .imgbox img{ height:260px !important;}

}

@media screen and (max-width: 1200px){
.xm_item{ width:25%; float:left;}	
.xm_item img{ max-width:90%;}
	.lc_links{ width:100%;}
	.main .section_3 .imgbox2{float: left;width: 45%;}
.xm_right{ float:left; width:50%;}
.ny_neirong{ width:100%; margin:0 auto}
.ny_left{ float:left;width:20%;}
.ny_about1{ border:1px solid #CCC; overflow:hidden; margin:10px auto; background:#F7F7F7;}
.ny_about1 h2{ background:#2B6BCC; color:#FFF; font-size:18px; text-align:center; line-height:38px;}
.ny_about1 li{ margin-left:10px; margin-top:10px; height: 33px; line-height: 33px; font-size: 13px;  overflow: hidden;   background: url(../images/m_libg.jpg) no-repeat;  margin-bottom: 7px;}
.ny_about1 li a{ padding-left:26px;}

.ny_about2{border:1px solid #CCC; overflow:hidden; margin:10px auto; background:#F7F7F7;}
.ny_about2 ul{}
.ny_about2 ul h2{background:#2B6BCC; color:#FFF; font-size:18px; text-align:center; line-height:38px; }
.ny_about2 ul li{ padding:0 10px; line-height:25px; overflow:hidden;}
.ny_about2 ul li span{ float:right;}

.ny_right{ float:left; width:80%; margin-top:10px;}
.ny_title{ border:1px solid #CCC;  line-height:36px; padding:0 10px;}
.ny_nr{border:1px solid #CCC;  overflow:hidden; padding:10px; margin-top:5px; margin-bottom:10px;}
.ny_cpnr{border:1px solid #CCC;  overflow:hidden;  margin:10px;padding:10px;}
.ny_cpnr li{ float:left; width:25%; text-align:center; margin:10px 0;}
.ny_cpnr li p{ line-height:38px;}
	}
@media screen and (max-width: 640px){
.xm_item{ width:50%; float:left;}
.xm_item img{ max-width:90%;}	
.lc_links{ width:100%;}
.main .section_3 .imgbox2{ display:none;}
.xm_right{ float:left; width:100%;}
.main .section_8 .tab .hd ul li a{ margin-right:0px !important; font-size:1.2rem !important;}
.lc_banner{ display:block;}
.ny_left{ display:none;}
.ny_neirong{ width:100%; margin:0 auto}
.ny_right{ width:100%; margin-top:10px; overflow:hidden;}
.ny_title{ border:1px solid #CCC;  line-height:36px;margin:10px;}
.ny_nr{border:1px solid #CCC;  overflow:hidden; padding:10px;  margin:10px;}
.ny_cpnr{border:1px solid #CCC;  overflow:hidden;  margin:10px; padding:10px;}
.ny_cpnr li{ float:left; width:50%; text-align:center; margin:10px 0;}
.ny_cpnr li p{ line-height:38px;}
.ny_xwnr ul li img{ display:none !important;}
.ny_xwnr{ margin:10px; padding:0px;}
	}
.ny_banner{}
.ny_banner img{ max-width:100%;}
.ny_xwnr{ border:1px solid #CCC;  overflow:hidden; margin-top:5px; margin-bottom:10px; padding:10px;}
.ny_xwnr ul{}
.ny_xwnr ul li{ overflow:hidden; margin:10px; border-bottom:1px dashed #CCC; padding-bottom:10px;}
.ny_xwnr ul li img{ float:left; border:1px solid #CCC; margin-right:20px;}
.ny_xwnr ul li h3{ font-size:18px; color:#333; margin-bottom:5px;}
.ny_xwnr ul li span{ font-size:12px; color:#999;}
.ny_xwnr ul li span strong{ font-weight:bold; }
.ny_xwnr ul li span b{margin-right:10px; font-weight:normal;}
.ny_xwnr ul li p{ color:#666;}
.ny_fanye{ overflow:hidden; text-align:center; line-height:38px; margin:10px 0;}
.ny_fanye a{ padding:5px 8px;  margin:0 2px; border:1px solid #CCC;}

.ny_cpnr img{ max-width:90%; height:150px;}
.ny_cpnr ul{ overflow:hidden;}
.ny_xwnr img{ width:160px;}

.wz_n_page{ overflow:hidden; margin-bottom:30px;}
.wz_n_page img{ max-width:100%;}
.wz_n_page p{ padding:0 10px; }
.wz_n_nr_title{text-align:center; overflow:hidden; margin-top:10px; margin-bottom:30px; line-height:50px;}
.wz_n_nr_title h1 a{ font-size:16px; font-weight:bold; color:#333333;}
.wz_n_nr_title h1{ margin-bottom:10px;}
.wz_n_nr_title h5{ font-weight:normal; color:#999999;}
.wz_n_nr_title h5 span{ margin-right:10px;}
.wz_n_nr_title h5 strong{}

.wz_n_news{ width:100%; overflow:hidden; margin-bottom:30px;}
.wz_n_news ul{}
.wz_n_news ul li{ overflow:hidden; margin-bottom:10px; border-bottom:1px dashed #CCC; padding-bottom:10px;}
.wz_n_news ul li img{ float:left; width:200px; height:120px; margin-right:20px;}
.wz_n_news ul li h3{}
.wz_n_news ul li h3 a{ color:#333333; font-size:18px;}
.wz_n_news ul li h4{ font-size:13px; color:#666; font-weight:normal; margin-top:10px; margin-bottom:10px;}
.wz_n_news ul li h4 span{}
.wz_n_news ul li p{ line-height:25px;}

.wz_n_nr{overflow:hidden; margin:0 auto;}
.ny_cpnr ul{ overflow:hidden;}
.main .section_6 .list li img{ height:150px;}

.ny_about1 h2 a{ color:#FFF;}
.index_tab_active a{color:#333;}