@charset "utf-8";
/* CSS Document */
.welcome_cont{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #f2f2f2;
	color: #666;
    border-bottom: 1px solid #cccccc;
}
.icon_box{
	position: relative;
}
.icon_box > i{
	width: 1px;
	height: 20px;
	background-color: #555555;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}
.icon_box > a{
	display: inline-block;
	padding-left: 26px;
	color: #666;
}
.icon_box > a:hover{
	color: #0c4f9a;
    text-decoration: none;
}
.icon_box .sc{
	background: url("../images/shoucang02.png")no-repeat 0 center;
	-webkit-background-size: 18px 18px;
	background-size: 18px 18px;
}
.icon_box .wx{
	background: url("../images/weixin02.png") no-repeat 0 center;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
}
.icon_box .qq{
	background: url("../images/qq_icon02.png") no-repeat 0 center;
	-webkit-background-size: 18px 18px;
	background-size: 18px 18px;
}
.icon_box > a.sc:hover,
.icon_box > a.sc:active{
	background: url("../images/shoucang.png") no-repeat 0 center;
	-webkit-background-size: 18px 18px;
	background-size: 18px 18px;
}
.icon_box > a.wx:hover,
.icon_box > a.wx:active{
	background: url("../images/weixin.png") no-repeat 0 center;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
}
.icon_box > a.qq:hover,
.icon_box > a.qq:active{
	background: url("../images/qq_icon.png") no-repeat 0 center;
	-webkit-background-size: 18px 18px;
	background-size: 18px 18px;
}
.wxewm{
	display: none;
	position: absolute;
	top: 40px;
	right: 100px;
	z-index: 1000;
	background-color: #fff;
	-webkit-box-shadow:0px 5px 8px rgba(102,102,102,0.4);
	box-shadow:0px 5px 8px rgba(102,102,102,0.4);
}
.wxewm img{
	display: block;
	width: 112px;
	height: 112px;
	margin-right: 0;
}
.add_regoin{
    height: 80px;
	overflow: hidden;
    background-color: #fff;
}
.logo_box{
    line-height: 80px;
}
.logo_box img{
    width: 90%;
}
.add_regoin .quality{
    line-height: 80px;
}
.add_regoin .quality h2{
    line-height: 80px;
	font-size: 18px;
	color: #333333;
    margin-right: 10px;
}
.add_regoin .hotline{
	padding-left: 80px;
	background: url("../images/tel.png") no-repeat 0 center;
    -webkit-background-size: 70px 47px;
    background-size: 70px 47px;
	padding-top: 12px;
    height: 80px;
}
.add_regoin .hotline h3{
	font-size: 18px;
	color: #333333;
	line-height: 30px;
}
.add_regoin .hotline h2{
	font-size: 24px;
	color: #e9840c;
}
.nav_box{
    width: 100%;
	height: 50px;
    background-color: #265aa1;
}
#navbar .mynav li{
    float: left;
    width: 12.5%;
    border-left: 1px solid #2c66b8;
    border-right: 1px solid #235191;
    border-top: 1px solid #2c66b8;
    border-bottom: 1px solid #235191;
    position: relative;
    text-align: center;
}
#navbar .mynav li a{
    color: #f2f2f2;
    height: 48px;
    line-height: 48px;
    display: block;
    font-size: 16px;
    font-family: "微软雅黑";
}
#navbar .mynav li a:focus{
    -moz-outline-style: none; 
}
#navbar .mynav li .my_second_menu{
    width: 100%; 
    display: none;
    position: absolute;
    top: 49px;
    left: -1px;
    background-color: #265aa1;
    z-index: 99;
}
#navbar .mynav li .my_second_menu li{
    text-align: center;
    clear: left;
    width: 100%; 
    height: 45px;
    line-height: 45px;
    position: relative;
}
#navbar .mynav li .my_second_menu li a{
    display: block; 
	width: 100%; 
    height: 44px;
    line-height: 44px;
}
#navbar .mynav * a:hover{
    background-color: #e9840c;
}
#navbar .mynav li .special_menu{
    width: 800%;
    padding: 30px 20px;
    background-color: #265aa1;
    left: -203%;
}

#navbar .mynav li .special_menu .row .col-md-2,
#navbar .mynav li .special_menu .row .col-sm-2{
    width: 20%;
}

#navbar .mynav li .special_menu .erji_part .ziys li a{
    padding: 0 6px;
    font-size: 16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#navbar .mynav li .special_menu .erji_part .ziys li{
    margin-bottom: 6px;
}
#navbar .mynav li .special_menu .erji_part h3{
    border-bottom: 4px solid #ccc;
    margin: 10px 0;
    position: relative;
}
#navbar .mynav li .special_menu .erji_part h3:hover{
    border-bottom: 4px solid #265aa1;
}
#navbar .mynav li .special_menu .erji_part h3 a:hover{
    background-color: #00479d;
}
#navbar .mynav li .special_menu .erji_part h3 a{
    color: #f2f2f2;
}

