/* 公共部分 */

* {
    margin: 0;
    padding: 0;
}

button {
    border: 0;
    border: none;
    outline: none;
    cursor: pointer;
}

img,
input,
textarea,
select,
a:focus {
    border: none;
    border: 0;
    outline: none;
}

i,
em {
    font-style: normal;
    display: inline-block;
}

a {
    text-decoration: none;
    outline: none;
    transition: color 0.3s, opacity 0.3s, transform 0.3s;
}

ul,
li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

html,
body {
    position: relative;
    width: 100%;
    /*height: 100%;*/
    background: #f7f8f8;
    font: 16px/1.5rem "Microsoft YaHei", Arial;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: "";
    display: table;
    clear: both;
    line-height: 0;
    height: 0;
    visibility: hidden;
}

.vertical-top{
    vertical-align: top !important;
}
.inline-block{
    display: inline-block;
}


/* header*/

header {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 84px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    -moz-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;
}

.header-top {
    height: 4px;
    background: #4aaf69;
}

.header {
    width: 97%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.header div {
    display: inline-block;
}

.header .logo {
    width: 25%;
}

.header .logo img {
    height: 43px;
    padding-top: 20px;
}

.menu {
    float: left;
}

.menu ul {
    margin: 0;
    padding: 0;
}

.menu>ul>li {
    float: left;
    padding-bottom: 12px;
}

.menu ul li a {
    color: #333;
    display: block;
    font-size: 1.2rem;
    /*height: 30px;*/
    /*line-height: 30px;*/
    padding: 22px 15px 10px;
}

.menu>ul>li {
    /*width: 200px;*/
    padding-right:60px;
}

.menu>ul>li>a.active {
    color: #4aaf69;
}

.menu>ul>li>a:hover {
    color: #4aaf69;
}

.menu ul ul {
    background: rgba(255, 255, 255, .85);
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 0;
    width: 150px;
    margin-top: 0;
    padding: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.menu ul li:hover ul {
    height: auto;
    margin-top: 0\9;
    opacity: 1;
    visibility: visible;
}

.menu ul ul a {
    font-size: 14px;
    /*border-top: 1px solid #d1d1d1;*/
    color: #555;
    /*height: 24px;*/
    line-height: 24px;
    padding: 7px 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 99%;
}

.menu ul ul li:hover {
    background: rgba(74, 175, 105, .85);
}

.menu ul ul li:hover>a {
    color: #fff;
}

.header .login {
    position: relative;
    width: 200px;
}

.header .login li {
    padding-top: 28px;
    float: left;
}

.header .login li a {
    color: #333;
}

.header .login li:last-of-type {
    float: right;
}

.login .login-item a{
    font-size:13.3px;
}
.login .login-item img{
    padding-right:8px;
}

/*头部二级菜单*/

.subnav {
    display: none;
}

.subnav li {
    float: left;
    height: 40px;
    line-height: 40px;
    min-width: 80px;
    padding: 0 5px;
    text-align: center;
}

.subnav li:hover {
    background: #eff2f4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.subnav a {
    color: #555;
    font-size: 1rem;
}

.tab:hover .subnav {
    display: block;
    position: absolute;
    top: 80px;
    width: 280px;
    margin: 0;
    padding: 6px;
    border: 1px solid #4aaf69;
    background: #fff;
}


/* footer */

.footer {
    position: relative;
    margin-top: -114px;
    width: 100%;
    height: 240px;
    background: #2b2b2b;
}

.footer .wrapper {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.footer .wrapper div {
    display: inline-block;
}

.footer .logo {
    position: absolute;
    left: 0;
    top: 75px;
    width: 200px;
}

.footer .list {
    position: absolute;
    left: 300px;
    top: 65px;
}

.footer .list-top li {
    float: left;
    padding: 0 60px 0 20px;
}

.footer .list-bottom li {
    float: left;
    padding: 0 20px;
    font-size: 14px;
}

.footer .list,
.footer .list a {
    font-size: 14px;
    color: #fff;
}

.footer .list-bottom {
    margin-top: 40px;
    height: auto;
}

.footer .list-bottom img {
    padding-right: 5px;
}

.footer .code {
    position: absolute;
    right: 0;
    top: 50px;
}

.footer .code p {
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding-top: 3px;
}

.footer .bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 55px;
    line-height: 55px;
    color: #5b5b5b;
    font-size: 12px;
    background: #222;
}

.bottom a {
    color: #5b5b5b;
    font-size: 12px;
}

@media screen and (max-width: 1919px) {
    .menu>ul>li {
        /*width: 180px;*/
        padding-right:40px;
    }
}

@media screen and (max-width: 1546px) {
    .menu>ul>li {
        /*width: 150px;*/
        padding-right:30px;
    }
    .header .logo img {
        width: 246px;
    }
}

@media screen and (max-width: 1310px) {
    .header .logo {
        width: 25%;
    }
    .header .logo img {
        width: 206px;
        height: 40px;
    }
    .menu>ul>li {
        /*width: 130px;*/
        padding-right:30px;
    }
    .header .login {
        position: relative;
        width: 180px;
    }
}

@media screen and (max-width: 1138px) {
    .menu>ul>li {
        /*width: 100px;*/
        padding-right:30px;
    }
    .menu>ul>li>a {
        font-size: 14px;
    }
}


/* 关于我们 */


/* banner */

.banner,
.banner2,
.banner-test,
.banner-team {
    position: relative;
    top: 84px;
    width: 100%;
    height: 550px;
}

.banner {
    background: url(../img/about/banner_1.jpg);
}

.banner-team {
    background: url(../img/about/banner_team.jpg);
}

.banner2 {
    background: url(../img/service/banner_2.jpg);
}

.banner-test {
    background: url(../img/service/banner_test.jpg);
}


/* container */

.wrap {
    position: relative;
    top: -164px;
    margin: 0 auto;
    width: 1000px;
    background: #fff;
    box-shadow: 0 0 19px 3px #ccc;
}

.wrap div,
.wrap-state div {
    display: inline-block;
}

.content {
    width: 750px;
    background: #fff;
    height: auto;
}

.content .wrapper {
    padding: 60px 50px 60px 60px;
    margin: 0 auto;
}

.content .title {
    display: block;
    padding-bottom: 40px;
    font-size: 15px;
    color: #555;
}

.content .title a {
    color: #555;
}

.content .title span.span {
    color: #555;
}

.content .title span {
    color: #4aaf69;
}

.content h1 {
    color: #333;
    padding-bottom: 3rem;
}

.content p {
    padding: 14px 0;
    font-size: 15px;
    text-align: justify;
    text-indent: 2rem;
    color: #555;
}
.content p.devices-title{
    text-align: left;
}

.content .pic {
    padding-top: 3rem;
    position: relative;
}

.content .pic img {
    width: 300px;
}

.content .pic img:nth-of-type(2) {
    position: absolute;
    left: 332px;
    top: 3rem;
}

.aside {
    overflow: hidden;
    width: 250px;
}

.aside .wrapper {
    padding: 60px 35px;
}

.aside .wrapper img {
    position: relative;
    right: 20px;
}

.aside .nav {
    padding-top: 80px;
    width: 100%;
    height: auto;
}

.aside .nav li {
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e8e8e8;
}

.aside .nav li:last-of-type {
    border-bottom: 1px solid #fff;
}

.aside .nav li a {
    color: #333;
    position: absolute;
    left: 0;
    text-indent: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 99%;
}

.aside .nav li.active>a {
    color: #4aaf69;
}

.aside .nav li:hover>a {
    color: #4aaf69;
}

.aside .nav li a span {
    position: absolute;
    left: 20px;
    top: 25px;
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url(../img/icon_arrow.png);
}

.aside .nav li.active span {
    background: url(../img/icon_arrow_hover.png) !important;
}


/* 简介 */

.intro-wrap .intro-img {
    width: 100%;
    padding-bottom: 20px;
}

.intro-wrap .intro-img img {
    width: 305px;
}

.intro-wrap .intro-img2 {
    width: 100%;
    text-align: center;
    padding: 40px 0;
}

.intro-wrap .intro-img2 img {
    width: 550px;
}

.intro-wrap p {
    padding: 0;
}

.intro-wrap p span {
    color: #b1b1b1;
}

.intro-wrap p.txt {
    padding-bottom: 30px;
}

.intro-wrap p.txt:last-of-type {
    padding-bottom: 0;
}

.intro-wrap p.txt span {
    color: #4aaf69;
}

/* 公正性声明 */

.state p {
    padding: 4px 0;
    font-size: 15px;
    text-align: justify;
    text-indent: 2rem;
    color: #555;
}

.state p:first-of-type {
    padding-bottom: 2rem;
}

.state .state-img {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

.state .state-img img {
    width: 300px;
}

.state .state-box {
    vertical-align: top;
    margin: 0;
}

.state .state-box img {
    width: 40px;
}

.state .state-box p {
    float: right;
    width: 580px;
    padding-left: 20px;
    display: inline-block;
    text-indent: 0;
}


/* 服务 */


/* 检测 */

.wrap-service .slide-up,
.wrap-service .slide-down {
    float: right;
    cursor: pointer;
    font-size: 15px;
    color: #888;
    display: block;
}

.wrap-service .slide-up:hover,
.wrap-service .slide-down:hover {
    color: #4aaf69;
}

#test-hidden {
    display: none;
}

.wrapper-service .test-h1 {
    padding: 50px 0 10px;
}

.wrapper-service .test-pic {
    width: 100%;
    height: auto;
    padding: 30px 0;
    text-align: center;
}

.wrapper-service .test-pic img {
    width: 422px;
    height: 525px;
}

.wrapper-service h1 {
    color: #333;
    padding-bottom: .1rem;
}

.wrapper-service .pic {
    padding-bottom: 2rem;
}

.pic-tech img {
    margin-left: 20px;
    padding: 20px 0;
    width: 600px;
    height: auto;
}

.wrapper-service .test-box {
    width: 100%;
    height: auto;
    list-style: none;
}

.wrapper-service .test-box li {
    float: left;
    padding-top: 35px;
    width: 200px;
    height: 560px;
    border-bottom: 1px solid #888;
}

.wrapper-service .test-box li:nth-of-type(2),
.wrapper-service .test-box li:nth-of-type(5),
.wrapper-service .test-box li:nth-of-type(8),
.wrapper-service .test-box li:nth-of-type(11) {
    margin: 0 20px;
}

.wrapper-service .test-box .title {
    padding-bottom: 2px;
    font-size: 16px;
    color: #555;
    text-align: center;
    text-indent: 0;
}

.wrapper-service .test-box .sub-title {
    display: block;
    padding: 8px 0 0;
    font-size: 13px;
    font-family: "Arial";
    color: #4aaf69;
}

.wrapper-service .test-box .txt {
    font-size: 13px;
    font-family: "Arial";
    line-height: 18px;
    color: #888;
}

.wrapper-service .test-box .text {
    font-size: 13px;
    font-family: "Arial";
    letter-spacing: 0;
    line-height: 18px;
    color: #888;
}

.content .contact-detection {
    width: 500px;
    height: 250px;
    position: relative;
    top: -20px;
    left: 272px;
}

.aside .nav-service li a {
    color: #333;
    position: absolute;
    text-indent: 22px;
}

.aside .nav-service li a span {
    position: absolute;
    left: 0;
    top: 25px;
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url(../img/icon_arrow.png);
}


.aside .nav-service li.active span {
    background: url(../img/icon_arrow_hover.png);
}

div.text{
    display: inline;
}

.aside .guild {
    padding-top: 80px;
}

.aside .guild img {
    padding-left: 50px;
}

.aside .guild p {
    padding-top: 1rem;
    padding-left: .5rem;
    color: #333;
    cursor: pointer;
}
.aside .guild p:hover{
    color:#4aaf69;
}

/* 能力 */
.wrap-train .paragraph ul.capability-list{
    margin-left:20px;
    list-style: disc;
}
.wrap-train .paragraph ul.capability-list li{
    list-style: disc;
    color: #4aaf69;
    font-size: 15px;
    font-weight:bold;
}
.wrap-train .paragraph .download-box{
    width:575px;
    border:3px solid #ebf0f4;
    margin: 20px 30px;
    /*text-align: center;*/
    line-height:60px;
}
.wrap-train .paragraph .download-box div{
    padding-left:20px;
    margin:10px;
}
.wrap-train .paragraph div.download-box a{
    color: #4aaf69;
    font-size:15px;
    text-decoration: underline;
}
.wrap-train .paragraph div.download-box img{
    width:40px;
    padding: 0 20px 0 0;
}

.wrap-train .paragraph div.img-box{
    width:580px;
    border:1px solid #ccc;
    margin:10px 30px 0;
}
.wrap-train .paragraph div.img-box img{
    padding:0;
    width: 580px;
}


/* 培训 */

.wrap-train .content p {
    padding: 2px 0;
    font-size: 15px;
    text-align: justify;
    text-indent: 2rem;
    color: #555;
}

.wrap-train .paragraph {
    padding: 1rem 0;
    position: relative;
}

.wrap-train .paragraph img {
    padding-top: 2rem;
    padding-left: 4rem;
    width: 580px;
}

.wrap-train .train-headline{
    color: #333;
    padding-bottom: 28px;
    font-size:32px;
    font-weight:bold;
}

.wrap-train .paragraph h3 {
    font-size: 1rem;
    line-height: 4rem;
}

.wrap-train .pic1 img {
    width: 520px;
}

.wrap-train .pic2 img {
    position: relative;
    left: -35px;
}

.content .contact-train {
    position: relative;
    top: -20px;
    left: 270px;
}


/* 咨询 */

.wrap-train .paragraph h2 {
    font-size: 24px;
    line-height: 4rem;
}


/* 技术 */


/* 故障 */

.fault .fault-img {
    padding-bottom: 30px;
}


/* 智库 */

.wrap-tank .tank-box {
    position: relative;
    margin-bottom: 30px;
    width: 650px;
    height: auto;
    background: #f7f7f7;
}

.wrap-tank .tank-box:hover {
    transition: all .5s;
    background: #4aaf69;
}
.wrap-tank .tank-box .tank-txt .to-detail span{
    color: #f7f7f7;
}

.wrap-tank .tank-box:hover > .tank-txt h3,
.wrap-tank .tank-box:hover > .tank-txt span,
.wrap-tank .tank-box:hover > .tank-txt p,
.wrap-tank .tank-box:hover > .tank-txt a {
    color: #fff;
}

.wrap-tank .tank-box .tank-pic {
    display: inline-block;
    margin: 20px;
    width: 120px;
    height: 160px;
}

.wrap-tank .tank-box .tank-txt {
    display: inline-block;
    margin: 40px 10px 20px;
    width: 460px;
    /*height: 140px;*/
}

.wrap-tank .tank-txt h3 {
    padding-bottom: 20px;
    font-weight: normal;
    color: #333;
}

.wrap-tank .tank-txt span,
.wrap-tank .tank-txt p {
    font-size: 14px;
    color: #888;
}

.wrap-tank .tank-txt h3 span {
    margin-left: 20px;
}

.wrap-tank .tank-txt p {
    text-indent: 0;
    padding: 0;
}

.wrap-tank .tank-txt .spe-txt {
    float: right;
}

.wrap-tank .tank-txt .spe-txt a {
    color: #f7f7f7;
}


/* 技术团队 */

.content .teamPic {
    width: 500px;
    margin: 30px 75px;
}


/* 人员招聘 */

.wrapper-recruit .top-title {
    padding-bottom: 80px;
}

.recruit-box {
    padding-bottom: 50px;
}

.recruit-box p {
    text-indent: 0;
}

.recruit-box h3 {
    padding-bottom: 20px;
    font-size: 20px;
    color: #555;
}

.recruit-box h3 span {
    color: #517dbb;
}

.recruit-box .title {
    padding-bottom: 15px;
    font-size: 18px;
    color: #4aaf69;
}

.recruit-box .recruit-content p {
    padding: 5px;
    font-size: 15px;
    color: #555;
}


/* 试验设备 */

section {
    width: 660px;
    padding-top: 20px;
}

.equip-list {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 25px;
    padding-bottom:10px;
    width: 200px;
    height: 325px;
    /* border-bottom: 1px solid #e8e8e8; */
}

#equip-box .image {
    width: 200px;
    height: 133px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.equip-list p {
    position: absolute;
    left: 0;
    font-size: 15px;
    color: #333;
    text-indent: 0;
    width: 200px;
}

.pagination span {
    display: inline-block;
    margin:0 5px 5px;
    color: #4aaf69;
    cursor: pointer;
}

#page li {
    padding: 0 5px;
}

.pagination .active {
    background: #4aaf69;
    color: #fff;
}

.pagination .toPage {
    width: 30px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #e8e8e8;
    color: #4aaf69;
}

.pagination button {
    width: 30px;
    height: 20px;
}

.pagination {
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    color: #4aaf69;
}

.pagination ul {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.pagination ul,
.pagination li {
    margin: 0;
    padding: 0;
    float: left;
    float: none;
    display: inline;
    zoom: 1;
}

.pagination ul li {
    margin: 0 5px;
    list-style: none;
    width: auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #4aaf69;
    cursor: pointer;
}


/* 荣誉资质 */
ul.honour-box{
    width: 700px;
    padding-top: 20px;
    padding-left: 0;
    list-style: none;
}
ul.honour-box .honour-list{
    float: left;
}
.honour-list {
    position: relative;
    display: block;
    margin-right: 30px;
    margin-bottom: 25px;
    width: 200px;
    height: 375px;
}

#honour-box .image {
    width: 200px;
    height: 273px;
}

#honour-box img {
    width:200px;
    height:273px;
}
#honour-box img.image-3 {
    width: 200px;
    height:140px;
    /*height: 100%;*/
}
.honour-list div.inline-block{
    width:200px;
    height:273px;
    position: absolute;
    left: 0;
    top:0;
}
.honour-list div.inline-block.img-3{
    width:200px;
    height:273px;
    position: absolute;
    left: 0;
    top:65px;
}

