@import "global.css";

/*common  css*/

img {
    vertical-align: middle;
}

.mt30 {
    margin-top: 30px;
}

.mt20 {
    margin-top: 20px;
}

.mt15 {
    margin-top: 15px;
}

.ml20 {
    margin-left: 20px;
}

.pt20 {
    padding-top: 20px;
}

.p20 {
    padding: 20px;
}

.blnone {
    border-left: none;
}

body {
    overflow-x: hidden;
    font-family: "microsoft yahei";
}

.header {
    width: 100%;
    height: 97px;
}

p,
li {
    font-size: 16px;
    line-height: 24px;
    color: #727272;
    font-family: "microsoft yahei";
}

a {
    font-family: "microsoft yahei";
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    height: 0;
    line-height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.banner img {
    width: 100%;
}

/*底部*/

.copy {
    background: #fff;
    text-align: right;
    padding: 1em 0;
    padding-right: 2em;
    margin-left: 1em;
}

.copy div {
    border-bottom: 1px solid #cdcdcd;
    padding: 5px;
    font-size: 14px;
    margin-bottom: 1em;
}

.copy div a {
    color: #787878;
}

.copy p,
.copy_layout p {
    font-size: 0.85em;
    color: #555;
}

.copy p a,
.copy_layout p a {
    color: #787878;
}

.logo {
    width: 173px;
    height: 46px;
}

.info {
    padding: 25px 0 0 0;
}

.info p {
    font-size: 16px;
}

.triangle {
    margin-left: 20px;
}


/*树形菜单样式*/

#files {
    margin: 0px auto !important;
    width: 150px;
    text-align: right;
}

.tree,
.tree ul,
.tree li {
    list-style: none;
    margin: 0;
    padding: 0;
    zoom: 1;
    width: 100%;
}

.tree,
.tree ul:last-child,
.tree li:last-child {
    border-bottom: none;
}

.tree ul {
    margin-left: 0px;
}

.tree li a {
    color: #939393;
    padding: 8px 30px 8px 10px;
    margin-top: 8px;
    display: block;
    text-decoration: none;
    color: #939393;
    display: block;
    text-decoration: none;
    outline: none;
    font-size: 16px;
    font-family: "microsoft yahei";
}

.tree li a.tree-parent {}

.tree li a.tree-parent-collapsed {
    /*background:url(../img/icon-folder.png) 90% 50% no-repeat;*/
}

.tree li a:hover,
.tree li a.tree-parent:hover,
.tree li a:focus,
.tree li a.tree-parent:focus,
.tree li a.tree-item-active {
    color: #ffffff;
    background-color: #78bfeb;
}

.tree ul.tree-group-collapsed {
    display: none;
}


/*.tree li ul li a{font-size: 14px;}
.tree li ul li  ul li a{font-size: 12px;}*/

.tree li.firstnode a.tree-parent {
    background: #78bfeb;
}

.tree li.firstnode a:hover,
.tree li.firstnode a:focus {
    background: #78bfeb;
}

.tree li.secondnode a.tree-parent {
    background: #d3d3d4;
    color: #ffffff;
}

.tree li.secondnode a:hover,
.tree li.secondnode a:focus {
    background: #d3d3d4;
}

.tree li.thirdnode a.tree-parent {
    background: #7ad4fb;
    color: #ffffff;
}

.tree li.thirdnode a:hover,
.tree li.thirdnode a:focus {
    background: #7ad4fb;
}

.tree li.thirdnode ul[role='group'] li[aria-expanded="false"] a:hover {
    background: #7ad4fb;
    color: #ffffff;
}

.tree li.fournode a.tree-parent {
    background: #f8e2ae;
    color: #ffffff;
}

.tree li.fournode a:hover,
.tree li.fournode a:focus {
    background: #f8e2ae;
}

.tree li.fivenode a.tree-parent {
    background: #afb0b0;
    color: #ffffff;
}

.tree li.fivenode a:hover,
.tree li.fivenode a:focus {
    background: #afb0b0;
}

.tree li.sixnode a.tree-parent {
    background: #6dd9de;
    color: #ffffff;
}

.tree li.sixnode a:hover,
.tree li.sixnode a:focus {
    background: #6dd9de;
}

.tree li.sevennode a.tree-parent {
    background: #d1ad8c;
    color: #ffffff;
}