#navbar .mynav li .special_menu .erji_part h3:after{
    content: "";
    width: 0;
    height: 4px;
    background: #e9840c;
    position: absolute;
    bottom: 4;
    left: 0;
    transition: all 0.5s ease 0s;
}
#navbar .mynav li .special_menu .erji_part h3:hover:after{
    width: 100%;
}
.slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.slideBox .hd {
    height: 10px;
    z-index: 1; 
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
}
.slideBox .hd ul{ 
    text-align: center; 
    padding-top: 5px; 
}
.slideBox .hd ul li {
    cursor: pointer;
    float: left;
    margin-right: 5px;
    width: 30px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    background: #fff;
}
.slideBox .hd ul .on {
    background: #00a2ff;
    color: #fff;
}
.slideBox .bd{ 
    position: relative; 
    z-index: 0; 
}
.slideBox .bd li img{
    width: 100%; 
    vertical-align: top;
}
.presentation{
    background-color: #f2f2f2;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
}
.presentation .sj_part{
    width: 25%;
    padding: 20px;
    border-left: 1px solid #b3b3b3;
    float: left;
    text-align: center;
}
.presentation .sj_part span{
    width: 48px;
    height: 48px;
    display: block;
    margin: 0 auto;
}
.presentation .sj_part span.c1{
    background: url("../images/age_icon2.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.presentation .sj_part span.c2{
    background: url("../images/qyzz_icon2.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.presentation .sj_part span.c3{
    background: url("../images/kehu_icon2.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.presentation .sj_part span.c4{
    background: url("../images/area_icon2.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.presentation .sj_part i{
    font-size: 24px;
    font-weight: bold;
/*    color: #e9840c;*/
    color: #265aa1;
    display: inline-block;
    line-height: 40px;
}
.presentation .sj_part h3{
    font-weight: normal;
    font-size: 16px;
    color: #333333;
}
.presentation .container > div:last-child{
    border-right: 1px solid #b3b3b3;
}
.fw_product{
    margin: 40px 0;
}
.common_tit{
    padding-bottom: 30px;
    background: url("../images/tt2.png") no-repeat center bottom;
    margin-bottom: 30px;
}
.common_tit > h2{
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}
.common_tit > h1 > span{
    color: #999999;
}
.common_tit > p{
    font-size: 20px;
    color: #666666;
    margin-bottom: 10px;
}
.pro_img{
    border: solid 1px #cccccc;
    padding: 10px 0;
    background: url("../images/cp_bg02.jpg") no-repeat;
/*    background: #e5e5e5;*/
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    overflow: hidden;
}
.pro_img > img{
    width: 100%;
    transition: all 0.6s;
}
.pro_img:hover img{
    transform: scale(1.1);
    transition: all 0.6s;
}
.pro_part p{
    line-height: 36px;
}
.tab_btn{
    width: 70%;
    height: 54px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.tab_btn li{
    float: left;
    width: 25%;
    line-height: 48px;
    text-align: center;
    padding: 0 10px;
}
.tab_btn li > span{
    display: block;
    width: 100%;
    height: 100%;
/*    background-color: #e5e5e5;*/
    background-color: #265aa1;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    font-family: "微软雅黑";
    transition: all 0.6s;
    
}
.tab_btn li > span > a{
    position: relative;
    color: #fcfcfc;
    z-index: 9;
    font-weight: normal;
    width: 100%;
    height: 100%;
}
.tab_btn li > span:after{
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    background-color: #e9840c;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    transition: all 0.6s;
}


.tab_btn li > span:hover:after{
     width: 100%;
}

.tab_btn  li:hover a{
    color: #fcfcfc;
}

.tab_btn li > span.mr{
    background-color: #e9840c;
}
.tab_btn li > span.mr a{
    color: #fcfcfc;
}
.area_part{
    position: relative;
    overflow: hidden;
}
.area_pic > img{
    width: 100%;
    transition: all 0.6s;
}
.area_part > h3{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    color: #f2f2f2;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    width: 100%;
    font-weight: normal;
}
.application .row > div{
    margin-bottom: 20px;
}
.application{
    margin-bottom: 40px;
    background-color: #f2f2f2;
    padding-top: 40px;
    padding-bottom: 20px;
}
.area_part:hover .area_pic img{
    transform: scale(1.1);
    transition: all 0.6s;
}
.area_part:hover h3{
    background-color: rgba(0,0,0,.8);
}
.wt_box{
    height: 480px;
    background: url("../images/problem.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.wt_box ul{
    width: 100%;
    height: 100%;
    position: relative;
}
.wt_box ul li{
    position: absolute;
	width: 100px;
	height: 100px;
	border: 1px solid #666;
	font-size: 16px;
	padding-top: 30px;
	box-sizing: border-box;
	color: #2a2a2a;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
    cursor: pointer;
    background-color: #f2f2f2;
    box-shadow: 0 2px 5px rgba(0,0,0,.4);
}
.wt_box ul li.li1{
    width: 90px;
    height: 90px;
	top: 45px;
	left: 172px;
    padding-top: 20px;
}
.wt_box ul li.li2{
    top: 85px;
	left: 312px;
}
.wt_box ul li.li3{
    width: 90px;
    height: 90px;
    top: 154px;
	left: 70px;
    padding-top: 20px;
}
.wt_box ul li.li4{
    top: 212px;
	left: 258px;
}
.wt_box ul li.li5{
    width: 110px;
    height: 110px;
    top: 68px;
	right: 346px;
    padding-top: 34px;
}
.wt_box ul li.li6{
    width: 110px;
    height: 110px;
    top: 48px;
	right: 198px;
    padding-top: 34px;
}
.wt_box ul li.li7{
    top: 214px;
	right: 306px;
}
.wt_box ul li.li8{
    width: 130px;
    height: 130px;
    top: 198px;
	right: 84px;
    padding-top: 40px;
}
.wt_box ul li:hover{
    background-color: #e9840c;
    color: #f2f2f2;
    border-color: #999;
}
.yxgg{
    height: 180px;
    width: 100%;
    background: url("../images/yx_bg.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-top: 30px;
	margin-bottom: 50px;
}
.yxgg .zx{
    float: right;
    color: #fafafa;
    margin-right: 50px;
}
.yxgg .zx > h2{
    font-size: 24px;
    margin-bottom: 10px;
}
.yxgg .zx > h1{
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}
.yxgg .zx > a{
    width: 120px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    display: block;
    background: #fff url("../images/zxzx_icon.png") no-repeat 85px center;
    color: #333333;
    padding-left: 10px;
    text-decoration: none;
}
.yxgg .zx > a:hover,
.navigation dd.zx:hover{
    animation:shake 1s linear;
    -webkit-animation:shake 1s linear;
}
.edge {
	color: #666666;
	font-family: "Microsoft Yahei";
	font-size: 16px;
    background: url("../images/line02.png") no-repeat;
    background-position:  center 200px;
    -webkit-background-size: 2px 950px;
    background-size: 2px 950px;
    margin-bottom: 40px;
}
.edge_title {
    width: 100%;
    margin-bottom: 50px;
}
.edge_title img{
    width: 100%;
}
.edge h3 {
	font-size: 28px;
	color: #fc8419;
    font-weight: bold;
	line-height: 38px;
    margin-bottom: 30px;
}
.edge h3 em {
	display: block;
	font-weight: normal;
	font-style: normal;
	font-family: Arial;
	font-size: 14px;
	color: #a8a8a8;
	text-transform: uppercase;
	line-height: 17px;
}
.edge .edge_cont{
    position: relative;
    margin-bottom: 20px;
}
.edge_p {
	width: 45%;
    float: left;
    overflow: hidden;
}
.edge_p > img,
.edge_w > img{
    width: 100%;
    transition: all .6s;
}
.edge_p:hover img,
.edge_w:hover img{
    transform: scale(1.2);
    transition: all .6s;
}
.edge_w {
	width: 45%;
    float: right;
    overflow: hidden;
}
.details_cont{
    padding-top: 18px;
}
.details_cont.tr{
    text-align: right;
}
.edge .details_cont li {
	clear: both;
	padding: 0 0 12px 23px;
	background: url("../images/jr_icon.png") no-repeat 2px 7px;
    line-height: 20px;
}
.details_cont.tr li{
    padding: 0 21px 12px 0;
    background: url("../images/jl_icon.png") no-repeat right 7px;
}
.edge_ico {
    width: 48px;
    height: 48px;
    position: absolute;
	top: 10px;
	left: 49%;
    transform: translateX(-49%);
}
.pc_change{
	display: none;
}
.liuc_bg {
    background-color: #165fac; 
    padding-top: 25px;
    height: 150px;
    margin-bottom: 40px;
    overflow: hidden;
}
.liuc_l {
    font-size: 30px;
    color: #fff;
    width: 200px;
    text-align: center;
    line-height: 36px; 
    padding:20px 0 0;
    float: left;
}
.liuc_l span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-family:Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.idesign-list {
    float: right;
    background: url("../images/liuc_line.gif") repeat-x 0 40px;
}
.idesign-list dl {
    width: 180px;
    height: 125px;
    float: left;
    text-align: center;
}
.idesign-list dl dt {
    width: 76px;
    height: 76px; 
    margin:0 auto;
}
.idesign-list dl dd {
    font-size: 14px;
    color: #fff; 
    padding:8px 0 0;
}
.idesign-list dl .icon {
    position: relative;
    display: block;
    width: 76px;
    height: 76px;
}
.idesign-list dl .icon i {
    position: absolute;
    width: 100%;
    height: 100%; 
    background-image: url("../images/liuc_ico03.png");
    top: 0;
    left: 0;
}
.idesign-list dl .icon .default {
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.idesign-list dl .icon .hover {
    opacity: 0;
    visibility: hidden;
	-webkit-transform: translate3d(0,0,-76px) rotate3d(1,0,0,90deg);
	transform: translate3d(0,0,-76px) rotate3d(1,0,0,90deg);
	-webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.idesign-list dl.i1 .icon .default {
    background-position: 0 0;
}
.idesign-list dl.i2 .icon .default {
    background-position: 0 -76px;
}
.idesign-list dl.i3 .icon .default {
    background-position: 0 -152px;
}
.idesign-list dl.i4 .icon .default {
    background-position: 0 -228px;
}
.idesign-list dl.i5 .icon .default {
    background-position: 0 -304px;
}
.idesign-list dl.i1 .icon .hover {
    background-position: -76px 0;
}
.idesign-list dl.i2 .icon .hover {
    background-position: -76px -76px;
}
.idesign-list dl.i3 .icon .hover {
    background-position: -76px -152px;
}
.idesign-list dl.i4 .icon .hover {
    background-position: -76px -228px;
}
.idesign-list dl.i5 .icon .hover {
    background-position: -76px -304px;
}
.idesign-list dl:hover .hover {
    opacity: 1;
    visibility: visible;
}
.idesign-list dl:hover .default {
    opacity: 0;
    visibility: hidden;
}
.idesign-list dl:hover dd{
    color: #fc8419;
}
.idesign-list dl:hover .default {
    -webkit-transform: translate3d(0,76px,0) rotate3d(1,0,0,-90deg);
    transform: translate3d(0,76px,0) rotate3d(1,0,0,-90deg);
}
.idesign-list dl:hover .hover {
    -webkit-transform: rotate3d(1,0,0,0deg);
    transform: rotate3d(1,0,0,0deg);
}

.choose_gn{
/*    background: #555 url(http://cdn.szqngs.com/images/hzhb_bg.png) no-repeat;*/
/*    background-color: #f2f2f2;*/
/*    padding: 40px 0;*/
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-bottom: 20px;
}
/*.choose_gn .common_tit > h2{
    color: #fcfcfc;
}
.choose_gn .common_tit > p{
    color: #eee;
}*/
.choose_gn .row > div{
    margin-bottom: 20px;
}
.hzhb{
    background-color: #fff;
/*    box-shadow: 0 1px 3px rgba(255,255,255,.4);*/
    box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.hzhb > img{
    width: 100%;
}
.profile{
    padding: 40px 0;
    background-color: #f2f2f2;
    margin-bottom: 40px;
}
.qyxx,
.three_parts .nr .nr_pic{
    overflow: hidden;
}
.qyxx > img,
.three_parts .nr .nr_pic > img,
.news_img > img{
    width: 100%;
    transition: 1s;
}
.qyxx:hover img,
.three_parts .nr .nr_pic:hover img{
    transform: scale(1.2);
    transition: 1s;
}
.jtnr .three_parts {
    padding-top: 248px;
}
.three_parts .nr h3{
    width: 100%;
    line-height: 30px;
    background-color: #265aa1;
    font-size: 14px;
    color: #f2f2f2;
    text-align: center;
    font-weight: normal;
}
.three_parts .nr:hover h3{
    background-color: #e9840c;
}
.profile .jtnr{
    position: relative;
} 
.zjwm{
    position: absolute;
    width: 57%;
    padding: 20px;
    background-color: #fff;
    top: 30px;
    right: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,.4);
}
.zjwm h2{
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}
.zjwm .zjwm_cont p{
    text-align: justify;
    text-indent: 2em;
    line-height: 24px;
    margin-bottom: 10px;
}
.zjwm .zjwm_cont p:nth-of-type(2){
    margin-bottom: 0;
}
.zjwm .zjwm_cont a{
    padding: 0 10px;
    background-color: #265aa1;
    float: right;
    border-radius: 8px;
    color: #fcfcfc;
    font-size: 14px;
    margin-top: -20px;
}
.zjwm .zjwm_cont a:hover{
    background-color: #e9840c;
    animation:shake 1s linear;
    -webkit-animation:shake 1s linear;
}
.news_part h3{
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #333;
    text-decoration: underline;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_part p{
    text-align: justify;
    font-size: 16px;
    color: #555;
    line-height: 22px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.list_nr li {
    height: 120px;
    padding: 10px 0;
    border-bottom: 1px solid #bfbfbf;
}

.list_nr li .time {
    width: 75px;
    margin-left: 7px;
    text-align: center;
}

.list_nr li .time1 {
    font-weight: bold;
    color: #434343;
    font-size: 50px;
    line-height: 60px;
}

.list_nr li .time2 {
    color: #ffffff;
    font-size: 16px;
    background: #666666;
    line-height: 18px;
}

.list_nr li .det {
    width: calc(100% - 130px);
    margin-right: 14px;
    padding-top: 10px;
    position: relative;
}

.list_nr li .det:before {
    width: 2px;
    height: 80px;
    background: #707070;
    position: absolute;
    left: -22px;
    top: 10px;
    content: "";
}
.list_nr li h3{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-size: 16px;
}
.list_nr li h3 a{
    color: #333;
}
.list_nr li .nrms{
    display: block;
    font: 400 14px/21px "微软雅黑";
    color: #666666;
    margin-top: 8px;
}
.list_nr li .nrms p{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
    line-height: 20px;
}
.list_nr li .nrms a{
    color: #e87f16;
    font-weight: normal;
    float: right;
    margin-top: 4px;
}
.more_btn{
    width: 120px;
    height: 32px;
    line-height: 32px;
    display: block;
    background-color: #265aa1;
    color: #fcfcfc;
    text-align: center;
    margin: 20px auto 0;
    border-radius: 5px;
}
.more_btn:hover,
.more_btn:active,
.more_btn:focus{
    background-color: #e9840c;
    color: #fcfcfc;
    animation:shake 1s linear;
    -webkit-animation:shake 1s linear;
}
.news_btn{
    height: 36px;
    margin-bottom: 30px;
}
.news_btn li{
    float: left;
    text-align: center;
}
.news_btn li > a{
	width: 120px;
	height: 36px;
	display: block;
	background-color: #ccc;
	font-size: 16px;
	line-height: 36px;
    color: #333;
    border-radius: 5px;
}
.news_btn li > a.gb{
    background-color: #265aa1;
    color: #fcfcfc;
}
.news_btn li > a.gb:active{
    background-color: #e9840c;
}
.news_btn li.fgx{
	width: 2px;
	height: 30px;
	background-color: #666;
	display: inline-block;
	vertical-align: middle;
	margin: 3px 20px;
}
.information{
    margin-bottom: 50px;
}
.friendlinks{
    height: 90px;
    width: 100%;
    background: url("../images/flinks_bg2.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 10px 0;
}
.friendlinks h4,
.friendlinks .links_box{
    float: left;
}
.friendlinks h4{
    line-height: 70px;
    color: #fcfcfc;
    font-weight: normal;
}
.friendlinks .links_box{
    width: 92%;
    padding-left: 30px;
}
.friendlinks .links_box li{
    display: inline-block;
    line-height: 35px;
}
.friendlinks .links_box li:after{
    content: "|";   
    display: inline-block;   
    width: 2px;   
    height: 14px;
    color: #265aa1;
    margin: 0 10px;  
}
.friendlinks .links_box li:first-child{
    margin-left: 50px;
}
.friendlinks .links_box li:last-child:after{
    display: none;
}
.bot_nav{
    padding: 30px 0;
    background: url("../images/foot_bg.jpg") no-repeat;
}
.navigation dl{
    float: left;
    margin-right: 30px;
}
.navigation dl:last-child{
    margin-right: 0;
}
.navigation dl dt{
    color: #fcfcfc;
    line-height: 30px;
    display: inline-block;
    border-bottom: 2px solid #fcfcfc;
    margin-bottom: 10px;
}
.navigation dl dd{
    color: #f2f2f2;
    margin-bottom: 6px;
}
.navigation dl dd a{
    color: #ccc;
}
.navigation .wl dd a:after{
    content: "|";   
    display: inline-block;   
    width: 2px;   
    height: 14px;
    color: #f2f2f2;
    margin: 0 6px; 
}
.navigation .wl dd a:last-child:after{
	display: none; 
}
.navigation dd a:hover{
    color: #e9840c;
}
.navigation dl dd.zx{
    width: 150px;
    height: 42px;
    border-radius: 5px;
    text-indent: 50px;
    line-height: 42px;
    font-size: 18px;
    background: #e9840c url("../images/zxzx.png") no-repeat 20px center;
    -webkit-background-size: 22px 22px;
    background-size: 22px 22px;
    margin-top: 16px;
}
.navigation dl dd.zx a{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: block;
    color: #f2f2f2;
}
.navigation .rgt_region{
    border-left: 1px solid #ccc;
    padding-left: 30px;
}
.navigation .rgt_region dt{
    border-bottom: 0;
    margin: 0 0 20px 50px;
}
.rgt_region dd > div{
    float: left;
}
.rgt_region dd > div:first-child{
    margin-right: 20px;
}
.ewm_img{
    width: 120px;
    height: 120px;
}
.ewm_img > img{
    width: 100%;
    height: 100%;
}
.rgt_region dd .ewm p{
    text-align: center;
    line-height: 36px;
}
.footer_region{
    text-align: center;
    height: 200px;
    line-height: 28px;
    background-color: #084584;
    color: #fcfcfc;
	font-size: 14px;
}
.footer_region a{
    color: #e5e5e5;
	font-size: 14px;
}
.pc_kong{
    height: 170px;
    width: 100%;
}
/*面包屑区域*/

.crumbs{
    height: 42px;
    line-height: 42px;
    background-color: #e5e5e5;
}
.crumbs .crumbsnav i{
/*    padding-left: 30px;*/
/*    background: url(http://cdn.szqngs.com/images/wz_icon.png) no-repeat;*/
    
}
.crumbs .crumbsnav i:before{
    content: " ";   
    display: inline-block;   
    width: 24px;   
    height: 24px;
    background: url("../images/wz_icon.png") no-repeat;
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
    margin: -4px 6px 0;  
    vertical-align: middle;
}
.crumbs .crumbsnav a:after{
    content: " > ";   
    display: inline-block;   
    color: #333;
    margin: 0 6px 0 10px;
}
.crumbs .crumbsnav a:last-child:after{
    display: none;
}

.pro_collection{
    margin-top: 40px;
}
.main_pro{
    background-color: #f2f2f2;
    margin-bottom: 20px;
}
.main_pro .mian_pic,
.main_pro .describe{
    width: 50%;
    height: auto;
    float: left;
}
.main_pro .mian_pic{
    background: url("../images/cp_bg02.jpg") no-repeat;
    padding: 30px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.main_pro .mian_pic > img{
    width: 100%;
    height: 100%;
    transition: .5s;
}
.main_pro .mian_pic:hover img{
    transform: scale(1.1);
    transition: .5s;
}
.main_pro .describe .describe_details{
    padding: 20px 30px 0; 
}
.describe_details .tit{
    color: #0754bd;
    margin-bottom: 6px;
}
.describe_details .tit h4{
    font-size: 24px;
    font-weight: bold;
}
.describe_details .tit p{
    font-size: 16px;
    line-height: 20px;
}
.describe_details > p{
    line-height: 22px;
    text-align: justify;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
}
.describe_details .trait{
    margin-top: 10px;
    margin-bottom: 22px;
}
.describe_details .trait li{
    width: 220px;
    height: 36px;
    background-color: #0754bd;
/*    margin-bottom: 6px;*/
    border-radius: 20px;
    padding: 4px;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
}
.describe_details .trait li:first-child{
    margin-right: 30px;
}
.describe_details .trait li i{
    height: 28px;
    line-height: 28px;
    width: 100px;
    background-color: #fff;
    border-radius: 14px;
    text-align: center;
    float: left;
    margin-right: 10px;
}
.describe_details .trait li span{
    float: left;
    height: 28px;
    line-height: 28px;
    color: #fcfcfc;
}
.describe_details .sec_btn{
    margin-bottom: 20px;
}
.describe_details .sec_btn > a{
    width: 50%;
    line-height: 46px;
    height: 46px;
    border: 2px solid #e98209;
/*    display: inline-block;*/
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    margin: 0;
    float: left;
    font-size: 18px;
/*    font-weight: bold;*/
    color: #333;
}
.describe_details .sec_btn > a.xz{
    background-color: #e98209;
    color: #fcfcfc;
}
.describe .third_td{
    background-color: #0754bd;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.describe .third_td .td_part span{
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
}
.describe .third_td .row > div:nth-of-type(1) .td_part span{
    background: url("../images/15min_icon.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.describe .third_td .row > div:nth-of-type(2) .td_part span{
    background: url("../images/2h_icon.png") no-repeat;  
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.describe .third_td .row > div:nth-of-type(3) .td_part span{
    background: url("../images/48h_icon.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.describe .third_td .td_part i{
    display: inline-block;
    vertical-align: middle;
    color: #fcfcfc;
}
.pro_collection .cp_region{
    margin-bottom: 30px;
}
.cp_region > h1{
    font-size: 24px;
    display: inline-block;
    border-bottom: 4px solid #333;
    line-height: 40px;
    margin-bottom: 20px;
}
.cp_region > h1:hover,
.cp_region > h1:active,
.cp_region > h1:focus{
    color: #0754bd;
    border-bottom: 4px solid #0754bd;
}
.cp_region > h1:hover a,
.cp_region > h1:active a,
.cp_region > h1:focus a{
    color: #0754bd;
}
.cp_region > h1 > a:hover ,
.cp_region > h1 > a:active,
.cp_region > h1 > a:focus{
    color: #0754bd;
}

.details_part .pic_show img,
.cp_nr .pic_show img{
    width: 100%;
}
.related .details_part,
.cp_nr{
    background-color: #ededed;
    height: 270px;
    transition: all ease-in-out .3s;
}
.related .details_part .pic_show,
.cp_nr .pic_show{
    padding-top: 4px;
    background-color: #ededed;
    transition: all ease-in-out .3s;
}
.related .details_part .cp_text,
.cp_nr .cp_text{
    border-top: 2px #ff7f27 solid; 
    padding: 10px 0;
    transition: all ease-in-out .3s;
}
.related .details_part .cp_text span,
.cp_nr .cp_text span{
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin: 0 auto;
    background: url("../images/cp_icon.png") no-repeat;
    transition: all ease-in-out .3s;
}
.related .details_part .cp_text h3,
.cp_nr .cp_text h3{
    color: #333333;
    margin-bottom: 10px;
    font-size: 16px;
    transition: all ease-in-out .3s;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 0 6px;
    font-weight: normal;
}
.related .details_part:hover,
.cp_nr:hover{
    background-color: #ff7f27;
    transition: all ease-in-out .3s;
}
.related .details_part:hover .pic_show,
.cp_nr:hover .pic_show{
    padding-top: 10px;
    transition: all ease-in-out .3s;
}
.related .details_part:hover .cp_text span,
.cp_nr:hover .cp_text span{
    background: url("../images/cp_icon_hover.png") no-repeat;
    transition: all ease-in-out .3s;
    margin-top: 10px;
}
.related .details_part:hover .cp_text h3,
.cp_nr:hover .cp_text h3{
    color: #fafafa;
    margin-top: 10px;
    transition: all ease-in-out .3s;
}
.cases{
    margin-top: 20px;
/*    background: url(http://cdn.szqngs.com/images/case_bg.jpg) no-repeat;*/
    background-color: #f2f2f2;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 30px 0;
    margin-bottom: 50px;
}
.al_part{
    position: relative;
}
.al_part .al_slt > img{
    width: 100%;
}
.al_part p{
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(242,242,242,.7);
    color: #111;
    width: 100%;
    padding: 0 6px;
    font-weight: bold;
}
.al_part .mask{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    color: #fcfcfc;
    text-align: center;
    overflow: hidden;
    padding: 40px 10px 0;
}
.mask{
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.mask:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.mask:hover, .a_bg:focus, .a_bg:active {
    color: white;
}
.mask:hover:before, .a_bg:focus:before, .a_bg:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.al_part .mask > h3{
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 32px;
    font-weight: normal;
}
.al_part .mask > h4{
    font-size: 16px;
    line-height: 20px;
    margin: 16px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.al_part .mask > h4 > span{
    display: inline-block;
    padding: 0 2px 2px;
    border-bottom: 2px solid #fcfcfc;
}
.al_part .mask > h4:hover span{
    color: #e98209;
    border-color: #e98209;
}
.al_part .mask .ckxq{
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 20px;
    display: block;
    margin: 10px auto;
    background-color: #0754bd;
}
.al_part .mask .ckxq:hover{
    background-color: #e98209;
}
/*.al_part:hover .al_slt > img{
    animation: flipInY 1s linear;
    -webkit-animation: flipInY 1s linear;
}*/
.more {
    display: block;
    width: 200px;
    height: 40px;
    margin: 10px auto;
    line-height: 40px;
    text-align: center;
    color: #fcfcfc;
    background: #0754bd;
    box-shadow: 0 0 10px rgba(12, 3, 6, .13);
    z-index: 1;
    text-decoration: none;
    position: relative;
}

.more i {
    position: relative;
    float: right;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #fcfcfc;
    color: #0754bd;
    font-size: 18px;
    z-index: 1;
    margin: 1px 2px 0 0;
}
.more:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #e98209;
    transition: ease-out .35s;
    z-index: -1;
}
.more i:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 0;
    height: 100%;
    background: #fcfcfc;
    transition: ease-in .65s;
    z-index: -1;
}
.more:hover,
.more:active,
.more:focus{
    color: #fcfcfc;
    animation:shake 1s linear;
    -webkit-animation:shake 1s linear;
}

.more:hover:before {
    width: 100%;
}

.more:hover i {
    color: #e98209;
    transition-delay: .2s;
}

.more:hover i:after {
    width: 100%;
    transition-delay: .2s;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.cases .row > div{
    margin-bottom: 20px;
}
.yz_service{
    margin-bottom: 50px;
}
.service_part{
    padding: 40px 20px;
    background-color: #e5e5e5;
    height: 316px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
.service_part > span{
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}
.service_part > span.yz_icon_01{
    background: #fff url("../images/yzfw_icon01.png") no-repeat center center;
    -webkit-background-size: 48px 48px;
    background-size: 48px 48px;
}
.service_part > span.yz_icon_02{
    background: #fff url("../images/yzfw_icon02.png") no-repeat center center;
    -webkit-background-size: 48px 48px;
    background-size: 48px 48px;
}
.service_part > span.yz_icon_03{
    background: #fff url("../images/yzfw_icon03.png") no-repeat center center;
    -webkit-background-size: 48px 48px;
    background-size: 48px 48px;
}
.service_part > span.yz_icon_04{
    background: #fff url("../images/yzfw_icon04.png") no-repeat center center;
    -webkit-background-size: 48px 48px;
    background-size: 48px 48px;
}
.service_part > span.yz_icon_05{
    background: #fff url("../images/yzfw_icon05.png") no-repeat center center;
    -webkit-background-size: 48px 48px;
    background-size: 48px 48px;
}
.service_part > span.yz_icon_06{
    background: #fff url("../images/yzfw_icon06.png") no-repeat center center;
    -webkit-background-size: 48px 48px;
    background-size: 48px 48px;
}
.service_part > h2{
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 60px;
}
.service_part > p{
    text-align: justify;
    line-height: 24px;
    color: #666;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.service_part:hover{
    background-color: #f2f2f2;
    box-shadow: 0 2px 5px rgba(0,0,0,.5);
    transition:  ease-in .2s;
}
.service_part:hover span.yz_icon_01{
    background: #e98209 url("../images/yzfw_icon_21.png") no-repeat center center;
    -webkit-background-size: 48px 48px;
    background-size: 48px 48px;
}
.service_part:hover span.yz_icon_02{
    background: #e98209 url("../images/yzfw_icon_22.png") no-repeat center center;
    -webkit-background-size: 48px 48px;
    background-size: 48px 48px;
}
.service_part:hover span.yz_icon_03{
    background: #e98209 url("../images/yzfw_icon_23.png") no-repeat center center;
    -webkit-background-size: 48px 48px;
    background-size: 48px 48px;
}
.service_part:hover span.yz_icon_04{
    background: #e98209 url("../images/yzfw_icon_24.png") no-repeat center center;
    -webkit-background-size: 48px 48px;
    background-size: 48px 48px;
}
.service_part:hover span.yz_icon_05{
    background: #e98209 url("../images/yzfw_icon_25.png") no-repeat center center;
    -webkit-background-size: 48px 48px;
    background-size: 48px 48px;
}
.service_part:hover span.yz_icon_06{
    background: #e98209 url("../images/yzfw_icon_26.png") no-repeat center center;
    -webkit-background-size: 48px 48px;
    background-size: 48px 48px;
}
.service_part:hover p{
/*    color: #333;*/
}

/*产品分类*/
.cpfl_box{
    margin: 30px 0;
}
.cpfl_box .left_bar{
    background-color: #f2f2f2;
}
.left_bar .head_tit{
    background-color: #265aa1;
    color: #fcfcfc;
    padding: 26px 50px;
    margin-bottom: 26px;
}
.left_bar .head_tit > h3{
    font-family: "Arial";
    font-size: 26px;
    font-weight: normal;
    color: #d9d9d9;
}
.left_bar .project{
    padding: 0 10px 30px;
}
.left_bar .project li{
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    padding-left: 50px;
    background: #e6e6e6 url("../images/nav_ico.png") no-repeat 16px 13px;
}
.left_bar .project li a{
    width: 100%;
    height: 100%;
    display: block;
}
.left_bar .project li:hover{
    background: #376db7 url("../images/nav_ico.png") no-repeat 16px -37px;
}
.left_bar .project li:hover a{
    color: #fcfcfc;
}
.left_bar .fw_regoin{
    background-color: #265aa1;
    text-align: center;
    padding-bottom: 16px;
}
.fw_regoin .fw_img{
    margin-bottom: 16px;
}
.fw_regoin .fw_img > img{
    width: 100%;
}
.fw_regoin > h3{
    font-size: 24px;
    color: #fcfcfc;
    margin-bottom: 6px;
}
.fw_regoin > h2{
    color: #fbb907;
}
.cpfl_box .right_cont{
    height: 1320px;
    margin-bottom: 30px;
    overflow: hidden;
}
.cpfl_box .right_cont .tit_sec,
.cpfl_box .news_list .tit_sec{
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 12px;
}
.cpfl_box .right_cont .tit_sec > h1,
.cpfl_box .news_list  .tit_sec > h1{
    font-size: 24px;
    color: #333;
    line-height: 40px;
    display: inline-block;
    border-bottom: 1px solid #265aa1;
}

.cpfl_box .right_cont li .ms{
    background-color: #ebebeb;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}
.cpfl_box .right_cont li .ms > p{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.cpfl_box .right_cont .cp_list > div,
.cpfl_box .news_list .cp_list > div{
    margin-bottom: 20px;
}
.cpfl_box .right_cont .fy,
.cpfl_box .news_list .fy{
    text-align: center;
/* margin: 30px 0 50px; */
}
.cpfl_box .right_cont .cp_list{
    height: 1250px;
}
/*主产品描述*/
.main_cp{
    margin-top: 50px;
    padding-bottom: 50px;
    border-bottom: 10px solid #f2f2f2;
}
.main_cp .main_pic{
    background: url("../images/cp_bg02.jpg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 20px;
}   
.main_cp .main_pic > img{
    width: 100%;
}
.cpjs{
    padding-top: 10px;
}
.cpjs > h1{
    display: inline-block;
    border-bottom: 3px solid #1c63c5;
    font-size: 28px;
    padding-bottom: .5rem;
    color: #333;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.cpjs > p{
    border-top: 1px solid #bfc1c5;
    line-height: 24px;
    font-size: 16px;
    padding-top: 16px;
    text-align: justify;
    margin-bottom: 20px;
    color: #666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.cpjs .cs .cs_part{
    height: 36px;
    line-height: 36px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.cpjs .cs .cs_part span,
.cpjs .cs .cs_part i{
    width: 50%;
    height: 100%;
    float: left;
    text-align: center;
}
.cpjs .cs .cs_part span{
    background-color: #1c63c5;
    color: #fcfcfc;
    border-radius: 5px 0 0 5px;
}
.cpjs .cs .cs_part i{  
    background-color: #d9d9d9;
    color: #333;
    border-radius: 0 5px 5px 0;
}
.nr_btn{
    margin-top: 20px;
}
.nr_btn .hqbj,
.nr_btn .qgrx{
    height: 56px;
    border: 1px solid #e98209;
    float: left;
    width: 50%;
    text-align: center;
    font-weight: bold;
}
.nr_btn .hqbj > a,
.nr_btn .qgrx > a{
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
}
.nr_btn .hqbj > a{
    line-height: 54px;
    font-size: 20px;
}
.nr_btn .qgrx > a > p:nth-of-type(1){
    font-size: 20px;
    line-height: 30px;
}
.nr_btn .qgrx > a > p:nth-of-type(2){
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #666;
}
.nr_btn > div.mr{
    background-color: #e98209;
}
.nr_btn > div.mr a{
    color: #fcfcfc;
}
.nr_btn > div.mr a > p:last-child{
    color: #eee;
}
.cptd{
    padding: 50px 0 30px;
}
.xq_title_01 > h2,
.xq_title_02 > h2{
    font-size: 24px;
    color: #333;
}
.xq_title_01 > h5,
.xq_title_02 > h5{
    font-weight: normal;
    font-size: 12px;
    color: #666;
    line-height: 20px;
}
.xq_title_02{
    background: url("../images/tit2_bg.png") no-repeat center 0;
    margin-bottom: 30px;
}
.xq_title_02 > h2{
    color: #1c63c5;
}
.td_cont .td_mian_pic{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 6px #ccc solid;
    overflow: hidden;
}
.td_cont{
    position: relative;
    height: 360px;
}
.td_cont .td_mian_pic{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
}
.td_cont .td_mian_pic > img{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    transition: .5s;
}
.td_cont .td_mian_pic:hover img{
    transform: scale(1.2);
    transition: 1s;
}
.td_cont .td_part{
    width: 42%;
    position: absolute;
}
.td_cont .td_part.td_01{
    padding-right: 40px;
    background: url("../images/left_up_icon.png") no-repeat right 8px;
    left: 30px;
    top: 40px;
    z-index: 2;
}
.td_cont .td_part.td_02{
    padding-left: 40px;
    background: url("../images/rgt_up_icon.png") no-repeat left 8px;
    right: 30px;
    top: 40px;
    z-index: 2;
}
.td_cont .td_part.td_03{
    padding-right: 40px;
    padding-top: 100px;
    background: url("../images/left_down_icon.png") no-repeat right 4px;
    bottom: 40px;
    left: 30px;
    z-index: 3;
}
.td_cont .td_part.td_04{
    padding-left: 40px;
    padding-top: 100px;
    background: url("../images/rgt_down_icon.png") no-repeat left 4px;
    bottom: 40px;
    right: 30px;
    z-index: 3;
}
.td_cont .td_part > span{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    float: left;
}
.td_cont .td_part.td_02 > span,
.td_cont .td_part.td_04 > span{
    float: right;
}
.td_cont .td_part > span.t1{
    background: url("../images/td_icon01.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-right: 10px;
}
.td_cont .td_part > span.t2{
    background: url("../images/td_icon02.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-left: 10px;
}
.td_cont .td_part > span.t3{
    background: url("../images/td_icon03.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-right: 10px;
}
.td_cont .td_part > span.t4{
    background: url("../images/td_icon04.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-left: 10px;
}
.td_cont .td_part .tdnr{
    float: left;
    width: calc(100% - 130px); 
}
.td_cont .td_part.td_02 .tdnr,
.td_cont .td_part.td_04 .tdnr
{
    float: right;
}

.td_cont .td_part .tdnr > h3{
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}
.td_cont .td_part .tdnr > p{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.td_cont .td_part.td_02 .tdnr > h3,
.td_cont .td_part.td_02 .tdnr > p,
.td_cont .td_part.td_04 .tdnr > h3,
.td_cont .td_part.td_04 .tdnr > p{
    text-align: right;
}
.sdzc{
    padding: 50px 0 30px;
    background: url("../images/sdjgzc_bg.jpg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-bottom: 50px;
}
.sdzc .jg_part{
/*    margin-top: 30px;*/
}
.jg_part .jg_cont{
    padding: 60px 30px;
}    
.jg_part .jg_cont > span{
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: url("../images/sz_bg.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    font-size: 26px;
    color: #fcfcfc;
    font-weight: bold;
    text-align: center;
    float: left;
    margin-right: 20px;
}
.jg_part .jg_cont .jg_content{
    float: left;
    width: calc(100% - 100px);
}
.jg_part .jg_cont .jg_content > h3{
    font-size: 20px;
    color: #265aa1;
    margin-bottom: 16px;
}
.jg_part .jg_cont .jg_content .txnr{
    
}
.jg_part .jg_cont .jg_content .txnr ul li{
    padding-left: 20px;
    background: url("../images/sz_bg.png") no-repeat 0 9px;
    -webkit-background-size: 12px 12px;
    background-size: 12px 12px;
    color: #666;
    font-size: 16px;
}
.jg_part .pj_pic{
    padding: 20px 80px;
}
.jg_part .pj_pic > img{
    width: 100%;
}
.cases_part .cases_pic{
    overflow: hidden;
}
.cases_part .cases_pic > img{
    width: 100%;
}
.jg_part.special_part .row > div:last-child{
    display: none;
}
.jdal{
    margin-bottom: 50px;
}
.jdal .xq_title_01{
    margin-bottom: 30px;
}
.jdal .cases_cont{
    overflow: hidden;
    padding: 20px 10px;
    height: 180px;
/*    background-color: rgba(28,99,197,.5);*/
    background-color: #d9d9d9;
}
.jdal .cases_cont > h3{
    font-size: 16px;
    line-height: 30px;
/*    color: #fcfcfc;*/
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 6px;
}
.jdal .cases_cont > p{
    font-size: 14px;
/*    color: #e5e5e5;*/
    color: #666;
    line-height: 20px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.jdal .cases_cont .ckxq{
    width: 72px;
    line-height: 28px;
    height: 28px;
    border-radius: 10px;
    border: 1px solid #1c63c5;
    color: #1c63c5;
    font-size: 12px;
    text-align: center;
    display: block;
    margin: 14px auto;
}
.cases_part:hover .cases_pic > img{
    animation: flipInX 1s linear;
    -webkit-animation: flipInX 1s linear;
}
.cases_part:hover .cases_cont{
    background-color: rgba(28,99,197,1);
}
.cases_part:hover .cases_cont > h3{
    color: #fcfcfc; 
}
.cases_part:hover .cases_cont > p{
    color: #e5e5e5;
}
.cases_part:hover .cases_cont .ckxq{
    border: 1px solid #ff7f27;
    color: #ff7f27;
}
.jdal .cases_cont .ckxq:hover{
    background-color: #ff7f27;
    color: #fcfcfc;
}
.our_service{
    padding: 50px 0;
    background: url("../images/fw_bg.jpg");
}
.our_service .service_part{
    background-color: #d9d9d9;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
}

.our_service .service_part:hover span.yz_icon_01{
    background: #1c63c5 url("../images/yzfw_icon_21.png") no-repeat center center;
    -webkit-background-size: 48px 48px;
    background-size: 48px 48px;
}
.xgcp{
    margin-bottom: 50px;
}
.xgcp .related,
.xgcp .related .more{
    margin-top: 30px;
}

.new_part{
    border: 1px solid #ccc;
    padding: 15px;
}
.new_part .news_pic img{
    width: 100%;
}
.new_part .news_ms h2{
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 28px;
} 
.new_part .news_ms h2 a{
    color: #333;
}
.new_part .news_ms .ms_cont > p{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.new_part .news_ms .ms_cont > div{
    margin-top: 6px;
    line-height: 26px;
}
.new_part .news_ms .ms_cont .rq{
    float: left;
    font-size: 14px;
    color: #777;
}
.new_part .news_ms .ms_cont .ljxq{
    font-size: 12px;
    width: 70px;
    height: 26px;
    border-radius: 3px;
    background-color: #a6a6a6;
    color: #fcfcfc;
    line-height: 26px;
    text-align: center;
    float: right;
}
.new_part:hover{
    border-color: #1c63c5;
} 
.new_part:hover .news_ms h2 a{
    color: #1c63c5;
}
.new_part:hover .ms_cont .ljxq{
    background-color: #1c63c5;
}
.new_part .news_ms .ms_cont .ljxq:hover,
.new_part .news_ms .ms_cont .ljxq:active{
    background-color: #ff7f27;
}
.cpfl_box .news_list{
    height: 1350px;
    margin-bottom: 30px;
    overflow: hidden;
}
.cpfl_box .news_list .cp_list{
    height: 1200px;
}
.cpfl_box.newListBox{
    margin-bottom: 0;
}
.wd_cont{
    background-color: #f2f2f2;
    padding-top: 20px;
    margin-bottom: 30px;
}
.wd_cont .wz_head > h1{
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 36px;
}
.wd_cont .wz_head .single_meta{
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 6px;
}
.wd_cont .wz_head .single_meta > span{
    width: 33.333%;
    float: left;
    text-align: center;
    color: #666;
    font-size: 14px;
}
.wd_cont .wz_nr{
/*    background-color: #f2f2f2;*/
    padding: 10px 20px;
}
.wd_cont .wz_nr > p{
    margin: 10px 0;
    text-align: justify;
}
.wd_cont .wz_nr > img{
    display: block;
    margin: 20px auto;
}
.wzfy{
    height: 60px;
/*    background-color: #e5e5e5;*/
    background-color: #f2f2f2;
    padding: 0 10px;
    margin-bottom: 30px;
}
.wzfy .fy{
    width: 48%;
    line-height: 60px;
}
.wzfy .wz_prev{ 
    float: left; 
}
.wzfy .wz_next{
    float: right;
}
.wzfy .fy span{
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #fcfcfc;
    background-color: #ccc;
    margin-top: 10px;
    font-size: 20px;
}
.wzfy .fy p{ 
    width: calc(100% - 50px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wzfy .wz_prev span{
    float: left;
    margin-right: 6px; 
}
.wzfy .wz_prev p{
    float: left;
}
.wzfy .wz_next span{
    float: right;
    margin-left: 6px; 
}
.wzfy .wz_next p{
    float: right;
}
.wzfy .fy:hover span{
    background-color: #1c63c5;
}
.new_zx{
    margin-top: 20px;
    padding-bottom: 30px;
    text-align: center;
}
.new_zx > h2{
    font-size: 20px;
    color: #333;
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 3px solid #333;
    margin-bottom: 10px;
}
.new_zx .zx_cont{
    padding: 0 2px;
}
.new_zx .zx_cont li{
    font-size: 16px;
    padding-left: 16px;
    background: url("../images/xw_icon.png") no-repeat 0 center;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.recom{
    margin-bottom: 50px;
}
.recom .xq_title_01{
    margin-bottom: 20px;
}
.recom .details_part{
    height: 220px;
}
.recom .more{
    margin-top: 30px;
}
/*关于我们*/
.gsjj{
    margin: 30px 0 50px;
}
.gsjj .xq_title_01{
    margin-bottom: 20px;
}
.nrms .js_cont > p{
    text-align: justify;
    line-height: 24px;
    margin-bottom: 10px;
    color: #333;
}
.nrms .js_cont > p:last-child{
    margin-bottom: 0;
}
.business{
    padding: 30px 0;
    background: url("../images/yw_bg.jpg") no-repeat;
/*    background-color: #1c63c5;*/
}
.ywmk > h2{
    font-size: 24px;
    line-height: 40px;
    color: #fcfcfc;
    text-align: center;
    margin-bottom: 10px;
}
.ywmk .ywms p{
    color: #e5e5e5;
    text-align: justify;
    line-height: 26px;
    margin-bottom: 10px;
}
.yw_btn{
    height: 324px;
    position: relative;
}
/*.yw_btn > div{
    cursor: pointer;
}*/
.yw_btn .yw_part01{
    width: 130px;
    height: 130px;
    background: url("../images/yw_icon.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    overflow: hidden;
    position: absolute;
    left: 40px;
    top: 70px;
}
.yw_btn .yw_part01:hover{
    background: url("../images/yw_icon02.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.yw_btn .yw_part01:hover .w01{
    background: url("../images/w01_2_icon.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.yw_btn > div:hover h3{
    color: #fcfcfc;
}
.yw_btn .yw_part01 .w01{
    width: 64px;
    height: 64px;
    display: block;
    background: url("../images/w01_icon.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin: 10px auto 6px;
}
.yw_btn .yw_part01 h3{
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.yw_btn .yw_part02{
    width: 130px;
    height: 130px;
    background: url("../images/yw_icon.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    overflow: hidden;
    position: absolute;
    left: 148px;
    top: 8px;
}
.yw_btn .yw_part02 .w02{
    width: 64px;
    height: 64px;
    display: block;
    background: url("../images/w02_icon.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin: 10px auto 6px;
}
.yw_btn .yw_part02 h3{
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.yw_btn .yw_part02:hover{
    background: url("../images/yw_icon02.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.yw_btn .yw_part02:hover .w02{
    background: url("../images/w02_2_icon.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.yw_btn .yw_part03{
    width: 130px;
    height: 130px;
    background: url("../images/yw_icon.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    overflow: hidden;
    position: absolute;
    left: 148px;
    top: 134px;
}
.yw_btn .yw_part03 .w03{
    width: 64px;
    height: 64px;
    display: block;
    background: url("../images/w03_icon.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin: 10px auto 6px;
}
.yw_btn .yw_part03 h3{
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.yw_btn .yw_part03:hover{
    background: url("../images/yw_icon02.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.yw_btn .yw_part03:hover .w03{
    background: url("../images/w03_2_icon.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.yw_btn .yw_part04{
    width: 130px;
    height: 130px;
    background: url("../images/yw_icon.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    overflow: hidden;
    position: absolute;
    left: 250px;
    bottom: 0;
}
.yw_btn .yw_part04 .w04{
    width: 64px;
    height: 64px;
    display: block;
    background: url("../images/w04_icon.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin: 10px auto 6px;
}
.yw_btn .yw_part04 h3{
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.yw_btn .yw_part04:hover{
    background: url("../images/yw_icon02.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.yw_btn .yw_part04:hover .w04{
    background: url("../images/w04_2_icon.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.yw_btn .yw_part05{
    width: 100px;
    height: 100px;
    background: url("../images/yw_icon.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    overflow: hidden;
    position: absolute;
    left: 264px;
    top: 86px;
}
.yw_btn .yw_part05 .w05{
    width: 48px;
    height: 48px;
    display: block;
    background: url("../images/w05_icon.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin: 10px auto 6px;
}
.yw_btn .yw_part05 h3{
    font-size: 14px;
    color: #333;
    font-weight: normal;
}
.yw_btn .yw_part05:hover{
    background: url("../images/yw_icon02.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.yw_btn .yw_part05:hover .w05{
    background: url("../images/w05_2_icon.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.yw_btn .yw_part06{
    width: 80px;
    height: 80px;
    background: url("../images/yw_icon.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    overflow: hidden;
    position: absolute;
    left: 334px;
    top: 30px;
}
.yw_btn .yw_part06 .w06{
    width: 32px;
    height: 32px;
    display: block;
    background: url("../images/w06_icon.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin: 10px auto 6px;
}
.yw_btn .yw_part06 h3{
    font-size: 12px;
    color: #333;
    font-weight: normal;
}
.yw_btn .yw_part06:hover{
    background: url("../images/yw_icon02.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.yw_btn .yw_part06:hover .w06{
    background: url("../images/w06_2_icon.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.our_team .td_team > img{
    width: 100%;
    transition: 0.5s;
}
.our_team .td_part .td_team{
    position: relative;
    overflow: hidden;
}
.our_team .td_part .td_team.p1{
    margin-bottom: 20px;
}
.our_team .td_part .td_team .zw{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
    padding: 20px 30px;
}
.our_team .td_part .td_team .zw span{
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto 20px;
}
.our_team .td_part .td_team .zw span.t1{
    background: url("../images/team_icon_01.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.our_team .td_part .td_team .zw span.t2{
    background: url("../images/team_icon_02.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.our_team .td_part .td_team .zw span.t3{
    background: url("../images/team_icon_03.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.our_team .td_part .td_team .zw span.t4{
    background: url("../images/team_icon_04.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.our_team .td_part .td_team .zw span.t5{
    background: url("../images/team_icon_05.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-top: 100px;
}

.our_team .td_part .td_team .zw h4{
    text-align: center;
    font-size: 18px;
    color: #f77c05;
    margin-bottom: 10px;
}
.our_team .td_part .td_team .zw p{
    font-size: 16px;
    color: #f2f2f2;
    text-align: justify;
    line-height: 22px;
}
.our_team{
    margin: 50px 0;
}
.our_team .tdms{
    line-height: 24px;
    margin-bottom: 20px;
}
.our_team .td_part .td_team:hover .zw{
    background-color: rgba(0,0,0,.8);
}
.our_team .td_part .td_team:hover img{
    transform: scale(1.2);
    transition: 0.5s;
}
.culture{
    background: url("../images/qywh_bg.jpg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 30px 0;
}
.culture .qywh h3{
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 6px;
}
.culture .qywh p{
    line-height: 24px;
}
.culture .qywh > p:nth-of-type(1){
    margin-bottom: 16px;
}
.qualification{
    margin: 50px 0;
}
.qualification .zzms{
    text-align: center;
}
.xgzs{
    margin-bottom: 50px;
}
.zs_box .zs_pic img{
    width: 100%;
}

.zs_pic .zs_img{
    height: 350px;
}
.zs_pic .zs_img img{
    width: 100%;
    height: 100%;
}
.zs_pic h3{
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-weight: normal;
    color: #444;
}
#zs_box{
    position: relative;
    height: 420px;
    overflow: hidden;
}
#zs_part{
    position: absolute;
    top: 0;
    left: 15px;
}
.al_box{
    width: 230px;
}
/*联系我们*/
.main_lxwm{
    
}
.main_lxwm .up_nr{
    padding-bottom: 50px;
    border-bottom: solid 1px #ccc;
}
.main_lxwm .up_nr .title_lx{
    text-align: center;
    margin: 40px 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #c3c3c3;
} 
.main_lxwm .up_nr .title_lx h1{
    font-size: 30px;
    color: #333;
    margin-bottom: 4px;
} 
.main_lxwm .up_nr .title_lx h1 i{
    font-size: 24px;
}
.main_lxwm .up_nr .title_lx h5{
    font-size: 14px;
    color: #555;
}
.specific_part h2{
    width: 75%;
    height: 80px;
    padding-top: 40px;
    font-size: 24px;
    font-style: italic;
    margin-bottom: 40px;
    text-align: right;
    color: #444;
}
.specific_part h2.s1{
    background: url("../images/contact_icon01.png") no-repeat left center;
    -webkit-background-size: 80px 80px;
    background-size: 80px 80px;
}
.specific_part h2.s2{
    width: 72%;
    background: url("../images/contact_icon02.png") no-repeat left center;
    -webkit-background-size: 70px 70px;
    background-size: 70px 70px;
}
.specific_part h2.s3{
    width: 59%;
    background: url("../images/contact_icon03.png") no-repeat left center;
    -webkit-background-size: 70px 70px;
    background-size: 70px 70px;
    margin-bottom: 30px;
}
.specific_part h2 i{
    font-style: italic;
    font-size: 20px;
    font-weight: normal;
}
.specific_part h3.zxzx{
    font-weight: normal;
    font-size: 22px;
    width: 55%;
    height: 48px;
    line-height: 48px;
    background: #d6d9de url("../images/qq_icon2.png") no-repeat 20px center;
    -webkit-background-size: 45px 45px;
    background-size: 45px 45px;
    text-indent: 40%;
    border-radius: 8px;
    color: #265aa1;
    border: 1px solid #aeb8c2;
    box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.specific_part h3.rx{
    height: 80px;
    line-height: 80px;
    width: 85%;
    background: url("../images/kfrx_icon2.png") no-repeat right center;
    -webkit-background-size: 70px 70px;
    background-size: 70px 70px;
    font-size: 20px;
    color: #333;
    margin-top: 20px;
}
.specific_part.dz > h3{
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 16px;
    color: #333;
}
.qr_code{
    width: 60%;
    margin: 0 auto;
}
.qr_code > img{
    width: 100%;
}
.vehicle{
    margin-bottom: 50px;
}
.vehicle > div > h3{
    font-size: 22px;
    font-weight: 600;
    color: #222;
    line-height: 40px;
    margin-bottom: 20px;
}
.cclx .jtgj{
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.cclx .jtgj > div{
    float: left;
}
.cclx .jtgj .cc_icon{
    width: 64px;
    height: 64px;
    margin-right: 10px;
}
.cclx .jtgj .cc_icon.gj{
    background: url("../images/gj_icon.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.cclx .jtgj .cc_icon.zj{
    background: url("../images/zj_icon.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.cclx .jtgj .cc_icon.dt{
    background: url("../images/dt_icon.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.cclx .jtgj .main_nr{
    width: calc(100% - 80px);
}
.cclx .jtgj .main_nr > h4{
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}
.cclx .jtgj .main_nr p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
    color: #666;
}
#allmap{
    height: 350px;
}
/*新改版首页代码*/
.service_cp{
    padding-top: 50px;
    margin-bottom: 50px;
}
.cp_fl_box .main_cp_part{
    position: relative;
}
.cp_fl_box .main_cp_part .mask_cp{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    position: absolute;
    left: 0;
    top: 0;
    transition: 1s;
}
.main_cp_pic {
    overflow: hidden;
}
.main_cp_pic > img{
    width: 100%;
    height: 100%;
    transition: .5s;
}
.cp_fl_box .main_cp_part:hover .mask_cp{
    background-color: rgba(0,0,0,.6);
    transition: 1s;
}
.cp_fl_box .main_cp_part:hover .main_cp_pic > img{
    transform: scale(1.2);
    transition: .5s;
}
.cp_fl_box .main_cp_part a:hover .mask_cp h3{
    color: #e9840c;
}
.cp_fl_box .main_cp_part a:hover .mask_cp p{
    color: #e9840c;
}
.cp_fl_box .main_cp_part.pdc .mask_cp h3{
    position: absolute;
    left: 0;
    bottom: 20%;
    width: 100%;
    text-align: center;  
    color: #fcfcfc;
}
.cp_fl_box .main_cp_part.pdc .mask_cp p{
    position: absolute;
    left: 0;
    bottom: 12%;
    padding: 0 10px;
    text-align: center;
    width: 100%;
    color: #fcfcfc;
}

.right_cp .up_cp .row .main_cp_part{
    height: 220px;
}
.right_cp .up_cp .row .main_cp_part .main_cp_pic{
    height: 100%;
}

.right_cp .up_cp .row .main_cp_part .mask_cp h3,
.right_cp .down_cp .row .main_cp_part .mask_cp h3{
    position: absolute;
    left: 0;
    bottom: 25%;
    width: 100%;
    text-align: center;
    color: #fcfcfc;
}
.right_cp .up_cp .row .main_cp_part a:hover .mask_cp h3,
.right_cp .down_cp .row .main_cp_part a:hover .mask_cp h3{
    color: #e9840c;
}
.right_cp .up_cp .row .main_cp_part .mask_cp p,
.right_cp .down_cp .row .main_cp_part .mask_cp p{
    position: absolute;
    left: 0;
    bottom: 10%;
    padding: 0 10px;
    text-align: center;
    width: 100%;
    color: #fcfcfc;
}
.right_cp .up_cp .row .main_cp_part a:hover .mask_cp p,
.right_cp .down_cp .row .main_cp_part a:hover .mask_cp p{
    color: #e9840c;
}

.right_cp .down_cp .row .main_cp_part{
    height: 176px;
}
.right_cp .down_cp .row .main_cp_part .main_cp_pic{
    height: 100%;
}
.right_cp .down_cp .row .main_cp_part .mask_cp h3{
    bottom: 28%;
}
.right_cp .down_cp .row .main_cp_part .mask_cp p{
    bottom: 10%;
}
.up_cp .row {
    margin-bottom: 20px;

}
/*新领域*/
.kh_case{
    margin-bottom: 30px;
}
.khal_box .khal_part{
    width: 100%;
    height: auto;
    position: relative; 
    overflow: hidden;
}
.khal_box .khal_part img{
    width: 100%;
    height: auto;
}

.khal_box .khal_part span{ 
    width: 100%; 
    display: block; 
    text-align: center; 
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    position: absolute;
    bottom: 0;
    left: 0; 
    background: rgba(255,255,255,.8);
    overflow: hidden;
}
.khal_box .khal_part > a{
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 15px;
    color: #fff;
    line-height: 210px;
    text-align: center;
    overflow: hidden;
}

.khal_box .khal_part > a {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.khal_box .khal_part > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5) url("../images/cp_icon_hover.png") no-repeat center 35%;
    /*-webkit-background-size: 28px 28px;
    background-size: 28px 28px;*/
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.khal_box .khal_part > a:hover,
.khal_box .khal_part > a:focus,
.khal_box .khal_part > a:active {
    color: #fcfcfc;
}
.khal_box .khal_part > a:hover:before, 
.khal_box .khal_part > a:focus:before, 
.khal_box .khal_part > a:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.khal_box .row > div{
    margin-bottom: 20px;
}
.zjgn{
    background: url("../images/gsbj.jpg") no-repeat;
    padding-top: 50px;
    -webkit-background-size: 100% 500px;
    background-size: 100% 500px;
}
.zjgn .title_spc > h3{
    color: #ccc;
}
.zjgn .title_spc > h2{
    color: #fcfcfc;
}
.zjgn .title_spc > h5{
    color: #ddd;
}
.gnms .xq_btn,
.wen .xq_btn{
    padding: 0 20px;
    background-color: #265aa1;
    display: inline-block;
    border-radius: 16px;
    color: #fcfcfc;
    font-size: 14px;
    margin-top: 30px;
}
.wen .xq_btn{
    height: 26px;
    line-height: 26px;
    padding: 0 16px;
    font-size: 12px;
    margin-top: 0;
    float: right;
    margin-right: 30px;
}
.gnms .xq_btn:hover,
.wen .xq_btn:hover{
    background-color: #e9840c;
    animation: shake 1s linear;
    -webkit-animation:shake 1s linear;
}
.gywmxq{
    background-color: #f2f2f2;
    padding: 30px;
    box-shadow: 1px 2px 5px rgba(0,0,0,.3);
} 
.gnms > h2{
    font-size: 26px;
    color: #333;
    line-height: 42px;
}
.gnms > h5{
    font-size: 14px;
    font-weight: normal;
    color: #666;
    line-height: 30px;
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.news { 
    overflow: hidden; 
    margin: 50px auto;
}
.news .newsleft{ 
    overflow: hidden; 
    border: 1px solid #eee;
    height: 520px;
}
.news .newsright{ 
    overflow: hidden; 
    border: 1px solid #eee; 
    height: 520px;
}
.news .menu{ 
    overflow: hidden; 
    width: 100%; 
    height: 50px; 
    background: url("../images/news_t.png") left top repeat-x;
    background-size: 100% 50px;
    margin-bottom: 25px;
}
.news .menu ul{ 
    overflow: hidden; 
    float: left;
}
.news .menu li{ 
    float: left; 
    font-size: 18px; 
    font-weight: bold; 
    width: 125px; 
    line-height: 50px; 
    height: 50px; 
    text-align: center;
}
.news .menu li a{ 
    color: #666; 
    text-decoration: none;
}
.news .menu li.cur{ 
    background-color: #265aa1;
}
.news .menu li.cur a{
    color: #fcfcfc;
}
.news .menu .more2{ 
    float: right; 
    font-size: 14px; 
    color: #265aa1;
    line-height: 50px;
    margin-right: 20px;
    text-transform: uppercase; 
    font-weight: bold;
}
.news .menu h2{ 
    float: left; 
    font-size: 18px; 
    color: #265aa1;
    line-height: 50px;
    margin: 0 10px;
}
.news .menu h2 a{ 
    color: #265aa1; 
    text-decoration: none;
}
.news .nbox{ 
    overflow: hidden; 
    height: 430px; 
    position: relative;
}
.news .nlist{ 
    overflow: hidden; 
    width: 100%; 
    height: 100%;
    padding: 0 10px;
}
.news .ntop{ 
    overflow: hidden; 
    width: 100%; 
    margin-bottom: 20px;
}

.news_main_img > img{
    width: 100%;
}
.news .ntop h3{ 
    font-size: 16px; 
    white-space: nowrap; 
    text-overflow: ellipsis; 
    overflow: hidden; 
    margin-bottom: 15px;
}
.news .ntop h3 a{ 
    color: #333;
}
.news .ntop p{ 
    font-size: 14px; 
    color: #666; 
    line-height: 30px;  
    overflow: hidden; 
    text-align: justify; 
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.news .ntop .xq{
    font-size: 14px;
    color: #265aa1;
}
.news .list{ 
    overflow: hidden;
    width: 100%;
}
.news .list li{ 
    overflow: hidden; 
    width: 100%;
    font-size: 14px; 
    line-height: 36px;
}
.news .list li a{ 
    display: block; 
    float: left;
    max-width: 520px; 
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news .list span{ 
    float: right; 
    color: #666;
}
.news .wenda{ 
    overflow: hidden; 
    height: 430px; 
    padding: 0 6px;
    position: relative; 
}
.news .wenda ul{ 
    overflow: hidden; 
    position: absolute;
    width: 100%;
    padding-right: 6px;
}
.news .wenda li{ 
    overflow: hidden;
    width: 100%; 
    height: 150px; 
    border-bottom: 1px solid #e1e1e1; 
    margin-bottom: 20px;
}
.news .wenda h3{ 
    font-size: 16px; 
    color: #333; 
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden; 
    line-height: 24px;
    padding-left: 35px; 
    background: url("../images/news_q.png") no-repeat left center; 
    margin-bottom: 17px;
}
.news .wenda h3 a{ 
    color: #333;
}
.news .wenda p{ 
    font-size: 14px; 
    color: #666; 
    line-height: 30px;
    height: 90px;
    overflow: hidden; 
    text-align: justify; 
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-left: 35px; 
    background: url("../images/news_a.png") no-repeat left top;
}
/*底部导航2*/
.footer_nav{
    background: url("../images/foot_bg.jpg") repeat;
    padding: 30px 0 40px;
}
.footer_nav .db_nav{
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.db_nav ul{
    text-align: center;
}
.db_nav ul > li{
    display: inline-block;
}
.db_nav ul > li > a{
    padding: 0 27px;
    font-size: 16px;
    color: #fcfcfc;
    background: url("../images/ftico.jpg") no-repeat right center;
    display: inline-block;
} 
.db_nav ul > li:last-child > a{
    background-image: none;
}

.footer_nav .navigation .rgt_region{
    border-left: 1px solid #999;
    padding-left: 30px;
}
.footer_nav .navigation dl{
    margin-right: 28px;
}
.footer_nav .navigation dl dd.zx{
    width: 120px;
    height: 36px;
    text-indent: 40px;
    line-height: 36px;
    font-size: 16px;
    background: #e9840c url("../images/zxzx.png") no-repeat 14px center;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
    margin-top: 12px;
}
.footer_nav .navigation .rgt_region{
    margin-right: 0;
}
.yxgg.lft{
    background: url("../images/yx_bg02.png") no-repeat;
    margin-bottom: 0;
}
.yxgg.lft .zx{
    float: none;
    margin-right: 0;
    margin-left: 50px;
}
.yxgg.lft .zx > a{
    margin-left: 100px;
}
.friendlinks.new_yq{
/*    background: url(http://cdn.szqngs.com/images/yqlj_bg.jpg) no-repeat;*/
    background-image: none;
    background-color: #e5e5e5;
}
.friendlinks h4,
.friendlinks .links_box{
    float: left;
}
.friendlinks.new_yq h4{
    line-height: 70px;
    padding-left: 40px;
    margin-left: 10px;
/*    color: #fcfcfc;*/
    color: #134e8c;
    font-weight: normal;
    background: url("../images/yl_icon02.png") no-repeat 0 center;
    -webkit-background-size: 32px 32px;
    background-size: 32px 32px;
}
.friendlinks.new_yq .links_box{
    width: 85%;
    padding-left: 20px;
}
.friendlinks .links_box li{
    display: inline-block;
    line-height: 35px;
}
.friendlinks .links_box li:after{
    content: "|";   
    display: inline-block;   
    width: 2px;   
    height: 14px;
    color: #265aa1;
    margin: 0 10px;  
}
.friendlinks.new_yq .links_box li:first-child{
    margin-left: 0;
}
.friendlinks .links_box li:last-child:after{
    display: none;
}
/*新网站主产品描述*/
.main_cp .main_pic{
    background-image: none;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 0;
}   
.main_cp .main_pic > img{
    width: 100%;
}

.cpjs > div > h3{
    color: #265aa1;
    padding-bottom: 0px;
/*    border-bottom: solid 1px #265aa1;*/
    margin-bottom: 10px;
    font-size: 20px;
    padding-left: 30px;
}

.cpjs > div > h3.ld{
    background: url("../images/cs_icon.png") no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
}
.cpjs > div > h3.fw{
    background: url("../images/spe_fw_icon.png") no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
}
.main_cp .nr_btn{
    margin-top: 26px;
}
.cp_xntd{
    padding: 50px 0;
}
.cpxq_title{
    margin-bottom: 30px;
}
.cpxq_title h2{
    font-size: 26px;
    color: #333;
}
.cpxq_title h5{
    font-size: 12px;
    color: #666;
    line-height: 20px;
    font-weight: normal;
}

.product_perform .perform_part{
    height: 120px;
    overflow: hidden;
}
.perform_part .xntd_icon{
    width: 120px;
    height: 120px;
    background-color: #265aa1;
    float: left;
    text-align: center;
    line-height: 120px;
    border-radius: 8px 0 0 8px;
} 
.perform_part .xntd_icon img{
    width: 64px;
    height: 64px;
}
.perform_part .perform_content{
    width: calc(100% - 120px);
    height: 100%;
    float: left;
    background-color: #ebebeb;
    padding: 10px;
    border-radius: 0 8px 8px 0;
}
.cp_xntd .product_perform .row > div{
    margin-bottom: 20px;
}
.cp_xntd .product_perform .row > div:nth-of-type(3),
.cp_xntd .product_perform .row > div:nth-of-type(4){
    margin-bottom: 0;
}
/*.cp_xntd .product_perform .row > div > div{
    box-shadow: 0 1px 3px rgba(0,0,0,.4);
}*/
.perform_part .perform_content > h3{
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 6px;
    color: #333;
}
.perform_part .perform_content > p{
    font-size: 15px;
    line-height: 20px;
    overflow: hidden; 
    text-align: justify; 
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #666;
}
.gzyl{
    padding: 50px 0;
    background-color: #f2f2f2;
}

.yl_pic > img{
    width: 100%;
}
.yljtnr{
    padding-top: 20px;
    padding-left: 20px;
}
.yljtnr > dl{
    margin-bottom: 20px;
}
.yljtnr > dl:last-child{
    margin-bottom: 0;
}
.yljtnr > dl > dt{
    font-size: 20px;
    font-weight: bold;
    color: #265aa1;
    line-height: 40px;
    padding-left: 30px;  
}
.yljtnr > dl > dt.y1{
    background: url("../images/yl_icon1.png") no-repeat 0 center;
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
}
.yljtnr > dl > dt.y2{
    background: url("../images/yl_icon2.png") no-repeat 0 center;
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
}
.yljtnr > dl > dt.y3{
    background: url("../images/yl_icon3.png") no-repeat 0 center;
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
}
.yljtnr > dl > dd{
    line-height: 30px;
    font-size: 16px;
    color: #555;
    overflow: hidden; 
    text-align: justify; 
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.xgcp.xq{
    margin-bottom: 40px;
}
.czwl{
    margin-bottom: 50px;
}
.wl_img > img{
    width: 100%;
}
.lft_region{
    position: relative;
}
.lft_region > h3{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    color: #fcfcfc;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
    width: 100%;
    font-weight: normal;
}
.czwl .wl_box > div > div{
    margin-bottom: 20px;
} 
.czwl .wl_box > div > div:nth-of-type(3),
.czwl .wl_box > div > div:nth-of-type(4){
    margin-bottom: 0;
}
.wl_part{
    background-color: #e5e5e5;
}
.wl_part .wl_details{
    padding-top: 20px;
    padding-right: 20px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    text-align: justify;
}
.dzlc{
    height: 380px;
    background: url("../images/dzlc_bg.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-bottom: 50px;
}
.dzlc .lcnr{
    padding-left: 170px;
    padding-top: 30px;
}
.dzlc .idesign-list {
    float: left;
    background-image: none;
}
.dzlc .idesign-list dl {
    width: 130px;
    height: 96px;
    float: left;
    text-align: center;
}
.dzlc .idesign-list dl.i1{
/*    margin-left: 160px;*/
}
.dzlc .idesign-list dl.i2{
    margin-top: 120px;
}
.dzlc .idesign-list dl.i3{
    margin-top: 16px;
}
.dzlc .idesign-list dl.i4{
    margin-top: 166px;
    margin-left: 10px;
}
.dzlc .idesign-list dl.i5{
    margin-top: 40px;
}
.dzlc .idesign-list dl.i6{
    margin-top: 136px;
    margin-left: 10px;
}
.dzlc .idesign-list dl dt {
    width: 64px;
    height: 64px; 
    margin:0 auto;
}
.dzlc .idesign-list dl dd {
    font-size: 14px;
    color: #fff; 
    padding:8px 0 0;
}
.dzlc .idesign-list dl .icon {
    position: relative;
    display: block;
    width: 64px;
    height: 64px;
}
.dzlc .idesign-list dl .icon i {
    position: absolute;
    width: 100%;
    height: 100%; 
    background-image: url("../images/lc_icon.png");
    top: 0;
    left: 0;
}
.dzlc .idesign-list dl .icon .default {
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.dzlc .idesign-list dl .icon .hover {
    opacity: 0;
    visibility: hidden;
	-webkit-transform: translate3d(0,0,-64px) rotate3d(1,0,0,90deg);
	transform: translate3d(0,0,-64px) rotate3d(1,0,0,90deg);
	-webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.dzlc .idesign-list dl.i1 .icon .default {
    background-position: 0 0;
}
.dzlc .idesign-list dl.i2 .icon .default {
    background-position: 0 -64px;
}
.dzlc .idesign-list dl.i3 .icon .default {
    background-position: 0 -128px;
}
.dzlc .idesign-list dl.i4 .icon .default {
    background-position: 0 -192px;
}
.dzlc .idesign-list dl.i5 .icon .default {
    background-position: 0 -256px;
}
.dzlc .idesign-list dl.i6 .icon .default {
    background-position: 0 -320px;
}
.dzlc .idesign-list dl.i7 .icon .default {
    background-position: 0 -384px;
}
.dzlc .idesign-list dl.i1 .icon .hover {
    background-position: -64px 0;
}
.dzlc .idesign-list dl.i2 .icon .hover {
    background-position: -64px -64px;
}
.dzlc .idesign-list dl.i3 .icon .hover {
    background-position: -64px -128px;
}
.dzlc .idesign-list dl.i4 .icon .hover {
    background-position: -64px -192px;
}
.dzlc .idesign-list dl.i5 .icon .hover {
    background-position: -64px -256px;
}
.dzlc .idesign-list dl.i6 .icon .hover {
    background-position: -64px -320px;
}
.dzlc .idesign-list dl.i7 .icon .hover {
    background-position: -64px -384px;
}
.dzlc .idesign-list dl:hover .hover {
    opacity: 1;
    visibility: visible;
}
.dzlc .idesign-list dl:hover .default {
    opacity: 0;
    visibility: hidden;
}
.dzlc .idesign-list dl:hover dd{
    color: #fc8419;
}
.dzlc .idesign-list dl:hover .default {
    -webkit-transform: translate3d(0,64px,0) rotate3d(1,0,0,-90deg);
    transform: translate3d(0,64px,0) rotate3d(1,0,0,-90deg);
}
.dzlc .idesign-list dl:hover .hover {
    -webkit-transform: rotate3d(1,0,0,0deg);
    transform: rotate3d(1,0,0,0deg);
}
.engine_cases{
    margin-bottom: 50px;
}

.engine_cases .zs_pic .zs_img{
    height: auto;
}

.engine_cases .zs_pic h3{
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-weight: normal;
    color: #444;
    background-color: #e5e5e5;
    padding: 0 6px;
}
.engine_cases .zs_pic:hover h3{
    background-color: #265aa1;
    color: #fcfcfc;
}
.engine_cases #zs_box{
    position: relative;
    height: 250px;
    overflow: hidden;
}
/*新关于我们*/
.tab_us{
    margin: 50px 0 40px;
    border-bottom: 10px solid #f2f2f2;
    padding-bottom: 30px;
}
.gywm_tab{
    padding: 10px 0;
    padding-left: 60px;
/*    text-align: center;*/
    cursor: pointer;
    border-radius: 5px;
}

.gywm_tab.s1{
    background: #265aa1 url("../images/tab_icon_021.png") no-repeat 20px center;
    -webkit-background-size: 26px 26px;
    background-size: 26px 26px;
}
.gywm_tab.s2{
    background: #265aa1 url("../images/tab_icon_022.png") no-repeat 20px center;
    -webkit-background-size: 26px 26px;
    background-size: 26px 26px;
}
.gywm_tab.s3{
    background: #265aa1 url("../images/tab_icon_026.png") no-repeat 20px center;
    -webkit-background-size: 26px 26px;
    background-size: 26px 26px;
}
.gywm_tab.s4{
    background: #265aa1 url("../images/tab_icon_023.png") no-repeat 20px center;
    -webkit-background-size: 26px 26px;
    background-size: 26px 26px;
}
.gywm_tab.s5{
    background: #265aa1 url("../images/tab_icon_024.png") no-repeat 20px center;
    -webkit-background-size: 26px 26px;
    background-size: 26px 26px;
}
.gywm_tab.s6{
    background: #265aa1 url("../images/tab_icon_025.png") no-repeat 20px center;
    -webkit-background-size: 26px 26px;
    background-size: 26px 26px;
}
.gywm_tab.s1:hover,
.gywm_tab.s1:active{
    background: #d57605 url("../images/tab_icon_021.png") no-repeat 20px center;
    -webkit-background-size: 26px 26px;
    background-size: 26px 26px;
}
.gywm_tab.s2:hover,
.gywm_tab.s2:active{
    background: #d57605 url("../images/tab_icon_022.png") no-repeat 20px center;
    -webkit-background-size: 26px 26px;
    background-size: 26px 26px;
}
.gywm_tab.s3:hover,
.gywm_tab.s3:active{
    background: #d57605 url("../images/tab_icon_026.png") no-repeat 20px center;
    -webkit-background-size: 26px 26px;
    background-size: 26px 26px;
}
.gywm_tab.s4:hover,
.gywm_tab.s4:active{
    background: #d57605 url("../images/tab_icon_023.png") no-repeat 20px center;
    -webkit-background-size: 26px 26px;
    background-size: 26px 26px;
}
.gywm_tab.s5:hover,
.gywm_tab.s5:active{
    background: #d57605 url("../images/tab_icon_024.png") no-repeat 20px center;
    -webkit-background-size: 26px 26px;
    background-size: 26px 26px;
}
.gywm_tab.s6:hover,
.gywm_tab.s6:active{
    background: #d57605 url("../images/tab_icon_025.png") no-repeat 20px center;
    -webkit-background-size: 26px 26px;
    background-size: 26px 26px;
}
#tabbq .gywm_tab.active{
    background-color: #d57605;
}
.gywm_tab  h3{
    font-size: 18px;
/*    color: #333;*/
    color: #fcfcfc;
    line-height: 30px;
    font-weight: normal;
}
.gywm_tab  h6{
    font-size: 12px;
    font-weight: normal;
/*    color: #666;*/
    color: #eee;
}
.gy_title{
    background: url("../images/gyus_tit_bg.png") no-repeat center bottom;
    padding-bottom: 20px;
	margin-bottom: 30px;
}
.gy_title.sp{
    margin-bottom: 10px;
}
.gy_title > h2{
    font-size: 24px;
    color: #333;
}
.gy_title > h4{
    font-size: 14px;
/*    font-weight: normal;*/
    color: #666;
	margin-bottom: 6px;
}
.qyjj{
    margin-bottom: 50px;
}
.jjpic > img{
	width: 100%;
/*	height: 300px;*/
}
.jjnr{
	padding: 30px 0;
	background: url("../images/qyjj_bg2.jpg") no-repeat right 0;
	-webkit-background-size: 80% 100%;
	background-size: 80% 100%;
}
.jjms{
	padding-right: 30px;
	padding-top: 30px;
}
.jjms > h3{
	font-size: 20px; 
/*	color: #333;*/
	color: #fcfcfc;
	display: inline-block;
/*	border-bottom: 4px #333 solid;*/
	border-bottom: 4px #f2f2f2 solid;
	padding-bottom: 10px;
}
.jjms > p{
	overflow: hidden; 
    text-align: justify; 
	line-height: 24px;
/*	color: #666;*/
	color: #d9d9d9;
	margin-top: 20px;
}
p.zdms{
    line-height: 24px;
    font-size: 16px;
    color: #666;
    text-align: justify; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.new_business{
    margin-bottom: 50px;
}
.yw_icon{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.yw_icon.y1{
    background: url("../images/yw_icon1.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.yw_icon.y2{
    background: url("../images/yw_icon2.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.yw_icon.y3{
    background: url("../images/yw_icon3.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.yw_icon.y4{
    background: url("../images/yw_icon4.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.yw_icon.y5{
    background: url("../images/yw_icon5.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.yw_icon.y6{
    background: url("../images/yw_icon6.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.ywfw_box{
    margin-top: 30px;
}
.ywnr p{
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #265aa1;
    color: #fcfcfc;
    width: 84%;
    margin: 0 auto;
    border-radius: 5px;
}
.ywnr:hover .yw_icon.y1,
.ywnr:active .yw_icon.y1{
    background: url("../images/yw_icon12.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.ywnr:hover .yw_icon.y2,
.ywnr:active .yw_icon.y2{
    background: url("../images/yw_icon22.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.ywnr:hover .yw_icon.y3,
.ywnr:active .yw_icon.y3{
    background: url("../images/yw_icon32.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.ywnr:hover .yw_icon.y4,
.ywnr:active .yw_icon.y4{
    background: url("../images/yw_icon42.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.ywnr:hover .yw_icon.y5,
.ywnr:active .yw_icon.y5{
    background: url("../images/yw_icon52.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.ywnr:hover .yw_icon.y6,
.ywnr:active .yw_icon.y6{
    background: url("../images/yw_icon62.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.ywnr:hover p,
.ywnr:active p{
    background-color: #d57605;
}
.new_qywh{
    height: 435px;
    background: url("../images/qywh_bg4.png") no-repeat;
    padding-top: 30px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-bottom: 50px;
}

.wh_main_pic > img{
    width: 100%;
}
.qywh_jtnr .row > div > div:first-child{
    margin-bottom: 16px;
}
.qywh_jtnr .row > div > div.wh_main_pic{
    margin-bottom: 0;
}
.qywh_jtnr .qywh_nr_part > h3{
    font-size: 20px;
    margin-bottom: 10px;
    color: #265aa1;
}
.qywh_jtnr .qywh_nr_part > h3:before{
    content: " ";   
    display: inline-block;   
    width: 4px;   
    height: 20px;
    background-color: #265aa1;
    margin: -3px 6px 0;  
    vertical-align: middle;
}
.qywh_jtnr .qywh_nr_part > p{
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    text-indent: 2em;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.ryzz_box{
    margin-bottom: 50px;
}
.ryzz_box .zdms,
.ppal .zdms{
    text-align: center; 
}
.ryzz_box .ryzz_pic{
    margin-top: 30px;
    text-align: center;
}
.ryzz_box .ryzz_pic > img{
    width: 80%;
}
.service_support{
    background: url("../images/fwzc_bg.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 50px 0;
    margin-bottom: 50px;
}
.fwzc dt{
    overflow: hidden;
}
.fwzc dt > img{
    width: 100%;
    transition: 1s;
}
.fwzc dd{
    padding: 16px 20px;
    background: #265aa1 url("../images/fwicon.png") no-repeat 92% center;
}
.fwzc dd p{
    font-size: 18px;
    color: #fcfcfc;
}
.fwzc dd i{
    font-size: 14px;
    color: #ccc;
}
.fwzc:hover dt > img{
    transform: scale(1.2);
    transition: 1s;
}
.fwzc:hover dd{
    background: #d57605 url("../images/fwicon.png") no-repeat 92% center;
}
.ppal{
    margin-bottom: 50px;
}
.case_box {
    flex-wrap: wrap;
    border: 1px solid #d9d9d9;
    background: #f2f2f2;
/*    padding-top: 20px;*/
    padding: 20px;
    margin-top: 30px;
}
.case_box .item_box{
    position: relative;
    width: 100%;
    height: 100px;
    -webkit-perspective: 200;
    perspective: 200;
    perspective-origin: 50% 50%;
    transform-style: preserve-3d;
}
.case_box .item_box:hover {
    z-index: 1;
}
.case_box .face_a {
    transition: transform .5s ease;
    backface-visibility: hidden;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    border: 1px solid rgba(239,239,239,.5);
}
.item_box .face_a img{
    width: 100%;
    height: 80px;
}
.item_box .face_b {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #265aa1;
    transition: transform .5s ease;
    transform: rotateX(-180deg);
    backface-visibility: hidden;
}
.case_box .item_box:hover .face_a {
    transform: rotateX(180deg);
}
.case_box .item_box:hover .face_b {
    transform: none;
}
.case_box .face_b > p {
    position: absolute;
    width: 100%;
    padding: 0 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fcfcfc;
    font-size: 16px;
    line-height: 24px;
}
.case_box .row > div{
    margin-bottom: 20px;
}
/*移动设备隐藏*/ 
.m_header,
.m_nav,
.m_kong,
.slider_m,
.zjwm_m,
.m_footer,
.m_copy,
#nb_toolbar_wrap{
	display: none;
}

.my_pages{
  text-align: center;
}
.my_pages ul{
  
}
.my_pages ul li{
  display: inline-block;
  border: 1px solid #999;
  color: #666;
  cursor: pointer;
}
.my_pages ul li a{
  color: #666;
    padding: 0 12px;
    height: 100%;
    display: block;
}
.my_pages ul li.thisclass{
    padding: 0 12px;
    background-color: #e5e5e5;
}
.my_pages ul li.thisclass:hover,
.my_pages ul li.thisclass:active{
    
    border-color: #999;
}
.my_pages ul li.thisclass:hover a,
.my_pages ul li.thisclass:active a{
   background-color: #e5e5e5;
    color: #666; 
}
.my_pages ul li:hover,
.my_pages ul li:active{
    border-color: #0c3d82;
}
.my_pages ul li:hover a,
.my_pages ul li:active a{
  color: #fcfcfc;
  background-color:#265aa1;
}
/*系统详情*/
.scope_application > h3.fb{
    background: url("../images/fb_icon.png") no-repeat 0 center;
    -webkit-background-size: 22px 22px;
    background-size: 22px 22px;
}
/*.xt_ystd .product_perform .row > div:nth-of-type(3),
.xt_ystd .product_perform .row > div:nth-of-type(4){
    margin-bottom: 20px;
}
.xt_ystd .product_perform .row > div:nth-of-type(5),
.xt_ystd .product_perform .row > div:nth-of-type(6){
    margin-bottom: 0;
}*/
.xtzc .yl_pic{
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.xtzc .zcjs{
    padding-top: 10px;
}
/*.xtzc .zcjs h3{
    font-size: 20px;
    line-height: 36px;
    color: #333;
    margin-bottom: 30px;
}*/
.xtzc .zcjs > dl:first-child{
    margin-bottom: 20px;
}
.xtzc .yljtnr > dl > dt.jx{
    background: url("../images/jx_icon.png") no-repeat 0 center;
    -webkit-background-size: 22px 22px;
    background-size: 22px 22px;
}
.xtzc .yljtnr > dl > dt.js{
    background: url("../images/js_icon.png") no-repeat 0 center;
    -webkit-background-size: 22px 22px;
    background-size: 22px 22px;
}
.xtzc .cpxq_title h4{
    color: #265aa1;
    font-size: 20px;
}
.xtgn{
    margin: 50px 0;
    padding: 50px 0 10px;
    background: url("../images/sdjgzc_bg.jpg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.gn_box{
    background-color: #f2f2f2;
    height: 260px;
    padding: 20px 10px 10px;
    border: 1px solid #e5e5e5;
    box-shadow: 1px 2px 5px rgba(0,0,0,.3);
}
.gn_box .gn_icon{
    width: 64px;
    height: 64px;
    margin: 0 auto;
}
.gn_box .gn_icon > img{
    width: 100%;
    height: 100%;
}
.gn_box > h3{
    font-size: 18px;
    color: #333;
    margin: 20px 0;
}
.gn_box > p{
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.gnnr .row > div{
    margin-bottom: 20px;
}
.gnnr li{
    height: 120px;
}
.gnnr li > h3{
    font-size: 18px;
    padding-left: 30px;
    background: url("../images/gn_icon.png") no-repeat;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
    color: #333;
    margin-bottom: 10px;
}
    
.gnnr li > p{
    font-size: 16px;
    color: #666;
    line-height: 22px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.gnnr .row > li{
    margin-bottom: 20px;
}
/*矿用产品详情*/
.cpjs.ky{
    padding-top: 0;
}
.cpjs.ky > h1{
    font-size: 24px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.cpjs.ky > p{
    line-height: 24px;
    padding-top: 10px;
    margin-bottom: 14px;
    -webkit-line-clamp: 3;
}

.product_perform.ky .perform_part{
    height: 186px;
    overflow: hidden;
}
.product_perform.ky .perform_part .xntd_icon{
    width: 150px;
    height: 186px;
    line-height: 186px;
} 
.product_perform.ky .perform_part.c1 .xntd_icon{
    background-color: #31a2e8;
}
.product_perform.ky .perform_part.c2 .xntd_icon{
    background-color: #7331e7;
}
.product_perform.ky .perform_part.c3 .xntd_icon{
    background-color: #e86e31;
}
.product_perform.ky .perform_part.c4 .xntd_icon{
    background-color: #e8a831;
}
.product_perform.ky .perform_part .perform_content{
    width: calc(100% - 150px);
    padding-left: 20px;
}

.product_perform.ky .perform_part .perform_content > p{
    margin-bottom: 4px;
    -webkit-line-clamp: 2;
    color: #555;
    padding-left: 20px;
}
.product_perform.ky .perform_part.c1 .perform_content > p{
    background: url("../images/xntd_icon01.png") no-repeat 0 4px;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px;
}
.product_perform.ky .perform_part.c2 .perform_content > p{
    background: url("../images/xntd_icon02.png") no-repeat 0 4px;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px;
}
.product_perform.ky .perform_part.c3 .perform_content > p{
    background: url("../images/xntd_icon03.png") no-repeat 0 4px;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px;
}
.product_perform.ky .perform_part.c4 .perform_content > p{
    background: url("../images/xntd_icon04.png") no-repeat 0 4px;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px;
}
.product_perform.ky .perform_part .perform_content > p:last-child{
    margin-bottom: 0;
}
.gzyl.ky{
    background-color: #fff;
    border-top: 10px #f2f2f2 solid;
}
.ky_parameter{
    padding-top: 50px;
    margin-bottom: 30px;
}
.gzyl.ky .yljtnr{
    padding-top: 0;
    padding-left: 0;
    color: #555;
    text-align: justify;
}
.tp_tableBox table tr th{
    font-size: 20px;
    color: #333;
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;
    font-weight: 500;
    background-color: #f2f2f2;
}
.tp_tableBox table tr td{
    font-size: 16px;
    color: #666;
    padding: 8px 20px;
    background-color: #fff;
}
.tp_tableBox .table-bordered {
  border: 1px solid #999;
}
.tp_tableBox .table-bordered > thead > tr > th,
.tp_tableBox .table-bordered > tbody > tr > th,
.tp_tableBox .table-bordered > tfoot > tr > th,
.tp_tableBox .table-bordered > thead > tr > td,
.tp_tableBox .table-bordered > tbody > tr > td,
.tp_tableBox .table-bordered > tfoot > tr > td {
  border: 1px solid #999;
}
.engine_cases.certificates #zs_box{
    position: relative;
    height: 302px;
    overflow: hidden;
}

.engine_cases.certificates .zs_pic h3{
    line-height: 34px;
    font-size: 14px;
    color: #333;
    background-color: transparent;
}
/*新导航*/
.nav_box{
    height: 100px;
    background-color: #f2f2f2;
    box-shadow: 1px 1px 3px rgba(0,0,0,.3);
}

.logo_box2{
    float: left;
    height: 60px;
    width: 314px;
    margin: 20px 0 20px 50px;
}
.logo_box2 img{
    width: 100%;
    height: 100%;
}

#navbar{
    height: 100%;
    padding: 25px 0;
    margin-left: 50px;
    
}
#navbar .mynav {
    
}
.hotline2{
    float: left;
	padding-left: 80px;
	background: url("../images/tel.png") no-repeat 0 center;
    -webkit-background-size: 70px 47px;
    background-size: 70px 47px;
	padding-top: 20px;
    height: 100px;
}
.hotline2 h3{
	font-size: 18px;
	color: #333333;
	line-height: 30px;
}
.hotline2 h2{
	font-size: 24px;
	color: #e9840c;
}
.pc_kong{
    height: 100px;
    width: 100%;
}

#navbar .mynav  li{
    border: none;
    border-top: solid #ccc 1px;
}

#navbar .mynav > li{
    width: 12.8%;
    border: none;
    height: 75px;
}
#navbar .mynav li a{
    color: #333;
}
#navbar .mynav li a:hover{
    color: #fcfcfc;
}
#navbar .mynav li .my_second_menu{
    top: 75px;
    background-color: #f2f2f2;
}
#navbar .mynav li .special_menu{
    border-top: solid #ccc 1px;
}

#navbar .mynav li .special_menu .erji_part h3:hover{
    border-bottom-color: transparent;
}
#navbar .mynav li .special_menu .erji_part h3 a:hover{
    background-color: #f2f2f2;
}
#navbar .mynav li .special_menu .erji_part h3 a{
    color: #333;
}

#navbar .mynav li .special_menu .erji_part .ziys li a{
    height: 100%;
    line-height: 36px;
}
#navbar .mynav li .special_menu .erji_part .ziys li{
    border: none;
    margin-bottom: 4px;
    height: 36px;
    line-height: 36px;
}