@charset "utf-8";

/* CSS Document */
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    outline: none;
}

body {
    background: #f5f5f5 url(../images/body-bj.jpg) repeat;
}

.wrap {
    margin: 0px auto 0px auto;
    width: 94%
}

.bsbg {
    max-width: 1300px;
    background: #fff;
    width: 95%;
    margin: 25px auto;
}

.conbox {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    padding-bottom: 120px;
    margin-top: -110px;
}

.conbox-l {
    margin-right: 60px;
    padding-right: 370px;

}

.conbox-r {
    position: absolute;
    right: 0;
    top: 0;
    width: 290px;
}

.conbox::before {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 60px;
    top: 35px;
    width: 4px;
    background: #a5262b;
}

/*top*/
.top {
    width: 100%;
    background: #88000c;
    text-align: right;
    padding: 11px 0;
}

.top a, .top i {
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    height: 21px;
    line-height: 17px;
    cursor: pointer;
}

.top a:last-child {
    padding-right: 25px;
    position: relative;
}

.top a:last-child:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
    width: 0;
    height: 0;
    border-left: 8px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.searchbtn {
    position: absolute;
    display: block;
    text-align: center;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.searchbtn img {
    vertical-align: middle;
    cursor: pointer;
}

.searhbox01 {
    height: 60px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    padding: 8px;
    width: 355px;
    border-radius: 5px;
    position: absolute;
    top: 75px;
    right: 0;
    z-index: 3;
    display: none;
}

.searhbox01 .text {
    width: calc(100% - 65px);
    background: #fff;
    padding: 0 10px;
    float: left;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
}

.searhbox01 .btn {
    width: 45px;
    height: 42px;
    float: right;
    cursor: pointer;
}

.searhbox01 .btn svg {
    vertical-align: middle;
}

.header {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 999;
}

.head {
    z-index: 99;
    margin: 0 auto;
    max-width: 1300px;
    position: relative;
    padding-right: 50px;
}

.head .eng {
    display: block;
    float: right;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: #fff;
    color: #a5262b;
    text-align: center;
    line-height: 48px;
    margin-left: 17px;
    font-size: 18px;
    margin-top: 17px;
}

.logo {
    float: left;
    transition: .3s;
    /* width:380px; */
}

.logo a {
    display: inline-block;
}

.logo i {
    width: 6px;
    height: 6px;
    margin: 0 10px;
    background: #a5262b;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
}

.logo img {
    display: inline-block;
    vertical-align: middle;
}

.logo span {
    display: inline-block;
    /* line-height: 50px; */
    vertical-align: middle;
    color: #a5262b;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
}

.headr {
    float: right;
    padding-top: 12px;
}

.headr .ce {
    float: right;
    display: inline-block;
    text-align: center;
    margin-left: 20px;
    line-height: 40px;
    vertical-align: middle;
    background: url(../images/cnicon.png) no-repeat left center;
    padding-left: 35px;
    font-size: 16px;
    color: #333;
}

.headr .ce a {
    color: #fff;
}

.head-links a.kdhome {
    background: url(../images/home.png) left center no-repeat;
}

.search {
    width: 275px;
    float: right;
    border: 1px solid #fff;
    position: relative;
    border-radius: 19px;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    -o-border-radius: 19px;
    overflow: hidden;
}

.search .ss {
    width: calc(100% - 65px);
    height: 37px;
    padding-left: 10px;
    line-height: 37px;
    background: transparent;
    vertical-align: middle;
    color: #fff;
    font-size: 15px;
}

.search .ssbtn {
    width: 50px;
    height: 37px;
    background: url(../images/ssbtn.png) no-repeat center center;
    vertical-align: middle;
    cursor: pointer;
}

/*导航*/
.nav {
    float: right;
    width: calc(100% - 562px);
}

li.yiji_nav {
    position: relative;
    left: 0px;
    top: 0px;
    display: inline-block;
}

li.yiji_nav .jt {
    display: inline-block;
    width: 20px;
    height: 65px;
    line-height: 65px;
    background: url(../images/xljt.png) no-repeat center center;
    vertical-align: middle;
}

a.yiji_nav {
   display: inline-block;
    padding: 0 16px;
    /* height: 95px; */
    line-height: 77px;
    text-align: center;
    margin-left: 0px;
    color: #a5262b;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
}

a.yiji_nav:hover {
    border-bottom: 2px solid #a5262b;
}

.select_box li.yiji_nav, .select_box .more_ul li a, .select_box a.yiji_nav {
    height: auto !important;
    padding: 7px 10px;
    line-height: 30px !important;
    font-size: 15px;
}

.select_box li.yiji_nav {
    padding: 0;
}

.select_box li.yiji_nav a:hover {
    background: #a2262c;
}

li.erji_nav:hover a.erji_nav, a.erji_nav:hover {
    color: #fff;
    background: #a2262c;
}

.more_ul li.yiji_nav:hover:before, .more_ul li.yiji_nav:hover:after {
    display: none;
}

/* 这是控制菜单显示与隐藏的重点 */
a.yiji_nav:hover ul.erji_nav, li.yiji_nav:hover ul.erji_nav {
    visibility: visible;
}

a.erji_nav {
    display: block;
    text-align: center;
    line-height: 26px;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

#menu {
    width: calc(100% - 60px);
    float: left;
}

#menu ul {
    width: 100%;
    text-align: right;
}