.tree li.sevennode a:hover,
.tree li.sevennode a:focus {
    background: #d1ad8c;
}

.tree ul[role="group"] li a.tree-parent {}

.tree li.thirdnode ul[role='group'] li[aria-expanded="false"] a {
    background: #ffffff;
    color: #939393;
}

/* 2019-3-20 start */

.container .fl {
    position: relative !important;
}


/* 2019-3-20 end */

#content {
    width: 100%;
    padding: 10px 0;
    font-size: 11px;
    margin: 0 auto;
    overflow: hidden;
}

#content h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #535353;
}

#content img {
    padding: 5px;
    margin: 2px;
}

.menu ul li {
    display: block;
    width: 150px;
    list-style: none;
    overflow: visible;
    text-align: center;
}

.menu ul li>a {
    display: block;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    width: 150px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    text-align: center;
    color: #939393;
    outline: none;
    text-decoration: none;
}

.menu li.firstnode a.active {
    background: #78bfeb;
    color: #ffffff;
}

.menu li.secondnode a.active {
    background: #d3d3d4;
    color: #ffffff;
}

.menu li.secondnode ul li a {
    background: #f5f5f5;
}

.menu li.secondnode ul li a.active {
    background: #d3d3d4;
    color: #ffffff;
}

.menu li.thirdnode a.active {
    background: #7ad4fb;
    color: #ffffff;
}

.menu li.thirdnode ul li a {
    background: #f5f5f5;
}

.menu li.thirdnode ul li ul li a {
    background: #f5f5f5;
}

.menu li.thirdnode ul li a.active {
    background: #7ad4fb;
    color: #ffffff;
}

#tree_productcomposition_tax.active {
    background: #7ad4fb;
    color: #ffffff;
}

#tree_productcomposition_tax ul li a.active {
    background: #7ad4fb;
    color: #ffffff;
}

.menu li.thirdnode ul li ul li a.active {
    background: #7ad4fb;
    color: #ffffff;
}

.menu li.fournode ul li a {
    background: #f5f5f5;
}

.menu li.fournode a.active {
    background: #f8e2ae;
    color: #ffffff;
}

.menu li.fournode ul li a.active {
    background: #f8e2ae;
    color: #ffffff;
}

.menu li.fivenode ul li a {
    background: #f5f5f5;
}

.menu li.fivenode a.active {
    background: #afb0b0;
    color: #ffffff;
}

.menu li.fivenode ul li a.active {
    background: #afb0b0;
    color: #ffffff;
}

.menu li.sixnode ul li a {
    background: #f5f5f5;
}

.menu li.sixnode a.active {
    background: #6dd9de;
    color: #ffffff;
}

.menu li.sixnode ul li a.active {
    background: #6dd9de;
    color: #ffffff;
}

.menu li.sevennode ul li a {
    background: #f5f5f5;
}

.menu li.sevennode a.active {
    background: #d1ad8c;
    color: #ffffff;
}

.menu li.sevennode ul li a.active {
    background: #d1ad8c;
    color: #ffffff;
}

.menu ul li .inactive {
    /*background:url(../img/off.png) 75% 50% no-repeat;*/
}

.menu ul li ul {
    display: none;
    margin-top: 10px;
}

.menu ul li ul li ul {
    margin-bottom: 5px;
}

.menu ul li ul li {
    display: block;
    font-size: 12px;
    list-style: circle;
    height: 31px;
    color: #939393;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 1px;
    /*margin:7px 0;*/
}

.menu ul li ul li a {
    background: none;
    font-size: 12px;
    color: #939393;
    padding: 0px;
    line-height: 31px;
    height: 31px;
    text-decoration: none;
}

.menu li.thirdnode ul li ul li a {
    text-align: right;
    padding-left: 0;
    padding-right: 30px;
    width: 150px;
}

.lt-bom {
    padding-right: 30px;
    width: 150px;
    padding-left: 25px;
}

.dtj {
    margin-top: 1em;
}

.dtj span {
    padding-left: 5px;
}

.dtj img {
    width: 20px;
}

.form-control {
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 23px;
    background: #d6d6d6 url(../img/search.png) no-repeat top center;
    text-indent: 30px;
    border: none;
    margin-top: 15px;
    width: 110px;
}

.navbar-form.navbar-right input[type="text"] {
    color: #fff;
}

