@charset "utf-8";
/*------------------------reset------------------------*/
body,div,p,h1,h2,h3,h4,h5,h6,h7,table,td,ul,li,ol,hr,img{ margin:0px; padding:0px; border:0px;  font-family:Microsoft YaHei,Arial; font-weight:normal}
.clear{ clear:both; font-size:0px; line-height:0px; height:0px; overflow:hidden;}
a{ text-decoration:none; color:#333}
a:hover{ color:#ff0000;}
li{ list-style-type:none;}
table{ border-collapse:collapse; width:100%;}
td{ vertical-align:top;}
html{ -webkit-font-smoothing: antialiased; }
img{border:none;}
code{font-family:Microsoft YaHei,Arial;}
em,{font-style:normal;font-weight:normal;}
li{list-style:none;}
h1{font-size:24px; font-weight:normal}
h2{font-size:16px;}
h3{font-size:14px;}
h4, h5, h6{font-size:100%;}
.height{ height:auto}
.all_width{width: 100%; }
.auto{margin:0 auto}
.width1100px{ width:1145px}
.font_12{font-size: 12px;}
.font_14{font-size: 14px; }
.font_16{font-size: 16px;}
.font_18{font-size: 18px;}
.font_20{font-size: 20px;}
.font_22{font-size: 22px;}
.font_24{font-size: 24px;}
.font_26{font-size: 26px;}
.font_28{font-size: 28px;}
.font_30{font-size: 30px;}
.font_44{font-size: 44px;}
.l_height_35{line-height:35px}
.fl{ float:left;}
.fr{ float:right;}
.center{text-align:center}
.cursor{cursor: pointer;}
input{outline: none;}
input[type="button"]{cursor: pointer;}
.wrap{ width:1100px; margin:0px auto; overflow:hidden;}
button,input,select,textarea{font-size:100%;}/* 使得表单元素在 ie 下能继承字体大小 */
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
address,cite,dfn,em,var{font-style:normal;} /* 将斜体扶正 */
a,a:hover{ text-decoration: none; }
.clear { clear: both; }
.nobottom{border-bottom: none;}
i{font-style: normal;}
.nobottom{border-bottom: none;}
body{ min-width:1100px; max-width:1920px; color:#333; margin:0px auto; background: #f2f2f2;}
.t{ background:url(../images/jdin_13.png) no-repeat 0 8px; text-indent:50px;  color:#cd041d; margin:20px auto}
.t strong{ color:#cd041d}

/* 顶部开始 */
.slt_head{height:70px; background-color:#093576;}
.slt_head .fl{  color:#c7c7c7; line-height:70px}
.slt_head .fr{color:#c7c7c7; line-height:70px}
.slt_head .fr a{ color:#c7c7c7;text-decoration:none; -webkit-transition:0.4s ease-in-out; -moz-transition:0.4s ease-in-out; -o-transition:0.4s ease-in-out; -ms-transition:0.4s ease-in-out; transition:0.4s ease-in-out; padding:0 5px; line-height:70px}
.slt_head .fr a:hover{ color:#c7c7c7;}
.slt_head .fr i{ width:1px; background-color:#c7c7c7; height:10px; display:inline-block; margin:0 20px}
.slt_head_h{ height:100px; z-index:10}
.slt_head_h .logo{float:left; padding-top:20px;}
.slt_head_h .right{ float:right; }
/*导航*/


.hl_nav{
    color: #ffffff;
    height: 100px;
}
.hl_nav a{
    display: block;
    text-decoration: none;
	font-size:14px
}
.hl_nav a:hover{
    display: block;
    text-decoration: none;
	font-size:14px;
	    background-color: #cd041d;
	 color:#fff

}

.hl_nav .shade{
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    z-index: 1;
    background-color: #EEEEEE;
    opacity: 0.9;
    filter: alpha(opacity=90);
    box-shadow: 0 5px 15px #CCCCCC;
    display: none;
    border-bottom: #ffffff solid 1px;
    border-bottom: rgba(255,255,255,0.3) solid 1px;
}
.hl_nav .nav_list{
    padding: 0;
    list-style: none;
    width: 100%;
    overflow: hidden;
    height: 100px;
}
.hl_nav .nav_list>dl{
    padding: 0;
    float: left;
    margin: 0;
    width: 100px;
    text-align: center;
    height: 100px;
	position: static
}
.hl_nav .nav_head{
    height: 100px;
    line-height: 100px;
    font-size: 16px;
    position: relative;
}
.hl_nav .nav_head:hover{
    height: 100px;
    line-height: 100px;
    color: #fff;
    font-size: 16px;
    position: relative;
	background:#cd041d;
}
.hl_nav .nav_list>dl>ul{
    position: absolute;
    width: auto;
    z-index: 2;
    padding: 0;
    margin: 0;
    line-height: 40px;
    list-style: none;
    overflow: hidden;
    display: none;
	 width:100px;
	  background-color:#eeeeee
}


.hl_nav .nav_list>dl.active {
    background-color: #cd041d;
	 color:#fff
}
.hl_nav .nav_list .cur{
	 color:#fff !important
}

.hl_nav .nav_list>dl:hover{
    background-color: #cd041d;
	 color:#fff !important
}
.hl_nav .nav_list>dl:hover>ul{
    display: block;
}



.hl_nav .nav_list>li>ul>li{
}
.hl_nav .nav_list>li>ul>li>a{
    text-decoration: none;
    display: block;
	text-align:center;
    height: 35px;
	 display:block;
	  font-size:14px; color:333
}
.hl_nav .nav_list>li>ul>li>a:hover{
    background-color: #cd041d;
    color: #fff;
}
.hl_nav .nav_list:hover{
    height: 100px;
}

.hl_nav .nav_list:hover + .shade{
    display: block;
}



/*顶部导航*/
.slt_footer{ margin:0 auto; padding:10px 0; color:#fff}
.slt_footer a{color:#fff}

.slt_f{ display:block; background:#3d3d3d}
.slt_f img{ display:block; padding:20px}
.slt_f .menu{ width:1100px; margin:0 auto; height:180px; }
.slt_f .menu dl{ float:left; width:140px; margin-right:44px}
.slt_f .menu dl dt{ border-bottom:2px solid #fff; line-height:40px; margin-bottom:10px}
.slt_f .menu dl dt:after{ border-bottom:2px solid #0067ff; width:20px;content:" "; z-index:2; display:block; margin-top:1px; position:relative; top:2px}
.slt_f .menu dl dt{ font-size:18px; color:#fff}
.slt_f .menu dl dd a{font-size:14px; color:#9d9d9d; line-height:30px}

.slt_links{ background:#272527; padding:10px ; color:#999999}
.slt_links a{color:#999999; line-height:35PX }

/*首页公共TITLE*/
.tit{ width:100%; text-align: center;  margin:30px auto}
.tit .tit1{ z-index:2; padding:0 20px; background-color:#f2f2f2; display:inline-block; position:relative}
.tit .tit1 span{color:#cd041d}
.tit .tit2{color:#656565; margin:0 auto; font-size:36px; font-family:Impact}
.tit .tit2 span{color:#cd041d;}
.tit .xian{ height:1px; background-color:#c7c7c7; position: relative; top:-15px; z-index:1; width:100%}


.tit_n{ width:100%; text-align: left;  margin:10px auto;}
.tit_n .tit1{ z-index:2; padding:0; background-color:#f2f2f2; display:inline-block; position:relative}
.tit_n .tit1 span{color:#cd041d}
.tit_n .tit2{color:#656565; margin:0 auto; font-size:36px; font-family:Impact; line-height: 51px;}
.tit_n .tit2 span{color:#cd041d;}


.titx{ width:100%; text-align: left;  margin:30px auto 10px}
.titx .tit1{ z-index:2; padding:0 20px 0 0; background-color:#f2f2f2; display:inline-block; position:relative}
.titx .tit1 span{color:#cd041d}
.titx .tit2{color:#656565; margin:0 auto; font-size:36px; font-family:Impact}
.titx .tit2 span{color:#cd041d;}
.titx .xian{ height:1px; background-color:#c7c7c7; position: relative; top:-15px; z-index:1; width:100%}

/*关于我们*/
.slt_about{ height:405px; z-index:999;  color:#fff}
.slt_about p{  line-height:30px; font-size:14px; color:#c6c6c6; margin:20px  auto}
.slt_about .left{ background:#051c3f; height:405px; width:573px;}
.slt_about .left .tle{ font-size:28px;}
.slt_about .left .tle span{ color:#fe0020}
.slt_about .left .tle .tle1{ font-size:14px}
.slt_about .left .tle .tle2{ width:50px; height:3px; background:#fff; margin-top:10px}


.slt_youshi{  z-index:999;  color:#fff;margin:30px auto 0}
.slt_youshi ul{ width:1080px; margin:0 auto}
.slt_youshi li{ float:left; width:269px; height:254px}
.slt_youshi .li1{ border:1px solid #eeeeee; float:left; width:267px;text-align:center; }
.slt_youshi .li1 p{ color:#333; width:80%; margin:0 auto;  font-size:15px; line-height:30px}
.slt_youshi .li1 b{ padding:25px 0 20px 0; display: block; font-size:28px; color:#bd181e;}

.slt_youshi .slt_youshi_lie{ background-color:#fff; margin:0 auto 30px; display:inline-block; height:340px}

.slt_youshi .slt_youshi_lie dl{ background:url(../images/youshi_l.png) no-repeat;   margin:50px 5px 0; padding:0 20px}
.slt_youshi .slt_youshi_lie dl dt{ font-size:30px; font-weight:bold; color:#093576;}
.slt_youshi .slt_youshi_lie dl dt p{ font-size:18px; color:#000; line-height:35px; font-weight:600}

.slt_youshi .slt_youshi_lie dl dd{ font-size:14px; color:#333; line-height:30px;background:url(../images/youshi_y.png) no-repeat; background-position:0 13px; position:relative; left:-20px; padding-left:20px}



/*见证*/
.slt_honor{  border-left:none; border-right: none; height:380px; }
#div1 ul .pl img { display:block; cursor:pointer;}
#div1 ul .pl {float:left; padding:5px; margin:7px; border:1px solid #efefef; text-align:center; line-height:30px; color:#333; display:block; background:#fff;width: 290px}
#div1 ul .pl h5{ width:100%; text-align: center; margin:0 auto; font-size:14px; line-height:50px}
#div1 ul .pl:hover { background-color:#f9f9f9}
#div1 ul .til{ display:block; line-height:30px; text-align:center}
#div1{ position: relative; margin: 0 auto;overflow: hidden; height:250px}
#div1 ul { width: 100%;  position: relative; }
#div1 ul li {  float: left; list-style: none; padding-right:20px;}


/*新闻*/
.slt_news{ height:500px; z-index:999;  color:#fff; background-color:#fff; margin:0 auto 30px}
.slt_news .right{ float:right; text-align:left; width:350px;margin:0 auto 30px; padding-right:30px}
.slt_news .left{ float:left; width:670px; height:490px;margin:0 auto 60px; padding-right:20px; padding-left:30px}
.slt_news .left .li1{ width:100%; border-bottom:1px dashed #efefef; padding:0 0 15px 0; margin-bottom:15px}
.slt_news .left .li1 p{ width:170px; float:left}
.slt_news .left .li1 b{ display:block; line-height:30px; font-size:16px; color:#333; overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.slt_news .left .li1 span{ display:block; line-height:26px; font-size:14px; color:#666; }
.slt_news .left .li1 code{ color:#999}


.slt_partners
.slt_partners .blk_18 {font-size:14px;width:1100px;}
.slt_partners .blk_18 .pcont { width:1095px; float:left; overflow:hidden;  padding:5px }
.slt_partners .blk_18 .ScrCont { width:32766px; zoom:1; margin-left:-5px;}
.slt_partners .blk_18 #List1_1, .blk_18 #List2_1 { float:left;}
.slt_partners .blk_18 .LeftBotton, .blk_18 .RightBotton {width:20px; height:28px;float:left; background:url(../images/ax.png) no-repeat;}
.slt_partners .blk_18 .LeftBotton { background-position: 0 0; margin-top:95px;}
.slt_partners .blk_18 .RightBotton { background-position: -20px -0; margin-top:95px;}
.slt_partners .blk_18 .LeftBotton:hover { background-position: 0 -29px;}
.slt_partners .blk_18 .RightBotton:hover { background-position: -20px -29px;}
.slt_partners .blk_18 .pl img { display:block; cursor:pointer;}
.slt_partners .blk_18 .pl {float:left; padding:10px; margin:25px; border:2px solid #efefef; text-align:center; line-height:30px; color:#333; display:block}
.slt_partners .blk_18 .pl h5{ width:100%; text-align: center; margin:0 auto; font-size:14px; line-height:50px}
.slt_partners .blk_18 .pl:hover { border:2px solid #cd041d;}



/*内页*/
.slt_main{ margin:20px auto; }
.slt_main_left{ width:250px}
.slt_main_left .top{height:70px; background:#cd041d; text-align:center; line-height:70px; color:#fff; border-bottom:1px solid #fff; position:relative}
.slt_main_left .top b:before{content: "";width: 8px;height: 8px;border: 2px solid #b8b8b8;border-style: solid solid none none;position: absolute;top: 50%;margin-top: -4px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.slt_main ul{}
.slt_main ul li{ width:18.8%; float:left; margin:0 0.5% 10px; background:#f9f9f9; text-align:center; padding:5px 0 10px 0; border:1px solid #efefef}
.slt_main ul li h5{ text-align:center; line-height:35px}
.slt_main ul li:hover{ background:#093576; color:#fff; border:1px solid #093576}

.zoomImage75{width:95%;height:0;padding-bottom: 75%;overflow:hidden;background-position: center center;background-repeat: no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;}
.zoomImage100{width:95%;height:0;padding-bottom: 75%;overflow:hidden;background-position: center center;background-repeat: no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;}
.zoomImage133{width:95%;height:0;padding-bottom: 133.33%;overflow:hidden;background-position: center center;background-repeat: no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;}
.zoomImage170{width:95%;height:0;padding-bottom: 170%;overflow:hidden;background-position: center center;background-repeat: no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;}
.zoomImage200{width:95%;height:0;padding-bottom: 200%;overflow:hidden;background-position: center center;background-repeat: no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;}


.slt_main_left .bot{ background:#333; text-align:left; padding:10px 0 10px 20px; line-height:30px;  color:#fff;}
.slt_main_left .bot h2{font-size: 30px;}
.slt_main_left dl{ background: none}
.slt_main_left dd{height: 50px;font-size: 14px;line-height: 50px; text-indent:40px;margin-bottom: 1px;background: #efefef;position: relative;}
.slt_main_left dd a{display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; width:100%}
.slt_main_left dd:after{content: "";width: 8px;height: 8px;border: 2px solid #b8b8b8;border-style: solid solid none none;position: absolute;top: 50%;right: 32px;margin-top: -4px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.slt_main_left dd:hover{ background-color:#cd041d; color:#fff}
.slt_main_left dd:hover:after{ border-color:#fff}
.slt_main_left dd a:hover{color:#fff}
.slt_main_left .on{background-color:#cd041d; color:#fff}
.slt_main_left .on a{ color:#fff}
.slt_main_left .on:after{content: "";width: 8px;height: 8px;border: 2px solid #fff;border-style: solid solid none none;position: absolute;top: 50%;right: 32px;margin-top: -4px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}



.slt_main_p{ margin:10px auto; }
.slt_main_p_left{ width:250px}
.slt_main_p_left .top{height:70px; background:#cd041d; text-align:center; line-height:70px; color:#fff; border-bottom:1px solid #fff; position:relative}
.slt_main_p_left .top b:before{content: "";width: 8px;height: 8px;border: 2px solid #b8b8b8;border-style: solid solid none none;position: absolute;top: 50%;margin-top: -4px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.slt_main_p_left .bot{ background:#333; text-align:left; padding:10px 0 10px 20px; line-height:30px;  color:#fff;}
.slt_main_p_left .bot h2{font-size: 30px;}
.slt_main_p_left dl{ background: none}
.slt_main_p_left dd{height: 50px;font-size: 14px;line-height: 50px; text-indent:40px;margin-bottom: 1px;background: #efefef;position: relative;}
.slt_main_p_left dd a{display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; width:100%}
.slt_main_p_left dd:after{content: "";width: 8px;height: 8px;border: 2px solid #b8b8b8;border-style: solid solid none none;position: absolute;top: 50%;right: 32px;margin-top: -4px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.slt_main_p_left dd:hover{ background-color:#cd041d; color:#fff}
.slt_main_p_left dd:hover:after{ border-color:#fff}
.slt_main_p_left dd a:hover{color:#fff}
.slt_main_p_left .on{background-color:#cd041d; color:#fff}
.slt_main_p_left .on a{ color:#fff}
.slt_main_p_left .on:after{content: "";width: 8px;height: 8px;border: 2px solid #fff;border-style: solid solid none none;position: absolute;top: 50%;right: 32px;margin-top: -4px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.slt_main_p_right{}

.slt_main_right{ width:830px; margin-bottom:20px;min-height: 672px;}
.slt_main_right li{border: 1px solid #e2e2e2;margin-bottom: 20px;}
.slt_main_right li strong,.slt_main_right li p{ }
.slt_main_right li a{}
.slt_main_right li b.b1{padding: 18px 20px 5px; font-size:18px; display:block}
.slt_main_right li b.b2{padding: 5px; font-size:14px;  text-align:center}
.slt_main_right li b{padding: 20px 0 5px; display:block}
.slt_main_right li span{padding-right: 20px; font-size:14px; line-height:30px; display:block; text-indent:30px}
.slt_main_right li em{color: #666; padding: 0; font-size:14px; text-align:right}
.slt_main_right li.on img{ border:2px solid #efefef; padding:5px}
.slt_main_right li.on{ color:#333}
.slt_main_right li.on:hover{color: #cd041d;}
.slt_main_right p.p1 i a:hover,.slt_main_right li:hover b{color: #cd041d;}
.slt_main_right li strong{width: 87px;height: 94px; background:#f9f9f9; text-align:center}
.slt_main_right li code{padding: 5px 0;margin-bottom: 3px;font-weight: normal; display:block}
.slt_main_right li i{display:block}

.slt_main_right .slt_xuanzxe{ border-top:3px solid #cd041d; background:none; height:auto; display:inline-block; width:100%}
.slt_main_right .slt_xuanzxe .title{ font-size:30px; text-align:center; margin-top:20px}
.slt_main_right .slt_xuanzxe .title strong{ color:#cd041d; font-size:36px}
.slt_main_right .slt_xuanzxe ul{ width:100%; float:left; margin-top:10px}
.slt_main_right .slt_xuanzxe ul li{ background:url(../images/xuanzxe_02.png) no-repeat left; text-indent:30px; margin:20px auto; color:#333333; font-size:16px; border:none}
.slt_main_right .slt_xuanzxe ul li span{ color:#cd041d; font-size:16px; font-weight:bold; display:inline; PADDING-right:0}
.slt_main_right .slt_xuanzxe ul li strong{ color:#cd041d; font-weight:bold}

/*相关推荐.html*/
.slt_xiangguan{ width:100%; margin:0 auto}
.slt_xiangguan dl { margin:10px auto}
.slt_xiangguan dl dt{ display:block; background-color:#f9f9f9; line-height:40px; color:#ab0303; font-size:18px; font-weight:bold; }
.slt_xiangguan dl dd a{ font-size:14px; line-height:40px; border-bottom:1px dashed #efefef; color:#333; display:block}
.slt_xiangguan dl dd{line-height: 50px; text-indent:10px;margin-bottom: 1px;position: relative; height:40px; text-indent:20px}
.slt_xiangguan dl dd:after{content: "";width: 5px;height: 5px;border: 1px solid #b8b8b8;border-style: solid solid none none;position: absolute;top: 50%;margin-top: -4px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);left: 5px;}
.slt_xiangguan dl dd:hover:after{ border-color:#ab0303}
.slt_xiangguan dl dd:hover{color:#fff;}

/*产品页文章相关推荐.html*/
.slt_xiangguan1{ width:100%; margin:0 auto}
.slt_xiangguan1 dl { margin:10px auto}
.slt_xiangguan1 dl dt{ display:block; background-color:#fff; line-height:40px; font-size:18px; font-weight:bold; }
.slt_xiangguan1 dl dd a{ font-size:14px; line-height:40px; border-bottom:1px dashed #efefef; color:#333; display:block; text-indent:30px}
.slt_xiangguan1 dl dd{line-height: 50px; text-indent:10px;margin-bottom: 1px;position: relative; height:40px; background: none}
.slt_xiangguan1 dl dd:before{content: "";width: 5px;height: 5px;border: 1px solid #b8b8b8;border-style: solid solid none none;position: absolute;top: 50%;margin-top: -4px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);left: 12px;}
.slt_xiangguan1 dl dd:after{content: "";width: 0;height: 0;border: none;border-style:none;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}

.slt_xiangguan1 dl dd:hover{color:#fff;}

/*产品详情页.html*/
.slt_main_right .right{ float:left; padding:10px; border:1px dotted #efefef; background-color:#f9f9f9}
.slt_main_right .jj{ background:url(../images/jdin_14.png) no-repeat 0 3px;  color:#333; margin:0 auto; line-height:30px}
.slt_main_right .jj b{ color:#fff; line-height:30px; display:inline-block; padding:2px 14px}
.slt_main_right .right p{ line-height:30px;}
.slt_main_right .lx { text-align:right}
.slt_main_right .lx a{ margin-left:20px}
.pd_cot{ margin:10px auto;  text-align:center}

/*详情页.html*/
.slt_cot_actr{overflow: hidden;}
.slt_cot_actr img{display:inline}
.slt_actr_top{height: 68px;line-height: 68px;}
.slt_actr_list{height: 40px;line-height: 40px;padding-left: 5px;color: #888888;}
.slt_actr_list span{margin-right: 24px;display: inline-block;}
.slt_actr_list ul{padding-right: 12px;width: 200px;}
.slt_actr_list ul li{margin-right: 5px;}
.slt_actr_list ul li img{margin-top: 12px;}
.slt_actr_cont p a{color: #444444;line-height: 21px;}
/*.slt_actr_cont span{display: block;}*/
.slt_actr_cont span img{border-radius: 5px;}
#four_flash .flashBg ul.mobile li,.slt_actr_list ul li,.slt_actr_list ul li img{float: left;}
/*.slt_actr_cont span{padding-top: 15px;}*/
.slt_actr_cont div.p1{text-indent: 0;font-size: 14px;width: 100%;min-height: 24px;margin: auto;line-height: 30px;padding: 15px 15px 0 0;}
.slt_actr_cont div.p1 span{float: left;line-height: 27px;}
.slt_actr_cont div.p1 p{padding: 0;line-height: 28px;}
.slt_actr_cont div.p1 a{padding: 1px 16px;border: 1px solid #eaeaea;display: inline-block;margin-right: 10px;margin-bottom: 10px;background: #fafafa;}
.slt_actr_cont p{line-height: 30px;padding-top: 15px;}
.slt_actr_cont p.p1{text-indent: 0;font-size: 14px;width: 100%;min-height: 24px;margin: auto;}
.slt_actr_cont p.p1 i{ display:block; padding:2px 0; line-height:40px; }
.slt_actr_cont p.p1 span{float: left;line-height: 30px; background-color:#333; margin:5px 10px 0 0; padding:2px 5px; color:#fff; text-align:center}
.slt_actr_cont p.p1 em{border: 1px solid #eaeaea;display: inline-block;float: left;margin-right: 10px;margin-bottom: 10px;}
.slt_actr_cont p.p1 em a{padding: 1px 16px;}
.news_top li.on,.news_top li:hover,.slt_actr_list,.slt_actr_cont p.p1 em{background: #fafafa; font-size:14px}
.slt_actr_cont p.p1 i a:hover{text-decoration: underline;}
.slt_actr_cont p strong {display: inline;font-weight: bold;}
.slt_actr_cont p strong a{display: inline-block;}
.slt_actr_cont code{padding-bottom: 5px;float: left;}


/*产品列表页*/
#four_flash .flashBg ul.mobile li{border-radius: 5px;}
.re_prct{padding-bottom: 30px;}
.bodyCon08{}
#four_flash .flashBg,.bodyCon08 .students,#four_flash{position:relative;}
#four_flash .flashBg,#four_flash,.bodyCon08 .students{width:740px;height:338px;}
#four_flash .flashBg ul.mobile li p,#four_flash .flashBg{overflow:hidden;}
#four_flash .flashBg ul.mobile{width:2000%;height:308px;top:25px; left:0;}
.prct_cot li,#four_flash .flashBg ul.mobile li{width:30%; text-align:center;margin-right: 15px; padding-top:10px;border: 1px solid #d8dedf;border-bottom:5px solid #d8dedf;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.prct_cot li,#four_flash .flashBg ul.mobile li h5{ line-height:35px}
.prct_cot li p img{margin-top: 15px;}
.prct_cot li{ float:left}
.prct_cot li .pro-icon{display:block;width:69px;height:69px;position:absolute;top:0;left:0;}
#four_flash .flashBg ul.mobile li img{}
#four_flash .flashBg ul.mobile li p{border-bottom: 2px solid #ecf1f2;width:204px;height:234px}
#four_flash .but_left{right: 0;}
#four_flash .but_right{right: 52px;}
#four_flash .but_right,#four_flash .but_left{width:42px;height:19px; top: -30px;}
#four_flash .flashBg ul.mobile,#four_flash .but_right,#four_flash .but_left{position:absolute; }
.prct_cot li span,#four_flash .flashBg ul.mobile li b,#four_flash .flashBg ul.mobile li span{display: block; padding:6px 10px;}
#four_flash .flashBg ul.mobile li span{height: 26px;}
#four_flash .flashBg ul.mobile li b{padding-top:5px;}
.prct_cot li span code{width: 47%}
.prct_cot li:hover,#four_flash .flashBg ul.mobile li:hover{border: 1px solid #093576;border-bottom:5px solid #093576;}
.prct_cot li .left{ width:350px; float:left; margin:10px}
.prct_cot li .left img{ border:1px solid #d8d8d8}
.prct_cot li .right{ float:right; width:390px;margin:10px 10px 0 10px}
.prct_cot li .t{ background:url(../images/jdin_13.png) no-repeat 0 3px; text-indent:50px;  color:#cd041d; margin:0 auto}
.prct_cot li .t strong{ color:#cd041d; width:100%; background:none; text-indent:30px; text-align:left; height:40px; padding:0; margin:10px auto}
.prct_cot li .jj{ background:url(../images/jdin_14.png) no-repeat 0 3px;  color:#333; margin:0 auto; line-height:30px}
.prct_cot li .jj b{ color:#fff; line-height:30px; display:inline-block; padding:2px 10px}
.prct_cot li .right p{ line-height:30px; margin-top:10px; margin:0px}
.prct_cot li .lx a{ margin-right:20px}

/*联系我们*/
.fee_main{border: 1px solid erd;}
.fee_main strong,.fee_bg label{ display: block;}
.fee_main strong{color: #cd041d;padding: 14px 0;}
.fee_main ul{padding: 0;}
.fee_main li{height: 40px; line-height: 40px;width: 48%;margin: 12px 0;border:none}
.fee_main li p{width: 40px;height: 40px; overflow:hidden; color:#333; margin:0; }
.fee_main li span{margin: 0 5px 0 0;color: #333333;padding-right: 0;font-size: 16px;line-height: 40px;display: inline;text-indent:10px; }
.fee_main li b{color: #ff9600;padding:0;display: inline;}
.fee_main li code{padding:0}
.fee_main li code a{color: #005dbc;}
.about .about_con ul li{ font-size:16px; line-height:40px; font-weight:bold}


/*关于我们等*/
.slt_main_a { }
.slt_main_a ul{ margin:10px auto; text-align:center}
.slt_main_a li{ padding:14px 30px; background-color:#f9f9f9; border:1px solid #efefef; margin-right:10px}
.slt_main_a li:hover{ background:#cd041d; color:#fff}
.slt_main_a .on{ background:#cd041d; color:#fff; font-weight:bold;border:1px solid #cd041d;}
.slt_main_a dl{ width:250px; float: left; border:1px solid #efefef; background:#f9f9f9; margin-right:1.5%; margin-bottom:10px}
.slt_main_a dl dt img{ width:100%; float: left; border:1px solid #efefef}
.slt_main_a dl dd{color:#333; text-align: center; line-height:30px}
.slt_main_a .jianjie p{ line-height:30px; font-size:16px; border-bottom:1px dotted #efefef}
.slt_main_a .jianjie .l{ width:700px;}
.slt_main_a .jianjie .r{ width:280px;}
.slt_main_a .jianjie img{}
.slt_main_a .jianjie .t1{ font-size:24px; text-align:left; text-indent:10px}
.slt_main_a .jianjie .t1 strong{ color:#cd041d; font-size:30px}
.slt_main_a .jianjie  dl{ width:100%;  margin-top:40px; margin:0 auto; background:none; border:none;  background:#f9f9f9}
.slt_main_a .jianjie  dd{ background:url(../images/xuanzxe_02.png) no-repeat left; background-position:10px; text-indent:30px; margin:5px auto; color:#333333; font-size:16px; text-align:left; }
.slt_main_a .jianjie  dd span{ color:#cd041d; font-size:16px; font-weight:bold}
.slt_main_a .jianjie  dd strong{ color:#cd041d; font-weight:bold}
.slt_main_a .jianjie .t2{ font-size:18px; text-align:left; font-weight:bold;  float:left;  line-height:30px; margin:10px auto}
.slt_main_a .jianjie .t3{margin:10px auto}
.slt_main_a .jianjie .t3 p{ font-size:14px; text-align:left;   float:left;  line-height:30px;border-bottom:1px dotted #efefef; }
.slt_main_a .jianjie .t3 p strong{ font-size:16px; text-align:left;   float:left;  line-height:30px}
.slt_main_a .jianjie .t2 strong{ color:#cd041d; font-size:18px}
.slt_main_a .jianjie p strong{ color:#cd041d;}
.slt_main_a .jianjie .t4{ font-size:16px; line-height:35px; background:#f9f9f9; float:left; width:100%; margin:5px auto; text-indent:10px; font-weight:bold}

.slt_main_m { }
.slt_main_m .jianjie p{ line-height:30px; font-size:16px;}
.slt_main_m .jianjie .l{ width:830px;}
.slt_main_m .jianjie .r{ width:250px;}
.slt_main_m .jianjie img{ border:5px solid #f9f9f9; width:100%; }
.slt_main_m .jianjie b{ display:block}
.slt_main_m .jianjie em{ display:block}
.slt_main_m .jianjie li{ padding:10px; background:#fff; margin-bottom:10px}
.slt_main_m .jianjie span{ color:#666}

/*其他*/
.slt_main_s { min-height:600px}
.slt_main_s ul{ margin:10px auto; text-align:center}
.slt_main_s li{ padding:14px 30px; background-color:#f9f9f9; border:1px solid #efefef; margin-right:10px}
.slt_main_s .on{ background:#cd041d; color:#fff; font-weight:bold;border:1px solid #cd041d;}

.slt_main_s .slt_main_s_con ul{ margin:10px auto; text-align:center}
.slt_main_s .slt_main_s_con li{ padding:0; background-color:#f9f9f9; border:1px solid #efefef; margin-right:10px}
.slt_main_s .slt_main_s_con li{border: 1px solid #e2e2e2;margin-bottom: 20px;}


/*产品内页*/
.slt_main_p_show .wrap{width: 1100px;margin:10px auto 0;}
.slt_main_p_show .poster-main{width: 1100px;position: relative;}
.slt_main_p_show .poster-main .poster-btn{width: 100px;height: 270px;position: absolute;top:0;cursor: pointer;}
.slt_main_p_show .poster-main .poster-prev-btn{left: 0;background:url('../images/1.png') no-repeat;background-position: left center;}
.slt_main_p_show .poster-main .poster-next-btn{right:0;background:url('../images/2.png') no-repeat;background-position: right center;}
.slt_main_p_show .poster-main .poster-list .list-item{ position: absolute;top:0;left:0;}
.slt_main_p_show .list-item a,.list-item img{display: block;width: 95%; border:5px solid #fff}
.slt_main_p_show .list-item a,.list-item h2{ font-size:16px; line-height:50px; color:#333; text-align:center; background-color:#f9f9f9}



table.hovertable {font-family: verdana,arial,sans-serif;font-size:11px;color:#333333;	border-width: 1px;border-color: #ddd;border-collapse: collapse;text-align:left;margin:3px auto 3px;}
table.hovertable th {background-color:#ddd;color:#333;border-width: 1px;padding: 8px;border-style: solid;border-color: #ddd;}
table.hovertable tr {background-color:#fff;}
/*table.hovertable tr:nth-child(2), table.hovertable tr:nth-child(4),table.hovertable tr:nth-child(6),table.hovertable tr:nth-child(8),table.hovertable tr:nth-child(10){background-color:#eee;}
table.hovertable tr:hover {background-color:#ddd;}*/
table.hovertable td {border-width: 1px;padding: 8px;border-style: solid;border-color: #ddd;}
table.hovertable input:focus ,table.hovertable textarea:focus{outline: thin dotted;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;border-color: #66afe9;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);}table.hovertable input[type="text"],table.hovertable select,table.hovertable textarea,table.hovertable input.bnt{padding:2px;border:1px solid #c9c9c9;color:#666;outline:none;font-size:14px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;}table.hovertable input[type="text"],table.hovertable select{height:30px;}
table.hovertable input.bnt{height:30px;width:60px;background:#fff;}
table.hovertable input.bnt:hover{height:30px;width:60px;background:rgba(0,0,0,.075);}


/*!表格专用css*/
table{max-width:100%;border-collapse:collapse;border-spacing:0}table,.table{width:100%;margin-bottom:18px}table th,.table th,table td,.table td{padding:8px;line-height:18px;text-align:left;vertical-align:top;border-top:1px solid #ddd}table th,.table th{font-weight:bold}table thead th,.table thead th{vertical-align:bottom}table thead:first-child tr th,.table thead:first-child tr th,table thead:first-child tr td,.table thead:first-child tr td{border-top:0}table tbody+tbody,.table tbody+tbody{border-top:2px solid #ddd}.table-condensed th,.table-condensed td{padding:4px 5px}table{border:1px solid #ddd;*border-collapse:collapsed;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}table th+th,table td+td,table th+td,table td+th{border-left:1px solid #ddd}table thead:last-child tr:last-child th:last-child,table tbody:last-child tr:last-child td:last-child{}.table tbody tr:hover td,.table tbody tr:hover th{background-color:#f5f5f5}table th{background:#fffbe9}.table th,.table td{vertical-align:middle}
/*分页专用css2 -- npage*/
.npage{clear:both; padding:15px 0; color:#666; font:normal 12px/28px Arial; text-align:center;}
.npage li{list-style:none; display:inline-block; margin-left:3px;}
.npage span{ padding:0 5px;}
.npage a{display:inline-block; height:28px; margin:0 2px; padding:0 8px; border:solid 1px #ccc;  background:#fff; color:#333; font:normal 12px/28px Arial, Helvetica, sans-serif; cursor:pointer;}
.npage a:hover,.npage a.on,.npage li.active a{ border:none; background:#00549a; color:#fff!important;  text-decoration:none;}
.npage a.select{cursor:default;}


/*分页专用css*/
.npage{ text-align:center; padding:15px 0px 0px 0px; border:0; line-height:normal}
.npage input{width:20px;padding-left:10px;margin-left:10px;}
.npage a,.npage a:visited{color: #666; line-height:24px; padding:2px 5px 2px 5px; margin:2px 5px 2px 5px; border:1px solid #D9D9D9; height:24px; overflow:hidden; background:#fff}
.npage a:hover,.npage a:active,.npage a.on{color: #333; background:#DCDDDF; border:1px solid #D9D9D9}
.npage span,.npage span:hover,.npage span:active {color: #fff; line-height:24px; padding:2px 5px 2px 5px;  margin:2px 5px 2px 5px; background:#f06522; border:1px solid #f06522; height:24px; overflow:hidden}