html, body {
	height: 100%;
	font-family: "微软雅黑";
}

a:focus {
	outline:0px solid;
}
img {
	max-width:100%;
	height:auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fix {
	overflow:hidden;
}
em,li,i{
	font-style: normal;
	list-style-type: none;
}
p {
	margin:0 0 0px;
    color: #777;
}

a {
	transition: all 0.3s ease 0s;
	text-decoration:none; color:#666
}
a:hover {
	color: #D81E26;
	text-decoration: none;
	-webkit-transition-duration: 0.7s;
	-webkit-transition-timing-function: ease;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
	color: #D81E26;
	text-decoration: none;
}


	

body {
	background: #fff none repeat scroll 0 0;
	color: #7f7f7f;
	font-size: 14px;
	text-align: left;
	overflow-x: hidden;
	line-height: 26px;
}











.clear{
	clear:both;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}



/*  菜单 
/*----------------------------------------*/



.main-menu{
	width:1200px;
	margin:auto;
	height:52px

}

.nav{

	}



.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}
.main-menu ul.navbar-nav > li >a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #fff;
	font-size: 18px;
	margin-bottom: 0px;
	width:144px;
	text-align:center;
	display:block;
	line-height: 52px;
	text-transform: uppercase;
}
.main-menu ul.navbar-nav li a:hover{
	color: #fff;
	background-color: #a60f15;
}
.main-menu ul.navbar-nav > li > a::before {
    background: #a60f15;
    content: "";
    height: 0px;
    position: absolute;
    top: 0;
    width: 0;
    transition: .5s;
	left: 0px; 
}
.main-menu ul.navbar-nav >li:hover > a:before, .main-menu ul.navbar-nav >li.active > a::before {
    width: 100%;
}
.main-menu ul.navbar-nav li.active a:focus {
    color: #333;
}
.main-menu ul.navbar-nav li.active a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #c31a20;
	position: relative;
	z-index: 9999999;
}
.navbar {
    border: medium none;
    margin-bottom: 0;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color:#333;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #d81e26;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}
.main-menu ul.nav li ul.sub-menu {
	background: #f1f1f1;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 100%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 155px;
	z-index: -99;

}

.main-menu ul.nav li ul.sub-menu li {
    padding: 0;
    position: relative;
    width: 100%;
}
.main-menu ul.nav li:hover ul.sub-menu {
	top: 52px;
	opacity: 1;
	z-index: 999;
	visibility: visible;
	padding: 20px 0px;  /*下拉导航*/
}
.main-menu ul.nav li ul.sub-menu li a {
	color: #444;
	display: block;
	font-size: 13px;
	padding: 7px 15px;
	text-transform: capitalize;
}
.main-menu ul.nav li ul.sub-menu li a span{
    color: #005AB1 ;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover{
	color:#fff;
	background-color: #a60f15;
}
.main-menu ul.nav li ul.sub-menu li:last-child {
    border:none;
}

.navbar-nav i{ float:left; color:#FFF; line-height:52px; font-size:17.7px}
/*----------------------------------------*/
.mobile-menu-area {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 10px 0px ;
}
.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.mean-container a.meanmenu-reveal:hover {
    color:#252525
}
.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 100%;
}
.mean-container .mean-nav ul li a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #444;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
}
.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}
.mean-container .mean-nav ul li a.mean-expand {
    color: #444;
    line-height: 17px;
}
.mean-container .mean-nav ul li {
    width: 99.7%;
}
/*----------------------------------------*/
/*  3. Slider Area
/*----------------------------------------*/



@media (min-width: 1920px) {

  .client-details {
    padding: 6% 10%;
}
.company-content {
    padding: 100px 60px 100px 30px;
}
	
	
	
}





/* small mobile :320px. */
@media (max-width: 767px) {
.container {width:300px}
.logo {
    height: inherit;
    left: 0;
    padding: 0;
    position: absolute;
    top: 2px;
    z-index: 999999;
    max-width: 200px;
}
.logo a { padding-left:2px;}

   #sub-menu a{
	font-size:12px;
	font-weight: normal;
	color: #666;
	text-transform: capitalize;
}	 
    
    
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:450px}
.counter-area-2 .fun_text {
    width: 50%;
    float: left;
}
    
    
}
 



