﻿

/* 全局界面 */

body {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Microsoft YaHei, PingFang SC, Source Han Sans SC, Noto Sans CJK SC, SimHei, sans-serif;
    font-size: 16px;
    color: #333;
}

.header {
    position: relative;
}

/*.nav {
    height: 56px;
    background-color: #c0392b;
}

.nav ul {
    width: 1190px;
    margin: 0 auto;
}

.nav li {
    float: left;
    width: 12.5%;
}

.nav li.current {
    background-color: rgba(255, 255, 255, .15);
}

.nav li a {
    display: block;
    line-height: 56px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}
.nav li a i {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: top;
    background-image: url(../image/icons.png);
    background-repeat: no-repeat;
}

.nav li .s1 {
    background-position: 0px 0px;
}

.nav li .s2 {
    background-position: -50px 0px;
}

.nav li .s3 {
    background-position: -100px 0px;
}

.nav li .s4 {
    background-position: -150px 0px;
}

.nav li .s5 {
    background-position: -200px 0px;
}

.nav li .s6 {
    background-position: -250px 0px;
}

.nav li .s7 {
    background-position: -300px 0px;
}

.nav li .s8 {
    background-position: -350px 0px;
}*/

.content {
    width: 1190px;
    margin: 20px auto;
}

.bar {
    position: fixed;
    top: 360px;
    right: 20px;
    z-index: 9;
}

.bar li {
    position: relative;
    width: 80px;
    height: 60px;
    padding:10px 0px;
    line-height: 20px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
    background-color: #e9e9e9;
}
.bar li b{
    font-size: 16px;
    font-weight: normal;
}
.bar li:hover,
.bar li:hover a {
    color: #fff;
}

.backtop {
    position: relative;
    bottom: auto;
    right: auto;
    display: block;
    width: 80px;
    height: 60px;
    padding:10px 0px;
    cursor: pointer;
    background: none;
    border-radius: 5px;
    box-shadow: none;
}

.bar li:hover {
    background: linear-gradient(to bottom, #e60012, #b20e05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .2);
}

.bar li span,
.bar li b,
.bar li img {
    display: block;
}

.bar li i {
    display: block;
    width: 50px;
    height: 40px;
    margin: 0 auto;
    background-image: url(../image/icons2.png);
    background-repeat: no-repeat;
    transition: background-position .3s;
}

.bar .qr i {
    background-position: -350px -100px;
}

.bar .wx i {
    background-position: -400px 0;
}

.bar .backtop i {
    margin-top: 10px;
    background-position: -450px 0;
}

.bar .qr:hover i {
    background-position: -350px -150px;
}

.bar .wx:hover i {
    background-position: -400px -50px;
}

.bar .backtop:hover i {
    background-position: -450px -50px;
}

.bar li div {
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: -10px;
    padding-right: 20px;
}

.bar li:hover div {
    display: block;
}

.bar li span {
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
}

.w420 {
    width: 420px;
}

.w750 {
    width: 750px;
}

.w585 {
    width: 585px;
}

.t0 {
    position: relative;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
}

.t0:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 12px;
    background: url(../image/line.jpg) 0px 0px repeat-x;
}

.t0 b{
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 10px;
    font-size: 20px;
    background-color: #fff;
    color: #c0392b;
    vertical-align: top;
}

.t0 i {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 40px;
    height: 50px;
    background-image: url(../image/icons.png);
    background-repeat: no-repeat;
    vertical-align: top;
}
.t0 b:after,.tabs a.current:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 4px;
    background-color: #d14232;
    border-radius: 20px;
    }
.t0 i.s1 {
    background-position: -10px -50px;
}
.t0 i.s2 {
    background-position: -160px -50px;
}
.t0 i.s3 {
    background-position: -60px -50px;
}
.t0 i.s4 {
    background-position: -110px -50px;
}
h3.tab,h3.tabs {
    height: 50px;
    border-bottom: 1px solid #d7b4b2;
    margin-bottom: 19px;
    background-color: #f4f4f4;
    box-shadow: inset 0 -5px 10px rgba(0, 0, 0, .05);
}

h3.tab a,h3.tab b,h3.tabs a{
    display: inline-block;
    border-width: 0 3px;
    border-style: solid;
    border-color: transparent;
    margin-bottom: -1px;
    padding: 0 20px 1px;
    height:43px;
    line-height: 43px;
    font-weight: bold;
    font-size: 20px;
    margin-top: 5px;
    position: relative;
}

