@charset "UTF-8";
/*整站样式*/
html,body,dl,dd,img,form,div,ul,ol,li,h1,h2,h3,h4,h5,h6,p,button{margin:0;padding:0; border:0;}
body{font-size: 12px;font-family:Arial,Helvetica,sans-serif;}
input,textarea,button{padding: 0;font-family: Arial,Helvetica,sans-serif;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
ul,ol,li{ list-style-type:none;}
img{border:0;vertical-align:middle;}
select,input,textarea,button{vertical-align:middle;outline: none;}
table{border-collapse:collapse;border-spacing:0}
iframe{border:none;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
.hidden{display:none;visibility:hidden;}
.wrap{border: 0;padding:0;width:1150px;margin:0 auto;*zoom:1;}
.wrap:after{clear: both;content:"";display: table;}
.clear{clear:both;font-size:0;line-height:0;height:0;visibility:hidden;}
.fix{*zoom:1;}
.fix:after{clear: both;content:"";display: table;}
.fl{float: left;}
.fr{float: right;}
.pors{position: relative;}
.tl{text-align: left;}
.tc{text-align: center;}
.tr{text-align: right;}

@font-face {
    font-family:"GothamRounded Medium";
    src:url(../fonts/GothamRnd-Medium.otf),
        url(../fonts/gotham-medium.ttf);
}

.editor{line-height:24px;text-align:left;}
.editor p{text-indent:2em;}
.editor ol li{list-style-type:decimal;margin-left:25px;}
.editor ul li{list-style-type:square;margin-left:25px;}

/*-----------------首页开始----------*/
/*----首页头部*/
.header {
width:100%; 
min-width:1170px; 
height:110px; 
background:#fff;
}
.header-box {
width:1170px; height:110px; margin:0 auto;
}
.header-box .logo {
width:225px; 
height:55px; 
float:left; 
margin-left:10px; 
margin-top:37px;
}
.header-box .logo img {
width:225px; height:55px;
}
.header-box .menu {
height:110px; float:right;
}
.header-box .menu .top {
height:26px; 
line-height:26px; 
float:right; 
font-size:18px; 
color:#666; 
margin-top:14px;
position:relative;
}
.header-box .menu .top .tel {
float:left; 
width:145px; 
height:26px; 
padding-left:25px; 
background:url(../images/tel.png) left center no-repeat;
font-family:"GothamRounded Medium";
}
.header-box .menu .top .language {
float:left; 
font-size:14px; 
height:14px; 
line-height:14px; 
margin-top:6px; 
width:90px; 
text-align:center; 
border-left:1px solid #cfcbcb;
}
.header-box .menu .top .language a {
    color:#666; margin:0 9px;
}
.header-box .menu .top .language a.on {
    font-weight:bold;
}
.search {
    float:left;
}
.search input {
    color:#fff;
}
.search-txt{
    width:76px;
    height:26px;
    border-radius:3px;
    background:#54b2e4;
    font-size:13px;
    text-align:center;
    color:#fff;
    font-weight:bold;
    float:left;
    display:block;
    border:none;
    margin-right:10px;
}
.search-button {
    width:30px;
    height:26px;
    background:url(../images/search.png) center center no-repeat;
    float:left;
    margin-left:10px;
    border:none;
    display:block;
    cursor:pointer;
    border-radius:3px;
}
.search-box {
    position:absolute;
    right:0;
    top:50px;
    height:50px;
    background:#fff;
    padding:0 20px;
    display:none;
}
.search-box-txt {
    width:0;
    opacity:0;
    height:24px;
    line-height:24px;
    float:left;
}
.search-box-button {
    width:30px;
    height:30px;
    background:url(../images/search.png) center center no-repeat;
    float:left;
    margin-left:10px;
    border:none;
    display:block;
    cursor:pointer;
}

.header-box .menu .nav {
    height:52px;
    font-size:16px;
    line-height:52px;
    margin-top:58px;
}
.header-box .menu .nav ul {
}
.header-box .menu .nav ul li {
    /*width:110px;*/
    height:52px;
    float:left;
    line-height:52px;
    text-align:center;
    overflow:hidden;
    padding: 0px 15px;
}
.header-box .menu .nav ul li .nav-li {
    color:#666;
    display:block;
}
.header-box .menu .nav ul li:hover .nav-li {
    height:52px;
    color:#008cd6;
}
.header-box .menu .nav ul li.on .nav-li {
    height:52px;
    color:#008cd6;
}

.header-box .menu .nav ul li a {
    color:#555;
    display:block;
}
.header-box .menu .nav ul li a:hover {
    color:#008cd6;
}
.header-box .menu .nav ul li a.cur {
    color:#008cd6;
}
.header-box .menu .nav ul li .s-s-menu{
    z-index: 3;
    position: absolute;
    /*float:left;*/
    padding:20px 5px;
    margin-left:-20px;
    line-height: 36px;
    text-align: center;
    background-color: #f7f7f7;
    display:none;
}
.header-box .menu .nav ul li .s-s-menu .menu1 {
    padding:0 20px;
    float:left;
}
.header-box .menu .nav ul li .s-s-menu .menu1 h3 {
    color:#ca141d;
}
.header-box .menu .nav ul li .s-s-menu .jjfa {
    min-width: 135px;
    padding: 0 15px;
}



.header-box .menu .nav ul li .s-s-menu ul.sul {
    min-width:190px;
    margin:20px 0;

    display:inline-table;
}
.header-box .menu .nav ul li .s-s-menu ul.sul h3 {
    height:40px;
    line-height:40px;
    font-size:16px;
    color:#ca141d;
    font-weight:bold;
}
.header-box .menu .nav ul li .s-s-menu ul.sul li.sli {
    line-height:30px;
    display:block;
}
.header-box .menu .nav ul li .s-s-menu ul.sul li.sli a {
    color:#333;
    height:30px;
    line-height:30px;
    margin:0;
    padding:0;
    display:block;
}
.header-box .menu .nav ul li .s-s-menu ul.sul li.sli a:hover {
    color:#ca141d;
}
.header-box .menu .nav ul li .s-s-menu ul.sul li.sli a:hover .sanji {
    display:block;
    line-height:30px;
    margin:0;
    padding:0;
}


/*-----首页banner图*/
.banner {
width:100%;  min-width:1140px;  height:581px; overflow:hidden; position:relative;
}
.banner .bd {
    width:100%;
}
.banner .bd ul {
}
.banner .bd ul li {
}
.banner .bd ul li img {
    width:100%; text-align:center; height:581px;
}
.banner .hd {
    width:100%;
    position:relative; 
    z-index:5; 
    top:-30px; 
    text-align:center;
}
.banner .hd ul {
    text-align:center;
}
.banner .hd ul li {
width:68px; 
height:3px; 
background:#787878; 
margin:0 5px; 
cursor:pointer;
display:inline-block;
}
.banner .hd ul li.on {
    background:#fff;
}

.index-content {
    width:100%;
    background:#f1f1f1;
    padding-top:21px;
    padding-bottom:37px;
    display:table;
}
.index-content-box {
    width:1170px;
    margin:0 auto;
}

.content-box1 {
    width:344px;
    height:448px;
    padding:17px;
    background:#fff;
    float:left;
    margin-right:18px;
    margin-bottom:19px;
    position:relative;
}
.content-box1-title {
    height:30px;
    line-height:30px;
    font-size:20px;
    font-weight:bold;
    color:#333;
    margin-bottom:12px;
}
.t1 {
    padding-left:35px;
    background:url(../images/sy-img1.png) 3px center no-repeat;
}
.t2 {
    padding-left:30px;
    background:url(../images/sy-img2.png) 3px center no-repeat;
}
.t3 {
    padding-left:36px;
    background:url(../images/sy-img3.png) 3px center no-repeat;
}
.content-box1-list{
    width:100%;
    height:419px;
    overflow:hidden;
}
.content-box1-list li {
    float:left;
}
.content-box1-list-img{
    width:100%;
    height:230px;
}
.content-box1-list-img img {
    width:100%;
    height:230px;
}
.content-box1-list-text {
    height:141px;
    padding:7px;
    color:#333;
    overflow:hidden;
}
.content-box1-list li:hover .content-box1-list-text-title {
    color:#008cd6;
}
.content-box1-list-text-title {
    font-size:16px;
    font-weight:bold;
    height:36px;
    color:#333;
    line-height:36px;
    display:block;
}
.content-box1-list-text-txt {
    font-size:12px;
    line-height:23px;
}
.content-box1-list-link{
    font-size:12px;
    color:#54b2e4;
    font-weight:bold;
    height:34px;
    line-height:34px;
    display:block;
    padding-left:7px;
}
.content-box1-list-change {
    width:40px;
    height:40px;
    position:absolute;
    z-index:9;
    top:155px;
    right:25px;
    cursor:pointer;
    background:url(../images/sy-img12.png) center center no-repeat;
}
.content-box1 .hd {
    width:100%;
    position:absolute;
    top:270px;
}
.content-box1 .hd ul {
    text-align:center;
}
.content-box1 .hd li {
    width:10px;
    height:10px;
    margin:0 3px;
    border-radius:100%;
    background:#fff;
    display:inline-block;
}
.content-box1 .hd li.on {
    background:#008cd6;
}

.content-box2 {
    width:100%;
}
.content-box2 ul {
    margin-left:-18px;
}
.content-box2 li {
    width:378px;
    height:127px;
    float:left;
    margin-left:18px;
}
.content-box2-l1 {
    background:url(../images/sy-img4.png) center center no-repeat;
}
.content-box2-l2 {
    background:url(../images/sy-img5.png) center center no-repeat;
}
.content-box2-l3 {
    background:url(../images/sy-img6.png) center center no-repeat;
}

.content-box2-text {
    width:185px;
    float:left;
    margin-left:56px;
    margin-top:20px;
    color:#fff;
}
.content-box2-text1 {
    width:130px;
    float:left;
    margin-top:20px;
    color:#fff;
    margin-left:13px;
}
.content-box2-text2 {
    width:170px;
    float:left;
    margin-top:20px;
    color:#fff;
    margin-left:10px;
}
.content-box2-text-title {
    height:36px;
    line-height:36px;
    font-size:20px;
    font-weight:bold;
}
.content-box2-text-txt {
    font-size:14px;
    line-height:1.2;
}
.content-box2-img {
    width:89px;
    height:87px;
    float:left;
    margin-top:20px;
}
.content-box2-img img {
    width:100%;
    height:100%;
}
.content-box2-img1 {
    width:50px;
    height:56px;
    float:left;
    margin-left:25px;
    margin-top:33px;
}
.content-box2-img1 img {
    width:100%;
    height:100%;
}
.content-box2-img2 {
    width:60px;
    height:53px;
    float:left;
    margin-left:22px;
    margin-top:36px;
}
.content-box2-img2 img {
    width:100%;
    height:100%;
}
.content-box2-link {
    margin-left:20px;
    margin-top:63px;
    float:left;
}
.content-box2-link1{
    width:114px;
    height:34px;
    background:#fff;
    border-radius:5px;
    text-align:center;
    line-height:34px;
    display:block;
    font-size:14px;
    color:#666;
}
.content-box2-link2{
    width:75px;
    height:34px;
    background:#fff;
    border-radius:5px;
    text-align:center;
    line-height:34px;
    display:block;
    font-size:14px;
    color:#666;
}

.footer {
    width:100%;
    height:340px;
    background:#333;
}
.footer-box {
    width:1170px;
    margin:0 auto;
}
.footer-box1 {
    height:278px;
    border-bottom:1px solid #414141;
}
.footer-box1-left {
    width:358px;
    float:right;
    margin-top:50px;
}
.footer-box1-left-logo{
    width:84px;
    height:84px;
    float:left;
}
.footer-box1-left-contact {
    float:left;
    width:253px;
    margin-left:20px;
}
.footer-box1-left-add {
    padding-left:32px;
    font-size:14px;
    background:url(../images/sy-img10.png) 5px top no-repeat;
    color:#999;
}
.footer-box1-left-tel {
    padding-left:32px;
    font-size:16px;
    margin-top:20px;
    background:url(../images/sy-img11.png) 5px center no-repeat;
    color:#999;
}
.footer-box1-right {
    float:left;
}
.footer-box1-right ul {
    float:left;
    margin-right:32px;
    margin-top:45px;
}
.footer-box1-right li {

}
.footer-box1-right-title {
    font-size:16px;
    color:#c8c8c8;
    height:32px;
    line-height:32px;
    padding-bottom:10px;
}
.footer-box1-right-link {
    font-size:12px;
    color:#999;
    line-height:30px;
    display:block;
}
.footer-box2 {
    height:62px;
    line-height:62px;
    text-align:center;
    color:#999;
}
.footer-box2 a {
    color:#999;
}

.kf-box {
    position:fixed;
    top:450px;
    right:40px;
}
.kf-box li {
    width:54px;
    height:54px;
    overflow:hidden;
    cursor:pointer;
    margin-top:5px;
}
.kf-box-link {
    width:130px;
    text-align:center;
    line-height:54px;
    color:#fff;
    font-size:16px;
    position:absolute;
    left:-130px;
    top:0;
    background:#48aade;
    padding-right:3px;
    display:none;
}
.kf-box-link1 {
    padding:20px 0;
}

.ny-content {
    width:100%;
    padding:27px 0;
    display:table;
}
.ny-content-box {
    width:1170px;
    margin:0 auto;
}
.gy-box {
    margin-top:23px;
}
.ny-content-box-left {
    width:257px;
    float:left;
}
.ny-content-box-menu {
    border:1px solid #e1e1e1;
    border-radius:5px;
    padding-bottom:28px;
}
.ny-content-box-menu-title {
    height:62px;
    line-height:62px;
    background:#008cd6;
    color:#fff;
    font-size:24px;
    padding-left:28px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    margin-bottom:5px;
}
.ny-content-box-menu-a {
    padding-left:6px;
    width:205px;
    margin:0 auto;
    height:41px;
    line-height:41px;
    border-bottom:1px solid #e1e1e1;
    display:block;
    font-size:16px;
    color:#999;
}
.ny-content-box-menu-a1 {
    padding-left:6px;
    width:205px;
    margin:0 auto;
    height:41px;
    line-height:41px;
    border-bottom:1px solid #e1e1e1;
    display:block;
    font-size:16px;
    color:#999;
}
.ny-content-box-menu-a2 {
    width:160px;
    height:38px;
    line-height:38px;
    padding-left:20px;
    display:block;
    color:#999;
    margin-left:38px;
    border-bottom:1px solid #e1e1e1;
}
.menu-child {
    display:none;
}
.ny-content-box-menu li:hover .ny-content-box-menu-a {
    color:#333;
}
.ny-content-box-menu li.on .ny-content-box-menu-a {
    color:#333;
}
.ny-content-box-menu li:hover .ny-content-box-menu-a1 {
    color:#333;
}
.ny-content-box-menu li.on .ny-content-box-menu-a1 {
    color:#333;
}
.ny-content-box-menu-a2:hover {
    color:#333;
}
.ny-content-box-menu-a2:hover {
    color:#333;
}
.ny-content-box-left-tel {
    height:62px;
    line-height:62px;
    font-size:22px;
    color:#fff;
    padding-left:60px;
    background:#008cd6 url(../images/gy-img1.png) 29px center no-repeat;
    border-radius:5px;
    margin-top:13px;
    font-family:"GothamRounded Medium";
}
.ny-content-box-right {
    width:872px;
    float:right;
}
.ny-content-box-text {
    width:872px;
    float:right;
}
.ny-content-box-text ul {
    margin-right:-26px;
}
.ny-content-box-text-li {
    width:423px;
    height:260px;
    float:left;
    margin-right:26px;
    margin-bottom:28px;
    position:relative;
}
.ny-content-box-text-li-img {
    width:423px;
    height:260px;
}
.ny-content-box-text-li-img img {
    width:423px;
    height:260px;
}
.ny-content-box-text-li-title {
    position:absolute;
    bottom:0;
    height:60px;
    width:401px;
    padding-left:22px;
    padding-top:12px;
    background:rgba(0,0,0,.5);
    color:#fff;
    font-size:18px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ny-content-box-text li:hover .ny-content-box-text-li-title {
    height:80px;
}
.ny-content-box-text-li-t {
    display:block;
    font-size:12px;
}
.ny-content-add {
    height:42px;
    line-height:42px;
    padding-left:24px;
    background:url(../images/ny-img.png) left center no-repeat;
    font-size:14px;
}
.ny-content-add-link {
    color:#333;
    border-bottom:1px solid #333;
}
.ny-content-box-txt {
    width:985px;
    margin:0 auto;
    font-size:14px;
    color:#333;
    line-height:28px;
}
.ny-content-box-txt img {
    width:100%;
    margin:0 auto;
    display:table;
}
.ny-content-box-txt1 {
    width:1140px;
    margin:0 auto;
    font-size:14px;
    color:#333;
    line-height:28px;
}
.ny-content-box-txt2 {
    width:985px;
    margin:0 auto;
    font-size:15px;
    color:#333;
    line-height:36px;
}
.ny-content-box-txt-title {
    font-size:30px;
    color:#333;
    text-align:center;
    height:106px;
    line-height:106px;
    margin-bottom:10px;
}
.ny-content-box-txt-title1 {
    font-size:30px;
    color:#333;
    height:80px;
    line-height:80px;
    margin-top:25px;
    border-bottom:1px solid #e6e6e6;
}
.ny-content-box-txt-title2 {
    font-size:30px;
    color:#333;
    text-align:center;
    margin-top:73px;
    margin-bottom:40px;
}
.ny-content-box-txt-title3 {
    font-size:30px;
    color:#333;
    text-align:center;
    height:62px;
    line-height:62px;
    padding-top:48px;
}
.ny-content-box-lx {
    min-height:192px;
    width:983px;
    border:1px solid #d9d9d9;
    margin-top:15px;
    margin-bottom:60px;
    display:table;
}
.ny-content-box-lx-left {
    margin-left:152px;
    margin-top:47px;
    padding-top:14px;
    height:84px;
    width:280px;
    border-right:1px solid #efefef;
    float:left;
}
.ny-content-box-lx-right {
    float:left;
    margin-left:65px;
    margin-top:30px;
}
.ny-content-box-txt-list {
    width:100%;
    height:673px;
    border-radius:15px;
    background:url(../images/gy-img3.png) no-repeat;
    background-size:cover;
}
.ny-content-box-txt-list ul {
    text-align:center;
}
.ny-content-box-txt-list ul li {
    width:314px;
    height:373px;
    display:inline-block;
    background:rgba(255,255,255,.8);
    color:#28a7e1;
    margin:0 12px;
    margin-top:175px;
}
.ny-content-box-txt-list-l {
    font-size:24px;
    height:72px;
    line-height:72px;
    margin-top:35px;
    background:url(../images/gy-img5.png) center bottom no-repeat;
}
.ny-content-box-txt-list-l1 {
    height:25px;
    line-height:25px;
    font-size:24px;
    padding-left:35px;
    background:url(../images/gy-img6.png) left center no-repeat;
    margin-left:43px;
    text-align:left;
    margin-top:38px;
}
.ny-content-box-txt-list-l2 {
    height:25px;
    line-height:25px;
    font-size:16px;
    padding-left:35px;
    background:url(../images/gy-img4.png) left center no-repeat;
    margin-left:43px;
    text-align:left;
    margin-top:25px;
}
.ny-content-box-txt-list-l3 {
    width:231px;
    margin:0 auto;
    margin-top:42px;
    padding-top:28px;
    background:url(../images/gy-img7.png) center top no-repeat;
}
.ny-content-box-txt-list-link {
    width:150px;
    height:39px;
    background:#28a7e1;
    color:#fff;
    text-align:center;
    line-height:39px;
    display:block;
    border-radius:3px;
    font-size:16px;
    margin:0 auto;
}
.ny-content-box1 {
    margin-top:21px;
    margin-bottom:35px;
    display:table;
}
.ny-content-box1-ewm {
    width:125px;
    height:124px;
    margin:21px;
    float:left;
}
.ny-content-box1-txt {
    font-size:14px;
    color:#333;
    line-height:26px;
    margin-left:5px;
    margin-top:22px;
    float:left;
}
.ny-content-box1-txt1 {
    width:415px;
    margin-right:66px;
    border-right:1px solid #e5e5e5;
    display:block;
    float:left;
}
.ny-content-box-txt-list1 {
    width:100%;
    margin-bottom:15px;
    overflow:hidden;
}
.ny-content-box-txt-list1 ul {
    margin-left:-50px;
}
.ny-content-box-txt-list1 li {
    float:left;
    width:356px;
    height:252px;
    margin-left:50px;
    margin-bottom:40px;
}

.ny-content-box-text-title {
    height:62px;
    line-height:62px;
    font-size:24px;
    color:#333;
    background:url(../images/gy-img9.png) left bottom no-repeat;
}
.ny-content-box-text-title1 {
    font-size:16px;
    color:#333;
    height:20px; 
    line-height:20px;
    margin-top:43px;
}
.ny-content-box-text-title2 {
    padding-left:30px;
    background:url(../images/gy-img10.png) 5px center no-repeat;
}
.job-list {
    width:100%;
    margin-top:20px;
    margin-bottom:225px;
}
.job-list li {
    border:1px solid #d9d9d9;
    margin-bottom:13px;
    padding:47px 0;
    overflow:hidden;
}
.job-list-name {
    width:210px;
    float:left;
    text-align:center;
    margin-right:47px;
    line-height:30px;
    font-size:18px;
}
.job-list-name1 {
    color:#28a7e1;
}
.job-list-request {
    font-size:16px;
    line-height:30px;
    float:left;
}
.job-list-link {
    width:242px;
    height:49px;
    padding-left:38px;
    border-left:1px solid #e3e3e3;
    float:right;
}
.job-list-a {
    width:150px;
    height:39px;
    background:#28a7e1;
    border-radius:5px;
    text-align:center;
    line-height:39px;
    color:#fff;
    font-size:16px;
    margin:5px auto;
    display:block;
}

.news-list {
    margin-top:23px;
}
.news-list li {
    height:38px;
    line-height:38px;
    border-bottom:1px solid #efefef;
}
.news-list li:hover .news-list-title {
    color:#008cd6;
}
.news-list-title {
    padding-left:20px;
    font-size:14px;
    color:#666;
}
.news-list-time {
    color:#666;
    float:right;
    padding-right:20px;
}
.news-show-title {
    text-align:center;
    font-size:30px;
    color:#333;
    margin-top:50px;
}
.news-show-title1 {
    font-size:12px;
    color:#333;
    display:block;
    background:url(../images/news-img.png) center center no-repeat;
}
.news-change {
    height:27px;
    line-height:27px;
    border-top:1px solid #d2d2d2;
    font-size:14px;
    padding-top:20px;
    padding-bottom:60px;
}
.news-change a{
    color: #333
}
.news-change-prev {
    float:left;
    color:#333;
}
.news-change-next {
    float:right;
    color:#333;
}
.page-list {
    width:100%;
    height:34px;
    margin-top:32px;
    margin-bottom:42px;
    text-align:center;
}
.page-list a.num,.page-list a.next,.page-list a.prev{
    color:#008cd6;
    width:32px;
    height:32px;
    line-height:32px;
    display:inline-block;
    border:1px solid #ddd;
    border-radius:3px;
    margin-right: 3px;
}
.page-list span.current{
    color:#fff;
    width:32px;
    height:32px;
    line-height:32px;
    display:inline-block;
    border:1px solid #008cd6;
    border-radius:3px;
    background:#008cd6;
    margin-right: 3px;
}
.page-list-link {
    color:#008cd6;
    width:32px;
    height:32px;
    line-height:32px;
    display:inline-block;
    border:1px solid #ddd;
    border-radius:3px;
    margin-right: 3px;
}
.page-list-link.on {
    color:#fff;
    width:32px;
    height:32px;
    background:#008cd6;
    border:1px solid #008cd6;
}
.page-list-link1 {
    color:#008cd6;
    width:32px;
    height:32px;
    line-height:32px;
    display:block;
    float:left;
    border:1px solid #ddd;
}
.page-list-link1.on {
    color:#fff;
    width:32px;
    height:32px;
    background:#008cd6;
    border:1px solid #008cd6;
}
.page-list3 {
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
}
.page-list4 {
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
}
.solution-list {
    width:100%;
    margin-top:32px;
}
.solution-list ul {
    margin-left:-25px;
}
.solution-list li {
    width:273px;
    float:left;
    margin-left:26px;
    margin-bottom:25px;
}
.solution-list li:hover .solution-list-title2 {
    color:#008cd6;
}
.solution-list li:hover .solution-list-img img {
    -webkit-transform:  scale(1.2) ; -moz-transform: scale(1.2) ; -ms-transform: scale(1.2);     -o-transform:  scale(1.2) ; transform:  scale(1.2);
}
.solution-list-img {
    width:273px;
    height:202px;
    overflow:hidden;
}
.solution-list-img img {
    width:273px;
    height:202px;
    -moz-transition: all 0.5s linear;-o-transition:  all 0.5s linear;transition: all 0.5s linear;
}


.solution-list-title {
    font-size:20px;
    line-height:50px;
    color:#333;
}
.solution-list-title1 {
    font-size:13px;
    height:48px;
    overflow:hidden;
    line-height:24px;
    display:block;
}
.solution-list-title2 {

}
.solition-txt {
    width:100%;
    line-height:30px;
    color:#666;
    font-size:16px;
}
.solition-txt-list {
    width:100%;
    border-top:1px solid #e1e1e1;
    margin-top:70px;
    padding-bottom:18px;
    display:table;
}
.solition-txt-list-title {
    font-size:20px;
    height:20px;
    line-height:20px;
    color:#333;
    font-weight:bold;
    padding-left:10px;
    border-left:4px solid #008cd6;
    margin-top:33px;
    margin-bottom:17px;
}
.solition-txt-list ul {
    margin-left:-25px;
}
.solition-txt-list li {
    width:273px;
    height:202px;
    position:relative;
    float:left;
    margin-left:25px;
}
.solition-txt-list-img {
    width:273px;
    height:202px;
    text-align: center;
}
.solition-txt-list-img img {
    width:202px;
    height:202px;
}

.solition-txt-list li:hover .solition-txt-list-t {
    height:58px;
}
.solition-txt-list-t {
    position:absolute;
    width:100%;
    color:#fff;
    font-size:16px;
    height:38px;
    line-height:38px;
    text-align:center;
    display:block;
    bottom:0;
    z-index:1;
    background:rgba(0,0,0,.5);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ny-service {
    width:100%;
    height:621px;
    background:url(../images/fw-img1.jpg) center center no-repeat;
    background-size:cover;
}
.ny-service-box {
    width:1170px;
    margin:0 auto;
    position:relative;
}

.ny-message {
    width:730px;
    height:460px;
    margin:0 auto;
    margin-top:65px;
}
.ny-message-txt {
    width:220px;
    height:40px;
    padding-left:10px;
    background:#f2f2f2;
    float:left;
    margin-right:13px;
    border:none;
}
.ny-message-txt1 {
    width:705px;
    height:185px;
    padding-left:10px;
    padding-top:10px;
    background:#f2f2f2;
    float:left;
    border:none;
    margin-top:11px;
    margin-bottom:21px;
}
.ny-message-button {
    width:226px;
    height:48px;
    text-align:center;
    line-height:48px;
    border:none;
    border-radius:3px;
    color:#fff;
    background:#008cd6;
    font-size:16px;
    cursor:pointer;
}
.news-list-top {
    height:42px;
    line-height:42px;
    background:#ececec;
    border-bottom:1px solid #dfdfdf;
    font-size:18px;
    color:#333;
    padding:0 20px;
    margin-bottom:13px;
}
.news-list-top1 {
    float:right;
    font-size:14px;
}


.ny-content-box-top {
    height:485px;
    position:relative;
    width:985px;
    margin-top:35px;
}
.ny-content-box-top-right {
    float:right;
    width:475px;
    position:relative;
}
.ny-content-box-top-right-text {
    /*height: 230px;*/
    border-bottom:1px solid #ebebeb;
    /*overflow:hidden;*/
}
.ny-content-box-top-right-text-title {
    font-size:20px;
    height:30px;
    color:#333;
    font-weight:bold;
}
.ny-content-box-top-right-text-txt {
    font-size:14px;
    color:#444;
    line-height:28px;
    /*white-space: pre;*/
    /* overflow: hidden; */
}
.ny-content-box-top-right-list {
    padding-left:2px;
    padding-top:10px;
    padding-bottom:10px;
    display:table;
    border-top:1px solid #ebebeb;
    border-bottom:1px solid #ebebeb;
}
.ny-content-box-top-right-list li {
    float:left;
    width:55px;
    height:50px;
    margin:5px 6px;
}
.ny-content-box-top-right-img {
    float:right;
    margin-top:27px;
}



.preview {
    width: 100%;
    height: 485px;
    float:left;
}
/* smallImg */
.smallImg {
    position: relative;
    height: 90px;
    margin-top: 20px;
    margin-bottom:20px;
    width: 100%;
    overflow: hidden;
    float: left;
}

.scrollbutton {
    width: 85px;
    height: 90px;
    overflow: hidden;
    position: relative;
    float: left;
    cursor: pointer;
}

.scrollbutton.smallImgUp, .scrollbutton.smallImgUp.disabled {
    background: url(../images/cp-img3.png) 14px center no-repeat;
}

.scrollbutton.smallImgDown, .scrollbutton.smallImgDown.disabled {
    background: url(../images/sy-img12.png) 33px center no-repeat;
    margin-left: 385px;
    margin-top: -90px;
}

#imageMenu {
    height: 94px;
    width: 304px;
    overflow: hidden;
    margin-left: 0;
    float: left;
}

#imageMenu li {
    height: 93px;
    width: 94px;
    overflow: hidden;
    float: left;
    text-align: center;
    margin:0 3px;
}

#imageMenu li img {
    width: 90px;
    height: 88px;
    cursor: pointer;
    border: 1px solid #959595;
}
#imageMenu li:hover img {
    width: 90px;
    height: 88px;
    border: 1px solid #008cd6;
}
#imageMenu li#onlickImg img {
    width: 88px;
    height: 86px;
    border: 2px solid #008cd6;
}
/* bigImg */
.bigImg {
    position: relative;
    float: left;
    width: 480px;
    height: 480px;
    border:1px solid #ddd;
    overflow: hidden;
}

