@charset "utf-8";

/*初始样式*/

body {
    color: #333;
    font-size: 14px;
    font-family: "宋体";
}


/*网站字体颜色*/

body,
ul,
ol,
li,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
img,
span,
input {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
    font-family: "宋体";
}


/*for ie f6n.net*/

a:focus {
    outline: 0;
}


/*for ff f6n.net*/


/*a:hover { text-decoration:underline;}*/

img {
    border: none;
}

.vam {
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

p {
    word-spacing: -1.5px;
    font-family: "宋体";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "宋体";
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.center {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pa {
    position: absolute;
}

.pr {
    position: relative
}

i,
em {
    font-style: normal;
}

.clearfix:after {
    content: "";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}


/* -- 页面整体布局 -- */

.p14-product-2-list dl:nth-child(4n) {
    margin-right: 0;
}

.content {
    width: 1200px;
    margin: 0 auto;
    font-family: "宋体";
}

.tit {
    text-align: center;
    font-weight: normal;
    position: relative;
    padding-bottom: 16px;
}

.tit:after {
    position: absolute;
    width: 58px;
    height: 3px;
    content: "";
    background: #3266c7;
    left: 50%;
    margin-left: -29px;
    bottom: 0;
}

.tit span {
    display: block;
    font-size: 40px;
    color: #333;
    line-height: 40px;
}

.tit i {
    display: block;
    font-size: 20px;
    color: #666;
    line-height: 20px;
    padding-top: 11px;
}


/*banner*/

.banner {
    position: relative;
}

.banner li {
    width: 100%;
}

.banner li img {
    display: block;
    width: 100%;
}

.banner .content {
    position: relative;
}

.ban_pg {
    position: absolute;
    left: 0;
    bottom: 30px;
    height: 16px;
    z-index: 10;
    width: 100%;
    text-align: center;
}

.ban_pg i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 100%;
    margin: 0 15px;
    vertical-align: top;
}

.ban_pg i.on {
    background: #3266c7;
}

.banner .prev {
    display: none;
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -37px;
    z-index: 10;
    opacity: 0.5;
}

.banner .next {
    display: none;
    position: absolute;
    right: 5%;
    top: 50%;
    margin-top: -37px;
    z-index: 10;
    opacity: 0.5;
}

.banner:hover .prev,
.banner:hover .next {
    display: block;
}


/*search*/

.search {
    height: 80px;
    border-bottom: 1px solid #eaeaea;
}

.search p {
    float: left;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    color: #666;
}

.search p a {
    margin-right: 10px;
    color: #666;
}

.search p a:hover {
    color: #3266c7;
}

.s_box {
    float: right;
    height: 40px;
    margin-top: 20px;
}

.s_box .txt {
    float: left;
    width: 176px;
    padding-left: 12px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    border: 0;
    border-left: 2px solid #333;
    background: none;
    outline: 0;
    margin-top: 10px;
}

.s_box .btn {
    float: right;
    width: 40px;
    height: 40px;
    border: 0;
    background: url(../images/sou.png) no-repeat center;
    outline: 0;
    cursor: pointer;
}


/*yz*/

.yz {
    padding: 70px 0 0;
    height: 150px;
}

.yz ul {
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.yz li {
    display: inline-block;
    margin: 0 50px;
    position: relative;
    transition: all 0.5s;
}

.yz li:after {
    position: absolute;
    width: 28px;
    height: 39px;
    content: "";
    background: url(../images/line1.png) no-repeat;
    right: -64px;
    top: 24px;
}

.yz li span {
    display: block;
    height: 44px;
}

.yz li i {
    display: inline-block;
    font-size: 60px;
    color: #333;
    font-weight: bold;
    line-height: 44px;
    font-family: Arial;
    vertical-align: bottom;
    letter-spacing: -2px;
}

.yz li em {
    display: inline-block;
    width: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #3266c7;
    border-radius: 100%;
    margin-left: 5px;
}

.yz li p {
    font-size: 20px;
    color: #333;
    line-height: 20px;
    padding-top: 15px;
}

.yz li:last-child:after {
    display: none;
}

.yz li:last-child em {
    font-weight: bold;
}

.yz li:hover {
    transform: translateY(-10px);
}


/*pro*/

.pro {
    height: 1425px;
    padding-top: 60px;
    box-sizing: border-box;
    background: url(../images/pro_bg.jpg) no-repeat center 0;
}

.pro h2 {
    margin-bottom: 50px;
}

.pro_l {
    float: left;
    width: 300px;
    border-radius: 20px;
    background: #fff;
    padding-top: 30px;
    height: 760px;
    overflow: hidden;
}

.pro_l li {
    padding: 30px 48px 20px 32px;
    position: relative;
    margin-bottom: -1px;
}

.pro_l li:after {
    position: absolute;
    width: 220px;
    height: 1px;
    content: "";
    background: #d6d6d6;
    left: 32px;
    bottom: 0;
}

.pro_l li h3 a {
    display: block;
    height: 27px;
    line-height: 27px;
    font-size: 20px;
    color: #333;
    background: url(../images/jia1.png) no-repeat right center;
    margin-bottom: 5px;
}

.pro_l li p {}

.pro_l li p span {
    float: left;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    width: 100px;
}

.pro_l li p a {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.pro_l li p a:hover:after {
    position: absolute;
    width: 110%;
    height: 5px;
    content: "";
    background: rgba(255, 255, 255, 0.4);
    left: -5%;
    bottom: 7px;
    z-index: -1;
}

.pro_l li p span:nth-child(2n) {
    float: right;
}

.pro_l li:nth-child(4) p span {
    width: 70px;
    float: left;
}

.pro_l li.cur {
    background: #3266c7;
}

.pro_l li:last-child:after,
.pro_l li.cur:after {
    display: none;
}

.pro_l li.cur h3 a {
    color: #fff;
    background: url(../images/jia2.png) no-repeat right center;
}

.pro_l li.cur p a {
    color: #fff;
}

.pro_r {
    float: right;
    width: 890px;
    height: 790px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.pro_bd dl {
    height: 790px;
    position: relative;
}

.pro_bd dd {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 55px 100px 0;
    box-sizing: border-box;
}

.pro_bd dd h4 {
    font-size: 30px;
    color: #141414;
    line-height: 30px;
    height: 45px;
    position: relative;
    margin-bottom: 12px;
}

.pro_bd dd h4 a {
    color: #141414;
}

.pro_bd dd h4:after {
    position: absolute;
    width: 64px;
    height: 2px;
    content: "";
    background: #3266c7;
    left: 0;
    bottom: 0;
}

.pro_desc p {
    float: left;
    font-size: 16px;
    color: #141414;
    line-height: 38px;
    padding-left: 22px;
    background: url(../images/gou.png) no-repeat left center;
    box-sizing: border-box;
}

.pro_desc p:nth-child(2n) {
    float: right;
    width: 295px;
    white-space: nowrap;
}

.pro_bd dd .xq {
    position: absolute;
    width: 61px;
    height: 73px;
    content: "";
    background: url(../images/pro_xq.png) no-repeat;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 14px;
    text-align: center;
    padding: 15px 0 0 24px;
    box-sizing: border-box;
}

.pro_bd dl.md dd {
    padding: 55px 60px 0;
}

.pro_bd dl.md dd p:nth-child(2n) {
    width: 350px;
}

.pro_pg {
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 10;
}

.pro_pg i {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #fff;
    margin-left: 20px;
}

.pro_pg i.on {
    background: #3266c7;
}

.pro_list {
    margin-top: 50px;
    position: relative;
}

.pro_list li {
    float: left;
    width: 390px;
    height: 292px;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.pro_list li img {
    width: auto;
    height: 292px;
    transition: all 0.5s;
    display: block;
    margin: 0 auto;
}

.pro_list li:hover img {
    transform: scale(1.05);
}

.pro_list li h4 {
    position: absolute;
    left: 60px;
    bottom: 26px;
    padding-right: 26px;
    background: url(../images/pro_jt.png) no-repeat right center;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    font-weight: normal;
}

.pro_list .prev {
    position: absolute;
    width: 47px;
    height: 47px;
    left: -68px;
    top: 120px;
}

.pro_list .next {
    position: absolute;
    width: 47px;
    height: 47px;
    right: -68px;
    top: 120px;
}


/*fea*/

.fea {
    height: 660px;
    padding-top: 100px;
    background: url(../images/fea_bg.jpg) no-repeat center 0;
}

.fea h2 {
    margin-bottom: 50px;
}

.fea_con dl {
    float: left;
    width: 300px;
    height: 426px;
    overflow: hidden;
    border-radius: 40px 0px 40px 0px;
    transition: transform 0.5s;
}

.fea_con dt {
    height: 226px;
    padding: 48px 44px 0;
    box-sizing: border-box;
    background: url(../images/line2.png) no-repeat bottom center;
}

.fea_con dt i {
    display: block;
    width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 100%;
    background: #3266c7;
    margin: 0 0 12px;
}

.fea_con dt h3 {
    font-size: 28px;
    color: #333;
    line-height: 34px;
    font-weight: normal;
}

.fea_con dt h3 b {
    display: block;
}

.fea_con dd {
    padding: 0 44px;
    height: 200px;
    position: relative;
}

.fea_con dd p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    padding-top: 22px;
}

.fea_con dd em {
    display: none;
    position: absolute;
    width: 82px;
    height: 73px;
    line-height: 53px;
    padding: 20px 0 0 22px;
    box-sizing: border-box;
    text-align: center;
    content: "";
    background: url(../images/num_bg.png) no-repeat;
    right: 0;
    bottom: 0;
    font-size: 24px;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
}

.fea_con dl.cur {
    background: #fff;
    box-shadow: 0 0 20px rgba(17, 68, 45, 0.2);
    transform: translateY(-10px);
}

.fea_con dl.cur dt {
    background: #3266c7;
}

.fea_con dl.cur h3 {
    color: #fff;
}

.fea_con dl.cur dt i {
    background: #fff;
}

.fea_con dl.cur dt img {
    position: relative;
    top: -75px;
}

.fea_con dl.cur em {
    display: block;
}

.fea_con dl.cur p {
    color: #333;
}


/*case*/

.case {
    padding: 90px 0;
    background: #f4f4f4;
}

.case_ctg {
    margin: 48px 0 0;
    height: 126px;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.case_ctg li {
    display: inline-block;
    margin-right: 70px;
    position: relative;
}

.case_ctg li:after {
    position: absolute;
    width: 6px;
    height: 10px;
    content: "";
    background: url(../images/case_jt.png) no-repeat;
    right: -38px;
    top: 45px;
}

.case_ctg li i {
    display: block;
    height: 48px;
    margin: 0 auto;
    overflow: hidden;
}

.case_ctg li i img {
    position: relative;
    top: 0;
    transition: all 0.3s;
}

.case_ctg li span {
    display: block;
    font-size: 20px;
    color: #333;
    line-height: 40px;
}

.case_ctg li:last-child:after {
    display: none;
}

.case_ctg li:hover img {
    top: -48px;
}

.case_ctg li:hover span {
    color: #3266c7;
    font-weight: bold;
}

.case_con {
    height: 506px;
    overflow: hidden;
}

.case_l {
    float: left;
    width: 862px;
    height: 506px;
    position: relative;
}

.case_l dl {
    height: 506px;
    position: relative;
}

.case_l dt img {
    width: 862px;
    height: 506px;
}

.case_l dd {
    position: absolute;
    width: 507px;
    padding: 0 40px;
    box-sizing: border-box;
    height: 202px;
    background: #3266c790;
    left: 0;
    bottom: 0;
}

.case_l dd h4 {
    font-size: 24px;
    line-height: 24px;
    height: 42px;
    position: relative;
    margin: 32px 0 10px;
}

.case_l dd h4 a {
    color: #fff;
}

.case_l dd h4:after {
    position: absolute;
    width: 40px;
    height: 2px;
    background: #fff;
    content: "";
    left: 0;
    bottom: 0;
}

.case_l dd p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    opacity: 0.9;
}

.case_pg {
    position: absolute;
    left: 40px;
    bottom: 25px;
    z-index: 10;
}

.case_pg i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/case_c2.png) no-repeat center;
    margin-right: 10px;
}

.case_pg i.on {
    background: url(../images/case_c1.png) no-repeat center;
}

.case_r {
    float: right;
    width: 330px;
}

.case_r li {
    height: 249px;
    overflow: hidden;
    position: relative;
    margin-bottom: 8px;
}

.case_r li img {
    width: 330px;
    height: 249px;
    transition: all 0.5s;
}

.case_r li span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 47px;
    line-height: 47px;
    padding: 0 18px;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    /*background: url(../images/case_tm.png) no-repeat;*/
    background-image: linear-gradient(124deg, #3266c7 0%, #ef96c500 100%);
}

.case_r li:hover img {
    transform: scale(1.05);
}

.coop li {
    float: left;
    width: 200px;
    height: 100px;
    padding: 20px 0;
    background: #fff;
}

.coop li img {
    width: 200px;
    height: 100px;
    filter: grayscale(100%);
}

.coop li:hover img {
    filter: grayscale(0);
}


/*ys*/

.ys {
    padding: 88px 0 0;
}

.ys h2 {
    margin-bottom: 50px;
}

.ys_bd dl {
    width: 1065px;
    float: left;
    overflow: hidden;
    margin-right: 50px;
}

.ys_bd dt img {
    display: block;
    width: 1065px;
    height: 618px;
}

.ys_bd dd {
    height: 196px;
    background: #f4f4f4;
    padding: 0 100px;
    border-radius: 0 0 40px 40px;
}

.ys_bd dd h3 {
    float: left;
    font-size: 33px;
    color: #333;
    line-height: 39px;
    margin-top: 56px;
    padding-right: 80px;
    background: url(../images/ys_jt1.png) no-repeat right center;
}

.ys_bd dd p {
    float: right;
    width: 550px;
    font-size: 16px;
    color: #333;
    line-height: 26px;
    margin-top: 60px;
}

.ys_con .tempWrap {
    margin-left: -1048px;
}

.ys_bd dl.cur dd {
    background: #3266c7;
}

.ys_bd dl.cur dd h3 {
    color: #fff;
    background: url(../images/ys_jt2.png) no-repeat right center;
}

.ys_bd dl.cur dd p {
    color: #fff;
}

.ys_con {
    position: relative;
}

.ys_con .prev {
    position: absolute;
    left: 80px;
    top: 300px;
    z-index: 10;
}

.ys_con .next {
    position: absolute;
    right: 80px;
    top: 300px;
    z-index: 10;
}


/*news*/

.news {
    padding: 100px 0 90px;
}

.news h3 {
    height: 48px;
    line-height: 48px;
    margin-bottom: 40px;
    font-weight: normal;
}

.news h3 b {
    float: left;
    font-size: 24px;
    color: #333;
    padding-left: 16px;
    background: url(../images/new_l.png) no-repeat left center;
}

.news h3 i {
    float: right;
    padding-left: 20px;
    font-size: 14px;
    color: #333;
    background: url(../images/san1.png) no-repeat left center;
}

.new_l {
    float: left;
    width: 600px;
    height: 337px;
    position: relative;
    border-radius: 0 20px 0 20px;
    overflow: hidden;
}

.new_l:after {
    position: absolute;
    width: 236px;
    height: 52px;
    background: #fff;
    content: "";
    border-radius: 22px 0 0 0;
    z-index: 10;
    right: 0;
    bottom: 0;
}

.new_l:before {
    position: absolute;
    width: 1px;
    height: 12px;
    content: "";
    background: #dadfe9;
    right: 58px;
    bottom: 16px;
    z-index: 20;
}

.new_l li {
    height: 337px;
    position: relative;
}

.new_l li img {
    width: 600px;
    height: 337px;
}

.new_l li h4 {
    position: absolute;
    width: 100%;
    font-weight: normal;
    left: 0;
    bottom: 0;
    height: 52px;
    line-height: 52px;
    padding: 0 25px;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    background: #3266c7;
}

.new_l .prev {
    position: absolute;
    width: 7px;
    height: 12px;
    overflow: hidden;
    right: 76px;
    z-index: 20;
    bottom: 16px;
}

.new_l .next {
    position: absolute;
    width: 7px;
    height: 12px;
    overflow: hidden;
    right: 33px;
    z-index: 20;
    bottom: 16px;
}

.new_l .prev:hover img,
.new_l .next:hover img {
    top: -12px;
    position: relative;
    display: block;
}

.new_pg {
    position: absolute;
    left: 414px;
    bottom: 16px;
    z-index: 20;
}

.new_pg i {
    display: inline-block;
    width: 12px;
    height: 12px;
    content: "";
    background: #d8d8d8;
    border-radius: 100%;
    margin-right: 12px;
}

.new_pg i.on {
    background: #3266c7;
}

.new_r {
    float: right;
    width: 537px;
    margin-top: -40px;
}

.new_r li {
    height: 132px;
    padding-top: 42px;
    box-sizing: border-box;
    padding-right: 35px;
    border-bottom: 1px solid #e4e4e4;
}

.new_r li i {
    float: left;
    width: 130px;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    font-weight: bold;
}

.new_r li h4 {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    font-weight: normal;
}

.new_r li:hover i {
    color: #3266c7;
}

.new_r li:hover h4 a {
    font-weight: bold;
}

.new_r li:last-child {
    border: 0;
}

.wd {
    margin-top: 30px;
}

.wd li {
    float: left;
    width: 266px;
    margin-right: 45px;
}

.wd li:last-child {
    margin-right: 0;
}

.wd li i {
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 0 0 0 10px;
    line-height: 34px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #727272;
    font-weight: bold;
}

.wd li p {
    float: left;
    width: 232px;
    height: 178px;
    padding: 2px 24px 0;
    box-sizing: border-box;
    transition: all 0.3s;
}

.wd li p span {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 28px;
}

.wd li p span a {
    color: #6e6e6e;
}

.wd li p .xq {
    display: none;
    font-size: 14px;
    line-height: 24px;
    color: #6e6e6e;
    margin-top: 35px;
}

.wd li.cur p {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 22px 40px 0;
    border-radius: 0 10px 10px 10px;
}

.wd li.cur p .xq {
    display: block;
}

.wd li.cur i {
    background: #3266c7;
}

.wd li p span:hover a,
.wd li p .xq:hover {
    color: #3266c7;
}


/*abt*/

.abt {
    background: #f4f4f4;
    padding: 0 0 70px;
}

.abt dl {
    height: 626px;
}

.abt dt {
    float: right;
    width: 957px;
    height: 626px;
    margin-right: -360px;
}

.abt dd {
    float: left;
    margin-top: 120px;
    width: 485px;
}

.abt dd h2 {
    text-align: left;
}

.abt dd h2:after {
    left: 0;
    margin-left: 0;
}

.abt_desc {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    margin: 42px 0 34px;
}

.abt dd .more {
    display: block;
    width: 124px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border: 2px solid #e0e0e0;
    border-radius: 20px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
}

.abt dd .more:hover {
    color: #3266c7;
    border-color: #3266c7;
}

.album {
    height: 330px;
    padding: 35px 32px 0;
    background: #fff;
    margin-top: -84px;
    position: relative;
    z-index: 10;
}

.album h3 {
    height: 46px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 24px;
    position: relative;
    font-weight: normal;
}

.album h3 span {
    float: left;
    background: url(../images/abt_l.png) no-repeat 132px 3px;
}

.album h3 span a {
    display: inline-block;
    font-size: 18px;
    color: #141414;
    height: 44px;
    line-height: 30px;
    margin-right: 46px;
    padding-left: 42px;
}

.album h3 span a:nth-child(1) {
    background: url(../images/abt_ic1.png) no-repeat;
}

.album h3 span a:nth-child(2) {
    background: url(../images/abt_ic2.png) no-repeat;
}

.album h3 .jia {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    transition: all 0.5s;
}

.album h3 .jia:hover {
    transform: rotateZ(90deg);
}

.album h3 span a.on {
    border-bottom: 3px solid #3266c7;
    font-weight: bold;
}

.album_list li {
    float: left;
    width: 268px;
    margin-right: 21px;
}

.album_list li img {
    display: block;
    width: 268px;
    height: 202px;
}

.album_list li span {
    display: block;
    font-size: 14px;
    color: #666;
    height: 48px;
    line-height: 48px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.album_list .tempWrap {
    width: 100% !important;
}

.mob_nav{
    display: none;
}
.mob_head{
    display: none;
}
.mob_banner{
    display: none;
}
.mob_index_news{
    display: none;
}
.mob_index_about{
    display: none;
}
.gsgk dl dt {
    width: 580px;
    height: 300px;
    background: #ddd;
    float: left;
}

.gsgk dl dd {
    width: 579px;
    float: right;
    /*margin-top: 20px;*/
}
.mob_foot{display:none;}
@media (max-width: 768px){
    .mob_foot {
    display: block;
    position: fixed;
    z-index: 10;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: #fe0000;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.mob_foot a {
    width: 80%;
    border-radius: 50px;
    background: #fff;
    text-align: center;
    display: block;
    padding: 3px 0;
    color: black;
    font-size: 24px;
}
    .head{
        display: none;
    }
    body{
        min-width: unset;
    }
    .head{
        display: none;
    }
    .mob_head{
        display: block;
        z-index: 999;
        background: #fff;
        width: 100%;
    }
    .mob_head p{
        font-size: 21px;
        font-weight: bold;
        padding: 15px;
        color: #323232;
    }
    
    .mob_head .bottom{
        position: fixed;
        top: 20px;
        right: 20px;
        width: 30px;
        height: 30px;
        z-index: 999;
    }
    .mob_head .bottom span{
        display: block;
        height: 3px;
        width: 80%;
        background: #323232;
        margin: 0 auto;
        margin-bottom: 3.9px;
    }
    .banner,.yz.content{
        display: none;
    }
    .mob_banner{
        display: block;
    }
    .mob_banner img{
        width: auto;
        max-width:100%;
    }
    .content{
        width: auto;
    }
    .pro_l{
        float: unset;
        margin: 0 auto;
        height: auto;
    }
    .pro_r{
        float: unset;
        width: 100%;
        margin-top:20px;
        height: auto;
    }
    .pro_bd dd{
        display: none;
    }
    .pro_bd dl{
        height: auto;
    }
    .pro{
        height: auto;
    }
    .pro_list .prev{
        left: 0;
    }
    .pro_list .next{
        right: 0;
    }
    .case{
        display: none;
    }
    .ys{
        display: none;
    }
    .new_l{
        width: auto;
        float: unset;
    }
    .news .new_l{
        display: none;
    }
    .news .new_r{
        width: auto;
        float: unset;
        padding:0 20px;
    }
    .new_r li{
        padding-top:0 ;
        padding-right:0 ;
        height: 50px;
        border: 0;
    }
    .news .new_r ul{
        margin-top: 85px;
    }
    .wd li{
        float: unset;
        padding: 10px;
        margin: 0 auto;
        
        overflow: hidden;
        margin-bottom:10px ;
    }
    .wd li.cur p{
        padding: 20px;
    }
    .wd li:last-child{
        margin:0 auto;
    }
    .wd li p{
        height: 150px;
    }
    .news h3,.news .new_r,.wd{
        display: none;
    }
    .mob_index_news{
        display: block;
        padding: 50px 18px;
    }
    .mob_index_news .box a{
        display: block;
        margin-bottom: 20px;
    }
    .mob_index_news .box .title{
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: bold;
    }
    .abt{
        display: none;
    }
    .news.content{
        padding: 0;
    }
    .mob_index_about{
        display: block;
        padding:0 20px;
    }
    .mob_index_about .p1{
        font-size: 36px;
        color: #333;
        display: block;
        line-height: 60px;
    }
    .mob_index_about .p2{
        color: #666;
        font-size: 20px;
        line-height: 35px;
    }
    .mob_index_about .p3{
        background: #3266c7;
        height: 3px;
        width: 58px;
        margin: 10px 0;
        margin-bottom: 39px;
    }
    .mob_index_about .p4{
        color: #333;
        line-height: 30px;
    }
    .mob_index_about a{
        display: block;
        margin: 20px 0;
        border: 2px solid #e9e9e9;
        border-radius: 100px;
        padding: 10px 5px;
        width: 100px;
        text-align: center;
        font-weight: bold;
    }
    div .foot{
        background: #6f6f6f;
        height:auto;
    }
    .tact{
        display: none;
    }
    .sao{
        display: none;
    }
    .f_lg{
        float:unset;
        width: auto;
        padding-left:15px;
    }
    .content .f_bt{
        height: auto;
        line-height: 22px;
        text-align: center;
        padding:10px 20px ;
        overflow: hidden;
        margin-bottom: 50px;
        background: #fff;
    }
    .f_bt p.fr a{
    
        display: inline-block;
    }
    .f_con{
        height: 298px;
    }
    .news.content{
        margin-top:50px ;
    }
    .ty-banner-1 a img{
        margin-left:0 !important;
        max-width: 100%;
    }
    .blk{
        width: auto;
    }
    .tl-fdh-02.blk{
        display: none;
    }
    .content1{
        width: auto;
    }
    .gsgk dl dt{
        width: auto;
    }
    .gsgk.content1{
        width: auto;
    }
    .gsgk dl dd{
        width: auto;
        padding: 20px;
    }
    .intro.content1{
        display: none;
    }
    .ty-banner-1 img{
        max-width:100% !important;
    }
    body .blk-main{
        width: auto;
    }
    .p12-aboutinfo-1 .content{
        width: auto;
    }
    .content .kfay{
        width: auto;
    }
    .content .kfay dd{
        width: auto;
        padding: 20px;
    }
    .content .kfay dt{
        float:unset;
        margin: 0 auto;
    }
    .content .wm-l{
        width: auto;
    }
    .content .wm-l h4{
        width: auto;
    }
    .foot .content{
        width: auto;
    }
    .blk-sm{
        width: auto;
    }
    .blk-main .k12-cl-cplb-2nt2-1-01-list dl{
        width: 48%;
        margin-left:1%;
        margin-right:1%;
    }
}