@media screen and (max-width: 1920px) {
    .navbar {
        width: 150px;
        position: relative;
    }

    .navgation {
        width: 1370px;
        height: 48px;
        margin: 0 auto;
        padding: 30px 0 17px 0px;
        border-bottom: 2px solid #2796cd;
    }

    .container {
        /* width: 1370px;
        min-height: 800px; */
        margin: 0 auto;
        margin-top: 90px;
    }

    .graphs {
        /* float: right!important; */
        /* width: 1190px; */
        width: 1440px;
        /* border-left: 2px solid #d8d9d9; */
        min-height: 600px;
    }

    .banner {
        width: 100%;
        /*margin:20px;*/
        height: 100%;
    }

    .contact {
        margin: 40px 50px 50px 50px;
        min-height: 500px;
    }

    .navbar {
        float: left;
        width: 150px;
        padding-right: 18px;
        height: auto;
    }

    .nacbar ul li {
        text-align: right;
    }

    .form-control {
        border-radius: 0 !important;
        box-shadow: none !important;
        height: 23px;
        background: #d6d6d6 url(../img/search.png) no-repeat top center;
        text-indent: 30px;
        border: none;
        margin-top: 15px;
        width: 97px;
    }
}

@media screen and (min-width: 1601px) {
    .menu ul li {
        display: block;
        width: 150px;
        list-style: none;
        overflow: visible;
    }

    .menu ul li>a {
        display: block;
        height: 20px;
        font-size: 14px;
        line-height: 20px;
        width: 150px;
        margin-top: 0px;
        text-align: center;
        color: #939393;
        outline: none;
        text-decoration: none;
    }

    .menu li.thirdnode a.active {
        background: #7ad4fb;
        color: #ffffff;
    }

    .menu li.thirdnode ul li a {
        background: #f5f5f5;
    }

    .menu li.thirdnode ul li ul li a {
        background: #f5f5f5;
    }

    .menu li.thirdnode ul li a.active {
        background: #7ad4fb;
        color: #ffffff;
    }

    .menu li.thirdnode ul li ul li a {
        text-align: right;
        padding-left: 0;
        padding-right: 30px;
        width: 130px;
    }

    .container {
        /* width: 1370px;
        min-height: 800px; */
        margin: 0 auto;
        margin-top: 90px;
    }

    .navgation {
        width: 1370px;
        height: 48px;
        margin: 0 auto;
        padding: 30px 0 17px 0px;
        border-bottom: 2px solid #2796cd;
    }

    .graphs {
        /* float: right!important; */
        /* width: 1190px; */
        width: 1440px;
        /* border-left: 2px solid #d8d9d9; */
        min-height: 600px;
    }
}

@media screen and (max-width: 1600px) {
    .menu ul li {
        display: block;
        width: 150px;
        list-style: none;
        overflow: visible;
    }

    .menu ul li>a {
        display: block;
        height: 20px;
        font-size: 14px;
        line-height: 20px;
        width: 150px;
        margin-top: 0px;
        text-align: center;
        color: #939393;
        outline: none;
        text-decoration: none;
    }

    .menu li.thirdnode a.active {
        background: #7ad4fb;
        color: #ffffff;
    }

    .menu li.thirdnode ul li a {
        background: #f5f5f5;
    }

    .menu li.thirdnode ul li ul li a {
        background: #f5f5f5;
    }

    .menu li.thirdnode ul li a.active {
        background: #7ad4fb;
        color: #ffffff;
    }

    .menu li.thirdnode ul li ul li a {
        text-align: right;
        padding-left: 0;
        padding-right: 30px;
        width: 130px;
    }

    .container {
        /* width: 1370px;
        min-height: 800px; */
        margin: 0 auto;
        margin-top: 90px;
    }

    .navgation {
        width: 1370px;
        height: 48px;
        margin: 0 auto;
        padding: 30px 0 17px 0px;
        border-bottom: 2px solid #2796cd;
    }

    .graphs {
        /* float: right!important; */
        /* width: 1190px; */
        width: 1440px;
        /* border-left: 2px solid #d8d9d9; */
        min-height: 600px;
    }
}

