BODY {FONT: 14px/1.8em Microsoft YaHei;color:#4a4949;}
* {	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
A {	COLOR: #4a4949; TEXT-DECORATION: none}
A:hover {COLOR: #1298fa; TEXT-DECORATION: none}
.clear {CLEAR: both; MARGIN-TOP: -1px; FONT-SIZE: 1px; VISIBILITY: hidden; WIDTH: 1px; LINE-HEIGHT: 0; HEIGHT: 0px}
IMG {BORDER: 0px; }
UL {LIST-STYLE-TYPE: none; LIST-STYLE-IMAGE: none}
LI {LIST-STYLE-TYPE: none; LIST-STYLE-IMAGE: none}
h2{FONT-FAMILY: "Microsoft YaHei";}
h3{FONT-FAMILY: "Microsoft YaHei";}
h4{FONT-FAMILY: "Microsoft YaHei";}
/*ÕûÌå²¼¾ÖÉùÃ÷*/

/*ÄÚÒ³ÍøÒ³ÕûÌåÒ³Ãæ*/
@media screen and (min-width:1000px){
#navigation {z-index:9999;position:fixed; bottom:top;left:0;width:100%;height:100px;background:rgba(255,255,255,.5);}
#navigation .logo{float:left;display:block;width:287px;height:46px;padding:25px 0 0 50px;}
#navigation .clearfix:after{content:".";height:0;clear:both;visibility:hidden;}
#navigation .nav{height:35px; line-height:35px; position:relative; z-index:2;width:745px;float:right;padding-top:25px;}
#navigation .nav a{ color:#000;}
#navigation .nav .nLi{ float:left;  position:relative; display:inline;}
#navigation .nav .nLi h3{float:left;text-align:center;font-size:16px;font-weight:500;}
#navigation .nav .nLi h3 a{ display:block;height:35px;padding:0 20px 0 20px;}
#navigation .nav .sub{ display:none; width:115px;left:0; top:32px;  position:absolute; background:#1298fa;  line-height:26px;font-size:12px;padding:5px 0;  }
#navigation .nav .sub li{ zoom:1;}
#navigation .nav .sub a{ display:block; padding:0 10px;color:#fff;}
#navigation .nav .sub a:hover{ background:#000; color:#ff0;}
#navigation .nav .on h3 a{border-bottom:3px #1298fa solid;}
}
@media screen and (max-width:1200px){#navigation{display:none;}}
@media screen and (max-width:1200px){.top01{display:none;}}
@media screen and (max-width:1200px){
#navigation_m{width:100%;height:60px;z-index:9999;position:absolute; bottom:top;left:0;}
#navigation_m .logo .logo_link img{width:157px; height:44px;padding:8px 0 0 8px;}
}
@media screen and (max-width:1200px){
#navigation_m_index{width:100%;height:60px;z-index:9999;position:absolute; bottom:top;left:0;}
#navigation_m_index .logo .logo_link img{width:157px; height:44px;padding:8px 0 0 8px;}
}
@media screen and (min-width:1000px) {
#navigation_m{display:none;}
}
@media screen and (min-width:1000px) {
#navigation_m_index{display:none;}
}
@media screen and (min-width:1200px) {
.moblie_head{display:none;}
}
/*µ¼º½Ìõ*/
.banner{ min-width:1000px;height:861px; background:url(../images/banner.jpg) no-repeat center top;}
.banner_nei{}
.banner_nei img{width:100%}
@media screen and (min-width:1000px) {
.slideshow{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
}
@media screen and (max-width:1000px) {
.slideshow{
    width: 100%;
    height: 50vh;
    position: relative;
    overflow: hidden;
}
}
.slideshow-item{
    width: inherit;
    height: inherit;
    position: absolute;
    opacity: 0;
    animation: slideanim 31s infinite;
}

.slideshow-item:nth-child(1),
.slideshow-item:nth-child(1) img{
    animation-delay: 0;
}
.slideshow-item:nth-child(2),
.slideshow-item:nth-child(2) img{
    animation-delay: 10s;
}

.slideshow-item:nth-child(3),
.slideshow-item:nth-child(3) img{
    animation-delay: 20s;
}

.slideshow-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: zoom 31s infinite;
}

.slideshow-item-text{
    max-width:95%;
    position: absolute;
    top:40%;
    transform: translateY(-50%);
    left: 0;
    color: #fff;
    padding: 10rem 5rem;
    font-family: 'Raleway', sans-serif;
}

.slideshow-item-text h5{
    font-size:30px;
    letter-spacing: 3px;
}

.slideshow-item-text p{
    font-weight:900;
    font-size:20px;
    margin-top: 1.5rem;
}

@keyframes slideanim{
    25%{
        opacity: 1;
    }
    40%{
        opacity: 0;
    }
}

@keyframes zoom{
    100%{
        transform: scale(1.3);
    }
}

@media screen and (max-width: 1100px){
    .slideshow-item-text{
        max-width:95%;
    }
}

@media screen and (max-width: 768px){
    .slideshow-item-text{
        padding: 3rem 1.5rem;
    }
}

@media screen and (max-width: 456px){
    .slideshow-item-text{
        max-width: 100%;
        top: inherit;
        transform: translateY(0);
        bottom: 0;
    }

    .slideshow-item-text h5{
        font-size: 2rem;
    }

    .slideshow-item-text p{
        font-size: 1rem;
    }
}
.slideshow .biaoyu{position: absolute;top:40%;width:90%;margin-left:5%;color:#fff;}
.slideshow .biaoyu h2{font:34px/40px Î¢ÈíÑÅºÚ;font-weight:bold;}
.slideshow .biaoyu h3{font:18px/40px Î¢ÈíÑÅºÚ;}

@media screen and (min-width:1200px) {
	.slideshow .xinwen{
    position: absolute;
    top:85%;
	left:50%;
	margin-left: -480px;
    transform: translateY(-50%);
    background:#fff;
	width:960px;	
	height:45px;
	border-radius:10px;}
	.newstars { width:98%; line-height:35px;height:35px;padding:5px 0 0 0; overflow: hidden; }
	.list_newstars ul { position: absolute; top: 0px; }
	.list_newstars li { overflow: hidden;width:800px;}
	.list_newstars li span{width:95px;float:left;border-right:2px #5e5e5e solid;line-height:24px;margin:5px 0 0 0;}
    .list_newstars li h2{font:14px/15px Î¢ÈíÑÅºÚ;float:left;background:#1298fa;color:#fff;padding:5px 8px 5px 8px;margin:5px 20px 0 20px;}
	.list_newstars a:hover li h2{background:#5e5e5e;}
	.list_newstars li h3{font:14px/35px Î¢ÈíÑÅºÚ;float:left;overflow: hidden;width:50%;}
}
@media screen and (max-width:1200px) {
	.slideshow .xinwen{
    position: absolute;
    top:85%;
    transform: translateY(-50%);
    background:#fff;
	width:90%;
	margin-left:5%;
	height:70px;
	border-radius:10px;}
	.newstars { width:95%; line-height:35px;height:70px;padding:5px 0 0 0; overflow: hidden; }
	.list_newstars ul { position: absolute; top: 0px; }
	.list_newstars li { overflow: hidden;width:800px;}
	.list_newstars li span{font:12px/15px Î¢ÈíÑÅºÚ;width:75px;float:left;border-right:2px #5e5e5e solid;line-height:21px;margin:5px 0 0 0;}
    .list_newstars li h2{font:12px/15px Î¢ÈíÑÅºÚ;float:left;background:#1298fa;color:#fff;padding:3px 8px 3px 8px;margin:5px 20px 0 15px;}
	.list_newstars a:hover li h2{background:#5e5e5e;}
	.list_newstars li h3{font:10px/35px Î¢ÈíÑÅºÚ;float:left;overflow: hidden;width:100%;}
}
@media screen and (min-width:1200px) {
.top02{height:118px;border-bottom:35px #eeeeee solid;}
}
@media screen and (max-width:1200px) and (min-width:690px) {
.top02{height:63px;border-bottom:35px #eeeeee solid;}
}
@media screen and (max-width:690px) {
.top02{height:63px;border-bottom:35px #eeeeee solid;}
}
@media screen and (min-width:1200px) {
.row1 {text-align:center;padding:30px 0 80px 0;background-image: url(../images/row1_bg01.jpg);background-size:cover;background-position: center;background-attachment: fixed;}
.row1 .cont{width:1200px;margin:0 auto;padding-top:50px;}
.row1 .cont .chanpin{width:362px;height:320px;margin:0 20px 0 18px;float:left;text-align:left;}
.row1 .cont .chanpin strong{text-align:left;font-size:16px;line-height:18px;}
.he_slideCaptionDown{overflow:hidden;background:#fff;width:362px;height:270px;float:left;padding:0;margin:0;position:relative;box-sizing:border-box;cursor:pointer;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;}
.he_slideCaptionDown .he_slideCaptionDown_img{position:relative;display:block;width:100%;height:270px;padding:0;margin:0;opacity:1;overflow:hidden}
.he_slideCaptionDown .he_slideCaptionDown_caption{color:#fff;background:rgba(254,114,83,0);-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);-o-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_slideCaptionDown:hover .he_slideCaptionDown_caption{background:rgba(000,000,000,.4);-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.he_slideCaptionDown .he_slideCaptionDown_caption,.he_slideCaptionDown .he_slideCaptionDown_caption > a{position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_slideCaptionDown .he_slideCaptionDown_caption_h{font-size:1.3em;font-weight:700;text-align:center;width:100%;position:absolute;top:-50%;left:2%;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden;opacity:0}
.he_slideCaptionDown:hover .he_slideCaptionDown_caption_h{color:#fff;top:45%;opacity:1}
.he_slideCaptionDown .he_slideCaptionDown_caption_p{font-size:1em;text-align:center;width:100%;position:absolute;top:-50%;left:10%;-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;transition:all .6s ease-in-out;overflow:hidden;opacity:0}
.he_slideCaptionDown:hover .he_slideCaptionDown_caption_p{color:#fff;top:45%;opacity:1}
}
@media screen and (max-width:1200px) and (min-width:690px) {
.row1 {text-align:center;padding-top:30px;}
.row1 .title{height:55px;padding-top:30px;text-align:center;background:url(../images/title_bg01.png) no-repeat center bottom;}
.row1 .title {color:#1298fa;font-size:36px;line-height:36px;}
.row1 .title span{color:#353535;font-size:30px;line-height:36px;}
.row1 .cont{width:100%;margin:0 auto;padding-top:50px;}
.row1 .cont .chanpin{width:29%;height:100%;margin:2%;float:left;text-align:left;}
.row1 .cont .chanpin strong{text-align:left;font-size:16px;line-height:35px;border:none;color:#353535;}
.he_slideCaptionDown{overflow:hidden;background:#fff;width:100%;height:100%;float:left;padding:0;margin:0;position:relative;box-sizing:border-box;cursor:pointer;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;}
.he_slideCaptionDown .he_slideCaptionDown_img{position:relative;display:block;width:100%;height:100%;padding:0;margin:0;opacity:1;overflow:hidden}
.he_slideCaptionDown .he_slideCaptionDown_caption{color:#fff;background:rgba(254,114,83,0);-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);-o-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_slideCaptionDown:hover .he_slideCaptionDown_caption{background:rgba(000,000,000,.4);-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.he_slideCaptionDown .he_slideCaptionDown_caption,.he_slideCaptionDown .he_slideCaptionDown_caption > a{position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_slideCaptionDown .he_slideCaptionDown_caption_h{font-size:1.3em;font-weight:700;text-align:center;width:80%;position:absolute;top:-50%;left:10%;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden;opacity:0}
.he_slideCaptionDown:hover .he_slideCaptionDown_caption_h{color:#fff;top:45%;opacity:1}
.he_slideCaptionDown .he_slideCaptionDown_caption_p{font-size:1em;text-align:center;width:80%;position:absolute;top:-50%;left:10%;-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;transition:all .6s ease-in-out;overflow:hidden;opacity:0}
.he_slideCaptionDown:hover .he_slideCaptionDown_caption_p{color:#fff;top:45%;opacity:1}
}
@media screen and (max-width:690px) {
.row1 {text-align:center;padding:20px 0 30px 0;}
.row1 .title{height:35px;padding-top:20px;text-align:center;background:url(../images/title_bg01.png) no-repeat center bottom;}
.row1 .title {color:#1298fa;font-size:26px;line-height:26px;}
.row1 .title span{color:#353535;font-size:18px;line-height:26px;}
.row1 .cont{width:100%;margin:0 auto;padding-top:20px;}
.row1 .cont .chanpin{width:95%;height:100%;margin:0 auto;text-align:left;}
.row1 .cont .chanpin strong{text-align:left;font-size:16px;line-height:35px;border:none;color:#353535;text-indent:0;}
.he_slideCaptionDown{overflow:hidden;background:#fff;width:100%;height:100%;float:left;padding:0;margin:0;position:relative;box-sizing:border-box;cursor:pointer;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;}
.he_slideCaptionDown .he_slideCaptionDown_img{position:relative;display:block;width:100%;height:100%;padding:0;margin:0;opacity:1;overflow:hidden}
.he_slideCaptionDown .he_slideCaptionDown_caption{color:#fff;background:rgba(254,114,83,0);-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);-o-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_slideCaptionDown:hover .he_slideCaptionDown_caption{background:rgba(000,000,000,.4);-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.he_slideCaptionDown .he_slideCaptionDown_caption,.he_slideCaptionDown .he_slideCaptionDown_caption > a{position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_slideCaptionDown .he_slideCaptionDown_caption_h{font-size:1.3em;font-weight:700;text-align:center;width:80%;position:absolute;top:-50%;left:10%;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden;opacity:0}
.he_slideCaptionDown:hover .he_slideCaptionDown_caption_h{color:#fff;top:45%;opacity:1}
.he_slideCaptionDown .he_slideCaptionDown_caption_p{font-size:1em;text-align:center;width:80%;position:absolute;top:-50%;left:10%;-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;transition:all .6s ease-in-out;overflow:hidden;opacity:0}
.he_slideCaptionDown:hover .he_slideCaptionDown_caption_p{color:#fff;top:45%;opacity:1}
}
@media screen and (min-width:1200px) {
.row2 {}
.row2 .left{width:50%;height:220px;float:left;background:url(../images/row2_bg01.jpg) no-repeat right top;border-radius:0 15px 15px 0;}
.row2 .left .cont1{font:22px/56px Î¢ÈíÑÅºÚ;color:#fff;text-align:right;padding:50px 50px 0 0;}
.row2 .right{width:50%;height:220px;float:right;background:url(../images/row2_bg02.jpg) no-repeat right bottom;border-radius:15px 0 0 15px;}
.row2 .right .cont1{height:220px;background:url(../images/row2_bg03.png) no-repeat 50px 70px;}
.row2 .right .cont1 span{padding:65px 0 0 145px;display:block;}
.row2 .right .cont1 span h2{font:36px/56px Î¢ÈíÑÅºÚ;color:#fff;}
.row2 .right .cont1 span h3{font:20px/26px Î¢ÈíÑÅºÚ;color:#fff;}
.row2 .cont{text-align:left;padding-top:30px;}
.row2 .cont .chanpin2 {width:1090px;height:250px;padding-top:30px;margin:0 auto;}
.row2 .cont .chanpin2 ul li{width:515px;height:210px;float:left;background:#fff;margin:0 0 20px 20px;}
.row2 .cont .chanpin2 img{width:302px;height:210px;float:left;}
.row2 .cont .chanpin2 h2{float:left;font:24px/35px Î¢ÈíÑÅºÚ;color:#1298fa;padding:20px 30px 0 30px;width:153px;}
.row2 .cont .chanpin2 h3{float:left;font:14px/25px ËÎÌå;padding:15px 30px 0 30px;width:153px;height:103px;}
.row2 .cont .chanpin2 strong{font:14px/37px Î¢ÈíÑÅºÚ;display:block;width:98px;height:37px;background:#1298fa;float:right;color:#fff;text-align:center;}
}
@media screen and (max-width:1200px) {
.row2 {}
.row2 .left{height:220px;background:url(../images/row2_bg01.jpg) no-repeat right top;border-radius:15px;}
.row2 .left .cont1{font:16px/36px Î¢ÈíÑÅºÚ;color:#fff;text-align:right;padding:50px 50px 0 0;}
.row2 .right{height:220px;background:url(../images/row2_bg02.jpg) no-repeat right bottom;border-radius:15px;}
.row2 .right .cont1{height:220px;background:url(../images/row2_bg03.png) no-repeat 50px 70px;}
.row2 .right .cont1 span{padding:65px 0 0 145px;display:block;}
.row2 .right .cont1 span h2{font:36px/56px Î¢ÈíÑÅºÚ;color:#fff;}
.row2 .right .cont1 span h3{font:20px/26px Î¢ÈíÑÅºÚ;color:#fff;}
.row2 .cont{text-align:left;padding-top:30px;}
.row2 .cont .chanpin2 {width:1090px;height:250px;padding-top:30px;margin:0 auto;}
.row2 .cont .chanpin2 ul li{width:515px;height:210px;float:left;background:#fff;margin:0 0 20px 20px;}
.row2 .cont .chanpin2 img{width:302px;height:210px;float:left;}
.row2 .cont .chanpin2 h2{float:left;font:24px/35px Î¢ÈíÑÅºÚ;color:#1298fa;padding:20px 30px 0 30px;width:153px;}
.row2 .cont .chanpin2 h3{float:left;font:14px/25px ËÎÌå;padding:15px 30px 0 30px;width:153px;height:103px;}
.row2 .cont .chanpin2 strong{font:14px/37px Î¢ÈíÑÅºÚ;display:block;width:98px;height:37px;background:#1298fa;float:right;color:#fff;text-align:center;}
}
@media screen and (min-width:1200px) {
.row3{height:650px;margin-top:50px;}
.row3 .title{height:35px;padding-top:20px;text-align:center;background:url(../images/title_bg01.png) no-repeat center bottom;}
.row3 .title {color:#1298fa;font-size:26px;line-height:26px;}
.row3 .title span{color:#353535;font-size:18px;line-height:26px;}
.row3 .cont{width:1200px;margin:0 auto;line-height:2.5em;text-align:center;}
.row3 .cont h2{font:36px/58px Î¢ÈíÑÅºÚ;color:#1298fa;padding-top:20px;}
.row3 .cont h3{font:24px/48px Î¢ÈíÑÅºÚ;color:#1298fa;padding-bottom:20px;}
.row3 .picScroll{ position:relative;padding:40px 0 10px 27px;margin-bottom:10px;}
.row3 .picScroll ul{ overflow:hidden; zoom:1; }
.row3 .picScroll ul li{ float:left;width:275px;margin:0 6px 0 6px;text-align:center;display:inline;}
.row3 .picScroll ul li img{ width:275px; height:220px;}
.row3 .picScroll .prev,
.row3 .picScroll .next{ position:absolute;  left:0px; top: 140px; display:block; width:18px; height:28px; overflow:hidden; background:url(../images/double_arrow.png) no-repeat; cursor:pointer;  }
.row3 .picScroll .next{ left:auto; right:0px; background-position:-18px 0;}
.row4 {padding-top:80px;background-image: url(../images/row4_bg01.jpg);background-size:cover;background-position: center;background-attachment: fixed;height:650px;}
.row4 .col1{width:1000px;height:369px;padding:100px;margin:0 auto;color:#fff;background:rgba(18,153,250,.8);border-radius:15px;}
.row4 .col1 h2{font:36px/38px Î¢ÈíÑÅºÚ;}
.row4 .col1 h3{font:12px/25px Î¢ÈíÑÅºÚ;}
.row4 .col1 .more a{color:#fff;padding:10px 60px 10px 60px;border:1px #fff solid;border-radius:10px;}
.row4 .col1 .more a:hover{color:#1298fa;padding:10px 60px 10px 60px;border:1px #fff solid;background:#fff;border-radius:10px;}
.jianjie_button{width:940px;height:220px;margin:0 auto;}
.jianjie_button a{font:18px/24px Î¢ÈíÑÅºÚ;text-align:center;color:#ffffff;float:left;display:block;width:185px;height:45px;padding-top:160px;border:1px #fff solid;border-radius:15px;margin:0 20px 0 20px;}
.jianjie_button a:hover{color:#fff000;}
.jianjie_button .link01 a{BACKGROUND: url(../images/row1_button01.png) no-repeat center 20px;}
.jianjie_button .link01 a:hover{BACKGROUND: url(../images/row1_button01b.png) no-repeat center 20px;}
.jianjie_button .link02 a{BACKGROUND: url(../images/row1_button02.png) no-repeat center 20px;}
.jianjie_button .link02 a:hover{BACKGROUND: url(../images/row1_button02b.png) no-repeat center 20px;}
.jianjie_button .link03 a{BACKGROUND: url(../images/row1_button03.png) no-repeat center 20px;}
.jianjie_button .link03 a:hover{BACKGROUND: url(../images/row1_button03b.png) no-repeat center 20px;}
.jianjie_button .link04 a{BACKGROUND: url(../images/row1_button04.png) no-repeat center 20px;}
.jianjie_button .link04 a:hover{BACKGROUND: url(../images/row1_button04b.png) no-repeat center 20px;}
}
@media screen and (max-width:1200px){.row3{display:none;}}
@media screen and (min-width:1200px){.row3_mobile{display:none;}}
@media screen and (max-width:1200px){.row3_mobile{display:none;}}
@media screen and (max-width:1000px) {
.row3_mobile{text-align:center;}
.row3_mobile .title{height:35px;padding-top:20px;text-align:center;background:url(../images/title_bg01.png) no-repeat center bottom;}
.row3_mobile .title {color:#1298fa;font-size:26px;line-height:26px;}
.row3_mobile .title span{color:#353535;font-size:18px;line-height:26px;}
.row3_mobile .picScroll{ position:relative;padding:40px 0 10px 27px;margin-bottom:10px;}
.row3_mobile .picScroll ul{ overflow:hidden; zoom:1; }
.row3_mobile .picScroll ul li{ float:left;width:220px;margin:0 6px 0 6px;text-align:center;display:inline;}
.row3_mobile .picScroll ul li img{ width:220px; height:170px;}
.row3_mobile .picScroll .prev,
.row3_mobile .picScroll .next{ position:absolute;  left:0px; top: 110px; display:block; width:18px; height:28px; overflow:hidden; background:url(../images/double_arrow.png) no-repeat; cursor:pointer;  }
.row3 .picScroll .next{ left:auto; right:0px; background-position:-18px 0;}
.row4 {padding:30px 0 30px 0;background-image: url(../images/row4_bg01.jpg);background-size:cover;background-position: center;background-attachment: fixed;}
.row4 .col1{width:80%;padding:20px 20px 30px 20px;margin:0 auto;background:#1298fa;color:#fff;border-radius:15px;}
.row4 .col1 h2{font:36px/38px Î¢ÈíÑÅºÚ;}
.row4 .col1 h3{font:12px/25px Î¢ÈíÑÅºÚ;}
.row4 .col1 a{color:#fff;padding:10px 60px 10px 60px;border:1px #fff solid;border-radius:10px;}
.row4 .col1 a:hover{color:#1298fa;padding:10px 60px 10px 60px;border:1px #fff solid;background:#fff;border-radius:10px;}
}
@media screen and (min-width:1200px) {
.row5 {text-align:center;padding-top:30px;height:700px;background-image: url(../images/row5_bg01.jpg);background-size:cover;background-position: center;background-attachment: fixed;}
.row5 .title{height:55px;padding-top:30px;text-align:center;background:url(../images/title_bg01.png) no-repeat center bottom;}
.row5 .title {color:#1298fa;font-size:36px;line-height:36px;}
.row5 .title span{color:#353535;font-size:30px;line-height:36px;}
.row5 .cont h2{font:36px/100px Î¢ÈíÑÅºÚ;color:#214a94;font-weight:bold;text-align:center;}
.row5 .cont h2 strong{color:#999999;}
.row5 .cont{width:1200px;margin:0 auto;text-align:left;}
.row5 .col1{width:800px;float:left;padding-top:20px;}
.row5 .col1 ul li{width:370px;float:left;margin-right:30px;}
.row5 .col1 ul li h2{font:18px/50px Î¢ÈíÑÅºÚ;font-weight:bold;color:#333333;text-align:left;}
.row5 .col1 ul li span{background:#333333;display:block;width:40px;height:2px;margin-bottom:20px;}
.row5 .col1 ul li img{width:370px;height:220px;}
.row5 .col2{width:400px;float:right;padding-top:20px;}
.row5 .col2 ul .xinwen{line-height:40px;padding-left:20px;BACKGROUND:url(../images/arrow01.png) no-repeat left center;}
}
@media screen and (max-width:1050px) {
.row5 {text-align:left;width:96%;margin:0 auto;}
.row5 .title{height:105px;padding-top:30px;text-align:}
.row5 .title h2{color:#000;font-size:24px;line-height:36px;}
.row5 .title h3{display:block;color:#ececeb;font-size:30px;line-height:36px;}
.row5 .col1{display:none;}
.row5 .riqi{display:none;}
.row5 ul li{border-bottom:1px #eeeeee solid;margin:20px 0 0 0;text-align:left;}
.row5 ul li h2{font:16px/25px Î¢ÈíÑÅºÚ;font-weight:bold;}
}
@media screen and (min-width:1200px) {
.row8{height:476px;padding-top:200px;BACKGROUND: url(../images/row8_bg01.jpg) no-repeat center top;background-size:cover;background-position: center;background-attachment: fixed;}
.row8 .row02{width:1100px;padding:50px;margin:0 auto;height:294px;background:rgba(18,152,250,.8);border-radius:15px;}
.row8 .row02 .col1{width:500px;float:left;color:#fff;line-height:55px;}
.row8 .row02 .col1 h2{font:24px/55px Î¢ÈíÑÅºÚ;}

.row8 .row02 .col2{width:500px;float:right;}
.row8 .row02 .col2 h2{font:24px/55px Î¢ÈíÑÅºÚ;color:#fff;border-bottom:1px #fff solid;}
.row8 .row02 .col2 .lanmu{width:111px;float:left;}
.row8 .row02 .col2 .lanmu a{color:#fff;}
.row8 .row02 .col2 .lanmu .dalei{font:16px/35px Î¢ÈíÑÅºÚ;font-weight:900;}
.row8 .row02 .col2 .shangpin{width:500px;}
.row8 .row02 .col2 .shangpin li{float:left;width:100px;}
.row8 .row02 .col2 .shangpin li a{color:#fff;font:14px/35px ËÎÌå;}
}
@media screen and (max-width:1000px) {
.row8{display:none;}
}
.title02{height:35px;line-height:35px;}
.title02 h2{font:20px/35px Microsoft YaHei;float:left;color:#656565;}
.title03{height:50px;border-bottom:1px #004bb0 solid;}
.title03 h3{font:30px/50px Microsoft YaHei;text-indent:10px;float:left;color:#004bb0;}
.title03 a{float:right;display:block;background:url(../images/more01.png) no-repeat;width:81px;height:30px;margin:10px 10px 0 0;color:#fff;}
.title04{height:120px;padding-top:40px;text-align:center;background:url(../images/title_bg01.png) no-repeat center center;}
.title04 h2{line-height:42px;font-size:35px;font-weight:500;color:#415168;}
.title04 h3{line-height:44px;font-size:14px;font-weight:bold;color:#E50F0D;}
.title04 h4{line-height:38px;font-size:16px;font-weight:bold;color:#777E90;}
.more01{float:right;display:block;background:url(../images/more01.png) no-repeat;width:81px;height:30px;margin:10px 0 0 0;color:#fff;}
.more02{display:block;background:#E50F0F;width:135px;height:45px;margin:40px 0 0 490px;text-align:center;font:18px/45px Microsoft YaHei;color:#fff;}
.cont01{background:#004bb0;height:470px;}
.cont01 li{line-height:60px;font-size:16px;padding-left:30px;border-bottom:1px #4d81c8 solid;font-weight:bold;}
.cont01 li a{color:#fff;display:block;}
.cont01 li a:hover{color:#fffc00;} 
.cont02{padding:5px;}
.cont02 img{width:153px;height:123px;float:left;padding:0 10px 20px 0;}
.cont02 span{display:block;}
.cont03{padding:5px;margin-bottom:10px;}
.cont03 li{line-height:37px;border-bottom:1px #A0A0A0 dashed;padding-left:10px;}
@media screen and (min-width:1200px) {
.title01{height:75px;padding-top:30px;text-align:center;background:url(../images/title_bg01.png) no-repeat center bottom;}
.title01 h2 {color:#1298fa;font-size:26px;line-height:26px;margin-top:-45px;}
.title01 h3{color:#f4f4f4;font-size:60px;line-height:60px;}
}
@media screen and (max-width:1200px) {
.title01{height:55px;padding-top:20px;text-align:center;background:url(../images/title_bg01.png) no-repeat center bottom;}
.title01 h2 {color:#1298fa;font-size:38px;line-height:36px;margin-top:-40px;}
.title01 h3{color:#f4f4f4;font-size:35px;line-height:40px;}
}
@media screen and (min-width:1200px) {
.copyright{height:63px;line-height:63px;background:#1298fa;color:#fff;}
.copyright .cont{width:1200px;margin:0 auto;}
}
@media screen and (max-width:1200px) and (min-width:690px) {
.copyright{height:63px;line-height:63px;background:#1298fa;color:#fff;}
.copyright .cont{width:690px;margin:0 auto;}
}
@media screen and (max-width:690px) {
.copyright{height:63px;line-height:18px;background:#1298fa;color:#fff;}
.copyright .cont{width:95%;margin:0 auto;padding-top:15px;}
}

/*µ×²¿°æÈ¨*/

@media screen and (min-width:1200px) {
#main_in {MARGIN: 10px auto 10px; WIDTH: 1200px;}
.is01{margin:0 auto;padding-top:85px;}
.is01 img{float:left;width:377px;height:196px;}
.is01 .zhengwen{float:right;width:780px;}
.is02{margin:0 auto;padding-top:85px;}
.is02 img{float:right;width:377px;height:196px;}
.is02 .zhengwen{float:left;width:780px;}
}
@media screen and (max-width:1200px) {
#main_in {padding:5px;}
strong{display:block;color:#104799;margin-bottom:20px;font-size:24px;line-height:50px;border-bottom:1px #104799 solid;text-indent:10px;}
.is01{margin:0 auto;padding-top:25px;}
.is01 img{width:100%;}
.is01 .zhengwen{}
.is02{margin:0 auto;padding-top:85px;}
.is02 img{width:100%;}
.is02 .zhengwen{}
}
/*ÄÚÒ³ÄÚÈÝÇøÓò*/
#sidebar {WIDTH: 257px; FLOAT: left;}
/*ÄÚÒ³²àÁÐ±í*/
#left_title01{FONT:20px/47px Microsoft YaHei;text-align:center;background:#4195eb;color:#fff;font-weight:bold;}
#left_sort {background:#f4f4f4;}
#left_sort LI A {display:block;height:32px;FONT:16px/30px Microsoft YaHei; font-weight:500;border-bottom:#b5b5b5 1px dashed;text-indent:10px;}
#left_sort LI A:hover {color:#4195eb;}
#left_sort .erjifenlei A {display:block;height:25px;FONT:14px/25px Microsoft YaHei; font-weight:500;border-bottom:#b5b5b5 1px dashed;text-indent:20px;}
#left_cont01{padding:5px 5px 155px 5px;margin-bottom:10px;background:url(../images/left_bg01.png) #ececec no-repeat left bottom ;}
/*ÄÚÒ³²àÁÐ±í·ÖÀà*/
#main_cont{WIDTH: 820px; FLOAT: right}
/*ÄÚÒ³ÓÒ²àÄÚÈÝÇøÓò*/
#position{BORDER-BOTTOM: #CBCBCB 2px solid; LINE-HEIGHT: 32px; COLOR: #6a6a6a}
#position SPAN {FLOAT: right}
#position SPAN A {PADDING-BOTTOM: 0px; PADDING-LEFT: 2px; PADDING-RIGHT: 2px; DISPLAY: inline-block; PADDING-TOP: 0px}
#position H2 {FONT-SIZE: 14px;}
#position{BORDER-BOTTOM: #989898 1px solid;height:70px;margin-bottom:20px;}
#position H2 {FONT-SIZE: 24px;color:#00349f;background:url(../images/arrow01.png) no-repeat 180px center;width:260px; LINE-HEIGHT: 32px; }
#position H3 {FONT-SIZE: 24px;color:#989898;width:260px; LINE-HEIGHT: 32px;padding-left:20px;font-weight:500;}
#position2{border-bottom:1px #E4E4E4 solid;text-align:center;}
#position2 a{padding:10px 30px 10px 30px;background:#fff;color:#5A5A5A;margin-left:10px;font:14px/50px ËÎÌå;border:1px #E5E5E5 solid;}
#position2 .shover{background:#1298fa;color:#fff;}
#position2 a:hover{background:#1298fa;color:#fff;}
.nei_title{height:80px;padding:10px 0 25px 0;text-align:center;background:url(../images/title_bg02.png) no-repeat center 90px;}
.nei_title H2{font:20px/32px Î¢ÈíÑÅºÚ;}
.nei_title H3{font:35px/42px Î¢ÈíÑÅºÚ;font-weight:bold;COLOR:#1298fa;}
/*ÄÚÒ³µ±Ç°Î»ÖÃ*/
@media screen and (min-width:1200px) {
#title_wrap {TEXT-ALIGN: center; MARGIN: 20px 0px 0px;HEIGHT: 45px}
#title {LINE-HEIGHT: 18px; MARGIN: 18px 20px 8px; FONT-FAMILY: "Microsoft YaHei"; FONT-SIZE: 18px; FONT-WEIGHT: normal}
}
@media screen and (max-width:1200px) {
#title_wrap {TEXT-ALIGN: left; MARGIN:20px 0px 0px 0px;HEIGHT: 45px}
#title {LINE-HEIGHT: 18px; MARGIN:18px 0 0 6px; FONT-FAMILY: "Microsoft YaHei"; FONT-SIZE: 18px; FONT-WEIGHT: normal}
}
/*ÎÄÕÂÄÚÈÝÒ³±êÌâ*/
#info SPAN {MARGIN: 0px 6px}
#info SPAN A {PADDING-BOTTOM: 0px; PADDING-LEFT: 3px; PADDING-RIGHT: 3px; DISPLAY: inline-block; PADDING-TOP: 0px}
#info SPAN A:hover {BACKGROUND: #254383; COLOR: #fff; TEXT-DECORATION: none}
/*ÎÄÕÂÄÚÈÝÒ³·¢²¼ÈÕÆÚºÍµã»÷´ÎÊý*/
@media screen and (min-width:1200px) {
#c_txt {}
#c_txt P {MARGIN: 15px 0px}
}
#shipinv{text-align:center;}
@media screen and (max-width:1200px) {
#c_txt {padding:10px;}
#c_txt img{width:100%;}
#c_txt P {MARGIN: 15px 0px}
#c_txt P img{width:100%;}
}
/*µ¥Ò³ºÍ²úÆ·Ò³ÄÚÈÝÇøÓò*/
#prev_next {PADDING-BOTTOM: 15px;PADDING-LEFT: 20px; PADDING-RIGHT: 20px; PADDING-TOP: 15px}
/*ÎÄÕÂºÍ²úÆ·ÖÐµÄÉÏÒ»Ò³ÏÂÒ»Ò³*/
@media screen and (min-width:1200px) {
#text_list {MARGIN: 20px 0 0 0px}
#text_list LI {margin:0 0 20px 20px;background:#F4F4F4;padding:12px;height:178px;}
#text_list LI img{width:230px;height:172px;border:1px #E5E5E5 solid;float:left;margin-right:35px;}
#text_list LI .riqi{width:80px;height:161px;padding:40px 20px 0 0;float:right;text-align:center;}
#text_list LI .riqi .ri{font:60px/80px Î¢ÈíÑÅºÚ;border-bottom:2px #7F7F7F solid;display:block;}
#text_list LI .riqi .nianyue{font:16px/40px Î¢ÈíÑÅºÚ;display:block;color:#7F7F7F;}
#text_list LI .neirong{width:540px;float:left;color:#535353;}
#text_list LI .neirong h2{color:#1D1D1D;}
#text_list LI .chakan{display:block;width:112px;height:40px;font:16px/40px Î¢ÈíÑÅºÚ;border:1px #E0E0E0 solid;background:#fff;text-align:center;margin-top:20px;}
#text_list LI h2{font:16px/45px Î¢ÈíÑÅºÚ;font-weight:bold;}
}
@media screen and (max-width:1200px) {
#text_list {MARGIN: 20px 0 0 0px}
#text_list LI {margin:0 0 20px 0;background:#F4F4F4;padding:12px;}
#text_list LI img{width:125px;height:82px;border:1px #E5E5E5 solid;float:left;margin-right:15px;}
#text_list LI .riqi{padding:40px 20px 0 0; display:none;}
#text_list LI .riqi .ri{font:16px/80px Î¢ÈíÑÅºÚ;}
#text_list LI .riqi .nianyue{font:16px/40px Î¢ÈíÑÅºÚ;color:#7F7F7F;}
#text_list LI .neirong{width:200px;color:#535353;}
#text_list LI .neirong h2{color:#1D1D1D;}
#text_list LI .chakan{display:block;width:112px;height:40px;font:16px/40px Î¢ÈíÑÅºÚ;border:1px #E0E0E0 solid;background:#fff;text-align:center;margin-top:20px;}
#text_list LI h2{font:14px/25px Î¢ÈíÑÅºÚ;font-weight:bold;}
}
/*ÎÄÕÂÁÐ±íÒ³ÎÄÕÂÁÐ±í*/
@media screen and (min-width:1200px) {
#img_list {	MARGIN: 20px 0px 20px 0px;}
#img_list LI {TEXT-ALIGN: center; LINE-HEIGHT:25px; WIDTH:374px; FLOAT: left; HEIGHT: 310px;margin:0 12px 20px 12px;background:#E3E3E3;}
#img_list LI img{width:372px;height:270px;border:1px #E3E3E3 solid;}

#img_list2 {	MARGIN: 0px 0px 20px 0px;}
#img_list2 LI {TEXT-ALIGN: center; LINE-HEIGHT: 20px; WIDTH:259px; FLOAT: left; HEIGHT: 210px;padding-top:10px;background:#ececec;margin-top:10px;margin-left:10px;}
#img_list2 LI SPAN {MARGIN: 0px auto; WIDTH: 219px; DISPLAY: block; HEIGHT: 174px;}
#img_list2 LI .product_name{WIDTH: 239px;display:block;line-height:15px;}
}
@media screen and (max-width:1200px) {
#img_list {	MARGIN: 20px 0px 20px 0px;}
#img_list LI {TEXT-ALIGN: center; LINE-HEIGHT: 32px; WIDTH:314px;HEIGHT: 260px;margin:0 auto 20px;background:#E3E3E3;}
#img_list LI img{width:312px;height:200px;border:1px #E3E3E3 solid;}

#img_list2 {	MARGIN: 0px 0px 20px 0px;}
#img_list2 LI {TEXT-ALIGN: center; LINE-HEIGHT: 20px; WIDTH:259px; FLOAT: left; HEIGHT: 210px;padding-top:10px;background:#ececec;margin-top:10px;margin-left:10px;}
#img_list2 LI SPAN {MARGIN: 0px auto; WIDTH: 219px; DISPLAY: block; HEIGHT: 174px;}
#img_list2 LI .product_name{WIDTH: 239px;display:block;line-height:15px;}
}
/*²úÆ·ÁÐ±íÒ³ÁÐ±í*/
.pageNavi {TEXT-ALIGN:center; margin-BOTTOM: 20px;margin-left:7px; LINE-HEIGHT: 20px; WIDTH: 98%; COLOR: #069}
.wp-pagenavi {MARGIN: 0px auto; CLEAR: both}
.wp-pagenavi B {FLOAT: right; COLOR: #254383; FONT-WEIGHT: normal}
.wp-pagenavi EM {BORDER-BOTTOM: #999 1px solid; BORDER-LEFT: #999 1px solid; PADDING-BOTTOM: 5px; FONT-STYLE: normal; MARGIN: 0px 2px; PADDING-LEFT: 12px; PADDING-RIGHT: 12px; DISPLAY: inline-block; BACKGROUND: #e4e4e4; COLOR: #666; BORDER-TOP: #999 1px solid; FONT-WEIGHT: normal; BORDER-RIGHT: #e6e6e6 1px solid; TEXT-DECORATION: none; PADDING-TOP: 5px}
.wp-pagenavi SPAN {BORDER-BOTTOM: #999 1px solid; BORDER-LEFT: #999 1px solid; PADDING-BOTTOM: 5px; FONT-STYLE: normal; MARGIN: 0px 2px; PADDING-LEFT: 12px; PADDING-RIGHT: 12px; DISPLAY: inline-block; BACKGROUND: #e4e4e4; COLOR: #666; BORDER-TOP: #999 1px solid; FONT-WEIGHT: normal; BORDER-RIGHT: #999 1px solid; TEXT-DECORATION: none; PADDING-TOP: 5px}
.wp-pagenavi A {BORDER-BOTTOM: #999 1px solid; BORDER-LEFT: #999 1px solid; PADDING-BOTTOM: 5px; FONT-STYLE: normal; MARGIN: 0px 2px; PADDING-LEFT: 12px; PADDING-RIGHT: 12px; DISPLAY: inline-block; BACKGROUND: #eeeeee; COLOR: #999999; BORDER-TOP: #999 1px solid; FONT-WEIGHT: normal; BORDER-RIGHT: #999 1px solid; TEXT-DECORATION: none; PADDING-TOP: 5px}
.wp-pagenavi EM {COLOR: #999}
.wp-pagenavi SPAN {	COLOR: #999}
.wp-pagenavi SPAN {	BORDER-BOTTOM: #999999 1px solid; BORDER-LEFT: #999999 1px solid; BACKGROUND: #fff; COLOR: #333333; BORDER-TOP: #999999 1px solid; BORDER-RIGHT: #999999 1px solid; font-size:13px}
.wp-pagenavi A:hover {BORDER-BOTTOM: #999999 1px solid; BORDER-LEFT: #999999 1px solid; BACKGROUND: #dddddd; COLOR: #000; BORDER-TOP: #999999 1px solid; BORDER-RIGHT: #999999 1px solid; TEXT-DECORATION: none}
/*·ÖÒ³Ð§¹û*/
.backToTop{display:block;width:50px; height:50px; background:url(../images/gotop.png) no-repeat #969696 center center; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;}
a.backToTop:hover{display:block;width:50px; height:50px; background:url(../images/gotop.png) no-repeat #000 center center;}
/*·µ»Ø¶¥²¿*/
/* ÂÖ²¥Í¼1 */
	.focusBox { position: relative; padding-top:5px;width: 204px; height: 100px; overflow: hidden; font: 12px/1.5 Verdana, Geneva, sans-serif; text-align: left; background: white; }
	.focusBox .pic img { width: 204px; height: 100px; display: block; }
	.focusBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 36px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
	.focusBox .txt { position: absolute; bottom: 0; z-index: 2; height: 36px; width:100%; overflow: hidden; }
	.focusBox .txt li{ height:36px; line-height:36px; position:absolute; bottom:-36px;}
	.focusBox .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 12px; font-weight: bold; text-decoration: none; }
	.focusBox .num { position: absolute; z-index: 3; bottom: 8px; right: 8px; }
	.focusBox .num li{ float: left; position: relative; width: 18px; height: 15px; line-height: 15px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer; }
	.focusBox .num li a,.focusBox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
	.focusBox .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
	.focusBox .num li.on a,.focusBox .num a:hover{ background:#f60;  }
	
/* ÂÖ²¥Í¼2  */	
	.TB-focus{padding-left:32px;width:200px; height:141px;position:relative;  overflow:hidden; }
	.TB-focus .hd { position:absolute; right:5px; bottom:5px; z-index:1; padding-left:2px; }
	.TB-focus .hd li { color:#f60; cursor:pointer; margin-left:3px; width:18px; height:18px; background:#fff; float:left; font-size:13px; line-height:18px; overflow:visible; text-align:center; opacity:.7; filter:alpha(opacity=70); border:1px solid #d8d8d8; margin-left:-1px; }
	.TB-focus .hd li.on { background:#f60; color:#fff; font-weight:bold; opacity:1; filter:alpha(opacity=100); z-index:2; position:relative; }
/* ·çÇÙ²Ëµ¥  */	
.sideMenu{background:#fff;padding:0 0 10px 0;}
.sideMenu h3 a{background:url(../images/arrow01.png) no-repeat 185px 15px;line-height:35px;display:block;height:35px;text-indent:10px;border-bottom:1px #4580EC solid;font-weight:normal;}
.sideMenu ul{ display:none;}
.sideMenu ul li{FONT: 12px/25px Microsoft YaHei;border-bottom:1px #cccccc dashed;text-indent:30px;}
/* ¹ö¶¯Í¼Æ¬1 */
.layA{width:665px;overflow:hidden;}
.layA .slide{ width:1730px; overflow:hidden;}
.layA ul{ overflow:hidden; zoom:1;}
.layA li{ width:151px;text-align:center;padding:5px;margin:0 5px 0 5px;display:inline;height:110px; float:left; line-height:20px;border:1px #D7D7D7 solid;}
.layA li img{ display:block; width:151px;height:93px; }
/* ¹ö¶¯Í¼Æ¬2 */
.layB{width:1020px;overflow:hidden;}
.layB .slide{ width:1850px; overflow:hidden;}
.layB ul{ overflow:hidden; zoom:1;}
.layB li{ width:163px;text-align:center;padding:4px;margin:0 6px 0 6px;display:inline;height:140px; float:left; line-height:20px;border:1px #D7D7D7 solid;}
.layB li img{ display:block; width:163px;height:123px; }
/* ¹ö¶¯Í¼Æ¬3 */
.layC{width:1110px;overflow:hidden;}
.layC ul{ overflow:hidden; zoom:1; }
.layC ul li{ width:171px; float:left; margin:0 5px;  display:inline;text-align:center;}
.layC ul li img{ width:165px; height:138px;border:1px #ececec solid;padding:3px;}
/* ×óÓÒ¼ýÍ·Í¼Æ¬¹ö¶¯ */
button{
  margin:20px auto 0;
  background:#dd2a42;
  color:#fff;
  border:none;
  position:relative;
  height:50px;
  font-size:16px;
  padding:12px 66px 12px 66px;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
  border-radius:10px;
}
button:hover{
  background:#fff;
  color:#dd2a42;
}
button:before,button:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #dd2a42;
  transition:400ms ease all;
}
button:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
button:hover:before,button:hover:after{
  width:100%;
  transition:800ms ease all;
}

		/*ÓÒ²àÐü¸¡²Ëµ¥*/
.clear:after{content:'\20';display:block;height:0;clear:both;visibility:hidden;}
/*¹Ì¶¨µÄÐü¸¡´°*/
.yb_conct{position:fixed;z-index:9999999;top:200px;right:-187px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:240px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#1298fa url(../images/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#1298fa url(../images/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{background:#1298fa url(../images/fixCont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#1298fa url(../images/fixCont.png) no-repeat 0 -169px;}
.hd_qr{padding:0 29px 25px 29px;}
@media screen and (max-width: 1200px) {
			.yb_conct{
				display: none;
			}
			
		}
