* {
    font-family: '微软雅黑';
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  body {
    overflow-x: hidden;
    font-size:14px;
  }
  
  img {
    max-width: 100%;
  }
  
  a,
  a:hover,
  a:visited,
  a:checked {
    text-decoration: none;
  }
a:hover{
    color:#1d2088;
}
  
  a {
    -webkit-transition: color .4s ease;
    -moz-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
    color: #000;
  }
  
  ul,
  ol {
    list-style: none;
  }
@media(min-width:1440px){
  .container{
      width:1440px;
  }
}
.carousel-control.left,.carousel-control.right{
    background-image:none;
}
.fanye{
    overflow: hidden;
    margin-top:30px;
    border-top:1px dotted #ccc;
    padding-top:20px;
}
.text-c{
    margin-top:20px;
    text-align: center;
}
.text-c span{
display:inline !important;
}

/* 首页样式 */
.home_ys{
    overflow: hidden;
    padding:60px 0;
}
.ys_img img{
    width:100%;
    margin: 0 auto;
}
.ys_info{
    padding-left:60px;
}
.ys_info h1{
    font-size: 48px;
    font-weight: bold;
}
.ys_info span{
    display: block;
    font-size:24px;
    font-weight: 600;
    line-height: 50px;
}
.h_ys_con{
margin-top:30px;
line-height:30px;
}
.h_btn{
    width:138px;
    height:40px;
    background:linear-gradient(to right,#019be6,#1d2088);
    padding:5px;
    margin-top:60px;
}
.h_btn a{
    display: block;
    color:white;
    border:1px solid #333;
    line-height: 28px;
    text-align: center;
}
.h_ys_item{
    width:100%;
    margin-top:60px;
    overflow: hidden;
}
.h_ys_list img{
    /* width:40px; */
    height:50px;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.h_ys_list h3{
    font-size:24px;
    font-weight: 600;
    line-height: 40px;
}
.h_ys_list:hover img{
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
}
.h_ys_dec{
    line-height: 30px;
    color:#777;
}

/* 首页产品 */
.home_pro{
    background:url(../../images/pro_img.png) center no-repeat;
    padding:60px 0;
}
.h_pro_info h1{
    font-size:48px;
    font-weight: bold;
    margin:0;
}
.h_pro_info span{
    display: block;
    color:white;
    font-size:24px;
    font-weight: 600;
    line-height: 50px;
}
.swiper-slide span{
line-height: 60px;
}


.img100 a{
display:block;
width:100%;
}
.img100 img{
width:100%;
}
.h_pro_item .swiper-slide img{
max-height:225px;
display:block;
margin:0 auto;}


/* 首页新闻 */
.home_news{
    overflow: hidden;
    width:100%;
    padding: 60px 0;
}
.home_news h1{
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    margin:0;
}
.home_news span{
    text-align: center;
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 50px;
}
.h_news_item{
    overflow: hidden;
    margin-top:30px;
}
.h_news_list{
    overflow: hidden;
    width:50%;
    float:left;
}
.h_n_list{
    overflow: hidden;
    background: linear-gradient(to right,#4344a4,#2e71c4);
    padding:20px 30px;
    border-bottom:1px solid #555;
}
.h_n_list .xuhao{
    font-size:42px;
    font-weight: bold;
    width:80px;
    height:80px;
    border:1px solid #fff;
    border-radius: 50px;
    line-height: 80px;
    color:white;
    margin-top: 8px;
}

.h_n_info{
    padding-left:30px;
}
.h_n_info h4{
    font-size:20px;
    color:white;
    font-weight: 600;
    margin:0;
    margin-bottom:15px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.h_n_dec{
    line-height: 24px;
    color:#ccc;
}
.h_news_img{
    width:50%;
    float:left;
    overflow: hidden;
    height:402px;
    position: relative;
}
.h_news_img span{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
    width: 100%;
    color:white;
    text-align: left;
    padding:0 20px;
    font-size: 20px;
    font-weight: 600;
}


/* 首页简介 */
.home_about{
    background:url(../../images/a-bg.jpg) no-repeat center;
    margin-top:100px;
    height:373px;
}
.h_about_info{
    width: 100%;
    position: relative;
}
.h_about_con{
    width:45%;
    background-color: #4344a4;
    padding:60px 40px;
    position: absolute;
    top: -90px;
    right:0;
}
.h_about_con h1{
    color:white;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    margin:0;
}
.h_about_con span{
    text-align: center;
    display: block;
    color:white;
    font-size: 24px;
    font-weight: 600;
    line-height: 50px;
}
.h_about_con div a{
    line-height: 30px;
    color: white;
}




.footer{
    background-color:black;
    padding:60px 0;
}
.ft_nav ul{
    width: 100%;
    overflow: hidden;
}
.ft_nav .ft_nav_item{
    width:calc(100% / 6);
    width: -webkit-calc(100% / 6);
    width: -moz-calc(100% / 6);
    width: -o-calc(100% / 6);
    float:left;
    border-right:1px solid #333;
    color:white;
    font-size: 16px;
    padding:0 10px;
    text-align: center;
}
.ft_sub_nav{
    margin-top:20px;
}
.ft_sub_nav li a{
    color:#ccc;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
}
.ft_contact{
    font-size:16px;
    color:white;
    line-height: 30px;
}
.copyright{
    overflow: hidden;
    border-top:1px solid #111;
    color:#ccc;
    line-height: 30px;
    margin-top:30px;
    padding-top:30px;
    text-align: center;
}
.copyright a{
    color:#ccc;
}



/* 内容页 */
.about_service{
    padding:60px 0;
}
.a_service h1,.a_honor h1{
    font-size:40px;
    font-weight: bold;
    text-align: center;
}
.a_service span,.a_honor span{
    display: block;
    text-align: center;
    line-height: 30px;
    margin-top:30px;
    color:#555;
}
.a_service_item{
    margin-top:40px;
    overflow: hidden;
}
.service_info{
    border:5px solid rgba(0,0,0,0.08);
    padding:25px 20px;
    margin-bottom: 30px;
    text-align: center;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    height:336px;
}
.icon{
    width:100px;
    height:100px;
    background-color: #7c0000;
    border-radius: 100%;
    margin: 0 auto;
    font-size:40px;
    line-height: 100px;
    color:white;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}
.service_con{
    margin-top:20px;
}
.service_con h4{
    font-size:20px;
    font-weight: bold;
    line-height: 50px;
}
.service_con .text{
    text-align: left;
    text-indent: 2em;
    line-height: 24px;
    color:#333;
    height:90px;
    overflow: hidden;
}
.service_col:hover .service_info{
    border:5px solid #7c0000;
}
.service_col:hover .icon{
    background-color:#222;
    transform: rotate(360deg) scale(1.1);
    -webkit-transform: rotate(360deg) scale(1.1);
    -moz-transform: rotate(360deg) scale(1.1);
    -o-transform: rotate(360deg) scale(1.1);
}


.about_content{
    overflow: hidden;
    position: relative;
}
.about_cq{
    width:50%;
}
.about_con{
    width:47%;
    position: absolute;
    left:40%;
    z-index: 99;
    top: 50px;
    background:white;
    padding:60px 40px;
    line-height: 30px;
}
.about_con_btn{
    width:120px;
    line-height: 36px;
    border:1px solid #999;
    text-align: center;
    color:#999;
    margin-top: 40px;
}

.about_honor{
    padding:60px 0;
    width:100%;
}

.a_honor_item{
    width:100%;
    overflow: hidden;
    margin-top: 40px;
}
.honor-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 200px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}
.honor-container a {
    display: table-cell;
    width: 100%;
    height: 200px;
    vertical-align: middle;
}
.honor-container a img {
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
}
.honor-name {
    border: 1px solid #ddd;
    border-top: none;
    line-height: 40px;
    margin-bottom: 30px;
}

/* 当前位置 */
.position{
    background:#7c0000;
    padding:20px;
    color:white;
}
.position a{
    color:white;
}

.content{
    padding:60px 0;
	line-height:30px;
}

/* 产品 */
.product{
    padding:60px 0;
    overflow: hidden;
}
.product_tit h1{
    font-size:40px;
    font-weight: bold;
    text-align: center;   
}
.product_tit span{
    display: block;
    text-align: center;
    line-height: 30px;
    margin-top:30px;
    color:#555;

}
.items-container{
    margin-top:40px;
}
.item_view{
    margin-bottom:30px;
    height:418px;
    overflow: hidden;
}

.item_view:nth-child(3),.item_view:nth-child(4){
    margin-bottom:0;
}
.item_view .cptn14 img{
    width:100%;
    height:418px;
}
.pro_section_item{
    overflow: hidden;
    /* border-bottom:1px dotted #ccc;*/
    margin-bottom:40px; 
}
.pro_section_item ul {
    margin:0 auto;
}
.pro_section_item ul li{
    width:25%;
    float:left;
    border-left:4px solid #eaeaea;
    border-top:4px solid #eaeaea;
    border-bottom:4px solid #eaeaea;
    text-align: center;
    font-size: 16px;
    transition: all 1s;
}
.pro_section_item ul li a{
    display: block;
    padding:10px 25px;
}
.pro_section_item ul li:last-child{
    border-right:4px solid #eaeaea;
}
.pro_section_item ul li:hover{
    background:#7c0000;
}
.pro_section_item ul li:hover a{
    color:#fff;
}

/* 产品图片动效 */
#wrap{
    width: 100%;
    overflow: hidden;
}

#wrap ul li{
    width: calc((100% - 40px) / 3);
    -webkit-width: calc((100% - 40px) / 3);
    float: left;
	position: relative;
    overflow: hidden;
    height:273px;
    margin-bottom:30px;
    margin-right:20px;
} 
#wrap ul li:nth-child(3n){
    margin-right:0;
}

#wrap ul li .a1 img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
	height:100%;
}
#wrap ul li .a1 .divA{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 46px;
	padding: 10px 20px;
	background: #eaeaea;
}
#wrap ul li .a1 .divA>.p1{
	width: 312px;
	height: 25px;
	font-size: 18px;
    line-height: 25px;
    color: #666;
}
#wrap ul li .a1 .divA>.p2{
	width: 312px;
	height: 21px;
    font-size: 14px;
    color: #b4b4b4;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#wrap ul li .a1 .divA>.p3{
	position: absolute;
	right: 0;
	bottom: 12px;
	width: 108px;
	height: 28px;
	color: #f60;
}
#wrap ul li .a1 .divA>.p3>span{
	font-size: 24px;
	font-weight:800;
}
/*遮罩*/
#wrap ul li .a2{
	position: absolute;
	top: 0;
	left:-100%;
	width: 100%;
	height: 273px;
	text-align: center;
	color: white;
	background: rgba(0,0,0,0.5);
	transition: all 0.2s;  
} 
#wrap ul li .a2 .p4{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 80px;
	left: -100%;
	color: #fff;
	font-size: 24px;
    font-weight: bold;
    transition: all 0.2s 0.1s ease-out ;  
}
/* #wrap ul li .a2 .p5{
	width: 100%;
	text-align: center;
	line-height:20px ;
	position: absolute;
	top: 65px;
	left: -100%;
	margin: 30px  0 10px;
	font-size: 14px;
    color: white;
    transition: all 0.2s 0.2s ease-out ;  
}
#wrap ul li .a2 .p6{
	position: absolute;
	top: 140px;
	left: 175px;
	transform: scale(1.4);
	transition: all 0.3s 0.2s ;
}
#wrap ul li .a2 .p6 span{
	font-family: Arial;
    font-size: 36px;
    font-weight: 700;
    color: white;
} */
#wrap ul li .a2 .p7{
	position: absolute;
	bottom:-80px;
	left: calc((100% - 160px) / 2);
	width: 160px;
	height: 38px;
	line-height: 38px;
	border-radius: 20px;
	margin: 10px auto;
	border: 1px solid;
	transition: all 0.2s 0.5s ;
}
.pro_thumb_desc{
    margin-bottom:40px;
}
.pro_thumb{
    max-height:347px;
    overflow: hidden;
}
.pro_thumb img{
    max-height:347px;
    display: block;
    margin:0 atuo;
    border:1px solid #eaeaea;
    padding:5px;
}
.pro_tit_info h1{
    font-size:30px;
    font-weight: 600;
    margin-bottom:20px;
    border-bottom:1px dotted #ccc;
    padding-bottom:20px;
}
.pro_desc{
    line-height: 24px;
}
.pro_content{
    width: 100%;
    overflow: hidden;
}
.pro_content h4{
    font-weight: 600;
    border-bottom:1px dotted #ccc;
    margin-bottom:20px;
}
.pro_content h4 span{
    background:#eaeaea;
    display: block;
    width:100px;
    line-height: 40px;
    text-align: center;
}