ul.erji_nav {
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100% !important;
    background: rgba(164, 13, 13, 0.7);
    z-index: 999;
}

li.erji_nav {
    position: relative;
    /* 这里把第二级菜单项设成相对定位，以使得它包含的三级菜单相对它自己定位 */
    left: 0px;
    top: 0px;
}

.more_ul {
    width: 200px;
    height: auto;
    position: absolute !important;
    position: absolute;
    z-index: 999;
    top: 77px;
    right: 0px;
    background: rgba(162 ,38 ,44 ,.8);
    text-align: center;
}

.more_ul li {
    width: 100%;
}

.more_ul li a.yiji_nav {
    display: block;
    line-height: 40px;
    width: 100%;
    cursor: pointer;
    color: #fff;
}

.more_ul li a.yiji_nav:hover {
    background: #a2262c;
    color: #fff;
}

.select_box {
    position: relative;
    width: 60px;
    text-align: center;
    float: right;
}

.select_box i {
    display: block;
    line-height: 70px;
    width: 80px;
    float: left;
    color: #3156a3;
    font-size: 18px;
}

.select_box span {
    width: 60px;
    float: left;
    line-height: 77px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 0;
    text-align: right;
}

.select_box span img {
    vertical-align: middle;
    display: inline-block;
}


/*手机导航*/
.mob {
    display: none;
}

.nav-icon {
    width: 42px;
    height: 40px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 35px;
    display: none;
    border-radius: 5px;
}

.nav-icon img {
    vertical-align: middle;
}

#navbg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    display: none;
    z-index: 999
}

.navlist {
    position: fixed;
    right: -1024px;
    top: 0;
    background: #a40d0d;
    width: 80%;
    height: 100%;
    z-index: 9999;
    overflow-y: auto;
    box-shadow: -5px 0 13px rgba(0, 0, 0, .43);
}

.mob_link {
    width: 100%;
    height: 50px;
    padding: 10px 15px;
}

.mob_link .link_l {
    float: left;
    line-height: 30px;
}

.mob_link .link_l a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.mob_link .link_l a.kdhome {
    background: url(../images/home.png) left center no-repeat;
}

.mob_link .closebtn {
    float: right;
    cursor: pointer
}

.mob_list {}

.js_mob {
    padding: 10px 12px;
    background: #8c0d0d;
}

.search-input {
    border: 1px solid #e2adad;
    height: 35px;
}

.search-input:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both
}

.search-input input {
    width: calc(100% - 62px);
    float: left;
    background: none;
    outline: none;
    border: 0;
    padding-left: 20px;
    line-height: 32px;
    color: #fff;
}

.search-input button {
    width: 40px;
    height: 33px;
    float: right;
    background: none;
    outline: none;
    border: 0
}

.search-input button img {
    width: 18px;
}

.mob_list li {
    line-height: 50px;
    font-size: 16px;
    text-indent: 20px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #b74646;
}

.search-input input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

.search-input input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.search-input input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.search-input input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

