@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  font-family: Microsoft Yahei, "微软雅黑", Arial, "Times New Roman";
}
body {
  text-align: justify;
}
a {
  text-decoration: none;
  font-size: 14px;
  color: #000000;
}
input,
select,
textarea {
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
}
table,
td,
th {
  border: none;
  padding: 2px;
  word-break: break-all;
  text-align: center;
  font-size: 12px;
}
table {
  width: 100% !important;
  border-collapse: collapse;
  padding: 5px;
}
table img {
  width: 100%;
  border-collapse: collapse;
}
.hidden {
  overflow: hidden;
}
.clear {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.pic {
  overflow: hidden;
}
.pic img {
  max-width: 100%;
  display: block;
  width: 100%;
  overflow: hidden;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  max-height: 100%;
}
.left {
  float: left;
}
.right {
  float: right;
}

.topbg {
  width: 100%;
  height: 40px;
  background: #9c784c;
  color: #fff;
  font-size: 12px;
}
.topbg .top {
  width: 1200px;
  padding: 0 15px 0 0;
  line-height: 40px;
  margin: 0 auto;
}
nav {
  width: 1200px;
  height: 120px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 15px 0 0;
}
nav .logo {
  width: 196px;
  padding: 10px 0;
}
nav .logo img {
  width: 80%;
}
nav ul {
  width: 930px;
  margin: 0 auto;
}
nav ul li {
  display: block;
  float: left;
  text-align: center;
  width: 100px;
  margin: 0 0 0 55px;
  position: relative;
}
nav ul li a {
  display: block;
  color: #1c1c1c;
  font-size: 18px;
  font-weight: bold;
  padding: 70px 0 14px 0;
  line-height: 18px;
  font-family: SimSun, "宋体", NSimSun, STSong;
}
nav ul li.this a,
nav ul li:hover a {
  box-shadow: 0 0 12px 0 #ccc;
}
nav ul li span {
  display: block;
  width: 100%;
  color: #888888;
  text-transform: uppercase;
  font-family: SimSun, "宋体", NSimSun, STSong;
  font-weight: normal;
}

nav ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  left: 30px;
  top: 25px;
}
nav ul li:nth-child(1):before {
  background: url("../images/navtb_1.png") center no-repeat;
}
nav ul li:nth-child(2):before {
  background: url("../images/navtb_2.png") center no-repeat;
}
nav ul li:nth-child(3):before {
  background: url("../images/navtb_3.png") center no-repeat;
}
nav ul li:nth-child(4):before {
  background: url("../images/navtb_4.png") center no-repeat;
}
nav ul li:nth-child(5):before {
  background: url("../images/navtb_5.png") center no-repeat;
}
nav ul li:nth-child(6):before {
  background: url("../images/navtb_6.png") center no-repeat;
}

.banner {
  width: 100%;
  height: 600px;
}

.searchbg {
  border-bottom: 1px dashed #8d8d8d;
}
.searchbg .search {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 50px;
  font-size: 14px;
}
.searchbg .search strong {
  color: #484848;
  font-size: 14px;
}
.searchbg .search a {
  color: #666666;
  font-size: 14px;
}

.searchbg .search .right {
  margin: 8px 0 0 0;
}
.searchbg .search .stext {
  width: 260px;
  padding: 0 0 0 10px;
  height: 30px;
  border: 1px solid #888888;
  border-radius: 10px;
  float: left;
}

.searchbg .search .sbut {
  width: 75px;
  height: 32px;
  float: left;
  border: 1px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 12px 0 #757575;
  background: #cf141b;
  color: #fff;
  margin-left: 10px;
}