h3.tab a.current,h3.tab b{
    background-color: #c0392b;
    color: #fff;
    border-radius: 50px;
}
h3.tab a.current:before {
    border-left:none;
}
.tab a+a:before,.tabs a+a:before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 17px;
    left: 0;
    height:20px;
    border-left: 1px solid #ddd;
}
.list-t li:before {
    content: "";
    position: absolute;
    top: 45%;
    left: 10px;
    width: 10px;
    height: 10px;
    margin-top: -2px;
    background-color:transparent;;
    background-image: url(../image/dot3.png);
    background-repeat: no-repeat;
    vertical-align: top;
}
.tabs a.current{
    color: #c0392b;
}
.list-t li:hover:before {
    background-color:transparent;;
}
/* 焦点图 */

.focus,
.focus .pic,
.focus .pic div {
    position: relative;
    overflow: hidden;
    display: block;
    width: 585px;
}

.focus {
    width: 565px;
    height: 370px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.focus .pic {
    height: 375px;
}

.focus .pic img {
    width: 565px;
    height: 320px;
}

.focus .pic span {
    display: block;
    padding: 10px;
    line-height: 30px;
    font-size: 16px;
}

.focus .prev,
.focus .next {
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.focus .prev {
    transform: translate(-50px, 0);
    left: 10px;
}

.focus .next {
    transform: translate(50px, 0);
    right: 10px;
}

.focus:hover .prev,
.focus:hover .next {
    opacity: 1;
    transform: translate(0, 0);
}

.focus .navi {
    position: absolute;
    bottom: 15px;
    right: 0;
    z-index: 9;
    padding: 10px;
    background-color: #fff;
}

.focus .navi li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    font: 0/0 lx;
    background-color: #ddd;
    color: transparent;
    cursor: pointer;
    border-radius: 100px;
    transition: all .3s;
}

.focus .navi li.on {
    width: 16px;
    background-color: #f80;
}

.board {
    height: 72px;
    margin-left: 60px;
    padding: 9px 0;
    background-color: #f4f4f4;
}

.board h3 {
    float: left;
    width: 120px;
    height: 50px;
    margin: 11px 0 0 -60px;
}

.board h3 b {
    display: inline-block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    background-color: #f80;
    background: linear-gradient(to right, #f68d06, #e46e34);
    color: #fff;
    border-radius: 100px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.board .scroll {
    float: right;
    width: 1050px;
    height: 72px;
}

.board .scroll ul {
    width: 1050px;
    height: 72px;
}

.board .scroll li {
    float: left;
    width: 480px;
    margin-right: 10px;
}
.board .list-t li:before{
    background-image:none;
    width: 5px;
    height: 5px;
    margin-top: -2px;
    background-color: #e46f65;
    border-radius: 100px;
}
.board .list-t li:hover:before {
    background-color: #c0392b;
}
/* 机构 */


/* 服务 */
.mail {
    display: block;
    height:120px;
    margin-bottom:20px;
}
.mail p{
    font-size: 28px;
    line-height: 120px;
    font-weight: bold;
}
.mail p i{
    width: 56px;
    height:56px;
    display: block;
    float: left;
    margin:30px 30px 0px 80px;
    background-color: #fff;
    border-radius: 50px;
    background-image: url(../image/icons.png);
    background-repeat: no-repeat;
}
.mail p.s1 i{
    background-position: -197px -50px;
}
.mail p.s2 i{
    background-position: -247px -44px;
}
.mail p.s1{
    height:120px;
    background: url(../image/fw01.png) 0px 0px no-repeat;
}
.mail p.s2{
    height:120px;
    background: url(../image/fw02.png) 0px 0px no-repeat;
}
.service{
    height:186px;
    position: relative;
    background: url(../image/fw_bg.png) 0px 0px no-repeat;
}
.service ul li{
    width: 240px;
    height:60px;
    line-height: 60px;
    float: left;
}
.service ul li a{
    display: block;
    font-size: 20px;
    font-weight: bold;
    border-radius: 30px;
    padding-left: 50px;
    border:2px dotted #b3b3b3;
    background: url(../image/dot1.png) 20px 23px no-repeat;
}
.service ul li a:hover{
    border:2px dotted #d3493b;
}
.service ul li+li{
    margin-left:20px;
}
.service ul.s1,.service ul.s2{
    width: 100%;
    display: block;
    position:absolute;
    top: 20px;
}
.service ul.s1{
    left: 200px;
}
.service ul.s2{
    top: 100px;
    left: 70px;
}
/* 参与 */

.tech .list-b {
    margin: 0;
}

.tech .list-b li {
    height: 110px;
    border: none;
    margin-top: 20px;
    padding: 10px;
    background-color: #f4f4f4;
}

.tech .list-b li .pic {
    margin: -10px 20px -10px -10px;
}

.tech .list-b li .pic i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    background: url(../image/icons1.png) -120px -40px no-repeat;
}

.tech .list-b li h4 {
    line-height: 30px;
}

.tech .list-b li .pic {
    width: 170px;
    height: 130px;
    border-radius: 10px;
}

/* part2 */

.banner {
    position: relative;
}

.banner img {
    display: block;
}

.banner .h {
    margin-right: -10px;
}

.banner .h li {
    margin-right: 10px;
}

.banner .navi {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    margin-top: -24px;
}

.banner .navi li {
    width: 8px;
    height: 8px;
    margin: 6px 0;
    background-color: #fff;
    border-radius: 100px;
    font: 0/0 lx;
    color: transparent;
    cursor: pointer;
}

.banner .navi li.on {
    background-color: #c0392b;
}

.setup-box h4 {
    float: right;
    width: 180px;
    margin-left:20px;
}

.setup-box h4 a {
    display: block;
    width: 180px;
    height: 64px;
    margin-bottom: 20px;
    line-height: 64px;
    font-size: 18px;
    border-radius: 5px;
    color: #b92011;
    background-color: #f4f4f4;
}

.setup-box h4 a i{
    display: block;
    width: 50px;
    height:50px;
    float: left;
    margin:6px 15px;
    background-image:url(../image/icons.png) ;
    background-repeat: no-repeat;
}
.setup-box h4 a i.s1{
    background-position: 0px -100px;
}
.setup-box h4 a i.s2{
    background-position: -50px -100px;
}
.setup-box h4 a i.s3{
    background-position: -100px -100px;
}
.setup-box h4 .current .s1{
    background-position: 0px -150px;
}
.setup-box h4 .current .s2{
    background-position: -50px -150px;
}
.setup-box h4 .current .s3{
    background-position: -100px -150px;
}
.setup-box h4 .current {
    background: url(../image/jg_btn.png) 0px 0px no-repeat;
    color: #fff;
}
.setup-box h4+div {
    float: right;
    width: 380px;
    margin-top: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.setup .v {
    position: relative;
    width: 320px;
    height: 158px;
    padding:30px;
    overflow: hidden;
    background: url(../image/jg_bg.jpg) 0px 10px no-repeat;
}

.setup .v p {
    display: block;
    width: 320px;
    height: 158px;
    font-size: 16px;
    text-indent: 2em;
    line-height: 30px;
    overflow-y: auto;
}
.setup .v p::-webkit-scrollbar{
 width:3px;
 height:10px;
}

.setup .v p::-webkit-scrollbar-track-piece{
 background:#dcdcdc;
}

.setup .v p::-webkit-scrollbar-thumb{
 background:#c0392b;
 border-radius:5px;
}




.setup .v span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    color: #fff;
}

.setup .v i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    line-height: 60px;
    text-align: center;
    font-size: 48px;
    margin: -32px 0 0 -32px;
    color: #fff;
    border-radius: 100px;
}




.classroom .list-b {
    margin: 0;
}

.classroom .list-b li {
    height: 76px;
    border: none;
    margin-top: 20px;
    padding: 10px;
    background-color: #f4f4f4;
    border-radius: 10px;
}

.classroom .list-b li .pic {
    margin: -10px 20px -10px -10px;
}

.classroom .list-b li h4 {
    line-height: 35px;
    font-weight: normal;
    padding-left: 20px;
    background: url(../image/dot2.jpg) 0px 10px no-repeat;
}

.classroom .list-b li .pic {
    width: 140px;
    height: 96px;
    border-radius: 10px;
}

.classroom .pic i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    line-height: 40px;
    text-align: center;
    font-size: 32px;
    margin: -22px 0 0 -22px;
    color: #fff;
    border-radius: 100px;
}



