@charset "utf-8";
body { margin:0 auto/*外边距，布局居中*/; font-size:12px; font-family/*字体*/:"Hiragino Sans GB","Microsoft YaHei","SimSun"}
ul,dl,dd,h1,h2,h3,h4,h5,h6,form,p { padding/*内边距*/:0; margin:0;/*外边距*/}
ul { list-style/*设置列表项目相关内容*/:none/*无*/;}
img {
    border: none;
padding: 0;
margin: 0;

}
a{ color:#333; text-decoration:none;}
a:hover{ color:#7ec51d;}
.clearfix:after,.clearfix:before{display:table;content:"";height:0;clear:both;visibility:hidden}

.f_l{ float:left;}
.f_r{ float:right;}
.clear { diplay: block!important; float: none!important; clear: both; overflow: hidden; width: auto!important; height: 0!important; margin: 0 auto!important; padding: 0!important; font-size: 0; line-height: 0; }
.fixed { display: block; min-height: 1%; }
*html .fixed { height: 1%; }
.top { width: 1000px; background: url('img/logo.jpg') no-repeat; height: 100px; margin:0 auto; }

.header {

    z-index: 9999;
    width: 100%;
}
#content { width: 1000px; background: #fff; margin: 0 auto;   padding-bottom:30px;}


.nav { width: 100%;  overflow: hidden; height: 60px; min-width:1024px;  background: #0001d1; }
.nav_con { width:1000px; margin:0 auto;}
.nav_con img { float:left;}
.nav_con ul {margin-top: 8px;}
.nav_con li { border-right:1px solid #fff; float:left; margin:10px 20px 20px 0; line-height:28px; color:#fff; font-size:18px; padding-right: 14px; }
.nav_con li:last-child {
    border-right: 0;
}
.nav_con li a { color:#fff; display:inline-block; padding : 0 5px;}
.nav_con li a:hover { border-bottom:2px solid #fff; color:#fff;}

.rycontainer .swiper-slide img:hover,.fccontainer .swiper-slide img:hover {

    cursor: pointer;
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);


}

.to {

    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

ul,li{ list-style-type:none;}
.mb10{ margin-bottom:10px;}
.mb25{ margin-bottom:25px;}
.about { padding: 0 15px 15px; overflow: hidden; zoom:1;}
.about h2 { font-size: 16px; font-weight: 600;  color: red}
.about p {  font-size: 14px; line-height: 30px;}
.about p.title { font-weight: 600; margin-top: 10px; color: red;}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#top{ width:1400px; background: url('img/banner.jpg') no-repeat center top; height: 582px; margin:0 auto; overflow: hidden;}


#jj{ width:1000px;  margin:0 auto; padding-top: 20px; background: #fff; }
#jj h2 { background:url('img/navs.jpg') no-repeat;  text-align:center; color:#0001d1; margin-bottom:15px; font-size: 18px;}
#jj h2 span { font-size:14px;}
/* #jj ul{  overflow: hidden; zoom:1; padding: 10px;} */
#jj p{ font-size:14px; text-indent:2em; color:#333; line-height:35px;}
#jj p.title { color: #0001d1; font-weight: 600; font-size: 16px;}
#jj p.dao { text-indent: 0; font-size: 24px; margin: 0px 0 20px; text-align: center; font-weight: 600;}
#jj img { text-align: center; margin-bottom: 10px;}


.imenu{ width:1000px; position:absolute; left:50%; top:40px; margin-left:-400px; z-index:999999;}
.imenu li{ float:left; position:relative;}
.imenu li a{ width:111px; height:35px; line-height:35px; display:block;text-align:center; font-size:14px; font-weight:bold;float:left;}
.imenu .hover a{ width:109px; height:34px; line-height:34px; color:#3c4047; background:url('img/menu_bg.gif') 0 0 repeat-x; border:1px solid #85e109; border-bottom:none;}
.imenu li a:hover{ width:109px; height:34px; line-height:34px; color:#3c4047; background:url('img/menu_bg.gif') 0 0 repeat-x; border:1px solid #85e109;}
.active_nav{ }
.active_nav div{ display:block;}
.navmenu{display:none; position:absolute; top:35px; left:0; background:#3c4047; padding:0 10px; height:28px; color:#77bb53;}
.hover .navmenu a{ width:auto;height:28px; float:left; display:inline-block; padding:0 10px; line-height:28px; color:#fff; background:none; border:none; font-size:12px; font-weight:normal; float:none;}
.hover .navmenu a:hover{  width:auto;height:28px; line-height:28px; color:#fcfabb; background:none; border:none;}

.w1{ width:480px; }
.w2{ width:150px; }
.w3{ width:320px; }
.w4{ width:470px; }
.w7{ width:240px; left:-150px; }

.jobbox {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}
.jobbox h3 {
    font-size: 18px;
    font-weight: 600;
    color: #289989;
}
.jobbox ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
}
.jobbox li {

    width: 25%;
    margin: 20px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}
.jobbox li span {
    margin-top: 5px;
    font-size: 14px;
    text-align: center;
}

.jobcontent {

}
.jobcontent li {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-top: 10px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 9px;
}
.jobcontent li:last-child {
    border-bottom: none;
}

.jobcontent li div {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
}
.jobcontent li div a.jobname {
    color: #0001d1;
    font-size: 18px;
    font-weight: 600;
}
.jobcontent li div a.yp{
    background: #0001d1;
    padding: 5px 15px;
    font-size: 16px;
    border-radius: 20px;
    color: #fff;
}
.jobcontent li div.jcontent {
    font-size: 14px;
    margin-top: 5px;
}
.about_b {
    margin-top: 20px;
}
.about_b ul {
    display: flex;
    justify-content: space-between;
}
.about_b li {
    width: 31%;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    display: flex;
    flex-direction: column;
}
.about_b li .item_con {
    padding: 30px 25px 40px;
    display: flex;
    flex-direction: column;
}

.about_b li .item_con .item_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.about_b li .item_button,.about_b li .item_obutton {
    margin-top: 28px;
}
.about_b li .item_button a, .about_b li .item_obutton a {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    background-color: #3c4047;
    color: #fff;
}
.about_b li .item_obutton a  {
    padding: 15px;
    margin-right: 5px;
}
.about_b li .item_p {
    line-height: 24px;
    font-size: 14px;
}

.about_b li img {
    width: 100%;
}
#cp{ width:1000px; margin:0 auto; padding-top: 20px; overflow: hidden; }
#cp h2 { background:url('img/navs.jpg') no-repeat; text-align:center; color:#0001d1; height: 50px; margin-bottom:15px; font-size: 18px;}
#cp h2 span { font-size:14px;}
#zp_all{ width: 980px; margin:  0 auto; overflow: hidden; background: #fff;}

#tel ul{ float:right; padding-right: 50px; width:450px;font:"宋体"; font-size:12px; color:#7D7D7D; line-height:30px; background:url(img/img6.jpg) 0 no-repeat; height:300px;}

#tel li { float: right;}

#bw{ width:980px; margin:20px auto 0; background: #fff; }
#bw ul{ width:980px; margin:0 auto;}
#bw ul li{ font:"宋体"; font-size:12px;color: #000000; text-align:center; line-height:25px;}


.team{ margin:0 auto; width:980px; background: #fff; }
.swinfo { width: 1000px; position: relative; margin:50px 0;}
.swinfo.banner { margin-bottom: 30px; height: 397px !important;}
.banner{width:100%;height:465px;overflow:hidden; margin-top:-2px; }
/*==== scrollFullPic ====*/
/*position*/
.scrollFullPic,.sfp_box{position:relative;}
.sfp_li{position:absolute;}
.sfp_point{position:absolute;}
/*z-index*/
.sfp_point{z-index:10;}
/**/
.scrollFullPic{width:100%;}
.sfp_li{width:100%;height:465px;background-repeat:repeat-x;background-position:center;z-index:0;}
.sfp_li a,.sfp_li a:visited{display:block;width:100%;height:465px;}
.sfp_point{bottom:10px;left:45%;}
.sfp_point a,.sfp_point a:visited{display:block;width:9px;height:9px;display:block;float:left;margin-right: 14px;font-size:0;background:#3c4047;}
.sfp_point a:hover,.sfp_point a.sfp_pointActive,.sfp_point a:visited.sfp_pointActive{background-color:#fff; filter:alpha(opacity=100); -moz-opacity: 1; opacity: 1;}
.job { width:1000px; background:#3c4047; margin-top:10px; height:40px ; line-height:40px;}
.black { background:#f5f5f5; }
.job li { float:left; line-height:40px; color:#fff; font-size:16px; text-align:center;}
.job li a:hover { color:#e72422;}
.job li.w1 { width:30%;}
.job li.w2 { width:10%;}
.job li.w3 { width:10%;}
.job li.w4 { width:10%;}
.job li.w5 { width:20%;}
.job li.w6 { width:20%;}
.jobcon { background:#fff; overflow:hidden; line-height:25px; padding:5px 10px; border-bottom:1px solid #ddd; color:#999;}
.jobcon a{color:#e72422; font-weight:600;}
.black li { color:#333; font-size:14px; }
.telcon { width:700px; margin:0 auto;}
.telcon img { float:left; margin-right:20px; display:inline;}
.telcon p {   line-height:30px; font-size:14px;}
.telcon p a { color: #005f86;}
.cpcpn { width: 688px; margin: 0 auto ;overflow: hidden;  }
.cpcpn li { float:left; margin-right:32px; font-size:16px; font-weight:600; width:312px; text-align:center; display:inline;}
.cpcpn li.mr0 { margin-right:0;}
.cpcpn li img {height:246px; width:312px; overflow:hidden; margin-bottom:15px;}


#zp { width: 980px; overflow: hidden; margin: 0 auto;}
#zp h2 { background: url('img/img4.jpg') no-repeat; height: 49px;}
#zp ul{ padding: 10px; overflow: hidden; zoom:1;}
#zp li { background: #ebfaff;  padding: 15px; border-radius: 15px; margin-top: 10px;}
#zp li p.title { font-size: 16px; margin-bottom: 5px; font-weight: 600; }
#zp li p.title em { float: right; font-size: 13px; font-style: normal; background: #ce0000; padding: 3px 8px; border-radius: 10px;}
#zp li p.title em  a{  color: #fff;}
#zp li p.con { font-size: 14px; line-height: 30px;}
#zp li a{ color: #04276d;}

#zp .title { float: left; width: 150px; font-weight: 600; font-size: 14px;}
#zp .content { float: left; width: 780px;}


.team{ margin:0 auto; width:980px; background: #fff; }


.talentbox {

}

.talentbox .talenttitle {
    font-size: 18px;
    color: #289989;
    font-weight: 600;
    margin: 30px 0 10px;

}
.talentbox .talentstitle {
    font-size: 14px;
    text-indent: 2em;
    font-weight: 600;
    color: #289989;
    margin: 15px 0;
}
.talentbox p {
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em;
}

.footer { background:#3c4047; line-height:30px; padding:10px 0 ; text-align:center; color:#fff;}
