
/*cp*/
.card-fouth {
    padding: 0px 0 80px;
    background: rgba(246,246,246,.31)
}
.card-fouth .sub-title {
    margin-bottom: 32px;
    text-align: center;
    font-size: 40px;
    color: #333
}
.card-fouth .desc.desc-list {
    font-size: 0;
    color: #3a3a3a;
    font-weight: 200;
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center
}
/*顶部分类*/
.card-fouth .industry {
    font-size: 16px;
    color: #999;
    padding: 15px 0;
    display: inline-block;
    border-bottom: 1px solid hsla(0,0%,85%,.4);
    width: 110px
}
.card-fouth .industry.first {
    padding-left: 0
}
.card-fouth .industry.last {
    padding-right: 0
}
.card-fouth .industry.active {
    padding-bottom: 14px
}
.card-fouth .industry span {
    font-family: PingFang SC;
    font-weight: 400
}
.card-fouth .industry.active span {
    font-size: 16px;
    font-weight: 700;
    color: #2267fa;
    border-bottom: 1px solid #2267fa;
    padding-bottom: 5px;
    font-weight: 500
}
/*内容*/
.card-fouth .case-container {
    position: relative;
    margin: 0 auto;
    height: 450px
}
.card-fouth .case-panel {
    position: absolute;
    z-index: 1;
    opacity: 0;
    overflow: hidden;
    padding-left: 35px
}
.card-fouth .case-panel.active {
    z-index: 100;
    opacity: 1;
    -webkit-transition: all .2s ease-out .1s;
    transition: all .2s ease-out .1s
}
.card-fouth .case-preview {
    display: inline-block;
    width: 576px;
    position: relative;
    top: 16px;
    left: -60px;
    z-index: 200
}
/*内容左侧*/
.card-fouth .case-left {
    display: inline-block;
    vertical-align: top
}
.card-fouth .case-left img {
    width: 365px
}
.card-fouth .phone-framework {
    z-index: 102;
    position: relative
}
.card-fouth .case-left .phone-image-cover {
    position: absolute;
    width: 197px;
    height: 426px;
    top: 30px;
    left: 70px;
    z-index: 101;
    background-color: rgba(0,0,0,.6);
    text-align: center;
    display: block
}
.card-fouth .case-left .phone-image-cover img {
    width: 118px;
    margin-top: 150px;
    z-index: 103
}
.card-fouth .case-left .phone-image-cover div {
    margin-top: 10px;
    color: #ffffff;
    font-size: 13px
}
.card-fouth .case-left .phone-image-cover.hidden {
    display: none
}
.card-fouth .case-left .phone-image {
    position: absolute;
    width: 197px;
    top: 30px;
    left: 70px;
    z-index: 1;
    opacity: 0
}
.card-fouth .case-left .phone-image.active {
    z-index: 100;
    opacity: 1;
    -webkit-transition: all .2s ease-out .1s;
    transition: all .2s ease-out .1s
}
/*内容右侧*/
.card-fouth .case-head {
    font-size: 43px;
    color: #242424;
    margin-bottom: 16px;
    font-weight: 500
}
.card-fouth .case-text {
    font-size: 18px;
    color: #141414;
    padding-bottom: 22px;
    height: 107px
}
.card-fouth .case-content {
    width: 576px;
    margin-top: 10px
}
.card-fouth .case-icon-list {
    font-size: 0;
    width: 576px
}
.card-fouth .case-icon-list img {
    margin-top: 35px;
    margin-right: 30px;
    display: inline-block;
    width: 117px;
    border-radius: 16px
}
.card-fouth .case-content img {
    margin-top: 15px;
    width: 576px;
    height: 1px;
    opacity: 0.3
}
.card-fouth .case-icon-list .image-hover {
    width: 75px
}
.card-fouth .case-icon-list img.active {
    border: 2px solid #1696ff
}
.card-fouth .case-icon-list img.last {
    margin-right: 0
}
.card-fouth .industry-tab-line {
    height: 2px;
    background: #2267fa;
    top: 164px;
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s
}

