@charset "utf-8";
/* CSS Document */

#MyContent img { max-width:790px}

html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,select,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:40%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:14px/1.8 "Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif;outline:0;}
body{color:#666;margin:0 auto;}
html{margin:0;padding:0;}
a{color:#444;outline:none;}
a:hover{text-decoration:none;}
.red{color:#f35e29;padding-right:8px;}
.w1200{width:1200px;margin:0 auto;}
.w1160{width:1160px;margin:0 auto;}
/* 文字样式 */
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
/* 边距 */
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt25{margin-top:25px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
/* 浮动 */
.fl{float:left!important;}
.fr{float:right!important;}
.clear{clear:both;}
.pubW { width: 100%;}
.center { margin: 0 auto;}
.absolute { position: absolute;}
.relative { position: relative;}
.clearfix{*zoom:1;margin:0 auto;}
.clearfix:before,.clearfix:after{display:table;content:"";}
.clearfix:after{content:"\200B";display:block;clear:both;height:0;}
/*显示形式*/
.inline{display:inline;}
.block{display:block;}
.inline-block{display:inline-block;zoom:1;*display:inline;}
.hidden{display:none;}
/* 下拉三角符号 */
.caret{display:inline-block;width:0;height:0;vertical-align:middle;border-top:8px solid #000000;border-right:8px solid transparent;border-left:8px solid transparent;content:"";}
.caret.up{border-top:none;border-bottom:8px solid #ccc;}
.caret.down{border-top:8px solid #ccc;border-bottom:none;}
/* 消息�? */
.alert{padding:8px 35px 8px 14px;margin-bottom:20px;text-shadow:0 1px 0 rgba(255,255,255,0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
.alert,.alert h4{color:#c09853}
.alert h4{margin:0}
.alert .close{position:relative;top:-2px;right:-21px;line-height:20px}
.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}
.alert-success h4{color:#468847}
.alert-danger,.alert-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}
.alert-danger h4,.alert-error h4{color:#b94a48}
.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}
.alert-info h4{color:#3a87ad}
.alert-block{padding-top:14px;padding-bottom:14px}
.alert-block>p,.alert-block>ul{margin-bottom:0}
.alert-block p+p{margin-top:5px}
/*表单样式*/
.form-horizontal{padding-top:15px;*overflow:hidden}
.form-horizontal legend{display:block;width:100%;padding:5px 0;margin-bottom:15px;text-indent:10px;border-bottom:1px solid #ddd;font-size:14px;font-weight:bold}
.form-horizontal legend a{font-size:12px;margin-left:10px;font-weight:normal}
.form-horizontal .control-group{margin-bottom:9px;*zoom:1;*width:100%;*float:left;position:relative}
.form-horizontal .control-group:before,.form-horizontal .control-group:after{display:table;content:""}
.form-horizontal .control-group:after{clear:both}
.form-horizontal .control-label{position:absolute;width:120px;left:0;top:14px;text-align:right}
.form-horizontal .controls{padding:5px 0;padding-left:130px}
.form-horizontal .controls p{padding-top:4px}
.form-horizontal .controls .radio{line-height:44px}
.form-horizontal .help-block{margin-top:9px;margin-bottom:0}
.form-horizontal .help-block .icon-exclamation-sign{font-size:14px;color:#1c64e3}
.form-horizontal .form-actions{padding-left:130px}
.form-horizontal .form-actions .btn{width:120px;line-height:45px}
.control-group label.required:before{content:"*";font-weight:normal;color:red;margin-right:8px}
.control-group label.error,.control-group label.valid{padding-left:8px;zoom:1}
.control-group .error{color:#bd4247}
.control-group .form-text{display:inline-block;zoom:1;*display:inline;padding-top:4px}
.control-group input.error{border-color:#bd4247}
.control-group input.error:focus{box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(189,66,71,.6)}
.control-group .valid{color:#669533}
.control-group input.valid{border-color:#669533}
.control-group input.valid:focus{box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,149,51,.6)}
.control-group .inline,.control-group .inline input{line-height:28px;vertical-align:middle;padding-right:10px}
.control-group textarea{vertical-align:middle;min-height:120px}
.help-inline,.help-block{color:#666;padding-left:8px}
.help-inline{display:inline}
.help-block{display:block}

/* 用户注册 */
.input-medium{width:280px}
.getcode{width:80px;position:absolute;left:317px;top:10px}
.regform{margin-top:25px}
.regform .fl,.regform .fr{width:49%;height:360px}
.regform .fr{border-left:1px solid #ddd}
.regform .fr p{font-size:16px;margin-left:35px;margin-top:35px}
.regform .submit{width:302px;line-height:40px}
/*-----------------------头部样式----------------------------*/
/*header*/
/*-----------------------头部样式----------------------------*/
#header{margin:0 auto;overflow:hidden;text-align:center}
.header{width:100%;}
.topbar{height:40px;background:#f1f1f1;margin-bottom:15px;}
.topbar>ul>li{float:left;width:115px;border-left:1px solid #e1e1e1;height:40px;line-height:40px;}
.topbar>ul>li:nth-of-type(1){border-left:0;}
.topbar>ul>li:nth-of-type(2){width:736px;text-align:left;}
.topbar>ul>li:nth-of-type(3) img{padding:10px 10px 10px 20px;}
.topbar>ul>li a{font-size:12px;}
.topbar>ul>li a:hover{color:#B18748;}
.topbar>ul>li img{padding:10px;}
.topbar>ul>li.wx_ewm .ewm{display:none;transition:all .3s linear 0s;}
.topbar>ul>li.wx_ewm:hover .ewm{display:block;transition:all .3s linear 0s;-webkit-transition:all .3s linear 0s;-o-transition:all .3s linear 0s;-moz-transition:all .3s linear 0s;}
.topbar>ul>li.wx_ewm{position:relative;}
.topbar>ul>li .ewm{width:98px;height:95px;position:absolute ;z-index:1;top:30px;right:10px;}
.topbar>ul>li.sj_see .sjewm{display:none;transition:all .3s linear 0s;}
.topbar>ul>li.sj_see:hover .sjewm{display:block;transition:all .3s linear 0s;-webkit-transition:all .3s linear 0s;-o-transition:all .3s linear 0s;-moz-transition:all .3s linear 0s;}
.topbar>ul>li.sj_see{position:relative;}
.topbar>ul>li .sjewm{width:98px;height:95px;position:absolute ;z-index:1;top:30px;right:0px;}
.top_log>li{width:150px;text-align:center;}
.top_log>li p{font-size:12px;}
.top_log>li h4{font-size:14px;}
.top_log>li h4 b{font-size:22px;color:#044877;}
.top_log>li:nth-of-type(1){width:590px;text-align:left;}
.top_log>li:nth-of-type(1) img{margin:0 5px;}
.top_log>li:nth-of-type(4){width:310px;text-align:right;}
.cfix{margin-left:76px;}
/*表单元素样式*/
input::-webkit-input-placeholder{line-height:normal}
textarea,input[type="text"],input[type="password"],input[type="search"]{padding:7px 10px;line-height:1;height:18px;border:1px solid #ddd;background-color:#fff;transition:border linear 0.2s,box-shadow linear 0.2s;vertical-align:middle}
input[type="text"]:focus,input[type="password"]:focus,input[type="search"]:focus{border-color:#ccc;}
select{border:1px solid #ccc;vertical-align:middle;padding:4px 10px;line-height:1}
input[readonly]{color:#999}
input[disabled]{background:#f3f3f3}
/* 按钮 */
.btn{display:inline-block;text-align:center;background:#f5f5f5;color:#000;min-height:32px;line-height:32px;padding:0 11px;margin-left:5px;-webkit-transition:background 0.3s,border 0.3s;transition:background 0.3s,border 0.3s;border:1px solid #ccc;}
.btn:hover{background:#f5f5f5;color:#000;}
.btn.white{background:#fff;color:#666;border:1px solid #ddd;}
.btn.white:hover{background:#666;color:#fff;border:1px solid #666;}
.btn.disabled{background:#f1f1f1;border-color:#aaa;color:#aaa;cursor:default;}
/*nav*/
/*评论*/
.ds-powered-by {display:none;}
/*-----------------------菜单样式----------------------------*/
#nav{ width:100%; height:43px; background-color:#445765;margin-top:10px;}
.nav{ width:1200px; margin:0 auto; height:43px; border-left:1px solid #191919;position:relative; z-index:98;}
/*-----------------------导航�?---------------------------*/
.nav-ul{ width:994px; float:left; border-left:1px solid #353535;}
.nav-ul li{ width:142px; line-height:43px; float:left; font-size:18px; color:#fff; position:relative; height:43px; overflow:hidden;}
.nav-ul li a{ width:142px; text-align:center; color:#fff; height:43px; display:block; text-decoration:none;}
.nav_ul_gybd ul{position:relative;z-index:100000;}
.nav_ul_gybd:hover ul{display:block;}
.nav_ul_gybd:hover ul li{background:#b18748;}
.nav_ul_gybd ul:after { content: ""; clear: both; display: block; }


.nav-ul span{position: absolute; left: 0; width: 96px; cursor:pointer;}
.nav-ul .out{ top:0; width:137px; height:43px; line-height:43px; color:#fff; text-align:center;}
.nav-ul .over{ top:-43px;  width:137px; height:43px; line-height:43px; text-align:center; color:#fff; background:#b18748;}
.nav-l{ width:205px; height:43px; float:left; position:relative; z-index:98;background:#b18748}
.nav-l-span{ height:43px; line-height:43px;padding-left:34px;border-left:1px solid #b18748; border-right:1px solid #b18748; display:block; font-size:26px; color:#fff;position: relative}
.nav-l-span i{width:15px;height:15px;position:absolute;top:15px;right:33px;display:block;background:url(jt1.gif) no-repeat;}
.nav-submenu{display:none; width:1200px; background:#797979;position:absolute; left:0; top:43px; z-index:1000000; overflow:hidden;}
.submenu_ml{margin-left:37px;padding:20px 0;height:300px;}
.submenu_ml>li{width:140px;color:#fff;margin-right:22px;border-right:2px solid #3c3a3d;height:300px;box-shadow:1px 0 0 #a19d9a;margin-left:2px;}
.submenu_ml>li:nth-of-type(7){border-right:0;box-shadow:1px 0 0 #797979;}
.submenu_ml>li ul li:nth-of-type(1) div{margin-bottom:10px;}
.submenu_ml>li ul li:hover>a{background:#b18748;transition:all 0.3s linear 0s;padding:0 5px;border-radius:5px;}
.submenu_ml>li ul li:hover>div{background:#b18748;transition:all 0.3s linear 0s;}
.submenu_ml>li ul li a{color:#fff;display:inline-block;}
.submenu_ml>li ul li img{margin-left:5px;}
.submenu_ml>li ul li div{width:120px;height:30px;text-align:center;line-height:30px;background:#445765;color:#fff;border-radius:5px;font-size:16px;}
.submenu_ml>li ul li i{display:inline-block;width:5px;height:5px;background:#fff;margin-bottom:3px;margin-right:5px;}

/*-----------------------三级菜单样式----------------------------*/
.xl-menu{ width:615px; height:150px;padding:14px 35px 10px 0; overflow:hidden; background-color:#fff; color:#3f3f3f;border-left:1px solid #e1e0e0;}

.menu1 .zuo{width:600px;height:333px;border-right:1px dashed #e1e0e0;font-size:14px;}
.menu1 .you{width:331px;padding:0;}
.xl-menu .mlr40{margin:0 40px;}
.xl-menu-a{ width:536px; height:56px;overflow:hidden;padding-left:38px;text-indent:2em;}
.xl-menu-b{ width:530px;height:31px;padding-left:38px;border-bottom:1px solid #e1e0e0; }
.xl-menu-b p a{ margin:3px 15px 3px 0;padding:0 2px;border-radius:2px;color:#057aca;display:inline-block;font-size:15px;}
.xl-menu-b p a:hover{color:#fff; text-decoration:none; -webkit-transition: all .3s linear 0s; -moz-transition: all .3s linear 0s; -ms-transition: all .3s linear 0s; outline: none;star:expression(this.onFocus=this.blur()); background:#057aca;}
.xl-menu-b li{float:left; width:90px;color:#004b7b;}
.xl-menu-b li a{color:#004b7b;}
.xl-menu-c-tit { line-height:30px; font-size:14px; padding:5px 0;padding-left:38px;  color:#000;}
.xl-menu-c-tit span{font-size:18px; color:#d93e33;}
.xl-menu-c ul { padding-top:0;}
.xl-menu-c li{width:254px;height:180px;float:left; overflow:hidden; padding-left:31px; text-align:center;}
/*性功能障�?/
.menu2_right{width:273px;height:312px;padding-left:30px;}
.menu2_right .menu2_right1{height:26px;}
.menu2_right .menu2_right1 p{font-size:15px;}
.menu2_right .menu2_right1 p span.red1{color:red;font-size:15px;}
.menu2_right .menu2_right1 span{font-size:18px; color:#d93e33;}
.menu2_right .menu2_right2{width:271px;height:284px;position:relative;}
.menu2_right .menu2_right2 .hd{ height:10px; overflow:hidden; position:absolute; right:5px; bottom:15px; z-index:1; }
.menu2_right .menu2_right2 .hd ul{ overflow:hidden; zoom:1; float:left;  }
.menu2_right .menu2_right2 .bd{ position:relative; height:100%; z-index:0;   }
.menu2_right .menu2_right2 .bd li{ zoom:1; vertical-align:middle; }
.menu2_right .menu2_right2 .txtbg{position:absolute;width:271px;height:39px;background:#ffffff;filter: alpha(opacity = 60);opacity: 0.6;bottom:0;}
.menu2_right .menu2_right2 .txtbg1{height:88px;}
.menu2_right .menu2_right2 span{width:271px;height:39px;text-align:center;position:absolute;line-height:39px;bottom:0;}
.menu2_right .menu2_right2 span.baye{bottom:30px;}
.menu2_right .menu2_right2 span.baye1{bottom:10px;text-align:center}
/*生殖整形*/
.menu_com_left{width:615px;height:150px; overflow:hidden;}
.menu_com_left .com_left1{width:555px;padding-bottom:5px;border-bottom:0 solid #e1e0e0;padding-left:38px;}
.menu_com_left .com_left1 .com_left11{padding-bottom:5px;text-indent:2em;}
.menu_com_left .com_left1 p{padding-left:50px;}
.menu_com_left .com_left1 p a{ margin:0 20px 0 0;padding:0 2px;border-radius:2px;color:#057aca;display:inline-block;font-size:15px;}
.menu_com_left .com_left1 p a:hover{color:#fff; text-decoration:none; -webkit-transition: all .3s linear 0s; -moz-transition: all .3s linear 0s; -ms-transition: all .3s linear 0s; outline: none;star:expression(this.onFocus=this.blur()); background:#057aca;}
/*性传播疾�?/
.xblx{padding-top:20px;}
.menu5_right{float:right;}
/*男性不�?/
.menu6_left{width:615px;height:310px;border-right:1px dashed #e1e0e0}
.menu6_left .menu6_left1{width:550px;padding-bottom:10px;border-bottom:1px solid #e1e0e0;padding-left:38px;}
.menu6_left .menu6_left1 a{ margin:0 20px 0 0;padding:0 2px;border-radius:2px;color:#057aca;display:inline-block;font-size:15px;}
.menu6_left .menu6_left1 a:hover{color:#fff; text-decoration:none; -webkit-transition: all .3s linear 0s; -moz-transition: all .3s linear 0s; -ms-transition: all .3s linear 0s; outline: none;star:expression(this.onFocus=this.blur()); background:#057aca;}
.menu6_left .menu6_left2 .menu6_left21{width:552px;padding-top:22px;text-indent:2em;color:#666666}
.menu6_left .menu6_left2 .menu6_left22{width:238px;height:55px;padding-left:38px;padding-top:40px;}
.menu6_left .menu6_left2 .menu6_left23{width:130px;height:41px;padding-left:38px;padding-top:12px;}
#x1-menu6 .xl-menu-c img{width:266px; height:130px;border:0;}
#x1-menu6 .xl-menu-c li{width:268px;height:132px;}
#x1-menu7 .xl-menu-c img{width:540px; height:175px;border:0;}
#x1-menu7 .xl-menu-c li{width:542px;height:177px;}
.xl-menu-c li span{height:25px; line-height:25px;}
.xl-menu-fenge{height:10px;width:auto; border-top:1px solid #ccc;margin-top:10px;}
.xl-menu-l{ width:610px; border-right:1px dashed #ccc;margin-right:21px; height:330px; overflow:hidden; float:left;position:relative;}
.xl-menu-l .xl-menu-c li{padding-left:30px;}
.xl-menu-l-ul{ padding-left:20px; margin-top:20px;}
.xl-menu-l-ul li a{ color:#666; padding:3px 5px;border-radius:2px;}
.xl-menu-l-ul li a:hover{ color:#fff; text-decoration:none; -webkit-transition: all .3s linear 0s; -moz-transition: all .3s linear 0s; -ms-transition: all .3s linear 0s; outline: none;star:expression(this.onFocus=this.blur()); background:#057aca;}
.xl-menu-l b{ width:74px; height:38px; display:block; float:left; padding-left:5px;}
.xl-menu-l b a{ padding:3px 5px;border-radius:2px; color:#333;}
.xl-menu-l b a:hover{ color:#002742; text-decoration:none; -webkit-transition: all .3s linear 0s; -moz-transition: all .3s linear 0s; -ms-transition: all .3s linear 0s; outline: none;star:expression(this.onFocus=this.blur()); background:#fff;}
.xl-menu-r{float:right; display:inline;}
.xl-menu-r2{width:325px;height:310px; overflow:hidden;}
.xl-menu-r1{ width:250px;height:310px;margin-right:41px;}
.xl-menu-r1-t{ height:40px; line-height:40px; font-size:14px; color:#000;border-bottom:1px solid #ccc;margin-bottom:9px;}
.xl-menu-r1-t span{height:45px; line-height:45px;font-size:20px; color:#d93e33;}
.xl-menu-r1-c{ width:250px; height:282px; overflow:hidden; text-align:center;}
.xl-menu-r1-c img{ width:248px; height:245px;border:1px solid #ccc;}
.xl-menu-r1-c span{height:25px;line-height:25px;}

/*-----------------------三级菜单图片特效样式----------------------------*/
.xl-menu .mod_goods_img{position:relative}
.xl-menu .mod_goods_img a:before{content:'';position:absolute;width:25px;height:260px;top:0;left:-80px;overflow:hidden;background:-moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0) 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,0.4)),color-stop(100%,rgba(255,255,255,0)));background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0) 100%);background:-o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0) 100%);-webkit-transform:skewX(-25deg);transform:skewX(-25deg)}
.xl-menu .mod_goods_img:hover a:before{-webkit-animation:aniBlink120 .4s ease-out forwards;-moz-animation:aniBlink120 .4s ease-out forwards;-o-animation:aniBlink120 .4s ease-out forwards;animation:aniBlink120 .4s ease-out forwards}
@-webkit-keyframes aniBlink120{from{left:-60px}to{left:265px}}
@keyframes aniBlink120{from{left:-60px}to{left:150px}}
@-webkit-keyframes aniBlink60{from{left:-30px}to{left:70px}}
@keyframes aniBlink60{from{left:-30px}to{left:70px}}
/*-----------------------main----------------------------*/
#main { width:1200px; height:auto; overflow:hidden; margin:0 auto;border:1px solid #e1e0e0;}
/*footer*/
.footer{height:347px;background:#2a3b45;width:100%;}
.footer_txt{margin:0 auto;}
.footer_txt>ul{padding:25px;}
.footer_logo{width:325px;border-right:1px solid #99b9ce;padding:35px 0;}
.footer_logo>a{display:block;}
.footer_list>li a{display:block;width:142px;height:38px;color:#99b9ce;font-size:20px;text-align:center;line-height:38px;border:1px solid #99b9ce;
	margin:10px 10px 0 0;}
.footer_list>li a:hover{color:#fff;border:1px solid #fff;}
.footer_tit{width:565px;border-right:1px solid #99b9ce;padding:35px 0 30px;}
.footer_tit p{text-align:center;font-size:16px;color:#99b9ce;}
.footer_tit>div{margin:12px 35px; }
.footer_tit>div>h3{font-size:18px;color:#99b9ce;font-weight:normal;}
.footer_tit>div>h3 a{color:#99b9ce;}
.footer_tit>div>h3>a:hover{color:#fff;}
.weixin {padding-left:18px; width:240px; height: 297px;display: block; overflow: hidden; position: relative; }
.weixin img { width: 236px; height: 297px; margin: 0 auto; border: 0 none; display: block; }
.weixin::after { content: ""; position: absolute; left: 44px; top: 61px; width: 197px; height: 2px; background-color: rgb(32, 194, 255);
	box-shadow: 0 0 6px rgba(32, 194, 255, 0.7);
	animation:mymove 5s infinite;
	-webkit-animation:mymove 5s infinite;
	-moz-animation:mymove 5s infinite;
	-o-animation:mymove 5s infinite;
	-ms-animation:mymove 5s infinite;}
@keyframes mymove{ from {top:55px;} to {top:225px;} }
/*Safari and Chrome*/
@-webkit-keyframes mymove{ from {top:55px;} to {top:225px;} }
@-moz-keyframes mymove{ from {top:55px;} to {top:225px;} }
@-o-keyframes mymove{ from {top:55px;} to {top:225px;} }
@-ms-keyframes mymove{ from {top:55px;} to {top:225px;} }
/*footer_nav*/
.footer_nav{height:60px;background:#000;width:100%;margin-top:-4px;position:fixed;bottom:0;z-index:9999;}
.footer_nav_txt>ul{padding:0 25px;margin:0 auto;width:1022px;}
.footer_nav_txt>ul>li:nth-of-type(1){width:125px;}
.footer_nav_txt>ul>li:nth-of-type(1) a img{margin-top:5px;margin-left:10px;display:inline-block;}
.footer_nav_txt>ul>li:nth-of-type(1) a:nth-of-type(1) img{margin-left:0;}
.footer_nav_txt>ul>li:nth-of-type(2){margin-top:13px;}
.footer_nav_txt>ul>li:nth-of-type(3) a{display:inline-block;width:139px;background:#00a0e9; height:35px;color:#fff;line-height:35px;margin:13px 10px 13px 15px;font-size:18px;}
.footer_nav_txt>ul>li:nth-of-type(3) a img{padding:5px 8px;}
.api-lxb-cb-con{top: 200px; left: 62px;}
.api-lxb-cb-input{width: 266px;height: 30px;line-height: 30px; background: #ffffff;border: 1px solid #9ca5ae;margin-right: 20px;}
.api-lxb-cbd-btn{cursor:pointer; width: 143px; height: 36px; line-height: 36px; background: url(foot_mfth.jpg) 0 0  no-repeat;border:0;}
.footer_close{position:absolute;top:15px;right:20px;cursor:pointer;}

.ksjj{width: 950px;
    height: 650px;
    background: #eeeeee;
    margin-top: 20px;}
	
.ksjj p {width: 850px;
    font-size: 18px;
    margin: 17px 5px 17px 20px;
    line-height: 2.3em;
    text-indent: 2em;}