@charset "utf-8";
body{ margin:0px; padding:0px;position: relative;}
a{ text-decoration:none;}
ul{ list-style:none; margin:0px; padding:0px;}
h1, h2, h3, h4, h5, h6, ol, dd, dl{ list-style:none;margin:0;padding:0px;}
li {
    list-style: none;
}
p{ margin:0px;}
.width{ width:1200px; margin:0 auto;}
.both{ clear:both;}
a{ color:#000; transition:0.5s;}
#box{ width:100%; position:relative; overflow:hidden; height:500px;}
#box img{ transition:0.3s; position:absolute; top:0px; left:0px; height:100%; width:100%; object-fit:cover;}
.arrow{width:100%;}
.arrow a{ position:absolute; top:45%; background-color:rgba(255,255,255,0.8);border-radius:50%; color:#333; font-size:24px; padding:10px 15px; opacity:0;}
#box:hover .arrow a{ opacity:1;}
#foot_nav {
    display: none;
}

.m2_case {
    margin: 0 auto;
    width: 1200px;
}
.m2_case ul li {
    position: relative;
    float: left;
    line-height: 0px;
    margin-right: 8px;
    width: 294px;
    height: 430px;
    overflow: hidden;
    padding-top: 55px;
}
.m2_case ul li .iw{width:294px; height:200px;display: block;overflow: hidden;}
.m2_case ul li .iw img{width:294px; height:200px;display: block;filter: opacity(85%);}
.m2_case ul li em{position: absolute;left:100px; top:0px; width: 95px;font-style:normal; height: 109px; background:url('../img/cs_n2.png') no-repeat center center;
                   text-align:center; line-height:99px; font-size:40px; color:rgb(10 87 177);}
.m2_case ul li font{position: absolute;left:100px; top:0px; width: 95px; height: 109px; background:url('../img/cs_n1.png') no-repeat center center;
                   text-align:center; line-height:99px; font-size:40px; color:rgb(10 87 177);}
.m2_case ul li span {
    display: block;
    padding: 12px 19px 0;
    height: 250px;
    width: 256px;
    background: #f1f1f1;
    color: #333!important;
    font-size: 15px;
    line-height: 28px;
}
.m2_case ul li span b{color:rgb(10 87 177); display: block; text-align:center; font-size: 20px; line-height: 62px;}
.m2_case ul li.cs_li2 span{background: #f1f1f1; color: #000;}
.m2_case ul li.cs_li2 b{color: rgb(10 87 177);}
.m2_case ul .nones{ margin-right:0px;}
.m2_case ul li.cs_li2{ margin-top: 55px;}
.m2_case ul li:hover span{background:#f1f1f1;transition: 0.3s;}
.m2_case ul li.cs_li2:hover span{background:#f1f1f1;transition: 0.3s;}
.m2_case ul li:hover img{transform:scale(1.1);transition: transform 0.5s ease-out 0s;}
.m2_case ul li:hover em,.m2_case ul li:hover font{transform: rotate(360deg); transition: transform 0.3s ease-out 0s;}

.mcon2 {
    margin: 31px auto;
}
.clear {
    clear: both;
}





.top {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #ddd;
    color: #333;
    background:#fff;
}

.top a {
    line-height: 35px;
    font-size: 14px;
    color:#333;
}
.clear{clear:both;}
.fl{
    float: left;
}
.fr{
    float: right;
}
.remen h1 {
    font-weight: bold;
    float:right;
    margin: 0;
    color: #333;
    font-size: 14px;
}
.head {
    height: 120px;
}

.head .logo {
    color: #000000;
    font-size: 38px;
    font-weight: bold;
    /* margin-top: 34px; */
}
.head .logo img{
	width:100%;
}
.head .tel {
    padding-top: 25px;
}

.logo_tel {
    padding-top: 17px;
    height: 100px;
    float: right;
    background: url(../img/tel.jpg) left center no-repeat;
    padding-left: 64px;
    box-sizing: border-box;
    margin-top: 7px;
}
.logo_tel p {
    height: 30px;
    line-height: 30px;
    float: left;
    color: #000;
    font-size: 16px;
}
.logo_tel p span {
    display: block;
    font-size: 37px;
    color:rgb(238, 0, 0);
    font-weight: bold;
    margin-top: 2px;
    line-height: 33px;
    font-family: DINProb!important;
}
.nav {
    background-size: 100%;
    border-top: 1px solid #ddd;
    background-color:rgb(8 87 179);
}

.nav .breadcrumbnav {
}

.nav .breadcrumbnav li {
    text-align: center;
    width: 191px;
    line-height: 60px;
    display: inline-block;
    position: relative;
}
.nav .breadcrumbnav li:after {
    content: "";
    width: 0;
    height: 2px;
    background: #385aaa;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.nav .breadcrumbnav li a {
    font-size: 18px;
    color: rgb(255, 255, 255);
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}


.nav .breadcrumbnav .nav_list {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    background: #e18000;
    display: none;
    z-index: 9999;
}

.nav .breadcrumbnav .nav_list a {
    color: #333;
    font-size: 16px;
}

.nav .breadcrumbnav li:hover .nav_list {
    display: block;
}












@media screen and (max-width: 980px) {
*{-webkit-text-size-adjust:none;}
#box{ height:300px;}
.width{ width:98%;}
#foot_nav{ display:block; position:fixed; bottom:0px; width:100%; left:0px;z-index:9999;}
#foot_nav li{ list-style:none;}
#foot_nav li a {width: calc(100% / 1);text-align: center;height: 90px;line-height: 90px;background: #e7272d; color: #fff;float: left;font-size:38px; font-weight: bold;}


.remen.fl {
    display: none;
}
.logo_tel {
    padding-top: 21px;
    height: 100px;
    float: right;
    background: url(../img/tel.jpg) left center no-repeat;
    padding-left: 54px;
    box-sizing: border-box;
    margin-top: 7px;
    background-size: 17%;
}
.logo_tel p span {
    display: block;
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin-top: 2px;
    line-height: 29px;
    font-family: DINProb!important;
}
.head .logo {
    color: #000000;
    font-size: 38px;
    font-weight: bold;
    margin-top: 6px;
    width: 55%;
}
.nav .breadcrumbnav li {
    text-align: center;
    width: 15.9%;
    line-height: 60px;
    display: inline-block;
    position: relative;
}
.nav .breadcrumbnav li a {
    font-size: 17px;
    color: rgb(255, 255, 255);
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}
.list ul li {
    width: 49%;
    margin: 0 0.5% 1% 0.5%;
    background: #fff;
    float: left;
}

.index_news .float_r {
    width: 96%;
    margin-top: 18px;
}

.wh {
    width: 98%;
    margin:0 auto;
}
.logo {
    float: left;
    line-height: 100px;
    overflow: hidden;
    height: auto;
    font-size: 33px;
    font-weight: bold;
    width: 100%;
}
.k2{
	display:none;
}
.x-menu {
    width: 100%;
    border-top: 3px solid rgb(10 87 177);
}
.x-menu > li {
    float: left;
    position: relative;
    text-align: center;
    width: 16%;
}
.top2 {
    height: auto;
}
.tyou {
    width: 100%;
}
.x-menu > li > a {
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 60px;
    font-weight: bold;
}
.pos {
    position: relative;
    width: 100%;
    left: 0;
    margin-left: 0;
}
.apic {
    width: 100%;
    height: 429px;
}
.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    width: 100%;
    object-fit: cover;
}
.ab {
    width: 100%;
}
.alist1 li:nth-child(2n) {
    margin-right: 0;
}
.alist1 li {
    float: left;
    margin-right: 15px;
    margin-bottom: 17px;
    text-align: center;
    box-shadow: 0 0 20px #ddd;
    width: 48.7%;
}
.alist1 li .img1 img {
    width: 100%;
    height: 238px;
    display: block;
    transition: all 0.8s;
    object-fit: cover;
}
.alist1 li:nth-child(2n) {
    margin-right: 0;
}
.alist1 li:nth-child(3),.alist1 li:nth-child(9),.alist1 li:nth-child(15),.alist1 li:nth-child(21) {
    margin-right: 15px;
}
.box3{
	display:none;
}
.box4 .cont {
    width: 100%;
    margin: 0 auto;
    margin-top: 35px;
}
.you1 {
    width: 100%;
}
.you2 {
    width: 100%;
    margin-top: 30px;
}
.vs {
    width: 21%;
    height: 121px;
    margin-left: 38%;
    margin-top: 0;
}
.cooper-list li {
    width: 25%;
    height: 101px;
    border: 1px solid rgb(10 87 177);
    border-radius: 0;
    text-align: center;
    position: relative;
}
.cpoli {
    overflow: hidden;
    border-radius: 0;
}
.cooper-list li h3 {
    background: rgb(10 87 177);
    color: #fff;
    font-size: 14px;
    height: 50px;
    line-height: 45px;
    font-weight: normal;
}
.cooper-list li:after {
    position: absolute;
    top: 105px;
    right: -10px;
    width: 33px;
    height: 46px;
    content: "";
    background: url(../img/tj1.png) no-repeat center;
}
.cooper-list li:nth-child(2n):after {
    top: -64px;
    right: -35px;
    width: 30px;
    height: 47px;
    background: url(../img/jt2.png) no-repeat center;
}
.cooper-list li .img {
    height: 43px;
    margin: 5px auto;
}
.xwz {
    width: 100%;
}
.xw1 {
    margin-top: 30px;
    background: #fff;
    height: auto;
}
.xw1 li {
    width: 100%;
    margin: 0 auto;
}
.xw1 li .img img {
    width: 100%;
    height: 245px;
    object-fit: cover;
    display: block;
}
.xwy {
    width: 100%;
}
.xwy .cont{
    display: none;
}

.txtMarquee-top .infoList li {
    height: 140px!important;
    border-bottom: 1px solid #ebebeb;
    padding: 38px 0 0;
}
.txtMarquee-top .infoList li .det {
    width: 75%;
}
.box7 {
    background: url(../img/bj7.png);
    height: auto;
    padding-top: 22px;
    padding-bottom: 30px;
}
.wh1240 {
    width: 98%;
    margin: 0 auto;
}
.foot .cont {
    padding-top: 34px;
    padding-bottom: 24px;
}
.f_nav {
    width: 55%;
    margin-top: 10px;
}
.f_nav li:nth-child(3){
    display:none;
}
.f_nav li+li {
    margin-left: 0;
}
.f_nav li {
    float: left;
    width: 49%;
    background: url(../img/fx.png) no-repeat right top;
    height: 220px;
    text-align: center;
}
.f_nav li .fsec {
    height: auto;
    overflow: hidden;
}

.f_nav li .fsec a {
    font-size: 14px;
    color: #fff;
    line-height: 34px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.foot2 {
    margin-right: 0;
    width: 42%;
}
.fdh {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    background: url(../img/fdh.png) no-repeat left center;
    padding-left: 66px;
}
.fdh p {
    font-size: 26px;
    font-weight: bold;
}
.codes {
    width: 76%;
    text-align: center;
    margin-left: 20px;
}
.bq {
    border-top: 1px solid #303030;
    padding: 25px 0 136px;
}
.copyright1 {
    width: 100%;
}
.m2_case {
    margin: 0 auto;
    width: 100%;
}
.m2_case ul li:nth-child(2n) {
    margin-right: 0;
}
.m2_case ul li {
    position: relative;
    float: left;
    line-height: 0px;
    margin-right: 8px;
    width: 49.2%;
    height: 480px;
    overflow: hidden;
    padding-top: 55px;
    margin-bottom:30px;
}
.m2_case ul li .iw {
    width: 100%;
    height: 200px;
    display: block;
    overflow: hidden;
}
.m2_case ul li .iw img {
    width: 100%;
    height: 200px;
    display: block;
    filter: opacity(85%);
}
.m2_case ul li span {
    display: block;
    padding: 0 35px 0;
    height: 282px;
    width: 78%;
    background: #f1f1f1;
    color: #000;
    font-size: 16px;
    line-height: 35px;
}
.m2_case ul li.cs_li2 {
    margin-top: 0;
}



}