.honour-list p {
    position: absolute;
    left: 0;
    top:275px;
    font-size: 15px;
    color: #333;
    text-indent: 0;
    width: 200px;
    text-align: center;
    margin-top:5px;
    padding:0;
}

/*能力范围*/
.content .ability{
    width: 650px;
    position: relative;
}
.ability h1{
    padding-bottom: 1em;
}
.ability .ability-wrapper{
    margin:0 auto;
}
.ability .ability-title{
    margin-bottom: 20px;
    text-indent:0;
    color:#4aaf69;
    font-size: 24px;
    border-bottom: 1px solid #4aaf69;
}
.ability-box{
    margin-bottom: 30px;
}
.ability-box .ability-icon{
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background:#4aaf69;
    color:#fff;
    text-align: center;
}
.ability-box .ability-text{
    display: inline-block;
    width: 600px;
    padding-top: 0;
    text-indent: 0;
    padding-left: 20px;
    text-align: justify;
    padding-bottom:20px;
    font-size: 14px;
}
.ability-img img{
    width: 373px;
}
.ability-box span,
.ability-box a{
    color:#4aaf69;
}
.ability-box .ability-img{
    margin: 20px 0;
}

/* 投诉意见 */

.content .comment {
    width: 650px;
    min-height: 700px;
    background: #f9fafa;
}