/*-----返回顶部剪头------*/

@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}
 .fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

.fa-angle-up:before{content:"\f106"}     /*剪头*/


.fa-search:before{content:"\f002"}/*搜索*/
/*------------------*/









.soud1{
	height:33px;
	line-height:33px;
	background-color:#efefef;
	color:#777;
	font-size:14px
}
.soud1a{ width:1200px; margin:auto; display:block}
.soud1a i{ margin-left:15px}
.soud1a em{ float:right; font-size:12px}


.soud1a em a{
	font-size:12px;
	color:#777;
	margin-left:10px;
	margin-right:10px
}
.soud1a em a:hover{
	color: #005BAF;
}

.deyin01{ float:left}



.cggz1{
	width:100%;
	height:65px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
}

.cggz1b{ width:1200px; margin:0 auto; line-height:65px; font-size:14px;}

.cggz1b b{ font-size:14px;}
.cggz1b a{ margin-left:10px; margin-right:10px; color:#999}

.sea1{
	height: 30px;
	width: 263px;
	display:block;
	float:right;
	font-size: 13px;
	color: #ADADAD;
	padding-left: 7px;
	border: 1px solid #F1F1F1;
	line-height: 30px;
	border-radius:17px;
	margin-top:15px;
	padding-top:3px;
	background-color: #F1F1F1;
}


.sea2{
	line-height: 23px;
	height: 23px;
	width: 215px;
	border: 1px solid #F1F1F1;
	color: #999;
	float:left;
	background-color: #F1F1F1; margin-left:10px;
}
.sea3{float:left;}

.riggg{
	float: left;
	margin-top: 16px;
}	





.search-option-5 button.button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}
.search-option {
	background: #0891e1;
	color: #444;
	display: none;
	position: fixed;
	
	width: 300px;
	z-index: 99999;
	top: 40%;
	padding: 20px;
	left: 40%;
}
.search-option input {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	color: #444;
	display: block;
	float: left;
	font-size: 14px;
	font-style: normal;
	padding: 8px 10px;
	width: 214px;
	height: 44px;
}
.search-option button.button {
    background: #fff;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 17px;
    line-height:46px;
    padding: 5px 14px;
    text-align: center;
}





.yzh{
	box-shadow: 0px 10px 10px -10px #ccc;
	background-color: #d81e26;
	
}	
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999; background-color:#FFF;background-color: #d81e26;

}/*头部固定代码*/



.wdi01{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	height:115px
}

