@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;
    word-break: break-word;
}

body {
    background: #f5f5f5 url(../images/body-bj.jpg) repeat;
    padding-top:98px
}


@font-face {font-family: "sySong";src: url("../fonts/sySong.woff") format("woff");font-style: normal;font-weight: normal}

.sySong{font-family: "sySong"}

.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;
}

.page_zh{padding-bottom:0;padding-top:30px}
.page_zh .conbox-l{padding-bottom:120px}






/*翻页条*/



.pages table{width:auto !important; margin:0 auto}
 tbody{
     border: none;
  
 }
.pages table td,.pages table td div {
    font-family: "微软雅黑" !important;
}

.pages .PrevDisabled,.pages .Next,.pages a.Prev,.pages .NextDisabled {
    border: 1px solid #930b0d !important;
    height: 25px !important;
    line-height: 25px !important;
    color: #930b0d !important;
    padding: 0 10px !important;
    font-family: "微软雅黑" !important;
    vertical-align: middle;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.pages input[type="button"] {
    padding: 0 10px !important;
    height: 25px !important;
    ; line-height: 25px !important;
    background: #930b0d !important;
    color: #fff !important;
    border: 0 !important;
    vertical-align: top;
    box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.pages input.defaultInputStyle {
    margin-left: 5px !important;
    margin-right: 5px !important;
    border: 1px solid #333 !important;
    height: 25px !important;
    line-height: 25px !important;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 5px !important;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.defaultButtonStyle {
    FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#930b0d, EndColorStr=#930b0d)!important;
    CURSOR: pointer;
    line-height: 14px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#930b0d), to(#930b0d))!important;
    background: -moz-linear-gradient( top,#930b0d,#930b0d)!important;
    background: -ms-linear-gradient(top,#930b0d 0%,#930b0d 100%)!important;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}




.list-more{
    height: 36px;
    line-height: 36px;
    width: 100%;
    background: #930b0d;
    color: #fff;
    border-radius: 18px;
    margin-top: 20px;
}

.conbox-l {padding: 0 45px 0 103px;}


.conbox-l:before {
    content: "";
    position: absolute;
    left: 48px;
    bottom: 0;
    top: 0;
    width: 1px;
    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: 100%;
    right: 0;
    z-index: 3;
    display: none;
}

.searhbox01 .text {
    width: calc(100% - 45px);
    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;
    background: #930b0d;
}

.searhbox01 .btn svg {
    vertical-align: middle;
}

.header {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #930b0d;
}

.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; */
    line-height: 98px;
}

.logo a {
    display: inline-block;
}

.logo i {
    width: 6px;
    height: 6px;
    margin: 0 20px;
    background: rgba(255,255,255,.3);
    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: #fff;
    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% - 600px);
}

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: block;
    padding: 0 20px;
    /* height: 95px; */
    line-height: 98px;
    text-align: center;
    margin-left: 0px;
    color: #fff;
    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;
    transition: .3s all ease-in;
}

.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.8);
    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: 99px;
    right: 0px;
    background: rgba(164, 13, 13, 0.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: 98px;
    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
}


.site_nav{margin:10px 0 0 0;text-align:right}
.i_pos{display:inline-block;width:19px;height:16px;background:url(../images/i_pos.png) 50% no-repeat;}
.site_nav a,.site_nav em{color: #666;display:inline-block;padding: 0 12px;font-size: 16px;transition: .3s all ease-in;}
.site_nav a:hover{color: #a5262b;}
.site_nav b{color: #aaa;font-family: cursive;}
.site_nav em,.list_link a:hover,.nav_list>a:hover{color: #a5262b;}


.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 {
}



.y{top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}

.more{color: #930b0d;top:50%;z-index: 66;position: absolute;right:0;display: block !important;font-size: 18px;}
.more b{position: relative;display: inline-block;width: 20px;height: 1px;background: #930b0d;vertical-align: middle;margin: 0 0 0 10px;}
.more b:before{content:'';position:absolute;right: 0;bottom: 3px;width: 8px;height: 1px;background: #930b0d;transform: rotate(40deg);overflow:hidden;}
.more:hover b{animation:to_Right linear .9s infinite}


@-webkit-keyframes to_Right{0%,100%{transform:translateX(3px)}50%{transform:translateX(-3px)}}@keyframes to_Right{0%,100%{transform:translateX(3px)}50%{transform:translateX(-3px)}}



.info_box{margin: 40px auto 0;padding: 40px 50px;overflow: hidden;color: #fff;line-height: 24px;font-size: 16px;}
.info_box:before{content:none}
.info_box:after{content:'';position: absolute;left: 0;top:0;bottom:0;right: 0;background: #930b0d url(../images/bg_info.jpg) 50% no-repeat;background-size: 100% 100%;z-index: -1;}

.grjj{padding:20px 0 0;margin: 20px 0 0;border-top:1px solid #eee;}

.list_research a{display:block;padding: 16px 15px 16px 26px;font-size: 18px;border-bottom:1px solid #eee;position: relative;transition:.3s all ease-in;line-height: 24px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.list_research a p{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}

.list_research a:hover{color:#930b0d;font-size: 20px;}
.list_research a:before{content:'';position: absolute;left: 0;bottom:0;width:0;height:1px;background:#930b0d;transition:.3s all ease-in;}
.list_research a:hover:before{width:100%}
.list_research a:after{content:'';position: absolute;left: 2px;top:50%;width: 5px;height: 5px;border: 1px solid #930b0d;transform:rotate(45deg);margin-top: -5px;transition:.3s all ease-in;}
.list_research a:hover:after{background:#930b0d;transform: rotate(135deg);}

.list_team a{padding-right:60px;}
.list_team time{position:absolute;right:0;color: #999;font-size: 18px;}

.team_des{line-height:30px;/* padding:0 12px; */font-size: 16px;}
.team_des h4{font-size:18px;color:#930b0d;font-weight: 700;padding: 0 0 0 14px;border-left: 2px solid #930b0d;line-height: 22px;margin: 0 0 14px;}

.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;
    padding: 20px 0 0;
}

.gg-tit {
    line-height: 30px;
    position: relative;
    border-bottom: 1px dashed #ddd;
    margin: 0 0 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: 10px; */
    cursor: pointer;
    font-family: "sySong";
    position: relative;
    padding: 20px 0;
}

.gg-tit h2:before{content:'';position: absolute;left:0;right:0;bottom: -1px;height:2px;background:#930b0d;z-index: 6;}



.gg-tit h2:first-child {
    margin-left: 0;
}

.gg-tit-h2 b {
    position: absolute;
    left: -63px;
    top: 50%;
    background: #930b0d;
    background-position: left center;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    margin-top:-10px;
}

.c,.gg-tit-h2 b:before,.gg-tit-h2 b:after{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}

.gg-tit-h2 b:before,.gg-tit-h2 b:after{content:'';position:absolute;border:1px solid #e1b9ba;display:block;width:15px;height:15px;border-radius:50%;z-index: -1;}
.gg-tit-h2 b:before{-webkit-animation:warn 2s ease 0s;-moz-animation:warn 2s ease 0s;animation:warn 2s ease 0s;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-iteration-count:infinite}
.gg-tit-h2 b:after{-webkit-animation:warn 2s ease 1s;-moz-animation:warn 2s ease 1s;animation:warn 2s ease 1s;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-iteration-count:infinite}
@keyframes warn{0%{width:15px;height:15px;opacity:1}70%{opacity:.7}100%{width:55px;height:55px;opacity:0}}


.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;
    text-align: center;
    display: none;
}

.gg-tit a:first-child {
    display: block;
}

.gg-tit a:hover {
}

.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;
}


.info_box .pic{width: 240px;}

.pic {
    float: left;
    width: 100%;
    padding-top: 25%;
    position: relative;
    overflow: hidden;
    margin: 0 50px 0 0;
}


.pic-list1 .pic:hover img,.pic-list2 .pic:hover img{transform: translateX(-50%) translateY(-50%) scale(1.08);}
.pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translateX(-50%) translateY(-50%);
    transition: all 1s;
    border: 10px solid #fff;
}

.renqi {
    overflow: hidden;
    margin-top: 30px;
    padding: 20px 0 0;
    border-top: 1px solid rgba(255,255,255,.2);
}

.renqi>div {
    float: left;
    /* 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: 11px;
}

.renqi::before {
    /* 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; */
    /* padding: 0 50px 0 0; */
}

.tch-zw h3 span{font-size:16px;position: relative;}
.tch-zw h3 span:before{content:'/';display:inline-block;color:rgba(255,255,255,.3);margin:0 10px}

.tch-zw h3 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.tch-zw div {}


.info{overflow:hidden;}
.info_l{float:left;padding: 14px 0 0;max-width: 240px;}
.info_l,.info_l a{color:#fff}
.info_r{float:right;text-align:right;line-height: 32px;max-width: calc(100% - 240px);}

.info p{/* text-overflow: ellipsis; *//* overflow:hidden; *//* white-space:nowrap; */}

.a_link{width:calc(100% - 100px);color:#fff}
.btn_copy{display:inline-block;padding: 0 10px;background:#c27e34;border-radius:4px;margin:0 0 0 10px;color: #fff;font-size:14px}


.info_l div a {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    /* padding: 0 10px; */
    color: #fff;
    margin: 0 20px 0 0;
}

.tch-zw ul {
    font-size: 0;
}

.tch-zw ul li {
    display: inline-block;
    margin: 10px 25px 10px 0;
}

.tch-zw ul li a {
    display: block;
    line-height: 43px;
    padding-left: 15px;
    background: url(../images/list-right1.png) no-repeat;
    background-position: left 50%;
    font-size: 16px;
    color: #fff;
}

.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; 
}
.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: 20px 0 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;
    padding: 0 0 20px;
}

.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: #930b0d;
    background-position: center bottom;
    background-size: cover;
    padding: 52px 0 50px;
  /*  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 {
    display:inline-block;
    font-size: 16px;
    margin: 0 10px;
}

@media only screen and (max-width:1320px) {
    .header {
        padding-left: 10px;
        padding-right: 10px;
    }

    .info_box{margin-left:20px;margin-right:20px}
    .info_box:after{background-size:100% 100%}

    .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:1199px) {
    .grxx .info p{width:50%}
    .pic{margin:0 20px 0 0;}
    .info_box .pic{width:200px}
}

@media only screen and (max-width:1024px) {
    body{padding-top:0}
    .pc {
        display: none !important;
    }

    .wap {
        display: block !important;
    }

    .header {
        position: static;
        padding: 10px;
    }

    .logo {
        width: auto;
        line-height: 70px;
    }

    .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: 20px;
    }


    .conbox-l{margin-left:-20px;margin-right:-20px}

    .conbox-l {
        /* margin-right: 0; */
    }

    .gg-tit {
        /* padding-top: 35px; */
        /* padding-bottom: 20px; */
    }

    .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: 14px;
        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,.info_r {
        font-size: 14px;
    }

    .info_r{line-height:28px}
    .btn_copy{}
    .renqi{padding:14px 0 0;margin: 26px 0 0;}

    .info_box{padding: 30px 20px;}
    .tch-zw h3{margin-bottom:20px}

    .tch-zw ul li a {
        font-size: 14px;
    }

    .tch-zw ul li {
        margin:0 20px 0 0;
    }

    .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:1023px) {
    .page_zh{padding-top:10px}

    .info_box,.tch-zw ul li a{line-height: 26px}
    .info_box .pic{width:30%;padding-top:30%}
    .info_l,.info_r{float:none;max-width:none;text-align:left}

    .tch-zw h3{margin: 10px 0 0}

    .conbox-l{padding: 0 25px 0 83px; width:100%;}
    .gg-tit-h2 b{left: -43px;}

    .list_research{margin:-16px 0}
}

@media only screen and (max-width:959px) {}

@media only screen and (max-width:768px) {
    .site_nav a,.site_nav em{font-size:14px;padding:0 5px;}

    .info_box{margin: 30px 0 0;}
    .logo {
        font-size: 0;
        line-height: 50px;
    }

    .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: 22px;
        /* margin-left: 10px; */
    }

    /* .conbox {
        padding-bottom: 80px;
    } */

    .conbox-r {
        width: auto;
        max-width: 290px;
    }

    .gg-box {
        padding: 15px 20px;
    }

    .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: 767px) {
    .banner img{position: relative;width:160%;left:50%;margin-left:-80%}
    .conbox{padding-left:15px;padding-right:15px}
    .conbox-l{margin-left:-15px;margin-right:-15px}

    .info_box .pic{float:none;width:auto;padding-top:60%;margin:0 0 20px;}

    .info_box:after{background-image:url(../images/m_bg.jpg)}

    .info_box{/* margin-left:15px; *//* margin-right:15px; */}

    .conbox-l{padding: 0 15px 0 46px;}
    .conbox:before{left: 23px;}
    .gg-tit-h2 b{left: -28px;width:11px;height:11px}
    .gg-tit-h2 b:before, .gg-tit-h2 b:after{width:9px;height:9px}
    @keyframes warn{0%{width:9px;height:9px;opacity:1}70%{opacity:.7}100%{width:35px;height:35px;opacity:0}}

    .gg-tit h2{padding: 10px 0 16px;}
    .grxx .info p{width: 100%;float: none;}

    .footer{padding:36px 0 34px;}
    .footer p{line-height:24px}
    .footer p span{font-size:14px}
}

@media only screen and (max-width:480px) {
    .conbox {
        /* margin-top: -70px; */
    }

    .gg-tit h2 {
        font-size: 20px;
    }

    .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;
    }


}