.comment_form {
    position: relative;
    margin: 0 auto;
    width: 90%;
}

.comment_form ul {
    width: 650px;
}

.comment_form li {
    padding: 15px 0;
    position: relative;
}

.comment_form li span {
    color: #4aaf69;
    font-size: 20px;
}

.comment_form h2 {
    margin: 0;
    display: inline;
}

.comment_form label {
    display: inline-block;
    margin-top: 5px;
    padding: 5px;
    vertical-align: top;
    width: 100px;
    color: #888;
}

.comment_form input {
    height: 50px;
    width: 320px;
    padding: 5px 8px;
}

.comment_form textarea {
    padding: 8px;
    width: 460px;
    resize: none;
}

.comment_form input,
.comment_form textarea {
    border: 1px solid #aaa;
    box-shadow: 0 0 3px #ccc;
    border-radius: 2px;
    font-size: 16px;
    color: #333;
    font-family: "Microsoft YaHei";
}

.comment_form input:focus,
.comment_form textarea:focus {
    background: #fff;
    border: 1px solid #555;
    box-shadow: 0 0 3px #aaa;
}

.comment_form input:required:valid,
.comment_form textarea:required:valid {
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}

.comment_form input:focus:invalid,
.comment_form textarea:focus:invalid {
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535;
}

