/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:12px;font-family:'Alibaba-PuHuiTi'; color:#666; background:#f4f4f4}
a{color:#333;}
a:hover{ color:#008ed6; /*text-decoration:underline*/;}
p{line-height:1.8em; padding:5px 20px;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1200px; margin:0 auto;}


.tone{ display:block;}
.tone img{ width:100%; vertical-align:bottom;}

@font-face {
  font-family: "Alibaba-PuHuiTi";
  src: url("../fonts/Alibaba-PuHuiTi-Regular.woff2") format("woff2"),
       url("../fonts/Alibaba-PuHuiTi-Regular.woff") format("woff"),
       url("../fonts/Alibaba-PuHuiTi-Regular.ttf") format("truetype"),
       url("../fonts/Alibaba-PuHuiTi-Regular.eot") format("embedded-opentype"),
       url("../fonts/Alibaba-PuHuiTi-Regular.svg") format("svg");
}
/*
@font-face {
  font-family: "Alibaba-PuHuiTi";
  src: url("../fonts/Alibaba-PuHuiTi-Medium.woff2") format("woff2"),
       url("../fonts/Alibaba-PuHuiTi-Medium.woff") format("woff"),
       url("../fonts/Alibaba-PuHuiTi-Medium.ttf") format("truetype"),
       url("../fonts/Alibaba-PuHuiTi-Medium.eot") format("embedded-opentype"),
       url("../fonts/Alibaba-PuHuiTi-Medium.svg") format("svg");
}


@font-face {
  font-family: "Alibaba-PuHuiTi";
  src: url("../fonts/Alibaba-PuHuiTi-Light.woff2") format("woff2"),
       url("../fonts/Alibaba-PuHuiTi-Light.woff") format("woff"),
       url("../fonts/Alibaba-PuHuiTi-Light.ttf") format("truetype"),
       url("../fonts/Alibaba-PuHuiTi-Light.eot") format("embedded-opentype"),
       url("../fonts/Alibaba-PuHuiTi-Light.svg") format("svg");
}


@font-face {
  font-family: "Alibaba-PuHuiTi";
  src: url("../fonts/Alibaba-PuHuiTi-Heavy.woff2") format("woff2"),
       url("../fonts/Alibaba-PuHuiTi-Heavy.woff") format("woff"),
       url("../fonts/Alibaba-PuHuiTi-Heavy.ttf") format("truetype"),
       url("../fonts/Alibaba-PuHuiTi-Heavy.eot") format("embedded-opentype"),
       url("../fonts/Alibaba-PuHuiTi-Heavy.svg") format("svg");
}
@font-face {
  font-family: "Alibaba-PuHuiTi";
  src: url("../fonts/Alibaba-PuHuiTi-Bold.woff2") format("woff2"),
       url("../fonts/Alibaba-PuHuiTi-Bold.woff") format("woff"),
       url("../fonts/Alibaba-PuHuiTi-Bold.ttf") format("truetype"),
       url("../fonts/Alibaba-PuHuiTi-Bold.eot") format("embedded-opentype"),
       url("../fonts/Alibaba-PuHuiTi-Bold.svg") format("svg");
}*/

.top{ width:100%; position:relative}
.top>img{/* width:100%;*/ vertical-align:bottom;}
.top01{ position:absolute; bottom:0; right:22.5%; width:33.6px;}
.top01 img{width:100%; vertical-align:bottom;}


.header-bg{ background:#fff; border-bottom:1px solid #008ed6}
.header01{display: flex;justify-content: flex-start;
    position: relative;}
.logo{width:200px; margin-top:37px;margin-right: 60px;}
.logo img{ width:100%;}
.soeo{width: 55%;margin-top: 3.5%;/*margin-left: 5%;*/}
.soeo01{ border:1px solid #008ed6; border-radius:4px; line-height:36px; overflow:hidden;}
.soeo01 .input_text{ float:left; display:block; width:calc(100% - 110px); line-height:36px;outline:none; font-size:14px; box-sizing:border-box; padding:0 10px;}
.soeo01 .input_text::-webkit-input-placeholder{ color:#ccc;}
.soeo01 a{ display:block; float:right; width:110px; line-height:36px; text-align:center; color:#fff;    display: flex;
    justify-content: center;
    align-items: center; background:#008ed6; font-size:14px;}
.soeo01 a img{ margin-right:10px;}	
.soeo ul{    padding-top: 5px;}
.soeo ul li{ display:inline-block; }
.soeo ul li a{ color:#999; position:relative;     font-size: 12px;
    line-height: 18px;
    margin-right: 16px;}
.soeo ul li a:after {
    content: "";
    position: absolute;
    right: -8px;
    top: 2px;
    width: 1px;
    height: 14px;
    background: #e5e5e5;
}
.det{
    width: 20%;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #666;
    justify-content: flex-end;
    flex-wrap: wrap;
    line-height: 35px;
    height: 50px;
    margin-top: 2%;
	    position: absolute;
    right: 0;
    bottom: -20px;
    }
.minche{ color:#666; font-size:12px;  display: flex;  align-items: center; flex-wrap: wrap; line-height:1;}
.minche em{ font-style:normal; color:#008ed6;}	
.dia{display:block;width:100%;text-align: right;height: 25px;line-height: 20px;}	
.dia em{font-style:normal;font-size:14px;color:#000;margin: 0 10px;}
.det a{
    font-style: normal;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    position:relative;
    margin-left: 20px;
      padding: 4px 6px;
    line-height: 12px;
    /*border-radius: 10px;*/
    transition: all .3s;
    /* height: 30px; */
    }
.det a:after {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: #CCCCCC;
}
/*.det a:nth-child(4):after{ display:none;}*/
.sbdeu01:after{ display:none;}
.det a:first-child:after{ display:none;}
.det a:nth-child(5):after{ left:-6px;}
.delu{ color:#fff !important; background-color:#008ED6}
.delu:hover{ color:#fff !important; background:#008ed6 !important}
.det a:hover{color:#008ed6;}


.header02{
    margin-top: 10px;
}
.qfsp{ float:left; display:block;     width: 200px;
    height: 36px;
    border-radius: 4px 4px 0 0;
    background: #008ed6;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    margin-right: 29px;
    position: relative;}
.qfsp>a{ color:#fff;}


/*menu*/
.menu{height:36px;line-height:36px; float:left;}
.menu ul li{float:left;position:relative;margin-right: 28px;}
.menu ul li span{    position: relative;}
.menu ul li span img{position: absolute;
    left: 50%;
    top: -6px;
    margin-left: -14px;
    animation: tagBounce 1s infinite normal ease;
    transform-origin: center bottom;
}

.menu ul li dl{ background:#fff; width:130%; position:absolute; left:0px; top:35px; box-shadow:2px 2px 5px rgba(0,0,0,0.2); padding:10px 0;display:none; z-index:1000 }
.menu ul li dl dd{ line-height:28px;border-bottom:#ddd dotted 1px; margin:0 10px; }
.menu ul li dl dd a{ font-size:12px; color:#666; font-weight:normal; display:inline; padding:0; text-align:left;}
.menu ul li dl dd a:hover{ color:#008ed6;}
.menu a{ font-size:16px;color:#333; text-decoration:none; font-weight:normal;display:block;text-align:center;}
.menu a:hover{color:#008ed6!important;}
a.menu_hover{ /*background:#666;*/color:#008ed6;}
/*.menu_down span{ display:block;background:url(../images/menu_down.gif) right 10px center no-repeat;}
*/

@keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: .2
    }
}

@keyframes tagBounce {
    0%,20%,53%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translateZ(0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-3px,0) scaleY(1.1);
        transform: translate3d(0,-3px,0) scaleY(1.1)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-2px,0) scaleY(1.05);
        transform: translate3d(0,-2px,0) scaleY(1.05)
    }

    80% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0) scaleY(.95);
        transform: translateZ(0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0,-1px,0) scaleY(1.02);
        transform: translate3d(0,-1px,0) scaleY(1.02)
    }
}
.fwrx{float:right;display:block;position: relative;margin-top: -13px;}
.fwrx h2{ color:#fa541c; font-size:24px; font-weight:700; line-height:24px;}
.fwrx span{display:block;font-size:12px;color:#666;line-height: 24px;}


.cent01-bg{ position:relative;}
.cent01-bg .mySwiper04{ z-index:2}
.cent01-bg .mySwiper04 img{width:1920px;vertical-align: bottom;height: 410px;object-fit: cover; margin:0 auto;}
.cent01{margin-top: 10px;position: absolute;top: 0;left: 50%;margin-left: -600px;z-index: 99;}
.cent01-l{ position:absolute; top:0; left:0;
    display:block;
    background:#008ed6;
    height: 410px;
    box-shadow: 0 2px 12px #0000001a;
    width:200px;
    margin-top: -10px;
    }
.cent01-l ul {    padding-top: 10px;}
.cent01-l ul li span>a{height:40px;display: flex;align-items: center;padding:0 10px 0 18px;box-sizing:border-box;font-size:14px;color:#fff;background: url(../images/yo.png) center right 10px no-repeat;background-size: 14px;}
.cent01-l ul li span>a img{ margin-right:18px;}	
.cent01-l ul li:hover{ background:#008ed6;}
.cent01-l ul li:hover span>a img{filter: brightness(0%) contrast(200%) invert(100%) opacity(100%); }
.cent01-l ul li:hover span>a{ color:#fff;}
.cent01-l ul li:hover span>a{ background: url(../images/yo02.png) center right 10px no-repeat; background-size: 14px;}
.cent01-l ul li dl{display:none;position:absolute;left:200px;top:-4px;background:#fff;height:410px;overflow:hidden;z-index:99;box-shadow:0 2px 12px #0000001a;padding-left:20px;padding-right:32px;box-sizing:border-box;overflow-y:scroll;width: 825px;}
.cent01-l ul li dl dd{
    padding: 15px 0 10px;
    border-bottom: 1px solid #F2F2F2;
    text-align: left;
    position: relative;
    }
.cent01-l ul li dl dd h2{ font-size:14px; color:#333; font-weight:normal;    display: flex; align-items: center;    padding-bottom: 10px;}
.daiye a{ font-size:12px; display:inline-block; margin-right:15px; color:#008ed6}
.genduoe{position: absolute;bottom: 6px;right: 0;width: 40px;line-height: 22px;height: 22px;border: 1px solid #ddd;text-align: center;display: flex;justify-content: center;align-items: center;}
.genduoe a{color: #999;margin-right: 0;}

.cent01-c{ float:left; display:block; width:50%; margin-left:10px}
.cent01-r{ display:block; width:14.5%; position:absolute; top:0; right:0; height:410px; margin-top:-10px; background:#fff0;}
.cent01-r .zhuli{ float:left; display:block; width:100%;}
.zhuli ul li{display:block;/*margin-right:10px; margin-bottom:10px;*/overflow:hidden;width:100%;margin-bottom: 2%;}
.zhuli ul li:nth-child(3) { margin-bottom:0%}
.zhuli ul li:nth-child(4) { display:none}
.zhuli ul li a{ display:block}
.zhuli ul li a img{ width:100%; vertical-align:bottom; height:134px; object-fit: cover; cursor:pointer; transition: all 0.5s;}
.zhuli ul li:hover img{ transform: scale(1.1);}

.huany{float: right;display:block;width:48%;}
.huany>h2{ color:#666; font-size:16px; display:block; padding:16px 0 14px 10px; font-weight:normal;}
.deng{
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, rgba(230, 230, 230, 0) 0%, rgb(230, 230, 230) 50.69%, rgba(229, 229, 229, 0) 100%) 1;
    padding-bottom: 9%;
}
.deng a{
    width: 76px;
    line-height: 22px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #008A50;
    color: #008a50;
    font-size: 12px;
    transition: all .3s;
    display: inline-block;
    margin: 0 4px;
    }
.deng a:hover{ color:#fff;}	
.dlu:hover{    background: #008A50;}

.dlu01{
    color: #fa541c !important;
    border-color: #fa541c !important;
    }

.wdsc{
    padding: 14px  0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, rgba(230, 230, 230, 0) 0%, rgb(230, 230, 230) 50.69%, rgba(229, 229, 229, 0) 100%) 1;
    }
.wdsc a{font-size:12px;color:#666;display: flex;align-items: center;margin: 0 3px;line-height: 21px;}

.fwtz{
    background: #fff;
    padding: 10px;
    box-sizing: border-box;    border-bottom: 1px solid;
    border-image: linear-gradient(to right, rgba(230, 230, 230, 0) 0%, rgb(230, 230, 230) 50.69%, rgba(229, 229, 229, 0) 100%) 1;
}
.fwtz>h2{ font-size:12px; color:#333; display:block; font-weight:normal;}
.fwtz ul{padding-top: 6px;}
.fwtz ul li{font-size:12px;margin-bottom: 4px;}
.fwtz ul li a{color:#666;    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;}
.fwtz ul li:hover a{ color:#008ed6}

.hedz{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 6%;
 }
.hedz a{
	   display: flex;
	   justify-content: center;
	   align-items: center;
	   flex-direction: column;
	   padding: 6px 4px;
	   margin: 0 4%;
	}
.hedz a img{width: 29px;}
.hedz a span{font-size:12px;color:#333;display:block;margin-top: 5%;}
.hedz a:hover{    background: #FFFFFF;
    box-shadow: 1px 1px 4px 4px #0000000d;}

.cent02{ background:#fff; margin-top:10px;}
.slideGroup{ width:100%;  text-align:left;  }
.slideGroup .parHd{position:relative;}
.slideGroup .parHd ul{     height: 52px;
    overflow: hidden;
    display: flex;
    position: relative;  }
.slideGroup .parHd ul li{     width: 202px;
    height: 64px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background:url(../images/de.png) no-repeat center;
    background-size: 202px 64px;
    margin-left: -36px;
    margin-top: -4px;    font-size: 16px;
    font-weight: 700;
    color: #ccc;         
}  
.slideGroup .parHd ul li img{ margin-right:10px; filter: brightness(0%) contrast(200%) invert(50%) opacity(100%);}
.slideGroup .parHd ul li:nth-of-type(1) {
    z-index: 4;
    margin-left: -40px;
    padding-left: 24px;
}
.slideGroup .parHd ul li.on{    z-index: 4 ; color:#333;}
.slideGroup .parHd ul li.on img{ filter: none;}

.slideGroup .slideBox{ overflow:hidden; zoom:1; position:relative;    }
/*.slideGroup .sPrev,.slideGroup .sNext{ position:absolute; left:5px; top:10px; display:block; width:30px; height:94px; border:1px solid #ddd; background:url(images/icoLeft.gif) center center no-repeat #f4f4f4; }
.slideGroup .sNext{ left:auto; right:5px; background:url(images/icoRight.gif) center center no-repeat #f4f4f4;  }
.slideGroup .sPrev:hover,.slideGroup .sNext:hover{ border-color:#008ed6;  }*/
.slideGroup .parBd{   padding-top: 8px; } 
.slideGroup .parBd ul{ overflow:hidden; zoom:1;   }
.slideGroup .parBd ul li{ margin:0 12px 0 0; float:left; _display:inline; overflow:hidden; text-align:center; width:160px !important; height: 200px;
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0 2px 12px #00000014;
    cursor: pointer;    padding: 12px 12px 0; box-sizing:border-box; }
.slideGroup .parBd ul li .pic{ text-align:center; overflow:hidden; }
.slideGroup .parBd ul li .pic a{width:100%; height:124px;     display: flex;
    justify-content: center;
    align-items: center;}
.slideGroup .parBd ul li .pic img{ cursor:pointer; transition: all 0.5s; max-width:100%; max-height:100%;}
.slideGroup .parBd ul li .pic a:hover img{ border-color:#999;  transform: scale(1.1);}
.slideGroup .parBd ul li .title{ }
.slideGroup .parBd ul li .title h2{ font-size:12px; font-weight:normal; color:#808080; margin-top:12px; text-align:center; display:block;  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;}
.slideGroup .parBd ul li .title span{    display: flex;justify-content: space-between;   align-items: center; line-height:30px;}
.slideGroup .parBd ul li .title span a{ color:#ed1a25; font-weight:700; font-size:12px;}
.slideGroup .parBd ul li .title span em{ font-style:normal; font-size:12px; color:#999;    text-decoration: line-through;}
.slideGroup .parBd ul li:hover .title h2{ color:#008ed6}



.qiehun{ background:#fff; margin-top:20px; margin-bottom:20px}
/*slideTxtBox_01*/
/*.qiehun .hd ul li{ display:inline-block;}
.qiehun .hd ul li a{ margin:0 4px; font-size:18px; color:#333 }
.qiehun  .hd ul li.on a{ border-bottom:1px solid #008ed6; } */

.qiehun  .hd{position:relative; z-index:2;}
.qiehun  .hd ul{     height: 52px;
    overflow: hidden;
    display: flex;
    position: relative;  }
.qiehun  .hd ul li{     width: 202px;
    height: 64px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background:url(../images/de.png) no-repeat center;
    background-size: 202px 64px;
    margin-left: -36px;
    margin-top: -4px;    font-size: 16px;
    font-weight: 700;
    color: #ccc;         
}  
.qiehun  .hd ul li a{color: #ccc;}
.qiehun  .hd ul li img{ margin-right:10px; filter: brightness(0%) contrast(200%) invert(50%) opacity(100%);}
.qiehun  .hd ul li:nth-of-type(1) {
    z-index: 4;
    margin-left: -40px;
    padding-left: 24px;
}
.qiehun  .hd ul li.on{    z-index: 4 ; color:#333;}
.qiehun  .hd ul li.on a{ color:#333;}
.qiehun  .hd ul li.on img{ filter: none;}

.cent03{/* margin-top:-40px;*/ background:#fff;}
.telte{    display: flex;     justify-content: space-between; align-items: center; line-height:40px; border-bottom:2px solid #008ed6; padding:0 8px; }
.telte h2{ font-size:20px; font-weight:normal; color:#232323;}
.telte a{ font-size:14px; color:#007bc4}
.cent0301{ display:block; width:100%; padding:8px; box-sizing:border-box;}
.cent0301 a{ display:block}
.cent0301 .img{background:#e8f9fe;position:relative;margin-bottom: 8%;}
.cent0301 .img img{ display:block; margin:0 auto; width:100%; height:200px}
.cent0301 .img strong{ display:none; position:absolute; font-size:14px; color:#666; left:0; width:100%; top:0; text-align:left;box-sizing: border-box; padding: 4px 6px;}
.cent0301 .img span{
    position:absolute;
    bottom: -17px;
    left:0;
    width:100%;
    font-size:14px;
    color:#666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align:left;
    }
.cent0301:hover {
    -webkit-box-shadow: 0 0 15px rgba(36,50,56,.3);
    -moz-box-shadow: 0 0 15px rgba(36,50,56,.3);
    box-shadow: 0 0 15px rgba(36,50,56,.3);
}
.cent0301:hover .img strong{ display:block;   }
.cent0301:hover .img span{ display:block;overflow: hidden;   }
.bd2{    border-bottom: 1px solid #ddd; border-top:1px solid #ddd;}
.bd2 ul li{  display: flex; justify-content: space-between; align-items: center; line-height:30px; }
.bd2 ul li span{ font-size:14px; color:#232323;}
.bd2 ul li h2{font-size:14px; color:#232323;}
.bd2 ul li em{font-size:14px; color:#007bc4; font-style:normal;}
.slideTxtBox_01 .bd{position: relative; margin-top:7px}
.slideTxtBox_01 .bd .tab_valli03{ visibility:hidden; height:0;}
.slideTxtBox_01 .bd .tab_valli03 .telte{ justify-content: flex-end;position: absolute;top: -44px;right: 0;width: 100%;box-sizing: border-box;}
.slideTxtBox_01 .bd .tab_valli03 .telte a{ z-index:9 !important}

.xian02{visibility:visible !important; height:auto !important;}
.xian{ visibility:visible !important; height:auto !important;}

.cent04{background:#fff; margin-top:10px;}
.title{ text-align:right}
.title li{ display:inline-block; font-size:12px;}
.title li a{ color:#232323; margin:0 10px;}
.cur a{ color:#007bc4 !important;}
.tab_valli{ display:none;}
.tabs_val{}
.zuxun{}
.zuxun ul li{ float:left; display:block; width:calc((100% - 4%)/2); margin-right:4%; margin-top:10px;}
.zuxun ul li:nth-child(2n) {
    margin-right: 0% ;
}
.zuxun ul li a{ display:block}
.zuxun ul li a .img{ float:left; display:block; width:42%}
.zuxun ul li a .img img{ width:100%; vertical-align:bottom;}
.shangh{ float:right; display:block; width:56%;}
.shangh h2{ display:block; margin-bottom:10px; color:#232323; font-size:16px; font-weight:normal;}
.shangh span{ display:block; line-height:24px; font-size:14px; color:#666}

.cent05{ margin-top:3%; margin-bottom:1.7%;}
.cent05 h2{text-align:center; color:#1b1b1b; font-size:36px; font-weight:700;}
/*scroll_03*/
.scroll_03{ width:100%; overflow:hidden;max-width: 1920px;margin: 0 auto; padding-top:1%}
.scroll_03 .bd li{ float:left; width:200px; overflow:hidden; margin:0 10px;}
.scroll_03 .bd li .img{height:70px;  padding:2px; background:#fff;}
.scroll_03 .bd li .img table tr td{ height:70px;}
.scroll_03 .bd li .img table tr td img{ max-width:166px; max-height:70px; margin:0 auto; display:block;}
/*scroll_033*/
.scroll_033{ width:100%; overflow:hidden; margin-top:1%}
.scroll_033 .bd li{ float:left; width:200px; overflow:hidden; margin:0 10px;}
.scroll_033 .bd li .img{height:70px;  padding:2px; background:#fff;}
.scroll_033 .bd li .img table tr td{ height:70px;}
.scroll_033 .bd li .img table tr td img{ max-width:166px; max-height:70px; margin:0 auto; display:block;}


.footer-bg{ background:#fff; border-top:1px solid #008ed6;}
.cent06{ padding:2% 0; border-bottom:1px solid #A6A6A6}
.cent06 ul{ display: flex;  justify-content: space-between;  align-items: center;
}
.cent06 ul li{   display: flex;
    justify-content: center;
    align-items: center; font-size:16px; color:#000; font-weight:bold;
}
.cent06 ul li .img{ width:46px; height:46px; margin-right:20px}
.cent06 ul li .img img{ width:100%; height:100%;}

.logo01{float:left;display:block;width: 20%;}
.logo01 a{display:block;margin-bottom: 3%;}
.logo01 a img{ width:75%; vertical-align:bottom;}
.logo01 span{display: flex;align-items: center;font-size:14px;color:#000;line-height: 25px;}
.logo01 span em{display:block;width: 67px;font-style:normal;}

.sbkh{display: flex; justify-content: space-between; align-items: center;}
.sbkh01{width: 22%;}
.sbkh01 span{display: flex;align-items: center;font-size:18px;color:#000;line-height: 25px; text-align:center}
.sbkh01 span em{display:block;width: 67px;font-style:normal;}

.footer04{display:block;width: 80%;}
.footer04 h2{font-size: 14px;line-height:30px;}
.footer04 ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;}
.footer04 ul li{/*float:left;margin-right: 8.1%;*/display:block;text-align:center;width: calc((100% - 40%)/6);}
.footer04 ul li:nth-child(6n) {/*  margin-right: 0% ;*/}
.footer04 ul li img{ display:block; margin:0 auto; width:100%;}
.footer04 ul li span{ display:block; font-size:14px; line-height:30px;}


.footer01{
    padding-top: 2%;
}
.footer01 dl{float:left;display:block;width:80%;padding-left: 20px;box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;}
.footer01 dl dd{/* float:left; width:20%;*/ display:block;}
.footer01 dl dd h2 a{ font-size:16px; color:#232323}\
.footer01 dl dd ul{ margin-top:5%;}
.footer01 dl dd ul li{ margin-top:12%; font-size:12px;}
.footer01 dl dd ul li a{ color:#666}
.footer01-r{float:right;display:block;width: 35%;}
.footer01-r .img{ float:left; display:block; width:105px; text-align:center;}
.footer01-r .img img{ width:100%; vertical-align:bottom;}
.footer01-r .img span{ display:block; display:block; font-size:14px; color:#000;}
.footer01-r>span{display:block;font-size:16px;line-height:28px;color:#333;font-weight: 700;float:right;width: 69%;}

.footer02{ margin-top:4%; line-height:30px;}
.footer02 h2{ display:inline-block; font-size:16px; color:#000; font-weight:normal; margin-right:5%}
.footer02 a{ font-size:12px; color:#666; margin:0 5px;}


.footer03{ text-align:center}
.footer03 span{ line-height:40px; font-size:12px; display:block}

.weizhie{}
.weizhie ul li{ position:relative;     padding-right: 18px; display:inline-block;}
.weizhie ul li a {
    display: inline-block;
    color: #232323;
    line-height: 30px;
}
.weizhie ul li.hover span a{  color: #007bc4;}
.weizhie ul li::after {
    position: absolute;
    height: 6px;
    width: 6px;
    background: #f4f4f4;
    content: "";
    top: 12px;
    right: 4px;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


.weizhie ul li dl{
    position: absolute;
    display: none; top: 100%;
    left: -30%;
    padding: 10px 12px;
    padding: 6px 8px;
    border: 2px solid #0082d8;
    background: #fff;
    -webkit-box-shadow: 0 0 9px rgba(36,50,56,.4);
    -moz-box-shadow: 0 0 9px rgba(36,50,56,.4);
    box-shadow: 0 0 9px rgba(36,50,56,.4);
    color: #222;
    font-size: 12px;
    line-height: 20px; z-index:999
}

.weizhie ul li dl::after {
    position: absolute;
    top: -7px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #007bc4;
    border-left: 2px solid #007bc4;
    background: #fff;
    content: '';
	left: 50%;
    transform: rotate(45deg);
}
.weizhie ul li dl dd{    display: block;
    min-width: 160px;
    white-space: nowrap;
    font-weight: 400;
    font-size: 12px;
    line-height: 28px;}
.weizhie ul li dl dd a{ color:#000;}	


.cent07{ background:#fff; margin-bottom:2%;}
.cent07 table { border:1px solid #ccc; border-top:none; border-left:none; border-right:none;}
.cent07 table tr td{ border-top:1px solid #ccc; text-align:center; padding:20px; box-sizing:border-box; font-size:14px; color:#000;}
.cent07 table tr td>a{ color:#008ed6; font-size:14px; font-weight:bold;}
.cent07 table tr td .img{ width:100%}
.cent07 table tr td .img img{ width:23%;}
.cent07 table tr td strong{display:block; font-size:16px; color:#008ed6;}
.cent07 table tr td em{display:block; font-style:normal; font-size:14px; color:#000;}
.cent07 table tr td i{ display:block; font-style:normal; font-size:14px; color:#666;}
.cent07 table tr th{ border-top:1px solid #ccc; background:#008ed6; color:#fff; font-size:14px; line-height:40px}
.sbxiugai th{border-left:1px solid #fff; }
.ka01{ width:20%}
.ka02{ width:20%}
.ka03{}
.ka04{}
.ka05{ width:20%}
.cent07 table tr td h2{ font-weight:normal;text-decoration:line-through; color:#000; font-size:14px;}
.cent07 table tr td span{ color:#F00;}
.cent08{}
.cent08 img{ width:100%; vertical-align:bottom;}


.cent09{}
.cent09-1{ background:#fff; float:left; display:block; width:200px;}
.cent09-1 h2{ text-align:center; line-height:50px;  color:#000; font-size:18px;background-size:100% auto;}
.cent09-1 ul li{ line-height:40px; box-sizing:border-box; padding:0 20px; position:relative}
.cent09-1 ul li a{ display:block; color:#000; font-size:14px;}
.cent09-1 ul li.hover{ background-image: linear-gradient(to right, #fff,#008ed6);}
.cent09-1 ul li.hover:after{ display:block;}
.cent09-1 ul li:after{   content: ""; position:absolute; top:0; left:0; height:100%; width:2px; background:#008ed6; display:none}
.cent09-1 ul li:hover{ background-image: linear-gradient(to right, #fff,#008ed6);}
.cent09-1 ul li:hover:after{ display:block}

.cent09-r{ float:right; display:block; width:calc(100% - 210px); background:#fff;} 
.cent10{ padding:10px; box-sizing:border-box;}


.cent10-l {
      position: relative;
      height: 100%; width:40%; float:left;
    }

.cent10-l .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

.cent10-l .swiper-slide {
      background-size: cover;
      background-position: center;
    }

.cent10-l  .mySwiper03 {
      height: 80%;
      width: 100%;
    }

.cent10-l .mySwiper04{
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

.cent10-l .mySwiper04 .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

.cent10-l .mySwiper04 .swiper-slide-thumb-active {
      opacity: 1;
    }
.cent10-r{ float:right; display:block; width:58%;}
.cent10-r h2{ font-size:20px; color:#333; line-height:30px; font-weight:700; margin-bottom:4px;}
.cent10-r strong{    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-bottom: 8px; font-weight:normal;}
.cent10-r ul{    border: 1px solid #E6E6E6;
    border-left: 0 none;
    border-right: 0 none;
    display: flex;
    flex-wrap: wrap;
    padding-top: 8px;
    padding-bottom: 6px;
    font-size: 14px;
    line-height: 22px;
    color: #707070;
    margin-bottom: 2px;}
.cent10-r ul li {
    width: 186px;
    margin-bottom: 3px;
    font-size: 14px;
}	
.cent10-r ul li span{ color:#008ed6}	
.cent10-r dl dd{
    padding: 8px 0 0;
    margin-bottom: 3px;
    font-size: 14px; display: flex;
    align-items: flex-start;
    }
.cent10-r dl dd a{ color:#008ed6}
.gehuxe{display: flex; align-items: center; margin-top:2%}
.gehuxe>a{ width:154px; height:36px; line-height:36px; text-align:center; font-size:14px; border:1px solid #008ed6; color: #008ed6;    display: flex;
    justify-content: center;
    align-items: center; border-radius: 4px;}
	.xcd{ background:#FA541C !important; color:#fff !important; border:1px solid #FA541C !important; margin:0 20px;}
.Spinner{display:block;overflow:hidden;width: 170px;margin: 0;}
.Spinner .Amount{width: 98px;height: 36px;padding:4px 5px;line-height:17px;border-width:1px 0;border-style:solid;border-color:#d9d9d9;float:left;text-align:center;color:#565656;outline:0;box-sizing: border-box;}
.Spinner a{display:inline-block;width: 36px;height: 36px;border:1px solid #d9d9d9;background-color:#f7f7f7;float:left;cursor:pointer;outline:0;box-sizing: border-box;}
.Spinner a i{font-style:normal;background:url(../images/buynbtn.png) no-repeat;display:block;width:9px;height:9px;margin: 12px;text-indent:999999%;overflow:hidden;}
.Spinner .Decrease i{background-position:-9px -9px;}
.Spinner .Increase i{background-position:-9px -0px;}
.Spinner .DisDe i{background-position:-0px -9px;}
.Spinner .DisIn i{background-position:-0px -0px;}

.tab_valli01{ display:none}
.cent11 .title01 li{ display:inline-block; font-size:14px; line-height:40px; text-align:center; padding:0 20px; color:#000;}
.cent11 .title01{ border-bottom:1px solid #008ed6;}
.cur01{ background:#008ed6 !important; color:#fff !important;}

.tabs_val01{ padding:20px;}
.biaoge table { border:1px solid #ccc; border-top:none; border-left:none;}
.biaoge table tr td{ border-left:1px solid #ccc; border-top:1px solid #ccc;line-height:50px; text-align:center;}
.biaoge table tr td em{ color:#FA541C; font-style:normal;}
.biaoge table tr th{ border-left:1px solid #ccc; border-top:1px solid #ccc; background:#f7f7f7; line-height:50px; color:#000; font-size:14px;}
.biaoge table tr td .Spinner{ margin:0 auto;}


.cent12{ margin-top:10px}
.ltee{ line-height:40px;border-bottom:1px solid #008ed6;}
.ltee h2{font-size:14px;  padding:0 20px; background:#008ed6; color:#fff; display:inline-block; font-weight:normal;}
.inside_con{ padding:10px 0;  min-height:300px}


.cent13{margin-top:10px;}
.cent14{ margin-top:10px; padding-bottom:10px;}
.cent14>ul>li{ float:left; display:block; width:calc((100% - 16px)/5);}
.cent14>ul>li:nth-child(5n) {
    margin-right: 0% ;
}

.cent15-l{ /*float:left;*/ display:block; width:100%; margin:0 auto;}
.cent15-l a{ display:block;}
.cent15-l img{ width:100%; vertical-align:bottom}

.cent15-r{ float:right; display:block; width:16.5%;}
.denlu{width: 1005;
    height: 80px;
    background: url(../images/w-bg.823a883e.svg) no-repeat center;
    background-size: 200px 80px;
    padding-left: 68px;
    color: #fff;}
.denlu span{padding: 26px 0 8px; font-size:14px; line-height:14px; display:block}
.denlu a{ display:block; font-size:14px;     text-decoration: underline; color:#fff;}

.crbe{    margin-top: 10px;
    background: #fff;
    border-radius: 4px;}
.crbe>span{padding-top: 14px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 12px;
    color: #333;
    font-weight: 500; display:block}
.crbe>span>em{color: #fa541c; font-style:normal;}
.crbe ul {    padding: 12px 14px 3px 20px;
    position: relative;}
.crbe ul li{margin-bottom: 10px;
    font-size: 12px;
    line-height: 12px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;}
.crbe ul li a{  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;}
.crbe ul:after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg,#E6E6E6 0%,#E6E6E6 50.69%,#E5E5E5 100%);
} 
.jifen{    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    padding: 0 22px;
}
.jifen a{    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #333;
    cursor: pointer;}

.cent16{ margin-top:2%; margin-bottom:20px}
.cent16 .parBd{ margin-top:2%;}
.slideGroup01{width: 100%;text-align:left;}
.slideGroup01 .parHd{height:30px;line-height:30px;background:#f4f4f4;padding:0 20px;position:relative;}
.slideGroup01 .parHd ul{position:absolute;display: flex;}
.slideGroup01 .parHd ul li{cursor:pointer;font-size: 20px;font-weight: bold;color: #999;padding-bottom: 3px;margin-right: 44px;display: flex;align-items: center;}
.slideGroup01 .parHd ul li.on span{ border-bottom:2px solid #008ed6 }
.slideGroup01 .parHd ul li.on{/* height:30px; *//* background:#fff; *//* border:1px solid #ddd; *//* border-bottom:2px solid #fff; */color: #008ed6;}
.slideGroup01 .parHd ul li.on img{ filter:none;}
.slideGroup01 .parHd ul li img{filter: brightness(0%) contrast(200%) invert(50%) opacity(100%); margin-right:10px; width:20px}
.slideGroup01 .slideBox01{ overflow:hidden; zoom:1;  position:relative;   }

.slideGroup01 .parBd ul{ overflow:hidden; zoom:1;   }
.slideGroup01 .parBd ul li{ width: 190px;
    height: 216px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 12px #0003;
    margin-right: 12px; float:left; padding:14px 10px 0 10px; box-sizing:border-box;}
.slideGroup01 .parBd ul li .pic{ width:134px; height:146px;    display: flex;
    justify-content: center;
    align-items: center; margin:0 auto; overflow:hidden;}
.slideGroup01 .parBd ul li .pic img{  display:block;  max-width:100%; max-height:100%;cursor:pointer; transition: all 0.5s;}
.slideGroup01 .parBd ul li .pic:hover img{ transform: scale(1.1);}
.slideGroup01 .parBd ul li .title{    }
.slideGroup01 .parBd ul li .title span{ display:block; text-align:center;  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
   -webkit-line-clamp: 1; font-size:14px; color:#808080;}
.slideGroup01 .parBd ul li .title a{ color:#c80000; text-align:center; display:block}

.cent17{ margin-bottom:20px;    background: #fff;
    border-radius: 4px;
    overflow: hidden;}
.cent17-1{ float:left; display:block; width:190px; position:relative}
.cent17-1 img{ width:100%; vertical-align:bottom;}
.cent17-1 h2{    position: absolute;
    top: 10px;
    left: 12px;
    display: flex;
    align-items: flex-end;
    color: #333;
        font-size: 60px;
    line-height: 60px;
    margin-right: 6px;
    line-height: 36px;
    font-weight: 700;
    white-space: nowrap;}
.cent17-1 h2 em{ font-style:normal; font-size:20px}
.cent07-r{ float:right; display:block; width:calc(100% - 190px);}
.cent07-r h3{line-height: 53px;text-align:right;padding-right: 2%;box-sizing: border-box;}
.cent07-r h3 a{ font-size: 14px;  color: #007bc4; display:inline-block;}
.cent07-r ul li{ float:left; display:block; width:calc(100% / 5); overflow:hidden;     padding: 0px 5px 0; box-sizing:border-box; position:relative;}
.cent07-r ul li a{ display:block}
.cent07-r ul li a .img{ width:190px; height:160px;     display: flex;
    justify-content: center;
    align-items: center;}
.cent07-r ul li a .img img{ max-width:100%; max-height:100%;cursor:pointer; transition: all 0.5s;}
.cent07-r ul li a .img:hover img{ transform: scale(1.1);}
.lje{}
.lje span{  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
   -webkit-line-clamp: 1; color:#808080; margin:10px 0 8px;}
.lje em{ font-style:normal; color:#c80000; margin-top:8px; display:block; text-align:center;}
.cent07-r ul li:after {
    content: "";
    position: absolute;
    top: 80px;
    right: 0;
    height: 160px;
    width: 1px;
    background: linear-gradient(270deg,#E6E6E6 0%,#E6E6E6 50.69%,#E5E5E5 100%);
}
.tab_valli02{ display:none;}

.cent18-bg{ width:100%; position:relative}
.cent18-bg>img{ width:100%; vertical-align:bottom;}
.cent18{position:absolute;top: 9%;background:#fff;overflow:hidden;border-radius:5px;right: 19%;width:440px;box-sizing:border-box;padding:46px 60px 40px;}
.title02{ text-align:center;     display: flex;
    justify-content: center;
    align-items: center;}
.title02 li{    height: 36px;
    line-height: 30px;
    border-bottom: 1px solid transparent;
    font-size: 20px;
    font-weight: 700;
    color: #ccc;
    text-align: center;
    width: 160px;
    cursor: pointer;
    transition: all .3s;}
.cur02{    border-color: #008ed6 !important;
    color: #008ed6 !important;}
.tabs_val02{ padding-top:40px}	
.delu01{}
.delu01 ul li{border:1px solid #cccccc;border-radius: 4px;padding:10px;box-sizing:border-box;display: flex;justify-content: flex-start;align-items: center;margin-bottom:20px;}
.delu01 ul li .img{ width:16px; height:16px; position:relative}
.delu01 ul li .img img{ width:100%; height:100%;}
.delu01 ul li .img:after {
    content: "";
    width: 1px;
    height: 16px;
    background: #CCCCCC;
    position: absolute;
    left: 40px;
}
.delu01 ul li .input_text{width: 80%;font-size:14px;outline:none;margin-left: 44px;}
.delu01 ul li .input_text::-webkit-input-placeholder{ color:#ccc;}
.juzhe{display: flex; justify-content: space-between; align-items: center; font-size:14px;}
.juzhe a{color: #008ed6;
    text-decoration: underline;}
.delu02{    line-height: 40px;
    border-radius: 4px;
    background: #008ed6;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff; display:block; margin-top:20px;}	
.meiy{    text-align: center;
    color: #008ed6;
    margin-top: 18px;
    font-size: 14px;margin-top:20px; text-align:center; display:block;}	

.yzm ul li{     display: flex; justify-content: space-between; align-items: center; margin-bottom:20px;}
.yzm ul li .input_text02{border:1px solid #cccccc;    border-radius: 4px; padding:10px; box-sizing:border-box; width:100%;}
.yzm ul li .input_text02::-webkit-input-placeholder{ color:#ccc;}

.yzm ul li .input_text03{border:1px solid #cccccc;    border-radius: 4px; padding:10px; box-sizing:border-box; width:100%; width:40%}
.yzm ul li .input_text03::-webkit-input-placeholder{ color:#ccc;}
.yzm ul li a{ border:1px solid #008ed6;    border-radius: 4px; padding:10px; box-sizing:border-box; width:100%; width:50%; color:#008ed6; text-align:center; font-size:14px;}
	
.sbwx{ position:relative;}	
.sbwx02{ display:none; position:absolute; right:0; top:100; width:120px; background:#fff; box-sizing:border-box; padding:2%;}
.sbwx02 img{ width:100%;}
.sbwx02 span{ display:block; text-align:center; font-size:13px; color:#000; line-height:1.5;}
	
.tubiao a{/*background:url(../images/buke.png) center no-repeat;background-size: 100% 100%;*/width: 24px;height: 24px;}	
.tubiao a img{ width:100%; height:100%;}
.tubiao .qeuhub01{display:block;}
.tubiao .qeuhub02{  display:none;}
.tubiao.active .qeuhub01{ display:none}
.tubiao.active .qeuhub02{ display:block}

.cent19-bg{ background:url(../images/reg-bg.7a67fe05.png) center no-repeat;     background-size: cover;}	
.cent19{ background:#fff; /*text-align:center; */padding:40px 0;}
/*.cent19 ul{ width:640px; margin:0 auto;}	
.cent19 ul li{ margin-bottom:20px;}
.cent19 ul li>span{ float:left; display:block; width:18%; text-align:right; line-height:40px; font-size:14px; color:#333;}
.cent19 ul li>span em{ display:inline-block; font-size:14px; color:#fa541c; margin-right:10px; font-style:normal;}	
.danhang{ float:right; display:block; width:80%; }
.danhang .input_text{ display:block; font-size:14px; line-height:40px;outline:none; padding:0 10px; box-sizing:border-box; border-radius:4px; border:1px solid #ccc; width:100%;}
.danhang .input_text::-webkit-input-placeholder{ color:#ccc;}
.danhang span{ display:block; text-align:left;    font-size: 12px;  color: #999; line-height: 20px; }*/	
.wyted{ display: flex;  justify-content: center; align-items: center;    font-size: 12px; margin-top:10px;
 color: #333;}	
.wyted a{ color:#008ed6!important}


.upix01{ float:left; display:block; width:65%;}
.upix01 h2{
    font-size: 25px;
    color: #000;
}
.upix01 ul li{margin-bottom: 2%;}
.upix01 ul li .xi{ float:left; display:block; width:48%; margin-right:4%;}
.upix01 ul li .xi:nth-child(2n) { margin-right: 0% ;}
.upix01 ul li .xi span{ line-height:30px; font-size:14px; color:#000; display:block}
.upix01 ul li .xi span em{ font-style:normal; font-size:12px; color:#b80000}
.upix01 ul li .xi .input_text{line-height: 34px;border:1px solid #ccc;padding:0 10px;box-sizing:border-box;margin-top:2%;color:#000;outline:none;width:100%;height: 34px;}
.upix01 ul li .xi .input_text::-webkit-input-placeholder{ color:#000;}
.upix01 ul li .xi .input_text01{line-height: 34px;border:1px solid #ccc;padding:0 10px;box-sizing:border-box;margin-top:2%;color:#000;outline:none;height: 34px; display:inline-block; width:85px;}
.upix01 ul li .xi .input_text01::-webkit-input-placeholder{ color:#000;}
.upix01 ul li .xi .input_text02{line-height: 34px;border:1px solid #ccc;padding:0 10px;box-sizing:border-box;margin-top:2%;color:#000;outline:none;height: 34px; display:inline-block; width:75%;}
.upix01 ul li .xi .input_text02::-webkit-input-placeholder{ color:#000;}
.upix01 ul li .xi .select{line-height: 34px;border:1px solid #ccc;padding:0 10px;box-sizing:border-box;margin-top:2%;color:#000;outline:none;width:100%;height: 34px;}
.zhukn>a{display: inline-flex;justify-content: center;align-items: center;line-height:34px;border:1px solid #ccc;color:#666;width:120px;margin-right: 10px;}
.imed{ display:none; margin-right:10px;}
.gouai{color: #007bd1 !important;border: 1px solid #007bd1 !important;}
.gouai .imed{ display:block}
.zhukn{    display: flex; align-items: center;}

.upix02{ /*float:right;*/margin: 0 auto; display:block; width:43%;}
.upix02 ul li{margin-bottom: 5%;}
.ximh{  display: flex;   align-items: center;}
.upix02 ul li span{line-height:36px;font-size:14px;color:#000;display:block;text-align:right;width:24%;margin-right: 13px;}
.upix02 ul li span em{font-style:normal; font-size:12px; color:#b80000}
.upix02 ul li .input_text03{line-height: 34px;border:1px solid #ccc;padding:0 10px;box-sizing:border-box;color:#000;outline:none;height: 34px;display:inline-block;width: 66%;border-radius: 5px;}
.upix02 ul li .input_text03::-webkit-input-placeholder{ color:#000;}
.upix02 ul li .select03{line-height: 34px;border:1px solid #ccc;padding:0 10px;box-sizing:border-box;color:#000;outline:none;height: 34px;display:inline-block;width: 30%;border-radius: 5px;}
.upix02 ul li .select03::-webkit-input-placeholder{ color:#000;}
.cent19>a{
    width: 200px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
    border-radius: 4px;
    background: #008ed6;
    margin: 0 auto;
    transition: all .3s; display:block;
}

	
.cent20-bg{ background:#f4f5fa; padding:3% 0;}	
	
.cent21{margin-top:20px; background:#fff;}	
.cent21 ul li{float:left;display:block;width:calc((100% - 6%)/4);margin-right:2%;margin-bottom: 2%;}
.cent21 ul li:nth-child(4n) {
    margin-right: 0% ;
}
.cent21 ul li a{display:block;position:relative;}
.cent21 ul li a .img{ display:block; width:100%;}
.cent21 ul li a .img img{ width:100%; vertical-align:bottom;}	
.cent21 ul li a .wen{/* position:absolute; *//* top:0; */left:0;width:100%;height:100%;color: #000;padding: 4%;overflow: hidden;line-height: 24px;    box-sizing: border-box;}	
.cent21 ul li a .wen span{ font-size:14px;    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;}	
.cent21 ul li a .wen em{ font-size:12px; font-style:normal; float:left; width:48%}
.cent21 ul li a .wen strong{ font-weight:normal; font-size:12px;}	


.cent22{}
.cent22 ul li{ float:left; display:block; width:calc((100% - 27%)/5);     box-shadow: 1px 1px 5px 5px #00000014; margin-right:2%; border-radius:5px; background:#fff; margin-bottom:2%}
.cent22 ul li:nth-child(3n) {
    margin-right: 1% ;
}
.cent22 ul li a{ display:block}
.cent22 ul li a .img{     display: flex;
    justify-content: center;
    align-items: center; height:135px; overflow:hidden;}
.cent22 ul li a .img img{ max-width:100%; max-height:100%;cursor:pointer; transition: all 0.5s; }
.cent22 ul li:hover img{ transform: scale(1.1);}
.cent22 ul li .je{ padding:10px 20px; height:78px; overflow:hidden}
.cent22 ul li .je h2{ font-weight:normal; font-size:15px; color:#666; line-height:28px}
.cent22 ul li .je span{ font-size:12px; color:#008a50}
.cent22 ul li:hover	.je h2{color:#008ed6;}	

.sblanm{ position:relative; box-sizing:border-box; padding:10px }	
.sblanm01>a{ color:#666; font-size:14px; position:relative;    padding-right: 18px;}	
.sbsanji{ display:none;}
.sbsanji a{ display:inline-block; font-size:14px; color:#008ed6; margin-right:10px;}		
.gndu{ position:absolute; bottom:10px; right:10px; border:1px solid #ccc; padding:2px 4px; font-size:14px;}
.sblanm01>a::after {
    position: absolute;
    height: 6px;
    width: 6px;
    background: #f4f4f4;
    content: "";
    top: 7px;
    right: 4px;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
	
.shbhe{ margin-top:10px; background:#fff;}	
.shbhe ul li{ float:left; display:block;width:calc((100% - 30px)/4); margin-right:10px; overflow:hidden; position:relative}
.shbhe ul li a{ display:block}
.shbhe ul li a>img{cursor:pointer; transition: all 0.5s; width:100% }
.shbhe ul li:hover a>img{ transform: scale(1.1);}
.shbhe ul li:nth-child(4n) {
    margin-right: 0% ;
}
.shbhe ul li span{
    position: absolute;
    z-index: 2;
    bottom: 36px;
    left: 50%;
    transform: translate(-50%);
    width: 120px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 2px #00000040;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}		
.shbhe ul li span img {
    width: 17px;
    margin-left: 4px;
}
	
	

.rimai01{    margin-top: 10px;}
.rimai01 h2{ font-size:18px; font-weight:normal; color:#333}
.rimai01 em{ font-weight:normal;  color:#b80000; font-style:normal; margin-left:10px;}
		
		
		
.jief{width:100%;padding: 0 10px;}	
.jief table { border:1px solid #ccc; border-top:none; border-left:none;  width:100% !important; table-layout: fixed;
}
.jief table tr td{ border-left:1px solid #ccc; border-top:1px solid #ccc; text-align:center;}
.jief table tr th{ border-left:1px solid #ccc; border-top:1px solid #ccc;  text-align:center;}
.jief .img{ width:60px; height:60px;}
.jief .img img{width:100%; height:100%;}
.jief .dsde{ display: flex;
    justify-content: center;
    align-items: center;}
.sjie{ width:200px;}
.jief table .Spinner{ margin:0 auto;}	

.yuxue{display: flex;align-items: flex-end;justify-content: space-between;margin-top: 2%;padding: 0px 10px 10px 10px;}
.yuxue span{ display:block; font-size:14px; color:#000;}
.yuxue span em{ font-style:normal; color:#fa541c; font-size:16px;}

.yuxue01{display: flex;align-items: center;}	
.yuxue01 h2{ font-size:14px; color:#000; font-weight:normal; margin-right:10px;}
.yuxue01 h2 strong{ font-size:16px; color:#008ed6; }
.yuxue01 a{display:block;line-height:50px;width:120px;text-align:center;color:#fff;font-size:16px;background: #008ed6;}	

.dihun{ /*border:1px solid #ccc*/}
.wdkf{display: flex;align-items: center;justify-content: space-between;background:#f2f2f2;box-sizing:border-box;padding: 4px 10px;}
.wdkf01{ display: flex; align-items: center;}
.wdkf01 img{ width:40px; height:40px; border-radius:50%;}
.wdkf01 h2{
    color:#008ed6;
    font-size: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    }
.wdkf01 h2 em{font-style:normal;color: #008ed6;font-size: 22px;}
.wdkf a{background: #008ed6;color:#fff;text-align:center;width:120px;line-height:40px;}
.mfmx{padding:10px;}
.mfmx a{ display:inline-block; border:1px solid #ccc; width:12%; line-height:30px; text-align:center; font-size:14px; color:#000}
.mfmx a.hover{color:#fff !important;border: 1px solid #008ed6 !important;background: #008ed6 !important;}
.dihun .jief{padding:0 10px;}
.dihun .yuxue{padding:0 10px 10px 10px;}		
		
/*.slideBox{ width:210px; height:250px; overflow:hidden; position:relative;  }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:10px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:5px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd ul li{ position:relative;}
.slideBox .bd ul span{ display:block; height:40px; line-height:40px; background:#000; background:rgba(0,0,0,0.8); position:absolute; bottom:0px; width:100%; color:#fff; padding-left:10px;}
.slideBox .bd img{ width:210px; height:250px; }*/

.flash{ position:relative; width:100%; height:415px; overflow:hidden; margin-top:-50px;}
.myFocus{width:1600px;
	margin:0 auto;
	position:absolute;
	left:50%;
	margin-left:-800px;
	height:415px;
	}
.flashn{ position:relative; width:100%; height:250px; overflow:hidden; margin-top:-50px;}
.myFocusn{width:1600px;
	margin:0 auto;
	position:absolute;
	left:50%;
	margin-left:-800px;
	height:250px;
	}
	
	
/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â  ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹theme-default */
.theme-default #slider{margin:0 auto;width:1600px;height:415px;}
.theme-default .nivoSlider{background:url(loading.gif) no-repeat 50% 50% rgb(255, 255, 255);margin-bottom:50px;position:relative;}
.theme-default .nivoSlider img{left:0px;top:0px;display:none;position:absolute;}
.theme-default .nivoSlider a{border:0px currentColor;display:block;}
.theme-default .nivo-controlNav{left:684px;width:193px;height:38px;bottom:-12px;padding-top:0px;padding-left:50px;position:absolute;z-index:9;}
.theme-default .nivo-controlNav a{background:url(../images/bullets.png) no-repeat;border:0px currentColor;width:23px;height:17px;text-indent:-9999px;margin-right:3px;float:left;display:block;}
.theme-default .nivo-controlNav a.active{background-position:0px -17px;}
.theme-default .nivo-directionNav a{background:url(../images/arrows.png) no-repeat;border:0px currentColor;width:65px;height:65px;text-indent:-9999px;display:block;}
.theme-default a.nivo-nextNav{background-position:-65px 0px;top:181px;right:300px;}
.theme-default a.nivo-prevNav{left:300px;top:181px;}
.theme-default a.nivo-nextNav:hover{background-position:-65px -65px;top:181px;right:300px;}
.theme-default a.nivo-prevNav:hover{background-position:0px -65px;left:300px;top:181px;}
.theme-default .nivo-caption{font-family:'Alibaba-PuHuiTi';}
.theme-default .nivo-caption a{color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-bottom-width:1px;border-bottom-style:dotted;}
.theme-default .nivo-caption a:hover{color:rgb(255, 255, 255);}
/* nivoSlider */
.nivoSlider{position:relative;}
.nivoSlider img{left:0px;top:0px;position:absolute;}
.nivoSlider a.nivo-imageLink{margin:0px;padding:0px;border:0px currentColor;left:0px;top:0px;width:100%;height:100%;display:none;position:absolute;z-index:6;}
.nivo-slice{height:100%;display:block;position:absolute;z-index:5;}
.nivo-slice img{width: 107px; height: 100%; opacity: 1; top: 0px; display: block;}
.nivo-box{display:block;position:absolute;z-index:5;}
.nivo-caption{background:rgb(0, 0, 0);left:0px;width:30%;bottom:0px;color:rgb(255, 255, 255);display:none;position:absolute;z-index:8;opacity:0.8;}
.nivo-caption p{margin:0px;display:none;}
.nivo-caption a{display:inline !important;}
.nivo-html-caption{display:none;}
.nivo-directionNav a{top:45%;position:absolute;z-index:9;cursor:pointer;}
.nivo-prevNav{left:0px;}
.nivo-nextNav{right:0px;}
.nivo-controlNav a{position:relative;z-index:9;cursor:pointer;}
.nivo-controlNav a.active{font-weight:bold;}	
/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â  end */



.pro_screen{ background:#fff; margin-bottom:20px;}
.pro_category{}
.pro_category .pro_condition{ float:left; width:128px; font-size:14px; line-height:24px; font-weight:bold; color:#008ed6;}
.pro_category .pro_condition span{ display:block; padding:20px 0 20px 20px;}
.pro_category .pro_detail{ float:right; width:calc(100% - 160px); border-left:1px solid #E7E7E7; position:relative; font-size:14px; line-height:24px; padding:20px 0 10px 0;}
.pro_category .pro_detail ul{ padding:0 70px 0 20px;}
.pro_category .pro_detail ul.active{ height:68px; overflow:hidden;}
.pro_category .pro_detail ul li{ float:left; width:20%; margin-bottom:10px;}
.pro_category .pro_detail ul li a{}
.pro_category .pro_detail ul li a:hover{ color:#008ed6;}
.pro_category .pro_detail ul li a.cur{ color:#008ed6;}
.pro_category .pro_detail .filter-btn{ text-align:center; color:#008ed6; border:1px solid #008ed6; border-radius:4px; line-height:24px; width:54px; position:absolute; top:20px; right:10px; cursor:pointer;}
.pro_category .pro_detail .filter-btn span{ display:block;}
.pro_category .pro_detail .filter-btn span em{ display:inline-block; font-style:normal;}
.pro_category .pro_detail .filter-btn span em.em2{ display:none;}
.pro_category .pro_detail .filter-btn.active span em.em1{ display:none;}
.pro_category .pro_detail .filter-btn.active span em.em2{ display:inline-block;}
.pro_category .pro_detail .filter-btn span i{ display:inline-block; width:10px; height:10px; background:url(../images/down-arrow.png) center no-repeat; transform: rotateX(180deg);}
.pro_category .pro_detail .filter-btn.active span i{ transform: rotateX(0deg);}
.pro_sort{ border-top:1px solid #E7E7E7;}
.pro_sort .pro_condition{ float:left; width:128px; font-size:14px; line-height:24px; font-weight:bold; color:#119941;}
.pro_sort .pro_condition span{ display:block; padding:20px 0 20px 20px;}
.pro_sort .pro_detail{ float:right; width:calc(100% - 129px); border-left:1px solid #E7E7E7; position:relative; font-size:14px; line-height:24px; padding:20px 0 10px 0;}
.pro_sort .pro_detail ul{ padding:0 70px 0 20px;}
.pro_sort .pro_detail ul li{ float:left; margin-right:20px; margin-bottom:10px;}
.pro_sort .pro_detail ul li a{}
.pro_sort .pro_detail ul li a:hover{ color:#119941;}
.pro_sort .pro_detail ul li a.cur{ color:#008ed6;}
.pro_sort .pro_detail ul li.sort a i{ display:inline-block; width:8px; height:12px; background:url(../images/sort-desc.png) center no-repeat; margin-right:2px;}
.pro_sort .pro_detail ul li.sort a.cur{ color:#333;}
.pro_sort .pro_detail ul li.sort a.cur i{ background-image:url(../images/sort-asc.png);}







/*common end*/


/*banner_01*/
.banner_01{ width:1000px;height:360px; overflow:hidden; position:relative; z-index:1; }
.banner_01 ul {height:360px;position:absolute;}
.banner_01 ul li {width:1000px; height:360px;float:left;overflow:hidden; position:relative; background:#ccc;}
.banner_01 ul li img{ width:1000px; height:360px;}
.banner_01 .btnBg { width:1000px;height:20px;position:absolute; left:0; bottom:0; background:#000;}
.banner_01 .btn {width:1000px; position:absolute; height:10px; padding:5px 10px; right:0; bottom:3px; text-align:right;}
.banner_01 .btn span {display:inline-block; _display:inline; _zoom:1; width:25px; height:10px; _font-size:0; margin-left:5px; cursor:pointer; background:#fff;}
.banner_01 .btn span.on {background:#fff;}
.banner_01 .preNext {top:130px;width:45px; height:100px;  position:absolute; background:url(../images/sprite.png) no-repeat 0 0; cursor:pointer;}
.banner_01 .pre {left:0;}
.banner_01 .next {right:0; background-position:right top;}

/*banner_02*/
.banner_02{ height:360px; overflow:hidden;}
.banner_02 #banner_02_con{ display:none;}

/*banner_03*/
.banner_03{ position:relative; z-index: 1; width:100%; height:360px; overflow:hidden;}
.banner_03 .bd { Z-INDEX: 0; position: relative; overflow:hidden; }
.banner_03 .bd ul{ margin:0px auto;}
.banner_03 .bd li { width:100%; height:360px; text-align:center;  overflow:hidden;}
.banner_03 .hd { position:relative; top:-40px; width:1100px; height:20px; margin:0px auto; text-align:center;}
.banner_03 .hd ul { position:absolute; left:50%; margin-left:-60px; bottom:0px; z-index:99; width:150px; height:22px;}
.banner_03 .hd ul li { height:22px; width:22px; margin-left:15px; text-align:center; text-indent:-9999em; float:left; background:url(../Images/BannerBg_02.png) no-repeat; cursor:pointer;}
.banner_03 .hd ul .on { background:url(../images/BannerBg_01.png) no-repeat; }
.banner_03 .prev { position:absolute;  TOP:50%; left:20px; Z-INDEX:2; width:31px; height:53px; margin-top:-30px; background:url(../Images/BannerLeft.png) no-repeat; cursor: pointer;}
.banner_03 .next { position:absolute; TOP:50%; right:20px; Z-INDEX:2; width:31px; height:53px; margin-top:-30px; background:url(../Images/BannerRgt.png) no-repeat; cursor:pointer;}

/*scroll_left start*/
#scroll_left{overflow:hidden;width:930px; margin:0px 10px; }
#scroll_left span{ display:block; height:28px; line-height:28px; text-align:center;}
#scroll_left .scroll_scale{width:164px;height:124px; background:#FFF; margin:0 5px;border:1px solid #e4e4e4;} 
#scroll_left .scroll_scale table tr td{ height:124px; width:164px; text-align:center;}
#scroll_left .scroll_scale img{max-width:160px; max-height: 120px; width: expression(this.width >160 && this.height < this.width ? 160: true); height: expression(this.height > 120 ? 120: true);}
/*scroll_left end*/

/*scroll_01*/
.scroll_01{ background:#ddd;}
.scroll_01 .hd .prev,.scroll_01 .hd .next{ display:block;  width:5px; height:9px; line-height:10px;overflow:hidden;cursor:pointer; background:url(../images/icoLeft.gif) no-repeat;} 
.scroll_01 .hd .next{ background:url(../images/icoRight.gif) no-repeat;} 
.scroll_01 .bd li{ float:left;}

/*scroll_02*/
.scroll_02{ background:#ddd;}
.scroll_02 .hd .prev,.scroll_02  .hd .next{ display:block;  width:5px; height:9px; line-height:10px;overflow:hidden;cursor:pointer; background:url(../images/icoLeft.gif) no-repeat;} 
.scroll_02 .hd .next{ background:url(../images/icoRight.gif) no-repeat;} 




.contentfirst{ display:none;}
.contentin{ display:block;}
.tabin{ background:#ddd;}



/*Add------------------------------------------------------------------------------*/

.weizhi{height:40px; line-height:40px; background:url(../images/title03.png) no-repeat;font-size:14px; }
.inside{margin-top:20px; background:url(../images/title_04.gif) #fff repeat-y; min-height:400px;}

.inside_left{ width:220px; float:left;}
.inside_left .side_a dl dt{ border-bottom:3px solid #ddd; display:block; height:40px; color:#324483; font-weight:bold; line-height:40px; font-size:18px;}
.inside_left .side_a dl dd{ height:36px; line-height:36px; border-bottom:#ddd solid 1px;}
.inside_left .side_a dl dd a{ display:block; padding-left:30px; font-size:14px; background: url(../images/about-cn3_19.jpg) 15px center no-repeat;}
.inside_left .side_a dl dd a:hover{ background:#324483; color:#fff;}
.inside_left .side_a dl .hover a{ background:#324483; color:#fff;} 
.lianxi{ margin-top:15px; text-align:center; padding-bottom:20px;}

.inside_right{ width:720px; float:right; }



/*contact*/
.contact h2{ height:36px; line-height:36px; padding-left:20px; color:#fff; background:#999;}
.contact{ margin-top:15px; }
.contact ul{ padding:10px 10px; border:#e4e4e4 solid 1px;}
.contact ul li{ line-height:20px; padding:3px 0;}

/*proShow*/
.product_show ul li{ width:130px;line-height:20px;}
.product_show ul li{ float:left; margin:15px 20px 0; border:#e4e4e4 solid 1px; display:inline;}
.pro img{max-width:120px; max-height: 90px; width: expression(this.width >120 && this.height < this.width ? 120: true); height: expression(this.height > 90 ? 90: true);}
.hover2{ background:#f4f4f4;}

/*product_list*/
.side_product { margin-top:15px;}
.side_product h2{ height:36px; line-height:36px; padding-left:20px; color:#fff; background:#999;}
.side_product ul{ padding:10px 10px; border:#e4e4e4 solid 1px; }
.side_product ul li{line-height:24px;}
.side_product ul li a{ padding-left:30px; display:block; border-bottom:#e4e4e4 dashed 1px;background: url(../images/side_menu_bg.gif) 10px 8px no-repeat;}
.side_product ul li dl dd a{ display:inline; border:none; background:none;}


.footer-suspension {
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: #008ed6;
    border-radius: 2px; z-index:99;
}
.footer-suspension .service {
    width: 56px;
    height: 74px;
    text-align: center;
    border-top: 1px solid hsla(0,0%,100%,.1);
}
.footer-suspension .service-content {
    width: 270px;
    height: auto;
    background-color: white;
    margin-top: -145px;
    box-shadow: #aaa -1px 1px 4px;
    padding: 10px 5px 10px 15px;
    display: none;
    position: absolute;
    bottom: 0;
    right: 100%;
}
.footer-suspension .service-content .img{ width:100%; text-align:center}
.footer-suspension .service-content p {
    font-size: 14px;
}
.footer-suspension .attention-content {
    width: 173px;
    height: 178px;
    background-color: white;
    margin-left: -173px;
    float: left;
    margin-top: -103px;
    text-align: center;
    display: none;
    box-shadow: #aaa -1px 1px 4px;
}
.footer-suspension .attention-content img {
    width: 96px;
    height: 96px;
    margin-top: 24px;
}
.footer-suspension .service:hover {
    background-color: #008ed6;
    cursor: pointer;
}
.footer-suspension .service img {
    margin-top: 16px;
}
.footer-suspension .find-good {
    width: 56px;
    height: 74px;
    text-align: center;
    border-top: 1px solid hsla(0,0%,100%,.1);
}
.footer-suspension .find-good:hover {
    background-color: #168944;
    cursor: pointer;
}
.footer-suspension .find-good img {
    margin-top: 15px;
}
.footer-suspension .attention {
    width: 56px;
    height: 74px;
    text-align: center;
    border-top: 1px solid hsla(0,0%,100%,.1);
}
.footer-suspension .attention:hover {
    background-color: #008ed6;
    cursor: pointer;
}
.footer-suspension .attention img {
    margin-top: 17px;
}
.footer-suspension .top {
    width: 56px;
    height: 74px;
    text-align: center;
    border-top: 1px solid hsla(0,0%,100%,.1);
    display: none;
}
.footer-suspension .top:hover {
    background-color: #008ed6;
    cursor: pointer;
}
.footer-suspension .top img {
    margin-top: 19px;
}
.footer-suspension span {
    font-size: 12px;
    color: white;
    display: block;
    margin-top: 3px;
}

.footer-suspension ul li:hover .service-content{ display:block}
.footer-suspension ul li:hover .attention-content{ display:block}