.mob_list li a {
    color: #fff;
    width: 85%;
    display: block
}

.mob_list li i {
    display: block;
    width: 17px;
    height: 17px;
    z-index: 122;
    position: absolute;
    right: 10px;
    top: 17px;
    background: url(../images/jtx.png) center center no-repeat;
    background-size: 17px
}

.mob_list li i.icon {
    background: url(../images/jts.png) center center no-repeat;
    background-size: 17px
}

.mob_list li .ejnav {
    display: none
}

.mob_list li .ejnav li {
    width: 100%;
    border: 0;
    line-height: 45px;
    font-size: 14px;
    background: #8c0d0d;
    border-bottom: 1px solid #a04747;
}

.mob_list li .ejnav li:last-child {
    border-bottom: 0;
}

.mob_list li .ejnav li a {
    width: 100%;
}

.open {
    right: 0
}

.banner {
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.banner:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-zd.png) no-repeat center bottom;
    z-index: 1;
    background-size: 100%;
}

.banner img {
    width: 100%;
}

.banner .slick-dots {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    text-align: center;
}

.banner .slick-dots li {
    width: 20px;
    height: 5px;
    background: #fff;
    display: inline-block;
    margin: 0 5px;
}

.banner .slick-dots li.slick-active {
    background: #a40d0d;
    width: 30px;
}

.banner .slick-slide img {
    width: 100%;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.px1300 {
    max-width: 1300px;
    margin: 0 auto;
}

.wap {
    display: none !important;
}

.conbox {
    padding-left: 45px;
}

.tch-name {
    position: relative;
    color: #fff;
    margin-bottom: 20px;
}

.tch-name::before {
    content: "";
    position: absolute;
    left: -35px;
    width: 4px;
    background: #fff;
    height: 80px;
    top: 10px;
}

.tch-name h2 {
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    position: relative;
    line-height: 40px;
}

.tch-name h2::before {
    content: "";
    position: absolute;
    left: -49px;
    top: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
}

.tch-name h2::after {
    content: "";
    position: absolute;
    left: -42px;
    top: 7px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
}

.tch-name p {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}

.block{
    position: relative;
}

.gg-tit {
    padding-top: 50px;
    line-height: 30px;
    padding-bottom: 30px;
}

.gg-tit .gg-tit-h2 {
    float: left;
    position: relative;
}

.gg-tit h2 {
    float: left;
    font-size: 26px;
    color: #111111;
    color: rgba(17, 17, 17, .49);
    font-weight: 600;
    position: relative;
    margin-left: 60px;
    cursor: pointer;
}



.gg-tit h2:first-child {
    margin-left: 0;
}

.gg-tit-h2::before {
    content: "";
    position: absolute;
    left: -45px;
    top: 0;
    bottom: 0;
    background: url(../images/zfx45.png) no-repeat;
    background-position: left center;
    width: 24px;
}

.gg-tit-h2 h2.on {
    color: #111;
}
.gg-tit-h2 h2.red{
    color: #a5262b;
}
.gg-tit-h2 h2.on::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-top: 20px;
}

.gg-tit-h2 h2.on-nojt::after {
    content: none;
}

.gg-tit-more {
    float: right;
}

.gg-tit a {
    float: left;
    line-height: 28px;
    border: 1px solid #a5262b;
    font-size: 14px;
    color: #a5262b;
    width: 115px;
    border-radius: 15px;
    text-align: center;
    display: none;
}

.gg-tit a:first-child {
    display: block;
}

.gg-tit a:hover {
    color: #fff;
    background: #a5262b;
}

.gg-box {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    padding: 25px 30px;
    background: #fff url(../images/gg-box-hw.png) no-repeat;
    background-position: right bottom;
}

.t_more{
    position: absolute;
    top: 0;
    right: 0;
    
}
/* .t_more a {
    display: block;
    line-height: 28px;
    border: 1px solid #a5262b;
    font-size: 14px;
    color: #a5262b;
    width: 115px;
    border-radius: 15px;
    text-align: center;
}
.t_more a:hover{
    color: #fff;
    background: #a5262b;

} */

.switch-box>div {
    display: none;
}

.switch-box>div:first-child {
    display: block;
}


