@charset "utf-8";
/* CSS Document */

html,body{min-height:100%;}
body{background-size:cover;babackground-repeat:no-repeat; background:url(../images/bj.png) repeat;}
.padd{padding-left:5%;}
*{ margin:0px; padding:0px;}
img {border:0;margin:0; padding:0;}
ul,li,ol,h1,h2,h3,dl,dt,dd,form,p,span,b,u,s,i{
	list-style:none;
	margin:0;
	padding:0;
	text-decoration: none;
}
.clearfix{display:inline-table;}

html, body { height: 100%;}
* html .clearfix{height:1%;/*ie6*/}
*+html .clearfix{min-height:1px;}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;font-size: 0;}
.clearfix { display:inline-block; }
* html .clearfix { height:1%; }
.clearfix { display:block; }
.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}
input,textarea {outline:none;}/*去掉输入框得到焦点时边框会出现阴影效果----例如370 火狐*/
a{ blur:expression(this.onFocus=this.blur()); /* IE Opera */ outline:none; /* FF Opera */ } 
a:focus{ -moz-outline-style: none; /* FF */ } /*去掉a标签超链接的虚线框*/
body {margin: 0px; color:#3F3F3F; font-size: 12px; font-family: Microsoft YaHei,宋体,Arial, Helvetica, sans-serif; background-color:#f8f8f8;}
.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}
a:link { text-decoration: none;color: #131313;}
a:visited {text-decoration: none; color: #131313;}
a:hover { text-decoration: none; color: #131313;}
a:active {text-decoration: none; color: #131313;}

.top_box{ width:100%; height:85px; background:url(../images/top_bj.jpg) repeat-x; z-index:999; position:fixed; min-width:1200px;top:0;}
.top{ width:1180px; height:85px; margin:0 auto;}
.top_l{ width:390px; height:62px; float:left; padding-top:12px;}
.top_l img{ width:517px; height:62px;}
.top_r{ height:62px; float:right;}
.top_r ul li{height:62px; line-height:100px; float:left; text-align:center; padding: 0 20px;}
.top_r ul li a{ display:block; font-size:16px;font-weight:bold; color:#494949;-webkit-transition: all .9s ease 0s;-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;}
.top_r ul li a:hover{ font-weight:bold; color:#2196F3;}

.banner1 {width:100%; height:400px; min-width:1200px; margin-top:80px;background:url(../images/5931326e0bb94.jpg) no-repeat center center}
.banner1 img{width:100%; height:400px;}





.footer{ width:100%; height:240px; background: #383838; min-width:1200px;}
.foot1{ width:1180px; height:auto; overflow:hidden; margin:0 auto; padding-top:30px;}
.foot{ width:1180px; height:auto; overflow:hidden; margin:0 auto; padding-top:250px;}
.foot_u{ width:1180px; height:auto; overflow:hidden;}
.foot_l{ width:600px; height:auto; overflow:hidden; float:left; margin-left:30px;}
.ewm{ width:120px; height:120px; border:3px solid #4b433f; float:left;}
.ewm img{ width:114px; height:114px; padding:3px;}
.lx{ width:520px; height:auto; overflow:hidden; float:left; margin-left:20px;}
.lx dl dt p{ width:260px; height:auto; line-height:26px; overflow:hidden; float:left; font-weight:bold; color:#7a7572;}
.lx dl dt span{ display:block; height:40px; line-height:40px; font-family:Arial, Helvetica, sans-serif; font-size:24px; color:#fff;}
.lx dl dt b{ display:block; font-size:14px; height:30px; line-height:30px; color:#fff;}
.lx dl dd{ width:520px; height:auto; line-height:30px; overflow:hidden; font-weight:bold; color:#fff;}
.lx dl dd span{ font-size:16px; color:#2196F3;}

.foot_r{ width:450px; height:auto; overflow:hidden; float:right; margin-right:30px;}
.foot_r ul li{ float:left; border-right:2px solid #4b433f; text-align:left;padding:0 20px;}
.foot_r ul li dt{  height:35px; line-height:35px; font-weight:bold; color:#fff; font-size:14px;}
.foot_r ul li dd{  height:26px; line-height:26px; font-weight:bold; color:#bfbdbc;}
.foot_r ul li dd a{ color:#bfbdbc;}
.foot_r ul li dd a:hover{ color:#fff; text-decoration:underline;}
.foot_r ul li li:first-child{ border-left:2px solid #4b433f;}
.foot_d{ width:1180px; height:auto; line-height:30px; text-align:center; color:#fff; margin-top:30px;}
.foot_d a{ color:#fff;}
.foot_d a:hover{ color:#ccc; text-decoration:underline;}

.main{width:1180px; height:auto; overflow:hidden; margin: 40px auto; display:flex;justify-content: space-between;}
.main .main_text{display:flex;width:58%;flex-direction:column;}
.main .main_text .main_title{font-size: 18px;margin-bottom: 30px; color: #2196F3;}
.main .main_text .main_neirong{font-size:16px;line-height:200%;}

.main .main_img{display:flex;flex-direction:column;width:40%;justify-content: space-between;}
.main .main_img .img_class_1{width:472px;margin:6px 0;height:330px;}
.main .main_img .img_class_1 img{width:472px;height:335px;}
.main .main_img .img_class_2{width:280px;margin:6px 0;height:406px;}
.main .main_img .img_class_2 img{width:280px;height:406px;}

.pageNav {width: 100%;height: 50px;border-bottom: 1px solid #d8d8d8;text-align: center;min-width: 1200px;}


.main_img img{
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
	z-index:1;
	transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
	}
