/* ====首页====== */

body {
    background-color: #fff; min-width: 100%;
}
.nav{ min-width: 100%;}
.navul{min-width: 1290px;}
.header_banner {
    position: relative;
     transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
}


/** header **/

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    background-color: rgba(255, 255, 255, .5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff,endColorstr=#7fffffff);
     transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
}

.loarea {
    height: 98px;
    position: relative;
    z-index: 3;
    border-bottom: 1px solid #ffffff;
     transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
}

.logo {
    width: 660px;
    display: block;
    padding-top:32px;
    
}

.logo img {
    vertical-align: middle;
    margin-right: 15px;
	
	 transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
}

.topr {
    width: 380px;
    margin-top: 15px;
    /*text-align: right;*/
}

.topr .div1 {
    font-size: 14px;
}

.topr .div1 .span1 {font-size:21px;}

.topr .div1 .span1 .icon {
    margin-right: 10px;
    height: 24px;
}

.topr .div1 .span2 {
    color: #333;
    display: inline-block;
}

.topr .div1 .span2 .iconfont {
    font-size: 18px;
    margin-right: 6px;
}

.topr .div1 .span2:hover {
    color: #003366;
}

.topr .tel {
    font-size: 14px;
    margin-top: 5px;
}

.topr .tel .icon {
    height: 15px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
}

.topr .tel .mc,
.topr .tel .b {
    display: inline-block;
    vertical-align: middle;
}


/*PC导航 begin*/

.nav {
    position: relative;
    z-index: 5;
     transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
}

.navul {
    font-size: 0;
     transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
}

.navul li {
    display: inline-block;
    font-size: 19px;
    position: relative;
    float: left;
     transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
}

.navul li>a {
    padding: 0 24px;
    text-align: center;
    display: inline-block;
    line-height: 46px;
    height: 46px;
    font-weight: bold;
     transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
}

.navul li:hover>a {
    background: #ef9b35;
     transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
}

.act_nav {
    background: #ef9b35 !important;
}


/*PC导航end*/


/* .subnav{ position:absolute; left:0%;top:46px;background:rgba(24, 56,132, .5); width:100%; padding:14px 14px 24px; display:none;}
.subnav:after{ content: ''; display: block; width: 0; height: 0; border: 8px solid transparent; border-bottom-color: #fff; position: absolute; top: -16px; left: 50%; margin-left: -6px;}
.subnav1 dd{ float:left; width:30.33%; margin: 0 1.5%;}
.subnav1 dd .tit{font-size:15px;}
.subnav1 dd .nr{font-size:14px;}
.subnav1 dd a{  display: inline-block; color: #fff; margin-right: 20px; padding: 4px;}
.subnav1 dd a:hover{ color: #ef9b35 !important; }
.subnav2{ width:256px;} */

.subnav {
    position: absolute;
    left: 0%;
    margin-left: -12px;
    top: 46px;
    background: rgba(255, 255, 255, .8);
    width: 100%;
    padding: 0 12px;
    display: none;
}


/* .subnav:after{ content: ''; display: block; width: 0; height: 0; border: 8px solid transparent; border-bottom-color: #fff; position: absolute; top: -16px; left: 50%; margin-left: -6px;} */

.subnav a {
    font-size: 14px;
    display: block;
    color: #666;
    padding: 6px;
    text-align: center;
    border-bottom: 1px solid #e4ba86;
}

.subnav a:hover {
    color: #ef9b35 !important;
}


/*手机导航按钮及下拉菜单begin*/

.menubtn {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 14px;
    right: 10px;
    cursor: pointer;
    display: none;
}

