#header2 {
  background: url(../images/headerbg.jpg) no-repeat center;
  padding-top: 6px;
}
#header2 .container {
  position: relative;
}
#header2 .container .headPhone {
  position: absolute;
  right: 5%;
  top: 5px;
  font-size: 12px;
  color: #EA9C9C;
}
#header2 .container .pc_menu {
  margin-top: 16px;
  height: 90px;
}
#header2 .container .pc_menu .menu {
  position: relative;
  padding-left: 30px;
}
#header2 .container .pc_menu .menu::before {
  content: "";
  display: block;
  width: 24px;
  height: 25px;
  background: url(../images/hourse.jpg) no-repeat;
  position: absolute;
  left: 3%;
  top: 20px;
}
.content .index-proType {
  height: 132px;
  background: url(../images/bg_02.jpg) no-repeat center; background-size:100% auto ;
  margin-top: -2px;
  overflow: hidden;
  text-align: center;
}
.content .index-proType .pro-title {
  color: #333366;
  line-height: 66px;
  margin-top: 10px;
}
.content .index-proType .pro-title .span1 {
  font-size: 47px;
}
.content .index-proType .pro-title .span2 {
  font-size: 36px;
  margin-left: 10px;
}
.content .index-proType .pro-btn {
  display: inline-block;
  width: 400px;
  border: 1px solid #333366;
}
.content .index-proType .pro-btn a {
  display: inline-block;
  width: 24%;
  position: relative;
  line-height: 30px;
  color: #333366;
}
.content .index-proType .pro-btn a::after {
  content: "";
  display: block;
  height: 16px;
  width: 2px;
  background-color: #333366;
  position: absolute;
  top: 6px;
  right: -1px;
}
.content .index-proType .pro-btn a:last-child:after {
  display: none;
}
.content .proDecorate {
  height: 29px;
  background: url(../images/bg_04.jpg) no-repeat center;
}
.content .proList {
  margin-top: 20px;
}
.content .proList dl {
  margin-top: 10px;
}
.content .proList dl dd {
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
}
.content .proList dl dd .span1 {
  font-size: 12px;
  color: #fff;
  background-color: #FF2F2A;
  padding: 0 4px;
}
.content .proList dl dd .span2 {
  font-size: 18px;
}
.content .culture {
  margin-top: 20px;
}
.content .culture > div {
  width: 50%;
}
.content .culture > div .rkty {
  background: url(../images/porant_02.jpg) no-repeat center;
  width: 226px;
  height: 462px;
}
.content .culture > div .video {
  margin-left: 226px;
  height: 462px;
}
.content .culture > div .culture-title {
  padding: 10px 0 10px 40px;
  background-color: #013660;
  color: #fff;
}
.content .culture > div .culture-title .p1 {
  width: 40px;
  height: 3px;
  background-color: #fff;
}
.content .culture > div .culture-title .p2 {
  font-size: 24px;
  font-weight: bold;
  margin: 15px 0 5px;
}
.content .culture > div .culture-title .p3 {
  font-size: 12px;
}
.content .culture > div .culture-meassage {
  padding: 40px 40px 0 40px;
}
.content .culture > div .culture-meassage .p1 {
  font-size: 18px;
  color: #013660;
  margin-bottom: 20px;
  padding-left: 7.5px;
}
.content .culture > div .culture-meassage .p2 {
  color: #8B8B8B;
  line-height: 24px;
 /* height: 72px;*/
 overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:4;  -webkit-box-orient: vertical;
  padding-left: 7.5px;
}
.content .culture > div .culture-meassage .culture-more {
  display: inline-block;
  color: #4F4F4F;
  margin-top: 30px;
  padding-left: 7.5px;
}
.content .culture > div .culture-meassage > ul {
  margin-bottom: 30px;
}
.content .culture > div .culture-meassage > ul li {
  margin-top: 30px;
}
.content .index-news {
  margin-top: 30px;
}
.content .index-news .news-title {
  font-size: 24px;
  color: #1B1B1B;
  border-bottom: 1px solid #E0E0E0;
  line-height: 45px;
  position: relative;
}
.content .index-news .news-title .span2 {
  font-size: 12px;
  color: #9E9E9E;
}
.content .index-news .news-title::after {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  background-color: #999999;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.content .index-news .news-more {
  line-height: 45px;
}
.content .index-news .news-list {
  text-align: center;
}
.content .index-news .news-list dl {
  background: url(../images/newsbg.png) no-repeat;
  background-size: 100% 100%;
 padding: 0 11px 40px 9px;
   //padding: 25%;
  display: inline-block;
  margin-top: 30px;
}
.content .index-news .news-list dl dd {
  padding: 0 6%;
}
.content .index-news .news-list dl dd .p1 {
  font-size: 20px;
  color: #000;
  margin: 20px 0 10px;
}
.content .index-news .news-list dl dd .p2 {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #013660;
  margin-bottom: 15px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
}
.content .index-news .news-list dl dd .p3 {
  color: #525252;
  line-height: 24px;
  height: 48px;
  /*overflow: hidden;*/
  overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2;  -webkit-box-orient: vertical;
}
.content .index-news .news-list dl dd .p4 {
  display: inline-block;
  width: 120px;
  height: 36px;
  color: #fff;
  background-color: #CDCED0;
  line-height: 36px;
  margin-top: 25px;
  border-radius: 20px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
}
.content .index-news .news-list dl:hover dd .p2 {
  width: 84px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
}
.content .index-news .news-list dl:hover dd .p4 {
  background-color: #013660;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
}
.content .us-superiority .superiority-title {
  background: url(../images/line.png) no-repeat center;
  text-align: center;
  margin: 30px 0;
}
.content .us-superiority .superiority-title .p1 {
  font-size: 30px;
  color: #000;
  line-height: 50px;
}
.content .us-superiority .superiority-title .p2 {
  font-size: 16px;
  color: #828282;
}
.content .us-superiority .superiority-list li {
  padding: 0;
  position: relative;
}
.content .us-superiority .superiority-list li img {
  width: 100%;
}
.content .us-superiority .superiority-list li .text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.content .us-superiority .superiority-list li .text .p1 {
  width: 40%;
  background: url(../images/youshi1.png) no-repeat center;
  height: 100%;
}
.content .us-superiority .superiority-list li .text .p2 {
  background: url(../images/youshi2.png) no-repeat center;
}
.content .us-superiority .superiority-list li .text .p3 {
  background: url(../images/youshi3.png) no-repeat center;
}
.content .us-superiority .superiority-list li .text .p4 {
  background: url(../images/youshi4.png) no-repeat center;
}
.content .us-superiority .superiority-list li .text .div2 {
  float: left;
  width: 52%;
  color: #fff;
  padding-top: 10%;
}
.content .us-superiority .superiority-list li .text .div2 .text1 {
  font-size: 20px;
  margin-bottom: 5px;
}
.content .us-superiority .superiority-list li .text .div2 .text2 {
  margin-bottom: 10px;
}
.content .us-superiority .superiority-list li .text .div2 .text3 {
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}
.content .cooperate {
  text-align: center;
  margin-top: 50px;
}
.content .cooperate .cooperate-title .p1 {
  font-size: 30px;
  color: #000;
}
.content .cooperate .cooperate-title .p2 {
  display: inline-block;
  width: 82px;
  height: 1px;
  background-color: #7F7F7F;
}
.content .cooperate .cooperate-title .p3 {
  color: #989898;
  margin: 10px 0 30px;
}
.content .in-menu {
  height: 129px;
  border-bottom: 1px solid #DBD9D7;
  text-align: center ;
  margin-bottom: 80px;
}
.content .in-menu .phone-inMenu {
  padding: 5px 4%;
  background-color:#013660;
  color: #fff;
  text-align: left;
  line-height: 27px;
}
.content .in-menu > ul {
  display: inline-block;
  position: relative;
  top: 54px;
}
.content .in-menu > ul li {
  float: left;
  width: 118px;
  margin-right: 36px;
}
.content .in-menu > ul li p {
  background: url(../images/in.png) no-repeat;
  line-height: 34px;
  color: #fff;
  height: 46px;
}
.content .in-menu > ul li .circle {
  height: 35px;
  width: 35px;
  background: url(../images/circle.png) no-repeat;
  margin-top: 10px;
  display: inline-block;
}
.content .in-menu > ul li:last-child {
  margin-right: 0;
}
.content .in-menu > ul li:hover p {
  background: url(../images/in-hover.png) no-repeat;
}
.content .in-menu > ul li:hover .circle {
  background: url(../images/circle-hover.png) no-repeat;
}


