@charset "utf-8";
* {
    outline: 0
}
body,html{position:relative;}
.header {
    height: 36px;
    background: #4f4f4f;
    line-height: 36px;
    color: #fff;
    font-size: 12px
}
.contentbox {
    width: 1200px;
    margin: 0 auto
}
.hd_txt {
    float: left
}

.hd_right {
    float: right
}

.hd_right a {
    color: #fff;
    padding-left: 15px;
    line-height: 15px
}

.hd_right img {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px
}

.menulogo {
    height: 95px
}

.menulogo .logo {
    float: left
}

.menulogo .logo img {
    width: 50px;
    height: 50px
}

.menulogo .logo h1 {
    font-size: 30px;
    line-height: 3;
    display: inline
}

.menulogo .nav {
    float: left;
    margin-left: 50px;
    margin-top: 25px
}

.menulogo .nav li {
    float: left;
    margin-left: 28px
}

.menulogo .nav li a {
    display: block;
    font-size: 16px;
    height: 45px;
    color: #111;
    line-height: 45px
}

.menulogo .nav li a:hover,
.menulogo .nav li a.cur {
    background: url(../images_html/line.png) bottom center no-repeat
}

.flexslider {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.slides {
    position: relative;
    z-index: 1
}

.slides li {
    height: 538px
}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center
}

.flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    *display: inline;
    zoom: 1
}

.flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    background: url(../images_html/dot.png) right 0 no-repeat;
    cursor: pointer
}

.flex-control-nav .flex-active {
    background-position: 0 0
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute
}

.flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(../images_html/prev.png) center center no-repeat
}

.flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(../images_html/next.png) center center no-repeat
}

.mainbox {
    width: 1200px;
    margin: 30px auto
}

.indtitle {
    height: 75px;
    text-align: center;
    font-size: 24px;
    color: #333;
    line-height: 75px;
    margin-top: 20px
}

.indconbox {
    margin-top: 30px
}

.abouticonlist {
    width: 1105px;
    margin: 0 auto;
}
.abouticonlist li {
    width:525px;
    margin-right: 20px;
    float: left;
    border: 2px solid #b3b3b3;
    margin-bottom: 15px;
    border-radius: 5px;
}
.imgDiv{
    width: 120px;
    height: 120px;
    float: left;
    padding: 8px;
}
.imgDiv>img{
    width: 100%;
    height: 100%;
}
.text_box{
    padding: 10px;
    margin-top: 15px;
}
.prolist {
    width: 1105px;
    margin: 0 auto
}
.textTitle{
    font-size: 18px;
    text-align: center;
    font-weight:500;
    margin-bottom: 10px;
}
.textContent{
    padding: 0px 20px;
    text-align: center;
    font-size: 14px;
    line-height:1.6;
}
.textSee{
    text-align: right;
    margin-top: 10px;
}
.prolist li {
    float: left;
    overflow: hidden;
    width: 260px;
    border: 1px solid #b3b3b3;
    margin-right: 14px;
    margin-bottom: 20px;
    background: #fff
}

.prolist li a {
    display: block;
    position: relative
}

.prolist li a img {
    width: 100%;
    height: 230px
}

.prolist li a .name {
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    background: rgba(0, 0, 0, .7);
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff
}

.prolist li a:hover .name {
    background:  #09F;
}

.newslist .newstit {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px
}

.newslist .newstit:before {
    content: "";
    width: 10px;
    height: 20px;
    background: #f2bb44;
    position: absolute;
    left: 0;
    top: 0
}

.newslist .newstit a {
    float: right;
    font-size: 12px;
    color: #f2bb44
}

.newslist .txtlist li {
    height: 30px;
    overflow: hidden;
    padding-right: 50px;
    padding-left: 15px;
    background: url(../images_html/jiantou.png) 0 12px no-repeat;
    line-height: 30px;
    position: relative
}

.newslist .txtlist li a {
    font-size: 14px;
    line-height: 30px;
    color: #333;
    display: block;
    height: 30px;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.newslist .txtlist li span {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 30px;
    color: #bbb;
    font-size: 14px
}

.links {
    width: 100%;
    padding: 25px 0;
    background:#09F
}

.links p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px
}

.links a {
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    padding-right: 21px;
    position: relative
}

.links a:after {
    content: "";
    width: 1px;
    height: 11px;
    background: #fff;
    position: absolute;
    right: 10px;
    top: 3px
}

.footer {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    color: #848484;
    background-color: #000;
    position:absolute;
}

.ftmenu {
    margin-bottom: 10px
}

.ftmenu a {
    color: #848484;
    position: relative;
    padding: 0 13px 0 13px
}

