html{color:#333;background:#fff}
body,div,p,h1,h2,h3,h4,h5,h6,img,ul,li,a,strong,span,p,dl,dt,dd,input,textarea{
    margin:0;
    padding:0;
    list-style:none;
    border:0;
    text-decoration:none;
    font-family:"microsoft yahei";
    font-weight: normal;
    font-size:14px;
}
table{border-collapse:collapse;border-spacing:0}
a{ text-decoration:none;}
a:hover{text-decoration: none !important;}
a:focus {text-decoration: none!important;}
img{border:0px;}
ol,ul{list-style:none}
.fl{ float: left; }
.fr{ float: right; }
.mt-20{margin-top: 20px;}
.mt-15{margin-top: 15px;}
.mt-80{ margin-top: 80px; }
.w-640{
  margin:0 auto;
  max-width: 640px;
  height: auto;
  background-color: #333;
  overflow: hidden;
}
.clear {
	clear: both;
}
/*标题*/
.ph-tit1{
  position: relative;
  padding:10px;
  width:auto;
  background-color:#f8f8f8;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}
.ph-tit1:after{
  content: "";
  position: absolute;
  bottom:0px;
  left:50%;
  margin-left: -30px;
  width: 60px;
  height: 3px;
  background-color: #dc0817;
}
.ph-tit1 h2{
  display: block;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #333;
}
.ph-tit1 p{
  display: block;
  margin-top: 5px;
  font-size:24px;
  text-transform: uppercase;
  text-align: center;
  color: #888;
  font-family:Impact;
}
.w-ph{
  padding:15px 15px;
}
.ph-top{
  position: fixed;
  top:0px;
  left:0px;
  z-index: 10000;
  width: 100%;
  /*height: 100%;
  background-color: #333;*/
}
.ph-top .ph-tit{
  width: 100%;
  height: 80px;
  background: url(../images/mini-t-bg.jpg);
  background-color: #fff;

}
.ph-top .ph-tit .logo{
  padding-top: 5px;
  width: 70%;
  float: left;
}

/*=========浮动导航========*/
.sp_header{height:auto;overflow:hidden;position:fixed;z-index:30000;width:100%;}
.sp_nav{width:35px;text-align:center;float:right;position:relative;cursor:pointer;height:40px;margin-top:10px; margin-right:10px;}
.sp_nav span{display:block;background-color:#fff; margin-top:18px;width:25px;height:4px;position:absolute;left:8px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:5px}
.sp_nav span:nth-of-type(3){top:10px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background-color:#222; margin-top:70px;width:100%;height:calc(100% - 104px);font-size:14px; right:0;line-height:40px;top:-100%;overflow:auto;overflow-x:hidden;transition:top ease 0.35s; float:right;}
.nav_show{top:0px; padding-top:20px;}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #434343 solid;text-align:center;color:#fff;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #434343 solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #434343 solid;margin-left:10px;position:relative;line-height:35px;font-size:18px}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{ font-size:18px; line-height:50px;color:#fff;width:90%}

.sjj_nav ul li ul li a{color:#888;display:block;text-align:left; font-weight:normal; border-bottom:1px dotted #ddd;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#ffbb00;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#ffbb00}
.sjj_nav ul li ul li>ul{margin-left:10px}

/*=========导航1========*/
.s_top{width:auto; height:70px; background-color:#222; padding:10px;overflow:hidden;}
.s_top h1{font-family: "微软雅黑";
	font-size:24px;
	line-height:30px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;}
.s_top p{font-family: "微软雅黑";
	font-size: 15px;
	line-height: 26px;
	font-weight: normal;
	color: #ccc;
	text-decoration: none;}	

.ph-w-menu{
  padding:8px 10px;
}
.ph-w-menu li{
  float: left;
  padding:5px 0px;
  width: 25%;
}
.ph-w-menu li .dh{
  margin:0 auto;
  padding:3px;
  width: 80%;
  /*height: 50px;*/
  border:1px solid #045ac5;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
}
.ph-w-menu li .dh img{
  display: block;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  /*margin:0 auto;
  margin-top: 10px;
  width: 60%;*/
}
.ph-w-menu li a{
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 170%;
  color: #333;
}
.h-menu-hover{
  color: #282828 !important;
}

/*=========导航2========*/
.ph-w-menu2{
  padding:5px 8px; padding-top:10px;
  background:linear-gradient(to left,#4b70dd,#1c3fa5);
  overflow: hidden;
}
.ph-w-menu2 li{
  float: left;
  margin:0.6% 0.6% ;
  width:23.6%;
}
.ph-w-menu2 li a{
  display: block;
  padding:5px 0px;
  font-size:15px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}

/*=========导航2========*/
.ny-w-menu2{
  padding:5px 8px;
  background-color: #282828;
  overflow: hidden;
}
.ny-w-menu2 li{
  float: left;
  margin:0.6% 0.6% ;
  border-right:1px dotted #e70304;
  width: 22.7%;
}
.ny-w-menu2 li a{
  display: block;
  padding:5px 0px;
  font-size: 15px;
  color: #fff;
  /*background-color: #045ac5;*/
  text-align: center;
  border-radius: 3px;
  box-sizing: border-box;
}

.sylm{width:100%; height:auto;padding-top:20px; padding-bottom:20px; background-color:#f8f8f8; text-align:center; overflow:hidden;}
.sylm ul{margin:0 auto; width:90%; height:auto; text-align:center; overflow:hidden;}
.sylm ul h3{font-family:"微软雅黑"; font-size:30px; color:#4F4F4F; line-height:30px;}
.sylm ul h3 span{font-family:"微软雅黑"; font-size:30px; color:#ebb70b; line-height:30px; font-weight: normal;}
.sylm ul p{ background-color:#f1f1f1; border-bottom:2px solid #434343;font-family:"微软雅黑"; font-size:15px; color:#999; padding-top:8px; padding-bottom:8px; line-height:20x; margin-top:10px;}

#sylm1{width:100%; height:auto;padding-top:10px; padding-bottom:10px; background-color:#f5f5f5; text-align:center;}


.cjlm{width:100%; height:auto;padding-top:10px; padding-bottom:10px; background-color:#0148be;}
.cjlm ul{margin:0 auto; width:90%; height:auto; text-align:center; overflow:hidden;}
.cjlm ul h3{font-family:"微软雅黑"; font-size:30px; color:#fff; line-height:30px; font-weight:bold;}
.cjlm ul p{font-family:"微软雅黑"; font-size:16px; color:#fff; line-height:20px;}

.a5 {
	font-family: "微软雅黑";
	font-size: 18px;
	line-height: 35px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.a7 {
	font-family: "微软雅黑";
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #5a5a5a;
	text-decoration: none;
}
.a19 {
	font-family: "微软雅黑";
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	color: #2982E8;
	text-decoration: none;
}

/*分类*/
.ph-proc{
  padding:10px;
}
.ph-proc li{
 padding:1px 1%;
 float: left;
 width: 47%;
 margin:1px;

}
.ph-proc a{
  display: block;
  padding:6% 2%;
  font-size:14px;
  color: #fff;
  text-align: center;
  border-radius:5px;
  background-color:#0a48b7;
  box-sizing: border-box;
}
.ph-proc1-hover{
  background-color: #dc0817 !important;
  color: #fff !important;
}
.ph-more1 a{
  display: block;
  margin:0px auto;
  padding:5px;
  width:40%;
  border-radius:5px;
  margin-bottom:20px;
  background-color: #0a48b7;
  text-align: center;
  font-size:16px; line-height:35px;
  color: #fff;
}

.ph-proc2{
  padding:10px;
}
.ph-proc2 li{
 padding:2px 1%;
 float: left;
  width: 47.5%;
}
.ph-proc2 a{
  display: block;
  padding:5% 1%;
  font-size: 15px;
  color: #fff;
  text-align: center;
  border:1px solid #FF9024;
  box-sizing: border-box;
  background-color: #303030;
}
  /*ph页脚*/

.ph-foot{
  position: fixed;
  bottom:0px;
  left: 0px;
  padding-bottom: 3px;
  width: 100%;
  background-color: #363638;
  overflow: hidden;
  border-top:1px solid #fff;
  border-radius: 15px 15px 0px 0px;
}
.ph-foot li{
  float: left;
  padding:10px 0px;
  width: 25%;
  height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.ph-foot li img{
  display: block;
  margin:0 auto;
  width: 25%;
}
.ph-foot li p{
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
/*返回顶部*/
.to-top { display: none; padding: 5px 10px; color: #fff; background-color: #f50;}

/*ys*/
.a_bj{width:auto; height:auto; background-color:#0a48b7; padding:10px;}
.brand{width:100%; height:auto; margin-top:20px; margin-bottom:20px; overflow:hidden;}
.brand li { cursor: pointer; width: 45%; height:180px; border: 6px solid #DCDCDC; box-sizing: border-box; overflow: hidden; float: left; margin:2%;text-align: center; position: relative; transition: all ease .4s }
.brand li .brand_icon i { display: block; height:80px; margin:14px auto 0 }
.brand li .brand_icon i img{ margin:0 auto; width:40%;}
.brand li .brand_icon span { display: block; font-size:24px; color: #fff; font-weight:bold; line-height: 100% }
.brand li .brand_icon p { display: block; font-size:16px; color: #ccc; line-height: 100%; padding-top:10px; }
.brand li:last-child { margin-right: 0 }
.brand li:hover { border: 6px solid #0a48b7; }
.brand li:hover .brand_icon { animation: rotateOut 2s; -webkit-animation: rotateOut 2s }


.a5 {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height:18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.a10 {
	font-family: "微软雅黑";
	font-size: 24px;
	line-height:24px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
.a11 {
	font-family: Impact;
	font-size:44px;
	line-height:50px;
	color: #80c02b;
	text-decoration: none;
}
.a12 {
	font-family: "微软雅黑";
	font-size:20px;
	line-height: 40px;
	font-weight: normal;
	color: #80c02b;
	text-decoration: none;
}
.a15 {
	font-family: "微软雅黑";
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #31343C;
	text-decoration: none;
}

/*首页简介*/
.ph-s-about{width:100%; height:auto; padding-top:10px; padding-bottom:10px; text-align:center; font-family:"微软雅黑"; font-size:30px; font-weight:bold; color:#30250a; background-color:#f5c607;}
.ph-s-about P{font-family:Impact; font-size:24px; line-height:30px; color:#019bff;}
.ph-h-about{
  padding:15px;
  font-family:"微软雅黑"; color:#666; line-height:24px;
}
.ph-h-about strong{height:auto;font-size:18px;color:#434343;line-height:30px; font-weight:bold;}
.ph-h-about em{color:#d60a09;}

.a-right{width:auto; height:auto; padding-top:30px; background-color:#f5f5f5; text-align:center;overflow:hidden}
.a-right h3{font-family:"微软雅黑"; font-size:24px;color:#019bff; line-height:30px; padding-bottom:20px; font-weight: bold;}
.a-right ul{width:auto; height:auto; padding:10px; overflow:hidden;}
.a-right ul li{width:36%; height:130px; margin:1%; text-align:center; padding:20px; float:left; background-color:#019bff;}
.a-right ul ol{width:36%; height:130px;margin:1%; text-align:center; padding:20px; float:left; background-color:#454545;}

.a16 {
	font-family: "微软雅黑";
	font-size:15px;
	line-height:22px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.a17 {
	font-family: Impact;
	font-size:44px;
	line-height: 50px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}

/*优势*/
.sj-ys{width:100%; height:auto; padding-top:10px; padding-bottom:10px; overflow:hidden; text-align:center; font-family:"微软雅黑"; font-size:30px; color:#fff; font-weight:bold; line-height:40px; background-color:#2645AF;}
.sj-ys a{font-family:"微软雅黑"; font-size:20px; color:#E60E1B; font-weight:bold; line-height:30px; background-color:#fff; padding:8px;border-radius:25px; }
.ys-tu{width:100%; height:auto; background-color:#00baff;background-size:100% auto; padding-top:10px; padding-bottom:30px;}
.ys-tu li{margin:0 auto; width:90%; height:auto; padding:5px;text-align:left; font-family:"微软雅黑"; font-size:15px; font-weight:bold; color:#fff; line-height:20px; border-bottom:2px solid #343434;margin-top:20px;}
.ys-tu li span{font-family:Impact; font-size:26px; color:#E60E1B; background-color:#fff; padding:8px; margin-right:5px;}



.a1 {
	font-family: "微软雅黑";
	font-size: 18px;
	line-height: 35px;
	font-weight: normal;
	color: #019bff;
	text-decoration: none;
}
.a2 {
	font-family: "微软雅黑";
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #019bff;
	text-decoration: none;
}
.ph-h-about h2{
  display: block;
  padding:15px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.ph-h-about p{
  margin-bottom: 15px;
  padding:0px 10px;
  font-size: 14px;
  color: #019bff;
  line-height: 170%;
}
.ph-h-about .ph-a-more a{
  display: block;
  padding:10px;
  margin:0 auto;
  width:40%;
  margin:10 auto;
  font-size:16px;
  color: #fff;
  text-align: center;
  border-radius:5px;
  background-color: #0a48b7;;
  margin-top:10px;
}

/*------------ys---------*/
.a_ys{width:auto; height:auto; text-align:left; font-family:"微软雅黑"; padding:10px; margin-top:-50px; margin-bottom:30px;}
.a_ys h3{font-size:22px; line-height:30px; color:#0f8dd7; font-weight:normal;}
.a_ys h3 p{font-size:14px; line-height:30px; color:#888;}
.a_ys ul{width:100%; height:auto; overflow:hidden; margin-top:20px;}
.a_ys ul dd{width:80px; height:80px; border:2px solid #d4d4d4;text-align:center; font-family:Impact; font-size:40px; line-height:80px; color:#d4d4d4;}
.a_ys ul dl{width:70%; height:auto; text-align:left; font-family:"微软雅黑"; color:#434343; float:right;}
.a_ys ul dl h2{ font-size:20px; line-height:30px; font-weight:bold;}
.a_ys ul dl p{ font-size:14px; line-height:20px;}
/*拨打电话*/
.sj-tel{margin:0 auto; width:60%; height:auto;text-align:center; background-color:#dc0817;border-radius:10px}
.sj-tel a span{font-family:"微软雅黑"; font-size:14px; color:#fff;}

/*首页新闻*/
.ph-news1{
  padding:10px;
  height: auto;
  overflow: hidden;
}
.ph-news1 li{
  padding:15px;
  border: 1px solid #e1e1e1; margin-bottom:10px;
  overflow: hidden;
}
.ph-news1 li img{
  display: block;
  width:100%;
  margin-bottom:10px;
  height:240px;
  overflow: hidden;
}
.ph-news1 li .news-r{
  width:100%;
  float:left;
}
.ph-news1 li .news-r a h3{
  display: block;
  font-size:16px;
  color: #333;
  overflow: hidden;
}
.ph-news1 li .news-r span{
  display: block;
  padding-bottom: 5px;
  font-size: 12px;
  color: #ccc;
}
.ph-news1 li .news-r p{
  display: block;
  height:50px;
  font-size: 15px;
  color: #888;
  line-height: 160%;
  overflow: hidden;
}


/*底部联系我们*/
.ph-f-cont{
  padding-top:15px; padding-bottom:15px;
}
.ph-f-cont h2{
  display: block;
  margin-bottom: 8px;
  text-align: center;
  font-size: 26px;
  color: #888;
}
.ph-f-cont .f-lxwm{
  margin:0 auto;
  font-size: 16px;
  color: #888;
  line-height: 150%;
  text-align:left;
}
.ph-f-cont .f-lxwm img{
  margin:0 auto;
  margin-top:10px;

}
.ph-f-cont .f-lxwm p,
.ph-f-cont .f-lxwm p a,
.ph-f-cont .f-lxwm a{
  font-size: 16px;
  color: #888;
  line-height: 150%;
  text-align: center;
}
/*底部版权*/
.ph-bq{
  margin-bottom: 63px;
  padding:9px 15px 15px 15px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 150%;
  background-color:#434343;
}
.ph-bq p,
.ph-bq p a,
.ph-bq a{
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 150%;
}
.ph-bq img{
  display: block;
  margin:0 auto;
  margin-top: 10px;
}
/*================内页===========*/
.ph-ny-banner{
/*  margin-top: 81px;*/
  width: 100%;
  height: auto;
  margin-top:-5px;
  margin-bottom:-5px;
}
/*内页详情*/
.ph-n-cont{
   padding:10px;
  font-size: 15px;
  color: #333;
  line-height: 170%
}
.ph-n-cont strong{font-size:18px; color:#434343; line-height:30px; font-weight: bold; margin-bottom:10px;}
.ph-n-cont p, .ph-n-cont p a, .ph-n-cont p p{
  font-size: 15px;
  color: #333;
  line-height: 170%
}
.ph-picnr {
    padding: 0 10px;
}

.y-dy {
    padding: 0px 15px;
    padding-bottom: 20px;
    overflow: hidden;
}
/*====================之前的样式====================*/

/*y手机站样式*/
.y-phone-content{ padding:15px; font-size:1em; line-height:1.8em; color:#333333;}
.y-phone-content p{ padding:0px 20px ; text-align:left; line-height:170%; font-size:15px; color:#333;}
.y-phone-content p p{font-size:15px; color:#333;}

.y-tit01{ height:40px; line-height:40px; background-color:#f9f9f9; color:#333333; font-size:17px; text-indent:20px; border-left: 5px solid #fa3e3e; font-family:"Microsoft Yahei"; font-weight:bold;}
.y-n-content{ height:50px; line-height:50px; text-align:center; border-bottom:#CCC 1px solid;}
.y-n-content h1{ font-size:16px;}
.y-n-content p{ font-size:15px; font-family:"Microsoft Yahei"; line-height:170%; text-align:left;}
.y-dy{ padding:0px 15px; padding-bottom:20px;overflow: hidden;}
.y-dy p{ line-height:170%; text-align:left; font-size:14px; color:#333;}
.y-pro{ padding:0px 5px; padding-bottom:20px;overflow: hidden;}
.y-pro p{ line-height:170%; text-align:left; font-size:14px; color:#333;}
/*my上一页下一页样式*/
.mypage{ background-color:#f9f9f9; padding:5px; color:#3333; font-size:12px;}
.mypage a{ color:#333; font-size:12px;}


.main{}
/*y手机站导航样式*/
.mini_navv{width:100%;margin:0 auto; background: #485460;}
.nav5_11 {min-width:320px;}
.nav5_11 ul li{ margin:3px 0px; font-weight:bold;display:block; float:left; height:30px; line-height:30px; width:24.5%; text-align:center; border-right: 1px solid #2a445e;}
.nav5_11 ul li a{display:block; float:left; width:100%; color:#ffffff; font-size:16px; font-weight:normal;}
.nav5_11 ul li a:hover{ color:#ffffff;}



/*手机banner轮播*/
.banner{width:100%;margin:0px; padding:0px; margin-top:-5px;}
.banner img{display:block;width:100%}
.swipe{width:100%;overflow:hidden;position:relative;}
.swipe ul{
  -webkit-transition:left 800ms ease-in 0;
  -moz-transition:left 800ms ease-in 0;
  -o-transition:left 800ms ease-in 0;
  -ms-transition:left 800ms ease-in 0;
  transition:left 800ms ease-in 0;
}
.swipe ul img{
  /*margin-top: 10px;*/
}
.swipe #pagenavi{position:absolute;left:0px;bottom:0px;text-align:center;width:100%; background:rgba(fff, fff, fff, 0.6)!important; filter:Alpha(opacity=50); padding:6px;}
.swipe #pagenavi a{width:8px; height:8px; line-height:99em; background:#fff; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; margin:0 4px; overflow:hidden; cursor:pointer; display:inline-block; *display:inline; *zoom:1; position:relative;}
.swipe #pagenavi a.active{background:#ff0;  position:relative;}


.mini_jj{ padding:15px 0px; border-bottom:1px dashed #eaeaea; text-align:center; font-size:18px; font-weight:bold; color:#fa3e3e;}

.mini_jjmore{ width:30%; height:35px; margin:0px auto; background:#313131; text-align:center; border-radius: 5px;-moz-border-radius: 10px;-webkit-border-radius: 10px;line-height:35px;}
.mini_jjmore a{ font-size:14px; color:#ffffff;}

/* 联系内页 */

.contact-wrapper {
  padding:0.25vw 0.5416666667vw;
}
@media screen and (max-width: 768px) {
  .contact-wrapper {
    padding: 20px;
  }
}
.contact-wrapper .big-title {
  color: #e60012;
  margin-bottom: 2.0833333333vw;
}
.contact-wrapper .title-gray {
  color: #999;
  margin-bottom: 0.5208333333vw;
}
.contact-wrapper .desc {
  font-size: 1.3541666667vw;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .desc {
    font-size: 16px;
  }
}
.contact-wrapper .desc-small {
  font-size: 0.9375vw;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .desc-small {
    font-size: 14px;
  }
}
.contact-wrapper .desc-red {
  color: #e60012;
}
.contact-wrapper .clean-padding-top > div {
  padding-top: 0 !important;
}
.contact-wrapper .contact {
  display: flex;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .contact {
    flex-wrap: wrap;
  }
}
.contact-wrapper .contact.border-top {
  background-color:#f9f9f9; margin-bottom:1%; padding:1%;
}
.contact-wrapper .contact.border-bottom {
  border-bottom: 1px solid #cccbcb;
}
.contact-wrapper .contact > div {
  flex: 0 0 27%;
  padding-left:5%;
  padding-bottom: 2.125vw;
  padding-top: 2.125vw;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .contact > div {
    flex: 0 0 100%;
  }
}
.contact-wrapper .contact-email {
  display: flex;
  padding-bottom: 3.125vw;
  padding-top: 3.125vw;
}
.contact-wrapper .contact-email .img-wrapper {
  flex: 0 0 23.4375vw;
}
.contact-wrapper .contact-email .text-wrapper {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.contact-wrapper .contact-email .text-wrapper .big-title {
  width: 100%;
  color: #e60012;
  margin-bottom: 2.0833333333vw;
}
.contact-wrapper .contact-email .text-wrapper .wrapper {
  flex: 1;
}

.h-proc2{
    margin:0 auto;
	width:auto;
	height: auto;
	margin-bottom:30px;
	text-align: center !important;
}
.h-proc2 a{
	display: inline-block;
	margin:2px;
	height:45px;
	width:13.8%;
	margin:0.2%;
	background-color:#434343;
	font-size:15px;
	color: #ccc;
	text-align: center;
	line-height:45px;
	border-spacing:5px;
}
.h-proc2 a:hover{
	background-color: #f08226;
	color: #fff;}