.bigImg #midimg {
    width: 480px;
    height: 480px;
}

.bigImg #winSelector {
    width: 250px;
    height: 250px;
}

#winSelector {
    position: absolute;
    cursor: crosshair;
    filter: alpha(opacity=15);
    -moz-opacity: 0.15;
    opacity: 0.15;
    background-color: #000;
    border: 1px solid #fff;
}
/* bigView */
#bigView {
    position: absolute;
    border: 1px solid #959595;
    overflow: hidden;
    z-index: 999;
    background:#fff;
}

#bigView img {
    position: absolute;
    width:800px;
    height:800px;
}
.ny-content-box-txt-list2 {
    border:1px solid #e6e6e6;
    font-size:14px;
    margin-top:50px;
}
.ny-content-box-txt-list2 .hd {
    border-top:1px solid #e6e6e6;
    width:100%;
    display:table;
    height:36px;
    line-height:36px;
    border-bottom:1px solid #e6e6e6;
}
.ny-content-box-txt-list2 .hd li {
    float:left;
    font-weight:bold;
    /*width:102px;*/
    text-align:center;
    cursor:pointer;
    padding: 0px 12px;
}
.ny-content-box-txt-list2 .hd li.on {
    height:36px;
    border-top:2px solid #008cd6;
    border-bottom:1px solid #fff;
    border-right:1px solid #ddd;
    border-left:1px solid #ddd;
    margin-top:-2px;
    margin-bottom:-1px;
    color:#008cd6;
}
.ny-content-box-txt-list2 .bd {
    padding:30px;
    line-height:26px;
}

