/*----------------------------------------------------------  */
/*                                                            */
/* 项目：营销响应式网站                                       */
/*                                                            */
/* - 时间：2016.06.06                                         */
/* - 作者：金铂                                               */
/*                                                            */
/*                                                            */
/*                           QQ:439933277                     */
/*                                                            */
/* ---------------------------------------------------------- */

@charset "utf-8";


/**
 * reset
 */
body{width: 100%;height: 100%;overflow-x: hidden;overflow-y: scroll;color:#666;font:87.5%/1.8 'Microsoft Yahei',Arial,sans-serif}
input,textarea{margin:0;padding:0;outline:0;border:0;background:0 0;vertical-align:middle}
body,button,dd,dl,form,h1,h2,h3,h4,h5,ol,p,ul,menu{margin:0}
ol,ul,menu{padding-left:0;list-style-type:none}
img{max-width:100%;border:0;vertical-align:top}
a{outline:0;color:#5e5e5e;text-decoration:none;font-family:"微软雅黑"}
a:hover{color:#0e58a4}
b,i{font-style:normal}
a, input, b, h1, img, span, button, header, .arrow, .portinfo, .portinfo h3, .portinfo p, .portimg,*:before, *:after , .section_login{
    -moz-transition: all ease-in-out 0.25s;
    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    -ms-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
}


/*
* common
*/
.opc0{opacity:0;}
.fix{*zoom:1;}
.fix:before,.fix:after{content:"";display:table;}.fix:after{clear:both;}
.dib{display:inline-block;*display:inline;*zoom:1;}
.pr{position:relative;}.pa{position:absolute;}
.el{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.eln{ white-space:normal;}
.btn{cursor:pointer;}
.hide{display:none;}
.arr{width:0;height:0;overflow:hidden;}
.f_ewm{float:left;margin-right: 1em;}


/*
* header
*/
.bar{position: relative; clear: both; line-height:26px; color:#676665; overflow: hidden;text-align: right;padding-top: 6px;font-size: 12px}
.bar a{color: #676665;}
.bar ul li{ float:left;}
.bar ul li i{ display:inline-block;vertical-align:middle;width: 1px;height: 9px;background: #fff;margin:0 4px}
/* 社会化标志 */
.bar .link a{display:inline-block!important;vertical-align:middle; margin:0 10px}
.bar .link .link01{ background-position:0 0;}
.bar .link .link02{ background-position:-43px 0}
.bar .link .link03{ background-position:-87px 1px}
.bar .link .link04{ background-position:-130px 1px}
.bar .link .link05{ background-position:-173px 0}
.bar .link .link06{ background-position:-216px 0}
/* LOGO */
.logo{position:absolute;float:left;width:35%;height:100%;vertical-align:middle;text-align:center}
.logo img{max-width:100%;vertical-align:middle}
.logo a{display:block;height:100%}
.logo span{display:inline-block;width:0;height:100%;vertical-align:middle;text-align:center}
/* 导航 */
.header{width:100%;height:auto;background:#f0f0f0;z-index:999; box-shadow: 0 4px 6px rgba(0,0,0,.3);}
.header .nav .navTop{position:absolute;bottom:0px;display:none;height:3px;background:#eb408c}
.header .nav .navTop{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.header .nav{float:right;width:64%;height:auto;margin: 0 auto;z-index: 999}
.header .nav a{display: block;}
.header .nav .navul{padding-top: 0;width: 102%;}
.header .nav .child{float:left;width:12.5%;height:52px;line-height:52px;text-align:center;color:#666;}
.header .nav .child.navChildSearch{line-height:20px!important;}
.header .nav .child .title{font-size:16px;color:#666;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis}
/*.header .nav .child .title{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }*/
.header .nav .child:hover .title,.header .nav .child.on .title{color:#fff;background-color: #0e58a4}
/*中铝定制子菜单*/
.header .nav .child .childContent{display:none;position:absolute;top:100%;left: 0;right: 0;z-index: 999;}
.childContent{line-height: 26px;background-color: rgba(17,88,160,0.9);color: #fff;padding: 60px 0 40px 0}
.childContent:after{position:absolute;display: block;content: '';top: 0;bottom: 0;left: 100%;width: 200%;background-color: rgba(17,88,160,0.9);}
.childContent a{color: #fff}
.childContent .one{height: 190px}
.childContent .one img{height: auto}
.childContent .two{line-height: 26px}
.childContent .two dl{float: left;width: 100%;margin-bottom: 22px;overflow: hidden}
.childContent .two dt,.childContent .two dd{float: left;}
.childContent .two dt{font-size: 16px;padding-right: 10px}
.childContent .two dd{color: #a1bad3;}
.childContent .two dd a{color: #a1bad3}
.childContent .two dd a:hover{text-decoration: underline;}
.childContent .two dd a:after{display: block;content: '';width: 1px;height: 12px;background-color: #a1bad3;float: right;margin: 7px 6px;}
.childContent .two dd.last a:after{display: none;}
.childContent .three{width: 80%}
.childContent .three a{font-size: 16px;border: 1px solid #fff;width: auto;line-height:40px;margin: 0 auto;margin-bottom: 20px}
.childContent .three p{height: 80px;overflow: hidden;}

.otherNav.childContent{padding:40px 30px;background-color: rgba(17,88,160,0.9);left: auto;width: 50%}
.otherNav.childContent:after{display: none;}
.otherNav.childContent .one{height: 140px}
.otherNav.childContent .one img{height: auto;max-height: 100%;width: 90%;height: 100%}
.otherNav.childContent .two{line-height: 26px;text-align: right;height: auto;border-right: 0 solid #0e63ba;float: left;}
.otherNav.childContent .two dl{float: left;width: 100%;margin-bottom: 22px;overflow: hidden}
.otherNav.childContent .two dl:last-child{margin-bottom: 0}
.otherNav.childContent .two dt,.childContent .two dd{float: left;}
.otherNav.childContent .two dt{font-size: 16px;padding-right: 10px}
.otherNav.childContent .two dd{color: #a1bad3;}
.otherNav.childContent .two dd a{color: #a1bad3}
.otherNav.childContent .two dd a:hover{text-decoration: underline;}
.otherNav.childContent .two dd a:after{display: block;content: '';width: 1px;height: 12px;background-color: #a1bad3;float: right;margin: 7px 6px;}
.otherNav.childContent .two dd.last a:after{display: none;}
.otherNav.childContent .three{text-align: left;width: 100%}
.otherNav.childContent .three a{font-size: 16px;line-height:40px;margin: 0 auto;margin-bottom: 15px;border: 0px;font-weight: normal;}

.nav_us{left: 10%!important}
.nav_news{left:auto!important;right: 25%!important}
.nav_ky{left:auto!important;right: 20%!important}
.nav_sh{left:auto!important;right: 0!important}

/*普通菜单*/
.smalnav{position: relative;}
.smalnav .childContent{padding:0}
.smalnav .childContent:after{display: none;}

/*三级菜单*/
.header .nav .child .childContent .childContentLi{color:#fff;background:rgba(17,88,160,0.9);font-size:12px;height:36px;line-height:36px;
	/*border-top: 1px #fff solid;
    border-bottom: 1px #eee solid;
-webkit-box-shadow: 0px 2px 2px 0px rgba(125,125,125,0.2);
-moz-box-shadow: 0px 2px 2px 0px rgba(125,125,125,0.2);
-ms-box-shadow: 0px 2px 2px 0px rgba(125,125,125,0.2);
-o-box-shadow: 0px 2px 2px 0px rgba(125,125,125,0.2);
box-shadow: 0px 2px 2px 0px rgba(125,125,125,0.2);*/
}
.header .nav .child .childContent .childContentLi:first-child {border-top: none}
.header .nav .child .childContent .childContentLi:last-child {/*border-bottom: 3px #eb408c solid;*/}
.header .nav .child .childContent .childContentLi a:hover{background:#f0f0f0;color:#000;}

.header .nav .child .language{display:inline-block;*display:inline;*zoom:1;height:16px;line-height:16px;padding:0 8px;font-size:16px;color:#666;}
.header .nav .child .language:hover{color:#00aa3a;}
.header .nav .child .language.cn{border-right:1px solid #ccc;}
.header .nav .child .language.on{color:#00aa3a;}
.header .nav .child .seachIcon{cursor:pointer;}
.header .list{position:relative;background:#363839;z-index:6;}
.header .list .box{padding:50px 0;display:none;}
.header .list .content{width:492px;}
.header .list .listMTitle{color:#fff;font-size:18px;line-height:24px;padding-bottom:24px;}
.header .list .listTitle{position:relative;width:100%;}
.header .list .listTitle:after{content: "020"; display: block; height: 0; clear: both;visibility:hidden;}
.header .list .listTitle .title{border-bottom:1px solid #999999;line-height:36px;color:#B9B9B9;font-size:14px;font-family:Arial, Helvetica, sans-serif;}
.header .list .listTitle .title a{color:#B9B9B9;font-size:14px;}
.header .list .listTitle .title img{margin-right:12px;}
.header .list .listTitle .title .pointer{cursor:pointer;position:absolute;right:0px;top:16px;width:11px;height:11px;}
.header .list .listTitle .title .pointer .sub{position:absolute;left:0px;top:5px;width:11px;height:1px;background:#999;}
.header .list .listTitle .title .pointer .sub.sub2{ transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);-webkit-transform:rotate(90deg);}
.header .list .listTitle .title .pointer .sub.sub2{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.header .list .listTitle .title .pointer.on .sub.sub2{ transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);}
.header .list .listTitle .listContent{display:none;width:94%;float:right;}
.header .list .addBtn{z-index:5;cursor:pointer;position:absolute;bottom:-35px;right:0;width:35px;height:35px;background:url(../images/addIcon.png) no-repeat;}
.header .list .addBtn .sub{position:absolute;width:10px;height:2px;background:#fff;}
.header .list .addBtn .sub.sub1{top:12px;left:22px;}
.header .list .addBtn .sub.sub2{top:12px;left:22px; transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);-webkit-transform:rotate(90deg);}
.header .list .addBtn .sub.sub2{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.header .list .addBtn.on .sub.sub2{ transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);}

.header .searchContent{display:none;position:absolute;bottom:-80px;right:0px;padding:25px;  background-color: #f2efef;border-bottom:1px solid #dcdadb;border-left:1px solid #dcdadb;}
.header .searchContent .seach{margin:0;}

.wapNavBtn{display:none;position:absolute;top:58px;right:32px;cursor:pointer;}
.wapLanguage{display:none;position:absolute;top:35px;right:120px;}
.wapLanguage .language{padding:0 14px;color:#999999;font-size:28px;line-height:28px;display:inline-block;*display:inline;*zoom:1;}
.wapLanguage .language.on{color:#00aa3a;}
.wapLanguage .language.cn{border-right:3px solid #bababa;}
.wapNavPointer{display:none;position:absolute;top:3px;right:3px;cursor:pointer;}

/*
 * footer
 */
footer{background:#0e58a4;color:#a6c1dd}
.footer_link{ padding: 8px 0;color: #003c7a;background-color: #fff;line-height: 28px}
.footer_link i{padding-right: 20px;font-size: 20px;font-weight: 600;float: left;}
.footer_link p{padding-left: 116px}
.footer_link a{color: #3a3a3a;padding-right: 8px;display: block;float: left}
.footer_link a:hover{color: #3a3a3a;text-decoration: underline;}
.footer_phone{ font-size:2.2rem;color:#ec408c;padding-top: 30px}
.footer_phone .animated{display: inline-block;padding-right: 15px}
.footer_yx{ margin-bottom: 30px;color: #666;}
.footer_detail{ padding: 40px 0 15px 0}
.footer_detail .phone_gj{padding-top: 15px}
.footer_copy{padding-top: 25px}

.footer_info{text-align: center;position: absolute;top: 60px;left: 0;right: 0;bottom: 15px;overflow: hidden;display: none;}
.footer_info .wrap{padding: 24px 0;background: #024c99;}
.footer_info dl{width: 14.2%;float: left;}
.footer_info dl dt{font-size: 16px;position: relative;padding-bottom: 10px;}
.footer_info dl dt a{color: #fff}
.footer_info dl dd{line-height: 2;font-size: 14px}
.footer_info dl dd a{color: #9ab7d6}
.footer_info dl dd a:hover{color: #333333;text-decoration: underline;}

.js-map{border:1px solid #a6c1dd;border-radius: 3px;margin:0 auto;margin-bottom: 15px;width: 90%}
.js-map a{color: #fff;text-align: center;display: block;padding: 3px 0;}
.js-close{position: absolute;left: 0;top: 0;padding: 0 10px;color: #fff;text-align: center;z-index: 55;font-size: 20px;}
.js-close:hover{color: #fff}

/*
 * top
 */
.top{display:none;position:fixed;right:10px;bottom:80px;z-index:999;width:40px;height:40px;font-size:24px;color: #9c9c9c;background: whitesmoke;border: 1px solid #d9d9d9;line-height:40px;text-align:center;cursor:pointer;}
.top2{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.top:hover{background:#999999;color: #fff}
.top img{vertical-align:middle;}

/* 
 * banner
 */
.swiper-info{position:absolute;top:50%;left:50%;z-index:100;width:auto;text-align:center;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.swiper-info h3,.swiper-info p{color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.4);line-height:48px}
.swiper-info h3{font-weight:700;font-size:42px}
.swiper-info p{margin:8px 0 20px;font-size:18px}
.swiper-info a.more{position:relative;z-index:9999;margin:0;padding:6px 20px;width:90px;border:none;background-color:#ec408c;color:#fff;font-size:14px}
.swiper-info a.more:hover{background-color:#c23473}
.banner .shade{z-index:1;background:rgba(0,0,0,.3)}



/*
 * nbanner
 */
.nbanner{background: #0e58a4;height: auto;text-align: center;overflow: hidden;}
.nbanner span,.nbanner span a{color: #ffffff}
.nbanner span.size1{font-size: 28px;font-weight: normal}
.nbanner span.size2{font-size: 14px;font-weight: normal}


/*
* block
*/
.index_ {padding:4em 0 4em;}
.index_ .T{padding-bottom: 25px;text-align: center;color:#0e58a3}
.index_ .T h1{font-size: 36px;line-height:2;font-weight: bold;color: #202020}
.index_ .T h2{font-size: 28px;line-height:2;font-weight: bold;}
.index_ .T h2 strong{padding: 0 10px;position: relative;font-weight: bold;}
.index_ .T h2.border strong:before{display: block;content: ' ';width:30px;height: 1px;border-bottom: 3px solid #0e58a3;position: absolute;right: 100%;bottom: 46%}
.index_ .T h2.border strong:after{display: block;content: ' ';width:30px;height: 1px;border-bottom: 3px solid #0e58a3;position: absolute;left: 100%;bottom: 46%}
.index_ .T h3{font-size: 20px;font-weight: normal;}
.index_ .T h4{font-size: 18px;line-height:1.2;font-weight: normal;color: #000}
.index_ .T h5{font-size: 16px;font-weight: normal;color: #000}
.index_ .T img{display:block;}
.index_scroll h2{color:#fff;}
.index_scroll .T .more{float:right;width:152px;height:59px;background:url(../img/i_18.png) 0 bottom no-repeat;overflow:hidden;text-indent:-999px;margin-right:20px;}

/*
* more: text or block
*/
a.more{color: #575757;margin:0 auto;}
a.more{ transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
a.more:hover{color: #fff;}
a.more.block{padding: 10px 30px;border: 1px solid #c5c2c2;display: inline-block;margin-top: 10px}
a.more.block:hover{color: #ee3f8c; background-color: #fff; border-color: #fff;}
a.button{width: 220px;height: 45px;border: 1px #eee solid;border-radius: 40px;background-color: #fff;display: block;margin: 0 auto;text-align: center;line-height: 45px;position: relative;overflow: hidden;}
a.button.anim span{position: absolute;left: 50%;top: 0;white-space: nowrap;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);-webkit-transition-delay: 250ms;-moz-transition-delay: 250ms;-ms-transition-delay: 250ms;-o-transition-delay: 250ms;transition-delay: 250ms;}
a.button.anim i:before{font-size: 22px;color: #ec408c;position: absolute;top: 9px;left: 0;-webkit-transform: translateX(-200%);-ms-transform: translateX(-200%);-o-transform: translateX(-200%);transform: translateX(-200%);}
a.button.anim:hover i:before{left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);}
a.button.anim:hover span{left: 120%;}


/*
 * 搜索 
 */
.widget-search-hot{padding:20px 8%;color:#000;font-size:14px}
.widget-search-hot a{padding:0 6px;color:#3a3a3a}
.widget-search-hot a:hover{text-decoration:underline}
.widget-search-hot label{font-weight:700}
.widget-search-form{padding:0 8%}
.widget-search-form input{float:left;height:30px;border-radius:20px;vertical-align:top}
.widget-search-form .form-control{border:0;background-color:#f3f3f3}
.widget-search-form .search_btn{margin-left:-80px;width:80px;border:none;background-color:#0e58a4;color:#fff}



/* ==========================================================================
   Common
   ========================================================================== */

    /*字体盒子模型*/
    .services-box{text-align: center;padding-bottom: 30px;display: block;}
    .services-box .icon{display: inline-block; background: #fff; width: 100px; height: 100px; position: relative; margin-bottom: 0px;}
    .services-box .icon a{display: block;width: 67px;height: 67px;margin: 0 auto;padding-top: 12px;}
    .services-box .icon img{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
    .services-box .icon a:hover img{transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);-webkit-transform:rotate(360deg);}
    .services-box h3{font-size: 22px;padding:5px 5px;font-weight: normal;}
    .services-box p{font-size: 16px;padding:3px 5px;height: 140px}
    .services-box i {
        display: inline-block;
        border: 1px #eee solid;
        width: 105px;
        height: 105px;
        border-radius: 100%;
        line-height: 105px;
        font-size: 40px;
        /*background-color: rgba(255,255,255,.1);*/
    }

    .services-box.horizontal{text-align: left;padding: 0 60px 40px 0px;}
    .services-box.horizontal .icon{display: block;float: left;width:180px;height: auto}
    .services-box.horizontal .icon a{padding-top: 0;line-height: 67px;text-align: center;font-size: 40px;}
    .services-box.horizontal h3{margin-left: 180px;padding: 0;margin-bottom: 20px;}
    .services-box.horizontal p{margin-left: 180px;height: 60px}

    /*媒体盒子模型*/
    .media-box{display:block;text-align: center;margin-bottom:10px;width: 100%;}
    .media-box .icon{display: inline-block; background: #fff; width: 100%; height: 140px; overflow: hidden;border: 1px solid #d7d8db;}
    .media-box .icon{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
    .media-box h3{font-size: 0.875rem;padding:5px 10px;font-weight: normal;color: #000}
    .media-box p{font-size: 0.75rem;padding:0 10px;line-height: 2;}
    .media-box .icon img{width: auto;height: auto}
    .media-box .icon img{transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s;-webkit-transition-duration: 1s;}
    .media-box.anim.anim-scale:hover .icon img{transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);-webkit-transform:scale(1.2);}

    /*图片+遮罩模型*/
    .port-box{border: 1px #fff solid;position: relative;overflow: hidden;}
    .port-box .portimg{display: inline-block;background: #fff;width: 100%;height: 230px;}
    .port-box .portimg img{/*width: 100%;height:100%;*/max-width:100%!important;max-height:100%!important;opacity: 1 !important;}
    .port-box .portinfo{position: absolute;top: 0;bottom: 0;right: 0;left: 0;text-align: center;opacity: 0;}
    .port-box .portinfo h3{display: block;margin-top: 18%;padding: 8px;font-size: 40px;color: #fff;}
    .port-box .portinfo p{color: #fff}
    .port-box .portinfo p a{color: #fff;font-size: 16px;padding: 0 6px}
    .port-box.anim .portinfo h3{-webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);-ms-transform: translateY(-100%);-o-transform: translateY(-100%);transform: translateY(-100%);}
    .port-box.anim .portinfo p{-webkit-transform: translateY(100%);-moz-transform: translateY(100%);-ms-transform: translateY(100%);-o-transform: translateY(100%);transform: translateY(100%);}
    .port-box.anim:hover .portinfo{background-color: rgba(44,97,151,0.9);opacity: 1;}
    .port-box.anim:hover .portinfo h3, .port-box.anim:hover .portinfo p{-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);}
    /*.port-box.anim:hover .portimg img{-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-ms-transform: scale(1.2);-o-transform: scale(1.2);transform: scale(1.2);}*/

    /*侧栏*/
    #accordion_t{font-size: 24px;background: #246cd7;color: #fff;line-height: 56px;text-align: center;}
    #accordion{border: 1px solid #e2e2e2;padding: 10px}
    #accordion h3{display: block;cursor: pointer;position: relative;margin-bottom: 6px;padding: 5px 30px 5px 27px;min-height: 0;font-size: 14px;font-weight: bold;background: #ededed}
    #accordion h3.ui-state-active{}
    #accordion h3 span{width: 16px;height: 16px;display: block;text-indent: -99999px;overflow: hidden;background-repeat: no-repeat;position: absolute;right: .5em;top: 50%;margin-top: -8px;background: url(../img/icon_sprite_3.png) no-repeat}
    #accordion h3 span.ui-icon-circle-arrow-s{background-position: 1px -56px}
    #accordion h3 span.ui-icon-circle-arrow-e{background-position: 1px -70px}
    #accordion ul{}
    #accordion ul li a{display: block;line-height: 30px;font-size: 14px;border-bottom: 1px dotted #ccc;padding: 4px 30px;}
    #accordion ul li a:hover{color: #5fbe36}

    /*面包屑*/
    .PageCrumbList{width: 100%;font-size: 16px;background-color: #0e58a4;color: #fff}
    .PageCrumbList a{color: #fff}
    .PageCrumbList i{padding: 0 18px}
    .PageCrumbList .wrap{height: 55px;line-height: 55px; position:relative;text-align: right;}
    .PageCrumbList ul{position: absolute; left: 0px; top: 0px;}
    .PageCrumbList ul li{float: left; height: 45px; padding: 0 3px; line-height: 45px; margin: 1px;}
    .PageCrumbList ul li.hover{border: 1px solid #ebebeb; border-bottom: 1px solid #fff; background: #fff; font-weight: bold;}
    .PageCrumbList ul li a{font-size: 14px; color: #454545;}
    .PageCrumbList ul li.hover a, .PageCrumbList ul li a:hover{color: #00aa3a;}

    /* BOX */
    .widget-box{background-color: #fff;color: #000;padding: 30px;margin-bottom: 20px}
    .widget-box h4{font-size: 20px;line-height: 32px;margin-bottom: 25px}
    .widget-box h4 a{float: right;font-size: 14px;font-weight: normal;color: #0e58a4}

    .portlet{width: 100%;margin-bottom: 15px}
    .portlet > .portlet-title{font-size: 20px;padding-bottom: 15px;border-bottom: 2px solid #0e58a4}
    .portlet > .portlet-body {background-color: #fff}
    .portlet.bordered > .portlet-body {border: 1px solid #e6e5e5}
    .portlet.padding > .portlet-body{padding: 20px 25px}

    /* 响应表格*/
    .table-responsive{overflow-x:auto;min-height:.01%}



/* ==========================================================================
   Index Page
   ========================================================================== */

/*
 * 现货订购
 */
.section_xhdg{background: #ececec;padding-top: 60px}
    .section_xhdg .index_ .T{padding-bottom: 6px}
    .section_xhdg li{float:left;background-color: #fff;width: 300px;text-align: center;margin-bottom:10px}
    .section_xhdg li .icon{display: inline-block; background: #fff; border: 0px;width: 100%;height: 300px;overflow: hidden;}
    .section_xhdg li .icon img{width: auto;/*height: 100%*/}
    .section_xhdg li .icon img{transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s;-webkit-transition-duration: 1s;}
    .section_xhdg li h3{font-weight: normal;margin: 5px 0;font-size: 14px}
    .section_xhdg li h3 b{font-size: 1rem;color: #000}
    .section_xhdg li p{padding: 10px 0 20px 0;display: block;width: 140px;margin: 0 auto;font-size: 0.75rem;line-height: 2;}
    .section_xhdg li p a{float: left;}
 
    .section_xhdg .jcarousel-control-prev, .section_xhdg .jcarousel-control-next{display: none;}
   
    a.btn-more,a.btn-msg{font-size: 12px;width: 69px;height:28px;line-height:28px;display: block;}
    a.btn-more{border-radius: 3px 0 0 3px;border: 1px solid #0e58a4;border-right-width:0px;background-color: #0e58a4;color:#fff}
    a.btn-msg{border-radius: 0 3px 3px 0;border: 1px solid #003c7a;border-left-width:0px;background-color: #fff;color:#0e58a4}
    a.btn-msg i:before{color: #0e58a4}
    .anim-btn{position: relative;overflow: hidden;display: block;}
    .anim-btn span{position: absolute;left: 50%;top: 0;white-space: nowrap;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);-webkit-transition-delay: 200ms;-moz-transition-delay: 200ms;-ms-transition-delay: 200ms;-o-transition-delay: 200ms;transition-delay: 200ms;}
    .anim-btn i:before{font-size: 20px;color: #fff;position: absolute;top: 4px;left: 0;-webkit-transform: translateX(-200%);-ms-transform: translateX(-200%);-o-transform: translateX(-200%);transform: translateX(-200%);}
    .anim-btn:hover i:before{left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);}
    .anim-btn:hover span{left: 150%;}

/*
 * 我们的产品
 */
.section_prod{overflow: hidden;background: #ffffff}
    .section_prod .index_{padding-top: 2.2em;padding-bottom: 1em}
    /*tab头*/
    .slide1{width: 100%}
    .slide1 .hd{text-align: center}
    .slide1 .hd a{display: block;font-size: 18px;line-height:74px;color: #000;border: 1px solid #e1e1e1;border-right: 0px}
    .slide1 .hd a i{color: #7e7e7e;font-size: 24px;padding-right: 10px}
    .slide1 .hd a.on{background: #0d4b9b;color: #fff;}
    .slide1 .hd a.on i{color: #fff}
    .slide1 .hd a.last{border-right: 1px solid #e1e1e1}
    /*tab体*/
    .prodWrap{width: 1200px}
    .prodWrap .prod_cate{padding: 15px 0}
    .prodWrap .prod_cate a{font-size: 16px;color: #3a3a3a;padding-right:10px}
    .prodWrap .prod_cate a:hover{color: #0e58a4;text-decoration: underline;}
    .prodWrap .prod_main .prod_box{position:relative;overflow:hidden;background-color: #f8f8f8;color: #3a3a3a}
    .prodWrap .prod_main .prod_box .cont{padding: 2% 4% 4% 4%}
    .prodWrap .prod_main .prod_box .cont h3{font-size: 16px;margin:1em 0}
    .prodWrap .prod_main .prod_box .cont p{font-size: 14px;margin:1em 0}
    .prodWrap .prod_main .prod_box .cont .btn-more{border-right-width: 1px;border-radius: 3px;margin-right: 6px}
    .prodWrap .prod_main .prod_box .cont .btn-msg{border-left-width: 1px;border-radius: 3px;margin-left: 6px}
    .prod_box:after{position:absolute;right:-20px;bottom:-20px;display:block;width:0;height:0;border:20px solid transparent;border-color:#003c7a;content:' ';transform:rotate(-45deg)}
    .prodWrap .prod_other{margin:30px 0}
    .prodWrap .prod_other .icon img{width: 100%;height: 100%}

/*
 * 公共横幅
 */
.section_public{ color:#fff;position: relative;background: url(../img/index/webinfo_bg_1.jpg) top center no-repeat #f1f1f1}
.section_public .index_ {padding-top:2em;padding-bottom:0em}
.section_public .shade{background-color: rgba(0,0,0,0.3);z-index: 0;}
.section_public .article{text-align: right;}
.section_public h3{font-size: 1.375rem;line-height: 60px;padding-right: 20%}
.section_public h4{font-size: 0.875rem;font-weight:lighter;padding-right: 8%}
.section_public strong{font-size: 1.624rem;}

/*
 * 我们优势
 */
.section_advtage_1{background: #f1f1f1}
    .section_advtage_2{background: #ffffff}
    .section_advtage_3{background: #f1f1f1}
    .section_advtage .index_{padding-top:0;padding-bottom:0}
    .section_advtage .services-box{padding:20px 0;background:inherit;text-align:left}
    .section_advtage_2 .services-box{padding:50px 0}
    .section_advtage_3 .services-box{padding:50px 0}
    .section_advtage .services-box h3{position:relative;padding-left:50px;color:#0e58a4;overflow: hidden;}
    .section_advtage .services-box h3 p{padding:0;color:inherit;font-size:inherit;line-height:1}
    .section_advtage .services-box h3 p:before{content:''}
    .section_advtage .services-box h3 small{padding:0;color:#b2c1d2;vertical-align:top;text-transform:uppercase;font-size:12px}
    .section_advtage .services-box h3:before{position:absolute;top:-15px;left:0;font-weight:bolder;font-size:40px}
    .section_advtage_1 .services-box h3:before{content:'01'}
    .section_advtage_2 .services-box h3:before{content:'02'}
    .section_advtage_3 .services-box h3:before{content:'03'}
    .section_advtage .services-box p{height:auto;color:#3a3a3a}
    .section_advtage .services-box p strong{color:#0e58a4}
    .section_advtage .services-box p:before{content:'+';font-weight:700}

/*
 * 产品应用
 */
.section_block{background: #28609d}
    .section_block *{color: #fff!important}
    .section_block .index_{padding-bottom: 2em}
    .section_block .index_ .T h2.border strong:before,.section_block .index_ .T h2.border strong:after{border-color: #fff}
    .section_block .services-box{padding: 10px 0 0 0}
    .section_block .services-box h3{font-size: 18px;padding-top: 10px}
    .section_block .services-box p{font-size: 14px;color: #b0c3e0!important;height: 50px}
    .section_block .services-box i:before{padding:20px;border-radius: 50%}
    .section_block .services-box:hover i:before{background: #fff;color: #1e5897}

/*
 * 合作客户
 */
.section_hzkh{background: #f1f1f1}
    .section_hzkh li{float:left;width: 240px;text-align: center;background-color: #f1f1f1!important;border:0px!important}
    .section_hzkh li .icon{display: inline-block; width: 100%;height: 100px;overflow: hidden;}
    .section_hzkh li .icon img{transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s;-webkit-transition-duration: 1s;}
    
/*
 * 关于我们 
 */
.section_about{background-image: url(../img/index/webinfo_bg_2.jpg);background-color:#fff;overflow: hidden;}
    .section_about .index_{padding-bottom: 2em}
    .section_about * {color: #fff!important}
    .section_about .article .C{margin: 0;text-align: center;color: #fff;font-weight: lighter;}
    .section_about h2.border strong:before,.section_about h2.border strong:after{border-color: #fff!important}
    .section_about a.more:hover{}

/*
 * 工艺流程
 */
.section_gylc .index_{padding-top: 2em;padding-bottom: 2em}
    .section_gylc .T strong{position:relative;padding: 8px 20px;font-size: 20px;border: 1px solid #145ca6;border-radius: 20px;line-height: 3}
    .section_gylc .T strong:after{position:absolute;bottom:-15px;left:50%;display:block;margin-left:-10px;background-color:#fff;content:'\e632';font-family:iconfont;line-height:1}
    .section_gylc ul li{float: left;width: 20%}
    .section_gylc .media-box{width: auto;padding: 10px;border:0px}
    .section_gylc .media-box h3{background-color: #f1f1f1;font-size: 16px;font-weight: bold;}
    .section_gylc .media-box p{padding: 10px 0;overflow: hidden;}
    .section_gylc .media-box h3{padding-bottom: 15px}
    .section_gylc .media-box h3 i{position:relative;display:block;margin:0 auto;font-size: 16px;font-weight: lighter;width:35px;height:35px;border: 1px solid #969696;border-radius: 50%;color: #969696}
    .section_gylc .media-box h3 i:before{position:absolute;right:100%;bottom:46%;display:block;margin-right:30px;width:300px;height:1px;border-bottom:1px solid #969696;content:' '}
    .section_gylc .media-box h3 i:after{position:absolute;bottom:46%;left:100%;display:block;margin-left:30px;width:300px;height:1px;border-bottom:1px solid #969696;content:' '}
    .section_gylc .media-box .icon{height:auto;border:0px}
    .section_gylc .media-box .icon img{width: 100%}

/*
 * 我们的新闻
 */
.section_news{background:#f1f1f1;overflow: hidden;}
    .section_news .index_{padding-bottom: 1em}
    .section_news .index_ .T{padding-bottom: 15px}
    .section_news .media-box{background: #fff;border: 1px solid #d7d8db;padding-bottom: 10px}
    .section_news .media-box .icon{height: 180px;border: 0px}
    .section_news .media-box .icon img{width:100%;height: 100%}
    .section_news .media-box p{height: 50px;overflow: hidden;}
    /*news weighter*/
	.news-box{position: relative;color: #3a3a3a;border-bottom: 1px dotted #ddd;margin-bottom: 15px}
    .news-box .icon{margin-bottom: 15px}
    .news-box .icon img{width: 100%;height: 100%}
    .news-box .time{color: #666;font-weight: normal;font-size: 14px}
	.news-box .date{line-height: 22px; border-top: 3px solid; padding-top: 14px; margin-top: 6px;text-align: center;}
	.news-box .item{display: none;}
	.news-box .date i{font-size: 38px;font-weight: bold;}
	.news-box h3{font-size: 16px;margin-bottom: 10px;font-weight: 500}
    .news-box h3 a{color: #000}
    .news-box h3 a:hover{color: #2785ce;text-decoration: underline}
    .news-box p{height: 80px;overflow: hidden;}
	.news-box .more{font-weight: bold;color: #003c7a}
	.news-box .more:hover{color: #003c7a;background:none}

    .news-box2 p{padding-bottom: 10px;color: #000;padding-right: 15px;height: auto}
    .news-box2 p i{font-weight: bold;padding-right:4px;color: #d3d3d3}
    .news-box2 p a{color: #000;}
    .news-box2 p a:hover{color: #2785ce;text-decoration: underline}
    /*news ligter*/
    .new-box{font-size: 14px;color: #3a3a3a;padding-top: 0;line-height:2}
    .new-box h3{font-size: 24px;color: #000;font-weight: normal;padding: 0 0 10px 10px;position: relative;}
    .new-box h3 a{color: #000}
    .new-box h3 i{position: absolute;right: 20px;top: 22%;color: #d83142}
    .new-box ul{background-color: #f6f6f6;padding: 20px;line-height: 2}
    .new-box li a{color: #3a3a3a;position: relative;padding-left: 12px}
    .new-box li a:before{display: block;content: '';width: 5px;height: 5px;background-color: #999999;position: absolute;top: 50%;margin-top: -3px}
    .new-box li a:hover{color: #2785ce;text-decoration: underline;}
    .new-box li span{padding-right: 8px;float: right;color: #828282}

    /*tab头*/
    .slide2{width: 100%;padding-top: 15px}
    .slide2 .hd{text-align: center;line-height: 60px;border-top: 1px solid #dedede;border-bottom: 1px solid #dedede;margin-bottom: 25px}
    .slide2 .hd a{font-size: 18px;color: #000;border-bottom: 3px solid #f1f1f1;padding: 17px 0;margin: 0 20px}
    .slide2 .hd a.on,.slide2 .hd a:hover{color: #0e58a4;border-color:#0e58a4}
    /*tab体*/

    /*小新闻tab头*/
    .slide3{position: relative;}
    .slide3 .new_hd{position: absolute;top: 0;left: 0;z-index: 2;background-color: #0e58a4;color: #fff}
    .slide3 .new_hd span{display: none;font-size: 18px;padding: 0px 37px}
    .slide3 .new_hd span i{font-size: 30px;padding-right: 6px}
    .slide3 .new_hd span.on{display: block;}


/* Button:左文字右箭头 */
.btn-rl{padding: 8px 20px;background-color: #ec408c;color: #fff;display: block;width: 90px;margin: 0 auto;position: relative;}
.btn-rl:hover{opacity: 0.7}
.btn-rl span{padding-right: 20px;}
.btn-rl i{position: absolute;top: 0;bottom: 0;right: 0;width: 36px;border-left: 1px #c23473 solid;line-height: 36px;}


.slidebox{position: relative;}
.slidebox .prev, .slidebox .next{position: absolute; left: -45px; top: 50%; margin-top: -20px; display: block; width: 40px; height: 40px;line-height: 40px;font-size: 24px;text-align: center;border-radius: 100%;background-color: #fff}
.slidebox .next{left: auto; right: -45px;}
.slidebox .prev:hover, .slidebox .next:hover{background-color: #ee3f8c;}
.slidebox .prev:hover i:before, .slidebox .next:hover i:before{color: #fff}
.slidebox .prev:hover{left: -48px}
.slidebox .next:hover{right: -48px}



/* ==========================================================================
   Inner Page
   ========================================================================== */
    .inner .index_{padding-top: 3em;padding-bottom: 1em}
    .article{text-align: left;}
    .article .C{margin: 15px 0;font-size: 14px;overflow: hidden;}

    /*
     * 子导航
     */
    .sonlist{}
    .sonlist a{font-size: 16px;padding: 20px 4% 20px 0;float: left}
    .sonlist a.on,.sonlist a:hover{color: #0e58a4}
    .sonlist a.on span{border-bottom: 3px solid #0e58a4;padding-bottom: 6px;font-weight: bold;}
    .sonlist strong{font-size: 22px;padding: 14px 0;float: right;color: #0e58a4}

    /*公司简介*/
    .section_about1{background:#f7f6f6}
    .section_about1 h4{color: #0e58a4}
    .section_about1 h4 p{font-size: 14px;font-weight: normal;color: #888181}
    .section_about1 .C{padding-bottom: 20px}
    .section_about1 .C *{font-weight: normal!important;font-family: "微软雅黑"!important;}
    .section_about1 .icon{margin-bottom: 10px}

    /*企业文化*/
    .section_culture{background:#f7f6f6}
    .section_culture .widget-box{background: url(../img/about/culture_bg.jpg) bottom center no-repeat #fff;}
    .section_culture dl{float: left;margin-bottom: 120px}
    .section_culture dt{font-size: 20px;background-color: #0e58a4;color: #fff;text-align: center;float: left;width: 130px;padding: 4px 0}
    .section_culture dd{font-size: 18px;padding-top: 15px;float: left;width: 100%}

    /*发展历程*/
    .section_history{background:#f7f6f6}


	/*
	 * 关于我们
	 */
	.section_nabout{background:#f7f6f6;}
    .section_nabout .index_ .T{padding-bottom: 10px}
    .section_nabout .article .C{line-height: 34px;padding: 0 5%;margin:0 0 40px 0;text-align: center;font-size: 16px}

    .section_nabout .media-box{background-color: #fff;width: auto;margin-bottom: 25px}
    .section_nabout .media-box .icon{width: 100%; height: 100%;border: 0px}
    .section_nabout .media-box .icon img{width: 100%;height: 100%}

    .media-box.a1{height: 440px;position: relative;}
    .media-box.a1 a{position: absolute;bottom: 0;left: 0;right: 0;background-color: #0e58a4;color: #fff;font-size: 16px;padding: 0 4%;text-align: left;line-height: 60px}
    .media-box.a1 a strong{font-size: 30px;padding-right: 20px}
    .media-box.a1 a i{float: right;margin-top: 24px;}

    .media-box.a2{height: 167px;padding: 20px;text-align: right;font-size: 16px}
    .media-box.a2 h4{font-size: 20px;color: #141515}
    .media-box.a2 p{font-size: 16px;line-height: 1.2;color: #9e9b9b;padding: 0;margin-bottom: 10px;text-transform: uppercase;}
    .media-box.a2 a{border: 1px solid #c3c3c3;text-align: center;padding: 2px 7px 3px 2px}
    .media-box.a2 a:hover{background-color: #0e58a4;color: #fff}

    .media-box.a2.a3{padding: 0;height: auto}
    .ainfo{padding: 20px 0 0 40px;text-align: left;}

    /*
     * 科研实力
     */
    .section_kysl{background-color: #f7f6f6}
    .section_kysl .index_{padding-bottom: 1em}
    .seglist .seg{border:0px;color: #000000;padding: 40px 0;margin:0}
    .seglist .seg .cont{padding-left: 30px}
    .seglist .seg h4{margin-top: 5px}
    .seglist .seg h4 strong{font-size: 20px;font-weight: normal;}
    .seglist .seg .C{color: #212121;margin-bottom: 30px}
    .seglist .seg img.pic{width: 100%}
    .seglist .seg1{background: #f9f9f9}
    .seglist .seg2{background: #ffffff}
    .seglist .seg2 .f-fr{float: right!important}
    .seglist .seg2 .cont{padding-right: 30px}
    .seglist a.more{border: 1px solid #c3c3c3;text-align: center;padding: 10px 15px 10px 10px;margin-top: 20px}
    .seglist a.more:hover{background-color: #0e58a4;color: #fff}

    /*
     * 社会责任
     */
    .section_shzr{background-color: #f7f6f6}
    .section_shzr .index_{padding-bottom: 1em}
    .section_shzr .media-box .icon{height: 280px;border: 0}
    .section_shzr .media-box p{font-size: 18px}
    .section_shzr .news-box {border: 0}
    .section_shzr .news-box .pic{display: block;height: 115px;width: 90%}
    .section_shzr .news-box .pic img{height: 100%;width: 100%}
    .section_shzr .news-box h3{margin-bottom: 4px}
    .section_shzr .news-box p{height: 56px}
    .section_shzr .news-box .more{font-weight: normal;color: #7d7d7d;font-size: 12px}
    .section_shzr .news-box .more:hover{color: #003c7a;background:none}  

	/*
	 * 定制详细
	 */
    .section_proinfo{background-color: #f7f6f6}
    .section_proinfo .index_{padding-bottom: 1em}
    .dleft{float: left;width: 52%}
    .dright{float: right;width: 48%}
    .prodetail,.prolink{height: 330px;}
    /*产品介绍*/
    .prodetail .proinfo{padding-left: 30px;font-size: 16px;color: #000}
    .prodetail .proinfo i{padding-right: 20px}
    .prodetail .proinfo h3{font-size: 22px;border-bottom: 1px solid #e8e8e8;color: #0e58a4;padding-bottom: 8px;margin-bottom: 15px;font-weight: normal;}
    .prodetail .proinfo .time{font-size: 14px;color: #858080}
    .prodetail .proinfo .red{color: #ff0000}
    .prodetail .proinfo ul li{line-height: 2.2;padding-left: 86px}
    .prodetail .proinfo ul li span{width: 86px;float: left;margin-left: -86px}
    .prodetail .proinfo ul li:after{clear: both;display: block;content: ''}
    .prodetail .proinfo .zixun{padding-top: 20px}
    .prodetail .proinfo .zixun a.btn{color: #fff;background-color: #0e58a4;padding: 7px 0;width:90%;font-size: 14px;border-radius: 0}
    /*联系我们*/
    .prolink{border-top: 2px solid #0e58a4}
    .prolink h4{font-size: 20px;font-weight: normal;margin-bottom: 0}
    .prolink ul{margin-top: 25px}
    .prolink ul li{font-size: 14px;line-height: 2.4}
    .procont{border-top: 2px solid #0e58a4}

    /*
     * 现货详细
     */
    .section_xhxq{background-color: #f7f6f6}
    .section_xhxq .index_{padding-top: 2em;padding-bottom:1em}
    .section_xhxq .prodetail{height: auto}
    .section_xhxq .prodetail .proinfo{font-size: 14px}
    /*结算价格*/
    .xhprice{font-size: 16px;line-height: 50px;border-top:1px solid #ededed;text-align: right;padding-right: 4%}
    .xhprice i{padding:0 10px 0 20px;font-weight: bold}
    /*提交订单*/
    .xhorder{padding: 20px 3%!important}
    .xhorder legend{color: #f31414}
    .xhorder .form-control{background-color: #fff;border: 1px solid #ccc;}
    .xhorder select.form-control{margin-bottom: 6px}
    .xhorder_submit{margin-top: 20px;border-top: 1px solid #ededed;padding-top: 20px;text-align: right;}
    .xhorder_submit .btn{padding:6px 20px!important;}
    .xhorder_submit .btn[type='submit']{width: auto;}
    .xhorder_submit .btn[type='reset']{width: auto;border: 1px solid #959595;background-color: #fff;color: #959595;}
    /*二维码*/
    .xhxq_qrcode{padding: 10px 0 10px 50px;background: url(../img/border01.jpg) top left no-repeat;margin-top: 20px}
    .xhxq_qrcode img{float: left;margin-right: 20px}
    .xhxq_qrcode a.fx{background-color: #0e58a4;padding: 8px 30px;color: #fff}
    /*radio and checkbox*/
    .radio-inline,.checkbox-inline{margin-right: 25px}
    .radio-inline input[type="radio"],.checkbox-inline input[type="checkbox"]{margin-top: -3px;position: relative;margin-right: 3px}

     /*
     * 服务支持
     */
    .section_fwzc{background-color: #f7f6f6}
    .tousu,.cpyz{height: 230px}
    /*投诉*/
    .tousu{text-align: center}
    .tousu h4{color: #0e58a4;padding-top: 15px}
    .tousu p{font-size: 16px}
    /*产品验证*/
    .cpyz h4{margin-bottom: 5px}
    .cpyz .yz{color: #8a8a8a}
    .cpyz .yz .yzform{margin-top: 25px}
    .yzform{width: 100%}
    .yzform input{float: left;width: 70%;height: 47px;border: 1px solid #d5d5d5;border-right: 0;background-color: #fff}
    .yzform .btn{float: left;width:20%;line-height:36px;background-color: #0e58a4;border: 1px solid #0e58a4;font-size: 16px;color: #fff;border-radius: 0;margin-right: 0}
    /*二维码*/
    .cpyz_qrcode{padding: 10px 0 10px 50px;background: url(../img/border01.jpg) top left no-repeat;color: #555555}
    .cpyz_qrcode img{float: left;margin-right: 20px}
    /*机构*/
    .department{height: 582px;border: 2px solid #0e58a4;position: relative;}
    .department .hd{background-color: #fff;height: 60px;line-height: 60px;font-size: 20px;position: absolute;top: 0;right: 0;left: 25%;z-index: 3}
    .department .hd a{border-right: 1px solid #f1f1f1;display: block;width: 25%;float: left;text-align: center;}
    .department .hd a.on{color: #0e58a4}
    .department_info{height: 582px;background-color: #0e58a4}
    .department_info .usinfo{padding: 45px 25px }
    .department_info .usinfo p.t1{font-size: 28px;padding-bottom: 20px}
    .department_info .usinfo p{color: #fff}
    .department_map{text-align: center;padding-top: -10px;background-color: #fff}

    /*
     * 产品与应用
     */
    .section_nprod{background-color: #f7f6f6}
    .section_nprod .index_ .T{padding-bottom: 60px}
    /*产品类别*/
    .prod_variety{background-color: #0e58a4;color: #fff;padding: 15px 25px;font-size: 16px;line-height: 36px;margin-bottom: 20px}
    .prod_variety dl{padding: 25px 20px;border-bottom: 1px solid #0b4a8b;border-top: 1px solid #1063b9}
    .prod_variety dl.last{margin-bottom: 0;border-bottom: 0}
    .prod_variety dl.first{border-top: 0}
    .prod_variety dt{font-weight: bold;}
    .prod_variety dd{padding-left: 15px;padding-right: 20px;font-weight: lighter;position: relative;}
    .prod_variety dd:before{position:absolute;display: block;content: '';width: 5px;height: 1px;background-color: #fff;top: 50%;left: 0}
    .prod_variety dd:after{position:absolute;display: block;font-family: 'iconfont';content: '\e610';top: 0%;right: 0;color: #9fbcdb}
    .prod_variety a{color: #fff;display: block;}
    .prod_variety a:hover{text-decoration: underline;}
    /*行情类别*/
    .market{padding-top: 55px;height: 350px}
    .market_variety{padding: 40px 6% 0 6%;text-align: center;}
    .market_variety a{background-color: #fff;display: block;border: 1px solid #aaaaaa;border-radius: 20px;color: #2d2b2b;line-height: 38px;font-size: 16px;text-align: center;margin-bottom: 30px}
    .market_variety a.on{background-color: #0e58a4;color: #fff}
    .market_trends{text-align: center;overflow: hidden;}
    .market_trends .item{}
    /*今日价格*/
    .todayprice{height:200px;text-align: center;font-size: 14px}
    .todayprice strong{color: #0e58a4;font-size: 44px}
    .todayprice strong i{font-size: 22px;font-weight: normal;}
    .todayprice .d1{font-size: 18px;line-height: 2.4}
    .todayprice .d2{font-size: 16px;font-weight: bold;margin-top: 10px}
    /*选择服务*/
    .getvariety{height: 200px;text-align: center;}
    .getvariety .d1{font-size: 20px;color: #0e58a4;font-weight: bold;}
    .getvariety img{margin:15px 0}
    .getvariety a.more{display: inline-block;width: 100px;border: 1px solid #a0a0a0;color: #37393a}
    /*产品应用*/
    .cpyy .services-box{padding-bottom: 10px}
    .cpyy .services-box .icon{width: 170px}
    .cpyy .services-box h3{font-size: 18px;font-weight: bold;}
    .cpyy .services-box p{font-size: 14px;height: 50px}
    /*产品展示*/
    .cptype{background-color: #fff;margin-bottom: 20px}
    .cptype .hd{border-bottom: 1px solid #f3f3f3;clear: both}
    .cptype .hd a{font-size: 18px;display: block;width: 29.33333%;padding:2%;float: left;text-align: center;font-weight: bold;color: #000}
    .cptype .hd a.on{color: #0e58a4}
    .cptype .bd{padding: 30px}
    .cptype .bd .media-box p{font-size: 16px;color: #000;padding-top: 10px}
    .cptype .bd .media-box .icon{width: 267px;height: 232px}

    /*
     * 现货定制
     */
    .todayprice_dz{height: 320px}
    .todayprice_dz p{line-height: 2.2}
    .todayprice_dz a{background-color: #0e58a4;display: block;font-size: 22px;color: #fff;margin:15px 15px;border-radius: 15px}
    .cplist .media-box{margin-bottom: 15px}
    .cplist .media-box h3{font-size: 16px;color: #000;text-align: left;padding-bottom: 0px}
    .cplist .media-box p{font-size: 14px;color: #636363;text-align: left;line-height: 1.6}
    .cplist .media-box .icon{width: 270px;height: 230px}
    /*搜索产品*/
    .tjcp{color: #000000;margin-bottom: 10px}
    .tjcp span{font-size: 16px;font-weight: bold;}
    .tjcp a{padding-right: 10px;color: #000}
    .findcp{margin-bottom: 10px}
    .findcp .yzform input.form-control{height: 35px;width: 80%}
    .findcp .yzform .btn{height: 35px;line-height: 1;padding: 0}
    .findcp select.form-control{height: 35px}

    /*
     * 现货订购
     */
    .cpfilter{padding-bottom: 15px}
    .cpfilter ul li{line-height: 3;padding-left: 86px;border-bottom: 1px solid #f0f0f0}
    .cpfilter ul li span{width: 86px;float: left;margin-left: -86px;font-size: 16px}
    .cpfilter ul li:after{clear: both;display: block;content: ''}
    .cpfilter .radio-inline, .checkbox-inline{line-height: 3.4}
    .cpfilter .yzform{margin-top: 20px}
    /*筛选条件*/
    .filterOption{margin-bottom: 10px;color: #000}
    .filterOption .opt{font-size: 16px}
    .filterOption .opt a{font-size: 14px;background-color: #0e58a4;color: #fff;margin-right: 5px;padding: 0 4px}
    .filterOption .cls{text-align: right;}

    /*侧栏价格趋势*/
    .market_trends_slide{padding: 10px}
    /*go 定制*/
    .go-dz{background-color: #0e58a4;color: #a8b3c6;padding: 20px;display: block;}
    .go-dz:hover{color: #fff}
    .go-dz h4{color: #fff;margin-bottom: 10px}
    .go-dz h4,.go-dz p{margin-left: 66px}
    .go-dz .icon{float: left;width:60px;color: #fff;font-size: 46px}



	/*
	 * 新闻资讯
	 */
    .section_nnews{background-color: #f7f6f6}
	.section_nnews .news-box{color: #3f3f3f;font-size: 14px;overflow: hidden;padding: 0;border-bottom: 0px solid #e2e2e2}
    .section_nnews .news-box .news-time{padding:0;font-size: 12px}
    .section_nnews .news-box .news-time span{color: #bbb;padding-right: 15px;line-height: 22px;display: inline-block;}
    .section_nnews .news-box .news-time a{color: #bbb}
    .section_nnews .news-box .news-time i{font-size: 14px;padding-right: 4px}
    .section_nnews .news-box h3{font-size: 16px;margin-bottom: 6px;font-weight: 500}
    .section_nnews .news-box h3 a:hover{color: #0e58a4}
    .section_nnews .news-box p{color: #3a3a3a;overflow: hidden;font-size: 14px;height: 74px}
    .section_nnews .news-box .news-tool{position:absolute;bottom: 0em;}
    .section_nnews .news-box .news-tool a{color: #0e58a4}
    .section_nnews .news-box .news-tool a.more{font-size: 12px;color: #eb408c;font-weight: normal;padding: 5px 5px 5px 10px;border:1px solid #eb408c;border-radius: 0px;margin-right: 6px}
    .section_nnews .news-box .news-tool a.more i{padding: 0 5px}
    .section_nnews .news-box .news-tool a.more:hover{background: #ec408c;color: #fff}
    .section_nnews .news-box .news-cont{position: relative;padding-bottom: 40px;}
    /*行业资讯*/
    .hangye .news-box{margin-bottom: 0}
    .hangye .news-box .news-cont{padding-bottom: 0}
    .hangye .news-box .news-cont p{height: 57px}
    .hangye .news-box img{width: 100%;max-width: 100%}
    .hangye .news-box h3{margin-top: 15px}

    .sidebar_widget{overflow:auto;margin-bottom:20px;border:1px #eee solid;background-color:#fff}
    .sidebar_widget h3{display:block;padding:8px 0 8px 12px;border-bottom:1px #eee solid;color:#333;font-weight:400;font-size:16px}
    .sidebar_widget ul.widget_img{overflow:hidden;margin-top:0;padding:8px;font-size:0}
    .sidebar_widget ul li{position:relative;overflow:hidden;padding:4px 0;border-bottom:1px #eee solid;color:#999;font-size:13px;line-height:30px}
    .sidebar_widget ul.widget_img a{display:block;white-space:normal;line-height:20px}
    .sidebar_widget ul.widget_img img{float:left;margin-right:6px;width:120px;height:84px}

    /*新闻通用列表*/
    .section_nnews.nlist .index_{padding-top: 2em}
    .section_nnews.nlist .news-box{padding: 20px 0;margin-bottom: 0}
    .section_nnews.nlist .news-box.border{border-bottom: 1px dotted #c2c2c2}
    .section_nnews.nlist .news-box.border p{height: auto}
    .section_nnews.nlist .news-box .news-cont{padding-bottom: 0}
    .section_nnews.nlist .news-box .news-tool {position: relative;}


	/*
	 * 新闻详细
	 */
    .section_ninfo{background: #f8f8f9}
	 /*小菜单*/
	.PageMenuList{height: 46px;width: 100%;background: #f2f2f2;border-bottom: 1px solid #ebebeb;}
	.PageMenuList .wrap{height: 47px; position:relative;}
	.PageMenuList ul{position: absolute; left: 0px; top: 0px;}
	.PageMenuList ul li{float: left; height: 45px; padding: 0 17px; line-height: 45px; margin: 1px;}
	.PageMenuList ul li.hover{border: 1px solid #ebebeb; border-bottom: 1px solid #fff; background: #fff; font-weight: bold;}
	.PageMenuList ul li a{font-size: 14px; color: #454545;}
	.PageMenuList ul li.hover a, .PageMenuList ul li a:hover{color: #00aa3a;}
	
	/*正文*/
	.newsDetail{padding: 2em 0 3em 0}
	.newsTit{width:100%;border-bottom:1px solid #eee;text-align:center;padding-bottom:24px}
	.newsTit h1{font-size:24px;color:#000;padding:30px 0 30px;font-weight: normal;line-height: 1.3}
    .newsTit p{font-size:14px;color:#bbb}
    .newsTit p a{color:#bbb}
	.newsTit p span{padding:0 20px}
	.newsTit p span .icon_js_c{background:url(../img/base/icon_news_detail.gif) no-repeat;display:inline-block;width:20px;height:20px;text-align:center;line-height:20px;overflow:hidden;font-size:14px;vertical-align:middle;margin-left:4px}
	.newsTit p span .icon_js_c_hover{background:url(../img/base/icon_news_detail.gif) -20px 0 no-repeat}
	.newsThumb{text-align: center;}
	.newsThumb img{max-width: 90%}
	/*内容*/
	.content{font-size:14px;line-height:30px;padding:40px 0px 40px;margin-bottom: 16px;}
	.content p{font-size:14px;margin:1.12em 0;line-height:30px}
	.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{line-height: 150%}
	.content h1{font-size:32px;font-weight:bold;margin:.67em 0}
	.content h2{font-size:24px;font-weight:bold;margin:.75em 0}
	.content h3{font-size:18px;font-weight:bold;margin:.83em 0}
	.content h4{font-size:16px;font-weight:bold;margin:1.12em 0}
	.content h5{font-size:14px;font-weight:bold;margin:1.5em 0}
	.content h6{font-size:12px;font-weight:bold;margin:1.67em 0}
	.content ul li{list-style:inherit}
	.content .n_top{margin-top:0}

	.content_bak{font-size:14px;line-height:30px;padding:40px;background-color: #fff;margin-bottom: 16px;border: 1px solid #d7d8db}
    .content_bak *{font-family: "微软雅黑"!important;}
	.content_bak p{margin:1.12em 0!important;line-height:30px!important;font-family: "微软雅黑"!important}
	.content_bak h1,.content_bak h2,.content_bak h3,.content_bak h4,.content_bak h5,.content_bak h6{line-height: 150%}
	.content_bak h1{font-size:32px;font-weight:bold;margin:.67em 0}
	.content_bak h2{font-size:24px;font-weight:bold;margin:.75em 0}
	.content_bak h3{font-size:18px;font-weight:bold;margin:.83em 0}
	.content_bak h4{font-size:16px;font-weight:bold;margin:1.12em 0}
	.content_bak h5{font-size:14px;font-weight:bold;margin:1.5em 0}
	.content_bak h6{font-size:12px;font-weight:bold;margin:1.67em 0}
	.content_bak ul li{list-style:inherit}
	.content_bak .n_top{margin-top:0}
	/*点赞*/
	.newsPj{width:100%;text-align:center;padding-bottom:24px}
	.newsPj a.good,.newsPj a.bad{float:none}
	a.good,a.bad{font-size: 14px; float: right; color: #999;cursor: pointer}
	a.bad{padding-left: 18px}
	a.good span,a.bad span{background: url(../img/base/icon_news_detail.gif) no-repeat; width: 24px; display: inline-block; vertical-align: text-bottom; height: 31px; margin-right: 7px; cursor: pointer;}
	.newsPj a.bad span{background-position:0 -51px}
	.newsPj a.good span{background-position:0 -20px}
	.newsPj a.bad:hover span{background-position:-24px -51px}
	.newsPj a.good:hover span{background-position:-24px -20px}
	/*分享*/
	.newsbshare{text-align:center;font-size:14px}
	.newsDetailCur{width:100%;position:relative;padding:22px 0 16px}
	.newsDetailCur li{width:49.9%;float:left;font-size:14px;position:relative;z-index:1111;overflow: hidden;}
	.newsDetailCur li a{padding:5px 0 5px;}
	.newsDetailCur li.r{float:right;text-align:right}
	/*手机查看*/
	.check_moblie{ display:inline-block; width:98px; height:30px; vertical-align:middle; background:#f2f2f2; border:1px solid #e5e5e5; line-height:30px; color:#999; text-indent:9px; text-align:left; position:relative; cursor:pointer; margin-left:20px;}
	.check_moblie .isj{background:#888888; width:0px; height:0px; overflow:hidden; margin-bottom:5px; border-top:5px solid #888888; border-right:5px solid #f2f2f2;border-left:5px solid #f2f2f2; display:block; position:absolute; right:8px; top:14px;}
	.check_moblie .isj_hover{ border-top:none; border-bottom:5px solid #888888;}
	.mobile_qrview{ width:100%; min-width:100%; display:none;}
	.mobile_qrview .in{ border:1px solid #e5e5e5; position:relative; padding:20px 29px; min-height:130px; _height:130px; margin-top:22px;}
	.mobile_qrview h1{ font-size:30px; color:#000; padding-bottom:10px;}
	.mobile_qrview p{ line-height:24px; font-size:14px; color:#999}
	.mobile_qrview img{float:right}
	.mobile_qrview .clmoblie{ width:12px; height:12px; display:block; overflow:hidden; position:absolute; right:10px; top:10px; background:url(../images/icon_close_moblie.gif)}

	/*
	 * 联系我们
	 */
    .section_ncontact{background-color: #f7f6f6}
    .section_ncontact h3{font-size: 20px;color: #202020;margin-top: 15px}
	.usinfo{padding: 10px 0}
	.usinfo .usinfo_title{line-height: 54px; margin-bottom: 20px; font-size: 28px;}
    .usinfo img{float: left;margin-right: 30px}
	.usinfo p{font-size: 14px; color: #444; line-height: 36px;}
    .usinfo p.t1{font-size: 18px;font-weight: bold}
    .usinfo p.t2{font-size: 12px;font-weight: lighter;line-height: 2;margin-bottom: 20px}
    .usinfo p.t2 small{position:relative;}
    .usinfo p.t2 small:after{display:block;content:'';width: 26px;height: 2px;background-color: #000;position: absolute;left: 0;bottom: -12px}
    .m-form{margin-top: 10px;background-color: #fff;padding: 30px 50px}
	.m-form .btn{width: 100%;border-radius: 2px;padding:10px;background: #0e58a4;color: #fff;}
	.m-form .btn { transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
	.m-form .btn-default:focus,
	.m-form .btn-default.focus{color: #fff; opacity: 0.8}
	.m-form .btn-default:hover{color: #fff; opacity: 0.8}
	#map{height:450px;margin-top:20px}

	/*
	 * 招聘
	 */
    .section_njob.block1,.section_njob.block1 *{background: #f3f3f3}
    .section_njob .services-box{padding-bottom: 0;}
    .section_njob .services-box .icon{height: auto;font-size: 60px;color: #eb408c}
    .section_njob .services-box h3{color: #eb408c;font-size: 20px;font-weight: normal}
    .section_njob .services-box p,.section_njob .services-box p a{color: #7f7f7f;height: auto}
    /*样式1*/
	.section_njob .seg{padding: 5px;border: 1px solid #d5d5d5;text-align: left;margin-bottom: 15px}
	.section_njob .seg .segin{padding: 5%;border: 1px solid #d5d5d5}
	.section_njob .seg .segin .C{height: 130px}
	.section_njob .seg h4{margin:15px 0}
	.section_njob .seg h4 strong{font-size: 1.2rem}
	.section_njob .help_info{padding: 20px 0;background-color: #f7f7f7;margin-bottom: 1em;text-align: center}
	.section_njob a.back{position: absolute;top: 28px;padding: 2px 15px;border:1px solid #ccc}
    /*样式2*/
    .subNavBox{margin:10px auto;border-top:none;}
    .sub_top{ width:100%; background:#eb408c; height:50px; color:#FFF; border-radius:10px 10px 0px 0px; font-size:20px; line-height:50px;  border:none;}
    .sub_top p{padding-left:2%;}
    .sub_cont{border:solid 1px #e5e3da;}
    .subNav{border-bottom:solid 1px #e7e5e5;cursor:pointer;font-size:14px;line-height:60px;padding-left:2%}
    .subNav i{float: right;line-height: 60px;margin-right: 4%;color: #eb408c;font-size: 24px}
    .subNav i:before{content:"\ea43";}
    .subNav:hover{color:#eb408c;}
    .subNav.on{color:#eb408c;}
    .subNav.open i:before{content: "\ea41"}
    .navContent{display: none;border-bottom:solid 1px #e5e3da; background:#f9f8f8; padding:15px 2%;font-size:14px;color:#7f7f7f; line-height:24px;}

	/*
	 * 招聘详细
	 */
	.jobapply{border: 1px solid #cccccc;padding: 45px}
	.jobchild{font-size: 14px;border-right: 1px solid #cccccc}
	.jobchild p.job_label{padding:4px 0}
	.jobchild h3.job_name{color:#333333;line-height: 43px;font-size: 26px;margin-bottom: 15px;font-weight: 500;}
	.jobchild h4.job_name{font-size: 15px;margin-top: 25px;margin-bottom: 5px;}
	.jobchild p,.jobchild .job_label,.jobchild .job_cont{color:#7c7c7c;}


    /*
     * 登录
     */
    .section_login{position:relative;height:600px;background:url(../img/member/login.jpg) top center no-repeat;background-size: cover}
    .login_foot{padding:30px 0;text-align:center}
    .loginBox{position:absolute;top:50%;left:60%;margin-top:-210px;width:380px;height:420px;background-color:#fff}
    .loginBox .m-form{margin-top:0;padding:30px 35px;background-color:#fff}
    .loginBox .m-form legend{color:#a1a097}
    .loginBox .m-form legend a{color:#0e58a4;text-decoration:underline}
    .yz{line-height:3}
    .yz img{width:90%}
    .yz a{text-decoration:underline}


    /*
     * 注册
     */
    .section_register{background-color:#f7f6f6}
    .section_register .PageCrumbList a{color:#e3f104;text-decoration:underline}
    .section_register .index_{padding:35px 0}
    .section_register .regBox{background-color:#fff}
    .section_register .m-form{margin:0;padding:40px 100px}
    .section_register .m-form .control-label{font-size:16px}
    .section_register .m-form .form-group{margin-bottom:20px}
    .section_register .btn{font-size:16px}
    .section_register .btn-default{border-color:#ccc;background-color:#d1d1d1}
    .section_register .yz a{display:block;background-color:#0e58a4;color:#fff;text-align:center;text-decoration:none;font-size:16px;line-height:40px}


    /*
     * 会员中心
     */
    .section_member{background-color: #f7f6f6;position: relative;}
    .section_member .index_{padding-top: 2em;padding-bottom: 2em;}
    /*布局*/
    .u_l{width: 20%;float: left;margin-right: 2%}
    .u_r{width: 76%;float: right;margin-right: 2%}


     /*侧栏*/
    .dropdown-toggle{display: none;}
    .member_slide{background-color: #fff;font-size: 16px;line-height: 36px;margin-bottom: 20px}
    .member_slide dl{padding: 25px 15%;border-top: 1px solid #e9e9e9;text-align: center;}
    .member_slide dl.last{margin-bottom: 0;border-bottom: 0}
    .member_slide dl.first{border-top: 0}
    .member_slide dl dt{font-weight: bold;position: relative;}
    .member_slide dl dt:before{position:absolute;display: block;font-family: 'iconfont';top: 0%;left: 0;color: #0e58a4;font-size: 20px}
    .member_slide dl dt:after{position:absolute;display: block;font-family: 'iconfont';content: '\e652';top: 0%;right: 0;color: #afafaf;font-size: 14px}
    .member_slide dl.mydd dt:before{content: '\e650';}
    .member_slide dl.myinfo dt:before{content: '\e64f';}
    .member_slide dl.mysec dt:before{content: '\e651';}
    .member_slide dl.my{background-color: #0e58a4;color: #fff}
    .member_slide dl.my dt:before{content: '\e653';color: #fff;font-size: 22px}
    .member_slide dl.my dt:after{display: none;}
    .member_slide dd{font-size: 14px}
    .member_slide a{display: block;}
    .member_slide a:hover{text-decoration: underline;}
    /*内容*/
    .section_member .widget-box h4{border-bottom: 1px solid #eee;padding-bottom: 25px}
    .section_member .widget-box .m-form{padding: 10px 4%}
    .section_member .m-table th{background-color: #eee;font-weight: 600}


    /*
     * 门卡
     */
    .tips-btn{width: 80px;position: fixed;right: 0.5%;top: 50%;z-index: 10000;display: none;}
    .tips-btn a{display: block;width: 80px;height: 65px;border-bottom: 1px solid #1b69b9;border-top: 1px solid #024c99;text-align: center;font-size: 12px;color: #fff;background-color: #0e58a4;}
    .tips-btn a:hover,.tips-btn a.on{background-color: #024c99}
    .tips-btn a.first{border-top: 0;padding-top: 15px}
    .tips-btn a i{display: block;width: 100%;height: 40px;line-height: 35px;background: url(../img/dotslide.png) 0px -20px no-repeat;}
    .tips-btn a i.i1{background-position: -10px -16px}
    .tips-btn a i.i2{background-position: -10px -91px}
    .tips-btn a i.i3{background-position: -10px -174px}
    .tips-btn a i.i4{background-position: -10px -250px}
    .tips-btn a i.i5{background-position: -10px -326px}
    .tips-btn a i.i6{background-position: -10px -404px}
    .tips-btn a i.i7{background-position: -10px -480px}
    .tips-btn a i.i8{background-position: -10px -558px;height: 75px}

   

    /*20161122 fix ie bug*/
    .isIE .widget-respimg{display: block!important;}

    /* 20170914 updated video box by tony */
    .thumb-layer{position:relative;overflow:hidden;height: 337px;margin-top: 22px;}
	.thumb-layer img{height: 100%;width: 100%;}
	/* video*/
	.video-box{cursor:pointer;position:absolute;left:0;top:0;width:100%;height:100%;background:url('../img/base/layer.png');}
	.video-box .play{width:48px;height:48px;position:absolute;top:50%;left:50%;margin-left:-24px;margin-top:-24px;}
	.video-box span{color: #fff;font-size: 3rem;position: absolute;left: 0;right: 0;text-align: center;top: 30%}