.wdi01 span{
	background-image: url(ttl.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: right;
	height: 44px;
	width:212px;
	padding-top: 27px;
	padding-left: 50px;
	font-size: 26px;
	font-weight: bold;
	color: #000;
	margin-top: 25px;
}





.xhao08{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 40px;
	padding-bottom: 40px;
}


.xhao09{ width:255px; float:left}
.xhao09a{
	font-size: 24px;
	line-height: 55px;
	color: #FFF;
	background-color: #c31a20;
	text-align: center;
	display: block;
	height: 55px;
}
.xhao09b{
	display:block
}
.xhao09b a{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	color: #555;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	font-size: 15px;
	line-height: 20px;
	background-image: url(rr.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.xhao09b a:hover{
	color: #333;
	background-color: #FBE3E4;
}



.xhao09c{
	border: 1px solid #ccc;margin-top:20px;; display:block
}

.xhao09c em{
	font-size: 18px;
	color:#fff;
	font-weight:100;
	height:46px;
	line-height:46px;
	background-color: #0194dc;
	display:block;
	padding-left:20px
}
.xhao09e{
	display: block;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
	font-size:14px;
	color:#666;
	line-height: 29px;
}

.xhao10{
	float: right;
	width: 905px;


	padding-bottom: 35px;

	border-top-color: #D4D4D4;
	border-right-color: #D4D4D4;
	border-bottom-color: #D4D4D4;
	border-left-color: #D4D4D4;
}

.zb17a{
	display:block;
	height:50px;
	line-height:50px;

	background-color: #eee;
}

.zb17a em{
	float:right;
	font-size:12px;
	font-weight:normal;
	color:#565656;
	padding-right: 10px;
	background-image: url(sy.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
}
.zb17a i{
	float: left;
	font-size:18px;
	display:block;
	width: 350px;
	height: 30px;
	color: #000;
	padding-left: 15px;
}
.zb17b{
	margin-top:25px;
	line-height: 2em;
}

.biaoti{
	font-size: 18px;
	color: #000;
	text-align: center;
	display: block;
	height: 25px;
	line-height: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.t_page{
	padding:10px;
	text-align:center;
	font-size:12px;
	line-height:25px;
	
	}	
.t_page a{
	padding:2px 5px;
	border:1px solid #DEDEDC;
	margin:0px 3px;}
	

.fengnews {


}
.fengnews  li a{
	line-height: 25px;
	display: block;
	height: 25px;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	background-image: url(z.jpg);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 28px;
	padding-right: 10px;
	margin-top: 20px;
}
.fengnews  li a b{
	font-weight: normal;
}
.fengnews  li a em{
	font-style: normal;
	float: right;
}
.fengnews  li a:hover{
	color: #C31A20;
}


.proList { }
.proList li{
	width:29.8%;
	float:left;
	text-align:center;
	margin-bottom:35px;
	margin-left: 2%; margin-right:1.5%; 
box-shadow: 0px 0px 15px #888;

}
.proList li i{
	display:block;
	background-color:#C31A20;
	
}

.proList li img{
	display:block;
	width:100%;
	height: auto;


}

.proList li a:hover img{opacity:0.5;filter:alpha(opacity=90)}  



.proList li a span{
	font-size:14px;
	color:#666;
	display:block;
	height:38px;
	line-height:38px;
	overflow:hidden;
	font-size:14px;
	background-color: #EAEAEA;
	display:block
}
.proList li a:hover span{
	color: #C31A20;
}


.klm21{ width:100%; display:block; max-width:1920px; margin:auto}

.sbjx00{
	width: 1200px;
	margin-right: auto;
	margin-left: auto; overflow:hidden
}







.ritt{ float:right}





#pro {
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -30px;

}

#pro_con {

	overflow:hidden;
	
}
#pro_con .LeftBotton {
	height:265px;
	width:30px;
	float:left;
	cursor:pointer;
	background-image: url(b8.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}
#pro_con .RightBotton {
	height:265px;
	width:30px;
	float:right;
	cursor:pointer;
	background-image: url(b9.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}
#pro_con .Cont {
	width:1212px;
	overflow:hidden;
	float:left;
	margin-left: 14px; margin-right:14px
}
#pro_con .ScrCont{width:10000000px; padding:0; float:left;}
#pro_con #List1, #pro_con #List2 {float:left; padding:0px; margin:0px;}
#pro_con .Cont li {
	float:left;
	width: 286px;
	margin-right: 9px;
	margin-left:8px;
	list-style:none;
	background-color: #fff; height:270px
}



#pro_con .Cont li a p{
	line-height: 48px;
	display: block;
	height: 48px;
	text-align: center;
	font-size: 16px;
	color:#444;
	overflow:hidden;background-color: #f1f1f1;

}


#pro_con .Cont li a:hover p{
	color: #FFF;
	background-color: #64C712;
}





#pro_con img {
	height: 222px;
	width: 286px; display:block;
}
.tpp2{ margin-top:40px}









.pro2 { }
.pro2 li{
	width:18%;
	float:left;
	text-align:center;
	margin-bottom:35px;
	margin-left: 2%;
box-shadow: 0px 0px 6px #999;

}


.pro2 li img{
	display:block;
	width:100%;
	height: auto;


}

.pro2 li a:hover img{opacity:0.9;filter:alpha(opacity=90)}  



.pro2 li a span{
	font-size:12px;
	color:#666;
	display:block;
	height:38px;
	line-height:38px;
	overflow:hidden;
	font-size:12px;
	background-color: #EAEAEA; display:block
}
.pro2 li a:hover span{
	color: #C31A20;
}





.dede_pages{ font-size:12px
}
.dede_pages ul{
	float:left;
	padding:12px 0px 12px 16px;
}
.dede_pages ul li{
	float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
	border:1px solid #E9E9E9;
}
.dede_pages ul li a{
	float:left;
	padding:2px 4px 2px;
	color:#555;
	display:block;
}
.dede_pages ul li a:hover{
	color:#690;
	text-decoration:none;
	padding:2px 4px 2px;
}
.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#F8F8F8;
	padding:2px 4px 2px;
	font-weight:bold;
}
.dede_pages .pageinfo{
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.dede_pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}




