.wow{
    opacity: 0;
}
.mobile {width:100%;}
.mobile-inner {margin-right:auto;margin-left:auto;background-color:;position:relative;}
.mobile-inner img {}
.mobile-inner p {color:#676767;line-height:25px;font-size:16px;padding-bottom:30px;padding-right:30px;padding-left:30px;margin:0px;}
.mobile-inner-header {background-color:rgb(255,255,255);width:100%;height:50px;position:relative;top:0px;z-index:33;left:0px;}
.mobile-inner-header-icon {color:#ffffff;height:50px;font-size:25px;text-align:center;float:right;width:50px;position:relative;-webkit-transition:background 0.5s;-moz-transition:background 0.5s;-o-transition:background 0.5s;transition:background 0.5s;}
.mobile-inner-header-icon:hover {background-color:rgba(255,255,255,0.2);cursor:pointer;}
.mobile-inner-header-icon span {position:absolute;left:calc((100% - 25px) / 2);top:calc((100% - 1px) / 2);width:25px;height:1px;background-color: rgb(82, 94, 127);}
.mobile-inner-header-icon span:nth-child(1) {transform:translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2) {transform:translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1) {animation-duration:0.5s;animation-fill-mode:both;animation-name:clickfirst;}
.mobile-inner-header-icon-click span:nth-child(2) {animation-duration:0.5s;animation-fill-mode:both;animation-name:clicksecond;}
@keyframes clickfirst {0% {transform:translateY(4px) rotate(0deg);}
100% {transform:translateY(0) rotate(45deg);}
}
@keyframes clicksecond {0% {transform:translateY(-4px) rotate(0deg);}
100% {transform:translateY(0) rotate(-45deg);}
}
.mobile-inner-header-icon-out span:nth-child(1) {animation-duration:0.5s;animation-fill-mode:both;animation-name:outfirst;}
.mobile-inner-header-icon-out span:nth-child(2) {animation-duration:0.5s;animation-fill-mode:both;animation-name:outsecond;}
@keyframes outfirst {0% {transform:translateY(0) rotate(-45deg);}
100% {transform:translateY(-4px) rotate(0deg);}
}
@keyframes outsecond {0% {transform:translateY(0) rotate(45deg);}
100% {transform:translateY(4px) rotate(0deg);}
}
.mobile-inner-nav{
    overflow: auto;
    max-height: calc(100vh - 50px);
}
.mobile-inner-nav {background-color: hsla(224, 27%, 35%, 0.9);width:100%;position:absolute;top:50px;padding-bottom:0%;display:none;z-index:444;}
.mobile-inner-nav  a {border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;color:#fff;transition:all 0.5s;}
.mobile-inner-nav  dl {display:none;}
.mobile-inner-nav  dl dd {line-height:33px;text-decoration:none;text-indent:3em;font-size:16px;color:#FFFFFF;border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;font-weight:300;font-size:14px;}
.mobile-inner-nav  li {border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;line-height:53px;text-indent:20px;}
.mobile-inner-nav h2.h2tit {line-height:50px;text-decoration:none;text-indent:2em;font-size:16px;color:#FFFFFF;border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;font-weight:300;}
.mobile-inner-nav h2.h2tit a {color:#FFFFFF;}
.mobile-inner-nav a {border-bottom:none;}
.mobile-inner-nav li {-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:returnToNormal;animation-name:returnToNormal;}
@-webkit-keyframes resize {from,60%,75%,90%,to {-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}
0% {opacity:0;-webkit-transform:scale(5,5);transform:scale(5,5);}
100% {opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);}
}
@keyframes resize {from,60%,75%,90%,to {-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}
0% {opacity:0;-webkit-transform:scale(5,5);transform:scale(5,5);}
100% {opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);}
}
@-webkit-keyframes returnToNormal {from {opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}
to {opacity:1;-webkit-transform:none;transform:none;}
}
@keyframes returnToNormal {from {opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}
to {opacity:1;-webkit-transform:none;transform:none;}
}
.mobile-inner-nav li:last-child h2.h2tit {border-bottom:none;}
.mobile-inner-nav li .h3tit {height:50px;position:relative;background:url(../images/51_icon_search@2x.png) no-repeat 30px center;background-size:17px;}
.mobile-inner-nav li  .words {display:block;width:100%;height:100%;border:none;background:none;text-indent:60px;font-size:15px;color:#fff;background:url(../images/search2.png) no-repeat 30px center;background-size:20px;}
.mobile-inner-nav li:last-child {border-bottom:none;}
.mobile-inner-nav li  form {display:block;width:100%;height:100%;}
@charset "utf-8";@charset "UTF-8";
.animated {animation-duration:1s;animation-fill-mode:both;}
.animated.infinite {animation-iteration-count:infinite;}
.animated.hinge {animation-duration:2s;}
.fadeInUp {animation-duration:1.76s;animation-name:fadeInUp;}
@keyframes fadeInUp {from {opacity:0;transform:translate3d(0,9%,0);}
to {opacity:1;transform:none;}
}
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, p, blockquote, pre, form, fieldset, legend, input, button, textarea, hr, span {
    margin: 0;
    padding: 0;
}
html {font-size: 62.5%;}
body {font-size: 1.4rem;}
html,body{
    -moz-user-select: none; -khtml-user-select: none; user-select: none;
}
body {
    font-family: "Helvetica,calibri,arial,verdana,tahoma,sans-serif" ! important;
    color: #000000;
    background: #fff;
    margin: 0 auto;
    padding: 0px;
}
body{ -webkit-tap-highlight-color:rgba(0,0,0,0); }
input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}
input{
    -webkit-appearance: none;
}
textarea { -webkit-appearance: none;} 
a {
    text-decoration: none;
    color: #235aa7;
    outline: none;
}
a:active {
star:expression(this.onFocus=this.blur());
}

a:hover{color:#B20000;}

img {
    border: 0px;
    vertical-align: middle;
	max-width:100%;
}


li {
    list-style: none;
}

*{
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a:link{text-decoration:none; } 

a:visited{text-decoration:none; }

a:hover{text-decoration:none;}

a:active{text-decoration:none;}


.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
}
.loadingfa {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 29px;
    color: #1f8adf;
    position: absolute;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    top: 50%;
}

html {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: none;
}

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    -webkit-overflow-scrolling: touch;
}

* {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
}

@keyframes rotate{
from{-webkit-transform:rotate(0deg)}
to{-webkit-transform:rotate(360deg)}
}
@-webkit-keyframes rotate{
from{-webkit-transform:rotate(0deg)}
to{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes rotate{
from{-moz-transform:rotate(0deg)}
to{-moz-transform:rotate(360deg)}
}
@-ms-keyframes rotate{
from{-ms-transform:rotate(0deg)}
to{-ms-transform:rotate(360deg)}
}
@-o-keyframes rotate{
from{-o-transform:rotate(0deg)}
to{-o-transform:rotate(360deg)}
}
.xuanzhuan {
    animation: 2s linear 0s normal forwards infinite rotate;
    -webkit-animation: 2s linear 0s normal forwards infinite rotate;
    -moz-animation: 2s linear 0s normal forwards infinite rotate;
    -o-animation: 2s linear 0s normal forwards infinite rotate;
}
.xuanzhuan img{
display: block;
width: 100%;
}

.pc{
    display: block;
}
.wap{
    display: none;
}
.clearflex:after{
    content: "";
    display: table;
    clear: both;
}


.head{
	
}
.wrap{
    
width: 1630px;
    
margin: auto;
    
max-width: 100%;
    
padding: 0px 15px;
}

.head .logo{
    
float: left;
    
padding-top: 13px;
}
.head .logo img{
    
}
.head .right{
    
float: right;
}
.head .right .nav{
    
float: left;
}
.head .right .nav li{
    
float: left;
    
position: relative;
    
margin-left: 34px;
}
.head .right .nav li .h2tit{
    
}
.head .right .nav li:nth-child(1) .h2tit a{
    background: none !important;
}
.head .right .nav li .h2tit a{
    
display: block;
    
line-height: 90px;
    
font-size: 16px;
    
font-family: PingFangSC;
    
font-weight: 400;
    
color: #333333;
    
background: url(../images/down.png) no-repeat right center;
    
padding-right: 20px;
}
.head .right .lan dl:hover,
.head .right .nav li dl:hover{
    
-webkit-box-shadow:0 1px 8px rgba(200,200,200,.6);
-moz-box-shadow:0 1px 8px rgba(200,200,200,.6);
-o-box-shadow:0 1px 8px rgba(200,200,200,.6);
-ms-box-shadow:0 1px 8px rgba(200,200,200,.6);
box-shadow:0 1px 8px rgba(200,200,200,.6);

}
.head .right .nav li:hover dl{

    visibility:visible;
    opacity:1;
    top:90px;
    z-index:5;

}
.head .right .nav li dl{
    
position: absolute;
    
width: 120px;
    
text-align: center;
    
left: -29px;
    
background: #fff;
    
top: 90px;



    visibility: hidden;
    opacity: 0;
    z-index: -1;
    top: 100px;


}
.head .right .nav li dl dd a{
    
display: block;
    
line-height: 45px;
    
color: #000;
}
.head .right .lan{
    
float: left;
    
margin-left: 40px;
    
position: relative;
}
.head .right .lan .h2tit{
    
line-height: 90px;
    
background: url(../images/lan.png) no-repeat left center;
    
padding-left: 30px;
    
font-size: 16px;
    
font-family: PingFangSC;
    
font-weight: 400;
    
color: #666666;
    
cursor: pointer;
}
.head .right .lan:hover dl{

    visibility:visible;
    opacity:1;
    top:90px;
    z-index:5;
}
.head .right .lan dl{
    
position: absolute;
    
width: 100%;
    
text-align: center;
    
left: 0;
    
background: #fff;
    
top: 90px;


    visibility: hidden;
    opacity: 0;
    z-index: -1;
    top: 100px;


}
.head .right .lan dl dd a{
    
display: block;
    
line-height: 38px;
    
color: #000;
    
font-size: 15px;
}
.head .right .search{
    
float: left;
position: relative;
margin-left: 15px;
}
.head .right .search .h2tit{
height: 90px;
width: 17px;
background: url(../images/search.png) no-repeat center center;
background-size: 100%;
cursor: pointer;
}
.head .right .search .slide:hover{
    
-webkit-box-shadow:0 1px 8px rgba(200,200,200,.6);
-moz-box-shadow:0 1px 8px rgba(200,200,200,.6);
-o-box-shadow:0 1px 8px rgba(200,200,200,.6);
-ms-box-shadow:0 1px 8px rgba(200,200,200,.6);
box-shadow:0 1px 8px rgba(200,200,200,.6);
}


.head .right .search .slide{
position: absolute;
text-align: center;
right: 0;
background: #fff;
top: 90px;
visibility: hidden;
opacity: 0;
z-index: -1;
top: 100px;
}
.head .right .search:hover .slide{
    visibility:visible;
    opacity:1;
    top:60px;
    z-index:5;
}


.head .right .search .words{
    
float: left;
    
width: 150px;
    
height: 23px;
    
border: none;
    
border: 1px solid #ddd;
    
padding-left: 26px;
}
.head .right .search .send{
    
float: left;
    
width: 23px;
    
height: 30px;
    
cursor: pointer;
    
background: url(../images/search.png) no-repeat center center;
    
border: none;
    
position: absolute;
    
left: 0;
    
top: 0;
    
height: 23px;
    
background-size: 48%;
}
.head ,.head  *{
-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
}


.head .right .nav li:hover .h2tit a{
    background: url(../images/downhover.png) no-repeat right center;
    color: #213682
}
.head .right .nav li:last-child .h2tit a{
    background: none !important;
    padding-right: 0;
}

.head .right .nav li dl dd a:hover,
.head .right .lan dl dd a:hover{
    color: #213682
}

.head .right .lan .h2tit:after,
.head .right .nav li .h2tit a:after{
    left: 0px;
    bottom: 0px;
    content: "";
    position: absolute;
    background: #213682;
width: 65px;
height: 3px;
background: #213682;
width: 0;

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
}
.head .right .nav li:hover .h2tit a:after{
    width: 65px;
}
.head .right .lan:hover .h2tit:after{
    width: 100%;
}



.head .right .nav li.current .h2tit a{
    background: url(../images/downhover.png) no-repeat right center;
    color: #213682
}
.head .right .nav li.current .h2tit a:after{
    width: 65px;
}




.banner{
    
}
.banner img{
    display: block;
    width: 100%;
}
.banner .text{
    text-align: center;

position:absolute;
top: 50%;
left: 50%;
-o-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);

width: 100%;
}
.banner .h2tit{
font-size: 48px;
font-family: PingFang SC;
font-weight: 500;
color: #FFFFFF;
line-height: 1;
}
.banner .en{
    font-size: 40px;
font-family: PingFang SC;
font-weight: 500;
color: #FFFFFF;
line-height: 1;
padding-top: 20px;
}
.wrap:after{
    content: "";
    display: table;
    clear: both;
}
.banner .swiper-pagination-bullet{
    width:30px;
    height: 4px;

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;


    border-radius: 0px;
}

.index{
    
}
.index .section_1{
    padding-bottom: 158px;
    background: url(../images/about1.jpg) no-repeat center center;
    background-size:cover;
}
.index .section_1 .left{
    padding-top: 144px;
    float: left;
    width: 42.5%;
}
.index .section_1 .dec{
    font-size: 16px;
font-family: PingFangSC;
font-weight: 400;
color: #333333;
line-height: 38px;
padding-top: 56px;
}
.index .section_1 .dec p{
    padding-bottom: 38px;
}
.index .section_1 .right{
    float: right;
    padding-top: 248px;
    width: 55%;
}
.index .section_1 .right img{
    
display: block;
    
width: 100%;
}
.titlemodel{
    
text-align: left;
}
.titlemodel .cn{
 line-height: 1;
 font-size: 30px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #214698;   
}
.titlemodel .en{
    font-size: 28px;
font-family: PingFangSC;
font-weight: 400;
color: #214698;
padding-top: 9px;
line-height: 1;
}
.morebase:hover:before{
    right: 0;
}
.morebase:before{
    content: "";
    position: absolute;
    right: -100%;
    top: 0px;
    width: 100%;
    height: 100%;

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;

    background: #214698
}
.morebase:after{
position: absolute;
content: "";
width: 9px;
height: 100%;

background: url(../images/more.png) no-repeat center center;
left: 24px;
top: 0px;

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;


}
.morebase{width: 115px;height: 35px;border: 1px solid #214698;border-radius: 18px;display: inline-block;line-height: 33px;font-size: 12px;font-family: Helvetica,calibri,arial,verdana,tahoma,sans-serif UI;font-weight: 400;color: #214698;padding-left: 42px;position: relative;z-index: 4;-webkit-transition:all 0.4s;-o-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s;overflow: hidden;text-align: left;}
.morebase span{
position: relative;
z-index: 4;
display: inline-block;
}
.morebase:hover:after{
left: -10px
}
.morebase:hover{
    padding-left: 33px;
    color: #fff;
}


.index .section_2{
    padding-top: 66px;
    background: url(../images/bg2.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    padding-bottom: 80px;
}
.index .section_2 .list:after{
    content: "";
    display: table;
    clear: both;
}
.index .section_2 .titlemodel *{
    color: #fff;
}
.index .section_2 .list{
    padding-top: 68px;
}
.index .section_2 .list li:nth-child(3n){
    margin-right: 0
}
.index .section_2 .list li{
    float: left;
    width: calc((100% - 120px)/3);
    margin-right: 60px;
    margin-bottom: 60px;
}
.index .section_2 .list li a{
    
}
.index .section_2 .list li .imgbox{
    height: 314px;
    background: #fff;
    position: relative;
}
.index .section_2 .list li .imgbox img{
    
position:absolute;
top: 50%;
left: 50%;
-o-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
max-height: 100%;
max-width: 100%;
}
.index .section_2 .list li:hover .content:after{
    top: -30px
}
.index .section_2 .list li .content:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    background: #fff;
    top: 0px;
    left: 0;
    clip-path: polygon(0 0,100% 0%, 0% 100%, 0 100%);
    transform: rotateY(180deg);

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;

}
.index .section_2 .list li .content{
    background: #214698;
    height: 217px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 22px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    position: relative;
    overflow: hidden;
}
.index .section_2 .list li .title{
    position: relative;
    z-index: 4;
}
.index .section_2 .list li .en{
      position: relative;
    z-index: 4; 
}
.index .section_2 .list li *{
    display: block;
}
.morebase.base2{

color: #fff;

border-color: #fff;
}
.ovh{
    overflow: hidden;
}
.index .section_2 .list li a:hover .imgbox{

-webkit-transform: scale(1.05,1.05);
-o-transform: scale(1.05,1.05);
-moz-transform: scale(1.05,1.05);
-ms-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);
}
.index .section_2 *{

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;

}

.morebase.base2:before{
background: #fff;
}
.morebase.base2:after{
    background: url(../images/more2.png) no-repeat 0 center;
    background-size: 100%;
}
.morebase.base2:hover span{
    color: #214698
}
.index .section_3 .titlemodel *{
    color: #fff;
}
.index .section_3{
    padding-top: 80px;
    text-align: center;
    padding-bottom: 114px;
    background: url(../images/casebg.jpg) no-repeat center center;
    background-size: cover;
}
.index .section_3 .list{
    margin-top: 140px;
}
.index .section_3 .list a{
    
}
.index .section_3 .list a *{
    display: block;
    text-align: center;

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;

}
.index .section_3 .list a .imgbox{
    overflow: hidden;
    position: relative;
	width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 70%;
}
.index .section_3 .list a:hover .imgbox img{    
-webkit-transform: scale(1.05,1.05);
-o-transform: scale(1.05,1.05);
-moz-transform: scale(1.05,1.05);
-ms-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);

}
.index .section_3 .list a .imgbox img{
    width: 100%;
}
.index .section_3 .list a:hover .content{
    top: 0
}
.index .section_3 .list a .content{
    background: rgba(33, 70, 152, .7);
    border: 9px solid #FFFFFF;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 100%
}
.index .section_3 .list a .tit{
    
font-size: 16px;
    
font-family: PingFangSC;
    
font-weight: 400;
    
color: #FFFFFF;
}
.index .section_3 .list a .more{
    
width: 55px;
    
height: 56px;
    
margin: 0px auto;
    
margin-top: 47px;
    
background: url(../images/more3.png) no-repeat center center;
}
.index .section_3 .list a .title{
    font-size: 16px;
font-family: PingFangSC;
font-weight: 400;
color: #FFFFFF;
padding-top: 30px;
line-height: 1;
}
.index .section_3 .list{
    margin-bottom: 115px;
}
.index .section_4{
    padding-top: 71px;
}
.index .section_4 .content{
    zoom: 1;
    overflow: hidden;
    padding-top: 76px;
    padding-bottom: 40px;
}
.index .section_4 .content .left{
    float: left;
    width: 40%;
}
.index .section_4 .content .left li{
    
margin-bottom: 27px;
}
.index .section_4 .content .left li a *{
    display: block;
    
-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
}
.index .section_4 .content .left li a{
    display: block;
    position: relative;
    padding-left: 207px;
}
.index .section_4 .content .left li .imgbox{    
position: absolute;    
overflow: hidden;    
width: 176px;
display: block;
left: 0;    
top: 0;
}
.index .section_4 .content .left li .ov{    
height: 100%;
}
.index .section_4 .content .left li .rig{
    
zoom: 1;
    
overflow: hidden;
    
padding-top: 6px;
}
.index .section_4 .content .left li .tit{
    
font-size: 16px;
    
font-family: Helvetica,calibri,arial,verdana,tahoma,sans-serif;
    
font-weight: 400;
    
color: #333333;
    
zoom: 1;
    
overflow: hidden;
    
line-height: 1;
}
.index .section_4 .content .left li .title{
    
float: left;
    
width: 60%;
    
overflow: hidden;
    
text-overflow: ellipsis;
    
white-space: nowrap;
}
.index .section_4 .content .left li .time{
    
float: right;
}
.index .section_4 .content .left li .dec{
    
font-size: 14px;
    
font-family: Helvetica,calibri,arial,verdana,tahoma,sans-serif;
    
font-weight: 400;
    
color: #666666;
    
line-height: 24px;
    
margin-top: 15px;
    
margin-bottom: 18px;
}
.index .section_4 .content .left li .more{
    
width: 83px;
    
height: 26px;
    
background: #F7F7F7;
    
border: 1px solid #ADADAD;
    
float: right;
    
text-align: center;
    
line-height: 24px;
    
border-radius: 30px;
    
font-size: 13px;
    
font-family: Helvetica,calibri,arial,verdana,tahoma,sans-serif;
    
font-weight: 400;
    
color: #AEAEAE;
}
.index .section_4 .content .right a *{
    display: block;

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
}
.index .section_4 .content .right{
    float: right;
    width: 52%;
}
.index .section_4 .content .right a{
    
position: relative;
    
display: block;
}
.index .section_4 .content .right a .imgbox{
    
}
.index .section_4 .content .right a .img{
    
height: 481px;
}
.index .section_4 .content .right a .title{
    
position: absolute;
    
line-height: 86px;
    
font-size: 16px;
    
font-family: PingFang SC;
    
font-weight: 500;
    
color: #FFFFFF;
    
background: rgba(0, 0, 0, .7);
    
left: 0;
    
bottom: 0;
    
padding: 0px 36px;
    
width: 100%;
}
.index .section_4 .content .right a:hover .img{
    
}

.index .section_4 .content .right .swiper-pagination-bullet{
width: 15px;
height: 15px;
background: #FFFFFF;
border-radius: 50%;
opacity: 1;
margin: 0px 4px
}

.index .section_4 .content .right .swiper-pagination-bullet.swiper-pagination-bullet-active{
background: #214698;
}
.index .section_4 .content .swiper-pagination{
    width: auto;
    left: auto;
    right: 0;
    bottom: 27px;
    right: 30px;
}
.index .section_4{
    text-align: center;
    padding-bottom: 80px;
}
.index .section_4 .content {
    text-align: left;
}
.index .section_5{
    background: url(../images/section_5.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 65px;
}
.index .section_5 .list:after{
    content: "";
    display: table;
    clear: both;
}
.index .section_5 .list{
    padding-top: 183px;
    padding-bottom: 309px;
}
.index .section_5 .list li:nth-child(4n){
    margin-right: 0px;
}
.index .section_5 .list li{
    float: left;
    background: #FFFFFF;
    text-align: center;
    width: calc((100% - 150px)/4);
    margin-right: 50px;
    height: 284px;
}
.index .section_5 .icon{
    height: 186px;
    position: relative;
}
.index .section_5 .icon img{
    position:absolute;
top: 50%;
left: 50%;
-o-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);

}
.index .section_5 .title{
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
}




.footer *{

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;

}
.footer{
    text-align: center;
    background: url(../images/footer.jpg) no-repeat center center;
    background-size: cover;
}
.footer .logo{
    padding-top: 70px;
    padding-bottom: 60px;
}
.footer .nav{
    zoom: 1;
    overflow: hidden;
    text-align: center;
    width: 1290px;
    zoom: 1;
    overflow: hidden;
    margin: auto;
    max-width: 100%;
}
.footer .nav ul{
    display: flex;
}
.footer .nav li{
    flex: 1;
    text-align: left;
    
}
.footer .nav .h2tit{
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 1;
    font-size: 24px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #214698;
}
.footer .nav dl{
    padding-top: 16px;
}
.footer .nav dl dd a{
font-size: 14px;
font-family: PingFangSC;
font-weight: 400;
color: #666666;
line-height: 30px;
}
.footer .bottom a:hover,
.footer .nav dl dd a:hover{
color: #214698
}

.footer .contact{
    width: 1130px;
    zoom: 1;
    overflow: hidden;
    margin: auto;
    max-width: 100%;
    padding-top: 56px;
    display: flex;
    justify-content: space-between;
}
.footer .contact p{
    width: 302px;
    height: 74px;
    border: 1px solid #FFFFFF;
    opacity: 0.4;
    float: left;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: 666666;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #BFBFBF;
}
.footer .contact a{color: #666666;}
.footer .contact p:nth-child(1){
    background: url(../images/t1.png) no-repeat 16px center;
}
.footer .contact p:nth-child(2){
    background: url(../images/t2.png) no-repeat 28px center;
}
.footer .contact p:nth-child(3){
    padding-left: 10px;
    background: url(../images/t3.png) no-repeat 28px center;
}
.footer .copy a{
    color: #fff;
}
.footer .copy{
    padding-top: 97px;
    padding-bottom: 118px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 32px;
    opacity: 0.6;
}
.ewm{
    text-align: center;
    padding-top: 56px;
}
.ewm img{
  width: 150px;  
}
.ewm .tit{font-size: 14px;font-family: PingFangSC;font-weight: 400;color: #666666;line-height: 1;padding-top: 13px;padding-bottom: 49px;letter-spacing: 3px;}
.footer .bottom{
    background: #666666;
    line-height: 54px;
    font-size: 12px;
font-family: Helvetica,calibri,arial,verdana,tahoma,sans-serif;
font-weight: 400;
color: #CCCCCC;
}
.footer .bottom .left{
    float: left;
}
.footer .bottom .right{
    float: right;
}
.footer .bottom a{ 
    color: inherit;
}
.footer .bottom a{ 
    color: inherit;
}

.footer .bottom a:hover{color:#B20000;}



.about-company-top {
    color: #666;
    line-height: 24px;
    zoom: 1;
    overflow: hidden;
    padding-top: 30px;
	margin-bottom:35px;
}

.about-company-top-img {
    float: left;
    width: 40%;
    padding-top: 0;
}
.about-company-top-text {
    float: right;
    width: 60%;
    padding-left: 30px;
}





.return{
    position: fixed;
    width: 93px;
height: 93px;

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
right: 0px;
bottom: -100px;
    opacity: 0.6;
    cursor: pointer;
    z-index: 555;
background: url(../images/return.png) no-repeat center center;
}
.return:hover{
    opacity: 1;
}
.return.current{
    bottom: 10%;
}

.index .section_2 .list li{
    background: #fff;
}
.index .section_5 .list li:hover,
.index .section_2 .list li:hover{
    -o-transform: translate(0%, -20px);
-webkit-transform: translate(0%, -20px);
-moz-transform: translate(0%,-20px);
-ms-transform: translate(0%, -20px);
transform: translate(0%, -20px);

}
.index .section_4 .content .right a .imgbox,
.index .section_4 .content .left li .imgbox{
    overflow: hidden;
}
.index .section_4 .content .right a:hover .imgbox .img,
.index .section_4 .content .left li a:hover .ov {

-webkit-transform: scale(1.05,1.05);
-o-transform: scale(1.05,1.05);
-moz-transform: scale(1.05,1.05);
-ms-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);
}
.index .section_4 .content .left li a:hover .title{
    color: #214698
}
.index .section_4 .content .left li a:hover .more{
    color: #fff;
    border-color: #214698;
    background: #214698
}
.index .section_5 .list li{

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;

}


.head.cur2.cur1 {
    position: fixed;
    -o-transform: translate(0%,0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.head.cur2 {
    position: fixed;
    -o-transform: translate(0%,0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
	border-bottom:1px #E1E1E1 solid;
}

.head.cur1 {
    -o-transform: translate(0%, -150%);
    -webkit-transform: translate(0%, -150%);
    -moz-transform: translate(0%, -150%);
    -ms-transform: translate(0%, -150%);
    transform: translate(0%, -150%);
}
.head {
    width: 100%;
    z-index: 66;
    left: 0;
    position: fixed;
    top: 0;
    background: #fff;
}
.head .logo img.w{
    display: none;
}

.index .section_3 .swiper-button-next{
background: url(../images/right.png) no-repeat center center;
width: 45px;
height: 100px;
}
.index .section_3 .swiper-button-prev{
background: url(../images/left.png) no-repeat center center;
width: 45px;
height: 100px;
}
.padtop{
    padding-top: 90px
}
.banner{
    position: relative;
}
.banner.type2 .h2tit{
    font-size: 42px
}
.banner.type2 .en{
font-size: 36px;
}


.menu{
    background: #EEEEEE;
}
.menu .typename{
    float: left;
    line-height: 80px;
}
.menu .cn{
    float: left;
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #214698;
    margin-right: 10px;
}
.menu .en{
    float: left;
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #214698;
    /*text-transform: uppercase;*/
}
.menu .link{
    float: right;
}
.menu .link a{
    float: left;
    position: relative;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 80px;
    overflow: hidden;
    margin-left: 30px;
}
.menu .link a:hover,
.menu .link a.current{color: #214698;}
.menu .link a:after{
    content:"";
    bottom:0px;


position:absolute;

left: 50%;
-o-transform: translate(-50%, 0%);
-webkit-transform: translate(-50%, 0%);
-moz-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
height:2px;
background:#214698;
width: 0px;

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;


}
.menu .link a.current:after,
.menu .link a:hover:after{
    width: 100%;
}
.menu  *{

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;

    
}


.index .section_1.type2{
    background: #fff;
    padding-top: 85px;
}
.index .section_1.type2 .titlemodel{
    text-align: center;
}
.index .section_1.type2 .left{
    padding-top: 123px;
}
.index .section_1.type2 .right{
    padding-top: 71px
}
.index .section_1.type2 .dec{
    padding-top: 0
}








/*ÁôÑÔ°å*/
.fl { float: left; }
.fr { float: right; }
.fw{ overflow:hidden;}
.wrap2{width:98%; float:left;}
.clear { clear: both;}
.clearfix:before, .clearfix:after {display: table;content: "";}
.clearfix:after {clear: both;}
.text{text-align: center;}
input, select, textarea { vertical-align: middle; outline:none; }


.line{background:#fff;padding:1px 0 39px 0; }
.line-head{background:url(../images/bor1.jpg) repeat-x left bottom;padding:0 0 12px 0;position: relative;}
.line-head h1{color:#0d59ab;font-size:20px;}
.line-head p{color:#303030;}
.line-head b{background:#0d59ab;height: 1px;width: 117px;position: absolute;left:0;right:0;bottom:0;margin:0 auto;}


.line-main{}
.line-main .itm1{margin:18px 0 0 0 ;}
.line-main .itm1 dl{float:left;border:1px #e4e4e4 solid;background:#fff;height: 45px;line-height: 45px;width: 31.8%;margin: 0 2% 0 0;}
.line-main .itm1>dl+dl+dl{margin:0;}
.line-main .itm1 dl span{width: 12%;float:left;text-align: center; padding-top:2%;}
.line-main .itm1 dl input{width: 87%;float:right;border:none;height: 42px;line-height: 42px;font-size: 14px;color:#333;background:#fff;}


.line-main .itm2{margin:19px 0 0 0;border:1px #e4e4e4 solid;background:#fff;height: 45px;line-height: 45px;}
.line-main .itm2 span{width: 48px;float:left;text-align: center;padding-top:0.5%;}
.line-main .itm2 input{background:#fff;width: 93%;float:right;border:none;height: 42px;line-height: 42px;font-size: 14px;color:#333;}
.line-main .itm3{margin:19px 0 0 0 ;border:1px #e4e4e4 solid;background:#fff;}
.line-main .itm3 span{width: 48px;float:left;text-align: center;height: 42px;line-height: 42px;padding-top:1%;}
.line-main .itm3 textarea{background:#fff;width: 94%;float:right;line-height: 24px;font-size: 14px;color:#333;border:none;height: 170px;resize: none;margin: 8px 0;}
.line-main .itm4{margin:19px 0 0 0;}

.line-main .itm4 .itm4-input{height: 46px;line-height: 46px;border:1px #e4e4e4 solid;background:#fff;}
.line-main .itm4 .itm4-input input{background:#fff;height: 42px;line-height: 42px;border:none;text-align: center;font-size: 14px;color:#333;}
.line-main .itm4 .itm4-pic{border:1px #e4e4e4 solid;width: 125px;height: 46px;margin:0 19px;}
.line-main .itm4 .itm4-pic img{width: 100%;height: 100% !important;}
.line-main .itm4 .itm4-line{height: 46px;line-height: 46px;}
.line-main .itm4 .itm4-line a{color:#0d59ab;}
.line-main .itm4 .itm4-line a:hover{text-decoration: underline;color:#c4261d;}
.line-main .itm4 .itm4-btn{background:#3e4e99;width: 194px;height: 53px;line-height: 53px;text-align: center;margin:0 0 0 124px;}
.line-main .itm4 .itm4-btn a{color:#fff;font-size: 24px;display:block;}

.line-main .itm4 .tijiao{background: #c7362d;
    width: 194px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    margin: 0 0 0 124px;
    color: #fff;
    font-size: 24px;
    border: 0;}


/*ÁôÑÔ°å*/


/*028tx border:1px solid #FF0004; */
.syicase_listsy{max-width: 1600px; margin:0 auto; margin-top:3%;margin-bottom:1%;min-height:30px; _height:30px;height:auto;overflow:hidden;}
.syicase_listsy .syicase_list_boxsy{width:24%;overflow:hidden; display: block; cursor:pointer; float:left; margin-right:0.5%;margin-left:0.5%; margin-bottom:0.5%;}
.syicase_listsy #marginright.syicase_list_boxsy{ margin-right:0;}
.syicase_listsy .syicase_list_box a{width:100%;position:relative;display: block;}
.syicase_listsy .syicase_list_boxsy span{width:100%; display:block; text-align:center;line-height:2.8em; font-size:14px; transition: all ease-out .3s; color:#666;}
.syicase_listsy .syicase_list_boxsy a:hover span{ display:block; color:#E90A00; line-height:2.8em;text-decoration:none;}
.syicase_listsy .syicase_list_boxsy a:hover{text-decoration:none;}
.syicase_listsy .syicase_list_boxsy .pic{width:99%;height:auto;display:block;padding-bottom:76%;position:relative;overflow:hidden;border:1px solid #DDDDDD;}
.syicase_listsy .syicase_list_boxsy a img{display:block;position:absolute;width: 100%;height:100%;overflow:hidden;transition: all ease-out .3s;background:#fff url(../images/load.gif) no-repeat center center;}
.syicase_listsy .syicase_list_boxsy a:hover img{ transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1);}
/*028tx  */


.casemain{
    background: #fff;
}

.casemain{
    background: #fff;
}
.container {
        /* width: 1200px; */
        margin: 0 auto;
        max-width: 1600px;
        padding: 0px 15px;
}
.s4 {
    /* margin: 20px 0 0 -20px; */
}
.s4 li {
    float: left;
    width: 25%;
    padding: 0px 15px;
    margin-bottom: 30px;
}
.s4 li a {
    display: block;
    background-color: #fff;
    /* margin: 0px 0 0 20px; */
}
.s4 li .img-center {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom:74%;
	border: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.s4 li .img-center img{width: 100%;}
.s4 li .img-center:after {
    content: '';
    cursor: pointer;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,.5), rgba(255,255,255,0));
    -webkit-transform: skewx(-25deg);
    transform: skewx(-25deg);
}
.s4 li .text {
    border: 1px solid #eee;
	border-top: 0px solid #eee;
    padding: 20px 60px 20px 20px;
    position: relative; text-align:center;
}
.s4 li  a:hover h4{
    color:#000000
}
.s4 li .text:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    width: 52px;
    height: 55px;
    margin-top: -27px;
    background: url(../images/pz_more2.png) no-repeat center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.s4 li .text h4 {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
}
.s4 li .text p {
    font-size: 16px;
    color: #8B8B8B;
    margin: 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.s4 li a:hover .img-center:after {
    left: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.s4 li a:hover .text:after {
    -webkit-transform: translateY(-85%);
    transform: translateY(-85%);
    background-image: url(../images/pz_more2h.png);
}

.index_news{min-height:30px; _height:30px;height:auto;overflow:hidden;}

.index_news li:nth-child(2n){
    margin-right: 0
}
.index_news li {
    padding: 5px;
    float: left;
    width: calc((100% - 40px)/2);
    margin-right: 40px;
    background: #f9f9f9;
    margin-bottom: 40px;
}
.index_news li a {
    display: flex;
    background-color: #fff;
    padding: 2% 4%;
    color: #000;
}
.index_news li .news_main {
    max-width: 1600px;
    padding-left: 16px;
}
.index_news li .news_main a:hover h2{
    color:#000
}
.index_news li .news_main h2 {
    font-size: 1.6rem;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all ease-in-out 0.2s;
    color: #999;
}
.index_news li .news_main .sum {
    padding: 3% 0;
    line-height: 24px;
}
.index_news li a:hover i{
    background: url(../images/add2.png) no-repeat center;
    background-size: 100%; 

}
.index_news li i {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/add.png) no-repeat center;
    background-size: 100%;
}
.index_news li p span {
    display: inline-block;
    float: right;
    line-height: 17px;
}
.index_news li .img {
    width: 30%;
    overflow: hidden;
}
.index_news li img {
    transition: all ease-in-out 0.2s;
    width: 100%;
}
.index_news li a:hover h2 {
    color: #000000;
}
.index_news li a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}



.fl { float:left; }
.fr { float:right; }

/*×îÖÕÒ³Ãæ start*/
.pNewsmain{margin-bottom:1.2%;width:100%;min-height:20px; _height:20px;height:auto;overflow:hidden;}
.pNews-detaTop{ text-align:center; padding:28px 0 15px 0; border-bottom:2px dotted #C7C5C5;_border-bottom:2px solid #C7C5C5;}
.pNews-detaTop .t{ font-size:28px;}
.pNews-detaTop .c{ margin-top:16px; color:#969696;}
.pNews-detaTop .c span{padding:0 14px;}
.pNews-detaFix{font-size:16px;text-align:left;color:#666666;line-height:1.8em; margin-top:1.2%;min-height:280px; _height:280px;height:auto;overflow:hidden;margin-bottom:1.2%;}
.pNews-detaFix img{max-width:100%;border:0px solid #D9D9D9;padding:2px;}

.pNews-detaPage{ background:#efefef; line-height:43px; margin-top:45px; position:relative; padding:0 20px;min-height:30px; _height:30px;height:auto;overflow:hidden;}
.pNews-detaPage .return{ background:#b4b4b4; text-align:center; color:#fff; display:inline-block;  padding:0 15px; position:absolute; left:50%; margin-left:-73px; top:0;}
.pNews-detaPage .return i{ font-size:24px; margin-right:5px; vertical-align:top; display:inline-block;}
.pNews-detaPage .prev, pNews-detaPage .next{ width:calc(50% - 90px); overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.sfgbt{display:inline;}
/*×îÖÕÒ³Ãæ end*/

@font-face {font-family: "iconfont";
  src: url('../font/iconfont.eot'); /* IE9*/
  src: url('../font/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../font/iconfont.woff') format('woff'), /* chrome, firefox */
  url('../font/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.pNews-detaPage a{color:#313840; }
.pNews-detaPage a:hover{text-decoration:none;color:#1B4499;}
.iconfont {
  font-family:"iconfont" !important;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width:0.2px;
  -moz-osx-font-smoothing:grayscale;
}




/*·µ»Ø start*/
.returnlist {
  height:97px;
  background: #f9f8f8;
  line-height: 97px;
  font-size: 16px;
  padding-left: 25px;
}
.returnlist img {
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.returnlist .img2 {
  display: none;
}
.returnlist a:hover .img1 {
  display: none;
}
.returnlist a:hover .img2 {
  display: inline-block;
}
.returnlist .share1 {
  display: inline-block;
  color: #999;
  font-size: 14px;
  margin-left: 40px;
}
.returnlist .share1 > div {
  display: inline-block;
  vertical-align: middle;
}
.returnlist a:hover {
  color: #003d98;
}
/*·µ»Ø end*/

/*·ÖÒ³ start*/
.PageBox{margin:0 auto;width:97%; text-align:center;min-height:30px; _height:30px;height:auto;overflow:hidden; padding-bottom:1.8%;}
.SplitPage a{height:28px;border:1px #d8d8d8 solid;margin:0 -1px;padding:0 10px;color:#a6a6a6;font-size: 14px;font-family: 'Î¢ÈíÑÅºÚ';display:inline-block;line-height:26px;}
.SplitPage :hover{background:#E90A00;color:#fff;text-decoration:none;}
.SplitPage .nowpage{background:#E90A00;color:#fff;width: 28px;height: 28px;display: inline-block;vertical-align: top;line-height: 30px;font-weight: normal;}
.SplitPage [disabled]{background-color:#F5F5F5;display:dnone;color:#a6a6a6;}
.SplitPage .disabled{background-color:#F5F5F5;display:dnone;color:#a6a6a6;}
.SplitPage :disabled{background-color:#F5F5F5;display:dnone;color:#a6a6a6;}
/*·ÖÒ³ end*/

.common-gud {display: flex;background:#ffffff url(../images/xbto-shadow.png) repeat-x 0 0 / auto 100%;position: fixed;z-index: 19;bottom: 0;left: 0;width: 100%; display:none;border-top:1px solid #dadada;}
.common-gud a { flex: 1; text-align: center; padding:0px 0; margin:6px 0; border-right:1px solid #dadada;}
.common-gud img { height:25px; }
.common-gud p { color: #666666; font-size:12px; }
.common-gud p:hover{color:#B12929;}







/* nycp */
.mynycp{width:1620px;margin: auto;max-width:100%;min-height:4em; _height:4em;height:auto;overflow:hidden;margin-top:1.5%;}
.mynycp_left{float:left;width:55%;min-height:4em; _height:4em;height:auto;overflow:hidden;}
.mynycp_right{float:right;width:45%;min-height:4em; _height:4em;height:auto;overflow:hidden;}
.mynycp_left img{max-width:100%;}
.mynycp_right img{max-width:100%;}





.nycp_txt{font-size:1.8rem;text-align:left;color:#000000;line-height:3.2rem; min-height:4em; _height:4em;height:auto;overflow:hidden;width:98%;margin:0 auto;margin-top:1%;}
.nycp_txt p{font-size:3rem;}
.nycp_txt strong{font-size:3rem;font-weight:bold;color:#214697;}
.nycp_txt font{font-size:2rem;font-weight:bold;color:#214697;}
.nycp_txt span{font-size:2rem;font-weight:bold;}
.nycp_txt img{max-width:100%;border:0px solid #D9D9D9;padding:2px;}

.mynycp2{width:1620px;margin: auto;max-width:100%;min-height:4em; _height:4em;height:auto;overflow:hidden;margin-top:1.5%;}
.mynycp2 li{float:left;width:50%;}
.mynycp2 li img{max-width:100%;}


.mynycp_lefts{float:left;width:49%;min-height:4em; _height:4em;height:auto;overflow:hidden;}
.mynycp_rights{float:right;width:50%;min-height:4em; _height:4em;height:auto;overflow:hidden;}
.mynycp_lefts img{max-width:100%;}
.mynycp_rights img{max-width:100%;}

/* content */

.mynycp  .mynycp_right .imgbox{
    padding:8px;
    border: 1px solid #ccc;
    width: 78%;
    margin: auto; 
}
.mynycp  .mynycp_right .swiper-button-prev,
.mynycp  .mynycp_right .swiper-button-next{
width: 36px;
height: 36px;
border-radius: 500px;
border: 1px solid #ccc;
padding: 0px;
}

.mynycp  .mynycp_right .swiper-button-prev{
    background: url(../images/leftbtn.png) no-repeat 13px center;
    background-size: 50%;
}
.mynycp .mynycp_right .swiper-button-next{
    background: url(../images/rightbtn.png) no-repeat 6px center;
    background-size: 50%;
}