@media screen and (max-width: 1440px) {
    .menu ul li {
        display: block;
        width: 150px;
        list-style: none;
        overflow: visible;
    }

    .menu ul li>a {
        display: block;
        height: 20px;
        font-size: 14px;
        line-height: 20px;
        width: 150px;
        margin-top: 0px;
        text-align: center;
        color: #939393;
        outline: none;
        text-decoration: none;
    }

    .menu li.thirdnode a.active {
        background: #7ad4fb;
        color: #ffffff;
    }

    .menu li.thirdnode ul li a {
        background: #f5f5f5;
    }

    .menu li.thirdnode ul li ul li a {
        background: #f5f5f5;
    }

    .menu li.thirdnode ul li a.active {
        background: #7ad4fb;
        color: #ffffff;
    }

    .menu li.thirdnode ul li ul li a {
        text-align: right;
        padding-left: 0;
        padding-right: 30px;
        width: 130px;
    }

    .container {
        /* width: 1370px;
        min-height: 800px; */
        margin: 0 auto;
        margin-top: 90px;
    }

    .navgation {
        width: 1370px;
        height: 48px;
        margin: 0 auto;
        padding: 30px 0 17px 0px;
        border-bottom: 2px solid #2796cd;
    }

    .graphs {
        /* float: right!important; */
        /* width: 1190px; */
        width: 98%;
        /* border-left: 2px solid #d8d9d9; */
        min-height: 600px;
    }
}