.proList2 { }
.proList2 li{
	width:22%;
	float:left;
	text-align:center;
	margin-bottom:35px;
	margin-left: 1.5%; margin-right:1.5%; 
box-shadow: 0px 0px 8px #888;

}
.proList2 li i{
	display:block;
	background-color:#0194dc;

	
}

.proList2 li img{
	display:block;
	width:100%;
	height: auto;


}

.proList2 li a:hover img{opacity:0.9;filter:alpha(opacity=90)}  



.proList2 li a span{
	font-size:14px;
	color:#666;
	display:block;
	height:38px;
	line-height:38px;
	overflow:hidden;
	font-size:12px;
	background-color: #EAEAEA; display:block
}
.proList2 li a:hover span{
	color: #0194dc;
}

.dqm01{
	background-image: url(dqm01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1200px;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
	height: 517px;
	padding-left: 29px;
}



.menu3 {
	color:#272727;
	height:40px;
	width: 275px;
	margin-top: 70px;
	float: right;
	margin-right: 160px;
}
.menu3 li {

}
.menu3 li a {
	color:#333;
	text-decoration:none;
	line-height: 27px;
	height: 60px;
	display: block;
	font-family: "微软雅黑";
	font-size: 14px;
	margin-right: 20px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	width: 250px;
	padding-left: 50px;
	margin-bottom: 35px;
}

.menu3 li a span{
	font-size: 23px; display:block

}

.menu3 li a em{
	font-size: 17px;
	display:block;
	color: #777;
}



.menu3 li a.tabactive{
	position:relative;
border-bottom-color: #999;

}

.menu3 li a.tabactive span{
	position:relative;
	color: #d81e25;

}


#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4{
	width:658px;
	height:337px; display:block; float:left; padding-top:95px
}

#tabcontent1 img,#tabcontent2 img,#tabcontent3 img,#tabcontent4 img{
	width:658px;
	height:337px;box-shadow: 0px 0px 15px #333;
}

.dqm03{
	background-image: url(dqm03.jpg);
	height: 1160px;
	margin-top: 60px;
	background-repeat: no-repeat;
	background-position: center top;
}


.boc00{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 210px;
}



.qt11k{
	width:1300px;
	margin-top:40px;
	
}


.qt11k a {
	float: left;
	width: 292px; height:370px;
	margin-right: 10px; display:block;position: relative; margin-bottom:20px; overflow:hidden
}



.qt11k a img{width: 292px; height:320px;}




.qt11k a p{
	position: relative;
	z-index: 4000;
	background-color:#d81e25;
	height: 50px;
	width: 292px;
	left: 0px;
	top:-5px;
	display:block;
	padding-top: 7px;
	text-align: center;
	color: #FFF;
	font-size: 18px;
}

.qt11k a p em{
	display: block;
	width: 102px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ea9ea0;
	font-size: 16px;
	margin-top: 30px;
	color: #ea9ea0;
}





.qt11k a:hover p{

	left: 0px;
	top: -328px;
		height: 270px;
	width: 292px;
padding-top: 100px;
-webkit-transition-duration: 0.7s;
-webkit-transition-timing-function: ease; font-size: 21px;
}



.dqm03m{
	line-height: 35px;
	color: #FFF;
	background-color: #d81e25;
	text-align: center;
	display: block;
	float: right;
	height: 37px;
	width: 117px;
	font-size: 13px;

}

.dqm03m:hover{
	color: #FFF;
	background-color: #f42129;width: 147px;
}





.dqm05{ width:1200px; margin-left:auto; margin-right:auto; margin-top:45px

}

.dqm05d{
	text-align: center;
	display: block;
	font-size: 43px;
	color: #333;
	padding-bottom: 58px;
}


.dqm05z{
	width: 580px;
	display: block;
	float: left;
}