/* 新闻资讯 */
.news_list{
    overflow: hidden;
    border-bottom:1px solid #eaeaea;
    padding:10px 0;
}

.news_info{
    overflow: hidden;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.news_date{
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}
.news_date span{
    display: block;
    text-align: center;
    font-size:40px;
    line-height: 80px;
    font-weight: 600;
}
.news_con .news_title{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.news_con .news_desc{
    line-height: 24px;
    color: #555;
    height:48px;
    overflow: hidden;
}
.news_con .more{
    width:120px;
    line-height: 36px;
    margin-top: 20px;
    background: #eaeaea;
    text-align: center;
}
.news_con .more i{
    margin-left:10px;
}
.news_list:hover .news_info{
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
}

.news_content h1{
    font-size:30px;
    font-weight: bold;
    margin-bottom:20px;
    text-align:center;
}
.news_content_view{
    overflow: hidden;
    padding: 20px 0;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.news_content_date,.news_leimu,.browse{
    width:calc(100% / 3);
    width:-webkit-calc(100% / 3);

	width:-moz-calc(100% / 3);
    width:-o-calc(100% / 3);

    float: left;
    text-align: center;
}
.news_con_xq{
    padding-top:20px;
}
/* 人才 */
.jobs_list{
    width: 100%;
    overflow: hidden;
    background-color:#eaeaea;
}
.jobs_list .jobs_img{
    padding-left:0;
}
.jobs_item {
    overflow: hidden;
    padding-left:30px;
}
.jobs_bt{
    overflow: hidden;
    border-bottom:1px dotted #bbb;
    margin-bottom: 20px;
}
.jobs_item .gangwei{
    width:25%;
    float:left;
    /* text-align: center; */
    font-size: 20px;
    line-height: 60px;
}

.jobs_item_con{
    overflow: hidden;
    border-bottom: 1px dotted #bbb;
}
.jobs_item_info{
    width:25%;
    float: left;
    line-height: 60px;
}
.hrList{
    width:100%;
}
.hrList_tit{
    font-size:30px;
    font-weight: bold;
    color: #7c0000;
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px dotted #ccc;
}
.hrList ul li{
border:1px solid #ccc;
line-height: 40px;
padding-left: 0;
}
.hrList ul li span{
    display: block;
    background:#eaeaea;
    width:100px;
    float: left;
    margin-right:20px;
    padding:0 10px;
}
.other{
    line-height: 24px !important;
    padding:20px 10px 20px !important;
}
.other span{
    display: block;
    background:#eaeaea;
    width:100px;
    float: none !important;
    line-height: 40px;
    margin-bottom:20px;
    margin-left:-10px;
}
.no-bottom{
    border-bottom:none !important;
}
.noright{
    border-right:none !important;
}

.hrList_btn{
    width:120px;
    line-height: 40px;
    background-color: #7c0000;
    margin-top:20px;
}
.hrList_btn a{
    color:white;
    text-align: center;
    display: block;
}



/* 表单 */
.zh{
    width:100%;
    margin-bottom:30px;
    overflow: hidden;
}
.zh span{
    font-size: 16px;
    width:10%;
    display: block;
    float: left;
    line-height: 30px;
}
.zh input{
    width:90%;
    float: left;
    line-height: 30px;
    border: 1px solid #ccc;
}
.sl{
    line-height: 30px;
    margin-bottom:30px;
}
.sl input{
    border: 1px solid #ccc;
    padding:0 10px;
    width: 100%;
}
.sl select{
    width:100%;
    line-height: 30px;
    height:30px;
    border: 1px solid #ccc;
}
.zh textarea{
    width:90%;
    float: left;
    border: 1px solid #ccc;
}
.tj input{
    width:80px;
    height:30px;
    background-color: #7c0000;
    color: white;
    margin: 0 auto;
}




@media(min-width:1335px) and (max-width:1440px){
    .about_cq{
        width:70%;
    }
    .about_con{
        width:70%;
        left:30%;
    }
    
}



@media(min-width:1000px) and (max-width:1199px){
    .h_n_dec{
    height:48px;
    overflow: hidden;
}
.h_btn{
    margin-top:60px;
}
.h_about_con{
    width:60%;
}
.ft_nav .ft_nav_item{
    padding:0 10px;
    /* text-align: center; */
}
.honor-container{
    height:120px;
}

.honor-container a{
    height:120px;
}
.honor-container a img{
    max-height:120px;
}
#wrap ul li{
    height:200px;
}

#wrap ul li .a2{
    height:200px;
}
#wrap ul li .a2 .p4{
    top:50px;
}
}
@media(min-width:767px) and (max-width:1023px){
    .h_btn{
        margin-top:40px;
    }
    .ys_info h1{
        font-size:36px;
    }
    .h_pro_info h1{
        font-size:36px;
    }
    .h_n_list .xuhao{
        font-size: 32px;
        width:60px;
        height:60px;
        line-height: 60px;
    }
    .h_n_dec{
        height:48px;
        overflow: hidden;
    }
    .h_about_con{
        width:70%;
    }
    .banner_pic{
        margin-top:44px;
    }
    .honor-container {
        height:100px;
    }
    .honor-container a{
        height:100px;
    }
    .honor-container a img{
        max-height:100px;
    }
    .about_content{
        height:490px;
    }
    .about_cq{
        width:80%;
    }
    .about_con{
        width:75%;
        left: 25%;
        padding:30px 20px;
    }
    .ft_nav .ft_nav_item{
        font-size:14px;
    }
    .ft_sub_nav li a{
        font-size:12px;
    }
    .ft_contact{
        font-size:14px;
    }
    #wrap ul li{
        height:170px;
    }

    #wrap ul li .a2{
        height:170px;
    } 
    #wrap ul li .a2 .p4{
        top:30px;
        font-size: 16px;
    }
	

}

