/*header*/
.header-top{
    height: 1.484375rem;
}
.logo{
    position: absolute;
    display: block;
    top: 0.3125rem;
}
.logo img{
    width: 3.40625rem;
    height: 0.9375rem;
}
.menu_icon{
    position: absolute;
    right: 0;
    top:0.390625rem;
}
/*header end*/
/*slide*/
.focus{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.focus .hd{
    width: 100%;
    height: 0.3rem;
    position: absolute;
    z-index: 1;
    text-align: center;
    bottom: 0.3rem;
}
.focus .hd ul {
    display: inline-block;
    height: 0.3rem;
}
.focus .hd ul li {
    display: inline-block;
    width: 0.25rem;
    height: 0.25rem;
    text-indent: -444rem;
    background: rgba(255, 255, 255, 0.8);
    margin: 0 0.1rem;
    vertical-align: top;
    overflow: hidden;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
}
.focus .hd ul .on {
    background: #5babe6;
}
.focus .bd {
    position: relative;
    z-index: 0;
}
.focus .bd li {
    height: auto;
    overflow: hidden;
}
.focus .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.focus .bd li a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}
/*slide end*/
/*nav*/
.nav{
    position: absolute;
    top: 1.49rem;
    border: 1px solid;
    z-index: 10;
    right: 0;
    background: #e4e4e5;
    display: none;
}
.nav ul{
    padding: 0 0.15625rem;
}
.nav ul li{
    height: 0.703125rem;
    line-height:0.703125rem;
    border-bottom: 1px dashed #b9b9b9;
}
.nav ul li a{
    display: block;
}
.nav ul li:last-child{
    border-bottom: none;
}