.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
    background: #a5262b;
    border: 4px solid #a5262b;
}

.pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translateX(-50%) translateY(-50%);
    transition: all 1s;
}

.renqi {
    overflow: hidden;
    position: relative;
    font-size: 0;
}

.renqi>div {
    float: left;
    background: #a5262b;
    padding: 0 10px 0 15px;
    line-height: 35px;
    height: 35px;
    font-size: 0;
    position: relative;
}

.renqi>div img {
    vertical-align: middle;
}

.renqi>div span {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
    margin-left: 5px;
}

.renqi::after {
    content: "";
    display: inline-block;
    border-left: 25px solid #a5262b;
    border-top: 35px solid transparent;
}

.conbox-r .pic {
    padding-top: 130%;
}

.tch-zw {
    text-align: center;
}

.tch-zw h3 {
    font-size: 28px;
    font-weight: 600;
    color: #111;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.tch-zw div {
    font-size: 0;
}

.tch-zw div a {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    padding: 0 10px;
    color: #111;
}

.tch-zw ul {
    font-size: 0;
}

.tch-zw ul li {
    display: inline-block;
    margin: 10px 15px;
}

.tch-zw ul li a {
    display: block;
    line-height: 43px;
    padding-left: 15px;
    background: url(../images/list-right1.png) no-repeat;
    background-position: left 17px;
    font-size: 16px;
    color: #a5262b;
}

.text-list1 li {
    border-top: 1px solid #f4f4f4;
}

.text-list1 li:first-child {
    border: none;
}

.text-list1 li a {
    display: block;
    overflow: hidden;
    line-height: 42px;
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
}

.text-list1 li a::before {
    content: "";
    position: absolute;
    left: 7px;
    width: 5px;
    height: 5px;
    border: 1px solid #a5262b;
    border-radius: 50%;
    top: 27px;
}

.text-list1 li a span {
    float: left;
    color: #a5262b;
    font-weight: 600;
    font-size: 20px;
    margin-right: 25px;
    min-width: 170px;
}

.text-list1 li a p {
    font-size: 18px;
    color: #111;
}

.text-list2 li a::before {
    background: none;
    border: none;
    width: 0;
    height: 0;
    border-left: 7px solid #a5262b;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-radius: 0;
    top: 24px;
}

.text-list1 li a:hover p {
    color: #a5262b;
}

.text-list3 li {
    margin-top: 55px;
    background-size: 100% 100%;
    padding-top: 12px;
}

.text-list3 li:first-child {
    margin-top: 0;
}

.text-list3 li a {
    display: block;
    padding: 25px 40px 15px 60px;
    line-height: 40px;
    margin-left: 10px;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    color: #111;
    font-size: 18px;
}

.text-list3 li a::before {
    content: "";
    position: absolute;
    left: 10px;
    right: 0;
    top: 12px;
    bottom: 0;
    background: #fff;
    border: 2px solid #a5262b;
    transform: skewX(-20deg);
    z-index: 9;
}

.text-list3 li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 10px;
    top: 0;
    bottom: 12px;
    background: #a5262b;
    transform: skewX(-20deg);
    z-index: 8;
}

.text-list3 li a p {
    position: relative;
    z-index: 10;
}

.text-list3 li a div {
    font-size: 16px;
    line-height: 31px;
    color: #666666;
    margin-top: 10px;
    position: relative;
    z-index: 10;
    max-height: 124px;
    overflow: hidden;
}

.text-list3 li a:hover {
    color: #a5262b;
}

.text-list3 li a:hover h3 {
    color: #a5262b;
}

.text-list3 li a h3 {
    color: #111;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    z-index: 10;
}

.text-list4 li a::before {
    transform: skewX(-10deg);
    background: #fff url(../images/gg-box-hw.png) no-repeat;
    background-position: right bottom;
}

.text-list4 li a::after {
    transform: skewX(-10deg);
}

.text-list4 li a {
    background: #fff url(../images/gg-box-hw.png) no-repeat;
    background-position: right bottom;
}

