@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}
body {min-width: 1200px;color: #333;font-size: 12px;font-family: "微软雅黑", Arial, Verdana, Helvetica, sans-serif;background-color: #f7f6f6;
}
td,th,caption {
  font-size: 12px;
}
h1,h2,h3,h4,h5,h6 
{
  font-weight: normal;
  font-size: 100%;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
  font-weight: normal;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}
i,em{font-style: normal;}
*:focus {
  outline: 0;
}
fieldset,img {
  border: none;
  max-width: 100%;
}
ol,ul,li {
  list-style: none;
}
input,textarea,select,button {
  font: 12px "微软雅黑";
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  resize: none;
}
.clearfix{clear: both;}

/*index*/
.containon{width: 100%;height:100vh;background: url(../img/bg.jpg) no-repeat;background-size: 100% 100%;}
.conter{width: 1200px;margin: 0 auto;height: 100%;overflow: hidden;position: relative;}
.navlist{width: 100%;padding: 0px 12px;box-sizing: border-box;overflow: hidden;position: absolute;top: 50%;margin-top: -75px;}
.navlist .nav_one{background: rgba(255,255,255,0.7);}
.navlist .nav_two{background:rgba(78,161,217,0.7);}
.navlist .nav_three{background:rgba(146,197,68,0.7);}
.navlist .nav_four{background:rgba(246,193,35,0.7);}
.navlist li{float: left;width: 278px;height:150px;margin-right: 20px;border-radius:5px ;}
.navlist li:last-child{margin-right: 0px !important;}
.navlist li a{width: 100%;height: 100%;overflow: hidden;display: block;position: relative;}
.navlist li a img{position: absolute;top: 40px;left: 35px;}
.navlist li a .right{overflow: hidden;position: absolute;top: 50px;left: 120px;}
.navlist li a .right h3{font-size: 18px;color: #333333;line-height: 24px;font-weight: bold;width: 130px;}
.navlist li a .right p{font-size: 24px;color: #fff;font-weight: bold;}
.navlist li a .right span{font-size: 12px;color: #fff;text-transform: uppercase;}
.navlist .nav_one:hover{background: #fff;}
.navlist .nav_two:hover{background: #4ea1d9;}
.navlist .nav_three:hover{background: #92c544;}
.navlist .nav_four:hover{background: #f6c123;}
.footer{background:rgba(255,255,255,0.3);position: fixed;bottom: 0;height: 40px;width: 100%;line-height: 40px;text-align: center;}
.inside{background: #f8f5f5 !important;color: #666;}
/*旗下产品*/
.header{background: #f8f5f5;width: 100%;height: 90px;}
.header .logo{float: left;margin-top: 10px;}
.header .nav{float: right;}
.header .nav li a.on{border-bottom: 2px solid #00A8FF;color: #00A8FF;}
.header .nav li{float: left;width: 70px;margin-left: 50px;height: 88px;text-align: center;}
.header .nav li a{width: 100%;height: 88px;line-height:88px;font-size: 16px;color: #333;display: block;}
.header .nav li a:hover{border-bottom: 2px solid #4ea1d9;color: #4ea1d9;}
.cp_title{font-size:24px;color: #333;padding: 40px 0px 20px 0px;border-bottom: 1px solid #e5e5e5;}
.cp_list{text-align: center;overflow: hidden;margin-top: 60px;}
.cp_list img{width: 120px;height: 120px;}
.cp_list h3{font-size: 20px;color: #333;margin: 20px 0px;}
.cp_list p{font-size: 16px;color: #666;margin-bottom: 10px;}
/*关于我们*/
.about_us{width: 100%;margin-top: 130px;overflow: hidden;}
.about_us img{width: 516px;height: 348px;float: left;}
.about_us .text{margin-left: 540px;}
.about_us .text h3{font-size: 30px;color: #333;}
.about_us .text p{font-size: 14px;color: #666;line-height: 24px;margin-top: 20px;}
/*联系我们*/
.contachus{margin-top: 80px;text-align: center;}
.contachus h3{font-size: 30px;color: #333333;margin-bottom: 35px;}
.contachus p{font-size: 18px;color: #666;margin-bottom: 10px;}
.contachus .map{margin-top: 35px;width: 930px;height: 383px;margin: 40px auto 0;border: 1px solid #e5e5e5;border-radius: 5px;}
.contachus .map img{width: 930px;height: 383px;}