@charset "utf-8";
/* CSS Document */
html{ font-size:14px; }
body{
 margin:0;
 padding:0;
 background-color:#fff;
 overflow-x:hidden;
}
div,img,h3,h4,p,dd,dl,em{margin: 0; padding: 0; border: 0;}
h1{font:bold 1.26em Arial, Sans-Serif;letter-spacing:0px;margin:0;padding:0}
h2{font:bold 1.7em Arial, Sans-Serif;letter-spacing:0px;font-size:16px;color:#000;background:inherit;margin:0 0 5px;padding:0}
p{margin:0 auto}
ul,li{list-style:none;margin:0;padding:0}
form{margin:0}
a{text-decoration:none;}
a:hover{text-decoration:none; color:#c01701;transition:all 0.8s linear 0s;}
.clear{font-size:0; line-height:0;clear: both;overflow: hidden; zoom: 1;}
.fr{float:right;}
.fl{float:left;}

/*banner*/
.yf_banner{ width: 100%;clear: both; position: relative;}
.yf_banner img{ width: 100%;position: relative;}
.yf_banner h3{font-size:45px;
    color: #fff;
    position: absolute;
    left: 18.6vw;
    top:185px;
    font-weight: normal;margin:0 auto;
}
.yf_banner p{font-size:20px;
    color: #fff;
    position: absolute;
    left: 18.6vw;
    top: 250px;
    font-weight: normal;
    margin: 0 auto;}
	
.banner {
  width: 100%;
  height: 520px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.banner h3 {
  font-weight: 600;
  color: #fff;
  font-size: 45px;
  position: absolute;
  top: 230px;
  width: 1280px;
  text-align: center;
  left: 50%;
  margin-left: -640px;
}

.tab{ width:100%; margin:0 auto;background: #eff3f6;}
.tab-hd {overflow:hidden; zoom:1;width:1280px;margin:0 auto;height: 200px;}
.tab h3{height: 45px;line-height: 45px;color: #000;font-weight:bold;text-align: center;cursor: pointer;font-size: 36px;padding-top:120px;padding-bottom: 30px;}
.tab-hd li{float:left; width:auto;padding: 0 26px;height:45px;line-height:45px;color:#333; text-align:center; cursor:pointer;font-size:16px;margin:70px 5px 0px 5px;border-radius: 5px;}
.tab-hd li a.active{ border: #2d5899 0px solid;color: #2d5899;}
.tab-bd li{display:none; padding:20px; border:0px solid #ddd; border-top:0 none; font-size:24px;}
.tab-bd li.thisclass{ display:list-item;}
.tab-bd {background:#fff;}
.tab-hd li a{color:#333;}

.kehuliebiao{width:1280px;overflow: hidden;margin: 60px auto;}
.kehuliebiao dl{padding:0;margin:0;}
.kehuliebiao dl dd{float:left;width:19.5%;text-align:center;border-left: 1px solid #d4dbfa;border-right: 1px solid #d4dbfa;margin: 0px -1px 35px 0;}
.kehuliebiao dl dd:after {content: "";display: block;width: 80%;height: 1px;background: #d4dbfa;margin: 0 10%;}
.kehuliebiao dl dd:before {content: "";display: block;width: 80%;height: 1px;background: #d4dbfa;margin: 0 10%;}
.kehuliebiao dl dd img{margin: 30px auto;}
.kehuliebiao dl dd dd{font-size:16px;color:#1b62b4;padding:3px 0 3px 0;border: 1px solid #1b62b4;width: 120px;margin: 30px auto;}
.kehuliebiao dl dd p{font-size:14px;color:#333;width:84%;text-align:left;margin: 0 auto;margin: 30px auto;line-height:22px;}

.scrollpic {
	width: 1200px;
	margin:40px auto 100px auto;
}
#myscroll {
	display: block;
	width: 100%;
	position: relative;
	height: 250px;
	overflow: hidden;
}
#myscroll #myscrollbox {
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000000px;
}
#myscroll ul {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#myscroll ul li {
	display: block;
	float: left;
	padding: 0;
	width:280px;
	border: 1px solid #ddd;
    margin: 0 24px 0 0;
}
#myscroll ul li a {
	display: block;
	float: left;
	width: 260px;
	padding: 0 1vw;
	position: relative;
	height: 246px;
	color: #333;
}
#myscroll ul li a img{width:100%;transition: all .3s ease;}
#myscroll ul li a:hover img {
    transform: scale(1.05);
}
#myscroll a .intro {
	position: absolute;
	left: 0;
	z-index: 10;
	background-color: #0057c4;
	filter: alpha(opacity=70);
	width: 280px;
	color: #fff;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	text-align: center;
}

#myscroll a .intro p {
	font-size: 13px;
	line-height: 20px;
	margin: 65px 70px;
	height: 70px;
	overflow: hidden;
}
#myscroll a .intro p img{width:70px;}
#myscroll a .intro {
	bottom: -211px;
}
#myscroll a:hover .intro {
	top: 0px;
}
#mybtns {
	margin: 10px 0;
	width: 1200px;
	display: block;
	height: 42px;
}
#mybtns a {
	width: 42px;
	height: 42px;
	display: block;
	float: right;
	margin-right: 1px;
	background-color: #c1c1c1;
	margin-left:10px;
}
#mybtns a:hover {
	background-color: #347fdc;
}
#mybtns a:hover, #myscroll, #mybtns a, #myscroll a:hover .intro, #myscroll a .intro, #myscroll #myscrollbox {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#mybtns #left {
	background-image: url(../img/jt_l.png);
}
#mybtns #right {
	background-image: url(../img/jt_r.png);
}

#kinMaxShow {
	visibility: hidden;
	width: 100%;
	height: 500px;
	overflow: hidden;
}
@media (max-width:760px){
.yf_banner {
    width: 100%;
    clear: both;
    position: relative;
    margin-top: 11vw;
	background: url(../img/anli_ban.jpg) no-repeat center center;
	height:50vw;
	background-size: cover;
}
.yf_banner img {
    width: 100%;
    position: relative;
    display: none;
}
.tab-hd li {
    float: left;
    width: 48%;
    padding: 0vw;
    height: 30px;
    line-height: 30px;
    color: #333;
    text-align: center;
    cursor: pointer;
    font-size: 3vw;
    border-radius: 5px;
    margin: 3px 1% 4px 1%;
    background: #ddd;
}
.tab-hd {
    overflow: hidden;
    zoom: 1;
    width: 100%;
    margin: 0 auto;
	height:auto;
	padding:3vw 0;
}

#mybtns {
    margin: 10px 0;
    width: 100%;
    display: block;
    height: 42px;
}
.scrollpic {
    width: 100%;
    margin: 15px auto 45px auto;
}	
#myscroll {
    display: block;
    width: 96%;
    position: relative;
    height: 137px;
    overflow: hidden;
	margin: 0 2%;
}
#myscroll ul li {
    display: block;
    float: left;
    padding: 0;
    width: 45vw;
    border: 1px solid #ddd;
    margin: 0 16px 0 0;
	text-align: center;
}
#myscroll ul li a {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
    height: auto;
    color: #333;
}
#myscroll ul li a img {
    width: 36vw;
    transition: all .3s ease;
}
}