.stars {
    width: 1190px;
}

.stars .list-p {
    margin-right: -20px;
}

.stars .list-p li {
    position: relative;
    overflow: hidden;
    width: 180px;
    height: 210px;
    margin-right: 20px;
    padding: 0;
}

.stars .list-p li>a {
    display: block;
    margin: 0;
}

.stars .list-p li .pic {
    position: relative;
    overflow: hidden;
    width: 180px;
    height: 180px;
}

.stars .list-p li .pic img {
    display: block;
    height: 180px;
}

.stars .list-p li h4 {
    position: relative;
    z-index: 3;
    height: 34px;
    margin: -20px 30px;
    line-height: 34px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    background-color: #fff;
    border-radius: 100px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    transition: margin .3s;
}

.stars .list-p li:hover h4 {
    margin: -84px 30px -20px;
    background-color:#f08316;
    color: #fff;
}

.stars .list-p li p {
    position: relative;
    z-index: 2;
    display: none;
}

.stars .list-p li:hover p {
    display: block;
    padding: 40px 10px 10px;
    line-height: 20px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

/* **************************20190509新增******************************** */

/* 机构 */
.w465{
    width: 465px;
}
.w705{
    width: 705px;
}
.t0 i.s5 {
    background-position:-7px -100px;
}
.leader-box {
    width: 445px;
    height:149px;
    padding:20px 10px;
    background: url(../image/leader.jpg) 0px 0px no-repeat;
}
.leader-box h4{
    float: right;
    width: 300px;
}

.leader-box h4 a {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    width: 300px;
    font-weight: normal;
    padding-left:20px;
    background: url(../image/dot03.png) 0px 0px no-repeat;
}
.leader-box h4 .current {
    color: #c0392b;
    font-weight: bold;
    background: url(../image/dot03.png) 0px -35px no-repeat;
}
.leader-box h4+div {
    float: left;
    margin:0px 10px;
}
.leader .v {
    position: relative;
    width: 110px;
    height: 147px;
    box-shadow: 0 5px 5px rgba(39, 55, 79, .2);
}
.agency{
    width: 465px;
    height:72px;
    background: url(../image/jgjs.png) 0px -0px no-repeat;
}
.agency a{
    display: block;
    line-height: 72px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding-left:90px;
    box-shadow: 0 5px 5px rgba(39, 55, 79, .2);
}



/* **************************20190515新增******************************** */

/* 图文列表 */
.list-p-t {
    overflow: visible;
    display: inline-block;
    width: 100%;
}
.list-p-t li {
    padding: 0px 15px;
    line-height: 30px;
    font-size: 14px;
    vertical-align: middle;
}
.list-p-t li a.pic {
    float: left;
    display: block;
    margin-right: 30px;
}
.list-p-t li a.pic img {
width: 214px;
height: 147px;
}
.list-p-t li h4 {
    font-size: 18px;
    padding-top: 15px;
}
.list-p-t li p {
    font-size: 16px;
}

.modle .scroll ul {
    height: 218px;
}

.modle .scroll li {
    float: left;
     width: 180px;
    height: 208px;
    margin-right: 15px;
    margin-top: 13px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(142, 142, 142, .8);
}
.modle .scroll li img{
    width: 180px;
    height: 208px;
    border-radius: 10px;
}
.modle .scroll span{
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-align:center;
    margin-top:-138px;
text-shadow: black 0.1em 0.1em 0.2em
}
.work {
    position: relative;
    display: inline-block;
}
.work li{
    float: left;
}
.work li a{
    display: block;
}
.work .s1 img,.work .s5 img  {
    width: 280px;
    height: 228px;
    overflow: hidden;
}
.work .s2 img,.work .s6 img{
    width: 192px;
    height: 109px;
    overflow: hidden;
    margin-left: 10px;
}
.work .s3 img{
    width: 192px;
    height: 109px;
    overflow: hidden;
    position: absolute;
    bottom: 5px;
    left: 290px;
}
.work .s4 img {
    width: 194px;
    height: 228px;
    overflow: hidden;
    margin:0px 10px;
}
.work .s6 a{
    height: 109px;
    overflow: hidden;
    margin-bottom:10px;
}
.work .s7 img {
    width: 192px;
    height: 109px;
    overflow: hidden;
    margin-left: 10px;
}