.ftmenu a:after {
    content: "";
    width: 1px;
    height: 11px;
    background: #848484;
    position: absolute;
    right: 0;
    top: 3px
}

.ft_txt {
    line-height: 24px
}

.ft_txt a {
    margin-left: 20px;
    color: #333
}

.nymain {
    padding-bottom: 30px
}

.bg_b {
    width: 100%;
    min-width: 1200px;
    background: url(../images_html/bg_a.jpg) repeat-x
}

.pst {
    width: 1200px;
    height: 60px;
    line-height: 50px;
    padding-top: 15px;
    text-align: right;
    margin: 0 auto
}

.scd {
    width: 1200px;
    margin: 0 auto
}

.scd .scd_l {
    width: 210px;
    float: left;
    position: relative;
    z-index: 9;
    margin-top: -50px
}

.scd_l .l_name {
    width: 210px;
    height: 80px;
    background: url(../images_html/bg_c.jpg) no-repeat;
    position: relative;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    color: #fff
}

.s_nav {
    width: 202px;
    background: #eee;
    padding: 0 4px 4px;
    height: 600px;
    overflow-y: auto;
}
::-webkit-scrollbar-track-piece {
   background-color:#f8f8f8;
}
::-webkit-scrollbar {
	width:6px;
	height:6px;
}
::-webkit-scrollbar-thumb {
	background-color:#dddddd;
	background-clip:padding-box;
	min-height:28px;
}
::-webkit-scrollbar-thumb:hover {
    background-color:#bbb;
}
.s_nav li,
.s_nav li a {
    display: block;
    width: 100%;
    text-align: center;
    background: #FFF
}

.s_nav li.on a {
    color:#09F
}

.s_nav li a {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    height: 65px;
    line-height: 65px
}

.scd .scd_r {
    width: 940px;
    float: right
}

.scd_r .r_top {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    border-bottom: 1px solid #ddd
}

.scd_r .r_top span {
    display: inline-block;
    zoom: 1;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color:#09f;
    border-bottom: 1px solid#09F
}

.scd_r .scd_m {
    width: 100%;
    padding: 10px 0;
    text-align: left;
    font-size: 14px;
    line-height: 180%;
    position: relative
}

.list {
    width: 100%;
    margin-bottom: 10px
}

.list li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-ovwerflow: ellipsis;
    border-bottom: 1px solid #ddd;
    padding: 0 10px 0 20px
}

.space_hx {
    clear: both;
    width: 100%;
    height: 20px;
    font-size: 1px;
    overflow: hidden
}

.pages {
    width: 100%;
    text-align: center
}

.pages a {
    display: inline-block;
    zoom: 1;
    height: 25px;
    line-height: 25px;
    border: 2px solid #eee;
    padding: 0 7px;
    font-size: 13px
}

.conxx {
    font-size: 12px;
    text-align: center;
    color: #666
}

.conxx span {
    color: #666;
    padding: 0 20px
}

.conxx span em {
    color: #bbb
}

.infotit {
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 1.2;
    margin: 20px 40px 10px 40px
}

.desccon {
    font-size: 14px;
    color: #888;
    line-height: 28px;
    margin-top: 20px
}

.hide_box {
    z-index: 2;
    background-color: #000;
    opacity: .5;
    width: 100%;
    height: 208px;
    top: 0;
    position: absolute;
    animation: dropdown .5s linear;
    display: none
}

.hide_box>p {
    color: white;
    font-size: 18px;
    z-index: 20;
    text-align: center;
    padding: 70px 10px
}

@keyframes dropdown {
    0% {
        top: -100px
    }
    25% {
        top: -75px
    }
    50% {
        top: -50px
    }
    75% {
        top: -25px
    }
    100% {
        top: 0
    }
}

.prolist li a:hover .hide_box {
    display: block
}

.scd_m>p {
    font-size: 16px;
    font-family: "微软雅黑";
    font-weight: 200;
    text-indent: 32px;
    line-height: 2
}
.img_box>p>img {
    width: 200px;
    margin-right: 10px;
    float: left;
    border-radius: 5px;
}
.clear {
    clear: both
}

.contact_content {
    width: 1100px;
    margin: 0 auto
}

.map {
    width: 600px;
    margin: 20px 20px 100px 0;
    float: left
}

.map>img {
    width: 100%
}

.text {
    width: 400px;
    float: left;
    padding: 20px 0
}

.text>h1 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px
}

.text>p {
    font-size: 18px;
    line-height: 2
}

.forWord {
    padding: 5px
}

.forWord>p {
    text-indent: 28px;
    font-size: 14px
}

