﻿
/****************************/
/*公用部分*/
html{font-size: 14px; background-color: #ffffff}
body {background-color: #ffffff;font-family: Arial, Regular,"微软雅黑", Microsoft YaHei, "方正中等线简体", Microsoft JhengHei,"华文细黑"; font-size: 14px;}
* { margin: 0px auto; padding: 0px 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
*:before,
*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;  }
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, fieldset, textarea, p, blockquote, code,nobr {margin: 0px auto;padding: 0px;letter-spacing: 0.5px; overflow: hidden; display: block;}
a {color: #000;text-decoration: none;}
input,textarea{border-radius: 0px;font-family: Arial,"微软雅黑", Microsoft Yahei, Regular}
a:hover {text-decoration: none}
ul, li {list-style-type: none;outline: none;display: block  }
hr{border: 0px}
img {border: 0px;vertical-align: middle;}
i,em{font-style: normal}
input:focus,textarea:focus,select:focus,option:focus {
    outline:none;
}
input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none;}
textarea {  -webkit-appearance: none;}
option,select{-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none}
button {
    -webkit-appearance: none;}
.container{width: 1200px;height: auto;overflow: hidden}
.container:after{
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}
.clear{clear: both}
*:focus {outline: none;}
.transition{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.transform:hover{
    transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
}
.overflow{overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.block{display: block!important;}
.f12{font-size: 12px;}
.fr{float: right!important;}
.fl{float: left!important;}
.width_100{width: 100%;}
.min-width_1200{min-width: 1200px}
.SimSun{font-family: "宋体", Regular, SimSun}
.back-edf2f3{background-color: #edf2f3}
.overflow_hidden{overflow: hidden;}

/* domLoadingArea */
.domLoadingArea {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    background-image: url(../image/cioa.gif);
    background-position: center center;
    background-size: 80px 80px;
    background-repeat: no-repeat;
    /*opacity: 0.8;*/
    z-index: 999999909;
    -webkit-transition: 1.0s;
    -moz-transition: 1.0s;
    -ms-transition: 1.0s;
    -o-transition: 1.0s;
    transition: 1.0s;
}
.domLoadingArea.disable {
    /*pointer-events: none;*/
    display: none;
}
/*header*/
.header_top{width: 100%; height: 50px; line-height: 50px; background-color: #edf2f3; border-bottom: 1px solid #dfe2e3}
.header_top ul{float: right;}
.header_top ul li{float: left; line-height: 50px;}
.header_top ul li a{display: inline-block; vertical-align: middle; color: #989696; border-right: 1px solid #989696; line-height: 13px; padding: 0px 10px}
.header_top ul li img{margin-right: 10px; vertical-align: -1px;}
.header_top ul li a:hover{text-decoration: underline;color: #0e61ae}
/*header——搜索*/
.header_ss{}
.header_ss_left{ height: 115px; line-height: 115px; width: 600px; text-align: left;}
.header_ss_left img{max-height: 110px; max-width: 600px;}

.header_ss_right{}
.header_ss_right div{float: left; line-height: 115px; margin-right: 15px}
.header_ss_right dl{margin-top: 42px;}
.header_ss_right dl dt{float: right;}
.header_ss_right dl dt input{width: 71px; background: #0e61ae url("../image/ss.png") no-repeat center; height: 37px; border: 0px; cursor: pointer;  vertical-align: top;}
.header_ss_right dl dt input:hover{opacity: .8}
.header_ss_right dl dd{margin-right: 71px;}
.header_ss_right dl dd input{width: 213px; height: 37px; border: 1px solid #cccccc; border-right: 0px; text-indent: 10px; font-size: 14px;}
.redborder{border: 1px solid #0e61ae!important; border-right: 0px!important;}
/*导航*/
.header_dh{width: 100%;background-color: #0e61ae; height: 55px;}
.header_dh ul li{float: left; background: url("../image/djqh.png") no-repeat right;}
.header_dh ul li:nth-child(1){border-left: 1px solid #1171ca}
.header_dh ul li a{color: #ffffff; padding: 0px 44px; height: 55px; line-height: 55px; font-size: 16px; letter-spacing: 0px; display: block;}
.header_dh ul li#mover a,.header_dh ul li:hover a{background: #0b5191}
.header_dh ul li.pdoa a{background-color: #0e61ae!important;}
.header_dh ul li.pdoa:hover a{background: #0b5191!important;}

/*首页*/
.banner{position: relative;width: 100%;height: 600px; overflow: hidden;min-width: 1200px;}
/* 本例子css */
.slideBox_banner{ width:100%; height:600px; overflow:hidden; position:relative;  }
.slideBox_banner .bd{ position:relative; height:100%; z-index:1;   }
.slideBox_banner .bd li{ zoom:1; vertical-align:middle;width: 100%;display: inline-block; height:600px;text-align: center}
.slideBox_banner .bd li a{width: 100%; height: 100%; display: block;}

.slideBox_banner .prev,
.slideBox_banner .next{ position:absolute; left:3%; top:50%;filter:alpha(opacity=0);opacity:0;  margin-top:-30px; display:block; z-index: 30;width:70px; height:60px; background:url(../image/slider-arrow.png) 0px 0px no-repeat;}
.slideBox_banner .next{ left:auto; right:3%; background-position:-142px 0px; }
.slideBox_banner:hover .prev,
.slideBox_banner:hover .next{ filter:alpha(opacity=100);opacity:1;  }
.slideBox_banner .prevStop{ display:none;}
.slideBox_banner .nextStop{ display:none;}
.slideBox_banner .prev:hover{background:url(../image/slider-arrow1.png) 0px 0px no-repeat;}
.slideBox_banner .next:hover{background:url(../image/slider-arrow1.png) -142px 0px no-repeat;}
/*首页——行业动态*/
.hy_name{width: 100%; margin-top: 48px; border-bottom: 1px solid #dfdfdf; height: 45px;}
.hy_name span{background-color: #292c33; text-align: center; width: 186px; height: 45px; line-height: 45px; font-size: 18px; letter-spacing: 0.8px; color: #ffffff;}
.hyys_lb{margin-top: 48px; width: 1220px;}
.hyys_lb li{margin-bottom: 48px; float: left; position: relative; width: 386px; height: 247px; margin-right: 20px; cursor: pointer;}
.clk_db{position: relative; width: 100%; height: 247px; overflow: hidden;}
.clk_db img{width: 386px; height: 247px; vertical-align: top;}
.clk_db nav{position: absolute; bottom: 0px; left: 0px; color: #ffffff;z-index: 20; width: 100%; background: url("../image/mfkjq.png"); height: 60px; text-align: center; line-height: 60px; border-bottom: 4px solid #0e61ae; font-size: 18px; letter-spacing: 0.8px;}

.hyys_lb li dl{width: 100%; position: absolute; top: -250px; left: 0px; z-index: 30; background: url("../image/oida.png") no-repeat; background-size: 100% 100%; height: 100%;}
.hyys_lb li dl dd{margin: 14px; height: 219px; line-height: 219px;}
.hyys_lb li dl dd p{display: inline-block;vertical-align: middle; text-align: center; line-height: 22px; width: 100%;}
.hyys_lb li dl dd p span{color: #ffffff; font-size: 18px; letter-spacing: 0.8px; display: block;width: 100%; }
.hyys_lb li dl dd p abbr{font-size: 14px; font-family: "宋体", Regular, SimSun; color: #9acbf9; display: block; overflow: hidden;width: 100%;max-height: 70px; margin: 22px 0px;}
.hyys_lb li dl dd p a{font-size: 12px; color: #ffffff; border: 1px solid #ffffff;text-transform: uppercase; height: 22px; line-height: 22px; width: 78px; display: block;}

.hyys_lb li:hover .clk_db nav{bottom: -68px;}
.hyys_lb li:hover dl{top: 0px;}
.hyys_lb li dl dd p a:hover{background-color: #ffffff; color: #0E61AE}

.slkca{margin: 48px 0px 93px; overflow: visible;}
.slkca li{float: left; position: relative; cursor: pointer; overflow: visible;}
.slkca li img{vertical-align: top; width: 100%;}
.vlkaw{position: absolute; top: 58px;left: 62px; z-index: 20}
.vlkaw nav{color: #292c33; font-family: Consolas; font-size: 20px; height: 26px; line-height: 26px; text-transform: uppercase;}
.vlkaw p{color: #6f727a; font-size: 18px; margin: 8px 0px 0px;}
.vlkaw span{color: #0e61ae; border: 1px solid #0e61ae; margin-top: 25px; text-align: center; display: block; height: 21px; line-height: 21px; width: 78px; text-transform: uppercase; float: left;}
#ifoa1 .vlkaw nav{color: #ffffff;}

.vlkaw span:hover{background-color: #0e61ae; color: #ffffff;}
#ifoa1,#ifoa2,#ifoa1 img,#ifoa2 img{height: 370px}
#ifoa3,#ifoa4,#ifoa5,#ifoa3 img,#ifoa4 img{height: 335px}
#ifoa1{width: 599px;}
#ifoa2{width: 599px;}
#ifoa3{width: 321px;}
#ifoa4{width: 556px;}
#ifoa5{width: 321px;}
.slkca li:hover .vporq{
    box-shadow: 0px 4px 4px #c7c5c6;
    -webkit-box-shadow: 0px 4px 4px #c7c5c6;
    -moz-box-shadow: 0px 4px 4px #c7c5c6;
    -o-box-shadow: 0px 4px 4px #c7c5c6;
    position: absolute; top: 0px; left: 0px; z-index: 60}
.video{width: 100%; height: 100%; position: relative;}
#ifoa5 .video_zhud p{line-height: 321px;}
.video_zhud p{ text-align: center;width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; z-index: 50; background: url("../image/fjah.png")}
.video_zhud p img{vertical-align: middle; width: 70px; height: 71px}

.zjdy,#id3{width: 100%; display: none;height: 100%; position: fixed; top: 0px; left: 0px; z-index: 90;background: url("../image/fjah.png")}
.zjdy{width: 1200px; left: 50%; margin-left: -600px;z-index: 95}
.clk_iframe{width: 100%; height: 100%;}
.guab{position: absolute; top: -10px; right: -10px; z-index: 98;cursor: pointer;}
/*footer*/
.footer{background: #292c33; /*margin-top: 35px*/}
.footer dl{;width: 158px;margin: 40px 0px 28px 50px;}
.footer dl dt{width: 100%;color: #d4d4d4; font-size: 16px;}
.footer dl dt hr{width: 17px; height: 2px; float: left; background-color: #0e61ad; margin: 15px 0px 11px 0px;}
.footer dl dd{width: 100%;}
.footer dl dd a,.footer dl dd p{display: block; width: 100%; text-align: left;color: #7e807f; font-size: 12px; font-family: "宋体", Regular, SimSun;height: 30px; line-height: 30px;}
.footer dl dd a:hover,.footer_bottom a:hover,.diauw a:hover{text-decoration: underline;}
.footer dl.clvka{width: 303px;}
.footer dl.lvuqw{width: 380px; float: right;}

.lvuqw dd div.poqd{position: relative; margin-top: 18px; height: 46px; overflow: hidden;}
.lvuqw dd div.poqd span{float: right; cursor: pointer;background-color: #0e61ae; text-align: center; width: 89px; height: 46px; line-height: 46px;}
.lvuqw dd div.poqd p{width: 291px; height: auto; background-color: #babbbb; position: absolute; left: 0px; bottom: 0px;z-index: 80; border: 1px solid #7e807f; border-bottom: 0px;}
.lvuqw dd div.poqd p a{display: block; height: 46px; line-height: 46px; color: #292c33; text-indent: 18px; border-bottom: 1px solid #7e807f}
.footer,.footer .container,.footer dl,.footer dl dd,.lvuqw dd div.poqd:hover{overflow: visible;}
.mvka{width: 100%; text-align: right; margin-top: 20px;}
.footer dl dd .mvka a{width: 30px; height: 30px; display: inline-block; vertical-align: top;}
.mvka_wexin{display: inline-block;vertical-align: top; width: 30px; height: 30px; margin-left: 10px; cursor: pointer; position: relative;}
.footer dl dd .mvka a img,.mvka_wexin img{vertical-align: top;}
.mvka_wexin span{position: absolute; bottom: 40px; z-index: 85;text-align: center; line-height: 150px; display: none;background-color: #ffffff; right: 0px; width: 150px; height: 150px;}
.mvka_wexin span img{max-width: 150px; max-height: 150px;}
.mvka_wexin:hover span{display: block;}

.footer_bottom{background-color: #121214;color: #4d5159;padding: 10px 0px; line-height: 24px; text-align: right; letter-spacing: 0.8px;}
.footer_bottom a{color: #4d5159}
/*保障能力.html*/
.banner_ny img{vertical-align: top;}
.diauw{height: 70px; line-height: 70px; text-align: right; color: #7d7d7d; letter-spacing: 0.8px;}
.diauw img{vertical-align: -6px; margin-right: 8px;}
.diauw a{color: #7d7d7d}

.bazjc{border: 1px solid #e0e0e0; margin-top: 20px; margin-bottom: 55px}
.bazjc_name{width: 1144px; margin-left: 28px; text-align: center; color: #454545; font-size: 18px; font-weight: bold; letter-spacing: 0.8px; border-bottom: 1px dashed #cacaca; line-height: 26px; padding: 30px 0px;}
.bazjc_content{margin: 38px 0px 40px 28px; width: 1144px; text-align: left; color: #454545; line-height: 26px;font-size: 14px;}
.bazjc_content img{vertical-align: top; max-width: 100%;}
/*产品展示.html*/
.ufya{text-align: center;margin-top: 28px; margin-bottom: 28px;}
.ufya ul{display: inline-block; vertical-align: middle;}
.ufya ul li{float: left;color: #777878; width: 186px; border-radius: 6px; height: 42px; line-height: 42px;margin: 10px 4px; background-color: #ffffff;}
.ufya ul li a{color: #777878; display: block; line-height: 42px;}
.ufya ul li:hover,.ufya ul li#menk{background-color: #0e61ae;}
.ufya ul li:hover a,.ufya ul li#menk a{color: #ffffff;}

.fkjq{margin: 40px 0px 65px 0px;width: 1220px;}
.fkjq li{float: left; border: 1px solid #a4a2a2; margin-right: 20px; margin-bottom: 20px; width: 284px;}
.fkjq li div.ofpiq{width: 270px; height: 270px; text-align: center; line-height: 265px; margin: 23px 6px; overflow: hidden; cursor: pointer;}
.fkjq li div.ofpiq img{max-width: 270px; max-height: 270px;}
.fkjq li nav.ufplv{width: 100%;height: 75px; background-color: #edf2f3; cursor: pointer;}
.fkjq li nav.ufplv span{display: block; line-height: 75px; margin: 0px 10px; color: #0f0f0f; font-size: 16px; text-align: center;}
/*产品展示-弹出*/
.clbpa{position: fixed; left: 50%; margin-left: -600px; width: 1200px; height: 700px; display: none; background-color: #ffffff; z-index: 96}
.vkla{position: absolute; top: -36px; right: 0px; width: 36px; height: 36px; cursor: pointer;}
.lbtqy{width: 100%; height: 94%; margin: 3% 0px; overflow-y: auto}
.lbtqy_left{float: left;width: 585px; text-align: center; margin-top: 10px;}
.lbtqy_left img{vertical-align: top; max-width: 100%;}
.lbtqy_conten{float: right;width: 570px; margin-right: 25px; color: #333333; font-size: 14px; text-align: right; line-height: 26px;}
.lbtqy_conten img{vertical-align: top; max-width: 100%;}



/*成功案例*/
.cgal{margin: 45px 0px 60px 0px; width: 1230px;}
.cgal li{background-color: #ffffff; margin-right: 30px; margin-bottom: 30px;width: 277px;}
.cgal li div.pogka{width: 100%;height: 192px; overflow: hidden;}
.cgal li div.pogka img{vertical-align: top; width: 100%; height: 192px; }
.cgal li div.mfkiq{border: 1px solid #ececec; height: 90px; overflow: hidden; line-height: 90px;}
.cgal li div.mfkiq p{display: inline-block; vertical-align: middle; max-height: 70px; line-height: 22px; margin: 2px 12px; width: 252px; color: #000000; font-size: 14px; font-family: "宋体", Regular, SimSun; letter-spacing: 0.8px;}
.cgal li:hover{
    box-shadow: 1px 3px 9px #cecccd;
    -webkit-box-shadow: 1px 3px 9px #cecccd;
    -moz-box-shadow: 1px 3px 9px #cecccd;
    -o-box-shadow: 1px 3px 9px #cecccd;
}
/*关于我们-公司简介.html*/
.nfjha{margin-top: 19px; margin-bottom: 55px; overflow: visible; min-height: 400px;}
.mkdj_left{float: left;width: 235px; position: relative;}
.pofak{position: absolute; top: -169px; left: 0px; width: 100%; background-color: #ffffff; overflow: hidden;}
.clkad{width: 100%; background-color: #0e61ae; height: 80px; overflow: hidden;}
.clkad span{display: block; border: 1px solid #5791c6;height: 71px; margin: 3px; text-align: center; line-height: 71px; color: #ffffff; font-size: 20px; font-weight: bold;}
.clkad span img{vertical-align: -3px; margin-right: 15px;}
.clvua{border: 1px solid #f5f5f5; border-top: 0px; border-bottom: 0px; margin-bottom: 22px;
    box-shadow: 0px 2px 7px #dfdede;
    -webkit-box-shadow: 0px 2px 7px #dfdede;
    -moz-box-shadow: 0px 2px 7px #dfdede;
    -o-box-shadow: 0px 2px 7px #dfdede;
}
.clvua li{width: 100%; border-bottom: 1px solid #e5e5e5; height: 55px; line-height: 55px;}
.clvua li a{display: inline-block; text-align: left; width: 210px;vertical-align: top;border-radius: 6px;height: 37px; line-height: 37px; margin: 10px 0px 0px 13px; color: #000000; font-size: 16px;}
.clvua li a em{width: 16px; height: 37px; display: inline-block; vertical-align: top;background: url("../image/jfha1.png") no-repeat center;margin-left: 48px; margin-right: 22px;}
.clvua li a:hover,.clvua li#mopo a{background-color: #0e61ae; color: #ffffff;}
.clvua li a:hover em,.clvua li#mopo a em{background: url("../image/jfha2.png") no-repeat center;}

.lcix{width: 100%;}
.pvbi{width: 100%; border: 1px solid #dedede}
.pvbi p{width: 206px; margin: 18px 0px 17px 13px; color: #000000; line-height: 25px;}
.pvbi p a{color: #000000}
.pvbi p a:hover,.lvka dl dd p a:hover{text-decoration: underline;}
.mkdj_right{width: 945px;}
.mkdj_right .bazjc{margin-top: 0px;}
.mkdj_right .bazjc .bazjc_name,.mkdj_right .bazjc .bazjc_content{width: 888px;margin-left: 29px;}
.mkdj_right .bazjc .bazjc_content{color: #454545 ;font-family: "宋体", Regular, SimSun; line-height: 25px;}
/*联系我们*/
.lvka{margin: 70px 0px 68px 0px;}
.lvka dl{float: left;}
.lvka dl dt{float: left; line-height: 50px;}
.lvka dl dd{margin-left: 70px;}
.lvka dl dd nav{color: #323232; font-size: 16px; font-weight: bold; line-height: 26px;}
.lvka dl dd p{width: 100%;color: #6f6f6f; font-size: 14px; line-height: 22px;}
.lvka dl dd p a{color: #6f6f6f}

.lvka dl#mkjg1{width: 232px;margin-right: 40px}
.lvka dl#mkjg2{width: 337px;margin-right: 45px}
.lvka dl#mkjg3{width: 243px;margin-right: 55px}
.lvka dl#mkjg4{width: 247px;}

.lvka dl#mkjg1 dd{margin-left: 65px;}
.lvka dl#mkjg2 dd{margin-left: 73px;}
.lvka dl#mkjg3 dd{margin-left: 66px;}
.lvka dl#mkjg4 dd{margin-left: 62px;}
.map{width: 100%; height: 444px; margin-bottom:55px;}
.zxly{width: 100%; text-align: center;}
.zxly span{display: inline-block;vertical-align: middle;color:#1a1919; font-weight: bold; border-bottom: 3px solid #0e61ae; line-height: 53px; margin: 28px 0px; font-size: 20px; letter-spacing: 0.8px;}
.lvkyfa{width: 1220px; margin-bottom: 70px;}
.lvkyfa dl{float: left;width: 284px; height: 50px; background-color: #ffffff; margin-right: 20px; margin-bottom: 20px;}
.lvkyfa dl dt{float: right;width: 48px; height: 50px; line-height: 50px; text-align: center;}
.lvkyfa dl dd{margin-right: 49px; overflow: visible;}
.lvkyfa dl dd input{background: transparent; color: #333; height: 50px; line-height: 50px;font-size: 14px; border: 0px; text-indent: 16px; font-family: "宋体", Regular, SimSun;}
.lvkyfa dl.dyta,.lvkyfa dl.dyta_submit{width: 100%; height: auto}
.lvkyfa dl.dyta dd,.lvkyfa dl.dyta_submit dd{margin-right: 20px; height: auto}
.lvkyfa dl.dyta dd textarea{width: 98%; padding: 1%; height: 300px; border: 0px; font-size: 14px; line-height: 22px; color: #7d7d7d}
.lvkyfa dl.dyta_submit{background-color: transparent; text-align: center;}
.lvkyfa dl.dyta_submit input[type='submit']{background-color: #0e61ae; cursor: pointer; text-align: center; width: 282px; height: 52px; font-size: 16px; font-family: "微软雅黑", Arial, Regular; text-indent: 0px; color: #ffffff;}
.lvkyfa dl.dyta_submit input[type='submit']:hover{opacity: 0.85}
/*新闻中心2*/
.news{border: 1px solid #e0e0e0; margin-top: 20px; margin-bottom: 55px;}
.news_oid{width: 1143px; margin-left: 29px;}
.news_oid dl{width: 100%; border-bottom: 1px dashed #bfbfbf; margin-top: 35px; padding-bottom: 35px;}
.news_oid dl dt{float: left;width: 243px; height: 132px; text-align: center; line-height: 130px;}
.news_oid dl dt img{max-width: 243px; max-height: 132px;}
.news_oid dl dd{margin-left: 276px;}
.news_oid dl dd span{float: right; background-color: #1a6cb6; margin-top: 57px;color: #ffffff; font-size: 12px; font-family: Arial, Regular; width: 86px; height: 32px; text-align: center; line-height: 32px; text-transform: uppercase; border-radius: 5px;}
.news_oid dl dd div{margin-right: 133px;}
.news_oid dl dd div nav{width: 95%;margin-left: 0px; height: 38px; line-height: 38px;color: #000000; font-size: 18px;}
.news_oid dl dd div abbr{color: #9e9e9e; font-size: 12px; font-family: "宋体", Regular, SimSun; height: 30px; line-height: 30px;}
.news_oid dl dd div p{width: 100%;color: #787676; font-family: "宋体", Regular, SimSun; font-size: 14px; line-height: 20px; height: 42px; margin-top: 8px;}
.news_oid dl dd span:hover{opacity: 0.85}
.news_oid dl dd div nav:hover{color: #1a6cb6}
/*翻页*/
.fyah_iu{width: 100%; margin: 33px 0px; text-align: center;font-family: "宋体", Regular;font-size: 12px; color: #7e7676;}
.fyah_iu a{display: inline-block;;margin: 0px 0px;height: 30px; line-height: 30px; padding: 0px 9px; color: #220909; border: 1px solid #c8c8c7;}
.fyah_iu a em{width: 4px; height: 7px; display: inline-block;}
.fyah_iu a:hover,#poakw_fu{border: 1px solid #1a6cb6}
.yahw1,.yahw2{margin: 0px 10px!important;}
.yahw1 em{background: url("../image/rsk1.png") no-repeat center;margin-right: 6px}
.yahw2 em{background: url("../image/rsk2.png") no-repeat center;margin-left: 6px}
#Miopk,#Niopk{opacity: 0.5;filter:alpha(opacity=50); -moz-opacity:0.50; border: 1px solid #c8c8c7}
#Miopk em{background: url("../image/rsk1_1.png") no-repeat center}
#Niopk em{background: url("../image/rsk2_1.png") no-repeat center}
.fyah_iu input[type="text"]{height: 30px; line-height: 30px; width: 50px; text-align: center; border: 1px solid #c8c8c7;margin: 0px 10px;}
.fyah_iu input[type="submit"]{color: #ffffff; background-color: #1a6cb6; height: 30px; line-height: 30px; width: 60px; cursor: pointer; border: none; margin-left: 8px;}
/*新闻详情*/
.cuahc{font-weight: 100;}
.cuahc nav{color: #757575; font-size: 12px; font-family: "宋体", Regular, SimSun; line-height: 20px; margin-top: 7px;}
.xiauf{color: #000000; font-size: 14px; font-family: "宋体", Regular, SimSun; line-height: 30px;}

.fjhah_left{ width: 100%; text-align: left; border-top: 1px dashed #cacaca; margin-top: 27px; padding-top: 20px;}
.fjhah_left a{width: 100%;font-size: 14px;display: block; letter-spacing: 0.8px;color: #000000; font-family: "宋体", Regular, SimSun; height: 28px; line-height: 28px;}
.fjhah_left a:hover{color: #1a6cb6; text-decoration: underline;}