@media(min-width:767px) and (max-width:1024px){
    .item_view{
        height:300px;
    }
    .item_view .cptn14 img{
        height:300px;
    }
	.zh span{
	width:12%;
	}
.zh textarea,.zh input{
width: 88% !important;
}
.jobs_item .gangwei:nth-child(1),.jobs_item .gangwei:nth-child(2){
width:50%;
}
.jobs_item .gangwei:nth-child(3),.jobs_item .gangwei:nth-child(4){
display:none;
}


}


@media(max-width:767px){
    #wrap{
        padding:0 10px;
    }
    #wrap ul li{
        width: 100%;
        float: left;
        position: relative;
        overflow: hidden;
        height:215px;
        margin-bottom:30px;
        margin-right:20px;
    } 
    #wrap ul li:nth-child(2n){
        margin-right:0px;
    }
    #wrap ul li:nth-child(3n){
        margin-right:20px;
    }
     .a2{
        display: none;
    } 
    #wrap ul li .a1 .divA>.p1{
        width: 100%;
    height: 25px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    }
    .ys_info h1,.h_pro_info h1,.home_news h1{
        font-size: 24px;
		margin:0;
	        color:#333;
			}
	.ys_info span,.h_pro_info span{
	font-size:16px;
	line-height:30px;
	        color:#333;
	}
