body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
    margin: 0;
}
body, input, button, form, textarea {
    font-size: 14px;
    line-height: 28px;
    font-family: microsoft yahei,arial black;
    color: #333;
}
body {
    background: #fff;
}
input, button, ul, ol {
    margin: 0;
    padding: 0;
}
ul, ol {
    list-style: none;
}
li{
    list-style: none;
}
.clearfix {
    zoom: 1;
}
a:visited {
    text-decoration: none;
}
a {
    text-decoration: none;
    color: #333;
    background: 0 0;
    outline: none;
}
em, i {
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
    font-weight: normal;
}
div {
    margin: 0;
    padding: 0;
    border: 0;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.fr,.right {
    float: right;
}
.fl, .left {
    float: left;
}
.icon {
    background:  url(../images/icon.png) no-repeat center;
    display: inline-block;
    vertical-align: middle;
}
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.header_main {
    background: #fff;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
}
.header_main .ksdh {
    color: #666;
}
.header_main .ksdh li {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0 8px;
}
.header_main .ksdh .split {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #666;
    vertical-align: middle;
    margin: 0;
}
.header_main .ksdh a {
    color: #666;
    display: inline-block;
    font-size: 12px;
}
.header_main span {
    color: #666;
    display: inline-block;
    margin-right: 10px;
}
/*顶部结束*/
/*页头开始*/
.top_main {
    width: 100%;
	overflow: hidden;
}
.top_main .top {
    padding-top: 20px;
    padding-bottom: 20px;
}
.top_main .logo {
    display: block;
}
.top .toprig {
    width: 775px;
    padding-top: 6px;
}
.top .toprig .item {
    padding-top: 12px;
}
.top .toprig .item.it3{
    padding-top: 0;
    height: 82px;
}
.top .toprig .item.it3 img{
    width: 82px;
}
.top .toprig .item span.icon {
    width: 1px;
    height: 40px;
    display: block;
    float: left;
    margin-right: 20px;
    background: #999999;
}
.top .toprig .it1 span {
    background-position: -100px 0;
}
.top .toprig .it2 span {
    background-position: -148px 0;
}
.top .toprig .it3 span {
    background-position: -194px 0;
}
.top .toprig .it4 {
    padding-top: 0px;
    background: url(../images/icon_tel.png) no-repeat left 20px;
    padding-left: 60px;
    padding-right: 15px;
}
.top .toprig .item h3 {
    font-size: 18px;
    font-weight: 700;
}
.top .toprig .item h3 span {
    color: #dd0000;
}
.top .toprig .item p {
    color: #666;
    line-height: 15px;
    width: 400px;
}
.top .toprig .item i {
    display: block;
    font-size: 16px;
    color: #666;
}
.top .toprig .item h4 {
    font-family: avantgardeitvbybt book,arial;
    display: block;
    font-size: 24px;
    color: #005faf;
    font-weight: 700;
}
/*页头结束*/
/*导航开始*/
.nav_main {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #005faf;
    position: relative;
    z-index: 10;
}
#nav ul {
    margin: 0 auto;
    width: 100%;
}
#nav li {
    float: left;
    width: 170px;
    display: block;
    list-style: none;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    position: relative;
    margin: 0;
    background: url(../images/nav_line.png) no-repeat right center;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
