blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
margin: 0;
padding: 0;
font-family: "Microsoft Yahei",sans-serif;
/*font-size: 14px;*/
}
em{font-style: normal;}
li{list-style-type: none;}
a{text-decoration: none;color: #333333;}


/*intro*/
.intro-box{padding: 35px 0;width: 100%;background: #FFFFFF;overflow: hidden;}
.i-left,.i-right{float: left;}
.i-left .text{width: 361px;margin-top: 25px;}
.i-right{margin-left: 25px;width: 801px;}
.i-right .top-tit{margin-top: 60px;position: relative;}
.top-tit .more{display: block;width: 45px;height: 45px;border-radius: 50%;position: absolute;right: 0;top:3px;}
.i-right .text{padding-top: 20px;font-size: 15px;color: #666666;line-height: 25px;height: 170px;overflow: hidden;text-overflow: ellipsis;}
.i-right .text a{color: #0077C0;}

/*product*/
.product-box{width: 100%;min-width: 1180px;background: url(/images/product-bg.jpg);height: 475px;}
.product-box .padding{padding: 70px 0;}
.product-box .p-bg{background: #dedcd7;padding: 10px;position: relative;width: 380px;float: left;}
.product-box .p-bg dt{width: 360px;}
.product-box .p-bg dd{position: absolute;left: 140px;top: 74px;width: 100px;height: 108px;padding-top: 108px;text-align: center;color: #FFFFFF;}
.product-box .p-bg dd span{display: block;}
.product-box .p-bg dd .china{font-size: 22px;line-height: 30px;margin-top: 5px;}
.product-box .p-bg dd .english{font-size: 12px;font-style: normal;}
.product-box .p-bg{margin-left: 30px;}
.product-box .p-bg:nth-of-type(1){margin-left: 0;}
.product-box .p-bg:nth-of-type(1) dd{background: url(/images/p-bg1.png) no-repeat 0 center;}
.product-box .p-bg:nth-of-type(2) dd{background: url(/images/p-bg1.png) no-repeat -410px center;}
.product-box .p-bg:nth-of-type(3) dd{background: url(/site/images/p-bg1.png) no-repeat -820px center;}
.product-box .p-bg:nth-of-type(1):hover dd{background: url(/images/p-bg2.png) no-repeat 0 center;}
.product-box .p-bg:nth-of-type(2):hover dd{background: url(/images/p-bg2.png) no-repeat -410px center;}
.product-box .p-bg:nth-of-type(3):hover dd{background: url(/images/p-bg2.png) no-repeat -820px center;}
/**
* Variables
*/
/**
* Wrapper
*/
.combo-select {
position: relative;
max-width: 400px;
margin-bottom: 15px;
font: 100% Helvetica, Arial, Sans-serif;
border: 1px #ccc solid;
border-radius: 3px; }
.combo-select .combo-input {
margin-bottom: 0; }

/**
* Input field
*/
.combo-input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
text-overflow: ellipsis;
white-space: nowrap;
border: none;
width: 100%;

padding: 12px;
padding-right: 60px;
border-radius: 3px; }
.combo-input:focus {
outline: none; }

/**
* Arrow
*/
.combo-arrow {
position: absolute;
right: 0;
top: 0;
height: 100%;
cursor: pointer;
text-align: center;
font-size: 14px;
width: 40px;
font-size: 12px;
color: #999999; }
.combo-arrow:before {
content: " ";
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #cccccc;
display: block;
width: 0;
height: 0;
top: 0;
right: 15px;
bottom: 0;
position: absolute;
margin: auto 0; }

/**
* When opened
*/
.combo-open .combo-arrow {
border-color: #51A7E8; }
.combo-open .combo-arrow:before {
border-top: none;
border-bottom: 5px solid #cccccc; }

/**
* When focused
*/
.combo-focus {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
border-color: #51A7E8; }
.combo-focus input {
border-color: #51A7E8; }

/**
* Hide native select
*/
.combo-select select {
position: absolute;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-appearance: none;
opacity: 0; }

@media only screen and (min-width: 960px) {
.combo-select select {
left: -1px;
top: -1px;
width: 0;
height: 0;
margin: 0; } }
/**
* Selected option
*/
.option-selected {
background-color: #eee; }

/**
* Hovered option
*/
.option-hover {
background-color: #006eab;
color: #fff; }

/**
* Option item
*/
.option-item {
cursor: pointer;
border-bottom: 1px #e3e3e3 solid; }
.option-item:hover {
background-color: #006eab;
color: #fff; }
.option-item:last-child {
border-bottom: none; }

/**
* Disabled and optgroups
*/
.option-group {
cursor: text;
font-weight: 600;
background: #e1e1e1;
border: 1px #ccc solid;
border-width: 1px 0; }

/**
* Disabled
*/
.option-disabled {
opacity: 0.5; }

/**
* Dropdown
*/
.combo-dropdown {
position: absolute;
z-index: 99;
bottom: 100%;
left: 0;
min-width: 100%;
max-width: 300px;
max-height: 300px;
margin: 0;
padding: 0;
display: none;
overflow-y: auto;
background: #fff;
border: 1px solid #999999;
border-radius: 0;

}
.combo-dropdown li {
list-style: none;
padding: 8px 1em;
margin: 0; }

/**
* On Active
*/
.combo-open .combo-dropdown {
display: block; }

/**
* Search marker
*/
.combo-marker {
text-decoration: none; }
.links {width: 100%;min-width: 1180px;height: 85px;}
.links .img {line-height: 85px;width: 125px;float: left;}
.links .right {float: left;width: 1075px;padding-top: 20px;}
.drop-down .link-list{float: left;margin-left: 35px;}
.drop-down .link-list:first-child{margin-left: 0;}

/*footer*/

.footer {
width: 100%;
min-width: 1180px;
height: 150px;
background: #2A2A2A;
}

.footer .content {
padding: 0 5px;
}

.footer .f-left {
width: 70%;
float: left;
}

.footer .f-logo {
width: 55px;
line-height: 150px;
float: left;
}

.footer .f-text {
width: 751px;
font-size: 13px;
float: left;
line-height: 140px;
line-height: 30px;
margin-top: 50px;
padding: 0 10px;
color: #FFFFFF;
}

.footer .f-right {
float: right;
position: relative;
margin-right: 2px;
}

.f-right .weixin {
width: 92px;
line-height: 150px;
}

.f-right .tip {
background: url(/images/tips.png);
width: 35px;
height: 68px;
position: absolute;
left: -60px;
top: 30px;
opacity: 0;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out
}

.tip span {
display: block;
width: 13px;
color: #FFFFFF;
font-size: 13px;
writing-mode: tb;
margin: 8px 0 0 6px;
}

.f-right:hover .tip {
left: -40px;
opacity: 1;
}


/*2017-02-27*/

.product-box .p-bg {margin-left:20px;}
.combo-select select {padding-bottom:10px;}

.intro-box,.news-box{min-width:1180px;}
.i-right{width:781px;}
.links .right{width:1053px;}
.drop-down .link-list:first-child{margin-left: 35px;}
.header .logo{width:374px;}
.footer .content{padding:0px;}
.footer .f-left{width:90%;}
.footer .f-text{width:851px;}
.combo-input{font-size:14px;}
.first-nav li a{font-size:16px;padding:0px 15px;}

/*shuiwu*/
.i-tit{text-align:center;padding-bottom:30px;}
.i-left .text{width: 294px;margin-top:0px;}
.i-right{margin-left: 35px;width:851px;}
.i-right .text{padding-top:5px;font-size: 15px;color: #666666;line-height: 30px;height: 186px;overflow: hidden;text-overflow: ellipsis;}


.n-tit{text-align:center;padding-bottom:30px;}
.n-right{float: right;width: 380px;height:268px;}
.n-right span{display:block; background:#fff; padding:6px; font-size:14px; height:32px;}
.n-right span a:hover{color:#0089d5; text-decoration:none;}
.slick-dots {bottom:50px;}
.n-left .news-content{margin-top:0px;}


/*product*/
.p-tit{text-align:center;padding-top:40px;padding-bottom:40px;}
.product-box{width: 100%;min-width: 1180px;background: url(/images/product-bg.jpg);height: 559px;}
.product-box .padding{padding: 70px 0;}
.product-box .p-bg{background: #dedcd7;padding: 10px;position: relative;width: 272px;float: left;margin-left:30px;}
.product-box .p-bg p{margin:0px; font-size:14px; padding:20px 5px; height:84px; line-height:25px; background:#FFF;}
.product-box .p-bg:nth-of-type(1){margin-left: 0;}
.product-box .p-bg dt{width: 252px; height:226px;}
.product-box .p-bg:nth-of-type(1) dt{background: url(/images/pri01.jpg) no-repeat 0 center;}
.product-box .p-bg:nth-of-type(2) dt{background: url(/images/pri02.jpg) no-repeat 0 center;}
.product-box .p-bg:nth-of-type(3) dt{background: url(/images/pri03.jpg) no-repeat 0 center;}
.product-box .p-bg:nth-of-type(4) dt{background: url(/images/pri04.jpg) no-repeat 0 center;}
.product-box .p-bg:nth-of-type(1):hover dt{background: url(/images/pri01_.jpg) no-repeat 0 center;}
.product-box .p-bg:nth-of-type(2):hover dt{background: url(/images/pri02_.jpg) no-repeat 0 center;}
.product-box .p-bg:nth-of-type(3):hover dt{background: url(/images/pri03_.jpg) no-repeat 0 center;}
.product-box .p-bg:nth-of-type(4):hover dt{background: url(/images/pri04_.jpg) no-repeat 0 center;}


.z_title{ width:410px;}
.product-box2{width: 100%;min-width: 1180px;background: url(/images/product-bg2.jpg);height: 454px; padding-top:60px;}
.product-box2 .p-bg2{float:left; width:410px;}
.product-box2 .p-bg2 ul li{ float:left; height:76px; width:181px; background: url(/images/btn_bg0.png); margin-bottom:10px;  margin-right:15px; line-height:76px;}
.product-box2 .p-bg2 ul li:hover { background: url(/images/btn_bg1.png);}
.product-box2 .p-bg2 ul li a{float:left; color:#fff; font-size:18px;}
.product-box2 .p-bg2 ul li span{ float:left; margin-top:20px; margin-left:20px; width:48px; height:40px; display:block;}
.product-box2 .p-bg2 ul li:nth-of-type(1) span{ background: url(/images/btn_bg2.png) no-repeat 0px 0px; }
.product-box2 .p-bg2 ul li:nth-of-type(2) span{ background: url(/images/btn_bg2.png) no-repeat -204px 0px; }
.product-box2 .p-bg2 ul li:nth-of-type(3) span{ background: url(/images/btn_bg2.png) no-repeat 0px -84px; }
.product-box2 .p-bg2 ul li:nth-of-type(4) span{ background: url(/images/btn_bg2.png) no-repeat -204px -84px; }
.product-box2 .p-bg2 ul li:nth-of-type(5) span{ background: url(/images/btn_bg2.png) no-repeat 0px -168px; }
.product-box2 .p-bg2 ul li:nth-of-type(6) span{ background: url(/images/btn_bg2.png) no-repeat -204px -168px; }

.z_title2{ width:376px;}
.product-box2 .p-bg3{ float:left; width:376px;}
.z_con span{ display:block; background:#0089D5; height:46px; line-height:46px; padding-left:20px; color:#FFF; }
.z_con a:hover span{ background:#63ABE1; }
.z_con img{ width:376px; height:202px;}


.z_title3{ width:370px; margin-left:30px;}
.product-box2 .p-bg4{ float:left; width:400px;}
.z_pic{background: #dedcd7;width:370px; height:248px; padding:10px; margin-left:30px;}
.single-item3{position: relative;width:350px;}
.single-item3 img{ width:350px; height:228px;}

.slick-dots {bottom: 10px;}



/*-----------------------------------------------2014-4-1--------------------------------------------------*/
/*header*/
/*.first-box{height: 100%;position: relative;overflow: hidden;min-width: 1201px; border: 1px solid red;}*/
.header{width: 100%;min-width: 1180px;height: 96px;background: #FFFFFF;}
.content{width: 1300px;margin: 0 auto;}
.header .logo{float: left;width: 342px;height:68px;margin-top: 10px;}

/*nav*/
/* 需要的css样式 */
.nav .nav-list {
width: 827px;
text-align: center;
float: left;
/*导航设置的浮动*/
}

.menu,.menu ul {
list-style: none;
padding: 0;
margin: 0;
}

.menu {
height: 96px;
width: 1000px;

}

.menu li {
/*min-width: 91px;*/
min-width: 120px;
}

.menu li:hover {
border-top: 3px solid #0089d5;
}

.menu li:last-child {
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
}

.menu> li {
display: block;
float: left;
height: 96px;
position: relative;
}

.menu .nav-first {
color: #015293;	/*导航标题设置处*/
display: block;
font-size: 20px;
font-family: Microsoft YaHei;  /*导航标题设置处字体*/
line-height: 95px;
margin-top: 4px;
padding: 0 12px;
/*padding-top: 3px;*/
text-decoration: none;
text-transform: uppercase;
}
/*以下为导航下方的英文图片*/
/*以下为导航下方的英文图片*/
/*.menu li:nth-child(1)>.nav-first {
background: url(/images/22_03.png) no-repeat 30px 64px;
}

.menu li:nth-child(2)>.nav-first {
background: url(/images/22_03.png) no-repeat -72px 64px;
}

.menu li:nth-child(3)>.nav-first {
background: url(/images/22_03.png) no-repeat -175px 64px;
}

.menu li:nth-child(4)>.nav-first {
background: url(/images/22_03.png) no-repeat -282px 64px;
}

.menu li:nth-child(5)>.nav-first {
background: url(/images/22_03.png) no-repeat -411px 64px;
}

.menu li:nth-child(6)>.nav-first {
background: url(/images/22_03.png) no-repeat -545px 64px;
}

.menu li:nth-child(7)>.nav-first {
background: url(/images/22_03.png) no-repeat -684px 64px;
}

.menu li:nth-child(8)>.nav-first {
background: url(/images/22_03.png) no-repeat -824px 64px;
}

.menu li:nth-child(9)>.nav-first {
background: url(/images/22_03.png) no-repeat -969px 64px;
}


.menu li:hover:nth-child(1)>.nav-first {
background: url(/images/22_04.png) no-repeat 30px 64px;
}

.menu li:hover:nth-child(2)>.nav-first {
background: url(/images/22_04.png) no-repeat -72px 64px;
}

.menu li:hover:nth-child(3)>.nav-first {
background: url(/images/22_04.png) no-repeat -175px 64px;
}

.menu li:hover:nth-child(4)>.nav-first {
background: url(/images/22_04.png) no-repeat -282px 64px;
}

.menu li:hover:nth-child(5)>.nav-first {
background: url(/images/22_04.png) no-repeat -411px 64px;
}

.menu li:hover:nth-child(6)>.nav-first {
background: url(/images/22_04.png) no-repeat -545px 64px;
}

.menu li:hover:nth-child(7)>.nav-first {
background: url(/images/22_04.png) no-repeat -684px 64px;
}

.menu li:hover:nth-child(8)>.nav-first {
background: url(/images/22_04.png) no-repeat -824px 64px;
}

.menu li:hover:nth-child(9)>.nav-first {
background: url(/images/22_04.png) no-repeat -969px 64px;
}*/

.menu>li:hover {
background-color: rgba(225,343,255,0.8);
height: 96px;
}

.menu li:hover>.nav-first {
color: #0089d5;
height: 92px;
padding-top: 0;
overflow: hidden;
line-height: 92px;
}

.submenu {
left: 0;
max-height: 0;
position: absolute;
top: 100%;
z-index: 0;
-webkit-perspective: 400px;
-moz-perspective: 400px;
-ms-perspective: 400px;
-o-perspective: 400px;
perspective: 400px;

}

.submenu li {
opacity: 0;
background: rgba(0, 122, 189, 0.4);
-webkit-transform: rotateY(90deg);
-moz-transform: rotateY(90deg);
-ms-transform: rotateY(90deg);
-o-transform: rotateY(90deg);
transform: rotateY(90deg);
-webkit-transition: opacity .4s, -webkit-transform .5s;
-moz-transition: opacity .4s, -moz-transform .5s;
-ms-transition: opacity .4s, -ms-transform .5s;
-o-transition: opacity .4s, -o-transform .5s;
transition: opacity .4s, transform .5s;
/*实现下拉菜单螺旋淡出*/
}


.submenu li a {
line-height: 35px;
height: 35px;
text-align: center;
color: #fff;
}

.submenu li {
width: 100%;
}

.submenu li:hover {
border-top: 0;
background: rgba(72, 158, 197, 0.9);
}

.submenu li:last-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}

.menu li:hover > ul {
opacity: 1;
visibility: visible;
margin: 0;
}
.menu ul ul {
position: relative;
top: -35px;
left: 100%;
/*修改2级菜单的位置*/
height: 35px;
visibility: hidden;
_margin: 0;
-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
box-shadow: -1px 0 0 rgba(255,255,255,.3);
}
.menu ul ul li{
line-height: 35px;
color: #fff;
font-size: 16px;
}
/*.menu ul ul:hover{
display: block;
margin: 0 0 0 115px;
}*/
.menu ul li{
height:35px;
}
.submenu li:hover> a {
color: #0089d5;
}

.menu .submenu li:hover a {
color: #ffffff;
}

.menu> li:hover .submenu,
.menu> li:focus .submenu {
max-height: 2000px;
z-index: 10;
}

.menu> li:hover .submenu li,
.menu> li:focus .submenu li {
opacity: 1;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}


/*动画递进的时间 实现一个个螺旋子菜单*/

.menu li:hover .submenu li:nth-child(1) {
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-ms-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
}

.menu li:hover .submenu li:nth-child(2) {
-webkit-transition-delay: 50ms;
-moz-transition-delay: 50ms;
-ms-transition-delay: 50ms;
-o-transition-delay: 50ms;
transition-delay: 50ms;
}

.menu li:hover .submenu li:nth-child(3) {
-webkit-transition-delay: 100ms;
-moz-transition-delay: 100ms;
-ms-transition-delay: 100ms;
-o-transition-delay: 100ms;
transition-delay: 100ms;
}

.menu li:hover .submenu li:nth-child(4) {
-webkit-transition-delay: 150ms;
-moz-transition-delay: 150ms;
-ms-transition-delay: 150ms;
-o-transition-delay: 150ms;
transition-delay: 150ms;
}

.submenu li:nth-child(1) {
-webkit-transition-delay: 350ms;
-moz-transition-delay: 350ms;
-ms-transition-delay: 350ms;
-o-transition-delay: 350ms;
transition-delay: 350ms;
}

.submenu li:nth-child(2) {
-webkit-transition-delay: 300ms;
-moz-transition-delay: 300ms;
-ms-transition-delay: 300ms;
-o-transition-delay: 300ms;
transition-delay: 300ms;
}

.submenu li:nth-child(3) {
-webkit-transition-delay: 250ms;
-moz-transition-delay: 250ms;
-ms-transition-delay: 250ms;
-o-transition-delay: 250ms;
transition-delay: 250ms;
}

.submenu li:nth-child(4) {
-webkit-transition-delay: 200ms;
-moz-transition-delay: 200ms;
-ms-transition-delay: 200ms;
-o-transition-delay: 200ms;
transition-delay: 200ms;
}




/*newgg*/
.newgg {width: 100%;min-width: 1180px;height: 50px;background:#F0F0F0;}
.newgg .img{float: left;margin-left: 10px;}
.newgg a{font-size: 1em;line-height: 75px;margin-right: 27px;color:black;}
.newgg span{margin: 0 9px 0 8px;font-size: 0.8em; color:black;}
.img span{font-size: 1em;color: black;font-family: "微软雅黑";}
.newgg .content span:nth-child(3){color: #888888;margin-right: 30px;}
.newgg span:nth-child(4){background-color: #666666;display:-moz-inline-box;display:inline-block;width:18px;height:18px;}
.newgg span:nth-child(5){background-color: #666666;display:-moz-inline-box;display:inline-block;width:18px;height:18px;margin-left: -30px;}
.newgg .sousuo{display: inline-block;}
.newgg .sousuo input{display:inline-block;width:238px;height:34px;padding-left: 17px;background-color: #D5EFFF;border:0px;margin-left: 132px;}
.newgg .sousuo img{margin-left: -5px}





/*----------------------------------*/
.news-box{height:360px; overflow: hidden;}
.n-left{float: left;width: 590px; height: 325px;margin-top: 10px;/*background: #F5F5F5;*/}
.n-left .news-content{margin-top:0px; border: 1px solid blueviolet;}
.jieshao{margin-left: 18px; float: left;}
.jieshou2 p:nth-child(1) { font-size: 16px; color: black;font-weight: bold;}
.jieshou2 p:nth-child(2) { font-size: 12px; color: #888;}
.jieshao span{width: 62px;height: 41px;color: #FFFFFF;font-weight:bold;padding: 10px 16px;background: #0089D5;}
.jieshao p {width: 52px;height: 25px;font-size: 12px; color:#bbb;background: #EEEEEE;text-align: center;line-height: 25px;}
.n-right{float: right;width: 700px;height:455px; margin-top: 15px;}
.n-right span{display:block; background:#fff; padding:6px; font-size:20px; height:32px;}
.n-right span a:hover{color:#0089d5; text-decoration:none;}
.slick-dots {bottom:50px;}
/*.jieshouright{margin-top:-30px;}
.jieshouright li:nth-child(1){float: left;width=238px; height=149px; margin-left:5px;}
.jieshouright li:nth-child(2){font-size: 1.15em;margin-bottom: 15px;margin-left: 260px;}
.jieshouright li:nth-child(3){font-size: 12px; color: #999999;line-height: 20px;margin-left: 260px;}
.jieshouright li:nth-child(4){font-size: 12px; margin-top:20px;color: #999999; text-align: center;width:88px;height:30px;line-height: 30px;border: 1px solid #EEEEEE;margin-left: 260px;}
.jieshouright li:nth-child(5){position: absolute;margin-left: 300px;margin-top: -42px;}*/
.shiyan{position:relative;height: 150px;}
.shiyan:nth-child(1){margin-top: -30px;}
.shiyan img:nth-child(1){width:240px; height:146px;}
.shiyan a:nth-child(2) p{margin-left: 260px;margin-top: -145px;font-size: 1.15em;}
.shiyan a:nth-child(3) p{margin-left: 260px;font-size: 12px; color: #999999;line-height: 20px;}
.shiyan p:nth-child(4){font-size: 12px; margin-top:15px;color: #999999; text-align: center;width:88px;height:30px;line-height: 30px;border: 1px solid #EEEEEE;margin-left: 260px;}
.shiyan img:nth-child(5){margin-left: 300px;margin-top: -112px;}

.news-content #tabs{overflow: hidden;display: block; width: 700px;}
#tabs li:first-child{margin-left: 0;}
.ind{margin-top: -28px;}
.ind1{margin-top: -134px;margin-left: 20px;}
#tabs li {float: left;display: block;width: 140px;height: 62px;margin-left: 2px;}
#tabs li a {color: #000000;width: 100%;display: block;line-height: 56px;text-align: center;}
#tabs li.on a {color: #0089d5;margin-top: -56px;}
#tabs li.on {background: url(/images/xze.png) no-repeat;width:140px;height:6px;margin-top: 56px;position:relative;}
li#current{background: url(/images/xze.png) no-repeat;width:140px;height:6px;margin-top: 56px;position:relative;}
li#current a{color: #0089d5;margin-top: -56px;}
/*#tabs*/
/*#tabs*/
#content li {margin-top:20px;clear: both;font-size: 14px;}
#content li span{float: right;margin-top: -6px;}
#content li {line-height: 17px;}
#content li {padding-left: 10px;background: url(/images/right.jpg) no-repeat 5px center;}
#content li a:hover{color: #0089d5;text-decoration: none;}

a:hover{color:#0089d5;}

.news-box2{padding: 35px 0;width: 100%;min-width:1180px;background: #F5F5F5;overflow: hidden;}
/*.n-rightx{float:left;width: 381px;height: 371px;}*/
.gcjs{background: #fff;width: 380px;height: 371px;float: left;}
.gcjs:nth-child(1){margin-right: 20px;}
.gcjs:nth-child(2){margin-right: 20px;}
.gcjs li{overflow: hidden;text-overflow: ellipsis;}
.gcjs li:nth-child(2){margin-top: 13px;margin-left:20px;width: 338px;color: #212121;font-weight: bold;font-size: 16px;}
.gcjs li:nth-child(3){margin-top: 13px;margin-left:20px;width: 338px;color: #AAAAAA;font-size: 13px;}
.gcjs li:nth-child(4){margin-top: 13px;margin-left:20px;width: 338px;color: #989898;font-size: 14px;line-height: 20px;}

.news-content2 #tabsx{margin-bottom: 34px;margin-left: 464px;/*float: left;position: relative;left: 40%;*/}
#tabsx li {display:inline-block;width: 125px;height: 46px;border: 1px solid #dddddd;background:#FFFFFF;}
#tabsx li:nth-child(1){border-right: none;border-radius: 5px 0 0 5px;}
#tabsx li:nth-child(2){border-left: none;border-radius: 0 5px 5px 0;margin-left: -4px;}
#tabsx li a {color: #000000;width: 100%;display: block;line-height: 46px;text-align: center;}
#tabsx li.on {background: #0077c0;}
#tabsx li.on a {color: #FFFFFF;}
.qiehuan{display:block;position:absolute;margin-left: 500px; margin-top: 400px;}

/*投资*/
.z_title{ width:400px;}
.product-box2{width: 100%;min-width: 1180px;background: url(/images/product-bg2.jpg);height: 452px; padding-top:60px;}
.product-box2 .p-bg2{float:left; width:402px;}
.product-box2 .p-bg2 ul li{ float:left; height:76px; width:181px; background: url(/images/btn_bg0.png); margin-bottom:10px;  margin-right:15px; line-height:76px;}
.product-box2 .p-bg2 ul li:hover { background: url(/images/btn_bg1.png);}
.product-box2 .p-bg2 ul li a{float:left; color:#fff; font-size:18px;}
.product-box2 .p-bg2 ul li span{ float:left; margin-top:20px; margin-left:20px; width:48px; height:40px; display:block;}
.product-box2 .p-bg2 ul li:nth-of-type(1) span{ background: url(/images/btn_bg2.png) no-repeat 0px 0px; }
.product-box2 .p-bg2 ul li:nth-of-type(2) span{ background: url(/images/btn_bg2.png) no-repeat -204px 0px; }
.product-box2 .p-bg2 ul li:nth-of-type(3) span{ background: url(/images/btn_bg2.png) no-repeat 0px -84px; }
.product-box2 .p-bg2 ul li:nth-of-type(4) span{ background: url(/images/btn_bg2.png) no-repeat -204px -84px; }
.product-box2 .p-bg2 ul li:nth-of-type(5) span{ background: url(/images/btn_bg2.png) no-repeat 0px -168px; }
.product-box2 .p-bg2 ul li:nth-of-type(6) span{ background: url(/images/btn_bg2.png) no-repeat -204px -168px; }


.newgg .img img{margin-top: -3px;}
.newgg .img :nth-child(2){line-height: 50px;}

.jieshao{margin-left: 18px; float: left;margin-top: 16px;}

.jieshou2{ 
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 590px;
    background: rgba(125, 125, 120, .4);
    text-indent: 1em;
    /*padding-right: 373px;*/
    font-size: 17px;
    line-height: 29px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: normal;
    color: ghostwhite
}
.jieshou2 a { color: ghostwhite;}

.jieshou2 p:nth-child(1){ font-size: 16px; color: black;font-weight: bold;margin-top: 14px;}
.jieshou2 p:nth-child(2){ font-size: 12px; color: #888;}
.jieshao span{width: 62px;height: 41px;color: #FFFFFF;font-weight:bold;padding: 10px 16px;background: #0089D5;}
.jieshao p {width: 52px;height: 25px;font-size: 12px; color:#bbb;background: #EEEEEE;text-align: center;line-height: 25px;}

.submenu2{
width: 125px;
}


.gcjsyy{
-moz-box-shadow: 3px 3px 5px #888888; /* 老的 Firefox */
box-shadow: 3px 3px 5px #888888;}

li#current2{background: #0077c0;color:#ffffff;}
li#current2 a{color:#ffffff;}

.product-box2 .p-bg2 ul li:nth-of-type(3) span{ background: url(/images/btn_bg21.png) no-repeat;margin-top: 25px;}

/*20170502 多盈在线官网_多盈(中国)滚动公告*/
.lbgg{
height:26px;
overflow: hidden;
position:relative;
top:12px;

}
.lbgg ul{
position:relative;
top:0px;

}
.lbgg li a{
line-height:26px;
}

/*20170510 多盈在线官网_多盈(中国)新闻图片缩小&文字放大*/
.n-right{
width: 700px;
font-size: 20px;
margin-top:15px;
 margin-left: 1px;
}
#content li{
font-size:20px;
}









/*20230713 新增板块功能*/

.height20{background-color: #F0F0F0;width:100%;height:20px;}

.height120{background-color: white;width:100%;height:5px;}

div,
ul,
dl {
zoom: 1;
}

div:after,
ul:after,
dl:after {
content: "";
display: block;
clear: both;
height: 0;
visibility: hidden;
}



/*abouts*/

.about {
width: 100%;
min-width: 1300px;
}





.content-top {
width: 1180px;
margin: 0 auto;
background-color: #FFF;
}

.t-text {
padding-top: 20px;
}

.t-text p {
font-size: 24px;
font-family: Microsoft YaHei;
}




.content-top  #grad3 {
width: 500px;
height: 1px;
float: left;
background: -webkit-linear-gradient(left, rgba(255,0,0,0), rgba(0, 128, 206));
background: -o-linear-gradient(right, rgba(255,0,0,0), rgba(0, 128, 206));
background: -moz-linear-gradient(right, rgba(255,0,0,0), rgba(0, 128, 206));
background: linear-gradient(to right, rgba(255,0,0,0), rgba(0, 128, 206));
}

.content-top #grad4 {
width: 500px;
height: 1px;
float: right;
background: -webkit-linear-gradient(right, rgba(255,0,0,0), rgba(0, 128, 206));
background: -o-linear-gradient(left, rgba(255,0,0,0), rgba(0, 128, 206));
background: -moz-linear-gradient(left, rgba(255,0,0,0), rgba(0, 128, 206));
background: linear-gradient(to left, rgba(255,0,0,0), rgba(0, 128, 206));
}


.b-text {
padding-bottom: 20px;
}

.b-text p {
font-size: 24px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #0089D5;
}


/** 图片 */
.img_culture {
width: 367px;
height: 131px;
overflow: hidden;
padding: 0 10px 30px 10px;
}


a:-webkit-any-link {

cursor: pointer;
text-decoration: none;
}
.img_culture img {
width: 100%;
height: 100%;
}
img {
vertical-align: middle;
}
img {
border: none;
}


/*abouts*/

.abouts {
background: url(/images/background.png) no-repeat center center;
/*height: 717px;*/
width: 100%;
min-width: 1180px;
position: relative;
}
.content-top #grad1 {
width:500px;
height: 1px;
float: left;
background: -webkit-linear-gradient(left, rgba(255,0,0,0), rgba(0, 128, 206)); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(right, rgba(255,0,0,0), rgba(0, 128, 206)); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(right, rgba(255,0,0,0), rgba(0, 128, 206)); /* Firefox 3.6 - 15 */
background: linear-gradient(to right, rgba(255,0,0,0), rgba(0, 128, 206)); /* 标准的语法（必须放在最后） */
}
.content-top #grad2 {
width:500px;
height: 1px;
float: right;
background: -webkit-linear-gradient(right, rgba(255,0,0,0), rgba(0, 128, 206)); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(left, rgba(255,0,0,0), rgba(0, 128, 206)); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(left, rgba(255,0,0,0), rgba(0, 128, 206)); /* Firefox 3.6 - 15 */
background: linear-gradient(to left, rgba(255,0,0,0), rgba(0, 128, 206)); /* 标准的语法（必须放在最后） */
}
.content-top #grad3 {
width:500px;
height: 1px;
float: left;
background: -webkit-linear-gradient(left, rgba(255,0,0,0), rgba(0, 128, 206)); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(right, rgba(255,0,0,0), rgba(0, 128, 206)); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(right, rgba(255,0,0,0), rgba(0, 128, 206)); /* Firefox 3.6 - 15 */
background: linear-gradient(to right, rgba(255,0,0,0), rgba(0, 128, 206)); /* 标准的语法（必须放在最后） */
}
.content-top #grad4 {
width:500px;
height: 1px;
float: right;
background: -webkit-linear-gradient(right, rgba(255,0,0,0), rgba(0, 128, 206)); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(left, rgba(255,0,0,0), rgba(0, 128, 206)); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(left, rgba(255,0,0,0), rgba(0, 128, 206)); /* Firefox 3.6 - 15 */
background: linear-gradient(to left, rgba(255,0,0,0), rgba(0, 128, 206)); /* 标准的语法（必须放在最后） */
}
.img_href{
width:270px;
height:146px;
overflow:hidden;
padding:0 10px 20px 10px;
}
.img_bg{
text-align:center;
}
.img_bg a{
line-height: 146px;
display: block;
width: 200px;
height: 146px;
font-size:24px;
font-family:Microsoft YaHei;
font-weight:bold;
color:rgba(255,255,255,1);
}


.image-container1 {
    display: flex;
    justify-content: center;
    max-width: 1300px;
    margin: 0 auto;
}

.img_culture {
    width: 420px;
        height: 300px;
        margin: 0 5px;
        margin-bottom: 10px;
}



















