.content .in-menu > ul li.on div {
    background: url(../images/circle-hover.png) no-repeat;
}


.content .in-menu > ul li.on p {
  background: url(../images/in-hover.png) no-repeat;
}





.content .list-image dl {
  margin-top: 20px;
}
.content .list-image dl dd {
  text-align: center;
}
.content .list-image dl dd .p1 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 30px;
  margin-top: 10px;
  color: #505152;
}
.content .list-image dl dd .p1:hover{
  text-decoration: underline;
}
.content .list-image dl dd .p2{display:none}
.content .list-imagetext ul li {
  background-color: #EBEBEB;
  margin-top: 15px;
}
.content .list-imagetext ul li > p {
  width: 361px;
}
.content .list-imagetext ul li .text {
  margin-left: 401px;
}
.content .list-imagetext ul li .text .text-main {
  overflow: hidden;
}
.content .list-imagetext ul li .text .text-main .texts-left {
  width: 75px;
  height: 74px;
  background: url(../images/date.png) no-repeat;
  color: #fff;
  text-align: center;
  overflow: hidden;
  margin-top: 40px;
}
.content .list-imagetext ul li .text .text-main .texts-left .p1 {
  margin-top: 15px;
}
.content .list-imagetext ul li .text .text-main .texts-left .p2 {
  font-size: 12px;
}
.content .list-imagetext ul li .text .text-main .texts-right {
  margin-left: 90px;
  padding-right: 4%;
}
.content .list-imagetext ul li .text .text-main .texts-right .p1 {
  font-size: 16px;
  margin-top: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content .list-imagetext ul li .text .text-main .texts-right .p1:hover,.content .list-imagetext ul li .text .text-main .texts-right .p2:hover{
  text-decoration: underline;
}
.content .list-imagetext ul li .text .text-main .texts-right .p1 a {
  color: #333333;
}
.content .list-imagetext ul li .text .text-main .texts-right .p2 {
  margin-top: 10px;
  line-height: 24px;
  /*height: 48px;*/
  overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3;  -webkit-box-orient: vertical;
}
.content .list-imagetext ul li .text .text-main .texts-right .p2 a {
  color: #9A9A9A;
}
.content .list-imagetext ul li .text .text-main .texts-right .p3 {
  margin-top: 35px;
}
.content .contact-title {
  background: url(../images/contact_03.png) no-repeat left center;
  height: 45px;
  margin: 30px 0;
}
.content .contact-text {
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
  line-height: 36px;
  color: #6F6F6F;
}
.content .contact-text .p1 {
  font-size: 20px;
  font-weight: bold;
  color: #616161;
}
.content .register {
  margin-top: 15px;
}
.content .register .register-title {
  line-height: 34px;
  border-bottom: 1px solid #ccc;
}
.content .register .register-title > p.left {
  font-weight: bold;
  color: #5A5A5A;
}
.content .register .register-title > p.left .span1 {
  font-size: 20px;
}
.content .register .register-title > p.left .span2 {
  font-size: 16px;
}
.content .register .register-title a.right {
  font-size: 16px;
  color: #5A5A5A;
  margin-right: 15px;
}
.content .register .register-mainBox {
  text-align: center;
}
.content .register .register-mainBox .register-main {
  display: inline-block;
  width: 80%;
}
.content .register .register-mainBox .register-main .vip {
  margin-top: 50px;
  border-bottom: 1px solid #B2B2B2;
  padding-left: 10px;
  font-weight: bold;
}
.content .register .register-mainBox .register-main .vip li {
  float: left;
  font-size: 20px;
  line-height: 44px;
  margin-right: 70px;
}
.content .register .register-mainBox .register-main .vip li .span1 {
  padding: 0 8px;
  background-color: #999999;
  color: #fff;
  font-weight: normal;
}
.content .register .register-mainBox .register-main .vip li:last-child {
  margin-right: 0;
}
.content .register .register-mainBox .register-main .vip li.on {
  color: #013660;
}
.content .register .register-mainBox .register-main .vip li.on .span1 {
  background-color: #013660;
}
.content .register .register-mainBox .register-main .register-form {
  margin-top: 30px;
}
.content .register .register-mainBox .register-main .register-form .form-list {
  font-size: 16px;
  line-height: 34px;
  color: #6E6E6E;
  text-align: left;
  margin-top: 15px;
}
.content .register .register-mainBox .register-main .register-form .form-list .p1 {
  width: 100px;
  text-align: right;
  float: left;
}
.content .register .register-mainBox .register-main .register-form .form-list .p2 {
  margin-left: 110px;
}
.content .register .register-mainBox .register-main .register-form .form-list .p2 input {
  width: 100%;
  height: 34px;
  border: 1px solid #BFBFBF;
  border-radius: 6px;
}
.content .register .register-mainBox .register-main .register-form .form-list .yzm {
  padding-left: 15px;
}
.content .register .register-mainBox .register-main .register-form .form-list .yzm .p2 input {
  width: 80px;
  margin-right: 15px;
}
.content .register .register-mainBox .register-main .register-form .form-list .submit .p1 {
  margin-left: 125px;
  width: 300px;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.content .register .register-mainBox .register-main .register-form .form-list .submit .p1 input {
  width: 120px;
  height: 46px;
  line-height: 46px;
}
.content .register .register-mainBox .register-main .register-form .form-list .submit .p1 .input1 {
  background-color: #013660;
  border: none;
  margin-right: 20px;
}
.content .register .register-mainBox .register-main .register-form .form-list .submit .p1 .input2 {
  background-color: #999999;
  border: none;
}
#inbanner{
  height: 400px;
}
#footer {
  margin-top: 30px;
}
#footer .pc-footer {
  padding: 20px 0;
  background-color: #013660;
}
#footer .pc-footer .map .p1 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}
#footer .pc-footer .map .p2 {
  padding: 5px;
  border: 1px solid #fff;
}
#footer .pc-footer .pc-footerMain {
  color: #fff;
  margin-top: 40px;
}
#footer .pc-footer .pc-footerMain .ul1 li {
  float: left;
  width: 16.66%;
  position: relative;
  text-align: center;
}
#footer .pc-footer .pc-footerMain .ul1 li a {
  color: #fff;
}
#footer .pc-footer .pc-footerMain .ul1 li::after {
  content: "";
  width: 2px;
  height: 15px;
  background-color: #ddd;
  position: absolute;
  top: 4px;
  right: -1px;
}
#footer .pc-footer .pc-footerMain .ul1 li:last-child::after {
  display: none;
}
#footer .pc-footer .pc-footerMain .footer2 {
  margin-top: 30px;
}
#footer .pc-footer .pc-footerMain .footer2 .footer2-left {
  padding-left: 4%;
  width: 61%;
}
#footer .pc-footer .pc-footerMain .footer2 .footer2-left .p1 {
  margin-bottom: 10px;
}
#footer .pc-footer .pc-footerMain .footer2 .footer2-left ul li {
  line-height: 24px;
}
#footer .pc-footer .pc-footerMain .footer2 .footer2-left .p2 {
  margin-top: 10px;
}

