/*----------------------------------------*/
/*  2.2.0  Service CSS
/*----------------------------------------*/
.service_area{
    padding: 80px 0px;
}
.single-service{
    width: 25%;
    float: left;
}
.single-banner{
    width: 33.333333%;
    float: left;
    position: relative;
}
.single-banner img{ width:100%; height:395px;}
.single-service{
    padding-left: 4%;
}
.service-icon{
    float:left;
    border: 1px solid #B9A745;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    text-align: center;
    vertical-align: middle;
    display: table;
    margin-right: 12px;
}
.service-icon img{
    padding-top:25%;
}
.service-info{
    display: block;
}
.service-info h2{
    margin-bottom: 0px;
}
.service-info h2 a{
    color: #b9a745;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 6px;
    font-family: 'montserratsemi_bold';
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.service-info h2 a:hover{
    color: #282828;
}
.service-info p{
    font-size: 14px;
    color: #282828;
    font-family: 'montserratlight';
    margin: 0;
}
/*----------------------------------------*/
/*  2.3.0  Banner CSS
/*----------------------------------------*/
.banner-area{
    position: relative;
}
.banner-area > a {
    position: absolute;
    top: 152px;
    left: 62px;
}
.single-banner .slider-button, .section-button .slider-button{
    background: #B9A745 none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 0px 5px 1px 25px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 33px;
    margin-top: 8px;
}
.banner-area .slider-button {
    left: 14%;
    position: absolute;
    top: 53%;
}
.section-button .slider-button{
    margin-top: 40px;
}
.single-banner a.slider-button i, .section-button a.slider-button i {
    background: #282828 none repeat scroll 0 0;
    border-radius: 50%;
    color: #B9A745;
    height: 27px;
    line-height: 26px;
    margin-left: 15px;
    text-align: center;
    width: 27px;
}
.single-banner a.slider-button:hover i, .section-button a.slider-button:hover i{
    color: #fff;
}
.single-banner > a.border-hover, .single-big-banner > a.border-hoverr, .from-blog-img > a.border-hover {
    display: block;
	position: relative;
	width: 100%;
}
.single-banner > a.border-hover::before, .single-big-banner > a.border-hover::before, .from-blog-img > a.border-hover::before{
    border: 0 solid rgba(255, 255, 255, 0.5);
    bottom: 0;
    box-sizing: border-box;
    content: "";
    left: 0;
    opacity: 0;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s ease-in-out 0s;
    z-index: 9;
}
.single-banner > a.border-hover:hover::before, .single-big-banner > a.border-hover:hover::before, .single-from-blog:hover .from-blog-img > a.border-hover::before{
    border: 15px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    opacity: 1;
    transition: all 0.3s ease 0s;
}
.single-banner:hover > a.slider-button, .single-big-banner:hover > .section-button a.slider-button{
    color: #000;
}
/*----------------------------------------*/
/*  2.8.0  From Blog CSS
/*----------------------------------------*/
.from-blog-area {
    padding: 30px 0 60px 0;
}
.blog-margin {
    margin-left: 0px;
    margin-right: 0px;
    }
.from-blog-area .section-title{
    margin-bottom: 50px;
}
.from-blog-text {
    background: #ebebeb none repeat scroll 0 0;
    padding: 48px 28px;
}
.from-blog-text h5{
    margin-bottom: 5px;
}
.from-blog-text h5 a{
    font-size: 20px;
    color: #282828;
    font-family: 'montserratsemi_bold';
    text-transform: capitalize;
}
.from-blog-text h5 a:hover{
    color: #b9a745;
}
.from-blog-text h6{
    font-size: 22px;
    color: #b9a745;
    font-family: 'Niconne', cursive;
}
.from-blog-text p{
    font-size: 14px;
    color: #494949;
    font-family: 'montserratlight';
    margin-top: 15px;
    line-height: 25px;
}
.from-blog-area .section-button a{
    font-size: 11px;
    padding: 0px 3px 0px 15px;
    margin-top: 5px;
    float: left;
    margin-right: 20px;
}
.from-blog-area .slider-button{
   line-height: 26px; 
}
.from-blog-area a.slider-button i{
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    width: 20px;
}
.comment-like{}
.comment-like ul li i{
    color: #a6a6a6;
    font-size: 12px;
    margin-right: 5px
}
.comment-like ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.from-blog-area .col-md-4 {
    padding: 0;
}
.comment-like ul li{
    display: inline-block;
    color: #a6a6a6;
    font-size: 12px;
    margin-right: 30px;
    padding-top: 10px;
}
.comment-like ul li:last-child{
    margin-right: 0px;
}
/*----------------------------------------*/
/*  2.9.0  Testimonial CSS
/*----------------------------------------*/
.testimonal-area{
    background: url(../images/bg.jpg)no-repeat scroll center center;
    background-position: center;
    background-size: cover;
    padding: 80px 0px;
}
.testimonal-total{
    
}
.single-testimonial {
    background: #ffffff none repeat scroll 0 0;
    overflow: hidden;
}
.testimonial-img {
    display: inline-block;
    float: left;
}
.testimonial-info {
    overflow: hidden;
    padding-left: 23px;
    padding-right: 40px;
    padding-top: 5px;
    position: relative;
    background: url(../img/icon/quote.png)no-repeat scorll 0 0;
    z-index: 99;
}
.testimonial-info:after {
    position: absolute;
    right: 90px;
    bottom: 20px;
    content: "";
    background: url(../img/icon/quote.png);
}
.testimonial-info h5{
    font-size: 20px;
    color: #b9a745;
    font-family: 'montserratsemi_bold';
}
.testimonial-info span{
    font-size: 14px;
    color: #a6a6a6;
    margin-left: 15px;
    font-family: 'montserratlight';
    float: none;
}
.testimonial-info p{
    font-size: 12px;
    color: #494949;
    font-family: 'montserratlight';
    line-height: 20px;
}
/*----------------------------------------*/
/*  2.10.0  Client CSS
/*----------------------------------------*/
.client-area{
    position: relative;
    padding: 80px 0;
}
.single-client img {
  border: 1px solid #dddddd;
}
.client-owl{
    display: block;
}
.single-client {
    margin-bottom: 1px;
}
.client-owl .col-md-2{
    width: 100%;
}
.client-area.home-two .slider-button.margin-allowed {
  display: inline-block;
}
.client-area .section-title > h4{
    margin-bottom: 50px;
}
.section-title h4, .section-tab-menu ul li a{
    text-transform: uppercase;
    font-size: 20px;
    color: #282828;
    font-family: 'montserratsemi_bold';
    display: block;
}
.single-client > a {
    display: block;
    text-align: center;
    width: 100%;
}
.from-blog-img img{width:100%;height:337px;}
.testimonial-img img{width:185px;height:160px;}

.navbar-static-top{ float:left}
.navbar{background-color:rgba(0,0,0,0.5);height:80px;border-bottom-width: 0px;border-bottom-style: none; margin-bottom:0; height:80px; width:100%; position:fixed; left:0; top:0; z-index:20}
#navbar { margin-left:145px; text-align:center; }
.top_a1 { float: right; margin: 0px 13px 0px 17px; }
.navbar .container ul.navbar-nav { float: right; width:100%; }
.navbar-inverse .navbar-nav > li > a.nav_a { line-height:80px; font-size: 16px; padding: 0px 15px 0px 30px; color: #e5e5e5; border-top: 2px solid transparent;}
.navbar .container{position:relative;}
.navbar-inverse .navbar-nav > li > a.nav_a.on,.navbar-inverse .navbar-nav > li > a.nav_a:hover{ padding-top: 0px; border-top: 2px solid #FFFFFF; font-weight: bold; color: #FFF; }
.navbar-nav > li{ position: relative; display: inline-block; float: none; margin: 0px 2px; }
.navbar-nav > li:hover .subMenu{display:block;}
.navLayer { width:125px; padding: 12px 0px 20px; position: absolute; left: 0px; top: 80px; background: rgba(0, 0, 0, 0.5); display: none; }
.navLayer dd { width:100%; line-height: 34px; height: 34px; background: url(../images/navIcion.png) no-repeat 25px center; overflow: hidden; text-align: left; float: left; padding: 0px 20px 0px 42px; color: #FFF; }
.navLayer2{ left:auto; right:0}
.cor_bs,.cor_bs:hover{color:#fff}


.index_about {
    position: relative;
	background: url(/templates/cn2017/images/about.jpg) center center no-repeat;
}
.index_about .about_con {
    width: 630px;
    padding-right: 74px; 
	padding-bottom:60px;
}
.index_about .about_con .title {
    padding-top: 60px;
    padding-bottom: 30px;
}
.index_about .about_con .title h3 {
    color: #fb5311;
    font-size: 30px;
    font-weight: bold;
}
.index_about .about_con .title span {
    font-style: normal;
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    color: #959595;
}
.index_about .about_con .title p {
    display: block;
    color: #000;
    font-size: 27px;
    line-height: 54px;
    font-weight: bold; 
	margin:0;
    margin-top: 10px;
}
.index_about .about_con .txt {
    font-size: 16px;
    line-height: 34px;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
}
.index_about .about_con ul {
    padding-top: 30px;
}
.index_about .about_con ul li {
    float: left;
    margin-right: 1px;
	list-style-type: none;
}
.index_about .about_con ul li.on a, .index_about .about_con ul li:hover a {
    color: #fff;
    background: #fb5311;
}
.index_about .about_con ul li a {
    display: block;
    width: 160px;
    font-size: 16px;
    line-height: 55px;
    text-align: center;
    background: #fff;
}

.index_number {
    padding: 66px 0;
}
.index_number ul li {
    float: left;
    width: 25%;
    color: #fb5311;
    text-align: center;
}
.index_number ul li h3 {
    display: inline-block;
    font-size: 36px;
    line-height: 30px;
    font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black," sans-serif";
}
.index_number ul li b {
    display: inline-block;
    font-size: 36px;
    line-height: 30px;
}
.index_number ul li p {
    color: #282828;
    font-size: 16px;
    padding-top: 15px;
	margin:0;
}

.index_adva { 
    padding:80px 0;
    background: url(../images/ys_bg.jpg) center no-repeat;
}
.index_adva .title{position: relative;height: 80px;text-align: center;z-index: 1;}
.index_adva .title div{position: relative; text-align:center; width:100%; }
.index_adva .title div:before,.index_adva .title div:after{content:" ";position: absolute;top: 26px;left: 0;width:40%; height: 11px;background:url(../images/bxl.png) right top no-repeat;}
.index_adva .title div:after{left: auto;right: 0; background:url(../images/bxr.png) left top no-repeat;}
.index_adva .title span h3{color: #fff;font-size: 32px;line-height: 22px;font-weight: bold;}
.index_adva .title span p{color: #9e9e9e;font-size: 12px;line-height: 50px; margin:0;}
.index_adva .adva_list{margin-top: 35px; display:flex;  flex-wrap:wrap; justify-content:flex-start;}
.index_adva .adva_list .adva_item{width: 22%;margin: 0 1.5%;text-align: center;cursor: pointer; list-style:none; margin-top:20px;}
.index_adva .adva_list .adva_item .img{position: relative;display: inline-block;width: 145px;height: 145px;background: rgba(255,255,255,.2);border-radius: 50%;}
.index_adva .adva_list .adva_item .img img{position: relative;width: 75px;height: 75px;margin: 35px;z-index: 3;}
.index_adva .adva_list .adva_item .img:after{content: '';position: absolute;top: 50%;margin-top: -66px;left: 50%;margin-left: -66px;width: 130px;height: 130px;border: 1px solid rgba(255,255,255,.2);border-radius: 50%;z-index: 2;}
.index_adva .adva_list .adva_item .img:before{content: " ";position: absolute;z-index: 1;top: 0;left: 0;right: 0;bottom: 0;opacity: 0;-webkit-transform: scaleX(0) scaley(0);transform: scaleX(0) scaley(0);border-radius: 50%;transition: all .5s;}
.index_adva .adva_list .adva_item h3{color: #fff;font-size: 18px;font-weight: bold;margin: 20px 0;}
.index_adva .adva_list .adva_item p{color: #aeaeae;line-height: 25px;  margin:0;}
.index_adva .adva_list .adva_item:hover .img:before{background:#fb5311;opacity: 1;-webkit-transform: scaleX(1.01) scaley(1.01);transform: scaleX(1.01) scaley(1.01);}

.index_icase{padding-top: 60px;}
.index_icase .in_title {
    position: relative;
    padding-bottom: 42px;
    background: url(../images/line.png) center bottom no-repeat;
    text-align: center;
}
.index_icase .in_title h3 {
    color: #2f2f2f;
    font-size: 28px;
    font-weight: bold;
    line-height: 33px;
}
.index_icase .case_cate{width: 100%;text-align: center;margin: 45px 0 55px;}
.index_icase .case_cate li{display: inline-block;margin: 0 8px; margin-top:10px;}
.index_icase .case_cate li a{display: block;width: 170px;color: #707070;font-size: 18px;line-height: 48px;background: #fff;border: 1px solid #eaeaea;}
.index_icase .case_cate li a:hover{color: #fff;background:#fb5311;border-color:#fb5311;}


.index_icase .icase_list{margin-top: 40px;}

.index_icase .icase_list .icase_item{float: left;width:23.5%; margin-right:2%;}
.index_icase .icase_list .icase_item:nth-child(4n){ margin-right:0;}
.index_icase .icase_list .icase_item a{display: block;width: 100%;}
.index_icase .icase_list .icase_item .img{position: relative;width: 100%;overflow: hidden;}
.index_icase .icase_list .icase_item .img img{width: 100%;display: block; border:#CCCCCC solid 1px;}
.index_icase .icase_list .icase_item .img .bg{position: absolute;top: 0;width: 100%;height: 100%;background:rgba(251,83,17,.80);opacity: 0;filter: Alpha(opacity=0);-webkit-transform: rotateX(180deg) scale(0.5, 0.5);transform: rotateX(180deg) scale(0.2, 0.2);transition: all ease-out .5s;}
.index_icase .icase_list .icase_item .img .bg s{position: absolute;top: 50%;left: 50%;margin-top: -27px;margin-left: -27px;width: 54px;height: 54px;background-position: -56px bottom;}
.index_icase .icase_list .icase_item h3{font-size: 16px;line-height: 60px;color: #323232;text-align: center;padding: 0 10px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: all .5s;}
.index_icase .icase_list .icase_item a:hover .img .bg{opacity: 1;filter:Alpha(opacity=100);-webkit-transform: rotateX(0deg) scale(1, 1);transform: rotateX(0deg) scale(1, 1);transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;}
.index_icase .icase_list .icase_item a:hover h3{color:#047fcc;}

/*ËÑË÷À¸*/
.search_imain{height: 60px;width:100%;overflow:hidden;background: #f0f0f0;border-bottom: 1px solid #CCC;border-top: 1px solid #CCC;}
.search_imain .skey{float:left;line-height: 60px;}
.search_imain .skey p{font-size: 14px;font-weight: bold;color: #666;line-height: 60px;}
.search_imain .skey p a{display:inline-block;font-weight: normal;color: #666;border-right: 1px solid #fb5311;line-height: 15px;padding:0 12px;}
.search_imain .skey p a:last-of-type{border-right:none;}
.search_imain .skey p a:hover{color:#dd2626;}
.search_imain .search_form{float:right;width: 285px;height: 30px;overflow: hidden;border: 1px solid #e8e8e8;background-color:#fff;position:relative;margin-top: 14px;border-radius: 3px;position:relative;}
.search_imain .search_form input{background-color: none;border: none;outline: none;}
.search_imain .search_form .stxt{width:245px;height: 30px;line-height: 28px;display: block;text-indent: 10px;color:#999;}
.search_imain .search_form .sbtn{width: 40px;height: 30px;display: block;cursor: pointer;position:absolute;top: 0;right: 0;font-size: 0;background: #fb5311 url(../images/search.png) center no-repeat;border-radius: 3px;}


.index_inews{padding: 60px 0;}
.index_inews .in_title {
    position: relative;
    padding-bottom: 42px;
    background: url(../images/line.png) center bottom no-repeat;
    text-align: center;
}
.index_inews .in_title h3 {
    color: #2f2f2f;
    font-size: 28px;
    font-weight: bold;
    line-height: 33px;
}
.index_inews .tab{width: 100%;text-align: center;margin: 55px 0;}
.index_inews .tab li{display: inline-block;margin: 0 8px;}
.index_inews .tab li a{display: block;width: 170px;color: #707070;font-size: 18px;line-height: 48px;background: #fff;border: 1px solid #eaeaea;}
.index_inews .tab li.on a,.index_inews .tab li a:hover{color: #fff;background:#fb5311;border-color:#fb5311;}

.index_inews .cont{ display:none;}
.index_inews .cont.on{ display:block;}
.index_inews .newsimg{width:45%;border: 1px solid #c9c9c9; float:left;}
.index_inews .newsimg .img{width: 100%;height: 368px;overflow: hidden;}
.index_inews .newsimg .img img{width: 100%; display: block;transition: all .5s;}
.index_inews .newsimg .txt{padding: 15px;}
.index_inews .newsimg h3{color:#fb5311;font-size: 20px;line-height: 25px;padding-bottom: 10px;transition: all .5s;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.index_inews .newsimg p{color: #999;font-size: 16px;line-height: 30px;text-align: justify;height: 55px;overflow: hidden; margin:0;}
.index_inews .newsimg:hover .img img{transform: scale(1.1);}
.index_inews .list{width:53%; float:right;}
.index_inews .list .list_i{height: 126px;padding: 18px 0;border-bottom: 1px dashed #cccccc;}
.index_inews .list .list_i:first-child{padding-top: 0; height: 108px;}
.index_inews .list .list_i a{display: block;}
.index_inews .list .list_i h3{color:#fb5311;font-size: 20px;line-height: 25px;padding-bottom: 10px;transition: all .5s;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.index_inews .list .list_i p{color: #8a8a8a;font-size: 16px;line-height: 30px;text-align: justify;height: 55px;overflow: hidden; margin:0;}
.index_inews .list .list_i .time{display: block;width: 90px;height: 90px;color: #717171;font-size: 17px;line-height: 30px;margin-right: 25px;background: #ebebeb;text-align: center; float:left;}
.index_inews .list .list_i .time b{font-weight: normal;display: block;font-size: 30px;padding-top: 20px;}

.about_img{ display:none;}
.xbanner2{color: #fff;height: 197px;background:#fb5311 url(../images/xbanner2.png) center no-repeat;}
.xbanner2 .tel{width: 370px;padding-top: 45px;text-align: center; float:left;}
.xbanner2 .tel h3{font-size: 32px;font-weight: bold;padding-bottom: 12px;}
.xbanner2 .tel a{display: block;width: 143px;height: 42px;color: #fff;font-size: 18px;line-height: 42px;text-align: center;border: 1px solid rgba(255,255,255,.4);margin: auto;}
.xbanner2 .tel a:hover{background:#fb5311;border-color:#fb5311;}
.xbanner2 .txt{width: 750px;text-align: center;padding-top: 65px; float:right;}
.xbanner2 .txt h3{font-size: 26px;font-weight: bold;}
.xbanner2 .txt p{font-size: 21px;margin-top: 10px;}

@media screen and (max-width: 992px){
  .index_icase .icase_list .icase_item{float: left;width:48%; margin-right:2%;}
  .index_icase .icase_list .icase_item:nth-child(2n){ margin-right:0;}
  .index_about {background:#f2f2f2;}
  .about_img{ display:block;  padding-top: 60px;}
  .about_img img{ width:100%;}
  .index_about .about_con .title {
    padding-top: 30px;
  }
  .index_about .about_con {
    width: 100%;
    padding-right:0; 
	padding-bottom:60px;
  }
  .index_adva .title div:before,.index_adva .title div:after{width:30%;}
  .index_adva .adva_list .adva_item{width: 47%;}
  .index_adva { background-size:cover;}
  .index_inews .newsimg,.index_inews .list{width:100%; float:none;}
  .index_inews .newsimg .img{height:auto;}
  .index_inews .list .list_i:first-child{height: 126px;padding: 18px 0;}
  .index_inews .tab li a{width: 130px; font-size: 16px;line-height: 42px;}
  .index_inews .newsimg h3,.index_inews .list .list_i h3{font-size:18px;line-height: 20px;padding-bottom: 10px;}
  .index_inews .newsimg p,.index_inews .list .list_i p{font-size: 14px;line-height: 25px;height: 45px;}
  .xbanner2{ display:none;}
}
@media screen and (max-width:540px){
.index_number ul li h3 {
    font-size: 20px;
    line-height: 30px;
}
.index_number ul li b {
    font-size: 20px;
    line-height: 30px;
}
.index_number ul li p{ font-size:14px;}
.index_about .about_con ul li a{width: 100px;}
}

@media screen and (max-width: 420px){
  .index_adva .title div:before,.index_adva .title div:after{width:23%;}
  .index_adva .adva_list .adva_item .img{width: 120px;height: 120px;;}
  .index_adva .adva_list .adva_item .img img{position: relative;width: 70px;height: 70px;margin: 25px;z-index: 3;}
 
}

/*Èý´óÓÅÊÆ*/
.idysbg{background:url(../images/ysbg.jpg) no-repeat center 0; height:1630px;}
.idysbgtit{display: block;height:195px; padding-top:60px;text-align: center;}
.idysdet01{background: url(../images/yspic01.png) no-repeat center bottom; height:830px;}
.idys_zong{float:left;width: 580px;}
.idys_tit{display: block; height: 80px;line-height: 40px;}
.idys_tit em{float:left; background: url(../images/ys_num.png) no-repeat 0 center;height: 80px;line-height: 80px; width:140px; color:#fff; text-align: center;font-size: 40px;font-family:'Arial';}
.idys_tit span{float:right;background: url(../images/ys_num2.png) no-repeat 0 center;height: 80px;line-height: 80px; width:140px; color:#fff; text-align: center;font-size: 40px;font-family:'Arial';}
.idys_tit .neirzo{width:calc(100% - 150px);}
.idys_tit .neir{display: block; color: #0f0b07;font-size: 30px;line-height: 40px;padding-top: 5px;}
.idys_tit .neir strong{color:#00a54f;}
.idys_tit .neen{display: block; color: #bcbbbb;font-size:16px;font-family:'Arial';text-transform:capitalize;}
.adv_a_n{display: block;background: url(../images/ys_line.png) repeat-x 0 0;margin:25px 0 0 80px;padding-top:30px;}
.adv_a_n p{display: block;background: url(../images/ys_p.png) no-repeat 5px 5px;margin:0px 0 30px 0px;color:#3c3c3c;font-size:16px;line-height: 24px;padding-left: 30px;}
.idysdet02{background: url(../images/yspic02.png) no-repeat 0 center; height:540px;width:1200px; margin:65px auto 0;}
.idys_zong2{float:right;width: 490px;margin-top: 120px;}
.idys_zong2 .adv_a_n{display: block;background: url(../images/ys_line.png) repeat-x 0 0;margin:25px 0 0 0px;padding-top:30px;}
.idys_zong2 .adv_a_n p{display: block;background: url(../images/ys_p.png) no-repeat right 5px;margin:0px 0 30px 0px;color:#3c3c3c; font-size:16px;line-height: 24px;padding-right: 30px;text-align: right;}
.w1200 {width: 1200px;margin: 0 auto;}

.sjyoushi{padding: 0 15px;display:none}
.sjyoushi .ContentQ{width:100%;}
.sjyoushi .ContentQ img{width:100%;}
.sjyoushi .ContentG{width:100%;}
.sjyoushi .ContentG_t{clear:both;margin:0 auto;width:98%;padding-top:10px;}
.sjyoushi .ContentG_t h2 {float:left;color:#fff;width:4rem;text-align:left;height:4rem;line-height:4rem;font-size:2rem;font-weight: bold;background:#f35702;border-radius:3rem;text-align:center;}
.sjyoushi .ContentG_t .m5_t{float:right;width: calc(100% - 5rem);font-size: 2rem;color:#00a54f;font-weight:700;line-height: 2rem;}
.sjyoushi .ContentG_t .m5_t span{color:#333;font-size: 1.8rem;}
.sjyoushi .ContentG_t .m5_t2{float:right;width: calc(100% - 5rem);color:#2b2b2b;font-size: 1.5rem;}
.sjyoushi .ContentG_c{float:left;width: 100%;padding-left: 4%;font-size: 1.4rem;color:#545554;padding-bottom: 1rem;background: url(../images/hbg.png) no-repeat center bottom;}
.sjyoushi .ContentG_c p{background: url(../images/ys_p.png) no-repeat 0  .35rem;background-size: 1rem;padding: 0 0 0 2rem;margin-top: 1rem;}
.ysjgt img{width:100%; height:auto}
.index-head{display:none}
.index-head{color: #2f2f2f;}
.index-head .en{font-size: 44px;font-family: Times New Roman, sans-serif;}
.index-head .hr{margin-top: 0px;position: relative;height: 4px;}
.index-head .hr:before,.index-head .hr:after{content: " ";position: absolute;left: 0;}
.index-head .hr:before{bottom: 0;background-color: #f35702;height: 4px;width: 22px;z-index: 3;}
.index-head .hr:after{bottom: 1px;border-top: #d1d1d1 dotted 1px;width: 8rem;}
.index-head .cn{font-size: 24px;margin-top: 10px;}
@media screen and (max-width: 1024px){
.index-head{text-align: center;}
.index-head .en{font-size: 40px;}
.index-head .cn{font-size: 22px;}
.index-head .hr:before,.index-head .hr:after{left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);}}
@media screen and (max-width: 768px){
.index-head .en{font-size: 34px;}
.index-head .cn{font-size: 20px;}
}
@media screen and (max-width:768px){
.idysbg{display:none}
.sjyoushi{display:block}
.index_icase{padding-top:30px}
.index_icase .icase_list{margin-top:30px;}
.index_icase .in_title{display:none}
.index_icase .case_cate{display:none}
.index-head{display:block}
}