﻿@charset "utf-8";
/* CSS Document */

body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,p,form,img,select{margin:0; padding:0;}
body{ color: #222;  font-size:14px; font-family: "微软雅黑","Microsoft YaHei"; background:url(../images/bg.png);}
a{text-decoration:none; color:#222; }
a:hover{color:#d90024;}
img,ul,li,em{border:none; list-style:none; font-style:normal;}
input,form,textarea{font-family:"微软雅黑","Microsoft YaHei";}
.fl{float: left;}
.fr{float: right;}
.clear,.clearfix{clear: both;}
.blank10{height:10px;}
.blank15{height:15px;}
.blank20{height:20px;}
.blank30{height:30px;}
.blank40{height:40px;}
.blank50{height:50px;}
.blank60{height:60px;}
.blank80{height:80px;}
.blank90{height:90px;}
.blank100{height:100px;}
.main{width: 1200px;margin: 0 auto;}
.main100{width:90%; margin:auto; max-width:1600px; min-width:1200px;}

/*滚动条美化*/
body::-webkit-scrollbar {
  width: 10px !important;
}
body::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
body::-webkit-scrollbar-track-piece {
  background-color: #f3f3f3;
  -webkit-border-radius: 4px;
}
body::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border: solid 1px #C0C0C0;
  border-radius: 4px;
}
body::-webkit-scrollbar-corner {
  background-color: #ddd;
}
body::-webkit-resizer {
  background-repeat: no-repeat;
  background-position: bottom right;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #F3F3E0;
}
::-webkit-scrollbar {
  width: 15px;
}


/* 头部导航 */
header {height: 100px; background:#666;}
header .main100{display: flex; justify-content:space-between; height:100%;}
header .main100 .logo{display: flex; align-items:center;  height:100%;}

header .menu{display: flex; align-items:center;  height:100%;} 
header .menu a{font-size:.16rem; margin:0 .1rem; color:#fff; font-weight:bold; transition:0.3s all;}
header .menu a:hover{color:#f90;}


header .tel{ color:#f90; font-size:.22rem; display: flex; align-items:center;  height:100%; font-weight: bold;}
header .tel i{margin-right:.1rem;}

.index_box{ max-width:1920px; margin:auto;}
.index_box li{}
.index_box li img{display:block; width:100%;}

/*标题*/
.web_title{padding:60px 0 30px 0; min-width:1200px;}
.web_title h3{text-align:center; font-size:32px; color:#222; margin-bottom:10px;}
/*.page2_title h6:after{ content:''; width:20px; height:2px; display:block; background:#035CAC; margin:10px auto 0 auto;}*/
.web_title P{text-align:center; font-size:14px; color:#666; width:760px; line-height:24px; margin:auto;}


.bd_box{background: #fff;}

/*表单*/
.biaodan{display: flex;  flex-wrap: nowrap; justify-content:center; }

.biaodan li{ margin:0 5px; }
.biaodan li input{border:solid 1px #ddd; height:55px; line-height:55px; font-size:15px; color:#666; padding:0 20px; width:210px; box-sizing:border-box; border-radius:3px;}
.biaodan li input[type="submit"]{width:128px; background:#035CAC; color:#fff; border:none; border-radius:5px; cursor:pointer;}
.biaodan li .submit{width:128px; height:55px; line-height:55px; font-size:15px; background:#f60; color:#fff; border:none; border-radius:5px; cursor:pointer;}

.biaodan .form-group{}
.biaodan .form-group input{border:solid 1px #ddd; line-height:46px; color:#666; padding:0 10px; width:160px; box-sizing:border-box; outline:none;}




/* 底部 */
footer {height: 125px; background:url(../images/foot_bg.jpg) repeat-x;}
footer .main100{display: flex; justify-content:space-between; height:100%;}
footer .main100 .logo{display: flex; align-items:center;  height:100%;}
.copyright{ line-height:2em; padding-top:25px;}
.copyright p,.copyright a{ color:rgba(255,255,255,0.8);}

footer .weixin{ position:relative; padding-top:13px;}
footer .wei{position:absolute;right:0px;top:0px;}
footer .wei p{float:left;width:14px; line-height:14px;margin-right:5px;margin-top:22px; color:rgba(255,255,255,0.8);}
footer .weixin img{height:100px; margin-right:50px;}
footer .wei p:first-child{padding-top:20px;}