.text-list4.no-skew li a::before {
    transform: skewX(-0);
}
.text-list4.no-skew li a::after{
    transform: skewX(0);
}
.text-list4.no-skew li a div{
    max-height: none;
}
.text-list5 li a {
    display: block;
    overflow: hidden;
    font-size: 18px;
    color: #111;
    line-height:46px; 
word-break: break-word;
}
.text-list5 li a span{
    float: left;
}
.text-list5 li a p{
    /* overflow: hidden; */
}
.text-list5 li a:hover{
    color: #a5262b;
}
.pic-list1 {
    overflow: hidden;
    text-align: center;
    font-size: 0;
    margin-top: 40px;
}

.no-mtop {
    margin-top: 0;
}

.pic-list1 li {
    display: inline-block;
    width: 12%;
    margin-left: 2.666%;
    margin-bottom: 20px;
}

.pic-list1 li:nth-child(7n+1) {
    margin-left: 0;
}

.pic-list1 li a {
    display: block;
}

.pic-list1 li a .pic {
    padding-top: 126%;
}

.pic-list1 li a h3 {
    font-size: 18px;
    line-height: 43px;
    color: #111;
    font-weight: 600;
    text-align: center;
    margin-top: 5px;
}

.pic-list1 li a:hover h3 {
    color: #a5262b;
}


.footer {
    background: url(../images/foot-bj.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 30px;
    min-height: 190px;
    margin-top: -70px;
    position: relative;
    z-index: 9;
}

.footer p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-size: 0;
}

.footer p span {
    font-size: 16px;
    margin: 0 10px;
}

@media only screen and (max-width:1320px) {
    .header {
        padding-left: 10px;
        padding-right: 10px;
    }

    .conbox {
        padding-left: 55px;
        padding-right: 20px;
    }

    .conbox-l {
        padding-right: 300px;
    }

    .conbox::before {
        left: 20px;
    }

    .conbox-r {
        right: 10px;
    }

}

@media only screen and (max-width:1024px) {
    .pc {
        display: none !important;
    }

    .wap {
        display: block !important;
    }

    .header {
        background: #fff;
        position: static;
        padding: 10px;
    }

    .logo {
        width: auto;
    }

    .logo span {
        font-size: 30px;
    }

    .searchbtn {
        display: none;
    }

    .searhbox01, .head .eng {
        display: none;
    }

    .head {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-right: 0;
    }

    .top i.searchbtn {
        display: none !important;
    }

    .nav, .headr .ce {
        display: none
    }

    .mob {
        display: block
    }

    .nav-icon {
        margin-left: auto;
        display: block;
        width: auto;
    }

    #menu {
        width: 0;
    }

    .more_ul {
        width: 220px;
        right: 0;
        left: auto;
    }

    ul.erji_nav {
        position: relative;
        left: auto;
        top: auto;
        display: none
    }

    .select_box .more_ul li a {
        background: #991019
    }

    a.yiji_nav {
        text-align: left;
        width: 85%;
        float: left;
        text-indent: 10px;
    }

    li.yiji_nav .jt {
        display: block;
        width: .2rem;
        height: .2rem;
        z-index: 122;
        position: absolute;
        right: 10px;
        top: 11px;
        background: url(../images/jtx.png) center center no-repeat;
        background-size: .15rem
    }

    .conbox-l {
        padding-right: 0;
    }

    .tch-name::before {
        left: -25px;
    }

    .tch-name h2::after {
        left: -32px;
    }

    .tch-name h2::before {
        left: -40px;
    }

    .tch-name h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .tch-name p {
        font-size: 16px;
    }

    .conbox-l .tch-name {
        display: none;
    }

    .conbox-r {
        position: relative;
        margin: 0 auto;
        right: 0;
    }

    .conbox {
        padding-right: 20px;
        padding-left: 40px;
    }

    .conbox-l {
        margin-right: 0;
    }

    .gg-tit {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .gg-tit h2 {
        font-size: 22px;
        margin-left: 30px;
    }

    .gg-tit-h2::before {
        left: -35px;
    }

    .gg-tit a {
        width: auto;
        padding: 0 10px;
        line-height: 22px;
        font-size: 12px;
        margin-top: 3px;
    }

  /*  .gg-tit-h2 h2.on::after {
        margin-top: 10px;
    }
*/
    .conbox::before {
        top: 15px;
        left: 15px;
    }

    .conbox-lr::after {
        content: "";
        position: absolute;
        left: 5px;
        top: 0;
        background: url(../images/zfx45.png) no-repeat;
        background-position: left center;
        width: 24px;
        height: 24px;
    }

    .tch-zw h3 {
        font-size: 20px;

    }

    .tch-zw div a {
        font-size: 14px;
    }

    .tch-zw ul li a {
        font-size: 14px;
    }

    .tch-zw ul li {
        margin: 0 10px;
    }

    .gg-box {
        padding: 15px;
    }

    .renqi>div span {
        font-size: 14px;
    }

    .text-list1 li a {
        padding-left: 25px;
    }

    .text-list1 li a p {
        font-size: 16px;
    }

    .text-list1 li a span {
        font-size: 18px;
        min-width: 150px;
        margin-right: 10px;
    }

    .text-list3 li a {
        padding: 25px 30px 15px 40px;
    }

    .text-list3 li {
        margin-top: 25px;
    }

    .text-list3 li a h3 {
        font-size: 18px;
    }
    .text-list5 li a{
        font-size: 16px;

    }

    .pic-list1 li {
        width: 18%;
        margin-left: 2.5%;
    }

    .pic-list1 li:nth-child(7n+1) {
        margin-left: 2.5%;
    }

    .pic-list1 li:nth-child(5n+1) {
        margin-left: 0;
    }

}

