﻿*{-webkit-tap-highlight-color:rgba(255,255,255,0);box-sizing: border-box;padding:0;margin:0;list-style:none;font-style:normal;font-weight:400;text-decoration:none;-webkit-text-size-adjust:none;margin:0;padding:0;font-family: 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', 'Arial', sans-serif; }
html,body{width:100%;height:100%;font-size: 16px;color:#000;line-height: 1.8;}
table{border-collapse:collapse;width:100%;}
a img{border:0;}
input,button,textarea,select{font-family:inherit;}
a{outline:none;text-decoration:none;}
a:hover{text-decoration:none;}
img,input{vertical-align:middle;}
.clearfix:after{visibility:hidden;display:block;font-size:0;content:"\20";clear:both;height:0;}
* html .clearfix{zoom:1;}
.clear{clear:both;overflow:hidden;height:0px;line-height:0;}
:first-child+html .clearfix{zoom:1;}
.clearfix{zoom:1;}
.clearfix{zoom:1;}
a,area{blr:expression(this.onFocus=this.blur());}
:focus{-moz-outline-style:none;}
input,textarea{-webkit-appearance:none;/*ȥ��inputĬ����ʽ*/}
.more{
	background:#fff;
	margin:2% 2% 0 2%;
	padding:10% 0 26% 0;
	width:96%;
}
.more h2{
	font-weight:normal;
	margin:0;
	padding:0;
	text-align:center;
}
.more h2 a{
	background:#d68c37;
	color:#fff;
	display:block;
	fotn-size:100%;
	margin:2% auto;
	padding:2% 5%;
	width:80%;
	text-decoration: none;
}
.more h2 a:hover{
	background:#194991;
}
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         -webkit-box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            -webkit-user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    max-width:100%;
    height:auto;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
    position:relative;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{

}


.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\20';
}
[dir='rtl'] .slick-prev:before
{
    content: '\20';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\20';
}
[dir='rtl'] .slick-next:before
{
    content: '\20';
}

/* Dots */
.slick-slider
{
    margin-bottom: 0;
}

.slick-dots
{
    position: absolute;
    bottom: 0;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 3px;
    padding: 0;
    background:rgba(255,255,255,.2);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    border-radius:50%;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\20';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active
{
    background:rgba(255,255,255,1);
    color: black;
    border-radius:50%;
}
</style><style media="" data-href="css/common.css">body{background:#fff;color:#000;}
body,html{margin:0 auto;max-width:640px;min-width:320px; position:relative;}
a{color:#000}
.header{padding:9px 0;text-align:center; height:62px;}
.header .logo{display:inline-block;width:300px;height:62px; float:left;}
.header .logo img{width:300px;height:62px; }
.header .rCart{position:absolute;right:0;top:10px;width:35px;height:62px;background:url("/mobi/css/cd_s.png") no-repeat 50% 50%}
.noScroll,
.noScroll body{overflow:hidden}
.hide_list{visibility:hidden; overflow:hidden;overflow-y:auto; background:rgba(0,0,0,.98);text-align:left;position:absolute;bottom:0;left:0;top:50px;width:100%;z-index:1000;transform:translateX(-100%) ;transition:all .3s ease;overflow-scrolling : touch}
.hide_list ul{padding-top:16px;}
.hide_list li{margin:0 16px;border-bottom:0.5px solid rgba(255,255,255,.3); opacity:0;transition:all 1s .1s ease;}
.hide_list li a{line-height:40px;display:block;position:relative;color:#fff}
.hide_list li a i{ font-size:8px; color:#fff; background:#ff1a1a; border-radius:3px; padding:2px; vertical-align:middle; margin-left:2px;}
.hide_list .ft{color:#666;margin:30px 10px;text-align:center;font-size:12px}
.hide_list .ft a{color:#fff; margin:0 3px;}
.topNav .header .list:before{transform:rotate(-45deg) translateX(-4px) translateY(4px);width:21px}
.topNav .header .list:after{transform:rotate(45deg) translateX(0) translateY(0);width:21px}
.topNav .hide_list{transform:translateX(0);visibility:visible;}
.topNav .hide_list li{opacity:1;}

.text_top{ margin:16px 16px 0;}
.text_top .name{float:left; font-size:16px; color:#000;} 
.text_top .a{ color:#666666; float:right; font-size:12px;margin-top:3px; padding-right:9px; background:url("/mobi/css/icon-right-hs.svg") no-repeat right 6px; background-size:4px;}


.error-wrap{ padding:5%;}
.error-wrap .error-tit{ text-align:center; font-size:30px; text-transform:uppercase;}
.error-wrap .error-tit i{ animation:bounce 3s ease both infinite;}
.error-wrap .error-tit2{ font-size:12px; color:#999; text-align:center;}
.error-wrap .error-tit3{ font-size:12px; color:#999; text-align:center;}
.error-dl{margin-top:40px;}
.error-dl dd a{ display:inline-block; font-size:12px;}
.error-dl dd em{ margin:0 10px; color:#eee;}

@keyframes bounce{
    0%,100%{ color:#000;}
    40%{color:red;}
    60%{color:Blue;}
}

.video-js{ background:#fff;}
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button{margin:-1em 0 0 -1em;text-shadow:0 0 0 .1em rgba(0,0,0,.3);opacity:.8}
.vjs-default-skin .vjs-big-play-button:before{font-size:.85em;line-height:2.1em}
.vjs-default-skin .vjs-big-play-button{width:2em;height:2em;border-radius:50%}

.Innav{ margin:16px 16px 0;}
.Innav ul{ }
.Innav li{ float:left; width:33.333%;  border:1px solid #000; text-align:center; border-right:0; transition:all .3s ease;}
.Innav li a{ display:block; font-size:11px;height:30px; line-height:30px; }
.Innav li:first-child{ border-radius:4px 0 0 4px;}
.Innav li:last-child{ border-radius:0 4px 4px 0; border-right:1px solid #000;}
.Innav li.cur{ background:#000;}
.Innav li.cur a{ color:#fff;}

.Innav4 li{ width:25%;}

video{ height:0.1px; margin:5px auto; color:#FFF; background:#FFF;}
.hide_cart{opacity:0; background:#fff;text-align:left;position:absolute;bottom:0;left:0;top:80px;right:0; z-index:1000; transform:translateX(-100%); transition:all .3s ease; overflow-scrolling:touch}
.hide_cart:before{ position:absolute; right:20px;top:-6px;  width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 6px solid #fff; content:"\20"}
.hide_cart .hide_scroll{ overflow:hidden; overflow-y:auto; height:100%;}
.hide_cart li{margin:0 16px;border-bottom:0.5px solid #dcdcdc}
.hide_cart li a{line-height:40px;display:block;position:relative;color:#000}
.hide_cart li span{ color:#0079ff;}
.hide_cart .ft{color:#666;margin:30px 10px;text-align:center;font-size:12px}
.hide_cart .ft a{color:#0079ff; margin:0 3px;}
.hd-cart .null{margin:0 16px; text-align:center; padding:30px; border-bottom:0.5px solid #dcdcdc;}
.hd-cart .btn {border-bottom:0.5px solid #dcdcdc;margin:0 16px; padding:12px 0 30px;}
.hd-cart .btn a{ display:block; color:#fff; background:#0079ff; height:40px; line-height:40px; text-align:center; border-radius:4px; }
.hd-cart .item{ min-height:50px; margin:0 16px; padding:14px 0; border-bottom:0.5px solid #dcdcdc; position:relative;}
.hd-cart .item .img{ float:left; margin-right:10px; width:80px;}
.hd-cart .item .img img{ width:100%; height:auto; border-radius:5px;}
.hd-cart .item .r {padding-right:40px;}
.hd-cart .item .r h3{ font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.hd-cart .item .del{ position:absolute; right:0;top:50%; margin-top:-25px; width:30px; height:50px; background:url("/mobi/css/del.svg") no-repeat right 50%; background-size:20px;}
.hd-cart .item:last-child{ border-bottom:0;}


.topCart .hide_cart{transform:translateX(0);opacity:1;}

.footer{ background:#222222; padding:20px 16px 50px;}
.footer ul{border-top:0.5px solid #444444;}
.footer li{border-bottom:0.5px solid #444444;}
.footer li a{line-height:40px;display:block;position:relative;color:#fff; font-size:12px; background:url("/mobi/css/icon-right.svg") no-repeat right center; background-size:6px;}
.footer .ft{color:#999999;margin:30px 0 0;font-size:12px}
.footer .ft a{color:#0079ff; margin:0 3px;}
.footer .copyright{color:#444444;margin:10px 0;font-size:12px}


.Ntop { text-align:center;}
.Ntop h3{ font-size:26px; line-height:30px;}
.Ntop h6{font-size:14px; line-height:18px;}
.Ntop .en{  font-style:italic; font-size:8px; line-height:12px;}



.news { border-top:0.5px solid #666; margin:0;}
.news .text_top{ margin:0 10px;margin-top:10px;}
.news .item a{ margin:0 10px;position:relative;display:block;padding:16px 0; border-bottom:.5px solid #666;}
.news .item:last-child a{ border:0;}
.news .item .img{ float:left; width:80px; height:60px; border-radius:8px; border:0.5px solid #333; overflow:hidden; margin-right:16px;}
.news .item .img div{display: table-cell;vertical-align:middle; height:60px; }
.news .item .img img{ width:100%; height:auto;vertical-align:middle;}
.news .item h3{ font-size:14px; color:#000; line-height:18px; height:36px; overflow:hidden;}
.news .item time{ font-size:10px; color:#666666; line-height:12px;}

.elseTop{border-bottom:0.5px solid #666;  padding:10px 0; margin-bottom:16px; background:#fff;}
.elseTop span{ display:block; margin:0 16px; background:url("/mobi/css/icon-down.svg") no-repeat right center / 16px;}

.stores_topImg img{ max-width:100%; height:auto;}

.bgClose{transform:translateY(-300%); position:absolute; left:0;top:0; width:100%; height:100%; background:#111; opacity:.8; z-index:1000; visibility:hidden;}

.footer_Nav{ position:fixed; z-index:200; left:0; bottom:0; right:0; height:48px; padding-top:2px; -webkit-box-shadow:0 0 10px rgba(0,0,0,.1);

background: -moz-linear-gradient(top,  rgba(255,255,255,0.8) 0%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,1) 67%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,1) 67%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


}
.footer_Nav a{ float:left; width:33.33%;  height:48px;text-align:center; }
.footer_Nav a:first-child{ border:0;}
.footer_Nav a img{ width:20px; height:20px; vertical-align:middle;}
.footer_Nav a:first-child img  
{
    -webkit-animation:bounce 1.2s .2s ease both infinite;
    -moz-animation:bounce 1.2s .2s ease both infinite;}
.footer_Nav a span{ display:block; font-size:12px; line-height:12px;margin-top:-2px;}

@-webkit-keyframes bounce{
    0%,20%,50%,80%,100%{-webkit-transform:translateY(0)}
    40%{-webkit-transform:translateY(-3px)}
    60%{-webkit-transform:translateY(-2px)}
}
@-moz-keyframes bounce{
    0%,20%,50%,80%,100%{-moz-transform:translateY(0)}
    40%{-moz-transform:translateY(-3px)}
    60%{-moz-transform:translateY(-2px)}
}
</style><style media="" data-href="css/index.css">
.proConList{margin:0 0 16px;padding:16px 0 0; position:relative;}
.proConList:before{ content:"\20";position:absolute; left:16px; right:16px; bottom:0;border-bottom:0.5px solid #666;}
.proConList ul{ margin-left:16px;}
.proConList li{ float:left; text-align:center; width:20%; position:relative; margin-bottom:16px;}
.proConList li a{ display:block; margin:0 10px 0 0;}
.proConList li i{ position:absolute; right:8px;top:-8px; width:20px; height:20px; font-size:7px; font-weight:700; text-align:center; line-height:20px; background:#ff1a1a; border-radius:50%; color:#fff;}

.proConList li img{width:80%; height:auto;}
.proConList li h3{ color:#000; font-size:12px;}
.proConList li .txt{ font-size:10px; color:#666; line-height:12px;}

.saleConList{margin:0 0 16px; padding-top:16px;position:relative;}
.saleConList:before{ content:"\20";position:absolute; left:16px; right:16px; bottom:0;border-bottom:0.5px solid #666;}
.saleConList ul{margin:0 0 0 16px;}
.saleConList li{ float:left; text-align:center; width:50%; }
.saleConList li a{ display:block; background:#666; border-radius:4px;margin:0 16px 16px 0;}
.saleConList li img{ width:100%; height:auto;border-radius:5px;}

.storesNav{ position:relative; border-bottom:.5px solid #bebebe;  overflow:hidden; padding:32px 0 0; margin:0 16px; overflow-x:auto;overflow-scrolling : touch}
.storesNav ul{width:100%;}
.storesNav li{ float:left; margin-right:16px; position:relative; }
.storesNav li em{ transition:all .3s ease;transform: scale(0); visibility:hidden; position:absolute; right:-14px;top:-12px; width:20px; height:20px; line-height:20px; font-size:12px; text-align:center; background:#000; border-radius:50%; color:#fff;}
.storesNav li.cur em{transform: scale(1); visibility:visible;}
.storesNav .bom{ position:absolute; bottom:-0.5px; left:0; height:1px; background:#000; width:32px;}

.stores .content { min-height:120px;}
.stores .content .item{  margin:0 16px; border-bottom:.5px solid #666666; }
.stores .content .item:last-child{ border:0;}
.stores .content .item .clearfix{position:relative;display:block;padding:0 24px 0 0; margin:16px 0 ; min-height:80px;}
.stores .content .item .img{ float:left; width:80px; height:80px; border-radius:12px; border:0.5px solid #333; overflow:hidden; margin-right:16px;}
.stores .content .item .img img{ width:100%; height:100%;}
.stores .content .item h3{ font-size:14px; color:#000;}
.stores .content .item p{ font-size:10px; color:#000;}
.stores .content .item address{ font-size:9px;}
.stores .content .item .clearfix:before{ content:"\20"; position:absolute; right:0;top:50%; margin-top:-20px; width:40px; height:40px;background:url("/mobi/css/icon-right3.svg") no-repeat right center / 20%;} 
.stores .content .item .dis span{ display:inline-block;background:url("/mobi/css/icon-location.svg") no-repeat left 3px / 8px; padding-left:10px;} 
.stores .center{ padding-bottom:30px; text-align:center;border-bottom:.5px solid #666; margin:10px 16px 16px;}
.stores .center .a{ border-bottom:0.5px solid #b1865d; color:#b1865d; display:inline-block;padding-right:16px;background:url("/mobi/css/icon-right4.svg") no-repeat right 8px / 5px;} 

.storesAll .content { min-height:120px;}
.storesAll .content .item{margin:16px; border-bottom:.5px solid #666666; position:relative;display:block;min-height:80px; padding-bottom:16px;}
.storesAll .content .item:last-child{ border:0;}
.storesAll .content .item .img{ float:left; width:80px; height:80px; border-radius:12px; border:0.5px solid #333; overflow:hidden; margin-right:16px;}
.storesAll .content .item .img img{ width:100%; height:100%;}
.storesAll .content .item h3{ font-size:14px; color:#000; line-height:18px; margin-bottom:4px;}
.storesAll .content .item p{ font-size:10px; color:#000; line-height:14px;}
.storesAll .content .item address{ font-size:9px; line-height:12px;}
.storesAll .content .item .clearfix:before{ content:"\20"; position:absolute; right:0;top:50%; margin-top:-20px; width:40px; height:40px;background:url("/mobi/css/icon-right3.svg") no-repeat right center / 20%;} 
.storesAll .content .item .dis span{ display:inline-block;background:url("/mobi/css/icon-location.svg") no-repeat left 3px / 8px; padding-left:10px;} 
.storesAll .center{ padding-bottom:30px; text-align:center;border-bottom:.5px solid #666; margin:10px 16px 16px;}
.storesAll .center .a{ border-bottom:0.5px solid #b1865d; color:#b1865d; display:inline-block;padding-right:16px;background:url("/mobi/css/icon-right4.svg") no-repeat right 8px / 5px;} 
.storesAll .content .item .dis{  font-size:10px;margin-top:4px; line-height:18px;}
.storesAll .content .item .dis a{ float:right; border:0.5px solid #333; padding:0 5px; border-radius:4px; background:none;}

.menuListCon{color:#fff; transition:all .3s ease; visibility:hidden;transform:translateY(-100%); position:absolute; right:0;top:0; height:100%; width:82%; z-index:9990; padding:20px 0; background:#222; overflow:hidden; overflow-y:auto;overflow-scrolling : touch}
.menuListCon .h3{ font-size:14px; text-align:left; border-bottom:.5px solid #666; margin:0 16px;}
.menuListCon .proConList:before{ border:0;}
.menuListCon .proConList li{ width:25%; opacity:0; transition:all .5s .2s ease;}
.menuListCon .proConList h3{ color:#ccc; font-size:11px;}
.showMenu .menuListCon{ visibility:visible;right:0; transform:translateY(0%);}
.showMenu .menuListCon .proConList li{ opacity:1;}
.showMenu .bgClose{visibility:visible;transform:translateY(0%);}
.banner{
	width:100%;
}
.banner img{
	height:100%!important;
	width:100%;
}
.js_home{ background:url(/mobi/css/jx_bj.jpg) repeat-x #FFFFFF; height:230px; width:100%; padding:5% 0;}
.js_home div{ width:96%; margin:0 0 0 3%;float:left;}
.zztj_bj div img{ width:100%; margin:0; float:left;}
.zztj_lh{ background:#65686d; width:100%; height:680px; margin:0; float:left;}
.zztj_lhn{ width:98%; margin:10px auto; float:left;}
.zztj_lhn ul{
	margin:0 auto;
	}
.zztj_lhn li{ float:left; margin:5px 5px 5px 3%; width:45%; text-align:center; font-size:100%; background:#fcddaf;}
.zztj_lhn li a{ color:#81000f; font-family:微软雅黑; font-size:100%;}
.zztj_lh div{ width:100%; margin:20px 0 0 0;float:left;}
.zztj_lh div img{ width:100%; margin:0;}

.zztj_lhs{ background:#65686d; width:100%; height:580px; margin:0; float:left;}
.kong{ background:#FFF; height:80px; width:100%;}
.foot_nav{
	width:100%;
	padding:0;
	position:fixed;
	bottom:0;
	z-index:999;
	background:#FFF;
	border-top: #CCC 1px solid;
	filter:alpha(opacity=90);  
	-moz-opacity:0.9;  
	-khtml-opacity: 0.9;  
	opacity: 0.9; 
}
.foot_nav ul{
	margin:0 auto;
	width:100%;
}
.foot_nav li{
	float:left;
	width:20%;
	text-align:center;
}
.foot_nav li img{
	margin:0;
	width:100%
}
.foot_nav li:hover img{
	margin-top:-3px;
}
.foot_tel{
	margin-top:0;
}
/*------------------------------------------------------------------------------*/
.i_jgcn{
	overflow:hidden;
	padding:5px 10px 5px 10px;
}
.i_jgcn h2{
	color:#000000;
	display:block;
	font-size:16px;
	font-weight:normal;
	margin:0;
	padding:0;
	font-size:120%;
	font-family:微软雅黑;
}
.i_jgcn h2 a{
	color:#000000;
}
.i_jg{
	border-top:solid 2px #cccccc;
	overflow:hidden;
	padding:5px 10px 10px 10px;
}
.i_jg h2{
	color:#333;
	display:block;
	font-size:16px;
	font-weight:normal;
	margin:0;
	padding:0;
}
.i_jg h2 a{
	color:#000000;
}
.i_jg strong{
	color:#666;
	display:block;
	font-weight:normal;
}
.i_jg strong a{
	color:#666;
}
.content_cxzs{
	margin:5px 0 0 0;
	color:#666666;
	padding:0;
	}
.content_cxzs ul{
	margin:0;
	padding:0;
	list-style-type:none;
	}
.content_cxzs li{
	padding:5px 1px;
	float:left;
	text-align:center;
	margin:0 2px;
	width:48%;
	font-size:100%;
	font-family:微软雅黑;
	}
.content_cxzs li a{color:#194991;}
.content_cxzs_span{ margin:5px 0 0 0;}
.content_cxzs li img{border:solid 1px  #F0F0F0; padding:1px; width:90%;}
.content_cxzs div{ margin:5px auto;}
.content_cxzsxz{
	margin:5px 0 0 0;
	color:#666666;
	padding:0;
	}
.content_cxzsxz ul{
	margin:0;
	padding:0;
	list-style-type:none;
	}
.content_cxzsxz li{
	padding:5px 1px;
	float:left;
	text-align:center;
	margin:0 2px;
	width:48%;
	font-size:100%;
	font-family:微软雅黑;
	}
.content_cxzsxz li a{color:#194991;}
.content_cxzsxz_span{ margin:5px 0 0 0;}
.content_cxzsxz li img{border:solid 1px  #F0F0F0; padding:1px; width:90%;}
.content_cxzsxz div{ margin:5px auto;}
/*------------------------------------------------------------------------------*/
.dqwz{
	color:#666;
	height:25px;
	line-height:25px;
	overflow:hidden;
	padding:0 0 0 10px;
	background:#F2F2F2;
}
.dqwz a{
	color:#666;
}
/*------------------------------------------------------------------------------*/
.gysxg_dd{
	background:#FFF;
	color:#666;
	padding:5px 10px;
	line-height:140%;
}
.gysxg_dd h1{
	font-family:"微软雅黑";
	font-weight:bold;
	color:#666;
	font-size:140%;
	line-height:50px;
	text-align:center;
	margin:0 0 10px 0;
	padding:0 0 0 20px;
	border-bottom:solid 2px #CCCCCC;
	}
.gysxg_dd  h2{
	font-family:"微软雅黑";
	font-weight:bold;
	color:#666;
	font-size:120%;
	line-height:25px;
	margin:0;
	padding:0 0 0 10px;
	}
.gysxg_dd a{ color:#804040;text-decoration:underline;}
.gysxg_dd strong{
	color:#666666;
	font-size:100%;
}
/*------------------------------------------------------------------------------*/
.i_jgcn{
	overflow:hidden;
	padding:5px 10px 5px 10px;
}
.i_jgcn h2{
	color:#333;
	display:block;
	font-size:16px;
	font-weight:normal;
	margin:0;
	padding:0;
}
.i_jgcn h2 a{
	color:#000;
}
.i_jg{
	border-top:solid 2px #cccccc;
	overflow:hidden;
	padding:5px 10px 10px 10px;
}
.i_jg h2{
	color:#333;
	display:block;
	font-size:16px;
	font-weight:normal;
	margin:0;
	padding:0;
}
.i_jg h2 a{
	color:#ff0000;
}
.i_jg strong{
	color:#666;
	display:block;
	font-weight:normal;
}
.i_jg strong a{
	color:#666;
}
/*------------------------------------------------------------------------------*/
/*--------------------------------------------------------*/
#PageStyle{text-align:center;}
#PageStyle .Current{background:Red; color:#FFFFFF; padding:0 3px;} /* 当前页码样式 */
/*------------------------------------------------------------------------------*/
.ny_dt{
	background:#FFF;
	padding:10px 10px 0 10px;
}
.ny_dt h2{
	color:#333;
	font-size:120%;
	font-family:微软雅黑;
	margin:0;
	padding:0;
}
.news{
	background:#FFF;
	margin:0;
	padding:5px 10px;
}
.news ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.news li{
	background:url(../images/d_2.gif) no-repeat 2px 13px;
	font-size:14px;
	line-height:40px;
	padding:0 0 0 10px;
	border-bottom:#CCC 1px dashed;
}
.news li a{
	color:#444;
}
/*------------------------------------------------------------------------------*/
.newsxx{
	background:#FFF;
	margin:0;
	padding:5px 10px;
}
.newsxx_dt{
	margin:0;
	padding:0;
}
.newsxx_dt h1{
	border-bottom:dotted 1px #ccc;
	color:#666;
	font-size:140%;
	font-weight:normal;
	margin:0;
	padding:0 0 5px 0;
	text-align:center;
}
.newsxx_dt em{
	background:#fafafa;
	color:#666;
	display:block;
	font-style:normal;
	line-height:24px;
	text-align:center;
}
.newsxx_dd{
	color:#555;
}
.newsxx_dd h2{
	color:#812222;
	font-size:15px;
	margin:0;
	padding:0;
}
.newsxx_dd h3{
	color:#812222;
	font-size:13px;
	margin:0;
	padding:0;
}
.newsxx_dd strong{
	color:#ff0000;
	font-size:12px;
}
.newsxx_dd em{
	color:#812222;
	font-size:12px;
	font-style:normal;
}
.newsxx_dd a{
	color:#812222;
	font-size:12px;
	text-decoration:underline;
}
.newsxx_dd i{
	color:#333;
	font-size:12px;
}
/*------------------------------------------------------------------------------*/
.newsxx_fy{
	background:#fafafa;
	height:25px;
	line-height:30px;
	margin:5px 0 0 0;
	overflow:hidden;
	padding:0 10px;
	}
.newsxx_fy_s{
	float:left;
	overflow:hidden;
	text-align:left;
	width:100%;
	}
.newsxx_fy_x{
	float:right;
	overflow:hidden;
	text-align:left;
	width:100%;
	}
.newsxx_fy a b{
	color:#8d373d;
	}
.newsxx_fy a{
	color:#666;
	}
.newsxx_fy a:hover{
	color:#8d373d;
	}
/*首页报价*/
.tanchu{width: 100%;height: 392px;background:#fff;position: fixed;margin-left: -395.5px;margin-top: -196px;top: 50%;left: 50%;overflow: hidden;z-index: 999999999;box-sizing: border-box;padding: 32px 0;display: none; box-shadow:0 2px 20px 0 #333;}
.tanchu h3{font-weight: 500}
.tanchu em{font-style: normal;}
.tanchu-flex{width: 100%;display: flex;}
.tanchu-left{width: 300px;margin: auto 0 auto 40px;}
.tanchu-left-head{}
.tanchu-left-head h3{font-size: 21px;margin-bottom: 13px;color: #000;}
.tanchu-left-head span{font-size: 14px;}
.tanchu-left-form{width: 100%;overflow: hidden}
.tanchu-left-formcon{width: 100%;margin-bottom: 6px;display: flex;justify-content: space-between;position: relative;}
.tanchu-left-formcon input,.tanchu-left-formcon select{
    height: 39px;box-sizing: border-box;border: 1px #dcdcdc solid;font-size: 14px;color: #000;padding-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.tanchu-left-formcon select{background: url("/images/down.png") right center no-repeat;}
.tanchu-left-formcon span.pf{font-size: 16px;color: #000;line-height: 37px;right: 15px;position: absolute}
.tanchu-left-form1 select,.tanchu-left-form1 input{width: 100%;}
.tanchu-left-form2 select{width: 147px;}
.tanchu-left-form3 select{width: 96px;}
.tanchu-fg{width: 102px;height: 328px;position: relative;margin: 0 7px;}
.tanchu-fgx{height: 328px;width: 1px;border-left:1px #6f6f6f dashed;margin: 0 auto;}
.tanchu-fg-but{width: 102px;height: 102px;position: absolute;top: 50%;margin-top: -51px;background: #fff;display: flex}
.tanchu-fg-butrotate{width: 102px;height: 102px;background: url("/images/zhuan_img.png") center no-repeat;animation: zhuan 2s linear infinite;position: absolute;top: 0;left: 0}
.tanchu-fg-but a{width: 69px;height: 69px;margin: auto;display: block;background: #ef2c39;border-radius: 50%;font-size: 19px;color: #fff;text-align: center;box-sizing: border-box;padding: 10px;position: relative;z-index: 2}
@keyframes zhuan {
    from{
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);}
    to{
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);}
}
.tanchu-right{width: 314px;margin: auto 0;overflow: hidden}
.tanchu-right-head{font-size: 20px;text-align: center;margin-bottom: 10px;}
.tanchu-right-head em{font-size: 30px;color: #ef2c39;}
.tanchu-right-main{width: 100%;height: 158px;box-sizing: border-box;border: 1px #d8d8d8 solid;display: flex}
.tanchu-right-miancon{display: table;margin: auto;}
.tanchu-right-miancon p{font-size: 18px;line-height: 32px;color: #333;}
.tanchu-right-sub{width: 269px;height: 106px;height: 106px;display: block;margin: 0 auto;background: url("/images/618/pup_up/click.gif") center no-repeat;}
.tanchu-right-btn{width: 100%;height:40px;line-height:40px;display: block;margin-top: 10px;background:#003585;color: #fff;font-size: 18px;text-align: center;}
.tanchu-close{width: 28px;height: 28px;background: url("/images/close.png") center no-repeat;cursor: pointer;position: absolute;top: 15px;right: 21px}