@media screen and (max-width: 1395px) {
    .container {
        /* width: 1370px;
        min-height: 800px; */
        margin: 0 auto;
        margin-top: 90px;
    }

    .navgation {
        width: 1370px;
        height: 48px;
        margin: 0 auto;
        padding: 30px 0 17px 0px;
        border-bottom: 2px solid #2796cd;
    }

    .graphs {
        /* float: right!important; */
        /* width: 1190px; */
        width: 98%;
        /* border-left: 2px solid #d8d9d9; */
        min-height: 600px;
    }

    .servicetype .zixun .zixunpic img {
        width: 100%;
        /* height: 100%; */

    }

    .servicetype .zixun .zixunwz {
        margin-bottom: 3px;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1367px) {
    .navgation {
        width: 1280px;
        height: 48px;
        margin: 0 auto;
        padding: 30px 0 17px 0px;
        border-bottom: 2px solid #2796cd;
    }

    .container {
        /* width: 1280px; */
        margin: 0 auto;
        margin-top: 70px;
    }

    .graphs {
        /* width: 1080px; */
        width: 98%;
        /* border-left: 2px solid #d8d9d9; */
        min-height: 600px;
        margin: 0 auto;
    }

    .banner {
        /* width: 1080px; */
        width: 100%;
        height: auto;
    }

    .banner img {
        width: 100%;
        height: 100%;
    }

    .footer {
        width: 100%;
    }

    .contact {
        margin: 40px 10px 50px 30px;
        min-height: 500px;
    }

    .navbar {
        width: 180px;
        padding-right: 18px;
        height: auto;
    }

    .nacbar ul li {
        text-align: right;
    }

    .menu ul li {
        display: block;
        width: 180px;
        list-style: none;
        overflow: visible;
    }

    .menu ul li>a {
        display: block;
        height: 20px;
        font-size: 14px;
        line-height: 20px;
        width: 180px;
        margin-top: 0px;
        text-align: center;
        color: #939393;
        outline: none;
        text-decoration: none;
    }

    .menu li.thirdnode a.active {
        background: #7ad4fb;
        color: #ffffff;
    }

    .menu li.thirdnode ul li a {
        background: #f5f5f5;
    }

    .menu li.thirdnode ul li ul li a {
        background: #f5f5f5;
    }

    .menu li.thirdnode ul li a.active {
        background: #7ad4fb;
        color: #ffffff;
    }

    .menu li.thirdnode ul li ul li a {
        text-align: right;
        padding-left: 0;
        padding-right: 30px;
        width: 150px;
    }

    body .fr {
        margin-top: 90px;
    }

    .indexbannertab {
        width: 1080px;
        height: 400px;
    }

    .indexbannertab .slick-slide img {
        width: 1080px;
        height: auto;
        display: block;
    }

    .indexbottom {
        width: 1080px;
    }

    .productList {
        width: 1080px;
    }

    .form-control {
        border-radius: 0 !important;
        box-shadow: none !important;
        height: 23px;
        background: #d6d6d6 url(../img/search.png) no-repeat top center;
        text-indent: 30px;
        border: none;
        margin-top: 20px;
        width: 97px;
    }

    .slick-dots {
        position: absolute;
        bottom: -10px;
        display: block;
        width: 100%;
        padding: 0;
        list-style: none;
        text-align: center;
    }
}

@media screen and (max-width: 1280px) {
    .navgation {
        width: 1000px;
        height: 48px;
        margin: 0 auto;
        padding: 30px 0 17px 0px;
        border-bottom: 2px solid #2796cd;
    }

    .container {
        /* width: 1000px; */
        margin: 0 auto;
        margin-top: 90px;
    }

    .graphs {
        /* width: 790px; */
        width: 98%;
        /* border-left: 2px solid #d8d9d9; */
        min-height: 600px;
        margin: 0 auto;
    }

    .banner {
        /* width: 790px; */
        width: 100%;
        height: auto;
    }

    .banner img {
        width: 100%;
        height: 100%;
    }

    .footer {
        width: 100%;
    }

    .contact {
        margin: 40px 10px 50px 30px;
        min-height: 500px;
    }

    .navbar {
        width: 180px;
        padding-right: 18px;
        height: auto;
    }

    .nacbar ul li {
        text-align: right;
    }

    .menu ul li {
        display: block;
        width: 180px;
        list-style: none;
        overflow: visible;
    }

    .menu ul li>a {
        display: block;
        height: 20px;
        font-size: 14px;
        line-height: 20px;
        width: 180px;
        margin-top: 0px;
        text-align: center;
        color: #939393;
        outline: none;
        text-decoration: none;
    }

    .menu li.thirdnode a.active {
        background: #7ad4fb;
        color: #ffffff;
    }

    .menu li.thirdnode ul li a {
        background: #f5f5f5;
    }

    .menu li.thirdnode ul li ul li a {
        background: #f5f5f5;
    }

    .menu li.thirdnode ul li a.active {
        background: #7ad4fb;
        color: #ffffff;
    }

    .menu li.thirdnode ul li ul li a {
        text-align: right;
        padding-left: 0;
        padding-right: 30px;
        width: 150px;
    }

    .indexbannertab {
        width: 790px;
        height: 260px;
    }

    .indexbannertab .slick-slide img {
        width: 790px;
        height: auto;
        display: block;
    }

    .indexbottom {
        width: 790px;
    }

    .productList {
        width: 790px;
    }

    .form-control {
        border-radius: 0 !important;
        box-shadow: none !important;
        height: 23px;
        background: #d6d6d6 url(../img/search.png) no-repeat top center;
        text-indent: 30px;
        border: none;
        margin-top: 20px;
        width: 97px;
    }
}

.centernav {
    width: 100%;
    background: #004193;
    height: 34px;
}

.centernav ul li {
    float: left;
    line-height: 34px;
    text-align: center;
    width: 106px;
}

.centernav ul li a {
    float: left;
    line-height: 34px;
    text-align: center;
    width: 106px;
    color: #2da7e0;
    text-indent: 11px;
}

.centernav ul li a span {
    padding-left: 10px;
}

.centernav li.active,
.centernav li a.active {
    background: #d2dce8;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 106px;
    color: #767272;
}

.centernav li.active img {
    padding-left: 10px;
}


/*//分页*/

.page {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    height: 50px;
    background-color: #ffffff;
    padding-top: 30px;
}

.paginationpage {
    width: 80%;
    margin: 0 auto;
}

#demo3-text {
    float: left;
    height: 30px;
    line-height: 30px;
    width: 28%;
    text-align: right;
    padding-right: 2%;
}

.pagination2 {
    height: 30px;
    width: 70%;
    float: left;
    text-align: center;
    line-height: 30px;
    display: inline-block;
}

.pagination2 a {
    text-decoration: none;
    /*border: solid 1px #d2d2d2;*/
    color: #333;
    height: 29px !important
}

.pagination2 a {
    height: 29px !important;
    display: block;
    float: left;
    padding: 0 10px;
    text-align: center;
    line-height: 29px;
    margin: 0 5px 0 0;
}

.pagination2 a img {
    vertical-align: middle;
}

.pagination2 a[jp-role="first"],
.pagination2 a[jp-role="last"] {
    background-color: #d2d2d2;
}

.pagination2 .active {
    background-color: #6babdd;
    color: #fff;
    padding: 0 10px;
    /*border: solid 1px #d2d2d2*/
}

.pagination2 .prev {
    /*border: solid 1px #d2d2d2;*/
    background: #d2d2d2;
}

