.textover {
  -webkit-text-overflow: ellipsis;
  -webkit-white-space: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.textcenter {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -moz-display: flex;
  -moz-justify-content: center;
  -moz-align-items: center;
}
.elcenter {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.block {
  display: block;
}
.none {
  display: none;
}
.border_box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.dpflex {
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.user-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.list {
  *zoom: 1;
}
.list:before,
.list:after {
  display: table;
  line-height: 0;
  content: "";
}
.list:after {
  clear: both;
}
.img_hover .img img {
  -webkit-transition: all 1s;
  -moz-transit-webkit-transition: all 1s;
  -ms-transit-webkit-transition: all 1s;
  -o-transit-webkit-transition: all 1s;
  transition: all 1s;
}
.img_hover:hover .img img {
  transform: scale(1.1);
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.marginRight:nth-last-child(1) {
  margin-right: 0;
}
.side_callem {
  position: fixed;
  width: 78px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 900;
}
.side_callem img {
  width: 105px;
}
.side_callem ul li {
  text-align: center;
  position: relative;
}
.side_callem ul li .show_con {
  background: #fff;
  border: solid 1px #ddd;
  padding: 26px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
  transform: translateX(100%);
  opacity: 0;
  white-space: nowrap;
}
.side_callem ul li .show_con img {
  max-width: none;
}
.side_callem ul li .show_con strong {
  color: #0a80c4;
  font-size: 20px;
}
.side_callem ul li:hover a {
  background: #0a80c4;
}
.side_callem ul li:hover a i {
  color: #fff;
}
.side_callem ul li:hover a span {
  color: #fff;
}
.side_callem ul li:hover .show_con {
  transform: translateX(-100%);
  opacity: 1;
}
.side_callem ul li a {
  display: block;
  width: 78px;
  height: 78px;
  background: #fff;
  position: relative;
  border: 1px solid #e0e0e0;
  margin-top: -1px;
  z-index: 99;
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.side_callem ul li i {
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 13px 0 5px;
  color: #333;
}
.side_callem ul li span {
  color: #666;
}
#app {
  overflow: hidden;
}
.img {
  overflow: hidden;
}
.img img {
  width: 100%;
}
.line {
  display: block;
  width: 32px;
  height: 4px;
  background: #0a80c4;
}
.hover_boom {
  position: relative;
}
.hover_boom::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #0a80c4;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: all 0.8s;
  -moz-transit-webkit-transition: all 0.8s;
  -ms-transit-webkit-transition: all 0.8s;
  -o-transit-webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.hover_boom:hover::before {
  width: 180%;
  height: 180%;
  opacity: 0;
}
/*font*/
.BMap_cpyCtrl,
.anchorBL {
  display: none !important;
}
.banner_det {
  margin-top: 100px;
  height: 380px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}
.w1200 {
  width: 1200px;
  margin: 0 auto;
  *zoom: 1;
}
.w1200:before,
.w1200:after {
  display: table;
  line-height: 0;
  content: "";
}
.w1200:after {
  clear: both;
}
.tit {
  text-align: center;
  padding: 0px 0 70px 0;
}
.tit h2 {
  font-size: 36px;
  line-height: 36px;
}
.but {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  min-width: 140px;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  background-color: #fe4444;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.but:hover {
  background: #0a80c4;
  color: #fff !important;
}
.but:hover i {
  color: #fff !important;
}
.padding {
  padding-top: 90px;
  padding-bottom: 90px;
}
.template .main_nav {
  border-bottom: #ddd solid 1px;
  padding: 20px 0;
}
.template .main_nav .list {
  text-align: center;
}
.template .main_nav .list .active a {
  background: #0a80c4;
  color: #fff;
}
.template .main_nav .list li {
  display: inline-block;
}
.template .main_nav .list li a {
  display: inline-block;
  padding: 8px 30px;
  font-size: 18px;
  color: #333;
  -webkit-transition: all 0.3s;
  -moz-transit-webkit-transition: all 0.3s;
  -ms-transit-webkit-transition: all 0.3s;
  -o-transit-webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.template .main_nav .list li:hover a {
  background: #0a80c4;
  color: #fff;
}
.template .nav_list {
  padding: 20px 0;
}
.template .nav_list .list {
  display: inline-block;
}
.template .nav_list .list li {
  display: inline-block;
}
.template .article {
  padding: 60px 0;
}
.template .template_box .list {
  padding: 60px 0 40px;
}
.template .template_box .list li {
  float: left;
  box-shadow: rgba(0, 0, 0, 0.219) 0 2px 5px;
  width: 380px;
  border-radius: 2px;
  background: #fe4444;
  margin-right: 30px;
  margin-bottom: 30px;
}
.template .template_box .list li .img img {
  -webkit-transition: all 1s;
  -moz-transit-webkit-transition: all 1s;
  -ms-transit-webkit-transition: all 1s;
  -o-transit-webkit-transition: all 1s;
  transition: all 1s;
}
.template .template_box .list li:hover .img img {
  transform: scale(1.1);
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.template .template_box .list li .img {
  height: 230px;
}
.template .template_box .list li .text {
  background: #f5f5f5;
  padding: 20px;
}
.template .template_box .list li .text .atc{
  height: 48px;
}
.template .template_box .list li .text h3 {
  font-size: 18px;
  padding-bottom: 10px;
  -webkit-text-overflow: ellipsis;
  -webkit-white-space: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.template .template_box .list li .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  display: box;
  box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
}
.template .template_box .list li:nth-child(3n) {
  margin-right: 0;
}
.template .template_img_box .list {
  padding: 60px 0 40px;
}
.template .template_img_box .list li {
  float: left;
  width: 380px;
  border-radius: 2px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.template .template_img_box .list li .img img {
  -webkit-transition: all 1s;
  -moz-transit-webkit-transition: all 1s;
  -ms-transit-webkit-transition: all 1s;
  -o-transit-webkit-transition: all 1s;
  transition: all 1s;
}
.template .template_img_box .list li:hover .img img {
  transform: scale(1.1);
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.template .template_img_box .list li .img {
  box-shadow: rgba(0, 0, 0, 0.11) 0 0px 1px;
  height: 230px;
}
.template .template_img_box .list li .text {
  text-align: center;
}
.template .template_img_box .list li .text p {
  font-size: 16px;
  -webkit-text-overflow: ellipsis;
  -webkit-white-space: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 10px;
}
.template .template_img_box .list li:nth-child(3n) {
  margin-right: 0;
}
.template .pop_img_show {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.473);
}
.template .pop_img_show .img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 700px;
  position: relative;
  overflow: visible;
}
.template .pop_img_show .img .iconfont {
  position: absolute;
  right: -30px;
  top: -26px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}
.template .team_add {
  padding: 60px 0;
}
.template .team_add .team_head {
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  justify-content: space-around;
  height: 60px;
  background: #0a80c4;
  margin-bottom: 20px;
}
.template .team_add .team_head li {
  line-height: 60px;
  font-size: 18px;
  color: #fff;
}
.template .team_add .team_body .box {
  margin-bottom: 15px;
}
.template .team_add .team_body .box ul {
  height: 60px;
  background: #f5f5f5;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  justify-content: space-around;
  cursor: pointer;
}
.template .team_add .team_body .box ul li {
  line-height: 60px;
  font-size: 16px;
  color: #333;
}
.template .team_add .team_body .box .team_det {
  display: none;
  padding: 20px;
  background: #f5f5f5;
  border-top: solid 1px #ddd;
}
.template .temp_news {
  padding: 60px 0;
}
.template .temp_news li {
  *zoom: 1;
}
.template .temp_news li:before,
.template .temp_news li:after {
  display: table;
  line-height: 0;
  content: "";
}
.template .temp_news li:after {
  clear: both;
}
.template .temp_news li .img img {
  -webkit-transition: all 1s;
  -moz-transit-webkit-transition: all 1s;
  -ms-transit-webkit-transition: all 1s;
  -o-transit-webkit-transition: all 1s;
  transition: all 1s;
}
.template .temp_news li:hover .img img {
  transform: scale(1.1);
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.template .temp_news li:hover .text h4 {
  color: #0a80c4;
}
.template .temp_news li:hover .but {
  background-color: #0a80c4;
  border: solid 2px #0a80c4;
  color: #fff;
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.template .temp_news li .cont {
  border-bottom: 1px #ddd solid;
  padding: 30px 0;
  width: 960px;
  float: left;
}
.template .temp_news li .img {
  float: left;
  width: 308px;
  height: 170px;
  border: solid 1px #cfcfcf;
}
.template .temp_news li .text {
  float: left;
  width: 578px;
  margin-left: 40px;
}
.template .temp_news li .text time {
  display: block;
  color: #999999;
  padding: 20px 0 10px;
}
.template .temp_news li .text h4 {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  padding-bottom: 15px;
  -webkit-text-overflow: ellipsis;
  -webkit-white-space: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.template .temp_news li .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  display: box;
  box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
}
.template .temp_news li .but {
  float: right;
  margin-top: 90px;
  background-color: #fff;
  border: solid 2px #333333;
  color: #333;
}
.template .news_det {
  background: #f5f5f5;
  padding: 60px 0;
}
.template .news_det .news_box {
  background: #fff;
  padding: 40px 40px;
}
.template .news_det .news_box .nwes_tit {
  text-align: center;
  border-bottom: 1px #ddd solid;
  padding-bottom: 20px;
}
.template .news_det .news_box .nwes_tit h2 {
  font-size: 30px;
  line-height: 36px;
}
.template .news_det .news_box .nwes_tit p {
  word-spacing: 15px;
  padding-top: 10px;
}
.template .news_det .news_box .atc {
  padding: 40px 0;
}
.template .prod_show {
  background: #f5f5f5;
  padding: 60px 0;
}
.template .prod_show .prod_one {
  *zoom: 1;
  background: #fff;
  padding: 35px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.template .prod_show .prod_one:before,
.template .prod_show .prod_one:after {
  display: table;
  line-height: 0;
  content: "";
}
.template .prod_show .prod_one:after {
  clear: both;
}
.template .prod_show .prod_one .img {
  width: 450px;
  float: left;
}
.template .prod_show .prod_one .text {
  width: 630px;
  height: 272px;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  align-items: center;
  float: right;
}
.template .prod_show .prod_one .text h2 {
  font-size: 24px;
}
.template .prod_show .prod_one .text .atc {
  padding: 20px 0;
}
.template .prod_show .prod_one .text .but_wrap .but {
  margin-right: 15px;
}
.template .prod_show .prod_cont {
  *zoom: 1;
}
.template .prod_show .prod_cont:before,
.template .prod_show .prod_cont:after {
  display: table;
  line-height: 0;
  content: "";
}
.template .prod_show .prod_cont:after {
  clear: both;
}
.template .prod_show .prod_cont .tit_det {
  width: 100%;
  height: 70px;
  text-align: center;
  line-height: 70px;
  background: #0a80c4;
  font-size: 18px;
  color: #fff;
}
.template .prod_show .prod_cont .left {
  width: 875px;
  float: left;
}
.template .prod_show .prod_cont .left .content {
  padding: 40px 20px;
  background: #fff;
}
.template .prod_show .prod_cont .right {
  width: 295px;
  float: right;
}
.template .prod_show .prod_cont .right li {
  margin-top: 20px;
}
.template .prod_show .prod_cont .right li .img img {
  -webkit-transition: all 1s;
  -moz-transit-webkit-transition: all 1s;
  -ms-transit-webkit-transition: all 1s;
  -o-transit-webkit-transition: all 1s;
  transition: all 1s;
}
.template .prod_show .prod_cont .right li:hover .img img {
  transform: scale(1.1);
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.template .prod_show .prod_cont .right li .img {
  background: #fff;
  height: 180px;
}
.template .prod_show .prod_cont .right li .text {
  background: #fff;
  border-top: 1px #ddd solid;
  padding: 15px;
}
.template .prod_show .prod_cont .right li .text p {
  -webkit-text-overflow: ellipsis;
  -webkit-white-space: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}

 footer {
  background: url(../images/foot-bg.jpg);
  position: relative;
}
 footer .foot_one {
  padding-top: 80px;
  padding-bottom: 80px;
}
 footer .foot_one .list {
  padding: 0 25px;
}
 footer .foot_one .list li {
  float: left;
  width: 262px;
  height: 112px;
  overflow: hidden;
  background-color: #ffffff;
  margin-right: 58px;
  margin-bottom: 40px;
}
 footer .foot_one .list li .img img {
  -webkit-transition: all 1s;
  -moz-transit-webkit-transition: all 1s;
  -ms-transit-webkit-transition: all 1s;
  -o-transit-webkit-transition: all 1s;
  transition: all 1s;
}
 footer .foot_one .list li:hover .img img {
  transform: scale(1.1);
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
}
 footer .foot_one .list li img {
  width: 100%;
}
 footer .foot_one .list li:nth-child(5n) {
  margin-right: 0;
}
 footer .foot_two {
  padding: 60px 0;
  border-top: 1px #444444 solid;
}
 footer .foot_two li {
  width: 33.3%;
  float: left;
}
 footer .foot_two li i {
  float: left;
}
 footer .foot_two li .text {
  float: left;
  width: 483px;
}
 footer .foot_two li p {
  font-size: 16px;
  line-height: 24px;
  color: #f4f4f4;
  opacity: 0.63;
  padding-left: 20px;
}
 footer .foot_wrap {
  padding-top: 80px;
  *zoom: 1;
}
 footer .foot_wrap:before,
 footer .foot_wrap:after {
  display: table;
  line-height: 0;
  content: "";
}
 footer .foot_wrap:after {
  clear: both;
}
 footer a:hover {
  opacity: 1 !important;
}
 footer .foot_logo {
  float: left;
  padding-right: 140px;
}
 footer .foot_logo img {
  height: 58px;
}
 footer .foot_logo strong {
  display: block;
  font-family: "Arial";
  font-size: 28px;
  color: #ffffff;
  font-weight: normal;
  padding: 40px 0;
}
 footer .foot_logo li {
  float: left;
  margin-right: 20px;
}
 footer .foot_logo li i {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #8c8e8e;
  text-align: center;
  color: #000;
  font-size: 14px;
}
 footer .foot_nav {
  float: left;
}
 footer .foot_nav .foot_v_list {
  width: 150px;
  float: left;
}
 footer .foot_nav .foot_v_list h6 {
  font-size: 16px;
  color: #ffffff;
}
 footer .foot_nav .foot_v_list ul li a {
  color: #ffffff;
  opacity: 0.4;
  line-height: 30px;
}
 footer .foot_wx {
  float: right;
}
 footer .foot_wx li {
  float: left;
}
 footer .foot_wx li .img {
  background-color: #ffffff;
  padding: 10px;
}
 footer .foot_wx li .img img {
  width: 100px;
}
 footer .foot_wx li p {
  text-align: center;
  letter-spacing: 6px;
  color: #ffffff;
  opacity: 0.5;
  line-height: 50px;
  text-indent: 7px;
}
 footer .copyRight {
  width: 100%;
  line-height: 70px;
}
 footer .copyRight a:hover {
  color: #fff !important;
}
 footer .copyRight .frd {
  position: relative;
  cursor: pointer;
}
 footer .copyRight .frd .frd_list {
  display: none;
  position: absolute;
  bottom: 100%;
  background: #333333;
  padding: 20px;
  width: 100%;
  right: 0;
  border-radius: 5px;
}
 footer .copyRight .frd .frd_list li {
  line-height: 30px;
}
 footer .copyRight .frd .frd_list li a {
  color: #999999;
}
 footer .copyRight p,
 footer .copyRight a {
  color: #616363;
}
 footer .copyRight i {
  color: #363839;
  padding-left: 20px;
}
header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
}
header .logo {
  float: left;
  height: 57px;
  width: 250px;
  background: url(../images/logo.png) no-repeat;
  background-size: auto 100%;
  margin-top: 24px;
}
header .logo a {
  display: block;
  height: 57px;
  width: 250px;
}
header .logo img {
  height: 100%;
}
header .head_nav {
  float: right;
  margin-right: 50px;
}
header .head_nav .list li {
  float: left;
  margin-right: 40px;
  line-height: 100px;
}
header .head_nav .list li a {
  font-size: 16px;
  color: #ffffff;
}
header .search {
  float: right;
}
header .search .icon-sousuo {
  font-size: 20px;
  color: #ffffff;
  line-height: 100px;
}
.header_bg {
  background-color: #ffffff;
}
.header_bg .logo {
  background: url(../images/logo-2.png) no-repeat;
  background-size: auto 100%;
}
.header_bg .head_nav .list li {
  float: left;
  margin-right: 60px;
  line-height: 100px;
}
.header_bg .head_nav .list li a {
  font-size: 16px;
  color: #333333;
}
.header_bg .search .icon-sousuo {
  color: #333333;
}

.template .contact #allmap,.template .contact .text {
  width: 50%;
  height: 400px;
  float: left;
  background: #fff;
}
.template .contact {
  padding: 60px 0;
  background: #f5f5f5;
}
.template .contact .text {
  padding: 40px;
  box-sizing: border-box;
}
.template .contact .text h2{
  font-size: 26px;
  padding-bottom: 30px;
}
.template .contact .text p{
  font-size: 16px;
  padding-bottom: 10px;
}
.template .contact .wx {
  padding-top: 20px;
  width: 100px;
  text-align: center;
  float: left;
  margin-right: 20px;
}
.template .contact .wx .img {
  width: 100px;
  height: 100px;
}
.template .contact .wx p {
  padding-top: 10px;
}

.zixian {
  background: #f5f5f5;
  padding: 60px 0;
}
.template .contact_us {
  width: 1200px;
  margin: 0 auto;
  *zoom: 1;
}
.template .contact_us:before,
.template .contact_us:after {
  display: table;
  line-height: 0;
  content: "";
}
.template .contact_us:after {
  clear: both;
}
.template .contact_us .input {
  float: left;
  width: 380px;
  height: 60px;
  background-color: #ffffff;
  margin-right: 30px;
  line-height: 60px;
  text-indent: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}
.template .contact_us .input input {
  width: 90%;
  height: 100%;
}
.template .contact_us .input em {
  position: relative;
  left: -115px;
  top: -2px;
  font-size: 16px;
  color: #ff0000;
}
.template .contact_us .input:nth-child(3n) {
  margin-right: 0;
}
.template .contact_us .input_sel {
  cursor: pointer;
  position: relative;
}
.template .contact_us .input_sel .sel_list {
  padding-left: 15px;
  color: #666;
}
.template .contact_us .input_sel .input_sel_list {
  display: none;
  padding: 0 15px;
  padding-bottom: 20px;
  width: 380px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f5f5f5;
}
.template .contact_us .input_sel .input_sel_list li {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #dadada;
}
.template .contact_us .input_sel span {
  color: #1e6fd7;
  font-size: 16px;
}
.template .contact_us .input_sel em {
  position: relative;
  left: 0 !important;
  top: -2px;
}
.template .contact_us .input_sel .iconfont {
  font-size: 24px;
  padding-right: 20px;
}
.template .contact_us textarea {
  width: 1200px;
  height: 200px;
  background-color: #ffffff;
  resize: none;
  text-indent: 0;
  padding: 10px 20px;
  -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-size: 16px;
}
.template .contact_us .bbut input {
  display: block;
  width: 220px;
  height: 58px;
  background-color: #1e6fd7;
  margin: 0 auto;
  margin-top: 35px;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
.template .contact_us .bbut input:hover {
  background-color: #1b64c4;
}

.page {
  text-align: center;
  padding-bottom: 80px;
}
.page .active {
  background-color: #0a80c4;
  color: #fff;
}

.page a {
  display: inline-block;
  background-color: #f5f5f5;
  border-radius: 5px;
  line-height: 36px;
  min-width: 56px;
  height: 36px;
  margin: 0 3px;


}

.page a:hover {
  color: #fff;
  background-color: #0a80c4;
}