/*基本*/
html,body{min-width: 1200px !important;}
ul,
ol,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

:root{
    --main-color:#d10027;
    --main:#d10027;
    --linear-gradient: linear-gradient(to top right,#d10027,#982543);
    --linear-gradient-g: linear-gradient(135deg,#d10027,#982543);
    --main-padding: 6vh 0;
    --j-color: #d10027;
}
.input_focus {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%) !important;
    border: 1px solid red !important;
    }
    .alert {
    position: fixed;
    padding: 15px 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100000;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    font-size: 16px;
    display: none;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    z-index: 3000;
    }
.imgblock{display: block;}
.w100{width: 100%;}
.flex{display: flex;}
.flex-jcsb{justify-content: space-between;}
.flex-end{justify-content: flex-end;}
.jc-right{justify-content: flex-end;}
.jc-center{justify-content: center;}
.ai-center{align-items: center;}
.f-left{float: left;}
.f-right{float: right;}
.fz-16{font-size: var(--fz16);}
.c-5b5b5b{color: #5b5b5b;}
.wline1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.wline2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.wline3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.wline4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.wline6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.flex-wrap{flex-wrap: wrap;}
.mtop8{margin-top: 8%;}
.none{display: none;}
.img_cover{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fixed{position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.flex1{
    flex: 1;
}
.radius4{
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	overflow: hidden;
}
.radius20{
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	overflow: hidden;
}
.radius10{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	overflow: hidden;
}
a{
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}
body{
    font-family:"微软雅黑";
    font-size: 14px;
}
a {
    color:#dc0517;
    text-decoration: none;
}
a:hover{
    text-decoration: none!important;
}
.top a {
    color: #333;
}
.top{ 
    color:#333;
    font-size:14px;
    line-height: 30px;
    height: 30px; 
    background-color:#e5e5e5;
    opacity: 0.6; 
    width: 100%;
}
.h4, h4 {
    font-size: 16px;
}
.con_top {
    width: 377px;
    margin: 0 auto;
    margin-top: 25px;
}
.con_top1 {
    width: 377px;
    height: 70px;
    background: url(../images/1.png) no-repeat;
    line-height: 38px;
    margin: 0 auto;
    font-size: 24px;
}
.con_top1 span {
    font-size: 13px;
    color: #949494;
}
.footer a{
color:#fff!important;
}
.footer a:hover{
    color:#dc0517!important;
    }
body > div.container > div > div.col-md-3 > div:nth-child(1) > div.list-group > div > div > a> img:hover{
        transform: scale(0.95);      
    }
body > div.container > div > div.col-md-9 > div > div.panel-body > div > a:hover{
    border:1px solid #dc0517;
}
body > div:nth-child(5) > div.row > div > div> a > img:hover{
         background:#dc0517;
        box-shadow: 1px 1px 1px #dc0517; }  
.pr span:hover {
            background: #dc0517;
            color: #FFFFFF;
        }
.pr span {
            display: block;
            border: 1px dotted #CCCCCC;
            width: 90px;
            height: 30px;
            line-height: 30px;
            font-size: 12px;
            margin: 0 auto;
            margin-top: 12px;
        } 
.nav-tabs {
    border-bottom: 0px;
}                 
.phone{
    font-size: 20px;
    color:#dc0517;
    padding-top:15px;
}
.panel-heading {
    padding: 5px 10px;
}
.zitia {
    text-align: center;
    color: #FFFFFF;
    font-size: 50px;
    padding-top: 40px;
    font-weight: bold;
}
.zitib {
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
}
#jms > div > div > li> a > img{
    cursor: pointer;  
transition: all 0.6s;   

}
#jms > div > div > li> a > img:hover{
    transform: scale(1.1)
}
.navbar-nav > li .dropdown-menu {   margin: 0; } 
.navbar-nav > li:hover .dropdown-menu {     display: block; }

body > div.container > div > div.col-md-9 > div > div.panel-body > div> a > img{
    cursor: pointer;  
transition: all 0.6s;   
}
body > div.container > div > div.col-md-9 > div > div.panel-body > div> a > img:hover{
    transform: scale(0.9);
    box-shadow:1px 1px 1px #dc0517;
}
.panel-body {
    padding: 10px;
}
.center-vertical {
    position:relative;
    top:50%;
    transform:translateY(-50%);
}
.footer{
  background: #595757;
}
.navbar {
    position: relative;
    min-height: 30px;
    margin-bottom: 0px; 
    border: 1px solid transparent;
}
body > div:nth-child(4) > div.row > div.col-md-3 > div > ul > li> a{
color:#000;
}
body > div:nth-child(2) > nav{
    background: #E1E1E1;
}
.panel{
    border:0px;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}
.navbar-nav>li{
    border-right:1px solid #bfbfbf;
}
.navbar-nav>li:last-child{
    border:none;
}
.navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 50px;
    border-radius: 0px;
    min-width: 125px;
    height:50px;
    font-size:16px;
    color:#fff;
}
.navbar-nav>li>a:hover{
    color: #fff!important;
    background-color: #dc0517!important;
    opacity: 0.8;
}
.active{
background: #dc0517;
opacity: 0.8;
}
.line{
  border: 1px solid #eee;
  margin:10px 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px dotted #D3D3D3;
}


.breadcrumb {
    padding:0px;
    margin-bottom: 0px;
    list-style: none;
    background-color:#fff;
    border-radius: 4px;
    padding:50px; 
}
div.bs-example.bs-example-tabs > ul.nav.nav-pills.navbar-btn> li> a{
    min-width:160px;
    height:45px;
    background: #f0f0f0;
    line-height: 45px; 
    color:#666666; 
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff!important;
    background-color: #30B342!important;
}
ul.news{margin:0;padding:0;list-style-type:none;}
ul.news li{height:35px;border-bottom:1px dotted #DDD;clear:both;padding:5px 0;}
ul.news li .date{float:right;color:#999;font-size:12px;}
ul.news li a{
    color:#777777;
    text-decoration: none;
}
.jumbotron {
    margin-top: 30px;
    padding-top:15px;
    padding-bottom:15px;
    background-color: #007cce;
    color:#fff;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size:14px;
    font-weight:50;
}
.jumbotron h2{
    margin-bottom: 30px;
}

div.container > div > div.col-md-9 > div.panel{
        border: 0px;
}
div.container > div > div.col-md-3 > div.panel{
           border:0px;
}
.media-left{
    height:70px;
    width:70px;
    padding:30px;
    background: #eee;
    font-size:16px;
}
.media-body{
    padding:15px;
}

/*滚动案例*/
.Cseys {
    position: relative;
}
.Cseys .container{    padding-top: 30px;padding-bottom:30px}
.Cseys h4{ width: 100%; text-align: center; overflow: hidden;}
.Cseys h4>a{display: inline-block;}
.Cseys h4 img{display: block;}
.Cseyscont{ margin-top: 20px; position:relative;}
.Cseyscont>div{ overflow: hidden;}
.Cseyscont ul{overflow: hidden; width: 1170px;}
.Cseyscont ul li{float: left; background: #fff; margin-right: 28px; width:300px; overflow: hidden; }
.Cseyscont ul li img{display: block;}
.Cseyscont ul li h5{height: 30px; line-height: 30px; margin-top: 10px;}
.Cseyscont ul li h5 a{font-size: 14px; color: #333333;}

.Cseyscont .prev {
    background: url(../images/prev.png) no-repeat;
    left: -50px;
}
.Cseyscont .next {
    background: url(../images/next.png) no-repeat;
    right: -50px;
}
.Cseyscont .bTn {
    display: block;
    width: 31px;
    height: 31px;
    position: absolute;
    top: 110px;
}
/*qq*/
.qqonline{width:130px;position:absolute;right:10px;top:200px;background:#e6eff8 url(../images/qq_bg.jpg) top center no-repeat;padding:163px 0 0 0;border:1px solid #DDD;}
.qqonline ul{margin:0;padding:0 0 10px 0;list-style-type:none;}
.qqonline ul li{margin:0;padding:0 0 0 20px;font-size:14px;font-family:"微软雅黑"}
.qqonline a:link,.qqonline a:visited{text-decoration:none;color:#666;}
.qqonline a:hover{color:blue;text-decoration:underline;}
.weixinbox{text-align:center;line-height:30px;font-family:"微软雅黑"}
.weixinbox img{width:115px;height:115px;border:1px solid #DDD;}
.xypg-news-list li {
    border: 1px solid #e1e1e1;
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .xypg-news-list li .img{
    width: 35%;
    margin-right: 3%;
    border: 1px solid #eee;
    height: 180px;
  }
  .xypg-news-list li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .xypg-news-list li .tit {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 15px;
    position: relative;
  }
  
  .xypg-news-list li .tit h3 {
    padding-bottom: 15px;
    font-size: 18px;
    color: #565656;
    font-weight: normal;
    padding-right: 25%;
    margin: 0;
  }
  
  .xypg-news-list li .tit .date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #666666;
  }
  
  .xypg-news-list li .info {
    font-size: 14px;
    line-height: 2;
    color: #999999;
  }
  
  .xypg-news-list li .more {
    margin-top: 15px;
  }
  
  .xypg-news-list li .more span {
    display: inline-block;
    width: 130px;
    line-height: 33px;
    text-align: center;
    color: #000;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e1e1e1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  
  .xypg-news-list li:hover {
    -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
    box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
  }
  
  .xypg-news-list li:hover .tit h3 {
    color: #292e39;
  }
  
  .xypg-news-list li:hover .more span {
    color: #fff;
    background: var(--linear-gradient-g);
  }

  
#ME_form{
    margin:  0;
}
 .form_item {
    margin-bottom: 15px;
 }
.form_item  span{
display: block;
width: 100px;
text-align: right;
margin-right: 20px;
font-size: 16px;
}
.form_item input,.form_item textarea{
    width: calc(100% - 120px);
    font-size: 16px;
    padding: 8px 10px;
    border: 1px solid #ccc;
    outline: none;
}
.form_item input::placeholder{
font-size: 16px;
}
.form_item2 input{
    width: calc(100% - 290px);
    margin-right: 20px;
}
.form_item input:focus, .form_item textarea:focus {
box-shadow: 0px 0px 10px 0px rgba(0, 66, 120, 0.2);
border: solid 1px #24c373;
}
.input_focus {
box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%) !important;
border: 1px solid red !important;
}
.alert {
position: fixed;
padding: 15px 30px;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 100000;
color: #fff;
text-align: center;
line-height: 1.4;
font-size: 16px;
display: none;
border-radius: 10px;
background-color: rgba(0, 0, 0, .5);
-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
z-index: 3000;
}
.form_item button{
width: 150px;
font-size: 16px;
line-height: 40px;
outline: none;
background: var(--main-color);
color: #fff;
border: none;
margin-right: 20px;
}
.form_item .reset{
background: #ccc;
}

.xypg-pro-description {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 2em;
  }
.ccc{
    font-size: 16px;
    text-indent: 1em;
  }
  .aaa{
    background: var(--main-color);
    color: #ffff;
  }
  
  .ccc span{
    color: var(--main-color);
    font-weight: 600;
  }
  .aaa span{
    color: #fff;
    font-size: 18px;
  }