.pagination2 .next {
    background: #d2d2d2;
    /*border: solid 1px #5c95c1*/
}

.pagination2 .prev {
    /*border: solid 1px #c0d3e6*/
}

.pagination2 .next {
    border-right-width: 1px
}

.pagination2 .active.prev,
.pagination2 .active.next {
    color: #dcdcdc;
    border-color: #efefef;
    background: #fff
}

.pagination2 a:hover {
    background-color: #cde4f8
}

.pagination2 .active:hover {
    background-color: #6babdd
}

.pagination2 a.disabled {
    display: none
}

.fr .footer {
    display: none;
    margin-top: 20px;
}




/**
 * 4.0 Alignment
 */

.alignleft {
    float: left;
    margin: 7px 28px 28px 0;
}

.alignright {
    float: right;
    margin: 7px 0 28px 28px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 7px auto;
}


/**
 * 5.0 Caption
 */

.wp-caption {
    background: transparent;
    border: none;
    color: #707070;
    font-family: "Noto Sans", sans-serif;
    margin: 0 0 28px 0;
    max-width: 100%;
    padding: 0;
    text-align: inherit;
}

.wp-caption.alignleft {
    margin: 7px 28px 21px 0;
}

.wp-caption.alignright {
    margin: 7px 0 21px 28px;
}

.wp-caption.aligncenter {
    margin: 7px auto;
}

.wp-caption .wp-caption-text,
.wp-caption-dd {
    font-size: 14px;
    line-height: 1.5;
    padding: 7px 0;
}

.page .paginationpage {
    width: 100%;
}

.wp-pagenavi {
    float: left;
    width: 100%;
}

.wp-pagenavi .yiiPager {
    display: inline-block;
    +display: inline;
    width: auto !important;
    ;
}

.wp-pagenavi li {
    float: left;
    width: auto;
    padding-top: 0px;
}

.wp-pagenavi li.first,
.wp-pagenavi li.last {
    display: none;
}

.wp-pagenavi li.selected a,
.wp-pagenavi li:hover a {
    background: #6babdd;
    color: #fff;
}

.copy div {
    line-height: 13px;
    padding-bottom: 10px;
}

.copy div a:hover {
    color: #27a5f9;
}

.dsh_bottom .dsh_members .member-item {
    cursor: pointer;
}

.competence ul li {
    margin-right: 0.2%;
    border: 0px;
    padding: 0px;
}

.competence ul li h3,
.competence ul li p {
    padding: 10px 10px 0 10px;
}

.city_feature {
    width: 99.4%;
}

.city_feature .leftbtn,
.city_feature .rightbtn {
    cursor: pointer;
}


/* .sharesearch {
    width: 97px;
    height: 175px;
    position: fixed;
    left: 60px;
    bottom: 100px;
    z-index: 1000;
} */


/* 2019-3-20 start */

.sharesearch {
    position: absolute;
    width: 97px;
    height: 175px;
    left: 60px;
    bottom: 100px;
    z-index: 1000;
    top: 500px;
    left: 0;
}


/* 2019-3-20 end */

.sharesearch .lt-bom {
    width: 97px;
    padding: 0px;
}

.form-control {
    margin-left: 0px;
    width: 97px;
}

.navbar-form.navbar-right input[type="text"] {
    outline: none;
}

.comcontent p strong {
    font-weight: bold;
}

.historycontent h1 {
    margin: 20px;
    font-size: 20px;
}

.hstorydesc .descwz p {
    font-size: 16px;
}

.bigpic .slick-list img {
    margin-top: 30px;
}

.wp-pagenavi ul.yiiPager li.first,
.wp-pagenavi ul.yiiPager li.last {
    display: block
}

.contact_artic .artic_top p a {
    color: #727272;
}

.medialist dl dt,
.mediacomeright dl dt a:hover,
.contact_artic .artic_top p a:hover {
    color: #27a5f9 !important;
}

.search-result-empry,
.search-error {
    margin-left: 10px;
    margin-top: 20px;
}

.servicetype h1,
.buildingproject ul li.first,
.buildingproject ul li.secend,
.builtproject ul li.first,
.builtproject ul li.secend {
    cursor: pointer;
}

.buildingproject ul li .link {
    color: #727272;
    line-height: 30px;
}

.buildingproject ul li .link:hover {
    color: #27a5f9;
}