.input_new{
    outline-style: none ;
    border: 1px solid #ccc; 
    border-radius: 3px;
    padding: 2px 2px;
    width: 244px;
    font-size: 24px;
    font-family: "Microsoft YaHei";}

.navbar-form{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    box-sizing: border-box;
    padding: 10px 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
    float: right !important;
    margin-right: -15px;
    border-color: #e7e7e7;}


.input-group{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    padding-top: 0px;
    position: relative;
    border-collapse: separate;
    display: inline-table;
    vertical-align: middle;}

.form-control{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-collapse: separate;
    box-sizing: border-box;
    font: inherit;
    font-family: inherit;
    margin: 0px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;}

.input-group-btn{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.42857143;
    color: #333;
    border-collapse: separate;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    font-size: 0;
    white-space: nowrap;
    width: auto;}

.btn {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-collapse: separate;
    box-sizing: border-box;
    font: inherit;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    font-family: inherit;
    margin: 0px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    position: relative;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 2;
    margin-left: -1px;}

.icon-search{
 	background: url(../images/icon-search.png) center no-repeat;
	width: 18px;
	display: block;
	height: 20px;}
.vui-slide-mimic {
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;}

.vui-slide-scene {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;}

.vui-slide-scene > img {
    height: 100%;
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;}

.vui-slide-transfer {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;}

.vui-slide-transfer .vui-slide-grid {
    overflow: hidden;
    position: absolute;
    background-repeat: no-repeat;}

.vui-slide-transfer .vui-slide-grid img {
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    padding: 0;}

.vui-slide-handle-buttons {
    position: absolute;
    bottom: 3%;
    left: 0;
    z-index: 30;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 0;}

.vui-slide-handle-buttons .vui-slide-handle-button {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #fff;
    margin: 0 5px;
    cursor: pointer;
    -webkit-box-shadow: #666 0px 0px 6px;
    -moz-box-shadow: #666 0px 0px 6px;
    box-shadow: #666 0px 0px 6px;}

.vui-slide-handle-buttons .active {
    background-color: #255F81;}

.vui-slide-side-buttons {
    z-index: 30;
    position: absolute;
    top: 50%;
    left: 0;
    height: 0;
    width: 100%;}

.vui-slide-side-buttons .vui-slide-side-button {
    position: absolute;
    top: -60px;
    height: 120px;
    width: 60px;
    background: transparent no-repeat center center;
    background-size: contain;
    cursor: pointer;}

.vui-slide-side-buttons .next {
    right: 0;
    border-radius: 20px 0 0 20px;
    background-image: url(next.gif);}

.vui-slide-side-buttons .prev {
    left: 0;
    border-radius: 0 20px 20px 0;
    background-image: url(prev.gif);}

.vui-slide-side-buttons .hover {
    background-color: #000;
    filter: alpha(Opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;}

.vui-slide-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 20%;
    background: #000;
    filter: alpha(Opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;}

.vui-slide-text {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 25;
    width: 100%;
    height: 20%;
    overflow: hidden;}

.vui-slide-text .text {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;}

.vui-slide-text a {
    text-decoration: none;
    color: #ffffff;}

A.c271002{
font-size: 14px;
color: #222222;
line-height: 150%;
text-decoration: none;}
A.c271002:link {
color: #222222;}  
A.c271002:visited {
color: #222222;}  
A.c271002:active {
color: #222222;}  
A.c271002:hover {
color: #cc0000;}
.c271002_abstract {
font-size: 9pt;}
.c271002_content {
font-size: 9pt;}
A.c271005{
font-size:14px;
line-height:150%;
color:#333333;
text-decoration: none;}
A.c271005:link {
color: #222222;}  
A.c271005:visited {
color: #222222;}  
A.c271005:active {
color: #222222;}  
A.c271005:hover {
color: #cc0000;}  
A.c271010{
font-size:14px;
line-height:150%;
color:#333333;
text-decoration: none;}
A.c271010:link {
color: #222222;}  
A.c271010:visited {
color: #222222;}  
A.c271010:active {
color: #222222;}  
A.c271010:hover {
color: #cc0000;}  
    @charset "utf-8";
    .service-title{text-align: center;margin: 30px 0 0 0;}
    .service-title h2{display: block;font-size: 36px;}
    .service-title p{display: block;color: #888;font-size: 16px;}
    .solution-box{background: #373d41;margin: 0 0 0 0;}
    .solution-cut{width: 1040px;margin: 0 auto;position: relative;}
    .solution-swiper{width: 100%;overflow: hidden;}
    .solution-box button.fa{position: absolute;top: 0;bottom: 0;width: 50px;cursor: pointer;border: none;font-size: 40px;padding: 0;transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;-webkit-transition: .3s;}
    .solution-box button.fa:hover{background: #238e58;color: #fff;}
    .solution-box .fa-back{right: 100%;}
    .solution-box .fa-more{left: 100%;}
    .solution-box ul{width: 10000%;}
    .solution-box ul:after{display: block;clear: both;content: '';}
    .solution-box ul li{width: .2%;float: left;text-align: center;color: #fff;position: relative;}
    .solution-box ul li span{display: block;position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: rgb(0 0 0 / 8%);transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;-webkit-transition: .3s;}
    .solution-box ul li:nth-child(2) span,
    .solution-box ul li:nth-child(4) span{background: rgb(0 0 0 / 8%);transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;-webkit-transition: .3s;}
    .solution-box ul li i{font-size: 50px;opacity: .85;position: absolute;width: 100%;left: 0;bottom: 53%;transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;-webkit-transition: .3s;}
    .solution-box ul li hr{width: 30px;height: 2px;background: #fff;border: none;position: absolute;left: 50%;top: 50%;margin: 0 0 0 -15px;padding: 0;transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;-webkit-transition: .3s;}
    .solution-box ul li h3{font-size: 24px;position: absolute;width: 100%;left: 0;top: 53%;transition: .3s;}
    .solution-box ul li p{width: 80%;position: absolute;font-size: 16px;left: 10%;top: 70%;opacity: 0;transition: .3s;}
    .solution-box ul li a{position: absolute;top: 85%;font-size: 16px;line-height: 32px;width: 120px;margin: 0 0 0 -60px;color: #fff;border: 2px solid #fff;opacity: 0;transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;-webkit-transition: .3s;}
    .solution-box ul li a:hover{background: #fff;color: #373d41;}
    .solution-box ul li img{display: block;width: 100%;}
    .solution-box ul li:hover span{background: rgb(35 142 87 / 55%);}
    .solution-box ul li:hover i{bottom: 63%;}
    .solution-box ul li:hover hr{top: 40%;opacity: 0;}
    .solution-box ul li:hover h3{top: 38%;}
    .solution-box ul li:hover p{top: 50%;opacity: 1;}
    .solution-box ul li:hover a{top: 75%;opacity: 1;}
    /*响应式*/
    @media(max-width:1680px){.solution-cut{width: 1480px;}.solution-box ul li i{font-size: 46px;}.solution-box ul li h3{font-size: 22px;}.solution-box ul li p{font-size: 14px;}.solution-box ul li a{font-size: 14px;line-height: 28px;width: 100px;margin: 0 0 0 -50px;}}
    @media(max-width:1600px){.solution-cut{width: 1300px;}}
    @media(max-width:1440px){.solution-cut{width: 1200px;}.solution-box ul li i{font-size: 40px;}.solution-box ul li h3{font-size: 18px;}.solution-box ul li p{font-size: 12px;}}
    @media(max-width:767px){.solution-cut{width: 100%;padding: 0;}.solution-box ul li{width: 290px;}.solution-box button.fa{display: none;}.solution-box .fa-back{left: 0;right: auto;}.solution-box .fa-more{left: auto;right: 0;}}
    /*字体标*/
    @font-face{font-family: "icon";
src: url(../fonts/iconfont.eot?);
src: url(../fonts/iconfont.eot?) format('embedded-opentype'), url(../fonts/iconfont.woff?) format('woff'), url(../fonts/iconfont.ttf?) format('truetype'), url(../fonts/iconfont.svg?) format('svg')}
    .fa{font-family: "icon" !important;font-size: 16px;font-style: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
    .fa-back:before{content: "\e697";}
    .fa-more:before{content: "\e6a7";}

@font-face {
font-family: "阿里妈妈东方大楷 Regular";font-weight: 400;
src: url(/at.alicdn.com/wf/webfont/8CN4ukwdEaw8/iuHatD2HZViZ.woff2) format("woff2"),
  url(/at.alicdn.com/wf/webfont/8CN4ukwdEaw8/EBKsJwMjm8qO.woff) format("woff");
  font-display: swap;}
  . .solution-box ul li h3{font-family: "阿里妈妈东方大楷 Regular";}


@media screen and (max-width: 600px) {
  table, tr, td {
    display: block;
    width: 100%;}
}