.top_bg {
	background: url(../images/top_bg.gif) repeat-x bottom;
	position: relative;
	z-index: 20;
	height: 160px;
}
.header {
	width: 1200px;
	margin: 0 auto;
}
.header .isear {
	right: 5px;
	position: absolute;
	top: 118px;
	width: 25px;
	height: 25px;
	z-index: 20;
}
.header .isear .icon {
	display: block;
	width: 25px;
	height: 25px;
	background: url("../images/s_so.gif") no-repeat 50% 50%;
	background-size: 80%;
	cursor: pointer;
	-webkit-transition: transform .3s;
	transition: transform .3s;
	float: right;
}
.header .isear .icon:hover {
	-webkit-transform: translate(-5px, 0);
	transform: translate(5px, 0);
}
.header .isearch {
	position: absolute;
	right: 0;
	top: 43px;
	padding: 5px;
	background-color: #f3f3f3;
	width: 280px;
	height: 36px;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	z-index: 5;
	transform-origin: 100% 0;
	-webkit-transform-origin: 100% 0;
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: all .5s;
	transition: all .5s;
}
.header .isearch .ser_inp {
	font-size: 14px;
	display: block;
	float: left;
	width: 189px;
	height: 16px;
	line-height: 16px;
	padding: 10px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	position: relative;
	border: none;
}
.header .isearch .ser_so {
	cursor: pointer;
	display: block;
	float: left;
	width: 70px;
	height: 36px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 2px;
	background-color: #f68100;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	position: relative;
	color: #fff;
	border: none;
}
.header .isearch:before {
	content: '';
	position: absolute;
	display: block;
	border: 5px solid transparent;
	border-right: 7px solid #f68100;
	z-index: 3;
	right: 75px;
	top: 16px;
}
.header .isear.open .isearch {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.header .isear .icon:hover {
	-webkit-animation: hvr-buzz-out 0.75s linear;
	animation: hvr-buzz-out 0.75s linear;
}
input::-webkit-input-placeholder {
 color: #666;
}
.h_con {
	overflow: hidden;
	padding: 16px 0 7px;
	background: url(../images/head_bg.gif) 480px 0 no-repeat;
}
.h_con h1 {
	float: left;
	width: 240px;
	padding: 0;
}
.h_con h1 img {
	width: 240px;
	height: 70px;
}
.h_con .h_dw {
	float: left;
	color: #666;
	font-size: 12px;
	font-weight: 200;
	letter-spacing: 0.6px;
	padding: 6px 0 0 50px;
	line-height: 32px;
	width: 490px;
}
.h_dw b {
	display: block;
	font-size: 24px;
	letter-spacing: 1px;
}
.h_dw i {
	color: #1070b9;
}
.h_tel {
	float: left;
	height: 68px;
	padding: 2px 0 0 54px;
	font-size: 14px;
	color: #333;
	line-height: 14px;
	background: url("../images/tel.gif") no-repeat 0 10px;
}
.h_tel b {
	display: block;
	font-size: 20px;
}
.h_tel b:last-child {
	margin-top: 5px;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #333;
	text-align: center;
	line-height: 14px;
	padding: 2px 0 1px;
	border-radius: 4px;
}
.head_lang {
	width: auto;
	height: 28px;
	color: #333;
	padding-top: 22px;
	background-color: inherit;
	float: right;
	margin-left: 15px;
}
.head_lang ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.head_lang ul li {
	float: left;
	line-height: 28px;
	margin: 0px 10px;
	position: relative;
	z-index: 10001;
}
.head_lang ul li.sline {
	height: 16px;
	width: 1px;
	background-color: #ccc;
	margin-top: 7px;
}
.head_lang li.lang {
	width: auto;
}
.head_lang li.lang span {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.head_lang li.lang i.icon_lang {
	width: 18px;
	height: 18px;
	margin: 7px 10px 0 0;
	float: left;
	display: block;
	background: url(../images/lang_icon.png) no-repeat;
}
.head_lang li.lang a {
	color: #333;
}
.head_lang li.lang a:hover {
	color: #333;
}
.h_code {
	width: 110px;
	float: right;
	line-height: 0;
}
.h_code b {
	display: block;
	font-size: 12px;
	color: #666;
	float: left;
	width: 20px;
	text-align: center;
	line-height: 14px;
	font-weight: normal;
}
.h_code span {
	float: right;
	width: 80px;
	height: 80px;
}
.h_code span img {
	display: block;
	width: 80px;
	height: 80px;
}
.h_nav {
	height: 60px;
	line-height: 60px;
}
.h_nav em {
	width: 16px;
	height: 16px;
	display: block;
	line-height: 0;
	position: absolute;
	top: 23px;
	left: 10px;
	z-index: 20;
}
.h_nav em img {
	width: 16px;
	height: 16px;
}
.h_nav li {
	height: 60px;
	float: left;
	background: url("../images/nav_bor.gif") no-repeat right 24px;
	padding: 0 35px;
	position: relative;
}
.h_nav li a {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #333;
	display: block;
	float: left;
	position: relative;
	vertical-align: middle;
	text-align: center;
	height: 60px;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}
.h_nav li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #f68100;
	height: 2px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.h_nav li a:hover:before, .h_nav li a:focus:before, .h_nav li a:active:before {
	right: 0;
}
.h_nav li.current > a {
	background: url("../images/nav_line.gif") repeat-x 0 bottom;
	color: #f68100;
}
.h_nav li a:hover {
	color: #f68100;
}
.h_nav .nobor {
	background: none;
}
em, i {
	font-style: normal;
}
.sub {
	position: absolute;
	left: 0;
	top: 58px;
	display: none;
	border-top: 3px solid #005dca;
	background: #fff;
	width: 108px;
	padding: 0 15px;
}
.sub:nth-child(1):hover, .sub:nth-child(5):hover, .sub:nth-child(6):hover, .sub:nth-child(7):hover {
	height: 0;
}
.sub:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 9px;
	left: 45px;
	top: -9px;
}
.sub li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e4e4e4;
	font-size: 14px;
	color: #333;
	float: none;
	width: 100%;
	padding: 0;
	background: none;
}
.sub li a {
	color: #333;
	font-size: 13px;
	font-weight: normal;
	padding: 0;
	display: block;
	height: 40px;
	line-height: 42px;
	float: none;
}
.sub li a:hover {
	font-weight: normal;
	color: #333;
}
.h_nav .cur .sub li a {
	color: #333;
	font-weight: normal;
	padding: 0;
}
.h_nav .cur .sub li a:hover {
	color: #333;
}
/*banner*/
.fullSlide {
	min-width: 1200px;
	position: relative;
	height: 650px;
	overflow: hidden;
}
.fullSlide .bd {
	position: relative;
	z-index: 0;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 650px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
	height: 650px;
}
.fullSlide .bd li img {
	width: 1920px;
	height: 650px;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}