.comment_form button {
    height: 40px;
    text-align: center;
    font-size: 16px;
}

button.submit {
    width: 270px;
    background-color: #68b12f;
    background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
    background: -webkit-linear-gradient(top, #68b12f, #50911e);
    background: -moz-linear-gradient(top, #68b12f, #50911e);
    background: -ms-linear-gradient(top, #68b12f, #50911e);
    background: -o-linear-gradient(top, #68b12f, #50911e);
    background: linear-gradient(top, #68b12f, #50911e);
    border: 1px solid #509111;
    border-bottom: 1px solid #5b992b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #fff;
}

button.reset {
    width: 185px;
    background-color: #ccc;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ccc));
    background: -webkit-linear-gradient(top, #f5f5f5, #ccc);
    background: -moz-linear-gradient(top, #f5f5f5, #ccc);
    background: -ms-linear-gradient(top, #f5f5f5, #ccc);
    background: -o-linear-gradient(top, #f5f5f5, #ccc);
    background: linear-gradient(top, #f5f5f5, #ccc);
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #888;
}

button.submit:hover,
button.reset:hover {
    opacity: .85;
    cursor: pointer;
}

button.submit:active {
    border: 1px solid #20911e;
    box-shadow: 0 0 5px #356b0b inset;
    -webkit-box-shadow: 0 0 5px #356b0b inset;
    -moz-box-shadow: 0 0 5px #356b0b inset;
    -ms-box-shadow: 0 0 5px #356b0b inset;
    -o-box-shadow: 0 0 5px #356b0b inset;
}

button.reset:active {
    border: 1px solid #999;
    box-shadow: 0 0 5px #999 inset;
    -webkit-box-shadow: 0 0 5px #999 inset;
    -moz-box-shadow: 0 0 5px #999 inset;
    -ms-box-shadow: 0 0 5px #999 inset;
    -o-box-shadow: 0 0 5px #999 inset;
}


/* 联系我们 */

.content .contact {
    width: 680px;
}

.contact .contact-title {
    height: 24px;
    margin-bottom: 18px;
    border-left: 6px solid #4aaf69;
}

.contact .contact-title span {
    font-size: 18px;
    color: #000;
    padding-left: 13px;
}

.contact .contact-list {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
}

.contact .contact-list ul.contact-items {
    width: 100%;
}

.contact .contact-list ul.contact-items li {
    margin: 10px 0;
    width: 321px;
    display: inline-block;
    /*float: left;*/
}

.contact .contact-list ul.contact-items li:nth-child(odd) {
    margin-right: 10px;
}

.contact .contact-list ul.contact-items li:nth-child(even) {
    margin-left: 10px;
}

.contact .contact-list p {
    padding: 0;
}




/* 资讯中心 */

.wrap-info .info-box {
    position: relative;
    margin-bottom: 30px;
    width: 650px;
    height: 180px;
    border-bottom: 1px solid #e8e8e8;
}

.wrap-info .info-box .info-left {
    display: inline-block;
    position: relative;
    width: 170px;
    height: 180px;
    line-height: 140px;
    vertical-align: middle;
    text-align: center;
    float: left;
}

.wrap-info .info-box .info-time {
    color: #119c48;
    font-size: 36px;
}

.wrap-info .info-box .info-content {
    display: inline-block;
    margin: 20px 20px 20px;
    width: 440px;
    height: 140px;
}

.wrap-info .info-content h3 {
    padding-bottom: 10px;
    color: #333;
    font-size: 20px;

}

.wrap-info .info-content p {
    text-indent: 0;
    font-size: 15px;
    color: #888;
}

.wrap-info .info-content span {
    color: #888;
    font-size: 13px;
    padding-right: 10px;
}

.wrap-info .info-content .sub-title {
    padding-left: 10px;
}

.wrap-info .info-content .info-item {
    padding-top: 10px;
}

.wrap-info .info-content .info-txt {
    padding: 5px 0;
}

.wrap-info .info-content .content-txt {
    text-indent: 2rem;
}

.wrap-info .back {
    width: 118px;
    height: 40px;
    background: #4aaf69;
    font-size: 1rem;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

.wrap-info .back:hover {
    background: #45d872;
}

/*智库详情*/
.tank-pic-box {
    width: 650px;
    height: 300px;
    text-align: center;
    margin-bottom: 40px;
}

.tank_pic_contain {
    display: block;
    width: 565px;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.pic-list {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    height: 300px;
    width: 1130px;
    margin: 0 auto;
    text-align: left;
}

.pic-list-one {
    left: 0;
}

.pic-list-two {
    left: -1130px;
}

.pic-list li {
    display: inline-block;
    width: 150px;
    height: 200px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.pic-list li img {
    width: 100%;
}

.pic-list li.active {
    width: 225px;
    height: 300px;
    margin: 0 20px;
    opacity: 1;
    filter: alpha(opacity=100);
}


/* 详情 */

div.detail-info {
    width: 100%;
    /*display: none;*/
}

.detail-info li {
    line-height: 28px;
}

.detail-name {
    margin-bottom: 50px;
}

.detail-name,
.detail-name h1,
.detail-name p {
    width: 100%;
    text-align: center;
}

.detail-name h1 {
    font-size: 23px;
    padding: 0;
    font-weight: 400;
    color: #333;
    margin-bottom: 12px;
}

.detail-name p {
    padding: 0;
    color: #888;
    text-indent: 0;
}

.education-experience {
    width: 100%;
    font-size: 15px;
    color: #555;
    padding-bottom: 35px;
    border-bottom: 1px solid #ccc;
}

.work-experience,
.study-direction,
.involved-field,
.publish-book {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 35px;
}

.work-experience h1,
.study-direction h1,
.involved-field h1,
.publish-book h1 {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    padding-top: 35px;
    padding-bottom: 25px;
}

.work-experience .con,
.study-direction .con,
.involved-field .con,
.publish-book .con {
    font-size: 15px;
    color: #555;
}


/*客户专区*/
.foot{
    position: fixed;
    bottom: 0;
}

.entrustment .comment_form{
    padding-top: 20px;
}
.entrustment .comment_form ul{
    width: 582px;
}
.entrustment .comment_form label{
    padding-left: 0;
}
.entrustment .comment_form label span{
    vertical-align: middle; 
    padding-right: 4px;
}
.entrustment .comment_form input,
.entrustment .comment_form textarea{
    width: 81%;
}
.entrustment .form-group{
    display: block;
    margin-bottom: 20px;
}
.entrustment .form-group span.required{
    color:#4aaf69;
    font-size: 20px;
    vertical-align: middle;
    padding-right: 4px;
}
.entrustment .form-group p{
    color: #888;
    padding:0;
    font-size: 16px;
    text-indent: 0;
    text-align: left;
    font-weight: bold;
}
.entrustment .form-group p span.sub-title{
    font-size: 13px;
    font-weight: normal;
}
.entrustment .form-group .radio-group{
    position: relative;
    left: 10px;
    line-height: 48px;
    display: block;
}
.entrustment .form-group .radio-group input[type="radio"]{
    width: 20px;
    height: 20px;
    opacity: 0;
}
.entrustment .form-group .radio-group label{
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 12px;
    width: 10px;
    height: 5px;
    border-radius: 50%;
    border:1px solid #999;
}
.entrustment .form-grou .radio-group span{
    font-size:13px;
}
.entrustment .form-group .radio-group input:checked+label{
    background-color:#4aaf69;
    border:1px solid #4aaf69;
}
.entrustment .form-group .radio-group input:checked+label::after{
    position: absolute;
    content: "";
    width: 4px;
    height: 8px;
    top: 1px;
    left: 4px;
    border: 3px solid #fff;
    border-top: none;
    border-left: none;
    transform:rotate(45deg);
}

.entrustment .form-group .radio-group .inline-block{
    padding-left: 20px;
}
.entrustment .form-group .radio-group .inline-block input{
    height: 35px;
    width: 40px;
    text-align: center;
}

.entrustment .groups_form ul{
    position: relative;
    left: -10px;
    background:#fff;
    border-radius: 4px;
    padding:10px;
    margin-bottom: 20px;
}
.entrustment .groups_form ul a.removeIcon{
    position: absolute;
    right: -6px;
    top: -6px;
}
.entrustment .groups_form ul li{
    padding:10px 0;
}
.entrustment .groups_form ul li:last-of-type{
    padding-bottom: 0;
}
.entrustment .button-box{
    display: block !important;
    text-align: right;
    padding:10px 0;
    margin:10px 0 20px;
}
.entrustment .button-box .btn-lg{
    background:#fff;
    padding:6px 20px;
    border:1px solid #999;
    font-size: 16px;
    color:#68b12f;
    border-radius: 4px;
    font-weight: bold;
}
.entrustment .button-box .btn-lg:hover{
    background:#68b12f;
    color:#fff;
}
.entrustment .groups_form .padding-b-20{
    padding-bottom: 20px;
}
/* 浏览器不支持提示的Modal */
#modal-background {
    /*display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    min-height: 768px;
    background-color: #000;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 99999999;
}
.model-container {
    /*display: none;*/
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/cross-browser.png") no-repeat center;
    background-size: 608px 358px;
    z-index: 100000000;
}