.dqm05h{
	background-image: url(dqm05.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	float: left;
	width: 139px;
	height: 107px;
	padding-top: 139px;
	text-align: center;
	color: #d82328;
	font-size: 32px;
	font-style: italic;
	line-height: 38px;
}

.dqm05h em{
	font-size: 15px;
	display:block;

}

.dqm05z img{
	height: 246px;
	width: 441px;
}


.dqm06 b{
	color: #000;
}
.dqm06:hover b{
	color: #d82328;
}

.dqm06 ins{
	font-size: 12px;
	line-height: 18px;
	color: #999;
	display: block;
	width: 580px;
	text-decoration: none;
}

.dqm07{
	float: right;
	width: 570px;
	display: block;
	
}

.dqm07 a{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	height: 80px;
	padding-top: 10px; margin-bottom:10px;color: #898988;
}




.dqm07 a:hover{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D81E25;
	height: 80px;
	color: #F8DADB;
	background-color: #D81E25;
}




.dqm08{
	text-align: center;
	display: block;
	width: 106px;
	font-size: 22px;
	
	font-style: italic;
	float: left;
	margin-right: 10px;
	line-height: 60px;
	height: 80px;
} 





.dqm08 b{font-size:39px}

.dqm09{width:440px; float:left}
.dqm09 b{color: #000;}
.dqm09 ins{
	font-size: 12px;
	line-height: 18px;
	display: block;
	text-decoration: none;width:440px;
}
.dqm09 b:hover{color: #fff;}



.dqm10{
	background-image: url(dqm10.jpg);
	background-repeat: no-repeat;
	background-position: center top; height:612px; margin-top:100px
}


.dqm10g{
	width: 485px;
	padding-top: 286px;
	padding-right: 715px;
	margin-right: auto;
	margin-left: auto;
	line-height: 22px;
	color: #4b5157;
}





.dqm13m{
	line-height: 35px;
	color: #FFF;
	background-color: #d81e25;
	text-align: center;
	display: block;
	height: 37px;
	width: 117px;
	font-size: 13px; margin-top:24px

}

.dqm13m:hover{
	color: #FFF;
	background-color: #f42129;width: 147px;
}










#pro {
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
		margin-top:75px;
	background-image: url(dqm06.jpg);
	background-repeat: no-repeat;
	background-position: 60px top;
	padding-top: 100px;
	
	

}

#pro_con {

	overflow:hidden;
	
}
#pro_con .LeftBotton {
	height:313px;
	width:30px;
	float:left;
	cursor:pointer;
	background-image: url(b8.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}
#pro_con .RightBotton {
	height:313px;
	width:30px;
	float:right;
	cursor:pointer;
	background-image: url(b9.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}
#pro_con .Cont {
	width:1212px;
	overflow:hidden;
	float:left;
	margin-left: 14px; margin-right:14px
}
#pro_con .ScrCont{width:10000000px; padding:0; float:left;}
#pro_con #List1, #pro_con #List2 {float:left; padding:0px; margin:0px;}
#pro_con .Cont li {
	float:left;
	width: 286px;
	margin-right: 9px;
	margin-left:8px;
	list-style:none;
	background-color: #fff; height:313px
}







#pro_con img {
	height: 313px;
	width: 286px; display:block;
}


.dfoot{
	background-color: #222;
	padding-top: 54px;
	padding-bottom: 40px;
	margin-top: 60px;
}

.dfoot1{
	width: 1200px;
	margin-right: auto;
	margin-left: auto; color:#6e6d72
}


.foo1{
	float: left;
	width: 410px; display:block; font-size:16px
}


.foo1 img{
	display: block;
	margin-bottom: 20px;
}

.foo1 a{
 font-size:12px
}



.foo2{
	background-image: url(foot2.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 345px;
	height: 211px;
	display:block;
	float: left;
	padding-left: 20px;
	line-height: 22px;
}

.foo2 b{
	font-size: 20px;
	color: #FFF;
	display: block;
	padding-top: 10px;
	padding-bottom: 15px;
}
.foo3{
	background-image: url(foot2.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 175px;
	height: 211px;
	display:block;
	float: left;
	padding-left: 20px;
	line-height: 22px;
}

.foo3 b{
	font-size: 20px;
	color: #FFF;
	display: block;
	padding-top: 10px;
	padding-bottom: 15px;
}
.foo3 a{
	display: block;
	float: left;
	margin-right: 18px;
	line-height: 28px;
}

.ewm{
	float:right;
	padding-top: 15px;
}

#zcxl{background-image: none;	padding-top:8px;
	padding-bottom: 8px;font-size: 12px;}