.menubtn i {
    display: block;
    width: 21px;
    height: 3px;
    background-color: #1c4e9e;
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.menubtn i:nth-child(1) {
    top: 4px;
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
}

.menubtn i:nth-child(2) {
    top: 11px;
}

.menubtn i:nth-child(3) {
    top: 18px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

.menubtn.on i:nth-child(1) {
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
}

.menubtn.on i:nth-child(2) {
    opacity: 0;
}

.menubtn.on i:nth-child(3) {
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg);
}


/*小导航*/

.inav {
    background: url(../images/icon/black8.png) repeat;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    display: none;
    z-index: 9;
}

.inav {
    display: none;
}

.inav dl {
    padding: 0 10px;
    text-align: left;
}

.inav dt {
    font-size: 14px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #2b3b81;
    padding-left: 8px;
    position: relative;
}

.inavbtn {
    position: absolute;
    right: 0px;
    top: 14px;
    width: 14px;
    height: 14px;
    background: url(../images/jia3.png) center center no-repeat;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.inav dd {
    display: none;
    padding-left: 2em;
    border-bottom: 1px solid #1c4e9e;
    padding-bottom: 6px;
}

.inav a {
    color: #fff;
}

.inav a:hover {
    color: #ccc;
}


/* .inav dd h6{ font-size:14px; font-weight:normal; line-height:2;}
.inav dd h6 a{ display:block;}
.inav dd p{ font-size:12px; text-indent:1em; line-height:1.8;} */

.hasSubInav {}

.hasSubInav .item {
    padding-left: 15px;
}

.hasSubInav .item .tit {
    font-size: 15px;
}

.hasSubInav .item .nr {
    font-size: 14px;
    padding-left: 15px;
}

.hasSubInav .item a {
    display: inline-block;
    color: #ccc;
    margin-right: 10px;
    padding: 4px;
}

.hasSubInav .item .nr a {
    color: #999;
}

.hasSubInav .item a:hover {
    color: #ef9b35 !important;
}

.act_inav {
    font-weight: bold;
}

.act_inav .inavbtn {
    -webkit-transform: rotate(135deg) !important;
    -moz-transform: rotate(135deg) !important;
    -ms-transform: rotate(135deg) !important;
    -o-transform: rotate(135deg) !important;
    transform: rotate(135deg) !important;
}


/*手机导航按钮及下拉菜单end*/


/*banner begin*/

.banner {
    position: relative;
    z-index: 3;
}

.banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.banimg {
    width: 100%;
    height: auto;
    display: block;
}

.banner .swiper-pagination {
    bottom: 24px !important;
}

.banner .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    padding: 0;
    background-color: transparent;
    border: 1px solid #ef9b35;
    font-size: 0;
    line-height: 0;
    outline: none;
    cursor: pointer;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    margin: 0 11px !important;
}

.banner .swiper-pagination-bullet-active {
    background-color: #ef9b35;
}

.banner .swiper-button-prev {
    left: 2%;
}

.banner .swiper-button-next {
    right: 2%;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    display: none;
}


/*.banner .swiper-button-prev::after,.banner .swiper-button-next::after{ display: none;}
 .banner .swiper-button-prev,.banner .swiper-button-next{filter:alpha(opacity=40); -moz-opacity:0.4; -khtml-opacity: 0.4; opacity: 0.4;width:80px;  height:150px; line-height: 150px; top:50%; margin-top:-75px; color: #fff;}
.banner .swiper-button-prev .iconfont,.banner .swiper-button-next .iconfont{ font-size: 80px; font-weight: bold;}
.banner .swiper-button-prev:hover,.banner .swiper-button-next:hover{filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;} */


/*banner end*/

.h_tit {
    padding: 30px 0;
}

.h_tit .tit {}

.h_tit .tit .mc {
    font-size: 22px;
    position: relative;
}

.h_tit .tit .mc::before,
.h_tit .tit .mc::after {
    content: '';
    display: block;
    width: 204px;
    height: 1px;
    background-color: #183884;
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
}

.h_tit .tit .mc::before {
    left: 116%;
}

.h_tit .tit .mc::after {
    right: 116%;
}

.h_tit .subtit {
    font-size: 16px;
    color: #666;
    font-style: italic;
    margin-top: 5px;
}

.h_solu {
    padding: 20px 0;
}

.hIntro {
    font-size: 16px;
    line-height: 2;
}

.h_solu .wp {
    overflow: hidden;
}

.hsoluul {
    margin-right: -4.8%;
}

.hsoluul li {
    float: left;
    margin: 0 4.8% 24px 0;
    width: 28.53%;
}

/* gxx 20200215 */
.hsoluul li:hover {box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.2);filter: progid:DXImageTransform.Microsoft.Shadow(color='rgba(0, 0, 0, 0.2)', Direction=90, Strength=7); }