.msg_box {
    width: 700px;
    margin: 10px auto
}

.msg_box>.msg_boxs {
    margin-bottom: 10px
}

.msg_boxs>span:nth-child(1) {
    font-size: 14px;
    width: 300px;
    display: inline-block
}

.btn {
    width: 200px;
    margin: 10px auto
}

.btn>.submit {
    width: 70px;
    height: 30px;
    padding: 2px 5px;
    background-color: #ecb12f;
    color: white;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    margin-right: 20px
}

.btn>.submit:hover {
    background-color: #e99048
}

.btn>.reset {
    width: 70px;
    height: 30px;
    padding: 2px 5px;
    background-color: #b6b1a7;
    color: white;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px
}

.btn>.reset:hover {
    background-color: #86807a
}

.scd_m>table {
    width: 600px;
    margin: 10px auto;
    font-size: 14px
}

table {
    border-collapse: collapse
}

table,
td,
th {
    border: 1px solid black
}

tr {
    width: 100%
}
.welcome {
    width: 800px;
    margin: 10px auto
}

.welcome>p {
    font-size: 16px;
    line-height: 2;
    text-indent: 32px
}

.infoTitle {
    font-size: 20px;
    color: #333;
    line-height: 1.2;
    margin: 20px 40px 10px 10px
}

.infolist li {
    float: left;
    /* overflow: hidden; */
    width: 265px;
    margin-right: 44px;
    margin-bottom: 20px;
    background: #fff
}

.infolist li a {
    display: block;
    position: relative
}

.infolist li a img {
    width: 100%;
    height: 230px
}

.infoCircle {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50% 50%;
    border: 1.5px solid #446948
}

.forward {
    margin-left: 5px;
    display: inline
}

.behind {
    float: right;
    display: inline
}

#article1,
#article2,
#article3,
#article4,
#article5,
#article6 {
    margin: 0 auto;
    width: 800px
}

#article1>h1,
#article2>h1,
#article3>h1,
#article4>h1,
#article5>h1,
#article6>h1 {
    font-size: 24px;
    padding: 5px;
    text-align: center
}

#article1>img,
#article2>img,
#article3>img,
#article4>img,
#article5>img,
#article6>img {
    margin: 0 auto;
    display: block
}

#article1>p,
#article2>p,
#article3>p,
#article4>p,
#article5>p,
#article6>p {
    font-size: 16px;
    color: #000;
    font-family: 微软雅黑;
    line-height: 2;
    text-indent: 32px
}

.indconbox2 {
    width: 1100px;
    height: 650px;
    overflow: hidden;
    margin: 10px auto;
    position: relative
}

.indconbox2>img {
    z-index: 1;
    width: 20%;
    height: auto;
    position: absolute;
    padding: 10px 10px 15px 10px;
    background: #fff;
    border: 1px solid #ccc;
    transition: .5s
}

.indconbox2>img:hover {
    z-index: 2;
    transform: scale(1.5)
}

.pic1 {
    left: 60px;
    top: 50px;
    transform: rotate(20deg)
}

.pic2 {
    left: 280px;
    top: 60px;
    transform: rotate(-10deg)
}

.pic3 {
    left: 500px;
    top: 50px;
    transform: rotate(20deg)
}

.pic4 {
    left: 700px;
    top: 60px;
    transform: rotate(-10deg)
}

.pic5 {
    left: 120px;
    top: 240px;
    transform: rotate(-10deg)
}

.pic6 {
    left: 320px;
    top: 240px;
    transform: rotate(20deg)
}

.pic7 {
    left: 530px;
    top: 250px;
    transform: rotate(-30deg)
}
.pic8 {
    left: 710px;
    top: 240px;
    transform: rotate(30deg)
}
/* 公司相关的介绍 */
.indconbox3 {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin: 10px auto;
    position: relative
}

.indconbox3>img {
    z-index: 1;
    width: 15%;
    height: auto;
    position: absolute;
    padding: 10px 10px 15px 10px;
    background: #fff;
    border: 1px solid #ccc;
    transition: .5s
}

.indconbox3>img:hover {
    z-index: 2;
    transform: scale(2.5);
    padding: 0;
}

.pic9 {
    left: 60px;
    top: 70px;
    transform: rotate(20deg)
}

.pic10 {
    left: 210px;
    top: 80px;
    transform: rotate(-10deg)
}

.pic11 {
    left: 360px;
    top: 70px;
    transform: rotate(20deg)
}

.pic12{
    left: 520px;
    top: 70px;
    transform: rotate(-20deg)
}

.pic13{
    left: 290px;
    top: 200px;
    transform: rotate(20deg)
}