.stitle {
  width: 1200px;
  font-size: 30px;
  color: #484848;
  text-align: center;
  position: relative;
  margin: 0 auto 25px auto;
}
.stitle:before {
  content: "";
  display: block;
  position: absolute;
  width: 1200px;
  height: 40px;
  background: linear-gradient(90deg, #b5936b, #d9bd9c);
  left: 0;
  top: 0;
  z-index: 1;
}
.stitle span {
  display: block;
  position: relative;
  z-index: 9;
  text-transform: uppercase;
  font-weight: bold;
  padding: 27px 0 0 0;
  line-height: 24px;
}
.stitle span font {
  color: #cf141b;
}
.stitle p {
  font-size: 24px;
  color: #484848;
  font-weight: bold;
  line-height: 24px;
  padding: 12px 10px 0 10px;
  border-top: 1px solid #cf141b;
  margin: 12px 0 0 0;
  display: inline-table;
}

.more {
  display: block;
  text-align: center;
  background: #cf141b;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #cf141b;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.more:hover {
  background: #fff;
  color: #cf141b;
  border: 1px solid #cf141b;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.pro {
  width: 1200px;
  margin: 50px auto 100px auto;
}

.cate {
  width: 256px;
  overflow: hidden;
  padding: 0 0 15px 0;
}
.cate .fltitle {
  font-size: 24px;
  height: 50px;
  background: url("../images/flbg.jpg") center no-repeat;
  text-align: center;
  line-height: 50px;
  color: #484848;
  padding: 0 25px;
  box-shadow: -4px 4px 12px 0 #ccc;
}
.cate .fltitle img {
  vertical-align: middle;
  margin: 0 8px 0 0;
}
.cate .fltitle span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: SimSun, "宋体", NSimSun, STSong;
}
.cate .cateul {
  margin: 0 0 0 0;
}
.cate .cateul ul li {
  display: block;
  border-bottom: 1px dashed #a4a4a4;
}

.cate .cateul ul li a {
  display: block;
  padding: 0 36px;
  line-height: 56px;
  color: #484848;
  font-size: 16px;
}
.cate .cateul ul li.this a,
.cate .cateul ul li:hover a {
  color: #cf141b;
  box-shadow: 0 4px 12px 0px #ccc;
}