.home_news span{
	font-size:16px;
	line-height:30px;
}

    .h_btn{
        margin-top:15px;
    }
    /* .h_pro_info h1{
        font-size:36px;
    }
    .h_pro_info span{
        color:black;
    } */
    .swiper-slide span{
        line-height: 40px;
    }
    .h_pro_item{
        margin-top:20px;
    }
    .swiper-slide span{
        font-size:14px;
		bottom:60px;
height:40px;
line-height:40px;

    }
/*     .home_news h1{
        font-size:36px;
    } */
    .h_news_list{
        width:100%;
    }
    .h_n_list .xuhao{
        font-size: 32px;
        width:60px;
        height:60px;
        line-height: 60px;
    }
    .h_n_dec{
        height:48px;
        overflow: hidden;
    }
    .h_about_con{
        width:100%;
    }

    .h_news_img{
        width:100%;
    }
    .h_about_con h1{
        font-size:36px;
    }
    .h_about_con div a{
        line-height: 24px;
    }
    .carousel{
        margin-top:40px;
    }
    .home_pro{
        padding:30px 0;
    }
    .home_ys{
        padding:30px 0;

    }
    .ft_contact{
        text-align: center;
    }
    .banner_pic{
        margin-top:44px;
    }
    .about_content{
        height:830px;
    }
    .about_service{
        padding:30px 0;
    }
    .about_cq{
        width:100%;
    }
    .about_con{
        width:100%;
        left: 0;
        top:150px;
        padding: 30px 20px;
    }
    .honor-container{
        height:100px;
    }
    .honor-container a{
        height:100px;
    }
    .honor-container a img{
        max-height:100px;
    }
    .jobs_item .gangwei:nth-child(1),.jobs_item .gangwei:nth-child(2){
        font-size:16px;
		width:50%;
    }
    .jobs_item .gangwei:nth-child(3),.jobs_item .gangwei:nth-child(4){
	display:none;
	}

    .news_date{
        font-size: 14px;
    }
    .item_view{
        height:250px;
    }
    .item_view .cptn14 img{
        height:250px;
    }
    .item_view:nth-child(3){
        margin-bottom:30px;
    }
    .hrList ul li span{
        width:90px;
    }
    .news_content h1{
        font-size: 24px;
    }
    .zh span{
        width:100%;
    }
    .zh input{
        width:100%;
    }
	.home_about{
	margin-top:40px;}
	.content{
	padding:30px 10px;
	}

.ys_info{
padding-left:0;
}
.h_ys_dec{
display:none;
}
.h_ys_item{
margin-top:30px;
}
.h_ys_list h3{
font-size:14px;
line-height:24px;
}
.news_content_date{
width:100%;
}
.news_leimu,.browse{
display:none;
}
.pro_section_item ul li{
	width:50%;
	}
	.ys_info{
	padding:0 10px;
	}
	.h_ys_con{
	margin-top:15px;
	}


	.h_pro_tit{
	float:left;}

.h_pro_info .h_btn{
	float:right;
}
.copyright{
text-align:left;
}
.news_con .news_title{
height:60px;
overflow:hidden;
}

}


.box h5{
display:none;
}
.form-group input{
width:100%;
}
.form-group select{
width:20%;
}