.pic14{
    left: 650px;
    top: 80px;
    transform: rotate(20deg)
}

.pic15 {
    left: 120px;
    top: 190px;
    transform: rotate(-30deg)
}
.pic16{
    left: 580px;
    top: 200px;
    transform: rotate(20deg)
}
.pic17{
    left: 440px;
    top: 180px;
    transform: rotate(-15deg)
}
.infoContent{
    width: 800px;
    margin: 0 auto;
}
.infoContent>div>h1{
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    padding: 10px;
}
.infoContent>div>img{
    display: block;
    margin: 0 auto;
}
.infoContent>div>p{
    font-size: 14px;
    text-indent: 28px;
    line-height: 2;
}
.resourcesT>tr>td{
    text-align: center;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
}
.headerTr{
    background-color: rgb(99, 180, 216);
    color: #fff!important;
}
.headerTr>td{
    font-size: 18px;
}
.zwxq{
    font-size: 12px;
    padding: 5px 20px;
    border-radius: 5px;
    background-color: #a58746;
    border: none;
    color: #fff;
    cursor: pointer;
}
.zwxq:hover{
    background-color:orange;
}
.sqzw{
    font-size: 12px;
    padding: 5px 20px;
    border-radius: 5px;
    background-color:#7999af;
    border: none;
    color: #fff;
    cursor: pointer;
}
.sqzw:hover{
    background-color:rgb(17, 160, 221);
}
.mask{
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0,0, 0.2);
}
.mask_container{
    position: absolute;
    z-index: 10;
    padding: 29px 75px 86px 75px;
    left: 50%;
    top: 100px;
    margin-left: -490px;
    border: 1px solid #e1e1e1;
    width: 800px;
    height: 500px;
    background: #fafafa;
}
.close_btn{
    background: url(http://www.intmedic.com/static/web/css/../img/recruit-close.png) no-repeat center;
    width: 75px;
    height: 70px;
    right: 0;
    top: 0;
    position: absolute;
    cursor:pointer;
}
.mask_container>h2{
    font-size: 24px;
    line-height: 58px;
    border-bottom: 1px solid #e1e1e1;
    color: #3595f1;
}
.maskBox{
    overflow: auto;
    height: 470px;
}
.maskBox>table{
    margin-top: 30px;
    color: #8c8c8c;
    border: none;
}
.mask table tr{
    height: 28px;
    border: none;
}
.mask table td{
    font-size: 14px;
    color: #6e6e6e;
    border: none;
}
.mask table .label{
    line-height: 24px;
    font-weight: bold;
}
.td-p{
    padding-bottom: 20px;
}

/* 招聘 */
#signupForm{
    width: 80%;
    margin: 20px auto;
}
#signupForm label.error{
    margin-left: 6rem;
    display: inline;
    font-size: 12px;
    color: red;
}
#newsletter_topics label.error {
    display: none;
    margin-left: 103px;
}
 #newsletter_topics>label{
     display: block;
 }
 #accept{
        width: 50%;
        text-align: left;
 }
 #agree-error{
     margin-left: 1rem!important;
 }
 .on-box{
     padding: 20px;
     width: 720px;
     margin: 5px auto;
 }
 .on-box span{
     width: 45%;
     display: inline-block;
     padding: 5px 0px;
 }
 .on-box span label, .textarea label{
    width: 80px;
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
    text-align: right;
    color: #6e6e6e;
 }
 .on-box span input{
    border: 1px solid #d5d5d5;
    background: #fff;
    line-height: 30px;
    height: 25px;
 }
.textarea{
    padding: 5px;
}
.submit{
    border-radius: 3px;
    border: none;
    font-size: 16px;
    padding: 4px 15px;
    background-color: #006cf194;
    color: white;
    margin: 20px auto;
    text-align: center;
    cursor: pointer;
}
.submit:hover{
    background-color: #0c448d94;  
}
.td-p>textarea{
	margin: 0px;
    width: 701px;
    height: 140px;
    background: #fafafa;
    border: none;
    line-height: 2;
    color: #6e6e6e;
}
/* 上传成功按钮 */
.successBox{
    width: 200px;
    height: 50px;
    font-size: 20px;
    top: 22%;
    left:50%;
    position: fixed;
    color: #fff;
    background-color: rgb(69, 189, 236);
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    z-index: 999;
    display: none;
}
/*上传失败按钮*/
.errorBox{
    width: 200px;
    height: 50px;
    font-size: 16px;
    top: 22%;
    left:50%;
    position: fixed;
    color: #fff;
    background-color: #FF4949;
    text-align: center;
    line-height: 50px;
    border-radius: 5px; 
    display: none;
    z-index: 9999;
}