/* 初始化CSS */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
hr,
fieldset,
legend,
img {
  margin: 0 auto;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: bold;
}
fieldset,
img {
  vertical-align: middle;
  border: none;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
li {
  list-style-type: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: '微软雅黑', Arial, sans-serif;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
}
input[type='text'],
input[type='password'],
textarea {
  outline-style: none;
}
textarea {
  resize: none;
  font-family: 'Microsoft YaHei', Arial, sans-serif;
}
body {
  color: #333;
  font: 12px 'Microsoft YaHei', Arial, sans-serif;
  background: #fff;
}
a {
  color: #333;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.auto {
  margin-left: auto;
  margin-right: auto;
}

/*transition*/
.tran200 {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tran400 {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*网页限定宽度*/
.con_1000 {
  margin: 0 auto;
  position: relative;
  width: 1170px;
}
.con_1000:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

/*头部*/
.header {
  width: 1200px;
  margin: 0 auto;
  padding: 25px 0 30px 0;
}
.header:after {
  display: block;
  content: '';
  clear: both;
}
.header .logo {
  float: left;
}
.header .tel {
  float: right;
  min-width: 280px;
  margin-top: 12px;
}
.header .tel .icon {
  width: 42px;
  height: 42px;
  float: left;
  line-height: 42px;
  text-align: center;
  margin-right: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.header .tel .icon .iconfont {
  font-size: 30px;
  color: #ffffff;
}
.header .tel p {
  font-size: 14px;
  color: #2c2c2c;
}
.header .tel span {
  font-size: 24px;
  color: #0079c2;
  font-weight: bold;
  line-height: 43px;
}
.header .search {
  float: right;
  width: 252px;
  height: 33px;

  border: 1px solid #c9c9c9;
  font-size: 0;
  margin: 5px 18px 0 0;
  position: relative;
  margin-top: 20px;
}
.header .search input {
  width: 200px;
  height: 33px;
  border: none;

  font-size: 14px;
  text-indent: 10px;
  vertical-align: top;
}
.header .search button {
  width: 49px;
  border-style: solid;
  border-color: #c9c9c9;
  border-width: 0 0 0 1px;
  background: none;
  height: 33px;
  cursor: pointer;
  position: absolute;
  right: 0;
  background: #0079c2;
  color: #fff;
}
.header .search .iconfont {
  font-size: 22px;
  color: #707070;
}
.nav {
  width: 100%;
  height: 53px;
  background: #0079c2;
}
.nav ul {
  width: 1200px;
  margin: 0 auto;
}
.nav ul li {
  width: 160px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  display: inline-block;
  -ms-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.nav ul li a {
  font-size: 19px;
  color: #ffffff;
}
.nav ul li:hover {
  background: #ca952a;
}

/*BANNER*/
.fullSlide {
  position: relative;
  width: 100%;
  height: 600px;
  border-top: 1px solid #fff;
}
.fullSlide .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.fullSlide .bd ul {
  width: 100% !important;
}
.fullSlide .bd ul li {
  width: 100% !important;
}
.fullSlide .bd ul li a {
  display: block;
  height: 600px;
  background-size: center/cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fullSlide1 {
  position: relative;
  width: 100%;
  height: 600px;
  border-top: 1px solid #fff;
}
.fullSlide1 .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.fullSlide1 .bd ul {
  width: 100% !important;
}
.fullSlide1 .bd ul li {
  width: 100% !important;
}
.fullSlide1 .bd ul li a {
  display: block;
  height: 358px;
  background-position: center;
  background-repeat: no-repeat;
}

/*.fullSlide .hd { width:1000px; position:absolute; left:50%; margin-left:-500px; bottom:-24px; text-align:right; z-index:100;}
.fullSlide .hd ul{}
.fullSlide .hd ul li{margin:0 5px; width:11px; height:11px; background:url(../images/icon1.jpg); cursor:pointer; display:inline-block; zoom:1; font-size:0;}
.fullSlide .hd .on{ background-image:url(../images/icon2.jpg);}
*/

/*版权*/
.copyRight {
  width: 100%;
  text-align: center;
  color: #cbc6c6;
  font-family: 'Microsoft YaHei';
  padding-top: 24px;
  padding-bottom: 21px;
  background: #333;
}
.copyRight div {
  margin-bottom: 10px;
}
.copyRight a {
  color: #cbc6c6;
}
.copyRight .quicklink {
  width: 100%;
  text-align: center;
}
.copyRight .quicklink a {
  padding: 0 7px;
}

/*侧导航*/
.ny_left {
  float: left;
  width: 300px;
  font-size: 16px;
}
.ny_left ul {
  margin-bottom: 57px;
  margin-top: 15px;
}
.ny_left ul li {
  margin: -2px;
  width: 282px;
  height: 48px;
  border: solid 2px #424242;
}
.ny_left ul li p {
  margin-top: 12px;
  margin-left: 33px;
  float: left;
}
.ny_left li:hover,
.ny_left li.hover {
  background: url(../images/service_btn.png) #424242 236px center no-repeat;
}
.ny_left li:hover a,
.ny_left li.hover a {
  color: #fff;
}
.ny_left ul .hover {
  margin: -2px;
  width: 282px;
  height: 48px;
  border: solid 2px #424242;
  background: url(../images/service_btn.png) #424242 236px center no-repeat;
}
.ny_left ul .hover p {
  color: #fff;
}

.ny_left .service_tel {
  color: #0079c2;
  margin-top: 36px;
}
.ny_left .service_tel p {
  background: url(../images/telp.png) left center no-repeat;
  padding-left: 29px;
  font-size: 23px;
  margin-left: 5px;
  font-family: Arial;
  margin-top: 5px;
  background-size: 25px;
}
.ny_left .service_tel span {
  display: block;
  font-family: 'Microsoft YaHei';
  color: #0079c2;
  font-size: 16px;
}

/*内页标题*/
.ny_right {
  float: right;
  width: 836px;
  height: auto !important;
  height: 500px;
  min-height: 500px;
  margin-bottom: 120px;
}
.ny_right .title {
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 40px;
}
.ny_right .title p {
  float: right;
  color: #6c6c6c;
}
.ny_right .title h3 {
  height: 45px;
  border-bottom: 2px solid #424242;
  display: inline-block;
  float: left;
  padding-right: 13px;
  font-size: 18px;
  font-weight: normal;
}

/*其他*/
#full .qq_info a,
#full .qq_info span {
  display: block;
}
#full .qq_info span {
  width: 86px;
  background: #fff;
  text-align: center;
  padding-top: 6px;
  line-height: 24px;
  border: 1px solid #968f96;
  border-top: none;
}

.single_con {
  margin-top: 20px;
}
.news_con {
  margin-top: 20px;
}
.pro_con {
  margin-top: 20px;
}
/*表单*/

.form {
  width: 100%;
  padding-top: 55px;
}
.form_tit {
  width: 100%;
  text-align: center;
}
.form_tit .p1 {
  font-size: 36px;
  color: #efefef;
  text-transform: uppercase;
}
.form_tit .p2 {
  font-size: 24px;
  color: #333333;
  height: 68px;
  line-height: 68px;
}
.form_tit .p3 {
  width: 800px;
  height: 43px;
  line-height: 43px;
  background: #efefef;
  margin: 0 auto;
  font-size: 12px;
  color: #9c9c9c;
}
.layui-form {
  width: 830px;
  margin: 50px auto 0;
}
.layui-form td span {
  font-size: 16px;
  color: #333333;
  margin: 0 15px;
  float: left;
  line-height: 46px;
}
.layui-form table {
  width: 100%;
}
.layui-form td {
  width: 50%;
  padding-bottom: 25px;
  position: relative;
}
.layui-form td input {
  height: 46px;
  text-indent: 25px;
  font-size: 16px;
  line-height: 46px;
  border-radius: 5px;
  background: none;
  outline: none;
  border: 1px solid #cccccc;
  width: 264px;
}
.layui-form .new input {
  width: 674px;
}
.layui-form td .s1 {
  color: red;
  float: right;
  margin-right: 10px;
}
.layui-form textarea {
  resize: none;
  border: 1px solid #cccccc;
  border-radius: 5px;
  width: 670px;
  padding: 5px;
  outline: none;
  background: none;
  height: 153px;
}
.form ul {
  width: 100%;
  text-align: center;
}
.form ul li {
  display: inline-block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  margin: 0 15px;
}
.form ul li input {
  width: 100%;
  height: 100%;
}
