* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* .clearfloat{clear:both;height:0;} */

.clearfix:after {
    content: ".";
    /*加一段内容*/
    display: block;
    /*让生成的元素以块级元素显示，占满剩余空间*/
    height: 0;
    /*避免生成的内容破坏原有布局高度*/
    clear: both;
    /*清除浮动*/
    visibility: hidden;
    /*让生成的内容不可见*/
}

button {
    border: none;
    vertical-align: middle;
    outline: none;
}

input {
    vertical-align: middle;
    border: none;
    outline: none;
}

button:hover {
    cursor: pointer;
}

img {
    vertical-align: middle;
}

img100 {
    width: 100%;
    height: 100%;
}

.clearfix {
    zoom: 1;
    /*为IE6，7的兼容性设置*/
}

/*响应式布局容器*/

/* .container {
    width: 1200px;
    height: 400px;
    background:gray;
    margin: 0 auto;
} */

.mt20 {
    margin-top: 20px;
}

a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
}

i {
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

li {
    list-style: none;
}

body {
    font-family: 'Microsoft YaHei' ! important;
    background: #fff;
}

/*需求*/

/*1. 超小屏设备 768px以下 宽度100% 黄色 */

/*2. 小屏设备 768px-992px 宽度750px 绿色*/

/*3. 中屏设备 992px-1200px 宽度970px 蓝色*/

/*4. 大屏设备 1200px以上 宽度1170px 红色*/

.container {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
}

.top {
    height: 70px;
    background: #f6f4f4;
    color: #333;
    overflow: hidden;
}

.logo {
    float: left;
    display: block;
    width: 220px;
    margin-top: 10px;
}

.logo2 {
    float: left;
    width: 480px;
    line-height: 70px;
    text-align: right;
    font-size: 20px;
    
}

.logo3 {
    float: left;
    width: 334px;
    line-height: 70px;
    text-align: right;
    
}

.logo3 span {
    font-size: 16px;
    color: #000;
}

.logo4 {
    width: 114px;
    height: 32px;
    line-height: 32px;
    margin-left: 40px;
    border: 1px solid #174791;
    border-radius: 30px;
    text-align: center;
    display: block;
    float: right;
    margin-top: 18px;
    cursor: pointer;
}

.code {
    position: absolute;
    right: 323px;
    top: 60px;
    z-index: 99;
    display: none;
    width: 200px;
    
}
.logo4:hover{
    color: #174791;
    border-color: #174791;
}
/* tab栏 */



.nav * {
    text-decoration: none;
    font-size: 14px;
}

.nav * a:hover {
    background-color: #174791;
    /* 鼠标经过时的红色背景，可自定义 */
    color: #fff;
}

.menu {
    list-style: none;
    height: 50px;
    width: 100%;
}

.nav {
    list-style: none;
    height: 50px;
    width: 100%;
    margin: 0 auto;
}

.nav li {
    float: left;
    width: 14.28%;
    position: relative;
}

.nav li a {
    color: #333;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
}


.nav li a:focus {
    -moz-outline-style: none;
}

.active {
    background: #174791;
    color: #fff!important;
}

.nav li .sub-nav {
    position: absolute;
    top: 50px;
    left: 0;
    list-style: none;
    background-color: #174791;
    display: none;
    z-index: 999;
}

.nav li .sub-nav li {
    text-align: center;
    clear: left;
    width: 100%;
    height: 35px;
    line-height: 35px;
    position: relative;
}

.nav li .sub-nav li a {
    height: 34px;
    line-height: 34px;
    width: 171px;
    padding: 0;
    display: inline-block;
    color: #fff;
}
.nav li .sub-nav li a:hover{
    background-color: #068ab9;
}
.index-banner {
    height: 440px;
}

.zxkb {
    overflow: hidden;
    margin-bottom: 100px;
}

.zxkb-l {
    float: left;
    padding: 0 1%;
    width: 364px;
    border: 1px solid #dbdbdb;
    height: 448px;
    box-shadow: 0 0 5px #888888;
    overflow: hidden;
}

.zxkb-l h1 {
    height: 30px;
    font-weight: 700;
    line-height: 28px;
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #dbdbdb;
    background-image: url(../images/news.jpg);
    background-repeat: no-repeat;
    margin-top: 5px;
    padding-left: 36px;
    background-size: 145%;
}

.uu1 li {
    height: 33px;
    line-height: 38px;
    font-size: 14px;
}

.uu1 li a {
    color: #505050;
}

.uu1 li a:hover {
    color: #1263dd;
    font-size: 14px;
}

.zxkb-r {
    width: 600px;
    float: left;
    border: 1px solid #dbdbdb;
    height: 448px;
    padding: 0 1%;
    overflow: hidden;
    box-shadow: -1px 0px 4px 0px #888888;
    margin-left: 20px;
}

.jiangzuo {
    display: block;
    float: left;
    height: 150px;
    width: 31.3%;
    margin: 10px 1%;
    color: #505050;
}

.jiangzuo:hover {
    color: #0124fc;
}

.zxkb-r h1 {
    height: 31px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #dbdbdb;
    padding-left: 39px;
    margin-top: 5px;
}

.jiangzuo img {
    width: 100%;
    height: 70%;
}

.jiangzuo p {
    text-align: center;
    line-height: 30px;
    font-size: 12px;
}

.sp1 {
    overflow: hidden;
}

.mt0 {
    margin-top: 0!important;
}

.rxcs {
    width: 206px;
    float: right;
    height: 448px;
}

.rxcs a {
    display: block;
    height: 142px;
    color: #174791;
    position: relative;
    margin-top: 11px;
    font-size: 20px;
}

.rxcs a img {
    display: block;
    height: 100%;
    width: 100%;
    border: 1px solid #dcdcdc;
}

.rxcs a p {
    position: absolute;
    bottom: 0;
    width: 205px;
    height: 40px;
    background: #fff;
    line-height: 40px;
    text-align: center;
    z-index: 99;
    font-size: 18px;
    opacity: 0.6;
    font-weight: bolder;
}

.rxcs a:hover {
    color: #fe3d6d;
}

.zsjz {
    margin: 30px 0;
    width: 100%;
    height: 142px;
}

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

.bdhs {
    background: #f6f4f4;
}

.tabqh {
    overflow: hidden;
    background: #fff;
}

.mbaxz {
    width: 50%;
    float: left;
}

/* tab切换 */

.lanrenzhijia {
    height: 424px;
    padding-top: 20px;
}

.lanrenzhijia .tab {
    width: 90%;
    overflow: hidden;
    border-bottom: 1px solid #dbdbdb;
}

.lanrenzhijia .tab a {
    width: 30%;
    display: block;
    padding: 10px 20px;
    float: left;
    text-decoration: none;
    color: #333;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.lanrenzhijia .tab a:hover {
    background: #174791;
    color: #fff;
    text-decoration: none;
}

.lanrenzhijia .tab a.on {
    background: #174791;
    color: #fff;
    text-decoration: none;
}

.lanrenzhijia .content {
    overflow: hidden;
    padding: 10px;
}

.lanrenzhijia .content li {
    display: none;
}

.zsjz2 {
    overflow: hidden;
    display: block;
    margin-top: 20px;
}

.zsjz2 img {
    width: 154px;
    height: 100px;
    display: block;
    float: left;
}

.zsjztext {
    width: 400px;
    float: left;
    margin-left: 15px;
    font-size: 14px;
}

.zsjztext h1 {
    font-weight: normal;
    font-size: 16px;
    color: #565656;
    height: 35px;
    line-height: 35px;
}

.zsjztext p {
    color: #aaaaaa;
    line-height: 25px;
}

.zsjztext p:hover {
    color: #174791;
}

/* tab切换 2*/

.lanrenzhijia {
    height: 424px;
    padding-top: 20px;
}

.lanrenzhijia .tab2 {
    width: 90%;
    overflow: hidden;
    border-bottom: 1px solid #dbdbdb;
}

.lanrenzhijia .tab2 a {
    width: 30%;
    display: block;
    padding: 10px 20px;
    float: left;
    text-decoration: none;
    color: #333;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.lanrenzhijia .tab2 a:hover {
    background: #174791;
    color: #fff;
    text-decoration: none;
}

.lanrenzhijia .tab2 a.on {
    background: #174791;
    color: #fff;
    text-decoration: none;
}

.lanrenzhijia .content2 {
    overflow: hidden;
    padding: 10px;
}

.lanrenzhijia .content2 li {
    display: none;
}

.zsjz2 {
    overflow: hidden;
    display: block;
    margin-top: 20px;
}

.zsjz2 img {
    width: 154px;
    height: 100px;
    display: block;
    float: left;
}

.zsjztext {
    width: 400px;
    float: left;
    margin-left: 15px;
    font-size: 14px;
}

.zsjztext h1 {
    font-weight: normal;
    font-size: 16px;
    color: #565656;
    height: 35px;
    line-height: 35px;
}

.zsjztext p {
    color: #aaaaaa;
    line-height: 25px;
}

.zsjztext p:hover {
    color: #174791;
}

.zsjztext2 {
    color: #505050;
    font-size: 14px;
}

.zsjztext2 p {
    width: 80%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

.zsjztext2:hover {
    color: #174791;
}

/* tab切换 3*/

.lanrenzhijia {
    height: 424px;
    padding-top: 20px;
}

.lanrenzhijia .tab3 {
    width: 90%;
    overflow: hidden;
    border-bottom: 1px solid #dbdbdb;
}

.lanrenzhijia .tab3 a {
    width: 30%;
    display: block;
    padding: 10px 20px;
    float: left;
    text-decoration: none;
    color: #333;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.lanrenzhijia .tab3 a:hover {
    background: #174791;
    color: #fff;
    text-decoration: none;
}

.lanrenzhijia .tab3 a.on {
    background: #174791;
    color: #fff;
    text-decoration: none;
}

.lanrenzhijia .content3 {
    overflow: hidden;
    padding: 10px;
}

.lanrenzhijia .content3 li {
    display: none;
}

.zsjz2 {
    overflow: hidden;
    display: block;
    margin-top: 20px;
}

.zsjz2 img {
    width: 154px;
    height: 100px;
    display: block;
    float: left;
}

.zsjztext {
    width: 400px;
    float: left;
    margin-left: 15px;
    font-size: 14px;
}

.zsjztext h1 {
    font-weight: normal;
    font-size: 16px;
    color: #565656;
    height: 35px;
    line-height: 35px;
}

.zsjztext p {
    color: #aaaaaa;
    line-height: 25px;
}

.zsjztext p:hover {
    color: #174791;
}

.zsjztext2 {
    color: #505050;
    font-size: 14px;
}

.zsjztext2 p {
    width: 80%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

.zsjztext2:hover {
    color: #174791;
}

/* tab切换 3*/

.lanrenzhijia {
    height: 424px;
    padding-top: 20px;
}

.lanrenzhijia .tab4 {
    width: 90%;
    overflow: hidden;
    border-bottom: 1px solid #dbdbdb;
}

.lanrenzhijia .tab4 a {
    width: 30%;
    display: block;
    padding: 10px 20px;
    float: left;
    text-decoration: none;
    color: #333;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.lanrenzhijia .tab4 a:hover {
    background: #174791;
    color: #fff;
    text-decoration: none;
}

.lanrenzhijia .tab4 a.on {
    background: #174791;
    color: #fff;
    text-decoration: none;
}

.lanrenzhijia .content4 {
    overflow: hidden;
    padding: 10px;
}

.lanrenzhijia .content4 li {
    display: none;
}

/* tab切换 4*/

.lanrenzhijia {
    height: 424px;
    padding-top: 20px;
}

.lanrenzhijia .tab5 {
    width: 90%;
    overflow: hidden;
    border-bottom: 1px solid #dbdbdb;
}

.lanrenzhijia .tab5 a {
    width: 30%;
    display: block;
    padding: 10px 20px;
    float: left;
    text-decoration: none;
    color: #333;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.lanrenzhijia .tab5 a:hover {
    background: #174791;
    color: #fff;
    text-decoration: none;
}

.lanrenzhijia .tab5 a.on {
    background: #174791;
    color: #fff;
    text-decoration: none;
}

.lanrenzhijia .content5 {
    overflow: hidden;
    padding: 10px;
}

.lanrenzhijia .content5 li {
    display: none;
}

/* tab切换 6*/

.lanrenzhijia {
    height: 424px;
    padding-top: 20px;
}

.lanrenzhijia .tab6 {
    width: 90%;
    overflow: hidden;
    border-bottom: 1px solid #dbdbdb;
}

.lanrenzhijia .tab6 a {
    width: 30%;
    display: block;
    padding: 10px 20px;
    float: left;
    text-decoration: none;
    color: #333;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.lanrenzhijia .tab6 a:hover {
    background: #174791;
    color: #fff;
    text-decoration: none;
}

.lanrenzhijia .tab6 a.on {
    background: #174791;
    color: #fff;
    text-decoration: none;
}

.lanrenzhijia .content6 {
    overflow: hidden;
    padding: 10px;
}

.lanrenzhijia .content6 li {
    display: none;
}

footer {
    background: #171818;
    overflow: hidden;
    height: 236px;
}

.ft-l {
    width: 50%;
    color: #d7d5d5;
    padding-top: 30px;
    float: left;
}

.ft-l img {
    display: block;
    width: 290px;
    margin-bottom: 15px;
}

.ft-l p {
    margin-top: 3px;
    padding-left: 30px;
}

.ft-r {
    width: 50%;
    float: left;
}

.ft-r ul {
    overflow: hidden;
    padding: 30px 40px;
}

.ft-r ul li {
    float: left;
    width: 29%;
    margin: 0 2%;
    border: 1px solid #dcdcdc;
    border-radius: 7px;
    height: 140px;
}

.ftcd {
    width: 100%;
    height: 100%;
}

.borderno {
    border: none!important;
}

.ft-r ul li h1 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
}

.ft-r ul li img {
    display: block;
    margin: 0 auto 10px;
}

.emba {
    overflow: hidden;
    min-height: 890px;
}

.emba-l {
    float: left;
    width: 222px;
    color: #797979;
    background: #f4f4f4;
    border: 1px solid #bfc3c5;
}

.emba-l h1 {
    font-size: 22px;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

.emba-l ul li {
    height: 33px;
    line-height: 34px;
   
    font-size: 14px;
    overflow: hidden;
    border-bottom: #adb1b3 1px dashed;
}

.emba-l ul li a {
    color: #797979;
    text-indent: 2ex;
}

.emba-l ul li a:hover {
    background: #174791;
    color: #fff;
}

.active2 {
    background: #174791;
    color: #fff!important;
}

.emba-r {
    width: 920px;
    float: left;
    margin-left: 20px;
}

.emba-r h1 {
    width: 890px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 14px;
    overflow: hidden;
}

.emba-r h1 p {
    width: 30%;
    float: left;
    font-size: 16px;
    color: #174791;
    font-weight: bold;
}

.emba-r h1 a {
    display: inline;
    color: #989898;
}

.emba-r h1 span {
    float: right;
    color: #989898;
}

.emba-r h1 a:hover {
    color: #174791;
}

.zsjzList {
    overflow: hidden;
    min-height: 716px;
}

.zsjzList li {
    padding: 5px 5px 10px;
    border: 1px solid #dcdcdc;
    float: left;
    width: 280px;
    height: 328px;
    margin: 30px 25px 0 0;
    overflow: hidden;
}

.zsjzList li img {
    height: 174px;
    width: 100%;
    
}
.zsjzList li img:hover{
    transform: scale(1.1);
    transition: all 0.6s;
}
.zsjzList li a {
    color: #777;
}

.zsjzList li h2 {
    height: 30px;
    font-size: 16px;
    color: #565656;
    margin-top: 10px;
    line-height: 28px;
    border-top: 1px dashed #777;
    border-bottom: 1px dashed #777;
    padding-left: 10px;
}

.zsjzList li p {
    line-height: 20px;
    padding-left: 10px;
}

.zsjzList li button {
    height: 30px;
    line-height: 30px;
    width: 90px;
    text-align: center;
    color: #565656;
    font-size: 12px;
    border: 1px solid #dcdcdc;
    background: none;
    margin: 10px 0;
}

.zsjzList li button:hover {
    color: #174791;
}

.zsjzList li a:hover {
    color: #174791;
}

/* 分页条 */

.pagination {
    margin: 50px 0;
}

.pagination ul {
    line-height: 28px;
    overflow: hidden;
    text-align: center;
}

.pagination ul li {
    display: inline-block;
    margin-right: 10px;
}

.pagination ul li a {
    display: block;
    font-size: 14px;
    padding: 2px 12px;
    border: 1px #ddd solid;
    color: #333333;
}

.pagination .current {
    background: #174791;
    color: #fff;
    /* border: 1px #F74F28 solid; */
}

.pagination ul li a:hover {
    background: #174791;
    color: #fff;
    border: 1px #174791 solid;
}

.zsjzList2 {
    padding-top: 20px;
}

.zsjzList2 li {
    overflow: hidden;
    margin-top: 40px;
    height: 100px;
}

.zsjzList2 li img {
    width: 140px;
    height: 100%;
    display: block;
    float: left;
}

.list2text {
    float: left;
    width: 714px;
    margin-left: 20px;
}

.list2text h2 {
    font-size: 16px;
    color: #2c2c2c;
    height: 30px;
    line-height: 30px;
}

em, i {
    font-style: normal;
}

.list2text p {
    font-size: 14px;
    color: #5c5c5c;
    line-height: 20px;
}

.list2text p a {
    color: #fe5e58;
    display: inline;
    font-size: 16px;
}

.list2text h3 {
    margin-top: 10px;
    font-size: 12px;
    color: #7c7c7c;
}

.list2text span {
    width: 75%;
    display: inline-block;
}

.mb60 {
    margin-bottom: 100px;
}

.pg-top {
    height: 980px;
    background: url("../images/aa03.png");
    position: relative;
}

.p2 {
    position: absolute;
    bottom: 255px;
    left: 86px;
    font-size: 14px;
    text-indent: 46px;
    width: 56%;
    color: #333;
    line-height: 25px;
}

/* .hhys {
    width: 300px;
    height: 108px;
    background: url("../images/ddd_03.jpg") no-repeat;
    background-size: 100% 80%;
    position: absolute;
    bottom: -18px;
    left: 34%;
} */

.hhys h1 {
    font-size: 28px;
    color: #272727;
    font-weight: 700;
    text-align: center;
}

.hhys p {
    text-align: center;
    margin-top: 10px;
}

.hhyslist {
    background: #f4f4f4;
    padding-top: 50px;
}

.hhyslist ul {
    overflow: hidden;
}

.hhyslist ul li {
    width: 33.3%;
    height: 414px;
    float: left;
}

.hhyslist ul li a {
    color: #3c3c3c;
    text-align: center;
    position: relative;
}

.hhyslist ul li img {
    width: 100%;
    height: 296px;
}

.hhyslist ul li span {
    position: absolute;
    left: 162px;
    top: 125px;
    display: block;
    width: 80px;
    line-height: 35px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;

}

.hhyslist ul li p {
    font-size: 14px;
    width: 78%;
    margin: 0px 12%;
}

.hhyslist ul li span:hover {
    color: #fe5e58;
}

.hhyslist ul li a:hover {
    color: #174791;
}

.pxkc {
    background: #fff;
}

.pxkc h1 {
    font-size: 38px;
    font-weight: 700;
    color: #1c1c1c;
    text-align: center;
    height: 160px;
    line-height: 160px;
}

.pxkc h1 span {
    font-size: 48px;
    color: #174791;
}

.pxkc h2 {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background: #ff1b46;
}

.kcuu {
    height: 110px;
    overflow: hidden;
    /* border-top: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2; */
}

.kcuu li {
    height: 100%;
    overflow: hidden;
    text-align: center;
    float: left;
    line-height: 110px;
    font-size: 16px;
    color: #424652;
   
    border: 1px solid #d2d2d2;
}

.kcuu li:nth-child(1) {
    width: 242px;
}

.kcuu li:nth-child(2) {
    width: 242px;
}

.kcuu li:nth-child(3) {
    width: 242px;
}

.kcuu li:nth-child(4) {
    width: 470px;
}

.kcuu1 li{
    background: #efeaeb;
    font-size: 18px!important;
    color: #424652!important;
    height: 60px!important;
    line-height: 60px!important;
    font-weight: 700
}
.bbnone{
    border-bottom: 1px solid #d2d2d2!important;
}
.mt60{
    margin-top: 60px;
}

.table2{
    width: 100%;
    
}
.table2 th{
    background: #efeaeb;
    border: 1px solid #d2d2d2;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #63646d;
    font-size: 18px;
}
.table2 th:nth-child(1){
    width: 240px;
}
.table2 th:nth-child(2){
    width: 160px;
}
.table2 th:nth-child(3){
    width: 160px;
}
.table2 th:nth-child(4){
    width: 160px;
}
.table2 th:nth-child(5){
    width: 240px;
}
.table2 th:nth-child(6){
    width: 240px;
}

.table2 td{
    text-align: center;
    font-size: 14px;
    color: #424652;
    line-height: 106px;
    height: 106px;
    border: 1px solid #d2d2d2;
}


.callus{
    height: 530px;
    padding-top: 20px;
    margin-top: 20px;
    overflow: hidden;
    padding-left: 50px;
    background: url("../images/fff_02.jpg") no-repeat 100%;
}
.callus h1{
    text-align: center;
    font-size: 32px;
    color: #fff;
    font-weight: 700;height: 60;
    line-height: 60px;

}
.lxw{
    width: 360px;
    height: 220px;background-color: #c5c5c5;
    opacity: 0.7;
    float: left;
    margin-right: 30px;
    margin-top: 80px;
}
.lxw img{
    width: 100%;
    position: relative;
    
    height: 100px;
}
.lxw h4{
    text-align: center;
    font-size: 18px;
    color: #174791;
    position: relative;
    
}
.lxw p{
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #000;
    line-height: 25px;
    position: relative;
    width: 70%;
    margin: 20px 15%;
}

.xqy{
    background: #f6f4f4;
    padding-top: 30px;
    padding-bottom: 80px;
}
.xqy h1{
    height: 60px;
    font-size: 24px;
    color: #174791;
    text-align: center;
    margin-bottom: 60px;
}
.xqy p{
    font-size: 14px;
    color: #333;
    line-height: 25px;
    text-indent: 30px;
    margin-top: 20px;
    width: 80%;
    margin: 20px 10% 0;
}
.h100{
    height: 100px;
}
.sxp{
    margin-left: 130px;
    margin-bottom: 30px;
    color: #333;
}
.sxp:hover{
    color: #174791;
}
.zxkb-r h1{
    background-image: url(../images/news.jpg); 
    background-size: 100%;
    background-repeat: no-repeat;

}   
.shfwh1{
    background-image: url(../images/news.jpg); 
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 31px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #dbdbdb;
    padding-left: 39px;
}
.shfw-ul li a{
    font-size: 16px;
    color: #000;
}
.SLL-UL{
    /* margin-top: 15px; */
}
.SLL-UL li{
    border-bottom: 1px dashed #ddd;
}
.cpxq {
    min-height:600px;
}
.cpxq img{
    text-align: center;
    margin: auto;
    display: block;
}
.cpxq2{
    position: relative;
}
.cpxq2-l{
    float: left;
    
}
.SLL-cp{
    min-height: 800px;
}
.cp-text{
    position: relative;
    padding: 50px;
}
.cp-text-img{
    border: 1px solid rgb(163, 162, 162);
    width: 320px;
    height: 320px;
    padding: 30px;
    float: left;
}
.cp-text-img img {
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
}
.cp-text-js{
    float: right;
    width: 450px;
    height: 380px;
    padding: 10px;
}
.cp-text-js ul li{
    font-size: 16px;
    color: #000;
    border: 1px solid rgb(163, 162, 162);
    border-bottom: none;
    height: 35px;
    padding: 10px;
    line-height: 13px;

}
.cp-text-js ul li:last-child{
    border-bottom: 1px solid rgb(163, 162, 162);
    height: 134px;
    line-height: 20px;
}
.cp-text-js ul li span{
    color: rgb(56, 56, 56);
    font-size: 14px;
}
.cptxt {
    padding: 50px;
}
.cptxt p{
    font-size: 16px;
    color: #272727;
}
.cptxt img{
    max-width: 700px;
    /* display: block; */
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.sll-mg100{
    margin-bottom: 100px;
}
.cp-text-img img:hover{
    transform: scale(1.2);
    transition: all 0.6s;
}
.sll-gywm {
    background-image: url(../images/jj.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 400px;
    padding-top: 20px;
}
.sll-gywm h1{
    text-align: center;
    height: 50px   ;
}
.sll-gywm p{
    line-height: 30px;
    font-size: 18px;
    text-indent: 4ex;
}
.sll-gywm h2{
    text-align: center;
    margin-bottom: 20px;
}


.uu1{
    padding-top: 10px;
}

.index-jj{
    padding: 20px;
    color: #3c3c3c;
}
.gszl-xq img{
    width: 380px;
    height: 480px;
}
.gszl-xq p{
    text-align: center;
}
hr{
    border: 0;
}

.zs-sl {
    position: relative;
    padding: 20px;
    overflow: hidden;
}
.zs-sl li{
    float: left;
    width: 209px;
    padding: 10px;
    border: 1px solid #63646d;
    margin-right: 5px;
    margin-bottom: 10px;
}
.zs-sl img{
    width: 100%;
    height: 80%;
}
.zs-sl li a{
    display: block;
    font-size: 12px;
    color: #3c3c3c;
    border-top: 1px solid #3c3c3c;
    margin-top: 5px;
    line-height: 29px;
    height: 22px;
}
.lll-gsjj{
   
}
.lll-gsjj h1{
    text-align: center;
    margin-top: 80px;
    font-size: 24px;
}

.lll-gsjj h2{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
}
.lll-gsjj p{
    font-size: 18px;
    text-indent: 4ex;
    color: #3c3c3c;
    line-height: 35px;
}
.lll-gsjj h1 span{
    font-size: 28px;
    color: rgb(224, 2, 2);
}

.xx{
    border-top: 1px dashed #818181;
}
.sx{
    border-bottom: 1px solid #bdbbbb;
    margin-bottom: 10px;
}
.sl-cpys h1{
    margin-top: 100px;
    /* border-bottom: 1px solid #818181; */
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 20px;
}
.cpys1{
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}
.cpys1 li{
    float: left;
    width: 20%;
    padding: 5px;
}
.cpys1 li img{
    display: block;
    margin: auto;
}
.lll-gsjj h5{
    text-align: center;
    font-size: 16px;
}
.mt500{
    margin-top: 500px;
}
.bgtp1{
    background-image: url(../images/jj.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 400px;

}
.sll-news1{
    padding: 50px 0;
}
.sll-news1 h1{
    text-align: center;
    font-size: 30px;
}
.sll-news1 h2{
    text-align: center;
    font-size: 14px;
    margin-top: 20px ;
    padding-bottom: 10px;
    margin-bottom: 50px;
    border-bottom: 1px dashed #aaaaaa;
}
.sll-news1 p{
    font-size: 18px;
    color: #3c3c3c;
    text-indent: 4ex;
    margin-bottom: 16px;
    line-height: 30px;
}
.sll-news1 img{
    display: block;
    margin:20px auto ;

}
.sll-news1{
    background-color: rgb(235, 230, 230);
}
.bgyy{
    border: 1px solid #adb1b3;
    padding: 50px;
    box-shadow: 3px 3px 3px 3px #adb1b3;
}


.sxy{
    margin-top: 50px;
    text-align: center;
}
.sxy a{
    color: #3c3c3c;
    display: inline;
}
.sxy a:hover{
    color: #04a8e4;
    font-weight: bold;
}

.content4 li a{
    border-bottom: 1px dashed #adb1b3;
}
.cllwe h6{
    padding-left:215px;
    margin: 10px 0;
    font-size: 14px;
    color: #3c3c3c;
}
.lxwmbg{
    background-image: url(../images/lxwmbgt.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 400px;
    padding-top: 20px;
}
.cllwe h6{}
.cpxq-h5 {
    font-size: 24px!important;
    /* text-align: center; */
    margin-top: 80px;
}
.cpxq-h5 span{
    font-size: 28px;
    color: rgb(224, 2, 2);
    
}
.h50{
    height: 50px;
}
.rlv{
    position: relative;
    overflow: hidden;
}
.fl-l{
    float: left;
}
.SLL-UL span{
    display: block;
    float: right;
    margin-right: 10px;
    font-size: 18px;
}
.h30{
    height: 30px;
}
.h7p{
    height: 7px;
}
.sll-xxt{
    margin: 10px;
    height: 200px;
    background: #04a8e4;
}
.sll-xxt img{
    width: 100%;
    height: 100%;
}

.banquan{
    display: inline; 
    color: #d7d5d5;
}
.banquan:hover{
    color: #04a8e4;
}
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
body{font:12px/180% Arial, Helvetica, sans-serif, "新宋体";}
/* scrollleft */
.scrollleft{width:680px;padding:5px 20px 0px 20px;margin:20px auto;}
.scrollleft li{float:left;margin-right:7px;display:inline;width:158px;text-align:center;line-height:19px}
.scrollleft img{width:136px;height:100px;padding:10px;border:solid 1px #ddd;}
/* scrolltop */
.scrolltop{width:158px;height:438px;overflow:hidden;margin:20px auto;}
.scrolltop li{height:156px;overflow:hidden;text-align:center;line-height:19px}
.scrolltop img{width:136px;height:100px;padding:10px;border:solid 1px #ddd;}