﻿@charset "utf-8";

/* common */

*{word-wrap:break-word}

html,body,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0; font-weight: normal}

li,dl,dd,ul,ol{list-style-type:none}

html,body{*position:static;}

address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}

input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}

input,button{overflow: visible;vertical-align:middle;outline:none;}

input,button{overflow: visible;vertical-align:middle;outline:none;}

body,th,td,button,input,select,textarea{text-align: left;;font-size:16px;color: #131313;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;font-family:"Microsoft YaHei","simsun";}

body{line-height:1.6;behavior:url(csshover.htc);font-family:"Microsoft YaHei","simsun";_font-family:Arial,\5b8b\4f53; overflow-x: hidden;}



/* 公共样式中的默认超链接 */

a,area{outline:none;blr:expression(this.onFocus=this.blur())}

a{color:#241817;text-decoration:none;cursor: pointer;}

a:hover{color:#ffffff;text-decoration:none;outline:none}

a.ie6:hover{zoom:1}

a:focus{outline:none}

a:hover,a:active{outline:none}:focus{outline:none}

.c-main,a.c-main{ color:#2443B5}



/*IE下a:hover 背景闪烁*/

html{overflow:-moz-scrollbars-vertical;zoom:expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}(this))}



/*HTML5 reset*/

header,footer,section,aside,details,menu,article,section,nav,address,figure,figcaption,legend{display:block;margin:0;padding:0}time{display:inline}

audio,canvas,video{display:inline-block;*display:inline;*zoom:1}

audio:not([controls]){display:none}

legend{width:100%;margin-bottom:20px;font-size:21px;line-height:40px;border:0;border-bottom:1px solid #e5e5e5}

legend small{font-size:15px;color:#999}

svg:not(:root) {overflow: hidden}

fieldset {border-width:0;padding: 0.35em 0.625em 0.75em;margin: 0 2px;border: 1px solid #c0c0c0}

.cl:after,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.cl,.clearfix{zoom:1;clear:both}



article,aside,dialog,footer,header,section,footer,nav,figure,video,menu{display:block}

video::-webkit-media-controls {

    display:none !important;

}



/* 公共样式  */

.wpmain{width: 100%;margin:0 auto;}

.wp{width: 100%;margin:auto;}

.marginauto{margin:0 auto}

.fl{float:left}

.fr{float:right}

.mr5{ margin-right:5px}
.mr10{ margin-right:10px}

.mt10{margin-top: 10px}

.mt20{margin-top: 20px}

.mt30{margin-top: 30px}

.mt50{margin-top: 50px}

.ml10{margin-left: 10px}

.ml20{margin-left: 20px}

.mb5{margin-bottom: 5px}

.mb10{margin-bottom: 10px}

.mb20{margin-bottom: 20px}

.mb40{margin-bottom: 40px}

.mb60{margin-bottom: 60px}

.pl5{ padding-left:5px}

.pl10{ padding-left:10px}

.pl40{ padding-left:40px}

.pt5{ padding-top:5px}

.pt10{ padding-top:10px}

.pt15{ padding-top:15px}

.pt20{ padding-top:20px}

.pt30{ padding-top:30px}

.pt40{ padding-top:40px}

.pt50{ padding-top:50px}
.pt70{ padding-top:70px}

.pb10{ padding-bottom:10px}

.pb50{ padding-bottom:50px}

.pb80{ padding-bottom:80px}

.pr5{ padding-right:5px}

.pr10{ padding-right:10px}

.pr20{ padding-right:20px}

.pr30{ padding-right:30px}

.text-c{text-align: center}

.text-l{text-align: left}

.text-r{text-align: right}

.text-light{font-weight: lighter;}

.f-10{ font-size:10px}

.f-12{font-size:12px}

.f-14{font-size:14px;}

.f-16{font-size:16px;}

.f-18{font-size:18px;}

.f-20{font-size:20px;}

.f-22{font-size:22px;}

.f-24{font-size:24px !important;}

.f-b{font-weight: bold}

.pr{ position:relative}

.pa{ position:absolute}

.yahei{font-family:"\5FAE\8F6F\96C5\9ED1","Microsoft YaHei"}

.simsun{font-family:simsun}

.heiti{ font-family:SimHei,"\5FAE\8F6F\96C5\9ED1","Microsoft YaHei"}

.c-999{color: #999}

.c-666{color: #666}

.c-333{color: #241817}

.c-grey{color:#585858}

.c-000{color: #131313}

.c-fff{color: #fff}

.c-red,a.c-red{color:#b2393d;}

.bgwhite{background:#fff;}

.bggrey{background: #f5f5f5;}

.bgblue{background: #2443B5;}

.c-blue,a.c-blue{ color: #2443B5}

.c-orange,a.c-orange{color: #F5BA00}



.text-truncate {

    text-overflow: ellipsis;

    overflow: hidden;

    white-space: nowrap;

}

.show{display: block !important;}





.flex {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

}

.align-start {

  -webkit-box-align: start;

  -webkit-align-items: flex-start;

  -ms-flex-align: start;

  align-items: flex-start;

}

.align-end {

  -webkit-box-align: end;

  -webkit-align-items: flex-end;

  -ms-flex-align: end;

  align-items: flex-end;

}

.align-center {

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

}

.justify-center {

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

}

.justify-between {

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

}

.justify-around {

  -webkit-justify-content: space-around;

  -ms-flex-pack: distribute;

  justify-content: space-around;

}

.justify-start {

  -webkit-box-pack: start;

  -webkit-justify-content: flex-start;

  -ms-flex-pack: start;

  justify-content: flex-start;

}

.justify-end {

  -webkit-box-pack: end;

  -webkit-justify-content: flex-end;

  -ms-flex-pack: end;

  justify-content: flex-end;

}

/*宽度*/

.row {

    /* margin-left: -15px;

    margin-right: -15px; */

  }

  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {

    position: relative;

    min-height: 1px;

    /* padding-left: 15px;

    padding-right: 15px; */

  }

  

  

/*img*/

img{border:0;vertical-align:middle}

a img,img{-ms-interpolation-mode:bicubic}

sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}

sup{top:-0.5em} sub{bottom:-0.25em}

del{color:#aaa;font-size:12px;font-family:"\5FAE\8F6F\96C5\9ED1","Microsoft YaHei";}

/*input*/

.inp{padding:0 10px;width: 236px;height: 30px;line-height: 30px;background: #fff;border: 1px solid #d3d3d3;color: #999}

.ui-button-primary, .ui-button-primary.disabled:hover, .ui-button-primary.loading, .ui-button-primary.loading:hover {
  border: 1px solid #2443B5;
  background-color: #2443B5;
  color: #fff;
 
}

.btn-big{ padding: 8px 40px; font-size: 16px;}

.radius{-moz-border-radius: 4px; /* Firefox */

    -webkit-border-radius: 4px; /* Safari 和 Chrome */

    border-radius: 4px !important; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */}

.radius2{

	-moz-border-radius:20px; /* Firefox */

    -webkit-border-radius: 20px; /* Safari 和 Chrome */

    border-radius: 20px !important; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */}

.radius3{

	-moz-border-radius:99px; /* Firefox */

    -webkit-border-radius: 99px; /* Safari 和 Chrome */

    border-radius: 99px !important; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */}





/*浏览器提示*/

.alert{padding:8px 35px 8px 14px;margin-bottom:0px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);background-color:#fcf8e3;border:1px solid #fbeed5;border-radius:4px}

.alert, .alert h4{color:#c09853}

.alert h4{margin:0}

.alert-danger{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}

.alert-danger h4{color:#b94a48}

/*header*/

.pr{

    position: relative;

}

.header_c{

    width: 100%

}

.header{
    width: 100%;
    height: 100px;
    position: absolute;
    top:0;left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    z-index: 12;
}
.mainheader{
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  z-index: 12;
}

.nav{

    display: flex;
    justify-content: space-between;
    align-items: center;

}

.to-top{z-index: 99;}

/*pc header*/

.header_c .logo{

    width: 195px;
    height:50px;
    background:url(../images/logo.png) no-repeat left top;
    background-size: 195px 100px;

}


.nav_left{
    display: flex;
    justify-content: start;
    align-items: center;

}
.h_nav_pc{
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 80px;

}

.h_nav_pc li {
    text-align: center;
    position: relative;
}


.h_nav_pc li a{
  position: relative;
  padding:15px 28px 0;
    display: inline-block;
    height: 85px;
    color: #FFF;
    line-height: 85px;
    font-size: 16px;
    cursor: pointer;
}

.h_nav_pc li a:hover,.h_nav_pc li a.active,.h_nav_pc li a.c   {
    color: rgba(255, 255, 255, 0.5);
} 

/* .h_nav_pc li:hover a::after,.h_nav_pc li a.active::after,.h_nav_pc li a.c::after{
  position: absolute;
  top:0;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #fff;

} */

.nav_left .h_nav_sub{

  position: absolute;
  padding: 10px 0;
  background:#fff;
  width: 100%;
  border-top:1px solid #2443B5;
  /* height: auto !important; */
  display: none;
  z-index: 999;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);

}

.nav_left .h_nav_sub a{

    width: auto;

  padding:5px 0 5px 0px; height: 30px;display: block;

  line-height: 30px;font-size: 14px; color:#222;text-align: center;font-weight: normal;

}

.nav_left .h_nav_sub a:hover{font-weight: 500;color: #2443B5;}

.nav_right{
  display: flex;
  align-items: center; 
  justify-content: space-between;
  color: #fff;
  padding-top: 15px;
}
.h_sou{
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 20px;
  height: 85px;

  text-align: center;
  cursor: pointer;

}

#searchform{display: none;}
.nav_right .iconfont{font-size: 24px}
.h_language{
    position: relative;

    height: 85px;
    line-height: 85px;

    text-align: center;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer; 
    display: flex;
    align-items: center; 

}

.h_language .language_menu{
    margin-right: 5px;

}

.h_language .h_nav_sub{

  position: absolute;
  right: 0;
  top: 85px;
  height: auto;
  font-size: 14px;
  line-height: 30px;
  padding: 10px 0;
  border-top:1px solid #2443B5;
  background: #fff;
  z-index: 9999;
  display: none;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);

}

.h_language .h_nav_sub a{padding: 5px 0; text-align: center;}


.header.active,.mainheader{
  background: #fff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);

}
.header.active  .logo,.mainheader .logo{
  background-position: 0 -50px;
}

.header.active .h_nav_pc li a ,.header.active .nav_right,.header.active .h_language,
.mainheader .h_nav_pc li a ,.mainheader .nav_right,.mainheader .h_language{color: #131313;}
.header.active .h_nav_pc li a:hover,.header.active .h_nav_pc li a.active,.header.active .h_nav_pc li a.c,
.mainheader .h_nav_pc li a:hover,.mainheader .h_nav_pc li a.active,.mainheader .h_nav_pc li a.c   {
    color: #2443B5;
} 
/*手机版*/

.header2{

    display: none;

    position: fixed;

    top:0;left: 0;

    width: 100%;

    height: 70px;
    text-align: left;

    background: #fff;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

    z-index: 12

}

.header2 .logo{

    width: 150px;
    height: 39px;
    margin: 10px;
    display: block;
    background:url(../images/logo.png) no-repeat left bottom;

    background-size: 150px auto;

    background-position: 0px -39px;

}

.h_ph_menu{

    position: absolute;

    top: 24px;

    right: 10px;

    cursor: pointer;

}

.h_ph_menu span{

    display: block;

    width: 30px;

    height: 3px;

    background-color: #2443B5;

    margin-top: 5px;

    transition: all .5s;

    -webkit-transform-origin:0px 0;

    -moz-transform-origin:0px 0;

    -o-transform-origin:0px 0;

    transform-origin:0px 0;

}

.h_ph_menu span:first-child{

    margin-top: 0;

}

.h_ph_menu.active span{

    width: 26px;

}

.h_ph_menu.active span:first-child{

    -webkit-transform: rotate(45deg) translateY(-2px) translateX(1px);

    -moz-transform: rotate(45deg) translateY(-2px) translateX(1px);

    -ms-transform: rotate(45deg) translateY(-2px) translateX(1px);

    transform: rotate(45deg) translateY(-2px) translateX(1px);

}

.h_ph_menu.active span:nth-child(2){

    opacity: 0;

}

.h_ph_menu.active span:last-child{

    -webkit-transform: rotate(-45deg);

    -moz-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    transform: rotate(-45deg);

}

/*pad手机下拉菜单*/

.h_nav_ph{

    background-color: #fff;

    border-top: 1px solid #2443B5;

    display: none;

    position: fixed;

    top: 70px;

    left: 0;

    right: 0;

    z-index: 1200;

    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

}

.h_nav_ph1{

    padding-top: 15px;

    padding-bottom: 15px;

}

.h_nav_ph1 li {

    cursor: pointer;

    border-top: 1px solid #dfdfdf;

}

.h_nav_ph1 li:first-child{

    border-top: 0;

}

.h_nav_ph1 li a{

  position: relative;

    padding: 0 1em;


    font-size: 16px;

    letter-spacing: 1px;

    line-height: 3;

    display:block;

}

.h_nav_ph1 li a::after{

  position: absolute;

    right: 1em;

    font-family: simsun;

    content: '>';

}

.h_nav_ph2 li{

    border: 0;

}

.h_nav_ph2 li a{

    color: #666;

    font-size: 14px;

    letter-spacing: 1px;

    line-height: 3;

    display: block;

}



.h_nav_ph1 li .h_nav_ph2 a::after{display: none;}

.h_nav_ph2{

    display: none;

    padding-left: 15px;

}

.h_nav_ph1 li .ui-input-search{

  margin:20px 20px 0;

}

.h_nav_ph1 li .ui-input-search a.ui-icon-search{padding:0; color: #b6bbc6;}

.h_nav_search{

    padding:10px;

}

.ui-search-right>input{margin: 1px;}

 /*footer*/
.footer{
	width: 100%;
	background-color: #f9f9f9;
  font-size: 16px;
}

.footer .footcon{
  border-top: 1px solid #DADADA;
	padding:50px 0 80px;
	color: #272727;
	overflow: hidden;
}
.footer .footer-logo{margin-bottom: 20px;}
.footer .footer-info{
	text-align: left;
	line-height: 36px;
}
.footer .footernav .item{
flex: 1;
}
.footer .footernav .item dt{margin-bottom: 20px;font-size: 1.4em;font-weight: bold; }
.footer .footernav .item dd{margin: 0;}
.footer .footernav .item dd a{color: #595959;font-size: 1.12em; line-height: 2.25em;}
.footer .footinfo{
  border-top: 1px solid #DADADA;
	padding: 1.5em 0;
	font-size: 1.125em;
  color: #595959;
	text-align: center;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
.footer .footinfo a{color: #595959;}
.footer .footertel{font-size: 1.4em;}
.footer .footertel p{margin: 0px 0 10px;font-size: 1.4em;font-weight: 700;}

.footer  .footsns{
    position: relative;
  /* width: 210px;
  padding-left: 20px; */
  display: inline-block;
  text-align: left;
  /* border-left: 1px solid #28282a; */
}
.footer  .footsns a{
  margin:0 8px;
  /* width: 34px; */
  /* height: 34px; */
  /* background: #272628; */
  display: inline-block;
  color: #88898a;
  font-size: 1.5em;
  line-height: 30px;
  text-align: center;
}
.footer  .footsns a:hover{
    /* background: #3d3c3e; */
    color: #fff;
}
.footer .wechatewm{
  display: none;
  position: absolute;
  left: -30px;
  top: -96px;
  width: 80px;
  height: 80px;
  background: url(../images/ewm.jpg) no-repeat #fff;
  background-size: 80px 80px;
  border: 4px solid #231815;

}
.footer .wechatewm::after{
  position: absolute;
    left: 50%;
    bottom: -14px;
    margin-left: -8px;
    width: 0;
    height: 0;
    content: '';
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #231815;
}
.footer .wechatewm img{width: 100%;}
.footer .footsns a:hover{opacity: 0.8;}
.footer .footsns a:hover .wechatewm{display: block;opacity: 1;}

/*分页*/

.pageul {

    margin: 30px 0 80px;

    display: inline-block;

    padding: 2px 0px;

    font-size: 14px;

    width: 100%;

    text-align: center;

}

.pageul a,.pageul span{ border: 1px solid #E6E6E6; padding:8px 12px;}

.pageul .page-num-current{color: #2443B5;}



/*面包屑*/

.crumbs{padding:1.5em 0; text-align:left;color:#555;font-size:1.125em;}

.crumbs span,.crumbs a{margin-right:10px}



/*index-hd*/

.index_hd {
  padding:70px 0 40px;
  margin-bottom: 40px;
  width: 100%;

  overflow: hidden;
  text-align:left;
  color: #131313;

}

.index_hd h2 {

  position: relative;
  padding-bottom: 25px;
  margin: 0 auto ;

  font-size: 2.2em;
  font-weight: bold;
  line-height: 40px;

  display: inline;

}
.index_hd h2::after{
	position:absolute;
	left:0;
	bottom:0;
	content:'';
	width:66px;
	height:5px;
	background:#2443B5;
}

/*case*/

.more{
  margin-top: 30px;
  padding: 10px 25px;
  font-size: 16px;
  border-radius: 0;
}
.caselist{
  width: 100%;
  display: flex;  
}
.caselist .item{
  position: relative;
  flex:1;
  text-align:center;
  font-size: 28px;
  color: #4d4d4d;
  font-weight: bold;
}
.caselist .item .img{
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.caselist .item .img img{
  max-width: 100%;
  max-height: 100%;
}
.caselist .item .t{
  margin-bottom: 10px;
  font-size: 0.625em;
}
.caselist .item::after{
  position: absolute;
  right: 0;
  top:0;
  content: '';
  width: 1px;
  height: 100%;
  background: #E6E6E6;
}
.caselist .item:last-child::after{display: none;}

/* 淡入 */

@-webkit-keyframes fadein{

    0%{opacity:0}

    100%{opacity:1}

}

@-moz-keyframes fadein{

    0%{opacity:0}

    100%{opacity:1}

}

@-ms-keyframes fadein{

    0%{opacity:0}

    100%{opacity:1}

}

@keyframes fadein{

    0%{opacity:0}

    100%{opacity:1}

}





@-webkit-keyframes honor-bounce-1 {

    0% {

        opacity: 0;

        -webkit-transform: scale(0.5);

    }

    60% {

        opacity: 1;

        -webkit-transform: scale(1.2);

    }

    100% {

        -webkit-transform: scale(1);

    }

}

@-moz-keyframes honor-bounce-1 {

    0% {

        opacity: 0;

        -moz-transform: scale(0.5);

    }

    60% {

        -moz-transform: scale(1.2);

    }

    100% {

        -moz-transform: scale(1);

    }

}

@keyframes honor-bounce-1 {

    0% {

        opacity: 0;

        -webkit-transform: scale(0.5);

        -moz-transform: scale(0.5);

        -ms-transform: scale(0.5);

        -o-transform: scale(0.5);

        transform: scale(0.5);

    }

    60% {

        -webkit-transform: scale(1.2);

        -moz-transform: scale(1.2);

        -ms-transform: scale(1.2);

        -o-transform: scale(1.2);

        transform: scale(1.2);

    }

    100% {

        -webkit-transform: scale(1);

        -moz-transform: scale(1);

        -ms-transform: scale(1);

        -o-transform: scale(1);

        transform: scale(1);

    }

}







/*适配*/


@media (min-width: 1200px) {

 
  .wp{width: 1200px;}

  .wpmain{width: 1200px;}

  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {

    float: left;

  }

  .col-lg-12 {

    width: 100%;

  }

  .col-lg-11 {

    width: 91.66666667%;

  }

  .col-lg-10 {

    width: 83.33333333%;

  }

  .col-lg-9 {

    width: 75%;

  }

  .col-lg-8 {

    width: 66.66666667%;

  }

  .col-lg-7 {

    width: 58.33333333%;

  }

  .col-lg-6 {

    width: 50%;

  }

  .col-lg-5 {

    width: 41.66666667%;

  }

  .col-lg-4 {

    width: 33.33333333%;

  }

  .col-lg-3 {

    width: 25%;

  }

  .col-lg-2 {

    width: 16.66666667%;

  }

  .col-lg-1 {

    width: 8.33333333%;

  }

    

}

@media screen and (min-width: 1000px) and (max-width: 1199px) {

  .wp{width: 90%;}
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {

      float: left;

    }

    .col-md-12 {

      width: 100%;

    }

    .col-md-11 {

      width: 91.66666667%;

    }

    .col-md-10 {

      width: 83.33333333%;

    }

    .col-md-9 {

      width: 75%;

    }

    .col-md-8 {

      width: 66.66666667%;

    }

    .col-md-7 {

      width: 58.33333333%;

    }

    .col-md-6 {

      width: 50%;

    }

    .col-md-5 {

      width: 41.66666667%;

    }

    .col-md-4 {

      width: 33.33333333%;

    }

    .col-md-3 {

      width: 25%;

    }

    .col-md-2 {

      width: 16.66666667%;

    }

    .col-md-1 {

      width: 8.33333333%;

    }

    .nav_left{width: 80%;}

    .h_nav_pc li a{padding:15px 20px 0;font-size:16px}

    .h_logoph .logo{

        width: 100%;

        background-position:left center;

        background-size: 100% auto;

   }
   

}



/* @media screen and (min-width: 768px) and (max-width: 999px) {
} */

@media (max-width:999px){
  .wp{width: calc(100% - 40px);}
  .header2{margin-bottom: 0;}

  .index_hd {

    padding: 50px 0 30px;

  }

  .service-side #side-tel{display:block}
    .header,.mainheader {display: none;}

    .header2 { display: block;}
    .footer{font-size: 12px;}
    
  .pt70{padding-top: 3.325em;}
  .pb80{padding-bottom: 3.8em;}

	


  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {

    float: left;

  }

  .col-sm-12 {

    width: 100%;

  }

  .col-sm-11 {

    width: 91.66666667%;

  }

  .col-sm-10 {

    width: 83.33333333%;

  }

  .col-sm-9 {

    width: 75%;

  }

  .col-sm-8 {

    width: 66.66666667%;

  }

  .col-sm-7 {

    width: 58.33333333%;

  }

  .col-sm-6 {

    width: 50%;

  }

  .col-sm-5 {

    width: 41.66666667%;

  }

  .col-sm-4 {

    width: 33.33333333%;

  }

  .col-sm-3 {

    width: 25%;

  }

  .col-sm-2 {

    width: 16.66666667%;

  }

  .col-sm-1 {

    width: 8.33333333%;

  }



.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {

    float: left;

}

}

@media (max-width: 767px) {

  .pc{display: none;}

  /* .wp{width: calc(100% - 20px);} */

  .w80{width: 90%;}
  .crumbs{padding: 1em 0;}
  .footer .footinfo{display: block;}
  .index_hd{
    padding: 2em 0;
    margin-bottom: 1.5em;
  }
  .index_hd h2{font-size: 1.85em;}



  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {

    float: left;

  }

  .col-xs-12 {

    width: 100%;

  }

  .col-xs-11 {

    width: 91.66666667%;

  }

  .col-xs-10 {

    width: 83.33333333%;

  }

  .col-xs-9 {

    width: 75%;

  }

  .col-xs-8 {

    width: 66.66666667%;

  }

  .col-xs-7 {

    width: 58.33333333%;

  }

  .col-xs-6 {

    width: 50%;

  }

  .col-xs-5 {

    width: 41.66666667%;

  }

  .col-xs-4 {

    width: 33.33333333%;

  }

  .col-xs-3 {

    width: 25%;

  }

  .col-xs-2 {

    width: 16.66666667%;

  }

  .col-xs-1 {

    width: 8.33333333%;

  }

}



@media (max-width: 400px){

  .ui-dialog{min-width: 320px !important;}

}

