/******样式重置******/
/******引入字体样式*****/
@font-face {
  font-family: Proxima;
  src: url("ProximaNova-Regular.otf");
}
@font-face {
  font-family: Proxima;
  src: url("ProximaNova-Light.otf");
  font-weight: 100;
}
body,
div,
a,
input,
form,
p,
span,
i,
b,
em,
img,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
label,
select,
option,
textarea,
button,
legend {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: Proxima;
  font-size: 16px;
  color: #666;
}
input,
label,
select,
option,
textarea,
button,
legend {
  font-family: Proxima;
  font-size: 16px;
}
ul,
ol,
li {
  list-style-type: none;
}
div,
form,
p,
img,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5 {
  border: 0;
}
a {
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
}
img {
  display: block;
}
/****自定义样式******/
p {
  font-weight: 100;
  line-height: 24px;
  text-align: justify;
}
dl {
  line-height: 24px;
}
h2 {
  font-size: 24px;
  font-weight: normal;
  color: #333333;
}
input,
textarea,
select {
  border: none;
  outline: none;
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
table {
  cellspacing: 0;
  cellpadding: 0;
  border-collapse: collapse;
}
.left {
  float: left;
}
.right {
  float: right;
}
.f14 {
  font-size: 14px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.clear_dv {
  width: 0;
  height: 0;
  overflow: hidden;
  clear: both;
}
/****video***/
video {
  width: 100%;
  height: auto;
}
.play {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url("../images/icon.png") no-repeat -350px 0;
  position: absolute;
  top: 140px;
  left: 50%;
  margin-left: -20px;
  z-index: 99;
  cursor: pointer;
}
.play:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
/*****公共按钮*****/
div.btn {
  width: 360px;
  height: 50px;
  margin: 60px auto 0;
  font-size: 0;
}
div.btn > a {
  width: 160px;
  height: 100%;
  line-height: 50px;
  border: 1px solid #cf0821;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 18px;
  color: #cf0821;
  text-align: center;
}
div.btn > a.quotation {
  margin-right: 40px;
  background-color: #cf0821;
  color: #fff;
}
div.btn > a:hover {
  background-color: #cf0821;
  color: #fff;
}
/****小按钮****/
.small-btn {
  width: 210px;
  height: 30px;
  margin: 0 auto;
  font-size: 0;
}
.small-btn a {
  width: 100px;
  height: 100%;
  text-align: center;
  line-height: 30px;
  border: 1px solid #cf0821;
  border-radius: 5px;
  color: #cf0821;
}
.small-btn a.quotation {
  background-color: #cf0821;
  color: #fff;
  margin-right: 10px;
}
.imgBox {
  overflow: hidden;
}
.imgBox img {
  display: block;
  width: 100%;
  height: auto;
}
.bg-gray {
  background-color: #f5f5f5;
}
/******header******/
.header {
  width: 100%;
  max-width: 1920px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.4);
  -ms-filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#44000000, endColorstr=#44000000);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#44000000, endColorstr=#44000000);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.header .container {
  height: 100%;
  position: relative;
}
.header .container .header-left {
  width: 270px;
  height: 100%;
}
.header .container .header-left a {
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 24px;
  color: #fff;
  margin-top: 24px;
  background: url('../images/logo.png') no-repeat;
  text-indent: 140px;
  text-transform: uppercase;
}
.header .container .header-right {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.header .container .header-right > ul {
  height: 100%;
}
.header .container .header-right > ul > li {
  float: left;
  height: 100%;
  padding: 31px 15px 0;
}
.header .container .header-right > ul > li a {
  line-height: 18px;
  font-size: 18px;
  color: #fff;
}
.header .container .header-right > ul > li a.header-fb i {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 13px;
  vertical-align: top;
  background: url("../images/icon.png") no-repeat -330px 0;
}
.header .container .header-right > ul > li a.header-fb:hover i {
  background-position-y: -19px;
}
.header .container .header-right > ul > li a:hover {
  color: #cf0821;
}
.header .container .header-right > ul > li.active {
  background-color: #cf0821;
}
.header .container .header-right > ul > li.active a {
  color: #fff;
}
.header .container .header-right > ul div.websites {
  width: 20px;
  height: 19px;
  margin: 31px 0 0 15px;
  float: left;
  background: url(../images/icon.png) no-repeat -310px 0px;
  background-clip: content-box;
  cursor: pointer;
  position: relative;
}
.header .container .header-right > ul div.websites:hover {
  background-position-y: -19px;
}
.header .container .header-right > ul div.websites .continent {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding-top: 30px;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: initial;
  display: none;
}
.header .container .header-right > ul div.websites .continent dl {
  width: 1200px;
  margin: 0 auto 25px;
  overflow: hidden;
}
.header .container .header-right > ul div.websites .continent dl dt {
  height: 45px;
  line-height: 45px;
  font-size: 30px;
  font-family: Impact;
  color: #fff;
  margin-bottom: 20px;
  padding-left: 110px;
  position: relative;
}
.header .container .header-right > ul div.websites .continent dl dt i {
  width: 75px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/websites-icon.png") no-repeat 0 0;
}
.header .container .header-right > ul div.websites .continent dl dd {
  width: 170px;
  height: 45px;
  float: left;
}
.header .container .header-right > ul div.websites .continent dl dd a {
  display: inline-block;
  height: 27px;
  font-size: 14px;
  color: #fff;
  line-height: 27px;
  padding-left: 40px;
  position: relative;
}
.header .container .header-right > ul div.websites .continent dl dd a i {
  width: 26px;
  height: 27px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/websites-icon.png") no-repeat 0 -60px;
}
.header .container .header-right > ul div.websites .continent dl dd a.Korea i {
  background-position-x: -26px;
}
.header .container .header-right > ul div.websites .continent dl dd a.Mongolia i {
  background-position-x: -52px;
}
.header .container .header-right > ul div.websites .continent dl dd a.Vietnam i {
  background-position-x: -78px;
}
.header .container .header-right > ul div.websites .continent dl dd a.Thailand i {
  background-position-x: -104px;
}
.header .container .header-right > ul div.websites .continent dl dd a.Myanmar {
  font-family: Myanmar;
}
.header .container .header-right > ul div.websites .continent dl dd a.Myanmar i {
  background-position-x: -130px;
}
.header .container .header-right > ul div.websites .continent dl dd a.Malaysia i {
  background-position-x: -156px;
}
.header .container .header-right > ul div.websites .continent dl dd a.Indonesia i {
  background-position-x: -182px;
}
.header .container .header-right > ul div.websites .continent dl dd a.Pilipinas i {
  background-position-x: -208px;
}
.header .container .header-right > ul div.websites .continent dl dd a.Kazakhstan i {
  background-position-x: -234px;
}
.header .container .header-right > ul div.websites .continent dl dd a.Uzbekistan i {
  background-position-x: -260px;
}
.header .container .header-right > ul div.websites .continent dl.Africa dt i {
  background-position-x: -75px;
}
.header .container .header-right > ul div.websites .continent dl.Africa dd a i {
  background-position-y: -90px;
}
.header .container .header-right > ul div.websites .continent dl.Africa dd a.Algeria i {
  background-position-x: 0px;
}
.header .container .header-right > ul div.websites .continent dl.Africa dd a.Tunisia i {
  background-position-x: -26px;
}
.header .container .header-right > ul div.websites .continent dl.Africa dd a.Morocco i {
  background-position-x: -52px;
}
.header .container .header-right > ul div.websites .continent dl.Africa dd a.Congo i {
  background-position-x: -78px;
}
.header .container .header-right > ul div.websites .continent dl.Africa dd a.South-Africa i {
  background-position-x: -104px;
}
.header .container .header-right > ul div.websites .continent dl.Africa dd a.Madagascar i {
  background-position-x: -130px;
}
.header .container .header-right > ul div.websites .continent dl.America dt i {
  background-position-x: -150px;
}
.header .container .header-right > ul div.websites .continent dl.America dd a i {
  background-position-y: -120px;
}
.header .container .header-right > ul div.websites .continent dl.America dd a.Mexico i {
  background-position-x: 0px;
}
.header .container .header-right > ul div.websites .continent dl.America dd a.Costarica i {
  background-position-x: -26px;
}
.header .container .header-right > ul div.websites .continent dl.America dd a.Peru i {
  background-position-x: -52px;
}
.header .container .header-right > ul div.websites .continent dl.America dd a.Colombia i {
  background-position-x: -78px;
}
.header .container .header-right > ul div.websites .continent dl.America dd a.Chile i {
  background-position-x: -104px;
}
.header .container .header-right > ul div.websites .continent dl.America dd a.Bolivia i {
  background-position-x: -130px;
}
.header .container .header-right > ul div.websites .continent dl.America dd a.Ecuador i {
  background-position-x: -156px;
}
.header .container .header-right > ul div.websites .continent dl.Europe dt i {
  background-position-x: -225px;
}
.header .container .header-right > ul div.websites .continent dl.Europe dd a i {
  background-position-y: -150px;
}
.header .container .header-right > ul div.websites .continent dl.Europe dd a.United-Kingdom i {
  background-position-x: 0px;
}
.header .container .header-right > ul div.websites .continent dl.Europe dd a.Russia i {
  background-position-x: -26px;
}
.header .container .header-right > ul div.websites .continent dl.Europe dd a.Spanish i {
  background-position-x: -52px;
}
.header .container .header-right > ul div.websites .continent dl.Europe dd a.French i {
  background-position-x: -78px;
}
.header .container .header-right > ul div.websites .continent dl.Oceania dt i {
  background-position-x: -300px;
}
.header .container .header-right > ul div.websites .continent dl.Oceania dd a i {
  background-position-y: -180px;
}
.header .container .header-right > ul div.websites .continent dl.Oceania dd a.Australia i {
  background-position-x: 0px;
}
.header .container .header-right > ul div.websites .continent .btn_close {
  width: 1200px;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -600px;
}
.header .container .header-right > ul div.websites .continent .btn_close button#close_websites {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
/******news-list*******/
.news-list {
  margin-top: 100px;
}
.news-list .title {
  font-size: 36px;
  text-align: center;
  color: #333;
  margin-bottom: 50px;
}
.news-list ul > li {
  float: left;
  width: 50%;
  height: 120px;
  margin-bottom: 20px;
}
.news-list ul > li a {
  width: 100%;
  height: 100%;
  padding: 25px;
  position: relative;
}
.news-list ul > li a .date {
  width: 70px;
  height: 100%;
  position: absolute;
  top: 25px;
  left: 25px;
}
.news-list ul > li a .date .icon {
  width: 42px;
  height: 42px;
  margin: 0 auto;
  background: url("../images/icon.png") no-repeat -60px -24px;
}
.news-list ul > li a .date .newstime {
  font-size: 24px;
  color: #999;
  text-align: center;
  line-height: 30px;
}
.news-list ul > li a .news {
  margin-left: 80px;
}
.news-list ul > li a .news h3 {
  font-size: 18px;
  color: #666;
  margin-bottom: 10px;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-list ul > li a .news p {
  color: #999;
  height: 48px;
  overflow: hidden;
}
.news-list ul > li a:hover {
  box-shadow: 0 0 10px 0 #ccc;
}
.news-list ul > li a:hover .date .icon {
  background-position-x: -102px;
}
.news-list ul > li a:hover .news h3 {
  color: #cf0821;
}
/****footer****/
.footer {
  width: 100%;
  max-width: 1920px;
}
.footer .footer-top {
  width: 100%;
  background: #222222;
}
.footer .footer-top .container {
  height: 345px;
  padding-top: 60px;
}
.footer .footer-top .container .message {
  width: 900px;
  margin: 0 auto;
  font-size: 18px;
  color: #eaeaea;
}
.footer .footer-top .container .message p.address {
  line-height: 30px;
  cursor: pointer;
}
.footer .footer-top .container .message p.address i {
  display: inline-block;
  width: 24px;
  height: 23px;
  margin-right: 10px;
  background: url("../images/icon.png") no-repeat 0px 0px;
  vertical-align: middle;
  transition: background-position-x 0.2s;
}
.footer .footer-top .container .message p.address:hover {
  color: #cf0821;
}
.footer .footer-top .container .message p.address:hover i {
  background-position-x: -24px;
}
.footer .footer-top .container .message p.contact {
  font-size: 0;
  margin-top: 20px;
  /**.fax {**/
  /**  padding-left: 10px;**/
  /**  i {**/
  /**    height: 20px;**/
  /**    background-position-y: -79px;**/
  /**  }**/
  /**}**/
}
.footer .footer-top .container .message p.contact a,
.footer .footer-top .container .message p.contact span {
  display: inline-block;
  width: 33.33%;
  font-size: 18px;
  color: #eaeaea;
  line-height: 26px;
  cursor: pointer;
}
.footer .footer-top .container .message p.contact a i,
.footer .footer-top .container .message p.contact span i {
  display: inline-block;
  width: 24px;
  margin-right: 20px;
  background: url("../images/icon.png") no-repeat 0px -23px;
  vertical-align: middle;
  transition: background-position-x 0.2s;
}
.footer .footer-top .container .message p.contact a:hover,
.footer .footer-top .container .message p.contact span:hover {
  color: #cf0821;
}
.footer .footer-top .container .message p.contact a:hover i,
.footer .footer-top .container .message p.contact span:hover i {
  background-position-x: -24px;
}
.footer .footer-top .container .message p.contact .mail > i {
  height: 16px;
}
.footer .footer-top .container .message p.contact .tel {
  text-align: center;
}
.footer .footer-top .container .message p.contact .tel > i {
  height: 20px;
  background-position-y: -39px;
}
.footer .footer-top .container .message p.contact .whatapp {
  text-align: right;
}
.footer .footer-top .container .message p.contact .whatapp i {
  height: 20px;
  background-position-y: -59px;
}
.footer .footer-top .container .sns {
  width: 495px;
  height: 24px;
  margin: 45px auto 40px;
}
.footer .footer-top .container .sns a {
  height: 100%;
  margin-left: 83px;
  background: url("../images/icon.png") no-repeat 0px -110px;
  transition: background-position-y 0.2s;
}
.footer .footer-top .container .sns a.fb {
  width: 13px;
  margin-left: 0;
}
.footer .footer-top .container .sns a.tw {
  width: 23px;
  background-position-x: -13px;
}
.footer .footer-top .container .sns a.in {
  width: 24px;
  background-position-x: -36px;
}
.footer .footer-top .container .sns a.sky {
  width: 23px;
  background-position-x: -60px;
}
.footer .footer-top .container .sns a.yt {
  width: 60px;
  background-position-x: -84px;
}
.footer .footer-top .container .sns a:hover {
  background-position-y: -134px;
}
.footer .footer-top .container hr {
  border-color: #666;
}
.footer .footer-top .container .qualification {
  width: 175px;
  height: 24px;
  margin: 40px auto;
  font-size: 0;
}
.footer .footer-top .container .qualification span {
  display: inline-block;
  height: 100%;
  margin-left: 38px;
  background: url("../images/icon.png") no-repeat -60px 0px;
}
.footer .footer-top .container .qualification span.eac {
  width: 22px;
  margin: 0;
}
.footer .footer-top .container .qualification span.asm {
  width: 46px;
  background-position-x: -82px;
}
.footer .footer-top .container .qualification span.iso {
  width: 23px;
  background-position-x: -128px;
}
.footer .footer-bottom {
  width: 100%;
  background: #141414;
}
.footer .footer-bottom .container {
  height: 60px;
  padding-top: 16px;
}
.footer .footer-bottom .container a.logo-footer {
  width: 126px;
  height: 32px;
  background: url("../images/logo-footer.png") no-repeat;
  vertical-align: middle;
}
.footer .footer-bottom .container > span {
  float: right;
  line-height: 26px;
  color: #666666;
}
.footer .footer-bottom .container > span a {
  text-decoration-line: underline;
  color: #666666;
}
.footer .footer-bottom .container > span a:hover {
  color: #cf0821;
}
/*****form******/
.pub-form {
  margin-top: 100px;
  height: 675px;
}
.pub-form .form-title {
  font-size: 36px;
  color: #333;
  text-align: center;
  margin-bottom: 55px;
}
.pub-form form label {
  display: block;
  width: 100%;
  color: #666;
  margin-bottom: 20px;
}
.pub-form form label i {
  font-style: normal;
  color: #cf0821;
}
.pub-form form .form-part1 {
  width: 380px;
  height: auto;
  float: left;
  margin-right: 30px;
  margin-bottom: 40px;
}
.pub-form form .form-part1 input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 40px 0 20px;
  background: transparent no-repeat 345px 16px;
}
.pub-form form .form-part1 input.false {
  background-image: url(../images/false.png);
  border-color: #cf0821;
}
.pub-form form .form-part1 input.true {
  background-image: url(../images/true.png);
  border-color: #28cc60;
}
.pub-form form .form-part1.tel {
  margin-right: 0;
}
.pub-form form .form-part2 {
  width: 585px;
  height: auto;
  float: left;
  margin-bottom: 40px;
}
.pub-form form .form-part2.fuel {
  margin-left: 30px;
}
.pub-form form .form-part2 select::-ms-expand {
  display: none;
}
.pub-form form .form-part2 select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-indent: 20px;
  color: #666;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../images/down.png") no-repeat 545px 18px;
}
.pub-form form .form-part3 {
  width: 100%;
  height: auto;
}
.pub-form form .form-part3 textarea {
  width: 100%;
  height: 120px;
  padding: 20px;
}
.pub-form form input::placeholder {
  color: #999;
}
.pub-form form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.pub-form form input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.pub-form form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.pub-form form input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.pub-form form #submit {
  display: block;
  width: 240px;
  height: 50px;
  text-align: center;
  color: #fff;
  line-height: 50px;
  border-radius: 5px;
  border: none;
  background-color: #cf0821;
  margin: 40px auto;
  cursor: pointer;
}
.shake {
  animation: shake 0.5s ease;
}
@keyframes shake {
  0% {
    transform: translateX(0px);
  }
  10% {
    transform: translateX(10px);
  }
  20% {
    transform: translateX(0px);
  }
  30% {
    transform: translateX(-10px);
  }
  40% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(0px);
  }
  70% {
    transform: translateX(-10px);
  }
  80% {
    transform: translateX(0px);
  }
  90% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
/******inner-banner******/
.inner-banner {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: auto;
}
.inner-banner img {
  width: 100%;
  height: auto;
}
/******breadcrumb******/
.breadcrumb {
  height: 35px;
  line-height: 35px;
  color: #666;
  border-bottom: 1px solid #eee;
}
.breadcrumb a {
  color: #666;
}
.project-list {
  margin-top: 100px;
}
.project-list .project {
  margin-bottom: 60px;
  position: relative;
}
.project-list .project .imgBox {
  width: 480px;
  height: 320px;
}
.project-list .project .pro-text {
  width: 680px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 1px solid #cf0821;
}
.project-list .project .pro-text .smalltext {
  height: 120px;
  overflow: hidden;
}
.project-list .project .pro-text .canshu {
  height: 80px;
  margin-top: 26px;
  overflow: hidden;
}
.project-list .project .pro-text .canshu li {
  line-height: 26px;
}
.project-list .project .pro-text .small-btn {
  margin: 0px;
  margin-top: 30px;
}
