/***********************公共样式***********************/
html,body{width: 100%;}
.w{width: 1200px;margin: 0 auto;}
.tran{transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);}
.tranX{transform: translateX(-50%);-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);}
.tranY{transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);}
/* flex布局 */
.flex-item{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-center{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-middle{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-box{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-betw{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}

/* title */
.title{height: 50px;line-height: 50px;position: relative;}
.title h3{font-size: 26px;color: #c60000;width: 210px;margin: 0 auto;text-align: center;}
.title a{font-size: 14px;color: #666;position: absolute;right:0;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);}
.title a:hover{color: #c60000;}

/* banner */
.banner{width: 100%;margin-bottom: 25px;}
.banner img{width: 100%;}

/* main */
body{background: linear-gradient(#f6f6f5, #f8f4ea);background: -webkit-linear-gradient(#f6f6f5, #f8f4ea);background: -o-linear-gradient(#f6f6f5, #f8f4ea);background: -moz-linear-gradient(#f6f6f5, #f8f4ea);}
.main{width: 100%;}
.main .tf{display: block;width: 100%;height: 90px;}
.main .tf img{width: 100%;height: 100%;}
.mTop{overflow:hidden;width:100%;height:35px;background:url(../img/bg_top.png) no-repeat center 0px;margin:25px auto 0px;}
.mBot{overflow:hidden;width:100%;height:35px;background:url(../img/bg_bot.png) no-repeat center 0px;margin:0px auto;}
.mMid{overflow:hidden;width:1200px;background:url(../img/bg_mid.jpg) repeat-y 0px 0px;margin:0px auto;padding:20px 32px 28px;}
.mMid ul{margin: 0 -15px;}
.mMid ul li{float: left;width: 25%;padding: 15px;}
.mMid ul li a{width: 100%;height: 535px;box-shadow: 0 0 15px 2px #eee;border-radius: 5px;overflow: hidden;display: block;transition: all .4s;}
.mMid ul li .img{display: flex;justify-content: center;align-items: center;width: 100%;height: 500px;}
.mMid ul li a img{max-height: 98%;max-width: 100%;}
.mMid ul li a:hover{transform: translateY(-8px);-webkit-transform: translateY(-8px);-moz-transform: translateY(-8px);-ms-transform: translateY(-8px);}
.mMid ul li a p{width: 100%;font-size: 16px;color: #333;line-height: 35px;padding: 0 15px;text-align: center;margin-top: -5px;}
.sfWrap{padding-top: 15px;}
.footer{width: 100%;overflow: hidden;font-size: 14px;text-align: center;background: url(../img/foot_bg.png) repeat-x 0px bottom;line-height: 1.6;margin: 40px auto 0px;padding: 0px 0px 55px;}