.fullSlide .hd {
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	bottom: 75px;
	position: absolute;
	z-index: 1;
	overflow: hidden;
}
.fullSlide .hd ul {
	margin-left: 500px;
}
.fullSlide .hd ul li {
	float: left;
	margin: 0 5px;
	display: inline;
	cursor: pointer;
	width: 62px;
	height: 5px;
	background: #fff;
	text-indent: -999px;
}
.fullSlide .hd ul .on {
	background: #f68100;
}
.ty-banner-1 {
	height: 350px;
	text-align: center;
	background: url(../images/npage.jpg) no-repeat center;
}
.ty-banner-1-zjth{
	background: url(../images/zoujin.jpg) no-repeat center;
}
.ty-banner-1-lxwm{
	background: url(../images/lianxi.jpg) no-repeat center;
}
.ty-banner-1-cpzx{
	background: url(../images/chanpin.jpg) no-repeat center;
}
.ty-banner-1-scsb{
	background: url(../images/shebei.jpg) no-repeat center;
}
.ty-banner-1-zhhd{
	background: url(../images/zhanhui.jpg) no-repeat center;
}
.ty-banner-1-jszl{
	background: url(../images/jishu.jpg) no-repeat center;
}
.ty-banner-1-zxdt{
	background: url(../images/xinwen.jpg) no-repeat center;
}
.ty-banner-1 img {
	visibility: hidden;
}
.ty-banner-1 img.show {
	visibility: visible;
}
.p1-search-1 {
	background: #f2f2f2;
	height: 60px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	margin-bottom: 30px;
}
.p1-search-1 p {
	color: #444;
	line-height: 60px;
}
.scgs {
	width: 1200px;
	margin: 0 auto;
}
.p1-search-1 a {
	color: #444;
	display: inline-block;
	margin-right: 15px;
}
.p1-search-1-inp {
	width: 270px;
	height: 30px;
	border-radius: 20px;
	background: #fff;
	padding-left: 10px;
	margin-top: -3px;
}
.p1-search-1-inp input {
	border: 0;
}
.p1-search-1-inp1 {
	float: left;
	font-size: 14px;
	width: 220px;
	height: 30px;
	line-height: 28px;
	color: #a9a9a9;
	padding: 0px 6px;
}
.p1-search-1-inp2 {
	width: 30px;
	height: 30px;
	background: url(../images/VISkins-p1.png) no-repeat -258px -936px;
	float: right;
	cursor: pointer;
}
.p12-curmbs-1 {
	font-size: 14px;
	letter-spacing: 0.7px;
}
.p12-curblock {
	display: none;
}
.p12-curmbs-1 b {
	border-left: 10px solid #f68100;
	font-weight: normal;
	padding-left: 8px;
}
.plc {
	width: 1200px;
	margin: 0 auto 20px;
}
.p12-curmbs-1 i {
	font-style: normal;
}
.p12-curmbs-1 span {
	padding: 0 5px;
	height: 46px;
	line-height: 46px;
}
.tl-fdh-02 {
	height: 55px;
	background: #fff;
	margin-bottom: 20px;
	width: 1200px;
	margin: 0 auto 20px;
}
.tl-fdh-02 li {
	width: 16.6667%;
	height: 55px;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 55px;
	text-align: center;
	float: left;
	border-right: 1px solid #d8d8d8;
	box-sizing: border-box;
	background: #f4f4f4;
	cursor: pointer;
	text-overflow: ellipsis;
	position: relative;
}
.tl-fdh-02 li a {
	color: #333;
	display: block;
	width: 100%;
}
.tl-fdh-02 li.sidenavcur, .tl-fdh-02 li:hover {
	background: url(../images/p16-icon6.png) no-repeat bottom center #093e5e;
	border-color: #093e5e;
}
.tl-fdh-02 li.sidenavcur a, .tl-fdh-02 li:hover a {
	color: #fff;
}
.tl-fdh-02 li .erji {
	display: none;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 55px;
	left: 0;
	z-index: 10;
}
.tl-fdh-02 li .erji li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #eee;
	border-bottom: #fff 1px solid;
	font-size: 16px;
}
.tl-fdh-02 li .erji li a {
	color: #333;
}
.p12-aboutinfo-1 {
	display: inline-block;
	width: 100%;
	background: #fff;
	margin-bottom: 38px;
}
.p12-aboutinfo-1-tit {
	height: 114px;
	line-height: 114px;
	font-size: 30px;
	text-align: center;
	color: #4b4a4a;
}
.p12-aboutinfo-1-tit span {
	font-size: 22px;
	color: #aaa;
}
/*
.p12-aboutinfo-1-nr {
	padding: 0 20px 20px;
}*/