.hsoluul li a {
    display: block;
}

.hsoluul .tparea {
    display: block;
    font-size: 0;
    overflow: hidden;
    position: relative;
}

.hsoluul .tparea .tp {
    width: 100%;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}

.hsoluul .tparea .player {
    position: absolute;
    width: 94px;
    height: 94px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
}

.hsoluul .tit {
    padding: 16px 0;
    text-align: center;
}

.hsoluul .tit .mc {
    display: inline-block;
    font-size: 20px;
    padding: 0 20px;
    border-bottom: 2px solid #ef9b35;
    padding-bottom: 6px;
}

.hsoluul a:hover .tparea .tp {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.hsoluul a:hover .des .tit .mc {
    color: #ef9b35;
}

.h_new {
    background-color: #eeeeee;
    padding: 20px 0;
}

.hnSlide {
    width: 46%;
}

.hnList {
    width: 46%;
}

.hnul {}

.hnul li {
    margin-bottom: 20px;
}

.hnItem {}

.hnItem a {}

.hnItem .tit {
    font-size: 16px;
    padding-top: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hnItem .nr {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hnItem .time {
    color: #006699;
    background: url(../images/timebg.png) 100px 26px no-repeat;
    margin-top: 10px;
}

.hnItem .time .month {
    font-size: 26px;
}

.hnItem .time .year {
    font-size: 14px;
}

.hnSlide {
    position: relative;
    z-index: 3;
}

.hnSlide .swiper-slide {
    position: relative;
    overflow: hidden;
}

.hnSlide .swiper-pagination {
    bottom: 134px !important;
}

.hnSlide .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    padding: 0;
    background-color: transparent;
    border: 1px solid #fff;
    font-size: 0;
    line-height: 0;
    outline: none;
    cursor: pointer;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    margin: 0 10px !important;
}

.hnSlide .swiper-pagination-bullet-active {
    background-color: #fff;
}

.hnItem .tp {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.h_coo {
    padding: 20px 0 40px;
}

.h_coo .h_tit .tit .mc::before,
.h_coo .h_tit .tit .mc::after {
    display: none;
}

.hcul {}

.hcul li {
    width: 12.285%;
    float: left;
    margin: 10px 1%;
}

.hcul li a {
    display: block;
    overflow: hidden;
    border: 5px solid #000;
}

.hcul .tp {
    display: block;
    width: 100%;
}

.hcul a:hover {
    border-color: #ef9b35;
}

.hcSlideWrap {
    margin: 0 50px;
    position: relative;
}

.hcSlideWrap .swiper-button-prev::after,
.hcSlideWrap .swiper-button-next::after {
    display: none;
}

.hcSlideWrap .swiper-button-prev,
.hcSlideWrap .swiper-button-next {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    width: 44px;
    height: 104px;
    line-height: 104px;
    top: 50%;
    margin-top: -52px;
    color: #fff;
    background-color: #7f99b2;
}

.hcSlideWrap .swiper-button-prev {
    left: -50px;
}

.hcSlideWrap .swiper-button-next {
    right: -50px;
}

.hcSlideWrap .swiper-button-prev .iconfont,
.hcSlideWrap .swiper-button-next .iconfont {
    font-size: 26px;
}

.hcSlideWrap .swiper-button-prev:hover,
.hcSlideWrap .swiper-button-next:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    background-color: #ef9b35;
}

.hcSlide {
    position: relative;
    z-index: 3;
}

.hcSlide .swiper-slide {
    position: relative;
    overflow: hidden;
}

.footer {
    background-color: #1b1b1b;
    font-size: 14px;
}

.f_t {
    padding: 22px 0;
    overflow: hidden;
}

.f_t.wp {
    position: relative;
}

.fnav {
    position: relative;
    margin: 0 200px 0 0;
}

.fnav dd {
    width: 11.11%;
    float: left;
}

.fnav dd .tit {
    font-size: 15px;
    color: #fff;
}

.fnav dd .nr {
    font-size: 14px;
    margin-top: 15px;
    color: #7d7a7a;
    margin-right: 10px;
}

.fnav dd .nr a {
    color: #ccc;
    padding: 3px 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.fnav dd .nr a:hover {
    color: #fff;
}

.fcode {
    width: 194px;
    position: absolute;
    right: 0;
    top: 22px;
}

.fcode .tp {
    width: 148px;
    border: 10px solid #fff;
    margin-left: 10px;
}

.fcode .tit {
    font-size: 12px;
    margin-top: 8px;
    color: #d5d5d5;
    text-align: center;
}

.f_m {
    color: #fff;
    padding: 15px 0;
    text-align: center;
    position: relative;
    font-style: 14px;
    border-top: 1px solid #fff;
}

.f_b {
    color: #fff;
    padding: 12px 0;
    background-color: #313131;
    text-align: center;
    position: relative;
}

.f_b .copyright {
    font-style: 14px;
}

.f_b .copyright .span {
    display: inline-block;
    margin: 0 10px;
}

.f_b .copyright a {
    color: #d5d5d5;
}

.f_b .cocopyrightpy a:hover {
    color: #fff;
}


/* 解决方案 */

.i_banner {
    font-size: 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.i_banner img {
     transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
}

 


.i_banner .tp {
    width: 100%;
    display: block;
}

.location {}

.location {
    padding: 20px 0;
    font-size: 16px;
}

.location .iconfont {
    font-size: 18px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
}

.location a,
.location .cutline {
    color: #333;
    display: inline-block;
    vertical-align: middle;
}

.location .cutline {
    font-style: normal;
    margin: 0 5px;
}

.location a:hover {
    color: #ef9b35;
}

.act_loca {
    color: #ef9b35 !important;
}

.i_main {
    min-height: 400px;
    padding-bottom: 40px;
}

.i_l {
    width: 22.5%;
}

.i_r {
    width: 72%;
}

.slm {}

.s_tit {
    background-color: #183884;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    padding: 15px 0 20px;
}

.s_tit .letter {
    display: inline-block;
    font-size: 46px;
    line-height: 1;
    text-transform: uppercase;
    margin-right: 2px;
}

.s_tit .tit {
    display: inline-block;
    text-align: left;
}

.s_tit .tit .p1 {
    font-size: 16px;
}

.s_tit .tit .p2 {
    font-size: 18px;
}


/* 含有下拉的侧边菜单 */

.conSlm {}

.conSlm dl {}

.conSlm dt {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    position: relative;
    background-color: #eeeeee;
    border-bottom: 1px solid #fff;
}

.conSlm dt a {
    color: #333;
    display: block;
    padding-left: 100px;
}


/* .conSlm dt:hover{background-color: #ef9b35;} */

.conSlm .arr {
    position: absolute;
    right: 40px;
    top: 18px;
    width: 14px;
    height: 14px;
    background: url(../images/icon/arr_r.png) center center no-repeat;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    /*-webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;*/
    cursor: pointer;
}

.conSlm dd {
    display: none;
}

.conSlm dd h6 {
    border-bottom: 1px solid #fff;
    background-color: #eee;
}

.conSlm dd h6 a {
    display: block;
    padding: 18px 0 18px 130px;
    font-size: 14px;
    color: #333;
}

.conSlm dd h6 a:hover {
    background-color: #ef9b35;
}

.act_conSlm {
    background-color: #ef9b35 !important;
}

.act_conSlm .arr {
    -webkit-transform: rotate(90deg) !important;
    -moz-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    -o-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
}


/*turnpage*/

.turnpage {
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}

.turnpage a,
.turnpage span {
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    margin: 0 2px;
    color: #333;
    border: 1px solid #d7d7d7;
}

.turnpage a:hover {
    color: #fff;
    background-color: #183884;
    border-color: #183884;
}

.current {
    color: #fff !important;
    background-color: #183884 !important;
    border-color: #183884 !important;
}

.solu {
    overflow: hidden;
    padding-bottom: 20px;
}

.soluul {
    margin-right: -1%;
    padding-bottom: 20px;
    min-height: 600px;
}

.soluul li {
    width: 28.93%;
    margin: 0 4.4% 25px 0;
    float: left;
}

.soluul li a {
    display: block;
    padding: 10px 10px 0;
    border: 1px solid #e5e5e5;
}

.soluul .tparea {
    overflow: hidden;
    position: relative;
}

.soluul .tparea .tp {
    display: block;
    width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.soluul .tit {
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 6px 0;
}

.soluul a:hover {
    border-color: #183884;
}

.soluul a:hover .tparea .tp {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.soluul a:hover .tit {
    color: #183884;
}


/* 新闻中心 */

.new {
    padding-bottom: 20px;
    border: 1px solid #e5e5e5;
}

.newul {
    padding-bottom: 20px;
}

.newul li {
    padding: 0 17px;
}

.newul li a {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding: 17px 0;
}

.newul .tparea {
    font-size: 0;
    overflow: hidden;
    width: 244px;
    float: left;
}

.newul .tparea .tp {
    width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.newul .des {
    padding-left: 270px;
}

.newul .des .tit {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.newul .des .time {
    font-size: 12px;
    color: #003399;
    margin-top: 5px;
}

.newul .des .nr {
    font-size: 14px;
    color: #666;
    margin-top: 14px;
    height: 44.8px;
    overflow: hidden;
    line-height: 1.6;
}

.newul .des .mandiv {
    margin-top: 40px;
}

.newul .des .mandiv .btn {
    color: #003399;
}

.newul .des .mandiv .btn {
    color: #183884;
}

.newul a:hover .tparea .tp {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.newul a:hover .des .tit {
    color: #183884;
}

.new .turnpage {
    padding: 15px 0;
}


/* 新闻详情页 */

.newdel {}

.in_sh {
    padding: 0px 0 50px;
}

.in_sh .in_tit {
    text-align: center;
    padding: 0px 0 10px;
    border-bottom: 1px solid #e5e5e5;
}

.in_sh .in_tit h4 {
    font-size: 24px;
}

.in_sh .in_tit .pub_del {
    margin-top: 5px;
}

.in_sh .in_tit .pub_del .span {
    font-size: 12px;
    color: #666;
    margin: 0 20px;
}

.in_sh .sh_con {
    padding: 20px 0px 0px;
}

.in_sh .sh_con .wz {
    font-size: 16px;
    text-indent: 2em;
    line-height: 2;
    color: #666;
}

.in_sh .sh_con .tp {
    display: block;
}

.in_sh .pnpage {
    padding: 10px 0 0;
    overflow: hidden;
    color: #666;
    ;
}

.in_sh .pnpage p {
    font-size: 16px;
    line-height: 2em;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.in_sh .pnpage a {
    color: #003399;
}

.in_sh .pnpage a:hover {
    color: #183884;
}


/* 公司简介 */


/* .conSlm2 dt{ padding-left: 0; text-align: center;} */

.i_tit {
    border-bottom: 1px solid #e5e5e5;
}

.i_tit .mc {
    font-size: 18px;
    display: inline-block;
    padding-bottom: 8px;
    position: relative;
}

.i_tit .mc::after {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ef9b35;
    content: '';
    display: block;
    left: 0;
    bottom: -1px;
}

.profile {
    padding: 15px 0;
}

.profile .wz {
    font-size: 16px;
    text-indent: 2em;
    line-height: 2;
}

.profile .tp {
    display: block;
    margin: 0 auto;
}


/* 售后服务指南 */

.afterSell {}

.afterSell .item {
    padding: 0 0 15px 0;
    margin-bottom: 20px;
}

.afterSell .item .nr {
    margin-top: 15px;
}

.afterSell .wz1,
.afterSell .wz2,
.afterSell .wz {
    color: #666;
    font-size: 16px;
    line-height: 2;
}

.afterSell .wz1 .span {
    display: inline-block;
    min-width: 350px;
}

.afterSell .wz3 {
    font-size: 16px;
    line-height: 2;
}


/* 荣誉资质 */

.hon {
    overflow: hidden;
    padding: 30px 0 20px;
}

.honul {
    margin-right: -2%;
    padding-bottom: 20px;
}

.honul li {
    width: 31.33%;
    margin: 0 2% 30px 0;
    float: left;
    text-align: center;
}

.honul li a {
    display: block;
}

.honul .tp {
    width: 74%;
}

.honul .bg {
    width: 100%;
}

.honul li a:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}


/* 解决方案详情页 */

.soludel {
    overflow: hidden;
    padding-bottom: 20px;
}

.soludel .topImg {
    width: 100%;
}

.solu_tit {
    padding: 35px 0;
    font-size: 24px;
    text-align: center;
}

.soluArtdel {}

.soluArtdel .wz1,
.soluArtdel .wz2 {
    font-size: 18px;
    line-height: 2;
}

.soluArtdel .wz2 {
   /* text-indent: 2em;*/
}

.soluArtTab {
    width: 100%;
    background-color: #eeeeee;
    margin-top: 15px;
}

.soluArtTab td {
    border: 1px solid #fff;
    font-size: 14px;
    padding: 10px;
}

.soluArtTab tr td:nth-child(1) {
    width: 80px;
    text-align: center;
}

.soluArtul {
    margin: 20px -2% 0 0;
    padding-bottom: 20px;
}

.soluArtul li {
    width: 48%;
    margin: 0 2% 4% 0;
    float: left;
}

.soluArtul li a {
    display: block;
}

.soluArtul .tparea {
    overflow: hidden;
    position: relative;
}

.soluArtul .tparea .tp {
    display: block;
    width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.soluArtul .tit {
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 6px 10px;
    background-color: #ef9b35;
}

.soluArtul a:hover {
    border-color: #183884;
}

.soluArtul a:hover .tparea .tp {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.soludel .pnpage {
    padding: 10px 0 0;
    overflow: hidden;
    color: #666;
    ;
}

.soludel .pnpage p {
    font-size: 16px;
    line-height: 2em;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.soludel .pnpage a {}

.soludel .pnpage a:hover {
    color: #183884;
}


/* 资料下载 */

.downL {
    overflow: hidden;
    padding-bottom: 40px;
}

.downSearch {
    position: relative;
    padding-right: 220px;
    border: 1px solid #e5e5e5;
}

.downSearch .text {
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    font-size: 14px;
}

.downSearch .tj {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    width: 220px;
    color: #fff;
    background-color: #183884;
    cursor: pointer;
    height: 48px;
}

.downSearch .tj:hover {
    background-color: #053097;
}

.lm {
    margin: 25px -2% 0 0;
    font-size: 0;
}

.lm a {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #e5e5e5;
    box-sizing: border-box;
    width: 23%;
    margin: 0 2% 0 0;
    padding: 10px 0;
    position: relative;
}

.lm a:hover,
.act_lm {
    background-color: #ef9b35 !important;
}

.lm a:hover::after,
.act_lm::after {
    content: '';
    display: block;
    border: 6px solid transparent;
    border-width: 9px 6px;
    border-top-color: #ef9b35;
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -6px;
}

.downul {
    margin-top: 40px;
    padding-bottom: 20px;
}

.downul li {
    padding: 12px;
    margin-bottom: 25px;
    border: 1px solid #eeeeee;
    display: flex;
    align-items: center;
}

.downul .des1 {
    flex: 1;
}

.downul .des1 .tit {
    font-size: 18px;
}

.downul .des1 .p1 {
    font-size: 16px;
}

.downul .des2 {
    width: 200px;
}

.downul .des2 .p2 {
    font-size: 16px;
    color: #666;
}

.downul a.btn {
    color: #ef9b35;
    width: 40px;
    text-align: right;
}

.downul a.btn .iconfont {
    font-size: 22px;
}

.downul a.btn:hover {
    color: #f60;
}


/* 在线投递 */

.mess {
    padding: 25px 40px;
    margin: 25px 0 20px;
    background-color: #eeeeee;
}

.mess .list {
    font-size: 16px;
    padding-left: 90px;
    margin-bottom: 25px;
    position: relative;
}

.mess .list .attrmc {
    display: inline-block;
    text-align: right;
    width: 80px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 30px;
}

.mess .list .attrval {}

.mess .text {
    width: 330px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    max-width: 100%;
}

.mess .star {
    color: #ef9b35;
    font-size: 18px;
    margin-left: 4px;
    font-style: normal;
}

.mess .textarea {
    width: 630px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px;
    height: 110px;
    max-width: 100%;
}

.mess .tj {
    font-size: 18px;
    padding: 8px 40px;
    background-color: #ef9b35;
    cursor: pointer;
}

.mess .tj:hover {
    background-color: #f60;
}


/* 在线留言 */

.mess2 {
    padding: 25px 0px;
}


/* ABB机器人 */

.robot {
    overflow: hidden;
    padding-bottom: 20px;
}

.robotul {
    margin-right: -3.9%;
    min-height: 600px;
}

.robotul li {
    width: 21.1%;
    margin: 0 3.9% 40px 0;
    float: left;
}

.robotul li a {
    display: block;
    border: 0px solid #e5e5e5;
}

.robotul .tparea {
    overflow: hidden;
    position: relative;
}

.robotul .tparea .tp {
    display: block;
    width: 108%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.robotul .tit {
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 6px 10px;
    color: #333;
}

.robotul a:hover {
    border-color: #0f3ca6;
    color: #0f3ca6;
}

.robotul a:hover .tparea .tp {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}


/* 岗位需求 */

.join {
    padding: 30px 0 0;
}

.joindl {}

.joindl dt {
    border: 1px solid #dcdcdc;
    line-height: 1.4;
    padding: 10px 60px 10px 20px;
    cursor: pointer;
    margin-bottom: 30px;
    position: relative;
    color: #1a1a1a;
    overflow: hidden;
}

.joindl dt .mc1 {
    font-size: 18px;
    float: right;
    color: #ef9b35 !important;
}

.joindl dt .mc2 {
    font-size: 18px;
    float: left;
}

.joindl dt .status {
    width: 23px;
    height: 23px;
    background: url(../images/jia.png) center center no-repeat;
    display: inline-block;
    position: absolute;
    right: 22px;
    top: 12px;
}

.joindl dd {
    padding: 0px 20px 20px;
    display: none;
}

.joindl dd .wz {}

.act_join {
    margin-bottom: 10px !important;
}

.act_join .status {
    background-image: url(../images/jian.png) !important;
}

.joinnr {}

.joinnr .wz {
    font-size: 14px;
    line-height: 2;
    color: #666;
}

.joinnr .tit {
    margin-bottom: 6px;
    padding-top: 10px;
}


/* 产品详情页 */

.pdel {}

.pdt {
    border: 1px solid #e5e5e5;
    background: url(../images/black2.png) center top repeat-y;
}

.pdt .item {
    width: 50%;
}

.pdt .item .box {
    padding: 20px 40px;
}

.pdt .item1 {
    text-align: center;
}

.pdt .item1 .tp {
    max-width: 100%;
}

.pdt .item2 {
    font-size: 16px;
    line-height: 2;
}

.pdb {
    margin-top: 30px;
}

.pdb_tit {
    font-size: 0;
}

.pdb_tit span {
    text-align: center;
    width: 50%;
    font-size: 18px;
    padding: 10px 0;
    color: #fff;
    display: inline-block;
    background-color: #ef9b35;
}

.pdb .tit span:hover,
.act_pdb {
    background-color: #183884 !important;
}

.pdb_con {}

.pdbbox {
    display: none;
    padding: 20px 25px;
    font-size: 16px;
    line-height: 2;
    border: 1px solid #e5e5e5;
    border-top: none;
}


/* 联系我们 */

.contact {
    background-color: #eeeeee;
    padding: 0 20px 20px;
    margin: 55px 0 15px 0;
}

.contact .item {
    margin-bottom: 15px;
}

.contact .i_tit2 {
    padding: 12px 0;
    font-size: 18px;
    color: #ef9b35;
    border-bottom: 1px solid #e5e5e5;
}

.contact .nr {
    padding-top: 15px;
}

.contact .nr .list {}

.contact .nr .list .span1,
.contact .nr .list .span2,
.contact .nr .list .span3 {
    font-size: 16px;
    line-height: 2;
    display: inline-block;
    max-width: 100%;
    margin-right: 20px;
    max-width: 100%;
}

.contact .nr .list .span1 {
    width: 400px;
}

.contact .nr .list .span2 {
    width: 200px;
}

.contact .nr .list .span3 {
    width: 400px;
}

.blue {
    color: #183884;
}

.orange {
    color: #ef9b35;
}

@media only screen and (min-width: 1023px){
.header .img1{
	display: none;
}
}