@charset "UTF-8";
/**
 为变量名
*/
*{
  margin: 0;
  padding: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /* font-family: "Microsoft YaHei", STHeiti, "宋体", sans-serif; */
  /* color: #333; */
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background-color: #fff;
  /* width:1920px;
  height:4511px; */
width: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

input[type=checkbox],
ol,
ul,
input,
button {
  margin: 0;
  padding: 0;
  border: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "";
  clear: both;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.relative {
  position: relative;
}

.button {
  display: inline-block;
  width: 70px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #0091ea;
  border-radius: 5px;
}

.button_blue {
  background-color: #0091ea;
  color: #fff;
}

input.button_orange {
  background-color: #fb7d30;
  color: #fff;
  font-size: 18px;
  display: block;
  border: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 254px;
}
img {
  width: 100%;
}
.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

/* header */
.header {
  text-align: center;
  
}
.header ul {
/* height: 73px; */
  /* line-height: 73px; */
}
.header ul li {
  display: inline-block;
  text-align: center;
  font-size:16px;
  font-family:PingFang SC;
  line-height: 73px;
  height: 73px;
  color: #6E6E84;
  cursor: pointer;
}
.header ul li.header_left {
  width: 13%;
}
.header ul li.header_center {
 width: 30%;
}
.header ul li.header_left span {
  display: inline-block;
   width: 80px;
   height: 73px;
   line-height: 73px;
}
.header ul li.header_center span{
  display: inline-block;
  width: 118px;
  position: relative;
  transform:translateY(20%);
}
.hearder_on {
  width: 80px;
  font-weight:400;
  color:rgba(1, 83, 185, 1);
  border-bottom: 2px solid #0153B9;
}

/* main */
.about a {
  color: #6E6E84;
}
.main {
  position: relative;
  width:100%;
  color: #6E6E84;
  /* overflow: hidden; */
}




.product_type_title,
.contant_us_title {
  text-align: center;
  margin: 0 auto;
  font-size:14px;
  font-family:PingFang SC;
  font-weight:bold;
  color:rgba(163, 163, 163, 1);
}
.product_type_title span,
.contant_us_title span {
  display: block;
  line-height: 30px;
}
.product_type_title span:first-child,
.contant_us_title span:first-child {
  font-size:18px;
  font-family:PingFang SC;
  font-weight:400;
  color:rgba(110, 110, 132, 1);
}
.product_type_title_line {
  width: 38px;
  height: 3px;
  background: #0153ba;
  margin: 0 auto;
}
.contant_us {
  margin-top: 76px;
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  padding-bottom:80px; 
}
.contant_us_title {
  margin-bottom: 40px;
}
.contant_us_info {
  height: 344px;
  display: inline-block;
  text-align: left;
  font-size:16px;
  font-family:PingFang SC;
  font-weight:400;
  color:rgba(102, 102, 102, 1);
  line-height:28px;
}
.contant_us_info p {
  display: inline-block;
}
.contant_us_info span {
  display: inline-block;
  width: 14px;
  height: 14px;
  /* padding-top: 1px; */
  vertical-align: top;
}
.contant_us_info span img{
  width: 100%;
  display: inline-block;
}
.contant_us_info_email .email {
  color:rgba(1, 83, 186, 1);
}
.contact_us_map {
  width: 50%;
  /* width: 866px;
  height: 344px; */
  display: inline-block;
}
.form_info {
  width: 80%;
  height: 227px;
  background: url('../images/form_bg.png') no-repeat center;
  background-size: 100% auto;
  position: absolute;
  bottom: -140px;
  left: 10%;
  /* vertical-align: middle; */
  line-height: 227px;
  text-align: left;
}
.form_info div{
  /* display: inline-block; */
}
.form_info .form_info_title {
  padding: 0 6% 0 10%;
  text-align: left;
  margin-right: 2%;
  height: 60%;
  line-height: 145px;
  /* border-right: 1px solid rgba(179, 189, 196, 1); */
}
.form_info_line {
  display: inline-block;
  width: 1px;
  height: 100px;
  line-height: 227px;
  vertical-align: middle;
  background : rgba(179, 189, 196, 1);
  margin-right: 3%;
}
.form_info_form {
  display: inline;
}
.form_info div.form_info_form input {
  width:20%;
  height:55px;
  background:rgba(255, 255, 255, 1);
  border:1px solid rgba(163, 163, 163, 1);
  font-family:Myriad Pro;
  font-weight:400;
  padding-left: 15px;
  font-size: 18px;
  line-height: 55px;
  
}
.form_info_btn {
  padding: 0 40px;
  background:rgba(1, 83, 185, 1);
  font-size:18px;
  font-family:Adobe Heiti Std;
  font-weight:normal;
  color:rgba(255, 255, 255, 1);
  cursor: pointer;
  display: inline-block;
  line-height: 55px;

}
.form_info_error {
  position: absolute;
  top: 66%;
  left: 50%;
  font-size: 12px;
  color: #f00;
  line-height: 20px;
}
.go_to_top a{
  text-align: center;
  display: block;
  position: fixed;
  bottom: 3%;
  right: 2%;
  font-size: 14px;
  color: rgba(183, 183, 183, 1);
  z-index: 9999；
  /* background: url('../images/gotop.png') no-repeat center;
  background-size: 100% auto; */
  /* border:1px solid #fff; */
}
.go_to_top a img {
  display: block;
  width: 70%;
  height: 70%;
  margin: 0 auto;
  margin-bottom: 5px;
}
/* about */
.about_main {
  margin-bottom: -20px;
}
.about_us {
  margin: 30px 0 30px 0;
  position: relative;
  background: rgba(248, 248, 248, 1);
  width: 100%;
}

.aboutus_leftimg {
  width: 40%;
  display: inline-block;
   margin: auto 0;
   vertical-align: middle;
   margin: 0 3%;
   box-shadow: -5px 10px 15px #888888;
}
.about_us_content {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
/* .line {
  display: inline-block;
  width: 1px;
  background-color: rgba(242, 242, 242, 1);
  height: 100%;
} */
.about_us_content_title {
  margin-bottom: 2%;
  line-height: 30px;
}
.about_us_content_title span {
  display: block;
  text-align: center;
}
.about_us_content_title span:first-child {
  font-size:18px;
  font-family:PingFang SC;
  font-weight:500;
  color:rgba(110, 110, 131, 1);
}
.about_us_content_title span:last-child {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(110, 110, 131, 1);
}
.about_us_content_info {
  font-size:14px;
  font-family:PingFang SC;
  font-weight:400;
  color:rgba(102, 102, 102, 1);
  line-height:18px;
}
.about_us_content_btn {
  display: block;
  width:275px;
  height:49px;
  border:1px solid #CCB994;
  font-size:17px;
  font-family:Athelas;
  font-weight:400;
  font-style:italic;
  color:#D1C0A0;
  margin: 0 auto;
  /* float: left; */
  margin-top: 5%;
 
   background:#F8F8F8;
   cursor: pointer;
}
.about_us_content_btn:hover {
   width:275px;
   height:49px;
   font-size:17px;
   font-family:Athelas;
   font-weight:400;
   font-style:italic;
   color:#0153BA;
  border:1px solid #437FCB;
}

.product_type {
  width:100%;
  font-size:12px;
  font-family:PingFang SC;
  font-weight:300;
  color:rgba(102, 102, 102, 1);
  line-height:20px;
  margin-bottom: 45px;
}
.product_content {
border: 1px solid rgba(242, 242, 242, 1);
margin: 0 auto;
margin-top: 48px;
/* margin: 13%; */
/* width: 73%; */
/* width: 1400px; */
}
.product_content_top img,
.product_content_top p{
  /* width: 600px; */
  width: 90%;
}
/* 单独图片缩放 */
/* .product_content_top img,
.product_content_bottom img{
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.product_content_top img:hover,
.product_content_bottom img:hover {
  transform: scale(1.1, 1.1);
}
.product_content_p {
  padding-top: 1%;
} */
/* .product_content_top p {
   width: 250px;
   font-size: 16px;
   color: #666;
   border: 1px solid #ccc;
   line-height: 24px;
} */
.product_content_top_content {
  /* height: 344px; */
  padding: 48px 0 0 48px;
  display: inline-block;
  vertical-align: top;
}
.product_content_top_left {
  width: 50%;
}
.product_content_top_right {
  width: 49%;
  border-left: 1px solid rgba(242, 242, 242, 1);
}
.product_content_bottom {
  border-top: 1px solid rgba(242, 242, 242, 1);
}
.product_content_bottom_content {
  padding-top: 40px;
  padding-bottom: 30px;
  width: 32%;
  display: inline-block;
}
.product_content_bottom_left,
.product_content_bottom_right {
  padding-left: 45px;
}

.product_content_bottom_center {
  border-left: 1px solid rgba(242, 242, 242, 1);
  border-right: 1px solid rgba(242, 242, 242, 1);
  padding-left: 45px;
} 
.product_content_bottom_content img,
.product_content_bottom_content p{
  /* width: 370px; */
  width: 90%;
}
/* 图片文字一起缩放 */
.product_content_top div,
.product_content_bottom div {
font-family:PingFangSC-Regular;
padding-top: 1%;
transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.product_content_top div:hover ,
.product_content_bottom div:hover{
  transform: scale(1.1, 1.1);
}
.product_content_p+p span {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.product_content_p_all {
  display: none;
}

.product_content_p+p {
  margin-top: 21px;
  font-size:14px;
  font-family:PingFang SC;
  font-weight:400;
  color:rgba(1, 83, 186, 1);
  line-height:27px;
}
.product_content_top_content,
.product_content_bottom_content {
  position: relative;
}
.product_content_bottom_more {
   font-size:14px;
   font-family:PingFang SC;
   font-weight:400;
   color:rgba(1, 83, 186, 1);
   /* color:rgba(102, 102, 102, 1); */
   display: inline-block;
   width: 100px;
   height: 40px;
   line-height: 40px;
   text-align: center;
}
.product_content_bottom_content .product_content_bottom_more {
  position: absolute;
  bottom: 30px;
  right: 50px;
}
.product_content_top_content .product_content_bottom_more {
   position: absolute;
   bottom: 10px;
   right: 50px;
}
.product_content_top_right .product_content_bottom_more {
  display: none;
}
/* .product_content_p+p span:last-child {
  float: right;
} */
/* footer */

.footer_main {
  background:rgba(51, 51, 51, 1);
  font-size:14px;
  font-family:PingFang SC;
  font-weight:400;
  color:rgba(255, 255, 255, 1);
  line-height:24px;
  padding: 30px;
  padding-top: 80px;
}
.about .footer_main {
  padding-top: 20px;
}
.footer_main ul {
  /* height: 358px; */
 
}
.footer_main ul li {
  display: inline-block;
 width: 30%;
margin: auto 0;
  
}
.footer_main ul li:nth-child(2) {
  border-left: 1px solid #434343;
  border-right: 1px solid #434343;
  width: 28%;
}
.footer_left {
  padding-left: 10%;
  font-size:10px;
  font-family:Source Han Sans CN;
  font-weight:400;
  color:rgba(195, 205, 220, 1);
  text-align: left;
  position: relative;
  transform:translateY(-60%);

}
.footer_left img {
  width: 128px;
  height: 51px;
  margin-bottom:28px; 
  
}
.footer_center {
  
}
.footer_content_center {
  font-size:14px;
  font-family:PingFang SC;
  font-weight:400;
  color:rgba(255, 255, 255, 1);
  position: relative;
   transform:translateY(-100%);
 
}
.footer_content_center:first-child{
  margin-bottom: 51px;
}
.footer_content_center span {
  display: inline-block;
   vertical-align: top;
   margin-left: 30px;

}
.footer_content_center span:first-child {
  text-align: right;
  width: 100px;
}
.footer_right {
  /* padding-left: 95px; */
  padding-left: 2%;
  position: relative;
  /* top: 0%; */
  transform:translateY(10%);
}
.footer_content_right {
  margin-bottom: 25px;
}
.footer_content_right span{
  display: inline-block;
  width: 14px;
  height: 14px;
  padding-top: 5px;
  vertical-align: top;
}
.footer_content_right p {
    display: inline-block;
     margin-left: 15px;
     
}
.footer_content_right span img {
  width: 100%;
  display: block;
  /* margin-right: 35px; */
}
.email {
  text-decoration: underline;
}
.footer_line {
  height: 7px;
  margin-bottom: -3px;
}
.footer_tip {
  margin-top: 55px;
  height: 55px;
  line-height: 55px;
  border-top: 1px solid rgba(67, 67, 67, 1);
  text-align: center;
  font-size:14px;
  font-family:Source Han Sans CN;
  font-weight:400;
  color:rgba(108, 112, 117, 1);
}
/* about */

.about_info {
  width: 100%;
  height: 375px;
  background: url('../images/about_info_bg.png') no-repeat top;
  background-size: 100% 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 50px;
}
.about_info_title p:first-child {
  font-size:18px;
  font-family:PingFang SC;
  font-weight:500;
  color:rgba(82, 82, 82, 1);
  line-height: 35px;
}
.about_info_title p:last-child{
  font-size:14px;
  font-family:PingFang SC;
  font-weight:bold;
  color:rgba(163, 163, 163, 1);
}
.about_info_content {
  font-size:14px;
  font-family:PingFang SC;
  font-weight:400;
  color:rgba(102, 102, 102, 1);
  line-height:54px;
  margin-top: 20px;
}
