.alignLeft {
  text-align: left;
}
.alignCenter {
  text-align: center;
}
.alignRight {
  text-align: right;
}
body {
  background: #030000;
  position: relative;
  font-family: microsoft yahei;
}
.bg-white {
  background: #ffffff;
}
.bg-darkblue {
  background: #1a1e24;
}
.bg-grey {
  background: #f0f3f5;
}
.bg-darkblue {
  background: #1a1e24;
}
.header {
  background: #1a1e24;
  height: 70px;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 999;
}
#backTop {
  width: 30px;
  height: 30px;
  display: none;
  background: #217ab8;
  text-decoration: none;
  z-index: 1000;
  position: fixed;
  bottom: 40px;
  right: 40px;
  box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.2);
}
#backTop .iconfont {
  font-size: 20px;
  color: #fefefe;
  display: block;
  padding: 5px;
}
.logo-link {
  margin-left: 10%;
}
.logo-link img {
  height: 50px;
  display: block;
  margin-top: 10px;
}
.nav-box {
  margin-right: 10%;
}
.Line {
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}
.Line .Line_line,
.Line .Line_svg {
  left: 50px;
  right: 50px;
  position: absolute;
}
.Line .Line_line svg,
.Line .Line_svg svg {
  stroke-width: 1px;
  fill-rule: evenodd;
  fill: none;
  stroke: #217ab8;
}
.Line .Line_line {
  top: 500px;
}
.Line .Line_svg {
  top: 300px;
}
.banner-one {
  width: 100%;
  height: 560px;
  position: relative;
  background: url(../images/index_1.jpg) no-repeat;
  background-size: 100% 100%;
}
.banner-one .name-icon {
  font-size: 20px;
  color: #d5dfed;
  display: block;
  padding-top: 90px;
}
.banner-one .name-box {
  width: 300px;
  height: 240px;
  position: relative;
  margin-top: 30px;
  padding: 15px;
  line-height: 1.4;
  color: #d5dfed;
}
.banner-one .name-box .name-cn {
  padding-top: 50px;
  font-size: 30px;
  font-weight: normal;
}
.banner-one .name-box .name-en {
  font-size: 16px;
  padding: 5px 0;
}
.banner-one .name-box .name-en .name-line {
  margin: 0 5px;
  width: 100px;
  height: 18px;
  display: inline-block;
  border-bottom: 1px solid #d5dfed;
}
.banner-one .product {
  color: #d5dfed;
  text-align: right;
  line-height: 1.5;
  margin-top: 220px;
}
.banner-one .product .iconfont:before {
  padding: 0 5px;
}