.active{
	background: #4274b5;
	color: #0066CC;
}
.active:visited{
    color: #003399;
}
/*nav end*/
/*header end*/
/*关于我们*/
.in-about p{
    font-size: 0.3125rem;
    line-height: 0.625rem;
    color: #666666;
}
.in-about p img{
    width:95%; height:auto;
}
.about{ font-size: 0.3125rem;
    line-height: 0.625rem;
    color: #666666;}
.about img{ width:95%; height:auto;}
#MyContent{
	font-size: 0.3125rem;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
#MyContent img{width:95%; height:auto;}
.imore{
    background: #999999;
    font-size: 0.25rem;
    padding: 0.125rem 0.234375rem 0.125rem;
}
.imore:visited{
    color: #fff;
}
/*关于我们 end*/
/*资讯中心*/
/*content-list*/
.content-list{
    background: #fff;
    /*border-top: 1px #d7ccc8 solid;*/
    /*border-bottom: 1px #d7ccc8 solid;*/
}
.content-list ul{

}
.content-list ul li{
    padding: 0.15625rem 0.28125rem;
    width: 100%;
    height: 1.7rem;
    overflow: hidden;
    zoom: 1;
    /*border-bottom: 1px dashed #000;*/
    display:-moz-box;
    display:-webkit-box;
    display:box;
}
.content-list ul li:last-child{
    border-bottom: none;

}
.content-list ul li a{
    display: inline-block;
    color: #333333;
}
.content-list ul li .zactive{
    color: #014099;
}
.content-list ul li a:hover{
    color: #014099;
}
.content-list ul li a img{
    width:1.46875rem;
    height: 1.3125rem;
    border:1px solid #bcbebf;
}
.content-list ul li dl{
    margin-left: 0.15625rem;

}
.content-list ul li dl dd{
    line-height: 0.390625rem;
    color: #4c4a4b;
	font-size:0.290625rem;
    padding-right: 1.50625rem;
}
/*content-list end*/

/*资讯中心 end*/
/*产品展示*/
.cpzs .hd{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background: rgba(0,0,0,0.8);
    height: 0.5625rem;
}
.cpzs .bd li a img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}
.cpzs  .prev{
    background-image: url("../images/prev.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 0.4375rem;
    height: 0.4375rem;
    display: block;
    position: absolute;
    top: 0.0625rem;
    right: 0.5rem;
}
.cpzs  .prev:hover{
    background-image: url("../images/prev2.png");
    background-repeat: no-repeat;
    background-size: 100%;

}
.cpzs  .next{
    background-image: url("../images/next.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 0.4375rem;
    height: 0.4375rem;
    display: block;
    position: absolute;
    top: 0.0625rem;
    right: 0;
}
.cpzs  .next:hover{
    background-image: url("../images/next2.png");
    background-repeat: no-repeat;
    background-size: 100%;

}
/*产品展示 end*/
/*我们的项目*/
.inshow{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    /* display: -webkit-flex; */
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    /*border-bottom: 1px solid #d7ccc8;*/
    padding-bottom:0.234375rem;
}
.inshow a{
    width: 50%;
    display: block;
    overflow: hidden;
    text-align: center;
}
.inshow a img{
    width: 4.40625rem;
    height: 4.03125rem;
}

.inshow a span{
    display: block;
    /*background: #f6f7f9;*/
    font-size: 0.3125rem;
    margin-top: 0.15625rem;

}
/*我们的项目 end*/
/*我们的伙伴*/
.wmdhbw{
    margin: 0 1.71875rem;
}
.wmdhb{
    margin-right: -0.85rem;
}
.wmdhb a{
    margin-right: 0.8rem;
}
.wmdhb a img{
    width: 2.828125rem;
    height: 1.21875rem;
    margin-bottom: 0.3125rem;

}
/*我们的伙伴 end*/
/*footer*/
.footer-nav{
    width: 100%;
    z-index: 2;
    background-color: #0066CC;
    height: 1.328125rem;
    line-height: 1.325125rem;
}
.footer-nav ul{
    text-align: center;
}
.footer-nav ul li{
    display: inline-block;
    width: 15%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
}
.footer-nav ul li a{
    color: #FFFFFF;
    font-size: 0.28125rem;
}
.footer-nav ul li a:hover{
    color: #CCCCCC;
}
.footer-nav ul li .factive{
    color: #CCCCCC;
}

.footer-p{
    background: #505050;
    text-align: center;
}
.footer-p p{
    font-size: 0.21875rem;
    color: #fff;
}
.footer-p p a{
    color: #fff;
}
.flogo{
    width: 3.03125rem;
    height: 0.8125rem;
}
/*footer end*/
/*返回顶部*/
#scrollUp {
    border-radius: 100%;
    background-color: #777;
    color: #eee;
    font-size: 1rem;
    line-height: 0.9;
    text-align: center;
    text-decoration: none;
    bottom: 1em;
    right: 0.15625rem;
    overflow: hidden;
    width: 1rem;
    height: 1rem;
    border: none;
    opacity: 0.6;
}
/*返回顶部 end*/

/*国润新闻*/
.newtitleh3{
    background-image: url("../images/titlebj.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 1.109375rem;
    line-height:1.109375rem;
    color: #fff;
}
.fdown{
    position: absolute;
    right: 0.234375rem;
    top: 0.375rem;
}
.newul{

}
.newul a{
    display: block;
    padding: 0.3125rem 0  0.3125rem 0.625rem;
    font-size: 0.4375rem;
}

.newul{
    display: none;
}
.category-select .newul{
    display: block;
}
.category-select i.fa-angle-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.aclor:visited{
    color: #fff;
}
/*国润新闻 end*/
/*工程项目*/
.project{
    overflow: hidden;

}
.project ul{
    margin-right: -1.35rem;
}
.project ul li{
    width: 4.078125rem;
    float: left;
    text-align: center;
    margin-bottom: 0.625rem;
    margin-right: 1.3rem;
}
.project ul li img{
    width: 4.078125rem;
    height: 2.578125rem;
}
.project ul li span{
    display: block;
    font-size: 0.3125rem;
    height: 0.703125rem;
    line-height: 0.703125rem;
    /*background: #f5f5f5;*/
    color: #000;
}
.project ul li span:hover{
    color: #fff;
    background: #ffa800;

}
.page{
    text-align: center;
}
.page a{
    padding: 0.234375rem;
    height: 0.203125rem;
    background: #dddddd;
    color: #676666;
}
.page a:hover{
    background: #01559a;
    color: #fff;
}
.page .pactive{
    background: #01559a;
    color: #fff;
}
/*工程项目 end*/
/*联系我们*/
.contact{

}
.contact p{
    font-size: 0.3125rem;
    color: #8b8b8b;
    line-height: 0.7rem;
}

.comap{
    height: 6.671875rem;
}
/*联系我们 end*/
/*人力资源*/
.hump p{
    font-size: 0.3125rem;
    color: #8b8b8b;
    line-height: 0.5625rem;
}
.dczp{
    font-size: 0.375rem;
    padding:0.234375rem  0.46875rem;
    background: #ffa800;
}
.dczp:visited{
    color: #fff;
}

.human2 ul li{
    background-image: url("../images/huan.png");
    background-repeat: no-repeat;
    background-size: initial;
    background-position: center left;
    height: 0.78125rem;
    line-height: 0.78125rem;
    font-size: 0.3125rem;
    padding-left:  0.234375rem;
    border-bottom: 1px dashed #e9e9e9;
}
.human2 ul li a{
    color: #8b8b8b;
}

.hform{

}

.form-row{
   margin-bottom: 0.46875rem;

}

.form-row > label span{
    box-sizing: border-box;
    color:  #8b8b8b;
    font-size: 0.3125rem;
    display: block;
    float: left;
    width: 20%;
    padding: 0.1875rem 0;
}
.hform input{
    color:  #5f5f5f;
    box-sizing: border-box;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 0.1875rem 0.28125rem;
    border: 1px solid #d9d9d9;
}
.hform input[type=text],
.hform input[type=email],
.hform input[type=tel],
.hform input[type=password],
.hform textarea{
    width:60%;
}

/*.hform input[type=number]{*/
    /*max-width: 100px;*/
/*}*/

.hform input[type=radio],
.hform input[type=checkbox]{
    box-shadow: none;
    width: auto;
}

.hform textarea{
    color: #5f5f5f;
    box-sizing: border-box;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 0.1875rem 0.28125rem;
    border: 1px solid #dbdbdb;
    resize: none;
    min-height: 1.25rem;
}

/*.hform select{*/
    /*background-color: #ffffff;*/
    /*color:  #5f5f5f;*/
    /*box-sizing: border-box;*/
    /*width: 240px;*/
    /*box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);*/
    /*padding: 12px 18px;*/
    /*border: 1px solid #dbdbdb;*/
/*}*/

.hform .form-radio-buttons > div{
    float: left;
    margin-top: 0.295rem;
    margin-right: 0.325rem;
}
.hform .form-radio-buttons label span{
    margin-left: 8px;
    color:  #5f5f5f;
}

.hform .form-radio-buttons input{
    width: auto;
    vertical-align:middle;
}

.hform button{
    border-radius: 0.05rem;
    background-color:  #6caee0;
    color: #ffffff;
    font-weight: bold;
    padding: 0.21875rem 0.34375rem;
    border: 0;
    margin-top: 0.234375rem;
    margin-right: 0.234375rem;
}
/*人力资源 end*/