.tit {
	font-size: 28px;
	text-align: center;
	margin: 30px 0;
	background: url("../images/tit_bg.png") no-repeat center -18px;
}
.wmen {
}
.chi {
	margin-bottom: 8px;
	font-weight: bold;
	color: #333;
	letter-spacing: 2px;
}
.eng {
	text-transform: uppercase;
	font-weight: 100;
	font-size: 16px;
}
.blk-main {
	width: 1200px;
	margin: 0 auto;
}
.blk {
	margin: 0 auto 20px;
}
.content1 {
	width: 1200px;
	margin: 0 auto;
}
.p12-aboutinfo-1-nr {
	padding: 0 0px 20px!important;
}
.p12-aboutinfo-1-tit {
	display: none;
}
.gsjs_b {
	line-height: 2;
}
.gsjs_t {
	width: 1200px;
}
.gsjs_t img {
	max-width: 1200px;
}
.linen {
	color: #e1e1e1;
	display: block;
	margin-top: 8px;
	font-size: 25px;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.gsjsl .fwkh {
	text-align: right;
}
.dgcl {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	padding-bottom: 20px;
	margin-top: 40px;
	color: #111;
}
.dqnr {
	margin-top: 30px;
}
.clear {
	clear: both
}
.about .gsjs {
	margin: 30px 0 50px;
	padding: 0 0 50px;
}
.yqlin {
	width: 120px;
	height: 4px;
	background: #f68100;
	display: block;
	margin: 0 auto;
}
.gsjsl b {
	display: block;
	width: 111px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: #f68100;
	margin: 20px auto 0;
	border-radius: 5px;
	color: #fff;
}
.gsjsl b a {
	color: #fff;
	font-size: 16px;
}
.about {
	background: #f7f7f7;
	padding: 0;
}
.type_t {
	width: 1200px;
	height: 250px;
	margin: 0 auto;
	padding-top: 10px;
}
.spage {
	background: #f7f7f7;
	width: 1160px;
	margin: 0 auto 30px;
	padding: 20px;
}
.spage .gsjs {
	margin: 10px 0 10px;
}
.count {
	height: 161px;
	background: url(../images/npage_about.jpg) no-repeat center;
}
.history {
	width: 1200px;
	margin: 30px auto;
	position: relative;
}
.history .item {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background-color: #fff;
}
.history .item .wrapper {
	padding-left: 240px;
	position: relative;
}
.history .item h2 {
	font-size: 26px;
	color: #f68100;
	font-weight: 600;
	position: absolute;
	left: 120px;
	top: 35px;
	font-weight: 400;
}
.history .item h2 span {
	font-size: 16px;
	position: relative;
	top: -2px;
	left: 5px;
	font-weight: 400
}
.history .item ul li {
	position: relative;
	padding: 7px 40px;
	border-left: 1px #e8e8e8 solid;
}
.history .item ul li p {
	font-size: 15px;
	line-height: 2;
	color: #5A5A5A;
	text-align: justify;
}
.history .item ul li:after {
	content: ",,";
	display: block;
	width: 17px;
	height: 17px;
	background: url("../images/line-icon.png") no-repeat;
	position: absolute;
	left: -7px;
	top: 16px;
	text-indent: -10000px
}
.history .item ul li:first-child {
	padding-top: 40px
}
.history .item ul li:first-child:after {
	top: 49px
}
.history .item ul li:last-child {
	padding-bottom: 15px
}
.honor {
	width: 1300px;
	margin: 40px auto 20px;
}
.gs_rongyu {
	position: relative;
	margin-top: 15px;
}
#gs_rongyu_n {
	width: 1200px;
	margin: 0 auto;
	height: 335px;
	overflow: hidden;
}
#gs_rongyu_n ul li {
	float: left;
}
#gs_rongyu_n ul li img {
	display: inline-block;
	border: 15px solid #F3F3F3;
	width: 180px;
	height: 245px;
}
#gs_rongyu_n ul li a {
	display: block;
	text-align: center;
	width: 240px;
	position: relative;
}
#gs_rongyu_n ul li span {
	font-size: 14px;
	letter-spacing: 0.5px;
	padding: 0 15px;
	line-height: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	box-sizing: border-box;/*border: 1px solid #DCDCDC; border-top:none;*/
}
#gs_rongyu_n_L {
	position: absolute;
	top: 40%;
	left: 1px;
	padding: 10px;
}
#gs_rongyu_n_R {
	position: absolute;
	top: 40%;
	right: 1px;
	padding: 10px;
}
.gs_rongyu h1 {
	font-size: 25px;
	font-weight: 600;
	color: #cd1a20;
	margin: 10px 0 30px;
	text-align: center;
}
#gs_rongyu_n ul li a em {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.6);
	text-align: center;
	line-height: 305px;
	display: none;
}
#gs_rongyu_n ul li a em img {
	border: none;
	width: 45px;
	height: 45px;
}
#gs_rongyu_n ul li a:hover em {
	display: block;
}
.contactus {
	width: 1200px;
	margin: 0 auto;
}
.contactus ul {
	height: 180px;
	margin: 0 auto;
	margin-top: 20px;
}
.contactus ul li {
	border-bottom: 1px dashed #e9e9e9;
	float: left;
	height: 45px;
	line-height: 45px;
	margin: 15px 60px 0 0;
	padding: 0 0 10px 55px;
	width: 515px;
	background-size: 80%;
}
.contactus ul li:nth-child(even) {
	margin-right: 0;
}
.obnpp {
	font-size: 22px;
	font-weight: bold;
	color: #ceae75;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #eee;
}
#map {
	width: 1200px;
	height: 400px;
	margin: 30px auto 20px;
	border: #ddd solid 1px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 14px;
	letter-spacing: 0.5px;
}
.fdh-01-tit {
	background: #093e5e;
	height: 66px;
}
.fdh-01-tit h3 {
	height: 65px;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 65px;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
}
.fdh-01-tit h3 span {
	font-size: 14px;
	text-transform: uppercase;
}
.fdh-01-nav-one h3 {
	height: 50px;
	line-height: 50px;
	background: url(../images/p14-icon5.png) no-repeat right center #ececeb;
	margin-bottom: 2px;
	overflow: hidden;
}
.fdh-01-nav-one h3 a {
	display: block;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-right: 40px;
	margin-left: 82px;
	color: #666;
	overflow: hidden;
}
.fdh-01-nav-one h3.sidenavcur,  .fdh-01-nav-one h3:hover {
	background: url(../images/p14-icon2.png) no-repeat right center #093e5e;
}
.fdh-01-nav-one h3.sidenavcur a,  .fdh-01-nav-one h3:hover a {
	color: #fff;
}
.fdh-01-nav dl {
	padding: 2px 0 4px;
}
.fdh-01-nav dt {
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	padding-left: 54px;
	padding-right: 40px;
	margin-bottom: 1px;
	background: #ececec;
	position: relative;
	overflow: hidden;
}
.fdh-01-nav dt:after {
	content: "";
	width: 8px;
	height: 8px;
	border: 2px solid #b8b8b8;
	border-style: solid solid none none;
	position: absolute;
	top: 50%;
	right: 32px;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.fdh-01-nav dt.sidenavcur:after,  .fdh-01-nav dt:hover:after {
	border-color: #093e5e;
}
.fdh-01-nav dt.sidenavcur a,  .fdh-01-nav dt:hover a {
	color: #093e5e;
}
.fdh-01-nav dd {
	border: 1px solid #ececec;
	border-bottom: 0;
}
.fdh-01-nav p {
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	padding-left: 72px;
	padding-right: 40px;
	border-bottom: 1px solid #ececec;
	background: #fff;
	position: relative;
	overflow: hidden;
}
.fdh-01-nav p.sidenavcur a,  .fdh-01-nav p:hover a {
	color: #093e5e;
}
.fdh-01-nav p.sidenavcur:after,  .fdh-01-nav p:hover:after {
	background: #f68100;
}
.fdh-01-nav a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.contact-z1 {
	height: 140px;
	background: url("../images/contact-z1.jpg") no-repeat;
	color: #333;
	margin-bottom: 30px;
	letter-spacing: 0.5px;
}
.contact-z1 p {
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	padding: 37px 0 0 130px;
	background: url(../images/contact-z1_tel.png) no-repeat 105px 43px;
}
.contact-z1 span {
	display: block;
	font-weight: bold;
	font-size: 15px;
	line-height: 30px;
	padding-left: 10px;
	background:rgba(255,255,255,0.6);
}
#pages {
	text-align: center;
	margin: 25px 0 15px;
}
#pages a {
	font-size: 15px;
	display: inline-block;
	padding: 6px 15px;
	background-color: #fff;
	color: #888;
	margin: 0 2px;
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	border: 1px #ddd solid;
	border-radius: 3px
}
#pages a:hover {
	background-color: #093e5e;
	color: #fff
}
#pages a.active {
	background-color: #006db8;
	color: #fff
}
#pages a.prev, #pages a.next {
	font-size: 15px;
}
#pages span {
	display: inline-block;
	padding: 9px 15px;
	color: #888;
	position: relative;
	top: -2px
}
.footer {
	width: 1200px;
	margin: 0 auto;
}
.ft_lx {
	height: 90px;
	padding-top: 40px;
	border-bottom: 1px solid #535353;
}
.ft_lx li {
	float: left;
	width: 28.33%;
	margin-right: 5%;
}
.ft_lx li:last-child {
	background: none
}
.ft_lx li span {
	display: block;
	font-size: 18px;
	letter-spacing: 0.8px;
	height: 31px;
	line-height: 31px;
	color: #fff;
	padding-left: 43px;
}
.ft_lx li p {
	padding-top: 10px;
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #9a9a9a;
	padding-left: 43px;
}
.f_bj {
	color: #555;
	clear: both;
	overflow: hidden;
	background: #323130;
}
.f_nav {
	height: 275px;
	overflow: hidden;
	padding-top: 40px;
}
.f_nav ul {
	float: left;
}
.f_nav ul li {
	float: left;
	width: 180px;
	height: 230px;
	border-right: 1px dotted #666;
	margin-right: 25px;
}
.f_nav ul li i {
	display: block;
	padding-left: 25px;
	font-size: 18px;
	letter-spacing: 1px;
	color: #eee;
	font-weight: bold;
}
.f_nav ul li span {
	display: block;
	padding-left: 25px;
	padding-top: 13px;
}
.f_nav ul li span a {
	display: block;
	font-size: 14px;
	letter-spacing: 0.8px;
	color: #d1d1d1;
	line-height: 2;
}
.f_nav h3 {
	padding-top: 25px;
	float: right;
	width: 122px;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	color: #eee;
}
.f_nav h3 i {
	float: left;
}
.f_nav h3 i a {
	display: block;
	width: 122px;
}
.f_nav h3 img {
	width: 120px;
	height: 120px;
	display: block;
	margin-bottom: 14px;
	border: 1px solid #535353;
}
.f_bj .row {
	font-size: 14px;
	letter-spacing: 0.5px;
	height: 56px;
	line-height: 57px;
	color: #fefefe;
	background: #222;
	text-align: center;
}
.f_bj .row span {
	padding-left: 15px;
}
.f_bj .row span a {
	color: #fff;
}
/*友情链接*/
.f_link {
	height: auto;
	line-height: 70px;
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}
.f_link b {
	display: block;
	float: left;
	font-size: 14px;
	color: #333;
	width: 80px;
}
.f_link p {
	font-size: 14px;
	color: #333;
	float: left;
	width: 1120px;
}
.f_link p a {
	font-size: 14px;
	color: #333;
	padding: 0 10px 0 0;
}
.f_nav h3 a {
	color: #fff;
}
.client-2 {
	position: fixed;
	right: -169px;
	bottom: 1px;
	z-index: 900;
}
.client-2 li a {
	text-decoration: none;
}
.client-2 li {
	margin-top: 1px;
	clear: both;
	height: 62px;
	position: relative;
}
.client-2 li i {
	background: url("../images/fx.png") no-repeat;
	display: block;
	width: 30px;
	height: 27px;
	margin: 0px auto;
	text-align: center;
}
.client-2 li p {
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}
.client-2 .my-kefu-qq i {
	background-position: 4px 5px;
}
.client-2 .my-kefu-tel i {
	background-position: 0 -21px;
}
.client-2 .my-kefu-liuyan i {
	background-position: 4px -53px;
}
.client-2 .my-kefu-weixin i {
	background-position: -34px 4px;
}
.client-2 .my-kefu-weibo i {
	background-position: -30px -22px;
}
.client-2 .my-kefu-ftop {
	display: none;
}
.client-2 .my-kefu-ftop i {
	width: 33px;
	height: 31px;
	background-position: -23px -47px;
	background-size: 52px 82px;
}
.client-2 .my-kefu-ftop .my-kefu-main {
	padding-top: 6px;
}
.client-2 .my-kefu-left {
	float: left;
	width: 62px;
	height: 47px;
	position: relative;
}
.client-2 .my-kefu-tel-right {
	font-size: 16px;
	color: #fff;
	float: left;
	line-height: 44px;
	padding: 0 15px;
	margin-left: 10px;
	border-left: 1px solid #fff;
}
.client-2 .my-kefu-right {
	width: 20px;
}
.client-2 .my-kefu-tel-main {
	background: #093e5e;
	color: #fff;
	height: 53px;
	width: 230px;
	padding: 9px 0 0;
	float: left;
}
.client-2 .my-kefu-main {
	background: #093e5e;
	width: 97px;
	height: 53px;
	position: relative;
	padding: 9px 0 0;
	float: left;
}
.client-2 .my-kefu-weixin-pic {
	position: absolute;
	left: -130px;
	top: -63px;
	display: none;
	z-index: 333;
}
.my-kefu-weixin-pic img {
	width: 115px;
	height: 115px;
	padding: 4px;
	border: 1px solid #ddd;
}
.chanp .card-fouth .case-container li{
	width:259px;
	float:left;
	padding:5px;
	border:1px solid #ccc;
	margin:10px;
	transition:all .5s;
}
.chanp .card-fouth .case-container li img{
	width:258px;
	height:195px;
}
.chanp .card-fouth .case-container li:hover{
	transform: translate(5px) scale(1.05) rotate(0deg); 
	box-shadow:2px 2px 2px rgba(0,0,0,0.5);
}
.chanp .card-fouth .case-container li p{
	text-align:center;
	font-size:16px;
	line-height:30px;
	height:30px;
}
.k12-xl-xwlb-1nt2-1-01-list dl {
	height:160px;
	border:1px solid #ccc;
	margin:20px 0;
}
.k12-xl-xwlb-1nt2-1-01-list dl dt a img{
	width:200px;
	height:150px;
	float:left;
	padding:5px;
	margin-right:10px;
}
.k12-xl-xwlb-1nt2-1-01-list dl dd{
	font-size:16px;
	margin:5px;
}
.k12-xl-xwlb-1nt2-1-01-list dl:hover{
	box-shadow:5px 5px 5px rgba(0,0,0,0.3);
}
.k12-xl-xwlb-1nt2-1-01-list dl dd h4 a{
	font-size:18px;
	font-weight:800;
	line-height:40px;
	color:#3d3d3d;
}
.k12-xl-xwlb-1nt2-1-01-list dl:hover dd h4 a{
	color:#f68100;
}
.k12-xl-xwlb-1nt2-1-01-list dl dd div{
	color:#666;
	font-size:14px;
}
.k12-xl-xwlb-1nt2-1-01-list dl dd div a{
	color:#888;
	line-height:40px;
	text-decoration:underline;
}
.p14-infocontent-1 h1{
	color:#2d2d2d;
	font-size:24px;
	margin-bottom:20px;
}
.p14-infocontent-1 .p14-infocontent-1-sour{
	margin-bottom:20px;
}
.p14-infocontent-1 .p14-infocontent-1-sour span{
	font-size:14px;
	color:#666;
}
.p14-infocontent-1 .endit-content{
	font-size:16px;
	color:#222;
}
.fl .p14-pagination-1,.p14-infocontent-1 .p14-pagination-1 a span{
	font-size:14px;
	color:#666;
	font-weight:normal;
}
.fr .p14-info-2{
	border:1px solid #eee;
	padding:5px;
}
.fr .p14-info-2 .p14-info-2-tit{
	color:#2d2d2d;
	font-size:18px;
	line-height:18px;
	margin:10px 0;
	border-left:3px solid #f68100;
	padding-left:10px;
}
.fr .p14-info-2 .p14-info-2-list{
	border-top:1px solid #eee;
	padding:9px;
}
.fr .p14-info-2 .p14-info-2-list dl dd h3 a{
	font-weight:normal;
	color:#666;
	line-height:30px;
}
.fr .p14-info-2 .p14-info-2-list dl dd h3 a:hover{
	color:#f68100;
}
.gsjs .gsjs_b .nr li{
	width:210px;
	height:205px;
	overflow:hidden;
	background:#fff;
	border:1px solid #ccc;
	text-align:center;
	transition:all 0.3s;
	float:left;
	margin:10px;
}
.gsjs .gsjs_b .nr li:hover{
	border:1px solid #f68100;
}
.gsjs .gsjs_b .nr li:hover a{
	color:#f68100;
}
.gsjs .gsjs_b .nr li a{
	color:#000;
	height:20px;
	font-size:16px;
	text-align:center;
	width:100%;
}
.gsjs .gsjs_b .nr li a img{
	width:200px;
	margin:5px;
}
.gsjj_h2 {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #edeef0;
    margin-top: 20px;
}
.gsjj_h2l strong {
    color: #078bef;
    font-size: 60px;
}
.gsjj_h2l i {
    color: #888888;
    font-size: 18px;
    margin-left: 15px;
    line-height: 2.1rem;
}
.gsjj_h2l i span {
    display: block;
    font-size: 24px;
    color: #333333;
}
.gsjj_h2r {
    position: absolute;
    right: 0;
    top: 30px;
}
.gsjj_h2r i {
    color: #666666;
    line-height: 20px;
    font-size: 16px;
}
.gsjj_h2r img {
    margin: 0 8px;
}
.gsjj_h2r i img {
    vertical-align: middle;
    margin-bottom: 4px;
    margin-right: 10px;
}
.gsjj_h2r a {
    color: #666666;
    line-height: 20px;
    font-size: 16px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.xwxq_h1 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.xwxq_h1l {
    width: 870px;
    float: left;
}
.xwxq_h1l h1 {
    color: #000000;
    font-size: 28px;
    line-height: 70px;
    text-align: center;
}
.xwxq_h1l>i {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}
.xwxq_h1l i span {
    display: inline-block;
    font-size: 12px;
    color: #999999;
    margin: 0 18px;
}
.xwxq_h1l i span {
    display: inline-block;
    font-size: 12px;
    color: #999999;
    margin: 0 18px;
}
.xwxq_h1c {
    padding: 15px 0;
    border-top: 1px dashed #dcdcdc;
    border-bottom: 1px dashed #dcdcdc;
}
.xwxq_h1l h1 {
    color: #000000;
    font-size: 28px;
    line-height: 70px;
    text-align: center;
}
.xwxq_h1l p {
    color: #666666;
    font-size: 14px;
    line-height: 25px;
    margin: 15px 0;
}
.xwxq_fx {
    margin-bottom: 80px;
}
.xwxq_fx strong {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    line-height: 70px;
}
.xwxq_fx .bdsharebuttonbox {
    float: right;
    margin-top: 12px;
}
.xwxq_fx .bdsharebuttonbox i {
    float: left;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    line-height: 27px;
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    float: left;
    font-size: 12px;
    padding-left: 17px;
    line-height: 16px;
    height: 16px;
    background-image: url(../img/share/icons_0_16.png?v=d754dcc0.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
}
.bdshare-button-style0-16 .bds_more {
    color: #333;
    float: left;
}
.bdshare-button-style0-16:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.xwxq_h1r {
    float: right;
    width: 265px;
}
.xwxq_h1r1 {
    background-color: #f9f9f9;
    margin-top: 20px;
}
.xwxq_h1r1 p {
    background-color: #093e5e;
}
.xwxq_h1r1 strong {
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    margin-left: 20px;
}
.xwxq_h1r1 p a {
    float: right;
    line-height: 50px;
    color: #fff;
    margin-right: 20px;
}
.xwxq_h1ra {
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.xwxq_h1ra a {
    display: block;
    margin: 0 15px;
    color: #666666;
    line-height: 40px;
    width: 235px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    text-indent: 13px;
}
.xwxq_h1ra a:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    background-color: #666666;
    top: 20px;
    left: 3px;
}
.xwxq_h1r2 {
    margin-top: 20px;
}
.xwxq_h1r2 p {
    background: #093e5e;
    padding: 20px;
    background-size: 100% 100%;
}
.xwxq_h1r2 p strong {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}
.xwxq_h1r2 p i {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.xwxq_h1r2>i {
    padding: 20px;
    background-color: #f9f9f9;
	display: block;
}
.xwxq_h1r2>i span {
    display: block;
    color: #666666;
    line-height: 25px;
    font-size: 14px;
}
.xwxq_h1c img,.xwxq_h1c p img{
	max-width:870px;
	display:inline-block;
}