.name-border {
  position: absolute;
  background: none;
  transition: all 0.5s ease-in-out;
}
#company .name-border:nth-of-type(1) {
  top: 0;
  left: 0;
  border-left: 3px solid #d5dfed;
  border-top: 3px solid #d5dfed;
  width: 100%;
  height: 100%;
}
#company .name-border:nth-of-type(2) {
  bottom: 0;
  right: 0;
  border-right: 3px solid #d5dfed;
  border-bottom: 3px solid #d5dfed;
  width: 100%;
  height: 100%;
}
#company:hover .name-border {
  width: 107%;
  height: 107%;
  border-width: 5px;
}
#company{
	border: 3px solid #d5dfed \9;
}
.fill-btn {
  border: 1px solid #217ab8;
  color: #d5dfed;
  text-decoration: none;
  padding: 3px 20px 6px 20px;
  position: relative;
  box-sizing: border-box;
}
.fill-btn:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #217ab8;
  transition: height .2s;
  z-index: -1;
}
.fill-btn:hover:after {
  height: 100%;
}
.img-scale {
  width: 100%;
  transition: all 0.6s;
}
.img-scale:hover {
  transform: scale(1.1);
}
/**index start**/
.about-us {
  margin-top: 60px;
  margin-bottom: 60px;
}
.about-us .about-des {
  color: #d5dfed;
  width: 40%;
  padding-top: 50px;
  display: inline-block;
  margin-right: 10%;
}
.about-us .about-des h2 {
  font-size: 20px;
  padding-bottom: 30px;
  padding-top:30px;
}
.about-us .about-des p {
  font-size: 12px;
  line-height: 2;
}
.about-us .about-des .fill-btn {
  font-size: 12px;
  display:inline-block;
  margin-top:30px;
}
.about-us .about-img {
  width: 45%;
  display: inline-block;
  overflow: hidden;
  border-left: 10px solid #217ab8;
  border-bottom: 10px solid #217ab8;
  box-sizing: border-box;
}
.banner-two {
  width: 100%;
  height: 320px;
  position: relative;
  background: url(../images/index_2.jpg) no-repeat;
  background-size:100% 100%;
  color: #f0f0f0;
  padding-top: 60px;
}
.banner-two .list-icon {
  font-size: 28px;
}
.banner-two .idea-box {
  padding-top: 30px;
  font-size: 20px;
  line-height: 2;
}
.banner-three {
  width: 100%;
  height: 390px;
  position: relative;
  background: url(../images/index_3.jpg) no-repeat;
  background-size:100% auto;
}
.business {
  margin-bottom: 150px;
  padding-top: 120px;
  position: relative;
}
.business .busi {
  position: relative;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
.business .busi .busi-img {
  overflow: hidden;
}
.business .busi .busi-des {
  background: #1a1e24;
  color: #d5dfed;
  border-bottom: 6px solid #217ab8;
  position: relative;
  padding-right: 40px;
  padding-bottom: 20px;
}
.business .busi .busi-des .busi-line {
  height: 2px;
  width: 80px;
  background: #217ab8;
  display: block;
  position: absolute;
  top: 40px;
}
.business .busi .busi-des h2 {
  font-size: 20px;
  padding-bottom: 20px;
}
.business .busi .busi-des p {
  font-size: 12px;
  line-height: 2;
}
.business .busi .busi-des .busi-btn {
  color: #006cb7;
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: right;
}
.business .busi .busi-des .busi-btn .iconfont {
  font-size: 24px;
}
.business .busi-1 {
  z-index: 2;
}
.business .busi-1 .busi-img {
  width: 45%;
}
.business .busi-1 .busi-des {
  width: 55%;
  margin-top: 20px;
  padding-top: 60px;
  padding-left: 80px;
}
.business .busi-1 .busi-des .busi-line {
  left: -40px;
}
.business .busi-2 {
  width: 70%;
  margin-top: -80px;
  z-index: 1;
}
.business .busi-2 .busi-img {
  width: 45%;
}
.business .busi-2 .busi-des {
  width: 55%;
  padding-top: 109px;
  padding-left: 40px;
}
.business .busi-2 .busi-des .busi-line {
  right: -40px;
}
.business .busi-2 .busi-des h2 {
  text-align: right;
}
.business .busi-3 {
  z-index: 2;
  margin-top: 120px;
}
.business .busi-3 .busi-img {
  width: 55%;
}
.business .busi-3 .busi-des {
  width: 50%;
  margin-top: 20px;
  padding-top: 150px;
  padding-left: 40px;
  margin-right: -5%;
  padding-bottom: 100px;
}
.business .busi-3 .busi-des .busi-line {
  right: -40px;
}
.business .busi-4 {
  z-index: 2;
  margin-top: 100px;
}
.business .busi-4 .busi-img {
  width: 55%;
}
.business .busi-4 .busi-des {
  width: 50%;
  margin-top: 20px;
  padding-top: 150px;
  padding-bottom: 100px;
  padding-left: 40px;
  margin-left: -5%;
}
.business .busi-4 .busi-des .busi-line {
  left: -40px;
}
.contact {
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}
.contact .span-line {
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  background: #3271a7;
}
.contact .row {
  width: 80%;
  margin: 0 10%;
  background: #3271a7;
  color: #d5dfed;
  padding: 20px;
}
.contact .row .contact-des {
  background: url(../images/contact.jpg);
  background-size: 100% 100%;
  min-height: 300px;
}
.contact .row .contact-des h2 {
  font-size: 16px;
  padding-top: 60px;
  margin-left: 30px;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.contact .row .contact-des p {
  padding: 10px 0 30px 30px;
  line-height: 2;
  font-size: 12px;
}
.contact .row .contact-des .more-btn {
  margin: 0px 0 30px 30px;
  font-size: 12px;
  text-decoration: none;
  height: 20px;
  text-align: center;
  padding: 3px 8px;
  background: #5a97d1;
  color: #ffffff;
  display: inline-block;
  position: relative;
}
.contact .row .contact-des .more-btn:hover {
  background: #3271a7;
  transition: background .3s;
}
.contact .row .contact-des .more-btn:hover:before {
  border-left: 10px solid #3271a7;
  transition: border-color 0.3s;
}
.contact .row .contact-des .more-btn:before {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 10px solid #5a97d1;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 0px;
  right: -10px;
}
.contact .row .contact-info {
  padding-top: 30px;
  padding-left: 20px;
  width:75%;
}
.contact .row .contact-info h2 {
  font-size: 20px;
  padding-bottom: 50px;
  display: inline-block;
  padding-right: 20px;
}
.contact .row .contact-info p {
  font-size: 12px;
  padding-bottom: 10px;
  line-height: 2;
}
.contact .row img {
  width: 85px;
  height: 85px;
  margin-top: 210px;
  margin-right: -15px;
  background: #1a1e24;
}
.title-line {
  position: relative;
  display: block;
  height: 40px;
  padding-right: 30px;
}
.title-line:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 3px;
  background: #ffffff;
  display: inline-block;
}
.title-line:after {
  content: "";
  position: absolute;
  bottom: 1px;
  right: 0px;
  width: 75%;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
h2 {
  letter-spacing: 2px;
}
/**index end**/
/**page head**/
.page-hd {
  background: #1a1e24;
  margin-top: 70px;
}
.page-info {
  color: #d5dfed;
  width: 25%;
  margin-left: 10%;
}
.page-info .page-icon {
  color: #217ab8;
  font-size: 30px;
  margin-top: 80px;
  display: block;
}
.page-info .page-name {
  padding: 80px 0 100px 0;
}
.page-info .page-name .page-name-en {
  display: inline-block;
  font-size: 36px;
  line-height: 1.25;
  font-weight: 800;
}
.page-info .page-name .page-name-en .title-line {
  height: auto;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.page-info .page-name .page-name-en .title-line:after,
.page-info .page-name .page-name-en .title-line:before {
  background: #217ab8;
}
.page-info .page-name .page-name-cn {
  font-size: 45px;
  font-weight: normal;
  margin-bottom: 50px;
}
.page-info .page-name p {
  font-size: 12px;
  color: #667489;
  line-height: 2;
}
.company-bg {
  background: url(../images/company_bg1.jpg) no-repeat;
}
.solut-bg {
  background: url(../images/solut_bg1.jpg) no-repeat;
}
.product-bg {
  background: url(../images/product_bg1.jpg) no-repeat;
}
.page-img {
  width: 65%;
  height: 560px;
  background-size: 100% 100%;
}
.page-his {
	display: flex;
  padding: 30px 0;
  font-size: 14px;
  color: #9f9fa0;
  line-height: 30px;
}
.page-his a{color: #9f9fa0;text-decoration:none;}
.page-his a:hover,.page-his a:active,.page-his a:focus{color: #217ab8;}
.page-his .iconfont {
  font-size: 20px;
  vertical-align: top;
}
.page-his .page-his-now {
  color: #217ab8;
}
/**company start**/
.company {
  padding: 50px 0;
  margin-bottom: 80px;
}
.company .company-img {
  width: 100%;
}
.company .company-name {
  padding-top: 20px;
  color: #217ab8;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
}
.company .company-name .iconfont {
  padding-right: 10px;
  line-height: 45px;
  vertical-align: text-bottom;
  line-height: 40px\9;
  vertical-align: top\9;
}
.company .company-pro {
  color: #3e3a39;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #217ab8;
  padding: 10px 0 10px 0;
}
.company p {
  margin-left: 25px;
}
.company .company-intro {
  color: #3e3a39;
  font-size: 12px;
  line-height: 2;
  margin-top: 30px;
}
.head-h2 {
  color: #217ab8;
  font-size: 36px;
  font-weight: 600;
}
.head-h2 .iconfont {
  padding-right: 10px;
  line-height: 45px;
  vertical-align: text-bottom;
}
.company-hd {
  color: #217ab8;
  font-size: 36px;
  font-weight: 600;  
  position: relative;
  border-bottom: 1px solid #217ab8;
  padding-top: 100px;
  padding-bottom: 20px;
  position:relative;
  margin-left:30px;
}
.company-hd .iconfont {
    position: absolute;
    left: -30px;
    bottom: 25px;
}
.company-hd .company-hd-en {
  font-size: 80px;
  color: #e5e8ea;
  position: absolute;
  bottom: -5px;
  right: 0;
  padding-left: 20px;
}

.partner-wrap.sup-wrap .partner p{font-size:14px;text-align:center;padding-top:10px;}
.partner-wrap.sup-wrap .partner .partner-hd-en{color:#fff;margin-bottom:64px;}
.partner-wrap .company-hd {
  width: 80%;
}
.partner-wrap .partner {
  width: 83%;
  position: relative;
  z-index: 10;
}
.partner-wrap .partner img{cursor:pointer;}
.company-prise {
  margin-top: 50px;
  position: relative;
  width:100%;
  height:220px;
}
.company-prise:before,
.company-prise:after {
  content: '';
  width: 10%;
  height: 2px;
  position: absolute;
  top: 110px;
  background: #217ab8;
}
.company-prise:before {
  left: 0;
}
.company-prise:after {
  left: 90%;
}
.company-prise .prise-item {
  border: 1px solid #217ab8;
  height: 220px;
  text-align: center;
  margin-left: 6.3%;
  padding-top:15px;
}
.company-prise .prise-item .iconfont {
  font-size: 60px;
  display: block;
  color: #217ab8;
  padding: 20px 0;
}
.company-prise .prise-item .fill-btn {
  color: #217ab8;
  display: inline-block;
  font-size: 12px;
}
.company-prise .prise-item .fill-btn:after {
  z-index: 2;
}
.company-prise .prise-item .fill-btn:hover:after {
  height: 3px;
}
.company-prise .prise-item p {
  padding: 15px 0;
  color: #3e3a39;
  font-size: 12px;
  line-height: 1.5;
}
.company-prise .prise-item .prise_1 {
  padding-top: 25px;
}
.supplier {
  margin: 50px 10px;
}
.supplier .supplier-item {
  text-align: center;
  padding: 15px 20px;
}
.supplier .supplier-item img {
  width: 100%;
  cursor: pointer;
}
.supplier .supplier-item p {
  color: #3e3a39;
  font-size: 14px;
  padding-top: 15px;
}
.company-banner {
  width: 100%;
  height: 500px;
  background: url(../images/company3.jpg) no-repeat ;
  background-size:100% auto;  
  position: relative;
}
.company-banner .Line .Line_line{
  display:none;
}
/**company end**/
/*solution start***/
.solution {
  padding-top: 120px;
  margin-bottom: 120px;
  margin-top: 50px;
  position: relative;
}
.solution .solut-en {
  position: absolute;
  top: 0;
  font-size: 150px;
  color: #f2f3f3;
  letter-spacing: 0;
  font-weight: 400;
}
.solution .solut-en.left {
  left: 0;
}
.solution .solut-en.right {
  right: 0;
}
.solution .solut-img {
  border: 2px solid #e2e1e1;
  position: relative;
  padding: 20px;
}
.solution .solut-img:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 60%;
  top: 20%;
  right: -20px;
  background: #217ab8;
}
.solution .solut-img img {
  width: 100%;
}
.solution .solut-info {
  padding-top: 50px;
}
.solution .solut-info .solut-name {
  color: #217ab8;
  font-size: 36px;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #217ab8;
  padding-top: 50px;
  padding-bottom: 15px;
}
.solution .solut-info .solut-name .iconfont {
  padding-right: 10px;
  line-height: 45px;
  vertical-align: middle;
  line-height: 40px\9;
  vertical-align: top\9;
  position: absolute;
	left: -45px;
}
.solution .solut-info .solut-intro {
  color: #3e3a39;
  font-size: 12px;
  line-height: 2;
  padding-right: 30px;
  padding-top: 15px;
  min-height: 215px;
}
.solution .solut-info .fill-btn {
  color: #217ab8;
  font-size: 14px;
  margin-top: 30px;
  display: inline-block;
  z-index: 10;
}
.solution .solut-info .fill-btn:hover {
  color: #ffffff;
}
.solution .solut-info .fill-btn .btn-line {
  width: 50%;
  display: block;
  position: absolute;
  height: 1px;
  background: #217ab8;
  right: -40%;
  top: 50%;
}
.solution:nth-child(odd) .solut-img:after {
  left: -20px;
}
/**solution end**/
/**product page**/
.psearch {
  margin: 50px 0 0 0;
}
.psearch .psearch-input {
  border: 1px solid #667489;
  height: 28px;
  line-height: 28px;
  width: 70%;
  display: inline-block;
  margin-right: -4px;
  color: #d4ddeb;
  padding-left: 5px;
}
.psearch .psearch-input:focus {
  border-color: #d4ddeb;
}
.psearch .psearch-btn {
  border: 1px solid #d4ddeb;
  height: 28px;
  line-height: 28px;
  width: 30%;
  display: inline-block;
  text-align: center;
  color: #d4ddeb;
  vertical-align: bottom;
  margin-left: -1px;
}
.psearch .psearch-tip {
  margin: 30px 0px;
  border-top: 1px solid #d4ddeb;
  color: #d4ddeb;
  border-bottom: 1px solid #d4ddeb;  
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 15px;
}
.ptree-wrap{background: url(../images/pt_bg.jpg) repeat-y;
  background-size: 100% auto;}
.ptree {
  padding-top: 50px;
  width: 100%;
  
}
.ptree .pb-right {
  margin-left: 50%;
}
.ptree .pb-right:before {
  left: -1px;
}
.ptree .pb-right .iconfont {
  float: left;
}
.ptree .pb-right .iconfont:before {
  left: -8px;
}
.ptree .pb-right .pb-name {
  text-align: left;
  padding-left:29px;
}
.ptree .pb-right .pb-intro {
  text-align: left;
  padding-left: 19%;
  padding-right: 5%;
}
.ptree .pb-left {
  margin-right: 50%;
}
.ptree .pb-left:before {
  right: 0;
}
.ptree .pb-left .iconfont {
  float: right;
}
.ptree .pb-left .iconfont:before {
  right: -8px;
}
.ptree .pb-left .pb-name {
  text-align: right;
    padding-right:29px;
}
.ptree .pb-left .pb-intro {
  text-align: right;
  padding-right: 19%;
  padding-left: 5%;
}
.ptree .pbranch {
  width: 50%;
  position: relative;
  min-height: 120px;
  padding-bottom: 50px;
}
.ptree .pbranch.pb-last {
  padding-bottom: 120px;
}
.ptree .pbranch:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #848b97;
  position: absolute;
  top: 0;
}
.ptree .pbranch .iconfont {
  width: 15%;
  height: 2px;
  background: #217ab8;
  display: inline-block;
  color: #217ab8;
  margin-top: 5px;
}
.ptree .pbranch .iconfont:before {
  position: absolute;
  top: -2px;
}
.ptree .pbranch .pb-name {
  font-size: 24px;
  color: #217ab8;
  width: 84%;
  display: inline-block;
  text-decoration: none;
    line-height: 1.25;
  margin-top:-10px;
}
.ptree .pbranch .pb-intro {
  color: #657186;
  font-size: 12px;
  line-height: 2;
  padding-top: 15px;
  width: 100%;
}
.pl-wrap {
  padding: 30px;
  margin-bottom: 50px;
  background:#fff;
}
.pl-wrap .pl-name {
  font-size: 24px;
  color: #217ab8;
  margin-bottom: 30px;
  font-weight: 800;
  margin-left: -15px;
  height: 30px;
  line-height: 30px;
}
.pl-wrap .pl-name .iconfont {
  padding-right: 10px;
  line-height: 35px;
  vertical-align:middle;
  line-height: 30px\9;
  vertical-align:top\9;
}
.pl-wrap .pl-feature {
  border-bottom: 1px solid #2373ac;
  border-top: 1px solid #2373ac;
  color: #595757;  
  padding: 10px 15px;
  line-height:2;
}
.pl-wrap .pl-feature .iconfont {
  padding-left: 5px;
  font-size: 14px;
  vertical-align: top;
  vertical-align: middle\9;
}
.pl-wrap .pl-feature .iconfont:before {
  padding-right: 5px;
  color: #2660ac;
}
.pl-wrap .pl-feature strong {
  font-weight: 800;
}
.pl-wrap .pl-feature .pl-soft {
  padding-left: 10px;
}
.pl-wrap .pl-feature .pl-soft .iconfont {
  font-size: 12px;
  padding: 0;
  vertical-align: text-bottom;
}
.pl-wrap .pl-table {
  margin-bottom: 50px;
}
.pl-wrap .pl-table .pl-table-hd {
  color: #217ab8;
  font-weight: bold;
  padding: 10px 15px;
}
.pl-wrap .pl-table .pl-table-title {
  background: #2660ac;
  color: #fefefe;
  text-align: center;
  font-weight: bold;
  line-height:40px;
  height:40px;
  overflow:hidden;
}
.pl-wrap .pl-table .pl-table-title [class^='col-sm']{padding:0;}
.pl-wrap .pl-table .pl-table-body{margin-bottom:30px;}
.pl-wrap .pl-table .pl-table-col {
  text-align: center;
  font-size: 14px;
  padding: 15px 0;
  color: #595757;
  line-height: 1.5;
}
.pl-wrap .pl-table .pl-table-col a {
  color: #217ab8;
  text-decoration: none;
  line-height:1.6;
}
.pl-wrap .pl-table .pl-table-col .iconfont {
  font-size: 10px;
  color: #2660ac;
  vertical-align:middle;
  
}
.pl-wrap .pl-table .pl-table-col .icon-rect,
.pl-wrap .pl-table .pl-table-col .icon-triangle,
.pl-wrap .pl-table .pl-table-col .icon-diamond {
  font-size: 14px;
  padding-right: 3px;
}

.pl-wrap .pl-table .pl-table-col:nth-child(even) {
  background: #d3eaf9;
}
.pl-wrap .pl-detail {
  margin-left: 15px;
  line-height: 2;
  color: #3e3a39;
  padding-top: 10px;
  padding-bottom: 20px;
}
.pl-wrap .pl-content{padding-left:15px;}
.pl-content p,.pl-content h1,.pl-content h2{line-height:1.5;padding-top:15px;}
.pl-wrap .pl-detail.pl-det-intro {
  border-bottom: 1px solid #2373ac;
  font-weight: bold;
  padding-bottom:5px;
}
.pl-wrap .pl-det {
  margin-left: 15px;
  margin-bottom: 0;
  margin-top: 30px;
}
.pl-wrap .pl-det .pl-table-title {
  text-align: center;
  font-size: 14px;
}
.pl-wrap .pl-det .row {
  margin-left: 0;
}
.pl-wrap .pl-det .pl-table-hd {
  padding-left: 0 !important;
}

.footer {
  background: #3271a7;
  color: #d5dfed;
  padding: 0px 0 30px 0;
}
.foot-container{padding-top:60px;padding-bottom:60px;}
.footer .f-icon-item {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 10px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  cursor:pointer;
}

.f-icon-item:hover,.f-icon-item.active{
	border:1px solid #fff;
	background:#3271a7;
	transition:all .5s;
}
.footer .f-icon-item:hover .iconfont,.footer .f-icon-item.active .iconfont{color:#fff;transition:all .5s;}
.footer .f-icon-item .iconfont {
  font-size: 38px;
  color: #3271a7;
  margin-top: 5px;
  display: block;
  z-index:5;
  position:relative;
}
.footer .f-icon-item .ico-hover {
  position: absolute;
  top: 0px;
  background: #ffffff;
  color: #3271a7;
  padding: 8px 15px;
  border-radius: 15px;
  font-size: 12px;
  white-space: nowrap;
  display:block;
  margin-left:-15px;
  opacity:0;
  filter:alpha(opacity=0);
  z-index:3;
}
.footer .f-icon-item.img .ico-hover{
	  padding:0;
	  width:150px;
	  height:150px;
	  margin-left:0;
}
.footer .f-icon-item img{width:100%;height:100%;}

.footer .f-icon-item .ico-hover:after{
	content: "";
  border-top: 5px solid #ffffff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  transition: all .3s;
}
/* .footer .f-icon-item:after {
  content: "";
  border-top: 5px solid #ffffff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -5px;
  transition: all .3s;
} */
/* .footer .f-icon-item:hover .ico-hover {
  top: -30px;
  left: -50%;
  opacity: 1;
} */
/* .footer .f-icon-item:hover:after {
  top: -10px;
} */
.footer .foot-nav a {
  color: #ffffff;
  text-decoration: none;
  line-height: 50px;
  padding-right: 30px;
  transition: color .2s;
}
.footer .foot-nav a:hover {
  color: #1a1e24;
}
.footer .copyright {  
  border-top: 1px solid #fefefe;
  padding-top: 30px;
  text-align: center;
  font-size: 12px;
}
@media (max-width: 767px) {
  body {
    background: #fefefe;
  }
 .footer .container {
    padding: 0px 15px;
  }
  .contact .row{margin:0;width:100%;}
  .copyright .container{padding-top:15px;}
  .footer .f-icon-item{width:40px;height:40px;margin:0 5px;}
  .footer .f-icon-item .iconfont{font-size:30px;}
  
  .header {
    background: #fefefe;
    border-bottom: 1px solid #eeefef;
  }
  .hidden-xs {
    display: none !important;
  }
  .nav-btn {
    display: block;
    float: right;
    margin-top: 24px;
    margin-right: 10%;
  }
  .nav-btn .iconfont {
    font-size: 24px;
    color: #9f9fa0;
  }
  .nav-box {
    float: none;
    position: absolute;
    background: #fefefe;
    width: 100%;
    top: 70px;
    left: 15px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    display: none;
  }
  .nav-box .nav {
    padding: 0 0 15px 0;
  }
  .nav-ul {
    list-style: none;
    padding: 0;
  }
  .nav-ul .nav-item {
    width: 100%;
    position: relative;
    margin: 0;
    line-height: 40px;
  }
  .nav-ul .nav-item:hover .nav-item-a,
  .nav-ul .nav-item.active .nav-item-a {
    background: #f8fafb;
    border-bottom: 1px solid #e5e5e5;
    color: #595757;
  }
  .nav-ul .nav-item .nav-item-a {
    padding: 0 30px;
    text-align: left;
    display: block;
    height: 40px;
    text-decoration: none;
    color: #595757;
  }
  .nav-ul .nav-item .iconfont {
    transform: rotate(180deg);
    font-size: 14px;
    color: #595757;
    position: absolute;
    top: 0;
    right: 15px;
    width: 30%;
    height: 40px;
  }
  .nav-ul .nav-item .nav-sub-list {
    width: 100%;
    display: none;
  }
  .nav-ul .nav-item .nav-sub-list a {
    padding: 0 35px;
    font-size: 14px;
    display: block;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    color: #595757;
  }
  .nav-ul .nav-item .nav-sub-list a:hover {
    background: #f8fafb;
    color: #0074c1;
  }
  .about-us {
    text-align: center;
    margin-top:0;
  }
  .about-us .about-des {
    color: #595757;
    width: 100%;
    margin-right: 0%;
  }
  .about-us .about-des h2 {
    padding-bottom: 10px;
    font-size: 20px;
  }
  .about-us .about-des p {
    padding-bottom: 15px;
  }
  .about-us .about-des .fill-btn {
    color: #217ab8;
    display: inline-block;
    margin-top:0;
  }
  .about-us .about-des .fill-btn:hover {
    color: #d5dfed;
  }
  .about-us .about-img {
    width: 100%;
    margin-top: 15px;
  }
  .banner-two {
    height: 200px;
    padding-top: 15px;
  }
  .banner-two .list-icon {
    display:none;
  }
  .banner-two .idea-box {
    padding-top: 25px;
    font-size: 16px;
    line-height: 1.5;
  }
  .banner-three {
    height: 280px;
    background-size: 100% 100%;
    margin-top:10px;
  }
  .business {
    margin: 0;
    padding-top: 50px;
  }
  .business .busi {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .business .busi .busi-img {
    width: 100% !important;
    float: none;
  }
  .business .busi .busi-des {
    width: 100% !important;
    float: none;
    margin: 0;
    padding: 60px 30px;
    position:relative;
  }
  .business .busi .busi-des .busi-btn{
    position: absolute;
    right: 45px;
    bottom: 20px;
  }
  .business .busi .busi-des .busi-line {
    height: 80px;
    width: 2px;
    top: -40px;
    left: 50%;
  }
  .business .busi .busi-des h2 {
    font-size: 20px;
    text-align: center;
  }
  .contact {
    margin: 30px 0;
    padding:0;
  }
  .contact .row .contact-des {
    min-height: 250px;
  }
  .contact .row .contact-des p {
    padding: 15px 0;
  }
  .contact .row .contact-des .more-btn {
    margin: 5px 0;
  }
  .contact .row .contact-des h2 {
    width: 100%;
    padding-top: 30px;
    margin-left: 0px;
    padding-bottom: 15px;
  }
  .contact .row .contact-info {
    padding-left: 15px;
    width:70%;
  }
  .contact .row .contact-info h2 {
    font-size: 20px;
    padding: 15px 0;
  }
  .contact .row .contact-info p {
    padding-bottom: 10px;
    line-height:1.6;
  }
  .contact .contact-rgh{padding:0;display:flex;}  
  .contact .row img {
    width:25%;
    height:auto;
    position:absolute;
    right:15px;
    bottom:15px;
  }
  .footer {
    padding: 30px 0 20px 0;
  }
  .footer .foot-icon {
    width: 100%;
    text-align: center;
  }
  .footer .foot-nav{width:100%;text-align:center;margin:15px 0;font-size:14px;}
  .footer .foot-nav a {
    padding: 0px 5px;
    white-space:nowrap;
  }
  .footer .copyright {
    padding: 10px 0 0 0;
    line-height: 1.65;
    font-size: 12px;
  }
  .main {
    overflow:hidden;
    width:100%;
    margin-top:70px;
  }
  .main .page-his {
    padding: 10px 0;
  }
  .main .solution {
    padding-top: 0px;
    width: 90%;
    margin: 0 5% 50px 5%;
  }
  .main .solution .solut-img {
    border-width: 1px;
    width: 100%;
    margin: 15px 0;
    padding: 10px;
  }
  .solution .solut-img:after{display:none;}
  .main .solution .solut-info {
    padding: 0;
  }
  .main .solution .solut-info .solut-name {
    font-size: 20px;
    padding-top: 0px;
    padding-left:10px;
  }
  .solution .solut-info .fill-btn{
  margin-top:15px;
  }
  .main .solution .solut-info .solut-intro {
    padding-right: 0;
    padding-top: 10px;
  }  
  .solution .solut-info .solut-name .iconfont{  	
  	font-size:14px;
  	bottom:3px;
  	left:-15px;
  }
  .main .company {
    padding: 30px 0;
  }
  .main .company .company-name {
    font-size: 20px;
  }
  .company .company-name .iconfont{
  	vertical-align:middle;
  	display:inline-block;
  	font-size:14px;
  }
  .main .company .company-intro {
    margin-top: 0;
  }
  .main .company-hd {
    padding-top: 20px;
    font-size: 20px;
  }
  .partner-wrap .company-hd{
  	width:auto;
  }
  .partner-wrap .partner{width:100%;}
  .company-hd .iconfont{bottom:20px;font-size:14px;}
  .main .company-prise {
    margin: 20px 0;
    margin-left: 15px;
    height:auto;
  }
  .main .company-prise:before,
  .main .company-prise:after {
    display: none;
  }
  .main .company-prise .prise-item {
    margin:20px 45px 20px 15px;
    height:200px;
  }
  .company-prise .prise-item .iconfont{padding:15px 0;}
  .main .company-banner {
    height: 200px;
  }
  .main .supplier {
    margin: 20px 0;
    margin-left:20px;
  }
  .main .supplier .supplier-item {
    padding: 0;
    width: 45%;
    float: left;
    margin: 10px 2.5%;
  }
  .main .partner {
    margin: 20px 0;
    margin-left:20px;
    width:auto;
  }
  .main .partner .partner-item {
    width: 45%;
    float: left;
    margin:10px 2.5%;
  }
  .main .partner .partner-item img {
    border: 2px solid #f0f3f5;
    width: 100%;
    
  }
  .main .partner .partner-hd-en {
    display: none;
  }
  .main .ptree {
    padding-top: 30px;
    width: 100%;
    background: #fff;
    padding: 50px 5%;
  }
  .main .ptree .pb-left,
  .main .ptree .pb-right {
    margin-left: 0%;
  }
  .main .ptree .pb-left:before,
  .main .ptree .pb-right:before {
    left: -1px;
  }
  .main .ptree .pb-left .iconfont,
  .main .ptree .pb-right .iconfont {
    float: left;
  }
  .main .ptree .pb-left .iconfont:before,
  .main .ptree .pb-right .iconfont:before {
    left: -8px;
  }
  .main .ptree .pb-left .pb-name,
  .main .ptree .pb-right .pb-name {
    text-align: left;
    padding-left:15px;
  }
  .main .ptree .pb-left .pb-intro,
  .main .ptree .pb-right .pb-intro {
    text-align: left;
    padding-left: 15%;
    padding-right:0;
  }
  .main .ptree .pbranch {
    width: 100%;
    min-height: 120px;
    padding-bottom: 20px;
  }
  .main .ptree .pbranch.pb-last {
    padding-bottom: 50px;
  }
  .main .ptree .pbranch:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #848b97;
    position: absolute;
    top: 0;
  }
  .main .ptree .pbranch .iconfont {
    width: 10%;
    height: 2px;
    background: #217ab8;
    display: inline-block;
    color: #217ab8;
    margin-top: 5px;
  }
  .main .ptree .pbranch .iconfont:before {
    position: absolute;
    top: -2px;
  }
  .main .ptree .pbranch .pb-name {
    font-size: 20px;
    width: 80%;
  }
  .main .ptree .pbranch .pb-intro {
    color: #657186;
    font-size: 14px;
    line-height: 2;
    padding-top: 15px;
    width: 100%;
  }
  .main .pl-wrap {
    padding: 0 15px;
  }
  .main .pl-wrap .pl-name {
    padding-bottom: 15px;
    font-size: 16px;
    padding-top: 30px;
    line-height:35px;
  }
  .pl-wrap .pl-name .iconfont{padding-right:2px;font-size:10px;}
  .psearch-box{width:90%;margin:0 5%;}
  .psearch .psearch-tip{margin:30px 5%;width:90%;font-size:12px;}
  .main .pl-wrap .pl-detail {
    font-size: 14px;
    margin-left:0;
    line-height:1.5;
    padding-bottom:0;
  }
  .main .pl-wrap .pl-content{padding-left:0;}
  .pl-wrap .pl-detail .pl-det-intro{padding-bottom:10px;}
  .main .pl-wrap .pl-feature {
    padding: 5px 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .main .pl-wrap .pl-feature [class^='col-'] {
    padding:0;
  }
  .main .pl-wrap .pl-feature .iconfont {
    padding: 0;
    font-size: 10px;
    vertical-align: text-bottom;
  }
  .pl-wrap .pl-feature .iconfont:before{
  	padding:0;
  }
  .main .pl-wrap .pl-feature span {
    padding-right: 8px;
  }
  .main .pl-wrap .pl-table {
    font-size: 16px;
    margin-left:0;
  }
  .pl-wrap .pl-det img{max-width:100%;}
  .main .pl-wrap .pl-table .pl-table-col {
    padding: 15px 0;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    
  }
  .pl-wrap .pl-table .pl-table-col:nth-child(odd){
  background:#f8f8f9;
  }
  .pl-wrap .pl-table .pl-table-hd{padding:15px 0;}
  .main .pl-wrap .pl-table .pl-table-col .pl-table-col-title {
    width: 35%;
    display: inline-block;
  }
  .main .pl-wrap .pl-table .pl-table-col .pl-table-col-val{
  	width:65%;
  	display:inline-block;
  }
}
@media (max-width: 320px) {
	.footer .foot-nav a{padding:0;}
}
@media (min-width: 768px) {
  .hidden-sm {
    display: none;
  }
  .nav {
    text-align: right;
  }
  .nav-ul {
    list-style: none;
  }
  .nav-ul .nav-item {
    line-height: 65px;
    display: inline-block;
    width: 15%;
    margin: 0 2%;
    border-top: 5px solid transparent;
    transition: border-color 0.3s;
    position: relative;
  }
  .nav-ul .nav-item:hover {
    color: #fefefe;
    border-top: 5px solid #fefefe;
  }
  .nav-ul .nav-item:hover .nav-item-a{
    color: #fefefe;
  }
  .nav-ul .nav-item.active {
    border-top: 5px solid #fefefe;
  }
  .nav-ul .nav-item.active .nav-item-a {
    color: #fefefe;
  }
  .nav-ul .nav-item .nav-item-a {
    font-size: 14px;
    color: #d5dfed;
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: center;
  }
  .nav-ul .nav-item .nav-sub-list {
    display: none;
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);     
    z-index: 2;
    background: #fefefe;
    transition: top .5s ease;
	box-shadow:1px 2px 3px rgba(0,0,0,.1);
  }
  .nav-ul .nav-item .nav-sub-list:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -10px;
    border-bottom: 10px solid #fefefe;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  .nav-ul .nav-item .nav-sub-list a {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding:0 15px;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #1a1e24;
    text-decoration: none;
    white-space:nowrap;
  }
  .nav-ul .nav-item .nav-sub-list a:hover {
    color: #006cb7;
    background-color: #eee;
  }
  .search-box {
    position: relative;
  }
  .search-box .search-input {
    width: 90%;
    height: 24px;
    background: #d5dfed;
    border-radius: 15px;
    margin-top: 25px;
    color: #1a1e24;
    padding: 0 30px 0 10px;
    font-size: 12px;
    font-family: microsoft yahei;
  }
  .search-box .search-input:focus {
    width: 120%;
    transition: width .2s;
  }
  .search-box .search-btn {
    position: absolute;
    right: 18px;
    top: 25px;
    color: #1a1e24;
    width: 24px;
    height: 24px;
  }
  .search-box .search-btn .iconfont {
    color: #1a1e24;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
  .nav-box {
    width: 615px;
  }
  .search-box {
    display: none;
  }
  .partner {
    margin: 50px 0;
  }
  .partner .partner-item {
    width: 29%;
    float: left;
    margin-right: 4%;
    margin-bottom: 25px;
  }
  .partner .partner-item img {
    border: 2px solid #f0f3f5;
    width: 100%;
    height: 100px;
  }
  .partner .partner-hd-en {
    font-size: 65px;
    width: 34%;
    margin-bottom: 25px;
    height: 100px;
    float: left;
    display: block;
    text-align: justify;
    font-weight: bold;
    letter-spacing: 5px;
    color: #e5e8ea;
  }
  .about-us .about-des {
    padding-top: 20px;
  }
  .about-us .about-des p {
    padding-bottom: 20px;
  }
  .banner-two {
    height: 250px;
    padding-top: 50px;
  }
  .banner-two .list-icon {
    font-size: 24px;
  }
  .banner-two .idea-box {
    padding-top: 15px;
    font-size: 16px;
  }
  .banner-three {
    height: 250px;
    background-position: 100% -100px;
  }
  .business {
    margin-bottom: 80px;
    padding-top: 60px;
  }
  .business .busi .busi-des {
    margin-top: 20px !important;
  }
  .business .busi .busi-des h2 {
    padding-bottom: 5px;
  }
  .business .busi .busi-des .busi-line {
    width: 60px;
  }
  .business .busi-1 .busi-des {
    padding-left: 40px;
    padding-top: 30px;
    padding-right: 20px;
  }
  .business .busi-2 {
    margin-top: 50px;
    width: 100%;
  }
  .business .busi-2 .busi-des {
    padding-top: 30px;
  }
  .business .busi-3 {
    margin-top: 50px;
  }
  .business .busi-3 .busi-des {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .business .busi-4 .busi-des {
    padding-bottom: 20px;
    padding-top: 30px;
  }
  .contact .row .contact-des {
    min-height: 200px;
  }
  .contact .row .contact-des h2 {
    padding-top: 20px;
    margin-left: 15px;
    padding-bottom: 10px;
    width: 100%;
  }
  .contact .row .contact-des p {
    padding: 10px 0 20px 10px;
  }
  .contact .row .contact-info {
    padding-top: 20px;
    padding-left: 15px;
  }
  .contact .row .contact-info h2 {
    padding-bottom: 20px;
  }
  .contact .row .contact-info p {
    padding-bottom: 10px;
    line-height: 1.5;
  }
  .contact .row img {
    margin-top: -255px;
  }
  .page-hd .page-info {
    width: 45%;
    margin-left: 5%;
  }
  .page-hd .page-info .page-icon {
    margin-top: 30px;
  }
  .page-hd .page-info .page-name {
    padding: 30px 0;
  }
  .page-hd .page-info .page-name h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .page-hd .page-info .page-name h2 .title-line {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .page-hd .page-img {
    width: 50%;
    height: 360px;
  }
  .company {
    padding: 30px 0;
  }
  .company .company-name {
    font-size: 30px;
    padding-top: 0;
  }
  .company .company-intro {
    margin-top: 10px;
  }
  .company-hd {
    padding-top: 50px;
    font-size: 30px;
  }
  .company-hd .company-hd-en {
    font-size: 65px;
  }
  .company-prise {
    margin: 20px 0;
  }
  .company-banner {
    height: 350px;
  }
  .solution {
    padding-top: 80px;
    margin-bottom: 80px;
  }
  .solution .solut-info {
    padding-top: 0px;
  }
  .solution .solut-info .solut-intro {
    padding-right: 10px;
  }
  .solution .solut-info .fill-btn {
    margin-top: 10px;
  }
  .solution .solut-en {
    font-size: 120px;
  }
  .psearch {
    margin-top: 20px;
  }
  .pl-wrap {
    padding: 0 15px;
  }
  .pl-wrap .pl-name {
    padding-bottom: 15px;
    font-size: 20px;
  }
  .pl-wrap .pl-feature {
    padding: 5px 10px;
    font-size: 14px;
  }
  .pl-wrap .pl-feature [class^='col-'] {
    padding-bottom: 5px;
  }
  .pl-wrap .pl-table {
    font-size: 14px;
  }
  .pl-wrap .pl-table .pl-table-col {
    font-size: 12px;
    padding: 8px 0;
  }
}
@media (min-width: 992px) {
  .search-box {
    display: block;
  }
  .partner {
    margin: 60px 0;
    margin-left:30px;
  }
  .partner .partner-item {
    width: 18%;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;
  }
  .partner .partner-item img {
    border:none;
    width: 100%;
    height: 80px;
  }
  .partner .partner-hd-en {
    width: 60%;
    margin-bottom: 40px;
    height: 80px;
    float: left;
    display: block;
    font-size: 85px;
    text-align: justify;
    font-weight: bold;
    letter-spacing: 5px;
    color: #f2f3f3;
  }
  .company-banner {
    height: 356px;
  }
}
@media(min-width: 992px) and (max-width: 1199px) {
	.Line .Line_line{top:300px;left:-70px;}
	.about-us .about-des{padding-top:0;}
	.Line{display:none;}
	.solution{padding:60px 0;}
	.solution .solut-en{font-size:90px;letter-spacing:0;}
	.solution .solut-info{margin-left:45px;}
	.solution.solution-odd{}
	.solution .solut-img{margin-left:30px;}
	.solution .solut-info .solut-name .iconfont{left:-30px;}
	.ptree .pb-right .pb-name{padding-left:18px;}
	.ptree .pb-left .pb-name{padding-right:18px;}
  .nav-box {
    width: 735px;
    float:left;
  }
  .nav-ul .nav-item {
    width: 15%;
  }
  .banner-two .container {
    width: 720px;
  }
  .banner-one {
    height: 480px;
  }
  .banner-two {
    height: 200px;
    padding-top: 20px;
  }
  .banner-two .list-icon {
    font-size: 24px;
  }
  .banner-two .idea-box {
    padding-top: 15px;
    font-size: 16px;
  }
  .banner-three {
    height: 250px;
    background-position: 100% -100px;
  }
  .business {
    margin-bottom: 50px;
    padding-top: 40px;
  }
  .business .busi {
    margin-top: 50px;
  }
  .business .busi .busi-des {
    margin-top: 20px !important;
    padding: 50px 20px 20px;
    min-height: 260px;
  }
  .business .busi .busi-des h2 {
    padding-bottom: 15px;
  }
  .business .busi .busi-des .busi-line {
    width: 60px;
  }
  .business .busi-2 {
    width: 90%;
  }
  .contact .row .contact-info h2{padding-bottom:20px;}
  .contact img {
    margin-top:185px !important;
  }
  .company-banner {
    height: 430px;
  }
  .page-hd .page-info {
    width: 35%;
    margin-left: 10%;
  }
  .page-hd .page-info .page-icon {
    margin-top: 30px;
  }
  .page-hd .page-info .page-name {
    padding: 30px 0;
  }
  .page-hd .page-info .page-name h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .page-hd .page-info .page-name h2 .title-line {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .page-hd .page-img {
    width: 55%;
    height: 420px;
  }
}
@media screen and (min-width: 1200px) {
	.ptree .pb-right .pb-name{padding-left:19px;}
	.ptree .pb-left .pb-name{padding-right:19px;}
	.Line .Line_line {top: 520px;}
	.solution .solut-en{font-size:99px;top:50px;}
  .nav-box {
    width: 765px;
  }
  .banner-two .container {
    width: 920px;
  }
  .banner-one {
    height: 680px;
  }
  .banner-one .container {
    padding: 0 50px;
  }
  .banner-one .name-icon {
    font-size: 30px;
    padding-top: 150px;
  }
  .banner-one .product {
    margin-top: 400px;
    font-size: 20px;
  }
  .banner-one .product .iconfont {
    font-size: 20px;
  }
  .banner-one .name-box {
    width: 500px;
    height: 440px;
    margin-top: 120px;
  }
  .banner-one .name-box .name-cn {
    padding-top: 90px;
    font-size: 50px;
    padding-left: 18px;
  }
  .banner-one .name-box .name-en {
    font-size: 20px;
    padding-left: 18px;
  }
  .banner-one .name-box .name-en .name-line {
    width: 150px;
  }
  .business {
    padding-top: 150px;
  }
  .business .busi-1 .busi-des {
      padding-left: 60px;
    padding-right:60px;
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .business .busi-2 {
    margin-top: -40px;
  }
  .business .busi-2 .busi-des {
     padding-left: 60px;
    padding-right:60px;
    padding-top: 55px;
    padding-bottom: 30px;
  }
  .business .busi-3,
  .business .busi-4 {
    margin-top: 165px;
  }
  .business .busi-3 .busi-des {
    padding: 80px 60px;
  }
  .business .busi-4 .busi-des {
  	padding:60px 60px 30px 60px;
  }
  .about-us .about-des {
    padding-left: 20px;
    padding-top:22px;
  }
  .contact {
    margin-top: 130px;
    margin-bottom: 130px;
  }
  .contact .row .contact-des {
    padding-right: 35px;
  }
  .contact .row .contact-des h2 {
    padding-top: 80px;
  }
  .contact .row .contact-info h2 {
    padding-bottom: 40px;
  }
  .banner-one {
    height: 760px;
  }
  .banner-three {
    height: 390px;
    background-position: 100% -100px;
  }
  .about-us {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .page-img {
    height: 695px;
  }
  .ptree {
    padding-top: 120px;
  }
  .pl-wrap .pl-table .pl-table-title {
    font-size: 14px;
  }

  .pl-wrap .pl-feature .iconfont {
    padding-right: 0px;
  }
  .pl-wrap .pl-feature span {
    padding-right: 10px;
  }

  .pl-wrap .pl-feature span img {margin-left: 5px;}
}
@media (min-width: 1800px) {
  .Line .Line_line {
    top: 640px;
  }
  .Line .Line_svg {
    top: 400px;
  }
  .nav-box {
    width: 965px;
  }
  .nav-ul .nav-item .nav-item-a {
    font-size: 16px;
  }
  .banner-one {
    height: 960px;
  }
  .banner-one .container {
    padding: 0 50px;
  }
  .banner-one .name-icon {
    font-size: 36px;
    padding-top: 150px;
    padding-left: 60px;
  }
  .banner-one .product {
    margin-top: 460px;
    font-size: 30px;
    margin-right: 70px;
  }
  .banner-one .product .iconfont {
    font-size: 30px;
  }
  .banner-one .name-box {
    width: 513px;
    height: 454px;
    margin-top: 80px;
    margin-left: 60px;
  }
  .banner-one .name-box .name-cn {
    padding-top: 120px;
    font-size: 58px;
    padding-left: 25px;
  }
  .banner-one .name-box .name-en {
    font-size: 24px;
    padding-top: 20px;
    padding-left: 25px;
    letter-spacing: 2px;
  }
  .banner-one .name-box .name-en .name-line {
    width: 200px;
    height: 24px;
  }
  .about-us .about-des {
    padding-top: 35px;
    padding-left: 95px;
  }
  .about-us .about-des h2 {
    font-size: 30px;
    padding-bottom: 50px;
    padding-top:50px;
  }
  .about-us .about-des p,
  .about-us .about-des .fill-btn {
    font-size: 16px;
  }
  .banner-two {
    height: 500px;
    padding-top: 20px;
  }
  .banner-two .container {
    width: 1320px;
    padding-top: 100px;
  }
  .banner-two .list-icon {
    font-size: 45px;
  }
  .banner-two .idea-box {
    padding-top: 40px;
    font-size: 30px;
  }
  .banner-three {
    height: 500px;
  }
  .business {
    padding-bottom: 240px;
  }
  .business .busi .busi-des {
    padding-right: 60px;
    padding-bottom: 60px;
    margin-top: 50px;
  }
  .business .busi .busi-des h2 {
    font-size: 30px;
    padding-bottom: 30px;
  }
  .business .busi .busi-des p {
    font-size: 16px;
  }
  .business .busi .busi-des .busi-line {
    width: 120px;
  }
  .business .busi .busi-des .busi-btn {
    padding-top: 30px;
  }
  .business .busi-1 {
    margin-top: 30px;
  }
  .business .busi-1 .busi-des {
    padding-top: 60px;
  }
  .business .busi-1 .busi-des .busi-line {
    left: -60px;
  }
  .business .busi-2 {
    margin-top: -60px;
  }
  .business .busi-2 .busi-des {
    padding-left: 60px;
    padding-right: 80px;
    padding-top: 95px;
    margin-top: 0;
  }
  .business .busi-2 .busi-des .busi-line {
    right: -60px;
  }
  .business .busi-3 {
    margin-top: 180px;
  }
  .business .busi-3 .busi-des {
    padding-right: 90px;
  }
  .business .busi-3 .busi-des .busi-line {
    right: -60px;
  }
  .business .busi-4 {
    margin-top: 180px;
  }
  .business .busi-4 .busi-des {
    padding-left: 80px;
    padding-bottom: 70px;
  }
  .business .busi-4 .busi-des .busi-line {
    left: -60px;
  }
  .contact {
    margin-top: 220px;
    margin-bottom: 220px;
  }
  .contact .row .contact-des {
    min-height: 200px;
  }
  .contact .row .contact-des h2 {
    font-size: 24px;
    padding-bottom: 30px;
    padding-top: 100px;
  }
  .contact .row .contact-des p {
    font-size: 16px;
    padding-top: 30px;
  }
  .contact .row .contact-des .more-btn {
    font-size: 16px;
    width: 120px;
    height: 28px;
    margin: 0 0 100px 30px;
    padding: 6px 0;
  }
  .contact .row .contact-des .more-btn:before {
    border-left: 14px solid #5a97d1;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    right: -14px;
  }
  .contact .row .contact-des .more-btn:hover:before {
    border-left: 14px solid #3271a7;
  }
  .contact .row .contact-info {
    padding-top: 60px;
    padding-left: 80px;
  }
  .contact .row .contact-info h2 {
    font-size: 24px;
    padding-bottom: 30px;
  }
  .contact .row .contact-info p {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 30px;
  }
  .contact .row img {
    margin-top: 275px;
    width: 105px;
    height: 105px;
  }
  .footer {
    padding: 30px 0 30px 0;
  }
  .footer .f-icon-item {
    margin: 0 20px;
  }
  .footer .foot-nav a {
    padding-right: 60px;
    font-size: 18px;
  }
  .footer .copyright {
    font-size: 16px;
    margin-top: 30px;
    padding-top: 60px;
  }
   .title-line{height:50px;}
  .page-info .page-name .page-name-en {
    font-size: 45px;
  }
  .page-info .page-name p {
    font-size: 16px;
  }
  .page-info .page-icon {
    margin-top: 120px;
  }
  .page-info .page-name {
    padding: 120px 0;
  }
  .page-his {
    font-size: 16px;
  }
  .page-img {
    height: 930px;
  }
  .company {
    padding: 100px 0;
  }
  .company .company-name {
    font-size: 45px;
    padding-top: 75px;
  }
  .company .company-name .iconfont {
    font-size: 24px;
    margin-right: 15px;
    padding: 0;
    line-height:55px;
  }
  .company .company-pro {
    padding: 20px 0 20px 0;
    font-size: 20px;
    margin-left: 45px;
  }
  .company .company-intro {
    margin-top: 30px;
    font-size: 16px;
    margin-left: 45px;
  }
  .company-hd {
    padding-top: 170px;
    font-size: 45px;
    padding-bottom: 30px;
    margin-left:45px;
  }
  .company-hd .company-hd-en {
    font-size: 120px;
    padding-left: 60px;
    
  }
  .company-hd .iconfont {
    font-size: 24px;
    margin-right: 15px;
    padding: 0;
    left:-45px;
    bottom:35px;
  }
 
  .partner-wrap .partner{margin-left:45px;}
  .company-prise {
    margin: 150px 0;
  }
  .company-prise:before,
  .company-prise:after {
    top: 140px;
  }
  .company-prise .prise-item {
    height: 240px;
    padding-top:15px;
  }
  .company-prise .prise-item .iconfont {
    font-size: 80px;
    padding: 15px 0;
  }
  .company-prise .prise-item .fill-btn {
    font-size: 16px;
  }
  .company-prise .prise-item p {
    font-size: 16px;
    padding: 15px 0;
  }
  .company-prise .prise-item .prise_1 {
    padding-top: 30px;
  }
  .company-banner {
    height: 474px;
  }
  .supplier {
    margin: 120px 0 80px -5px;
  }
  .supplier .supplier-item {
    padding: 5px 50px;
    margin-bottom: 30px;
  }
  .supplier .supplier-item p {
    font-size: 16px;
    padding-top: 20px;
  }
  .partner .partner-item {
    margin-bottom: 80px;
  }
  .partner-wrap.sup-wrap .partner .partner-hd-en{color:#fff;margin-bottom:110px;}
  .partner-wrap.sup-wrap .partner p{font-size:16px;}
  .partner .partner-item img {
    height: 120px;
  }
  .partner .partner-hd-en {
    margin-bottom: 80px;
    height: 120px;
    font-size: 120px;
    text-align: center;
  }
  .solution {
    padding-top: 120px;
    margin-bottom: 80px;
  }
  .solution .solut-img {
    padding: 40px;
  }
  .solution .solut-img:after {
    width: 80px;
    right: -40px;
  }
  .solution .solut-info {
    padding-top: 0px;
  }
  .solution .solut-info .solut-name {
    padding-bottom: 20px;
    padding-top: 220px;
    font-size: 45px;
    line-height: 35px;
  }
  .solution .solut-info .solut-name .iconfont {
    font-size: 24px;
    padding-right: 15px;
  }
  .solution .solut-info .solut-intro {
    padding-right: 30px;
    font-size: 16px;
    min-height: 250px;
  }
  .solution .solut-info .fill-btn {
    margin-top: 55px;
    font-size: 16px;
  }
  .solution .solut-en {
    font-size: 180px;
  }
  .solution:nth-child(odd) .solut-img:after {
    left: -40px;
  }
  .psearch {
    margin-top: 125px;
  }
  .psearch .psearch-input {
    height: 54px;
    line-height: 54px;
  }
  .psearch .psearch-btn {
    height: 54px;
    font-size: 20px;
  }
  .psearch .psearch-tip {
    margin: 60px 15px;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .ptree {
    padding-top: 160px;
  }
  .ptree .pbranch {
    min-height: 200px;
  }
  .ptree .pbranch .pb-name {
    font-size: 30px;   
  }
  .ptree .pb-right .pb-name {
    padding-left:29px;
  }
  .ptree .pb-left .pb-name {
    padding-right:29px;
  }
  .ptree .pbranch .pb-intro {
    font-size: 16px;
  }
  .ptree .pbranch .iconfont {
    font-size: 24px;
    margin-top: 8px;
  }
  .ptree .pbranch .iconfont:before{top:-4px;}
  .ptree .pb-right .iconfont:before {
    left: -12px;
  }
  .ptree .pb-left .iconfont:before {
    right: -12px;
  }
  .ptree .pbranch.pb-last {
    padding-bottom: 240px;
  }
  .pl-wrap {
    margin-bottom: 80px;
  }
  .pl-wrap .pl-name {
    font-size: 45px;
    margin-top: 50px;
  }
  .pl-wrap .pl-name .iconfont {
    font-size: 24px;
    padding-left: 15px;
    padding-bottom: 5px;
    padding-right:15px;
    display: inline-block;
  }
  .pl-wrap .pl-feature {
    font-size: 20px;
    margin: 15px 0;    
	padding:15px 25px;
  }
  .pl-wrap .pl-feature .iconfont {
    font-size: 16px;
    padding-left: 7px;
  }
  .pl-wrap .pl-table .pl-table-col .iconfont{font-size:16px;}
  .pl-wrap .pl-feature span {
    padding-right: 15px;
  }
  .pl-wrap .pl-table {
    font-size: 16px;
  }
  .pl-wrap .pl-table .row {
    margin: 0;
    font-size: 16px;	
  }
  .pl-wrap .pl-table .row .col-sm-1:first-child {
    text-align: left;
    padding-left: 40px;
  }
  .pl-wrap .pl-table .pl-table-col {
    font-size: 16px;
  }
  .pl-wrap .pl-table .pl-table-hd {
    font-size: 24px;
    padding-left: 40px;
    padding-bottom: 20px;
  }
   .pl-wrap .pl-content{padding-left:38px;}
  .pl-wrap .pl-detail,
  .pl-wrap .pl-det,
  .pl-wrap .pl-detail {
    margin-left: 38px;
  }
}
