html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,input,a {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font: inherit;
	vertical-align: baseline;
    font-family: 'Microsoft YaHei','San-serif','Microsoft JhengHei','STXihei';
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    outline:0;
}
a{
    text-decoration:none;
    color:#666;
}
ul li{
    list-style:none;
}
/*清除浮动*/
.clearfix { 
  *zoom: 1; 
} 
/*去掉ie下 选中线框问题*/
*,*:focus{
    outline: 0 !important;
}
.clearfix:before, 
.clearfix:after { 
  display: table; 
  line-height: 0; 
  content: ""; 
} 
.clearfix:after { 
  clear: both; 
} 

.clear{
    clear:both;
}
/* ===============
 * 公共 css-common
 * =============== */


.inline-box{
    display:inline-block;
}

.fl{
    float:left;
}
.fr{
    float:right;
}

/*文本位置*/
.vt{
    vertical-align:top;
}
.vb{
    vertical-align:bottom;
}
.vm{
    vertical-align:middle;
}
.tc{
    text-align:center;
}
.tl{
    text-align:left;
}
.tr{
    text-align:right;
}

.hide{
    display:none;
}
.show{
    display:block;
}

/* 超出隐藏（需要再设置宽高） */
.over_hidden{ 
    display: block; 
    overflow-x: hidden; 
    overflow-y: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-content{
    min-height:640px;
}
.wrap{
    width:100%;
    min-width:1200px;
}
.section{
    width:1200px;
    margin:0 auto;
}
/*头部*/
.nav-header{
    background-color:#FAFAFA;
    height:30px;
    color:#7c7c7c;
    border-bottom: 1px solid #e2e2e2;
}
.nav-header .header-title{
    font-size:12px;
    padding:0 10px;
    line-height:30px;
    color:#7c7c7c;
}
.nav-header .operate-box{
    font-size: 0;/*处理换行导致的3px间隙*/
}
.nav-header .operate-box a{
    color:#7c7c7c;
    font-size:12px;
    text-decoration:none;
    line-height:30px;
    padding:0 10px;
}
.nav-header .operate-box a.sign-up{
    padding-left:0px;
    color:#67B2E5;
}
.nav-header .operate-box.right-box>a,
.nav-header .operate-box.right-box .dropdown>a{
    border-left: 1px solid #e2e2e2;
}
.nav-header .operate-box.right-box .dropdown.open>a{
    border-left: none;
}
.nav-header .dropdown{
    display:inline-block;
}
.nav-header .dropdown.open{
    display: inline-block;
    background-color: #ffffff;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    box-sizing: border-box;
}
.dropdown-menu.contact-info{
    margin: 0 -1px;
    padding: 7px 15px;
    border-radius: 0;
    box-shadow: none;
    border-top: none;
}
.contact-info .p-small{
    font-size:12px;
    /*transform: scale(0.7) translateX(-30px);
    -webkit-transform: scale(0.7) translateX(-30px);
    -moz-transform: scale(0.7) translateX(-30px);*/
}
.contact-info .p-small>img{
    width: 12px;
    height: 12px;
    margin: 0px 2px -2px 0;
}
.contact-info .tel{font-size: 12px;}
.contact-info .tel:not(:last-child){margin-bottom:7px;}
.contact-info .tel.blue{color:#67B2E5;}
.contact-info .tel span{color:#32c3a6;}

.navbar{
    height:70px;
}
.navbar img{
    height:39px;
    margin:16px 105px 16px 0;
}
.navbar .inline-box a{
    display:inline-block;
    height:70px;
    line-height:70px;
    color:#9b9b9b;
    padding-right:24px;
}
.navbar .inline-box a.active{
    position:relative;
    color:#67B2E5;
}
.navbar .inline-box a.active:before{
    content: "";
    position: absolute;
    left: -15px;
    top: 33px;
    height:6px;
    width:6px;
    background-color:#67B2E5;
}
.navbar .fr .input-search-box{
    border:1px solid #67B2E5;
    width:300px;
    height:42px;
    margin:14px 0;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    padding:0 40px 0 10px;
    position:relative;
}
.navbar .fr .input-search-box input{
    width:100%;
    height:100%;
    border:0;
}
.navbar .fr .input-search-box:after{
    content:"";
    position:absolute;
    right:10px;
    top:10px;
    background:url(../img/search.png) no-repeat;
    width:22px;
    height:21px;
    background-size:22px 21px;
}
.navbar .fr .home-info{
    height:70px;
    line-height:70px;
    font-size:12px;
    color:#4A4A4A;
}
.navbar .fr .home-info>span{
    font-size:20px;
    color:#4A90E2;
    vertical-align: top;
    font-weight:bold;
}
footer{
    display: block;
    padding: 0;
    margin: 0;
    background-color: #414146;
    min-width: 1200px;
}
.yzw-footer{
    background-color:#414146;
    padding-bottom:1px;
}
.yzw-footer .footer-wrapper{
    font-size: 0;
    padding-right: 280px;
}
.yzw-footer .footer-wrapper .footer-item{
    width:20%;
    display: inline-block;
    font-size: 14px;
    padding-right: 65px;
    margin-top: 26px;
}
.yzw-footer .footer-wrapper .footer-item dl.footer-cell{
    width: 100%
}
.yzw-footer .footer-wrapper .footer-item dl.footer-cell dt.footer-cell-title{
    width: 100%;
    border-bottom: 1px solid #525459;
    font-size: 16px;
    color: #bdbec0;
    line-height: 21px;
    padding-bottom: 8px;
}
.yzw-footer .footer-wrapper .footer-item dl.footer-cell dt.footer-cell-title span.yzwfont{
    color: #d5d5d6;
}
.yzw-footer .footer-wrapper .footer-item dl.footer-cell dt.footer-cell-title a{
    margin-left: 10px;
    color: #bdbec0;
}
.yzw-footer .footer-wrapper .footer-item dl.footer-cell dt.footer-cell-title a:hover{
    color: #bdbec0;
    text-decoration:none;
}
.yzw-footer .footer-wrapper .footer-item dl.footer-cell dd.footer-cell-item{
    color: #96979a;
    font-size: 12px;
    margin-left: 0;
    line-height: 24px;
}
.yzw-footer .footer-wrapper .footer-item dl.footer-cell dd.footer-cell-item span.yzwfont{
    color: #96979a;
}
.yzw-footer .footer-wrapper .footer-item dl.footer-cell dd.footer-cell-item a{
    margin-left: 10px;
    color: #bdbec0;
}
.yzw-footer .footer-wrapper .footer-item dl.footer-cell dd.footer-cell-item a:hover{
    color: #eef0f5;
}
.yzw-footer .footer-wrapper .footer-item dl.footer-cell dd.footer-cell-item a h3{
    display: inherit;
}
.weixin-wrapper {
    position: absolute;
    right: 0;
    top: 27px;
    width: 280px;
}
.weixin-wrapper .weixin-title{
    width: 100%;
    border-bottom: 1px solid #525459;
    font-size: 16px;
    color: #bdbec0;
    line-height: 21px;
    padding-bottom: 8px;
}
.weixin-wrapper .weixin-title span.yzwfont{
    color: #d5d5d6
}
.weixin-wrapper .weixin-title a,.weixin-wrapper .weixin-title a:hover{
    color: #d5d5d6;
    text-decoration: none;
    padding-left: 10px;
}
.weixin-wrapper .weixin-content{
    margin-top: 8px;
    font-size: 0;
}
.weixin-content .weixin-img {
    display: inline-block;
    width: 90px;
    height: 90px;  
    vertical-align: top;
}
.weixin-content .weixin-text{
    display: inline-block;
    height: 90px;
    font-size: 14px;
    color:  #d5d5d6;
    padding-top: 20px;
    padding-left: 10px;
}
.weixin-content .weixin-text p{
    margin-bottom: 10px;
}
.weixin-content .weixin-text p a{
    color:  #d5d5d6
}
.weixin-content .weixin-text p a:hover{
    color:#eef0f5;
}
.por{
    position: relative;
    margin-bottom: 41px;
}

/*.yzw-footer .cell-item{
    float:left;
    width:18%;
    margin-bottom:26px;
    margin-top:20px;
    border-left:1px solid #54585E;
}
.yzw-footer .cell-item:last-child,
.yzw-footer .cell-item.last-cell{
    width:28%;
    height:117px;
}
.yzw-footer .last-cell{
    width:28%;
    height:117px;
}
.yzw-footer .cell-item:first-child{
    border-left:0;
}
.yzw-footer .p-title{
    padding:0 50px;
}
.yzw-footer .p-title>span{
    font-size:16px;
    color:#e8e8e8;
    vertical-align:top;
    margin-left:5px;
}
.yzw-footer .p-title .wechat-info{
    margin-left: 5px;
    color: #fff;
    font-size: 12px;
    font-size:10px/9/0;
    line-height: 22px;
    vertical-align: top;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
}
.yzw-footer .p-title .wechat-info>.yzw{
    color:#fff700;
}
.yzw-footer .p-title img{
    vertical-align:middle;
}
.yzw-footer .p-title img.footer-logo{
    width:190px;
}
.yzw-footer .p-title img.wechat{
    width:90px;
    display:inline-block;
}
.yzw-footer .row-link{
    padding:0 0 0 50px;
}
.yzw-footer .row-link a,
.yzw-footer .row-link-a{
    display:block;
    color:#B7BBBF;
    position:relative;
    margin-top:8px;
    margin-left:20px;
    font-size:12px;
    height:15px;
    line-height:15px;
}
.yzw-footer .row-link-a{
    margin-top:0;
}
.yzw-footer .last-cell .row-link{margin-top:8px;}
.yzw-footer .last-cell .row-link a{    
    float: left;
    margin: 5px 30px 0 10px;
    width: 70px;
}
.yzw-footer .row-link a:after,
.yzw-footer .row-link-a:after{
    content:"";
    position:absolute;
    width:5px;
    height:5px;
    background-color:#D0DA4D;
    top:5px;
    left:-10px;
}*/
.copyright {
    background-color:#27282A;
    line-height:56px;
    height:56px;
    color:#e8e8e8;
    font-size:12px;
}

.other-info .title{
    font-size:26px;
    line-height:80px;
    text-align:center;
    padding:0;
    display:inline-block;
    width:100%;
    font-weight:bold;
}
.other-info .content{
    padding:10px 0 60px;
}
.other-info .content p.t{
    font-size:22px;
    padding-top:15px;
    padding-left:70px;
    line-height:46px;
    font-weight: bold;
}
.other-info .content p{
    font-size:14px;
    padding-top:15px;
    padding-left:70px;
    line-height:26px;
}
.contact-us .content{
    width: 820px;
    height: 375px;
    margin: 50px auto;
    background-image:url(../img/home/contactus/contactus.png);
    background-size:100% 100%;
}
.navbar-black{
    background-color:#414146;
}

/***
UI Loading
***/
.loading-message {
  display: inline-block;
  min-width: 125px;
  margin-left: -60px;
  padding: 10px;
  margin: 0 auto;
  color: #000 !important;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}
.loading-message.loading-message-boxed {
  border: 1px solid #ddd;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.loading-message > span {
  line-height: 20px;
  vertical-align: middle;
}
::-moz-placeholder { color: #9d9d9d; }
::-webkit-input-placeholder { color:#9d9d9d; }
:-ms-input-placeholder { color:#9d9d9d; }

/***
UI nopowerbox
***/

.nopowerbox-popup {
        width: 766px;
        height: 293px;
        background: #fff;
    }
    
    .nopowerbox-popup img {
        display: block;
        float: left;
        width: 194px;
        height: 170px;
        margin-top: 60px;
        margin-left: 30px;
    }
    
    .nopowerbox-popup .nopowerinfo {
        display: block;
        float: left;
        width: 461px;
        margin-top: 60px;
    }
    
    .nopowerbox-popup .nopowerinfo p {
        padding: 0 45px;
        font-size: 15px;
        color: #333333;
        line-height: 32px;
    }
    
    .nopowerbox-popup .nopowerinfo .nopower-btn {
        width: 90px;
        height: 34px;
        border: none;
        cursor: pointer;
        font-size: 14px;
        text-align: center;
    }
    
    .nopowerbox-popup .nopowerinfo .nopower-btn.nopower-btn-blue {
        background: #64bdfd;
        color: #fff;
        border-radius: 4px;
    }
    
    .nopowerbox-popup .nopowerinfo .nopower-btn.nopower-btn-blue-outline {
        background: #fff;
        border: 1px #64bdfd solid;
        color: #64bdfd;
        border-radius: 4px;
    }
    
    .nopowerbox-popup .nopowerinfo small {
        display: block;
        width: 100%;
        font-size: 14px;
        color: #999999;
        padding-left: 45px;
        margin-top: 10px;
    }

/* pagination css ================= */
.pageNav {
}

.pagination {
    display: inline-block;
    margin: auto;
    font-size: 0;
}

.pagination a {
    display: inline-block;
    margin-left: -1px;
    padding: 5px 10px;
    min-width: 20px;
    font-size: 12px;
    color: #4a4a4a;
    border: 1px solid #e6e6e6;
    line-height: 20px;
}
.pagination a:hover {
    text-decoration: none;
}

.pagination a:hover span {
    color: #37ADE7;
}

.pagination a.curr,
.pagination a.curr span {
    color: #ffffff;
    background-color: #37ADE7;
}

.pagination a.firstpage, .pagination a.lastpage {
    margin: 0 10px;
}

.pagination ins {
    display: inline-block;
    margin: 0 10px;
    font-size: 12px;
    text-decoration: none;
    color: #333;
}

.pagination .preDisable, .pagination .preDisable span, .pagination .nextDisable, .pagination .nextDisable span {
    color: #d2d2d2;
    background-color: #f1f1f1;
    cursor: default;
}

.pagination a.preDisable:hover span, .pagination a.nextDisable:hover span {
    color: #d2d2d2;
}

.pagination .paginate_goto {
    border: none;
    margin: auto;
    display: inline-block;
    padding: 0 6px;
    float: left;
    font-size: 12px;
}