﻿@charset "utf-8";
*{margin:0; padding:0; list-style:none;  box-sizing: border-box; }
:focus{outline:0}
body{color:#666;font-size:14px; width: 100%; background:#f4f4f4; }
ul li{list-style:none}
a{text-decoration:none;  transition: all 0.3s; -o-transition: all 0.3s; -mos-transition: all 0.3s; -webkit-transition: all 0.3s; }

img{border:none}
h1,h2,h3,h4,h5{font-weight: normal}

.clr{clear:both}
.container{margin:0 auto;width:1200px}
 
 
.jqfree{width:100%; height:426px;  padding-top: 64px; position: relative;  } 
 
.Box{width:100%; height: auto; }
.Box .Box_con {position: relative; margin-top:40px;}
.Box .Box_con .conbox {position: relative;overflow: hidden; width:100%; margin: 0px auto; }
.Box .Box_con .conbox ul {position: relative;list-style: none;}
.Box .Box_con .conbox ul li {float: left;width:217px;height:auto; margin-left:23px;overflow: hidden;}
.Box .Box_con .conbox ul li:first-child {margin-left: 0;}
.Box .Box_con .conbox ul li p{width:100%; height: 50px; line-height: 50px;  font-size: 16px; color: #000000; text-align: center}
.Box .Box_con .btn {display: block;width:24px;height:115px;cursor: pointer;  text-align: center; position: absolute; top:30%;  margin-top: -25px;  }
.Box .Box_con .btnl {float: left; background: url(../images/left.png) no-repeat; left:-50px;}
.Box .Box_con .btnr { float: right; background: url(../images/right.png) no-repeat; right:-50px;}
.Box .Box_con .btnl:hover{background: url(../images/left_h.png) no-repeat;}
.Box .Box_con .btnr:hover{background: url(../images/right_h.png) no-repeat}
.jqfree_pic{width: 100%; height:auto; }
.jqfree_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s; }


 