@media only screen and (max-width:959px) {}

@media only screen and (max-width:768px) {
    .logo {
        font-size: 0;
    }

    .logo span {
        font-size: 16px;
    }

    .logo a {
        width: 50%;
        margin-right: auto;
    }

    .logo i {
        margin: 0 5px;
    }

    .logo img {
        width: 100%;
    }

    .logo span {
        margin-right: auto;
        line-height: normal;
    }

    .gg-tit h2 {
        font-size: 18px;
        margin-left: 10px;
    }

    .conbox {
        margin-top: -100px;
        padding-bottom: 80px;
    }

    .conbox-r {
        width: auto;
        max-width: 290px;
    }

    .gg-box {
        padding: 15px 10px;
    }

    .text-list1 li a {
        padding-left: 20px;
    }

    .text-list1 li a span, .text-list3 li a h3 {
        font-size: 16px;
    }

    .pic-list1 li a h3 {
        font-size: 16px;
        line-height: 36px;
    }

    .text-list1 li a p, .text-list3 li a div {
        font-size: 14px;
    }

    .text-list1 li a {
        line-height: 32px;
    }

    .text-list1 li a::before {
        top: 23px;
    }

    .text-list1 li a span {
        display: block;
        float: none;
        margin-right: 0;
    }

    .text-list2 li a::before {
        top: 21px;
        border-left-width: 5px;
        border-top-width: 4px;
        border-bottom-width: 4px;
    }

    .text-list3 li a::before, .text-list3 li a::after {
        transform: skewX(0);
    }

    .text-list3 li a::before {
        top: 10px;
    }

    .text-list3 li a {
        margin-left: 0;
        margin-right: 0;
        padding: 15px 10px 10px 25px;
    }


    .pic-list1 li {
        float: none;
        display: inline-block;
        width: 30%;
        margin-left: 5%;
        margin-bottom: 20px;
    }

    .pic-list1 li:nth-child(5n+1), .pic-list1 li:nth-child(7n+1) {
        margin-left: 5%;
    }

    .pic-list1 li:nth-child(3n+1) {
        margin-left: 0;
    }

    .renqi::after {
        border-top-width: 30px;
    }

    .renqi>div {
        height: 30px;
        line-height: 30px;
    }



}

@media only screen and (max-width:480px) {
    .conbox {
        margin-top: -70px;
    }

    .gg-tit h2 {
        font-size: 14px;
    }

    .pic-list1 li {
        width: 48%;
        margin-left: 4%;
    }

    .pic-list1 li:nth-child(3n+1), .pic-list1 li:nth-child(5n+1), .pic-list1 li:nth-child(7n+1), .pic-list1 li:nth-child(3n+1) {
        margin-left: 4%;
    }

    .pic-list1 li:nth-child(2n+1) {
        margin-left: 0;
    }


}