#footer .pc-footer .pc-footerMain .footer2 .footer2-left .p2 a{
 color: #fff;
}

#footer .pc-footer .pc-footerMain .footer2 .footer2-right {
  width: 39%;
}
#footer .pc-footer .pc-footerMain .footer2 .footer2-right dl {
  text-align: center;
}
#footer .pc-footer .pc-footerMain .footer2 .footer2-right dl dd {
  font-size: 12px;
  margin-top: 15px;
}
#footer .phone-footer {
  border-top: 1px solid #013660;
  padding: 10px 0;
  color: #000;
  font-size: 12px;
  text-align: center;
  position: relative;
  line-height: 24px;
}
#footer .phone-footer .top {
  position: absolute;
  right: 10px;
  top: -15px;
}
#owl-demo2,
#owl-demo3 {
  margin-top: 15px;
}
@media (max-width: 1200px) {
  #header2 {
    background: url(../images/headerbg.jpg) no-repeat 40% center;
  }
  .content .register .register-mainBox .register-main {
    width: 90%;
  }
}
@media (max-width: 992px) {
  #inbanner{
  height: 350px;
}
  .content .register .register-mainBox .register-main {
    width: 100%;
  }
  .content .list-imagetext ul li > p {
    width: 225px;
  }
  .content .list-imagetext ul li .text {
    margin-left: 235px;
  }
  .content .list-imagetext ul li .text .text-main .texts-right {
    margin-left: 0;
  }
  .content .list-imagetext ul li .text .text-main .texts-right .p1 {
    margin-top: 10px;
  }
  .content .list-imagetext ul li .text .text-main .texts-right .p3 {
    margin-top: 10px;
  }
  .content .in-menu {
    margin-bottom: 60px;
  }
  #header2 {
    background: url(../images/headerbg.jpg) no-repeat 32% center;
  }
  .content .culture > div .culture-title {
    margin-top: 5px;
  }
  .fixed {
    position: absolute;
  }
  .content .us-superiority .superiority-list li {
    margin-top: 15px;
  }
  .content .culture > div {
    width: 100%;
  }
  .content .culture > div .rkty {
    width: 160px;
    height: 388px;
    background: url(../images/porant_02.jpg) no-repeat center -20px;
  }
  .content .culture > div .video {
    margin-left: 160px;
    height: 388px;
  }
  .content .culture > div .culture-title {
    padding: 10px 0 10px 15px;
  }
  .content .culture > div .culture-meassage {
    padding: 40px 7.5px 0 7.5px;
  }
}
@media (max-width: 767px) {
  #inbanner{
  height: 150px;
  background-size:auto 150px !important;
}
  .form-list > div {
    padding: 0;
  }
  .register-form .text {
    padding-left: 90px;
    line-height: 24px;
  }
  .content .register .register-mainBox .register-main .register-form .form-list .p1 {
    width: 80px;
  }
  .content .register .register-mainBox .register-main .register-form .form-list .p2 {
    margin-left: 90px;
  }
  .content .register .register-mainBox .register-main .register-form .form-list .submit .p1 input {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .content .register .register-mainBox .register-main .register-form .form-list .yzm {
    padding-left: 0;
  }
  .content .register .register-mainBox .register-main .register-form .form-list .submit .p1 {
    margin-left: 90px;
  }
  .content .register .register-mainBox .register-main .vip li {
    font-size: 12px;
    line-height: 24px;
    margin-right: 4%;
  }
  .content .register .register-mainBox .register-main .register-form .form-list {
    font-size: 12px;
  }
  .map {
    margin-top: 20px;
  }
  .content .contact-text {
    font-size: 12px;
    line-height: 24px;
    margin-top: 10px;
  }
  .content .contact-text .p1 {
    font-size: 14px;
    margin-top: 10px;
  }
  .content .list-imagetext ul li > p {
    width: 160px;
  }
  .content .list-imagetext ul li .text {
    margin-left: 170px;
  }
  .content .list-imagetext ul li .text .text-main .texts-right .p1 {
    margin-top: 5px;
    font-size: 12px;
  }
  .content .list-imagetext ul li .text .text-main .texts-right .p2 {
    font-size: 12px;
    line-height: 20px;
    /*height: 20px;*/
    margin-top: 5;
	overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2;  -webkit-box-orient: vertical;
  }
  .content .list-imagetext ul li .text .text-main .texts-right .p3 {
    width: 100px;
    margin-top: 5px;
  }
  .content .in-menu {
    margin-bottom: 15px;
  }
  .content .list-image dl dd .p2 img {
    width: 80%;
  }
  .content .in-menu > ul {
    display: block;
    height: auto;
    width: 100%;
    padding: 0 2%;
    top: 0;
    display: none;
  }
  .content .in-menu > ul li .circle {
    display: none;
  }
  .content .in-menu > ul li {
    width: 100%;
    margin-top: 5px;
    margin-right: 0;
    background-color: #F0F0F0;
    text-align: left;
    padding-left: 2%;
  }
  .content .in-menu {
    height: auto;
    border-bottom: none;
  }
  .content .in-menu > ul li p {
    background: none;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #010101;
  }
  #header2 {
    padding-top: 5px;
  }
  #header2 .container .pc_menu {
    margin-top: 13px;
    height: 60px;
  }
  #header2 .pc_menu .menu .nLi h3 a {
    height: 58px;
  }
  #header2 .container .pc_menu .menu {
    padding-left: 0;
  }
  #header2 .container .pc_menu .menu::before {
    display: none;
  }
  #header2 {
    background: url(../images/headerbg2.jpg) repeat-y 7% center;
  }
  .content .us-superiority .superiority-title .p1 {
    font-size: 20px;
    line-height: 30px;
  }
  .content .us-superiority .superiority-title .p2 {
    font-size: 12px;
  }
  .content .us-superiority .superiority-list li .text .p1 {
    background-size: 50% auto;
  }
  .content .us-superiority .superiority-list li .text .div2 .text1 {
    font-size: 16px;
  }
  .content .us-superiority .superiority-list li .text .div2 .text2,
  .content .us-superiority .superiority-list li .text .div2 .text3 {
    font-size: 12px;
  }
  .content .us-superiority .superiority-list li .text .div2 {
    padding-top: 8%;
  }
  .content .culture > div .culture-meassage > ul li {
    margin-top: 15px;
  }
  .content .culture > div .culture-meassage .culture-more {
    margin-top: 20px;
  }
  .content .culture > div .culture-meassage {
    padding: 20px 7.5px 0 7.5px;
  }
  .content .index-news {
    margin-top: 0;
  }
  .content .index-news .news-list dl dd .p1 {
    font-size: 12px;
    margin: 10px 0 5px;
  }
  .content .index-news .news-list dl dd .p2 {
    margin-bottom: 5px;
  }
  .content .index-news .news-list dl dd .p3 {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
  }
  .content .index-news .news-list dl dd .p4 {
    width: 120px;
    background-color: #013660;
    font-size: 12px;
  }
  .content .index-news .news-list dl {
    padding: 0 7px 30px 6px;
  }
  .content .culture > div .rkty {
    height: 387px;
    display: none;
  }
  .content .culture > div .video {
    /*height: auto;*/
    margin-left: 0;
    margin-top: 5px;
  }
  .content .index-proType .pro-title .span1 {
    font-size: 26px;
  }
  .culture-right {
    margin-top: 0px;
  }
  .content .index-proType .pro-title .span2 {
    font-size: 18px;
  }
  .content .index-proType .pro-btn {
    width: 94%;
  }
  
  .content .in-menu > ul li.on p {
    background: url() no-repeat;
	background-color: #013660;
	color: #fff;
}

.content .in-menu > ul li.on {
    width: 100%;
    margin-top: 5px;
    margin-right: 0;
    background-color: #F0F0F0;
    text-align: left;
    padding-left: 2%;
	    background-color: #013660;
}


}
@media (max-width: 321px) {
  .content .index-proType .pro-btn a {
    width: 23%;
  }
  .content .us-superiority .superiority-list li .text .div2 {
    padding-top: 4%;
  }
  #header2 {
    background: url(../images/headerbg2.jpg) repeat-y 12% center;
  }
  .logo {
    padding-top: 10px;
  }
}

@media (max-width: 720px) {
.content .index-proType {
  height: 55px;
  background: url(../images/bg_02.jpg) no-repeat center; background-size:auto 100%  ;
  
}
}