.proul {
  width: 915px;
}
.proul li {
  width: 290px;
  float: left;
  display: block;
  margin: 0 15px 15px 0;
}
.proul li:nth-child(3),
.proul li:nth-child(6),
.proul li:nth-child(9),
.proul li:nth-child(12),
.proul li:nth-child(15) {
  margin: 0 0 20px 0;
}
.proul li p {
  line-height: 48px;
  font-size: 14px;
  color: #484848;
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.proul li:hover p {
  background-image: linear-gradient(90deg, #b5936a, #d9bc9c);
  color: #fff;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.proul li:hover img {
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.proul li img {
  height: 270px;
}
.proul .more {
  width: 300px;
  height: 40px;
  line-height: 40px;
  margin: 10px auto;
}

.xban {
  height: 266px;
  background: url("../images/xban.jpg") center no-repeat;
}

.aboutbg {
  background: url("../images/abg.jpg") center repeat-y;
  padding: 100px 0;
}
.about {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.about .contactpic {
  position: absolute;
  right: 0;
  bottom: -50px;
  z-index: 999;
}
.about .aboutpic {
  width: 600px;
  cursor: pointer;
}
.about .abouttext {
  width: 600px;
  color: #282828;
  background: url("../images/abg_1.jpg") center no-repeat;
}
.about .abouttext .abouttitle {
  font-size: 12px;
  font-weight: lighter;
  color: #282828;
  line-height: 50px;
  padding: 0 0 0 50px;
  text-transform: uppercase;
}
.about .abouttext .text {
  padding: 50px;
  background: #fff;
}
.about .abouttext .text h1 {
  color: #282828;
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 30px 0;
}
.about .abouttext p {
  color: #282828;
  line-height: 24px;
  font-size: 14px;
}

.about .abouttext a.more {
  display: block;
  margin: 20px 0 0 0;
  width: 150px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border: 1px solid #c53623;
  color: #c12411;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}
.about .abouttext a.more:hover {
  border: 1px solid #c53623;
  background: #c53623;
  color: #fff;
}

.fengcai {
  width: 980px;
  margin: 50px 0 0 0;
}
.fengcai li {
  display: block;
  float: left;
  border: 2px solid #fff;
  margin: 0 5px;
  box-shadow: 0 0 12px 0 #ccc;
}
.content li:hover img,
.fengcai li:hover img {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.adv {
  width: 1200px;
  margin: 90px auto 50px auto;
  background: url("../images/advbg.png") center top no-repeat;
}
.adv h1 {
  font-size: 36px;
  color: #c12411;
  text-align: center;
  margin: 26px 0 0 0;
}
.adv h2 {
  font-size: 12px;
  color: #888888;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}
.adv h3 {
  font-size: 16px;
  color: #484848;
  font-weight: normal;
  text-align: center;
  margin: 20px 0 0 0;
}
.adv .advtext {
  width: 290px;
  padding: 0 0 0 90px;
  height: 145px;
  box-shadow: 0 0 12px 0 #ccc;
  background: #fff;
  margin: 40px 0 0 0;
}
.adv .advtext h4 {
  padding: 18px 0 0 0;
  font-size: 48px;
  width: 190px;
  color: #c12411;
}
.adv .advtext h4 font {
  float: left;
  margin: 0 5px 0 0;
}
.adv .advtext h4 span {
  color: #888888;
  font-size: 12px;
  width: 155px;
  text-transform: uppercase;
  font-weight: normal;
  float: right;
  margin: 8px 0 0 0;
  line-height: 18px;
}
.adv .advtext h4 p {
  width: 155px;
  color: #c12411;
  font-size: 24px;
  font-weight: normal;
  float: right;
  line-height: 24px;
}
.adv .advtext p.text {
  color: #484848;
  font-size: 14px;
}
.adv .advtext3,
.adv .advtext4 {
  margin: 60px 0;
}

.newsbg {
  padding: 70px 0;
}
.news {
  width: 1200px;
  margin: 0 auto;
}
.news .stitle {
  border-left: 4px solid #9d9d9d;
  padding: 0 0 0 7px;
  font-size: 24px;
  font-weight: bold;
  color: #c12411;
  line-height: 24px;
}
.news .stitle span {
  font-weight: normal;
  color: #9d9d9d;
}

.news ul {
  margin: 25px 0 0 0;
  width: 1200px;
  position: relative;
}
.news ul li {
  display: block;
  width: 320px;
  padding: 40px;
  float: left;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news ul li:hover {
  box-shadow: 0 0 12px 0 #ccc;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news ul li span {
  color: #484848;
  font-size: 16px;
}
.news ul li font {
  color: #282828;
  font-size: 30px;
  font-weight: lighter;
}
.news ul li h5 {
  color: #282828;
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  margin: 0 0 5px 0;
}
.news ul li p {
  color: #888888;
  font-size: 14px;
  line-height: 24px;
}
.news ul li span {
  display: block;
  width: 190px;
  height: 36px;
  background: #cf141b;
  color: #fff;
  border: 2px solid #fff;
  margin: 35px 0 0 0;
  border-radius: 5px;
  line-height: 36px;
  text-align: center;
  box-shadow: 0 0 12px 0 #ccc;
}

.talent {
  padding: 75px 0 100px 0;
  background: #f8f8f8;
}
.talent ul {
  width: 1200px;
  margin: 0 auto;
}
.talent ul li {
  display: block;
  line-height: 50px;
  border-bottom: 1px dashed #aaaaaa;
}
.talent ul li a {
  color: #cf141b;
}
.talent ul li strong {
  color: #484848;
}
.talent ul li span {
  float: right;
  color: #484848;
}
.talent .more {
  width: 290px;
  height: 50px;
  line-height: 50px;
  box-shadow: 0 0 12px 0 #ccc;
  margin: 30px auto 0 auto;
  border: 2px solid #fff;
}

footer {
  background: #434343;
}
.fmenu {
  line-height: 56px;
  text-align: center;
}
.fmenu ul {
  width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #7c7c7c;
}
.fmenu ul li {
  display: inline-block;
  width: 135px;
  position: relative;
}
.fmenu ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
  font-family: SimSun, "微软雅黑", NSimSun, STSong;
}

.fcontact {
  width: 1200px;
  color: #fff;
  padding: 40px 0;
  background: #434343;
  margin: 0 auto;
  line-height: 24px;
  font-size: 14px;
  text-align: left;
}
.fcontact a {
  color: #fff;
}
.fcontact .left {
  width: 510px;
}
.fcontact .right {
  width: 133px;
  text-align: center;
}
.fcontact .right img {
  max-width: 100%;
}

.cr {
  line-height: 40px;
  height: 40px;
  text-align: center;
  background: #7d7d7d;
  font-size: 14px;
  color: #fff;
}
.cr a {
  font-size: 14px;
  color: #fff;
}

/*---------------------------------------内页--------------------------------------------------*/

.nbanner {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.nbanner video {
  position: absolute;
  top: 50%;
  margin-top: -245px;
  z-index: 99;
}
.nbanner img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -37.5px;
  margin-left: -80px;
  z-index: 999;
}

.ntitle {
  font-weight: bold;
  display: inline-table;
  font-size: 30px;
  color: #666;
  padding: 0 0 20px 0;
  margin: 0 0 50px 0;
  border-bottom: 1px solid #cf141b;
}
.ntitle span {
  font-size: 18px;
  color: #282828;
  display: block;
}

.ncontent {
  padding: 60px 0 90px 0;
  width: 1200px;
  margin: 0 auto;
}
.ncontent .cate {
  width: 255px;
}
.ncontent .content {
  width: 900px;
  border-top: 3px solid #dcdcdc;
  padding: 30px 0 0 0;
}

.ncontent .cate li {
  text-align: center;
  position: relative;
}
.ncontent .cate li:before {
  width: 33px;
  height: 33px;
  left: 60px;
  top: 16px;
  content: "";
  display: none;
  position: absolute;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ncontent .cate li:hover:before {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.nabout .cate li:nth-child(1):before {
  background: url("../images/about_cate_1_1.png") center no-repeat;
}
.nabout .cate li:nth-child(2):before {
  background: url("../images/about_cate_2_1.png") center no-repeat;
}
.nabout .cate li:nth-child(3):before {
  background: url("../images/about_cate_3_1.png") center no-repeat;
}

.nabout .cate li:nth-child(1):hover:before {
  background: url("../images/about_cate_1_2.png") center no-repeat;
}
.nabout .cate li:nth-child(2):hover:before {
  background: url("../images/about_cate_2_2.png") center no-repeat;
}
.nabout .cate li:nth-child(3):hover:before {
  background: url("../images/about_cate_3_2.png") center no-repeat;
}

.nabout .cate li:nth-child(1).this:before {
  background: url("../images/about_cate_1_2.png") center no-repeat;
}
.nabout .cate li:nth-child(2).this:before {
  background: url("../images/about_cate_2_2.png") center no-repeat;
}
.nabout .cate li:nth-child(3).this:before {
  background: url("../images/about_cate_3_2.png") center no-repeat;
}

.nnews .content {
  padding: 0;
  border: none;
}
.nnews .content li {
  display: block;
  background: #f3f3f3;
  margin: 0 0 15px 0;
  max-height: 200px;
  overflow: hidden;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nnews .content li:hover {
  display: block;
  background: linear-gradient(90deg, #bf9f7a, #d9bc9c);
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nnews .content li .text {
  width: 470px;
  padding: 45px 65px;
  line-height: 24px;
}
.nnews .content li .text span {
  display: block;
  font-size: 16px;
  color: #282828;
}
.nnews .content li .text font {
  display: block;
  font-size: 12px;
  color: #888888;
}
.nnews .content li .text p {
  color: #666666;
}
.nnews .content li:hover * {
  color: #fff !important;
}
.nnews .content li:hover img {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.nnews .content li img {
  width: 300px;
}

.nnews .cate li:nth-child(1):before {
  background: url("../images/news_cate_1_1.png") center no-repeat;
}
.nnews .cate li:nth-child(2):before {
  background: url("../images/news_cate_2_1.png") center no-repeat;
}

.nnews .cate li:nth-child(1):hover:before {
  background: url("../images/news_cate_1_2.png") center no-repeat;
}
.nnews .cate li:nth-child(2):hover:before {
  background: url("../images/news_cate_2_2.png") center no-repeat;
}

.nnews .cate li:nth-child(1).this:before {
  background: url("../images/news_cate_1_2.png") center no-repeat;
}
.nnews .cate li:nth-child(2).this:before {
  background: url("../images/news_cate_2_2.png") center no-repeat;
}

.nequ .content li {
  display: block;
  float: left;
  position: relative;
  width: 440px;
  margin: 0 20px 20px 0;
}
.nequ .content li:nth-child(2),
.nequ .content li:nth-child(4),
.nequ .content li:nth-child(6),
.nequ .content li:nth-child(8),
.nequ .content li:nth-child(10),
.nequ .content li:nth-child(12) {
  margin: 0 0 20px 0;
}
.nequ .content li p {
  position: absolute;
  bottom: 0;
  line-height: 40px;
  width: 410px;
  padding: 0 15px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(90deg, #cdae8b, #cdae8b, rgba(217, 187, 155, 0));
}

.nhonor {
  padding: 60px 0 0 0;
}
.nhonor .content {
  padding: 0 0 440px 0;
  border: none;
  background: url("../images/honorbg.jpg") center bottom no-repeat;
}
.nhonor .content li {
  display: block;
  float: left;
  position: relative;
  width: 294px;
  height: 427px;
  margin: 0 9px 9px 0;
}
.nhonor .content li:nth-child(3),
.nhonor .content li:nth-child(6),
.nhonor .content li:nth-child(9),
.nhonor .content li:nth-child(12),
.nhonor .content li:nth-child(15),
.nhonor .content li:nth-child(18) {
  margin: 0 0 10px 0;
}

.ncontact .cate li:nth-child(2):before {
  background: url(../images/contact_cate_1_1.png) center no-repeat;
}

.ncontact .cate li:nth-child(2).this:before,
.ncontact .cate li:nth-child(2):hover:before {
  background: url(../images/contact_cate_1_2.png) center no-repeat;
}

.njob .cate ul li:before {
  display: none;
}
.njob .cate ul li {
  text-align: left;
}
.njob .cate ul li a {
  padding: 0 50px;
}

.njob .newstext {
  padding: 0;
  border: none;
}
.njob .newstext h2 {
  color: #282828;
  font-size: 24px;
  text-align: left;
}
.njob .jobline {
  height: 1px;
  background: #bfbfbf;
  margin: 40px 0;
}

.jianjie p {
  display: inline;
}

.rela {
  width: 1200px;
  margin: 0 auto;
  border-top: 1px dashed #afafaf;
}

.rela .ntitle {
  font-weight: bold;
  font-size: 24px;
  color: #484848;
  padding: 0 0 0 30px;
  background: url(../images/relatitlebg.jpg) center left no-repeat;
  margin: 0 0 0 0;
  border-bottom: none;
}

.rela .newsbg {
  padding: 50px 0;
}
.rela .proul {
  width: 1200px;
  padding: 0 0;
}
.rela .proul .ntitle {
  margin: 0 0 50px 0;
}

.rela .proul li {
  width: 285px;
  margin: 0 20px 0 0;
}
.rela .proul li:nth-child(3) {
  margin: 0 20px 0 0;
}
.rela .proul li:nth-child(4) {
  margin: 0 0 0 0;
}

.darkmask {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  background: RGB(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

.videoarea {
  display: none;
  padding: 40px;
  background: #fff;
  position: fixed;
  top: 50px;
  z-index: 999999;
  width: 800px;
  left: 50%;
  margin-left: -420px;
}
.videoarea video {
  max-width: 100%;
  width: 100%;
}
.close {
  position: absolute;
  right: 15px;
  cursor: pointer;
  top: 15px;
}

.newstext .jianjie {
  font-size: 16px;
}