.partner-txt {
    width:100%;
    font-size:16px;
    color:#333;
    line-height:28px;
    display:table;
}
.partner-txt-title {
    font-size:30px;
    color:#333;
    height:79px;
    /*line-height:79px;*/
    padding-top:35px;
    border-bottom:1px solid #e1e1e1;
    text-align:center;
}
.partner-txt-title1 {
    font-size:30px;
    color:#333;
    height:30px;
    text-align:center;
    margin-top:35px;
    margin-bottom:37px;
    text-align:center;
}
.partner-txt-search {
    height:51px;
    width:600px;
    margin:0 auto;
}
.partner-txt-search-txt {
    font-size:14px;
    color:#b8b8b8;
    padding-left:20px;
    width:488px;
    height:51px;
    background:#f1f1f1;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    border:none;
    float:left;
}
.partner-txt-search-button {
    width:92px;
    height:51px;
    float:left;
    background:#008cd6 url(../images/hb-img.png) 21px center no-repeat;
    color:#fff;
    font-size:14px;
    border:none;
    padding-left:20px;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    cursor:pointer;
}
.partner-txt2 {
    width:1170px;
    height:631px;
    margin:0 auto;
    color:#666;
    line-height:38px;
    font-size:16px;
}
.partner-txt2-title {
    font-size:22px;
    color:#333333;
    height:76px;
    line-height:76px;
    border-bottom:1px solid #dcdcdc;
    margin-top:39px;
}
.partner-window {
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    display:none;
}
.partner-window-box {
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,.5);
    position:fixed;
    z-index:1;
}
.ny-service-box-member {
    width:377px;
    height:332px;
    background:#fff;
    margin:auto;
    margin-top:50px;
    position:relative;
    z-index:999;
}
.ny-service-box-member-title {
    height:60px;
    line-height:60px;
    padding-top:9px;
    font-size:20px;
    color:#333;
    font-weight:bold;
    text-align:center;
}
.ny-service-box-member-txt{
    height:48px;
    width:286px;
    padding-left:45px;
    background:url(../images/fw-img2.png) 14px center no-repeat;
    border:1px solid #d3d3d3;
    border-radius:3px;
    margin-left:21px;
    margin-bottom:12px;
}
.ny-service-box-member-txt1 {
    height:48px;
    width:286px;
    padding-left:45px;
    background:url(../images/fw-img3.png) 14px center no-repeat;
    border:1px solid #d3d3d3;
    border-radius:3px;
    margin-left:21px;
    margin-bottom:20px;
}
.ny-service-box-member-button {
    width:333px;
    height:44px;
    text-align:center;
    line-height:44px;
    color:#fff;
    background:#008cd6;
    font-size:14px;
    margin-left:21px;
    border:none;
    border-radius:3px;
    cursor:pointer;
}
.ny-service-box-member-button1 {
    width:331px;
    height:42px;
    border:1px solid #008cd6;
    border-radius:3px;
    margin-top:13px;
    margin-left:21px;
    background:#fff;
    color:#008cd6;
    cursor:pointer;
}
.content_text ul,.content_text li{
    list-style-type:inherit;
    list-style-position: inside;
}