#nav li:hover, #nav li.hover {
    background: #3ba86f url(../images/nav_line.png) no-repeat right center;
}
#nav li a {
    display: block;
    text-align: center;
    position: relative;
    color: #fff;
    height: 50px;
}
#nav li:hover a, #nav li.hover a {
    color: #fff;
}
#nav ul .subnav {
    background: #fff;
    border-top: 2px solid #63b670;
    box-shadow: 0 13px 42px 11px rgba(0,0,0,.05);
    height: auto;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 199;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0,direction=120,strength=5);
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease 0s;
    transform: translate3d(0,10px,0);
    -moz-transform: translate3d(0,10px,0);
    -webkit-transform: translate3d(0,10px,0);
}
#nav ul li:hover .subnav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}
#nav ul .subnav a {
    color: #666;
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    height: 22px;
    padding: 10px;
    transition: all .2s ease-in-out 0s;
    max-width: 100%;
    border-bottom: 1px solid #eee;
}
/*导航结束*/
/*banner开始*/
#banner_main {
    overflow: hidden;
    position: relative;
    z-index: 2;
}
#banner {
    width: 100%;
    min-width: 1000px;
    position: relative;
    overflow: hidden;
    z-index: 0;
	max-height: 650px;
	height: 650px;
    overflow: hidden;
}
#banner, .banner ul {
    max-height: 650px;
    overflow: hidden;
}
.banner li {
    width: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
}
.banner li img {
    width: 1920px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
}
#banner .tip {
    width: 1000px;
    height: 20px;
    line-height: 0;
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    bottom: 20px;
    z-index: 3;
}
#banner .tip span {
    height: 5px;
    margin: 0 2px;
    width: 50px;
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    background: #000;
    opacity: .3;
    filter: Alpha(opacity=60);
    *zoom: 1;
}
#banner .tip span.cur {
    background-color: #008117;
    opacity: 1;
    filter: Alpha(opacity=100);
}
#banner #btn_prev, #banner #btn_next {
    width: 40px;
    height: 90px;
    position: absolute;
    top: 50%;
    z-index: 5;
    margin-top: -45px;
    -webkit-transition: all 0s ease-in-out 0s;
    -moz-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
}
#banner #btn_prev {
    background-position: 0 0;
    left: 5%;
}
#banner #btn_next {
    background-position: -50px 0;
    right: 5%;
}
#banner #btn_prev:hover {
    background-position: 0 -98px;
}
/*banner结束*/
/*搜索开始*/
.floor_0_main {
    height: 51px;
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-bottom: #eee solid 1px;
}
.floor_0_main .floor_0_1 {
    float: left;
    line-height: 50px;
}
.floor_0_main .floor_0_1 p {
    font-size: 12px;
    color: #333;
    line-height: 50px;
}
.floor_0_main .floor_0_2 {
    float: right;
    width: 276px;
    height: 30px;
    overflow: hidden;
    border: #efefef solid 1px;
    background-color: #fff;
    position: relative;
    margin-top: 9px;
    border-radius: 4px;
    position: relative;
}
.floor_0_main .floor_0_2 input {
    background-color: none;
    border: none;
}
.floor_0_main .floor_0_2 .stxt {
    width: 245px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-indent: 10px;
    color: #999;
}
.floor_0_main .floor_0_2 .sbtn {
    width: 30px;
    height: 28px;
    display: block;
    cursor: pointer;
	background: url(../images/icon1.png) no-repeat;
    background-position: -0px -164px;
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: 0;
}
/*搜索结束*/
/*产品中心开始*/
.product_main{
    width: 100%;
    background: url(../images/t4_02.jpg) center center no-repeat;
    padding-bottom: 100px;
    padding-top: 60px;
}
.product_main .floor_1 {
    padding-top: 54px;
    display: inline-block;
    width: 1200px;
}
.product_main .floor_1 .floor_1_1 {
    position: relative;
    background: url(../images/t1_03.jpg) top center no-repeat;
    width: 250px;
    height: 807px;
    float: left;
}
.product_main .floor_1 .floor_1_1 h3 {
    height: 85px;
    width: 250px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    line-height: 74px;
    padding: 5px 0;
}
.product_main .floor_1 .floor_1_1 ul {
    display: inline-block;
    width: 230px;
    margin-left: 10px;
}
.product_main .floor_1 .floor_1_1 ul li {
    display: block;
    width: 230px;
    margin-top: 10px;
}
.product_main .floor_1 .floor_1_1 ul li a.ej{
    display: block;
    width: 228px;
    height: 38px;
    border: #4e88b9 solid 1px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
}
.product_main .floor_1 .floor_1_1 ul li p{
    display:none;
}
.product_main .floor_1 .floor_1_1 ul li:first-child p{
    display:block;
}
.product_main .floor_1 .floor_1_1 ul li p{
    padding:15px 0;
}
.product_main .floor_1 .floor_1_1 ul li p a{
    text-align: center;
    color:#fff;
    font-size: 14px;
    display: block;
    line-height: 35px;
}
.product_main .floor_1 .floor_1_1 dl {
    position: absolute;
    bottom: 0;
    width: 230px;
    margin-left: 10px;
    margin-top: 34px;
    text-align: center;
}
.product_main .floor_1 .floor_1_1 dl dt {
    background: url(../images/t2_03.png) center center no-repeat;
    width: 230px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 16px;
    color: #fff;
}
.product_main .floor_1 .floor_1_1 dl dd {
    font-family: "Arial";
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 24px;
}
.product_main .floor_1 .floor_1_2 {
    float: right;
    width: 900px;
}
.product_main .floor_1 .floor_1_2 .fl_t {
    background: url(../images/t3_03.jpg) center center no-repeat;
    width: 900px;
    height: 60px;
}
.product_main .floor_1 .floor_1_2 .fl_t p {
    float: left;
    font-size: 24px;
    color: #fff;
    padding-left: 28px;
    text-align: center;
    line-height: 60px;
}
.product_main .floor_1 .floor_1_2 .fl_t a {
    display: block;
    float: right;
    font-size: 16px;
    color: #333;
    padding-right: 20px;
    line-height: 60px;
}
.product_main .game163 {
    width: 842px;
    position: relative;
    padding: 30px 28px;
    border: 1px solid #e5e5e5;
    border-top: none;
}
.product_main .game163 .bigImg {
    width: 842px;
    height: 350px;
    position: relative;
}
.product_main .game163 .bigImg li {
    height: 350px;
}
.product_main .game163 .bigImg .iopo {
    display: block;
    width: 470px;
    height: 348px;
    border: #f2f2f2 solid 1px;
    text-align: center;
    float: left;
}
.product_main .game163 .bigImg .iopo img {
    width: 460px;
    height: 340px;
    display: inline-block;
    margin-top: 5px;
}
.product_main .game163 .bigImg .txt {
    width: 340px;
    height: 350px;
    float: right;
    font-size: 24px;
    color: #333;
}
.product_main .game163 .bigImg .txt h2 {
    width: 100%;
    font-size: 24px;
    padding-bottom: 18px;
    color: #333;
    border-bottom: #e5e5e5 solid 1px;
    font-weight: normal;
}
.product_main .game163 .bigImg .txt p {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    margin: 13px 0;
    text-align: justify;
    height: 230px;
    overflow: hidden;
}
.product_main .game163 .bigImg .txt .lx a {
    display: inline-block;
    width: 160px;
    height: 46px;
    background-color: #3ba86f;
    text-align: center;
    line-height: 46px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
}
.product_main .game163 .bigImg .txt .lx a.x2 {
    margin-left: 20px;
    display: inline-block;
    width: 160px;
    height: 46px;
    background-color: #005faf;
    text-align: center;
    line-height: 46px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
	float: right;
}
.product_main .game163 .smallScroll {
    width: 100%;
    position: relative;
    height: 314px;
    margin-top: 22px;
}
.product_main .game163 .smallScroll .sPrev {
    width: 120px;
    height: 36px;
    position: absolute;
    display: block;
    left: 286px;
    bottom: 0;
    text-align: center;
    background-color: #3ba86f;
    z-index: 22;
}
.game163 .smallScroll .sNext {
    width: 120px;
    height: 36px;
    position: absolute;
    display: block;
    left: 436px;
    bottom: 0;
    text-align: center;
    background-color: #3ba86f;
    z-index: 22;
}
.product_main .game163 .smallScroll .sPrev span {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
}
.game163 .smallScroll .sNext span {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
}
.product_main .game163 .smallScroll .smallImg {
    width: 840px;
    position: relative;
    height: 300px;
}
.product_main .game163 .smallScroll .smallImg ul {
    width: auto;
    height: 251px;
    overflow: hidden;
    top: 0px;
    left: 0px;
    position: absolute;
}
.product_main .game163 .smallScroll .smallImg ul li {
    width: 285px;
    cursor: pointer;
    height: 251px;
    float: left;
    border-bottom: 1px solid #eaeaea;
    display: block;
}
.product_main .game163 .smallScroll .smallImg ul li img {
    width: 270px;
    height: 200px;
    display: block;
    overflow: hidden;
}
.product_main .game163 .smallScroll .smallImg ul li h2 {
    width: 270px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #333;
    position: relative;
}
.product_main .game163 .smallScroll .smallImg ul li h2 i {
    display: block;
    width: 13px;
    height: 13px;
    background-position: 0px -195px;
    position: absolute;
    right: 0;
    top: 19px;
}
/*产品中心结束*/
/*四大优势开始*/
.adv {
    width: 100%;
    overflow: hidden;
    padding-bottom: 58px;
}
.adv .Title {
    width: 100%;
    background: url(../images/advtitlebg.jpg) no-repeat center;
    height: 170px;
    text-align: center;
    padding-top: 38px;
}
.adv .Title h2 {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
}
.adv .Title .p1 {
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
}
.adv .Title .p2 {
	font-size: 24px;
	color: #fff;
	width: 498px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #3ba86f;
	margin: 20px auto 0;
}
.adv .conBox {
	width: 100%;
	overflow: hidden;
	padding-top: 54px;
}
.adv .conBox .w1200 {
	overflow: hidden;
	position: relative;
}
.adv .conBox .w1200 .pic {
	top: 38px;
	left: 562px;
	display: block;
	position: absolute;
}
.adv .conBox .con {
	overflow: hidden;
}
.adv .conBox .con img {
	display: block;
	float: left;
}
.adv .conBox .con .box {
	float: right;
	width: 527px;
}
.adv .conBox .con .box h3 {
	font-size: 26px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 44px;
}
.adv .conBox .con .box h3 span {
	color: #3ba86f;
}
.adv .conBox .con .box p {
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	margin-bottom: 24px;
	background: url(../images/pro_details_icon01.png) no-repeat left 6px;
	padding-left: 28px;
}
.adv .conBox .con1 .box {
	padding-top: 60px;
	height: 343px;
}
.adv .conBox .con2 .box {
	height: 313px;
	width: 532px;
	padding-top: 18px;
}
.adv .conBox .con3 .box {
	height: 284px;
	width: 514px;
	padding-top: 26px;
}
.adv .conBox .con4 .box {
	height: 265px;
	width: 529px;
	padding-top: 32px;
}
.adv .conBox .con4 .box h3 {
	margin-bottom: 30px;
}
.adv .conBox .con3 .box h3 {
	margin-bottom: 30px;
}
.adv .conBox .con2 img, .adv .conBox .con4 img {
	float: right;
}
.adv .conBox .con2 .box, .adv .conBox .con4 .box {
	float: left;
	text-align: right;
}
.adv .conBox .con2 .box p, .adv .conBox .con4 .box p {
	background: url(../images/pro_details_icon01.png) no-repeat right 6px;
	padding-right: 28px;
}
.Dz {
	width: 100%;
	background: url(../images/dzbg.jpg) no-repeat center;
	height: 206px;
}
.Dz .w1200 {
	position: relative;
	height: 206px;
}
.Dz img {
	position: absolute;
	left: 25px;
	bottom: 21px;
}
.Dz .con {
	width: 417px;
	position: absolute;
	top: 50px;
	left: 782px;
	overflow: hidden;
}
.Dz .con .btn {
	width: 131px;
	float: left;
	margin-top: 10px;
}
.Dz .con .btn a {
	font-size: 15px;
	color: #fff;
	display: block;
	height: 39px;
	width: 131px;
	line-height: 39px;
	text-align: center;
	border-radius: 4px;
	text-decoration: none;
}
.Dz .con .btn .a1 {
	background: #3ba86f;
	border-bottom: 1px solid #f6dcb4;
	margin-bottom: 8px;
}
.Dz .con .btn .a2 {
	background: #005197;
	border-top: 1px solid #b2dbef;
}
.Dz .con .phone {
	width: 190px;
	float: left;
	margin-left: 67px;
}
.Dz .con .phone p {
	background: url(../images/dz-phone.png) no-repeat 3px center;
	font-size: 16px;
	color: #333333;
	height: 40px;
	line-height: 40px;
	padding-left: 50px;
}
.Dz .con .phone i {
	display: block;
	color: #005197;
	font-size: 26px;
	font-family: 'microsoft yahei';
	margin-top: 2px;
	font-weight: bold;
}
/*四大优势结束*/
/*行业应用开始*/
.application_main{
    padding-top: 90px;
    margin-bottom: 90px;
}
.yunu-advantage{
    padding-top: 50px;
}
.yunu-advantage li {
    float: left;
    width: 33.333333%;
    margin-bottom: 24px;
}
.yunu-advantage li a {
    display: block;
    margin: 0 0 0 24px;
    background-color: #F2F2F2;
}
.yunu-advantage li a:hover {
    background: #015198;
    color: #fff;
}
.yunu-advantage li h4 {
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    height: 60px;
    margin: 0;
}
.yunu-advantage li div {
    position: relative;
    height: 260px;
    overflow: hidden;
}
.yunu-advantage li div img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.yunu-advantage li div img:hover {
    transform: scale(1.2);
}
/*行业应用结束*/
/*关于我们*/
.about_main {
    margin-top: 90px;
}
.about_main .about_main_6_1{
    background: url(../images/t12_03.jpg) center center no-repeat;
    width: 1200px;
    height: 590px;
    position: relative;
}
.about_main .about_main_6_1 .indexTit{
    text-align: right;
    position: absolute;
    right: 0;
    top: 8px;
}
.about_main .about_main_6_1 .indexTit .tit{
    font-size: 48px;
    color: #005197;
    font-weight: bold;
    line-height: 48px;
}
.about_main .tit span {
    color: #3ba86f;
    display: inline-block;
    padding-left: 24px;
}
.about_main .about_main_6_1 .indexTit .subtit {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    line-height: 18px;
    text-align: right;
    width: 1200px;
    margin: 0 auto;
    margin-top: 18px;
}
.about_main .about_main_6_1 .about_main_6_2 {
    padding-left: 10px;
    padding-top: 10px;
}
.about_main .about_main_6_1 .about_main_6_2 b{
    width: 625px;
    height: 560px;
    border: #fff solid 1px;
    opacity: 0.4;
    filter: Alpha(opacity=40);
    position: absolute;
    left: 14px;
    top: 14px;
}
.about_main .about_main_6_1 .about_main_6_2 img {
    width: 635px;
    height: 570px;
    background-size: 100%;
    float: left;
}
.about_main .about_main_6_1 .about_main_6_2 .f_z{
    float: left;
    width: 430px;
    margin-left: 49px;
    margin-top: 165px;
}
.about_main .about_main_6_1 .about_main_6_2 h3{
    font-size: 24px;
    color: #fff;
    line-height: 24px;
}
.about_main .about_main_6_1 .about_main_6_2 p{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-top: 24px;
    text-align: justify;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    margin-bottom: 20px;
    text-indent: 2em;
}
.about_main .about_main_6_1 .about_main_6_2 a{
    display: block;
    float: right;
    width: 170px;
    height: 44px;
    border: #739bbe solid 1px;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 44px;
}
.about_main .about_main_6_3{
    display: block;
    clear: left;
    width: 1200px;
    margin-top: 50px;
}
.about_main .about_main_6_3 .parHd {
    height: 45px;
    width: 1200px;
    position: relative;
}
.about_main .about_main_6_3 .parHd s {
    display: block;
    width: 410px;
    height: 1px;
    background-color: #eee;
    position: absolute;
    left: 0;
    top: 22px;
}
.about_main .about_main_6_3 .parHd b {
    display: block;
    width: 410px;
    height: 1px;
    background-color: #eee;
    position: absolute;
    right: 0;
    top: 22px;
}
.about_main .about_main_6_3 .parHd ul {
    display: block;
    width: 180px;
    height: 45px;
    margin: 0 auto;
}
.about_main .about_main_6_3 .parHd ul li {
    display: block;
    width: 178px;
    height: 43px;
    float: left;
    border: #eee solid 1px;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.about_main .about_main_6_3 .parHd ul li:hover, .about_main .about_main_6_3 .parHd ul li.on {
    background-color: #3ba86f;
    border: #3ba86f solid 1px;
}
.about_main .about_main_6_3 .parHd ul li a {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 43px;
    text-align: center;
}
.about_main .about_main_6_3 .parHd ul li:hover a, .about_main .about_main_6_3 .parHd ul li.on a {
    color: #fff;
}
.about_main .about_main_6_3 .parBd {
    width: 1200px;
    height: 214px;
    margin-top: 50px;
}
.about_main .about_main_6_3 .parBd .slideBox {
    width: 1200px;
    height: 214px;
    position: relative;
}
.about_main .about_main_6_3 .parBd .icon {
    background: url(../images/icon1.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.about_main .about_main_6_3 .parBd .slideBox .sPrev {
    width: 40px;
    height: 90px;
    background-color: #ddd;
    position: absolute;
    left: -58px;
    top: 62px;
}
.about_main .about_main_6_3 .parBd .slideBox .sPrev span {
    width: 14px;
    height: 26px;
    background-position: -51px -158px;
    margin-top: 32px;
    margin-left: 13px;
}
.about_main .about_main_6_3 .parBd .slideBox .sPrev:hover, .about_main .about_main_6_3 .parBd .slideBox .sNext:hover {
    background-color: #343d44;
}
.about_main .about_main_6_3 .parBd .slideBox .sNext {
    width: 40px;
    height: 90px;
    background-color: #ddd;
    position: absolute;
    right: -58px;
    top: 62px;
}
.about_main .about_main_6_3 .parBd .slideBox .sNext span {
    width: 14px;
    height: 26px;
    background-position: -69px -158px;
    margin-top: 32px;
    margin-left: 13px;
}
.about_main .about_main_6_3 .parBd .slideBox .sPrev:hover, .about_main .about_main_6_3 .parBd .slideBox .sNext:hover {
    background-color: #343d44;
}
.about_main .about_main_6_3 .parBd .slideBox ul li {
    float: left;
    width: 290px;
    height: 214px;
    position: relative;
    margin-right: 13px;
    overflow: hidden;
    text-align: center;
}
.about_main .about_main_6_3 .parBd .slideBox ul li img {
    width: 290px;
    height: 214px;
    background-size: 100%;
    transition: all .36s ease;
}
.about_main .about_main_6_3 .parBd .slideBox ul li:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.about_main .about_main_6_3 .parBd .slideBox ul li p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 290px;
    height: 36px;
    background: url(../images/t13_03.png);
    font-size: 14px;
    color: #fff;
    line-height: 36px;
}
/*关于我们结束*/
.nybanner img{width:100%;}
/*小banner开始*/
.xbanner {
    background: url(../images/ixbannerbg2.jpg) center center no-repeat;
    width: 100%;
    height: 200px;
}
.xbanner .slip_tit {
    width: 772px;
}
.xbanner .slip_tit .tit1 {
    padding-top: 55px;
    font: bold 32px "microsoft yahei";
    color: #fff;
}
.xbanner .slip_tit .tit2 {
    margin-top: 14px;
    font-size: 22px;
    color: #fff;
}
.xbanner .slip_btn {
    width: 300px;
    text-align: center;
}
.xbanner .slip_btn span {
    display: block;
    font-size: 15px;
    color: #fff;
    line-height: 18px;
    padding-top: 20px;
    padding-bottom: 5px;
}
.xbanner .slip_btn span i {
    background: url(../images/icon1.png) no-repeat;
    width: 16px;
    height: 16px;
    background-position: -0px -141px;
    margin-right: 7px;
    vertical-align: bottom;
}
.xbanner .slip_btn p {
    font-weight: bold;
    font-size: 34px;
    color: #fff;
    font-family: "Arial";
    line-height: 36px;
}
.xbanner .slip_btn a {
    background: url(../images/icon1.png) no-repeat;
    display: block;
    width: 300px;
    height: 46px;
    background-position: 0px -217px;
    margin-top: 16px;
    font-size: 18px;
    color: #fff;
    line-height: 46px;
    position: relative;
    -webkit-transition: all .0s ease-in-out 0s;
    -moz-transition: all .0s ease-in-out 0s;
    transition: all .0s ease-in-out 0s;
}
.xbanner .slip_btn a img {
    width: 300px;
    height: 0;
    transition: all .36s ease;
    position: absolute;
    left: 0;
    top: 46px;
}
/*小banner结束*/
/*新闻开始*/
.mews_main{
    width: 100%;
    padding-top: 80px;
    overflow: hidden;
    background-color: #fcfcfc;
    padding-bottom: 100px;
}
.indexTit {
    text-align: center;
}
.indexTit .tit {
    font-size: 48px;
    color: #005197;
    font-weight: bold;
    line-height: 48px;
}
.indexTit .tit span {
    color: #3ba86f;
    display: inline-block;
}
.indexTit .subtit {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    margin-top: 18px;
}
.mews_main .floor_5_1 {
    width: 1200px;
    height: 452px;
    padding-top: 50px;
}
.mews_main .floor_5_1 .floor_5_z {
    float: left;
    width: 380px;
    height: 452px;
    position: relative;
}
.mews_main .floor_5_1 .floor_5_z a {
    display: block;
}
.mews_main .floor_5_1 .floor_5_z b {
    width: 380px;
    height: 285px;
    overflow: hidden;
    display: block;
}
.mews_main .floor_5_1 .floor_5_z img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all .36s ease;
}
.mews_main .floor_5_1 .floor_5_z a:hover b img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.mews_main .floor_5_1 .floor_5_z em {
    display: block;
    width: 100px;
    height: 100px;
    background-color: #3ba86f;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: "Arial";
    position: absolute;
    left: 0;
    top: 0;
}
.mews_main .floor_5_1 .floor_5_z em span {
    display: block;
    font-size: 60px;
    color: #fff;
    line-height: 50px;
    padding-top: 14px;
}
.mews_main .floor_5_1 .floor_5_z .dk {
    height: 213px;
    width: 100%;
    border-top: none;
}
.mews_main .floor_5_1 .floor_5_z h3 {
    font-size: 18px;
    color: #333;
    line-height: 18px;
    width: 100%;
    display: block;
    padding-top: 20px;
}
.mews_main .floor_5_1 .floor_5_z:hover h3 {
    color: #3ba86f;
}
.mews_main .floor_5_1 .floor_5_z p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mews_main .floor_5_1 .floor_5_z i {
    display: block;
    font-size: 14px;
    color: #434343;
    margin: 0;
    padding: 0;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: #e5e5e5 solid 1px;
    border-radius: 6px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.mews_main .floor_5_1 .floor_5_y {
    float: right;
    width: 800px;
    height: 452px;
}
.mews_main .floor_5_1 .floor_5_y ul {
    display: block;
    width: 100%;
    height: 452px;
    margin: 0 auto;
}
.mews_main .floor_5_1 .floor_5_y ul li {
    height: 103px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 28px;
    position: relative;
    border-bottom: #b9b9b9 dashed 1px;
    padding-bottom: 28px;
}
.mews_main .floor_5_1 .floor_5_y ul li a {
    display: block;
    width: 100%;
    height: 100px;
}
.mews_main .floor_5_1 .floor_5_y ul li em {
    display: block;
    float: left;
    display: block;
    width: 98px;
    height: 98px;
    border: #e5e5e5 solid 1px;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-family: "Arial";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.mews_main .floor_5_1 .floor_5_y ul li:hover em, .mews_main .floor_5_1 .floor_5_y ul li:hover em span {
    color: #3ba86f;
}
.mews_main .floor_5_1 .floor_5_y ul li em span {
    display: block;
    font-size: 60px;
    color: #333;
    line-height: 50px;
    padding-top: 14px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.mews_main .floor_5_1 .floor_5_y ul li h3 {
    width: 660px;
    float: right;
    height: 100px;
}
.mews_main .floor_5_1 .floor_5_y ul li p {
    font-size: 18px;
    color: #333;
    width: 100%;
    line-height: 18px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.mews_main .floor_5_1 .floor_5_y ul li:hover p {
    color: #3ba86f;
}
.mews_main .floor_5_1 .floor_5_y ul li p span {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    padding-top: 18px;
    font-weight: normal;
}
/*新闻结束*/
/*新闻详情页开始*/
.showNews {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
}
.showNews .title {
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin: 10px 0 22px;
    font-weight: bold;
}
.showNews .mark {
    color: #999999;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 20px;
    border-top: 1px dashed #e5e5e5;
    border-bottom: 1px dashed #e5e5e5;
}
.showNews .mark span {
    margin: 0 10px;
}
.showNews {
    color: #666666;
    padding: 0 0 30px;
    line-height: 30px;
}
.showContxt.case {
    background: #0890e1;
    line-height: 24px;
    height: 400px;
    overflow: hidden;
}
.showContxt .tu {
    width: 65%;
    height: 400px;
    overflow: hidden;
}
.showContxt .tu img {
    width: 100%;
    display: block;
    height: 400px;
}
.showContxt .nr {
    box-sizing: border-box;
    width: 35%;
    padding: 37px;
    color: #fff;
}
.showContxt .nr p {
    margin-bottom: 20px;
    font-size: 15px;
}
.showContxt .nr strong {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    font-size: 18px;
}
/*新闻详情页结束*/
/*联系我们开始*/
.contact-1 {
    margin: 40px 0;
    border: 1px solid #ddd;
}
.contact-1 dt {
    float: left;
    width: 440px;
}
.img-center {
    text-align: center;
    font-size: 0;
}
.contact-1 dd {
    margin-left: 440px;
    padding: 70px 50px 0 50px;
}
.contact-1 dd h4 {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    color: #127a44;
}
.contact-1 dd p {
    font-size: 16px;
    color: #666;
    line-height: 2;
    margin: 20px 0 0;
}
.contact-2 {
    margin-left: -20px;
    margin-bottom: 40px;
}
.contact-2 li {
    float: left;
    width: 25%;
}
.contact-2 li .wrap {
    border: 1px solid #ddd;
    margin-left: 20px;
    text-align: center;
    padding: 20px;
}

.contact-2 li img {
    display: block;
    height: 50px;
    width: auto;
    margin: 0 auto;
}
.contact-2 li p {
    margin-bottom: 0;
    height: 60px;
    overflow: hidden;
    font-size: 16px;
}

/*联系我们结束*/
/*详情页分页开始*/
.reLink {
    width: 100%;
    height: 25px;
    border-top: 1px solid #d7d6d6;
    padding: 15px 0 20px;
    margin-top: 20px;
}
.reLink .nextLink, .reLink .prevLink {
    width: 50%;
    line-height: 25px;
    color: #666;
    float: left;
}
.reLink .nextLink {
    text-align: right;
    float: right;
}
/*详情页分页结束*/
/*分页开始*/
.pglist {
    padding: 30px 0;
    width: 100%;
    text-align: center;
    clear: both;
}
.pglist li{
    border: 1px solid #edebeb;
    margin: 0 4px;
    background: #fff;
	display: inline-block;
}
.pglist li a {
    color: #333;
	display: block;
	padding: 0 15px;
}
.pglist li:hover, .pglist li.active {
    color: #fff;
    background: #3ba86f;
    border-color: #3ba86f;
}
.pglist li:hover a,.pglist li.active a{
    color: #fff;
}
/*分页结束*/
/*友情链接开始*/
.link_main{
    height: 60px;
    width: 100%;
    line-height: 60px;
    background-color: #3ba86f;
}
.link_main .tit {
    float: left;
    width: 80px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.link_main ul {
    display: inline-block;
    float: right;
    width: 1120px;
    height: 60px;
    line-height: 60px;
}
.link_main ul a{color:#fff;padding:0 2px;}
.link_main ul li {
	float: left;
	height: 60px;
	line-height: 60px;
	padding-right: 10px;
}
.link_main ul li a {
	display: block;
	font-size: 14px;
	color: #fff;
}
.link_main ul li a:hover {
	color: #f1f1f1;
}
/*友情链接结束*/
/*内页开始*/
/*位置开始*/
.location {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    position: relative;
    z-index: 9;
    overflow: hidden;
    border-bottom: 1px solid #dedede;
}
.location .sitepath {
    color: #363636;
    white-space: nowrap;
}
.location .sitepath s {
    background: url(../images/icon1.png) no-repeat;
    width: 12px;
    height: 12px;
    background-position: -489px -213px;
    margin-right: 6px;
}
.location .sitepath a {
    color: #363636;
    padding: 0 5px;
}
.location .menu {
    height: 52px;
    line-height: 52px;
    position: relative;
    z-index: 1;
}
.location .menu li {
    padding: 0;
    float: left;
    height: 50px;
    line-height: 50px;
    margin-left: 30px;
    text-align: center;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    color: #363636;
    display: inline-block;
    position: relative;
}
.location .menu li a {
    display: block;
}
.location .menu li:hover a,.location .menu li.hover a{color: #3ba86f;}
/*位置结束*/
/*正文内容开始*/
.wrapper .ntitle2 {
    position: relative;
    text-align: center;
    padding-top: 50px;
}
.wrapper .ntitle2 h3 {
    font-size: 48px;
    color: #333;
    line-height: 48px;
    font-weight: normal;
    position: relative;
}
.wrapper .ntitle2 h3 s {
    background: url(../images/a6_03.png) center center no-repeat;
    width: 619px;
    height: 9px;
    display: block;
    margin: 0 auto;
    margin-top: 18px;
}
.ntpo {
    padding-top: 30px;
    padding-bottom: 30px;
}
/*正文内容结束*/
/*产品列表页开始*/
.menu_pro {
    line-height: 52px;
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 50px;
    position: relative;
}
.menu_pro li {
    height: 40px;
    line-height: 40px;
    margin: 5px;
    display: inline-block;
}
.menu_pro li a {
    display: block;
    border: 1px solid #dcdcdc;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}
.menu_pro li a:hover, .menu_pro li.hover a {
    border: 1px solid #3ba86f;
    color: #fff;
    background: #3ba86f;
}
.menu_pro li div.sj{
    display: none;
    position: absolute;
    left:0;
    padding-top: 15px;
}
.menu_pro li:hover div.sj{
    display:block;
    width:100%;
}
.menu_pro li div.sj p{
    display: inline-block;
}
.menu_pro li div.sj a{
    height: 32px;
    line-height: 32px;
    float:left;
    margin: 0 5px;
    border: none;
    font-size: 14px;
    background: #f2f2f2;
    padding: 0 10px;
}
.menu_pro li div.sj a:hover {
    color: #3ba86f;
    font-weight: 500;
}
.girdlist {
    overflow: hidden;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
}
.girdlist .list {
    width: 100%;
}
.girdlist .item {
    width: 384px;
    float: left;
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 23px;
    position: relative;
    background: #fff;
}
.girdlist.huxin .item:nth-child(3n) {
    margin-right: 0;
}
.girdlist .item a {
    display: block;
}
.girdlist .item .img {
    width: 382px;
    height: 296px;
    overflow: hidden;
    border: #eeeeee solid 1px;
    position: relative;
    text-align: center;
}
.girdlist .item .img img {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    width: 360px;
    height: 270px;
    display: inline-block;
    margin-top: 13px;
}
.girdlist .item:hover img {
    transform: scale(1.1, 1.1);
}
.girdlist .item .item_mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: Alpha(opacity=0);
    *zoom: 1;
    -webkit-transform: rotateX(180deg) scale(0.5, 0.5);
    transform: rotateX(180deg) scale(0.2, 0.2);
    transition: all ease-out .5s;
}
.girdlist .item:hover .item_mask {
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-transform: rotateX(0deg) scale(1, 1);
    transform: rotateX(0deg) scale(1, 1);
    transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
    background: rgba(0, 0, 0, 0.3);
}
.girdlist .item .item_mask .item_link_icon {
    background: url(../images/icon1.png) no-repeat;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    background-position: -440px -313px;
    line-height: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    *top: 40%;
    margin-left: -30px;
    margin-top: -0px;
    opacity: 0;
    filter: Alpha(opacity=0);
    *zoom: 1;
}
.girdlist .item:hover .item_mask .item_link_icon {
    transform: translateY(-21px);
    opacity: 1;
    filter: Alpha(opacity=100);
}
.girdlist.huxin .item .item_mask .item_link_icon {
    margin-top: -12px;
}
.girdlist .item .txt {
    background: #fff;
    height: 56px;
    line-height: 56px;
    position: relative;
    font-size: 16px;
    color: #333;
    border-bottom: #eeeeee solid 1px;
    overflow: hidden;
}
.girdlist .item .txt p {
    width:90%;
    font-size: 14px;
    color: #333;
    float: left;
    transition: .5s ease;
}
.girdlist .item:hover p {
    color: #3ba86f;
    transition: .5s ease;
}
.girdlist .item .txt i {
    background: url(../images/icon1.png) no-repeat;
    float: right;
    width: 15px;
    height: 15px;
    background-position: -487px -246px;
    margin-top: 20px;
    transition: .5s ease;
}
.girdlist .item:hover .txt i {
    background-position: -487px -228px;
    transition: .5s ease;
}
/*产品列表页结束*/
/*产品详情页开始*/
.showProduct {
    padding-bottom: 30px;
}
.showImg {
    padding-top: 40px;
}
.htmleaf-container {
    float: left;
    width: 530px;
}
.mod18 {
    width: 530px;
    position: relative;
    margin: 0 auto;
}
.mod18 .btn1 {
    position: absolute;
    cursor: pointer;
    z-index: 99;
    font-size: 50px;
    font-weight: bold;
}
.mod18 #prev, .mod18 #next {
    top: 440px;
    width: 10px;
    height: 16px;
    background: url(../images/prevbtn.png) no-repeat;
}
.mod18 #next.btn1.next {
    right: 10px;
    background: url(../images/nextbtn.png) no-repeat;
}
.mod18 .picBox {
    width: 530px;
    height: 398px;
    position: relative;
    overflow: hidden;
}
.mod18 .picBox ul {
    height: 398px;
    position: absolute;
    left: 0;
}
.mod18 .picBox li {
    width: 530px;
    height: 398px;
	position: relative;
    color: #fff;
	float: left;
}
.mod18 .cf a {
    display: block;
    width: 530px;
    height: 392px;
    position: absolute;
    color: #fff;
}
.mod18 .cf a img {
    width: 530px;
    height: 392px;
    background-size: 100%;
}
.mod18 .listBox {
    width: 430px;
    height: 71px;
    margin: 0 auto;
    position: relative;
    margin-top: 15px;
    overflow: hidden;
}
.mod18 .listBox ul {
    height: 71px;
    position: absolute;
    padding-left: 12px;
}
.mod18 .listBox li {
    width: 106px;
    height: 71px;
    cursor: pointer;
    position: relative;
	color: #fff;
	float: left;
}
.mod18 .listBox img {
    border: 3px solid #ffffff;
    width: 89px;
    height: 65px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.mod18 .listBox .on img {
    border-color: #3ba86f;
}
.showProduct .imgtxtcon {
    width: 630px;
    float: left;
    margin-left: 40px;
}
.showProduct .imgtxtcon .tit {
    font-size: 24px;
    font-weight: bold;
    color: #3ba86f;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #dedede;
}
.showProduct .imgtxtcon .tit2 {
    color: #999;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 30px;
    padding-top: 20px;
    text-align: justify;
    height: 178px;
    border-bottom: 1px dotted #dedede;
    overflow: hidden;
}
.showProduct .imgtxtcon .tel {
    font-size: 20px;
}
.showProduct .imgtxtcon .tel strong {
    color: #3ba86f;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
}
.showProduct .imgtxtcon .btn1, .showProduct .imgtxtcon .btn2 {
    float: left;
    margin-right: 20px;
    font-size: 16px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    width: 135px;
    height: 38px;
    line-height: 38px;
    margin-left: 25px;
    margin-top: 30px;
    text-align: center;
    color: #fff;
    position: relative;
}
.showProduct .imgtxtcon .btn1 {
    background: #3ba86f;
    margin-left: 46px;
}
.showProduct .imgtxtcon .btn2 {
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    background: #999999;
}
.showProduct .showp_txt {
    padding: 40px 0 40px 0;
    position: relative;
}
.showProduct .showp_txt .tit {
    border-bottom: 1px solid #eee;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
}
.showProduct .showp_txt .tit h3 {
    font-size: 20px;
    color: #333;
}
.showProduct .showp_txt .tit s {
    width: 80px;
    height: 5px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #3fb150;
}
.showProduct .showp_txt .txtcon {
    color: #666;
    line-height: 2;
    width: 790px;
    margin: 0 auto;
    font-size: 18px;
}
.relateNews {
    width: 100%;
    overflow: hidden;
}
.n-tit .more {
    font-size: 16px;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
    border: 1px solid #ddd;
    transition: all ease 600ms;
}
.n-tit h3 {
    line-height: 35px;
    font-size: 24px;
}
.n-tit s {
    width: 4px;
    height: 22px;
    margin-right: 15px;
    background: #3ba86f;
    display: inline-block;
    vertical-align: middle;
}

/*产品详情页结束*/
/*新闻列表页开始*/
.part_2 .news_ul {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
    padding-top: 12px;
}
.part_2 .news_ul li {
    padding: 37px 0;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}
.part_2 .news_ul li a {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.part_2 .news_ul li .box1 {
    width: 253px;
    height: 190px;
    overflow: hidden;
}
.part_2 .news_ul li .box1 img {
    width: 253px;
    height: 190px;
    transition: ease-in-out .9s;
}
.part_2 .news_ul li a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.part_2 .news_ul li .box2 {
    padding-left: 42px;
    width: 759px;
    padding-top: 30px;
}
.part_2 .news_ul li .box2 h1 {
    font-size: 20px;
    color: #333;
    height: 26px;
    line-height: 26px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.part_2 .news_ul li a:hover h1 {
    color: #3ba86f;
}
.part_2 .news_ul li .box2 p {
    color: #666;
    line-height: 24px;
    padding-top: 10px;
    height: 75px;
}
.part_2 .news_ul li .box2 span {
    font-size: 12px;
    color: #999;
}
.part_2 .news_ul li .right {
    padding-right: 15px;
    padding-top: 55px;
    text-align: center;
}
.part_2 .news_ul li .right h3 {
    font-size: 36px;
    color: #999;
    font-weight: 100;
}
.part_2 .news_ul li .right p {
    font-size: 24px;
    color: #bbb;
    padding-top: 10px;
}
/*新闻列表页结束*/
/*内页结束*/
/*底部开始*/
.footer_main {
    background-color: #242d34;
    padding-top: 50px;
    color: #aaacae;
}
.footer-info {
    float: left;
    width: 400px;
}
.footer-info .logo {
    margin-bottom: 30px;
}
.footer-info .logo img {
    display: block;
    height: 68px;
    width: auto;
}
.footer-info h4 {
    margin: 0 0 30px;
    font-size: 20px;
    color: #fff;
}
.footer-info p {
    font-size: 16px;
    margin: 10px 0 0;
    padding-left: 38px;
    background: no-repeat 0 center;
    line-height: 1.8;
}
.footer-info p.i1 {
    background-image: url(../images/fico1.png);
}
.footer-info p.i2 {
    background-image: url(../images/fico2.png);
}
.footer-info p.i3 {
    background-image: url(../images/fico3.png);
}
.footer-info p.i4 {
    background-image: url(../images/fico4.png);
}
.footer_main dl{
    float: left;
    width: 160px;
    margin: 20px 0 0 40px;
}
.footer_main  dt{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}
.footer_main dd{
    margin: 0;
}
.footer_main .item li {
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.footer_main .item li a{
    color: #aaacae;
}
.footer_main .code a{
    display: block;
    padding: 10px 20px;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 5px;
    position: relative;
}
.footer_main .code a:nth-child(even) {
    background-color: #0890e1;
    color: #fff;
}
.footer_main .code .pic {
    float: left;
    height: 38px;
    width: 38px;
    line-height: 38px;
}
.footer_main .code .sub {
    position: absolute;
    right: 100%;
    top: 0;
    width: 130px;
    display: none;
    margin-right: 5px;
    z-index: 2;
}
.footer_main .code a:hover .sub {
    display: block;
}
.img-center {
    text-align: center;
    font-size: 0;
}
.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.footer_main .code .text {
    margin-left: 48px;
}
.footer_main .code .text h4 {
    margin: 0;
    color: #333;
}
.footer_main .code a:nth-child(even) .text h4 {
    color: #fff;
}
.footer_main .code .text small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #999;
}
.footer_main .code a:nth-child(even) .text small {
    color: #cacaca;
}
.footer_main .sns {
    font-size: 0;
    margin-left: -28px;
}
.footer_main .sns a {
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center / contain;
    width: 34px;
    height: 34px;
    margin-left: 28px;
    position: relative;
}
.footer_main .sns a.i1 {
    background-image: url(../images/ft1.png);
}
.footer_main .sns a.i2 {
    background-image: url(../images/ft2.png);
}
.footer_main .sns a.i3 {
    background-image: url(../images/ft3.png);
}
.footer_main .sns .img-center {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin: 0 0 5px -65px;
    width: 130px;
    display: none;
}
.footer_main .sns a:hover .img-center {
    display: block;
}
.footer-copy {
    margin-top: 30px;
    padding: 20px 0;
    border-top: 1px solid #3a4249;
    text-align:center;
}
.footer-copy a {
    color: #aaacae;
}
.footer-copy a:hover {
    color: #2534e9;
}
/*底部结束*/