@charset "utf-8";

body,div,dl,dt,dd,del,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,button,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img,button { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/*flow*/
.pointer {
	cursor:pointer!important;
}
.wrap {
	word-break:break-all;
	word-wrap:break-word;
}

/*float/display/ap*/
.fl {
	float:left;
}
.fr {
	float: right;
}
.clr {
	clear:both!important;
}
.clear {
	overflow:auto;
	zoom:1;
}
.clear-hidden{
	overflow:hidden;
	zoom:1;
}
.zoom1{
	zoom:1;
}

.display-none, .dn {
	display:none;
}
.display-block, .db {
	display:block;
}
.display-inline, .di {
	display:inline;
}
.display-inline-block, .dib {
	display:inline-block;
}

.visibility-hidden, .vh {
	visibility:hidden;
}
.visibility-collapse, .vc {
	visibility:collapse;
}
.visibility-visible, .vv {
	visibility:visible;
}


.overflow-hidden, .oh {
	overflow:hidden!important;
}
.overflow-scroll, .os {
	overflow:scroll!important;
}
.overflow-auto, .oa {
	overflow:auto!important;
}

.ap {
	position:relative;
}
.ap5 {
	position:relative;
	z-index:5;
}
.ap10 {
	position:relative;
	z-index:10;
}
.ab {
	position:absolute;
}
.ab5 {
	position:absolute;
	z-index:5;
}
.ab10 {
	position:absolute;
	z-index:10;
}

/*test*/
.border-0{
	border:0!important;
}
.border-red {
	border:1px solid #f00;
}
.border-ccc {
	border:1px solid #ccc;
}
.outline-red {
	outline:1px solid #f00;
}
.outline-ccc {
	outline:1px solid #f00;
}

/*line*/
.line {
	height:0px;
	overflow:hidden;
	border-bottom:1px solid #ccc;
}

/*font*/
.tc {
	text-align:center!important;
}
.tl {
	text-align:left!important;
}
.tr {
	text-align:right!important;
}

.vt {
	vertical-align:top!important;
}
.vm {
	vertical-align:middle!important;
}
.vb {
	vertical-align:bottom!important;
}
.f10 {
	font-size:10px!important;
}
.f11 {
	font-size:11px!important;
}
.f12 {
	font-size:12px!important;
}
.f14 {
	font-size:14px!important;
}
.f15 {
	font-size:15px!important;
}
.f16 {
	font-size:16px!important;
}
.f17 {
	font-size:17px!important;
}
.f18 {
	font-size:18px!important;
}

.em1 {
	text-indent:1em;
}
.em2 {
	text-indent:2em;
}

.bold{
	font-weight:bold!important;
}
.normal{
	font-weight:normal!important;
}

.line-height-22, .lineH22 {
	line-height:22px;
}
.line-height-180, .lineH180 {
	line-height:180%;
}
.line-height-190, .lineH190 {
	line-height:190%;
}
.line-height-200, .lineH200 {
	line-height:200%;
}

/*color*/
.color-ccc {
	color:#ccc!important;
}
.color-666 {
	color:#666!important;
}
.color-999 {
	color:#999!important;
}
.color-red {
	color:#C00!important;
}
.color-blue {
	color:blue!important;
}
.color-black {
	color:black!important;
}
.color-white {
	color:white!important;
}
.color-white a{
	color:white!important;
}
.color-orange{
	color:#EF7814;
}

/*margin/padding/space*/
.margin-0, .mar0 {
	margin:0!important;
}
.margin-10, .mar10 {
	margin:10px;
}
.margin-auto, .marA {
	margin:0 auto;
}
.margin-left-10, .marL10 {
	margin-left:10px;
}
.margin-right-10, .marR10 {
	margin-right:10px;
}
.margin-bottom-10, .marB10 {
	margin-bottom:10px;
}
.margin-top-10, .marT10 {
	margin-top:10px;
}
.padding-0, .pad0 {
	padding:0!important;
}
.padding-10, .pad10 {
	padding:10px;
}
.padding-left-10, .padL10 {
	padding-left:10px;
}
.padding-right-10, .padR10 {
	padding-right:10px;
}
.padding-bottom-10, .padB10 {
	padding-bottom:10px;
}
.padding-top-10, .padT10 {
	padding-top:10px;
}

/*form*/
.width-28px {
	width:28px;
	margin:0 4px;
}
.width-100 {
	width:100%!important;
}
.width-200px {
	width:200px!important;
}
.width-320px {
	width:320px;
}
.width-320px {
	width:320px!important;
}
.input-code {
	width:40px;
	text-align:center;
	margin-right:8px;
}
.space-03 {
	height:3px;
	overflow:hidden;
}
.space-05 {
	height:5px;
	overflow:hidden;
}

.space-10 {
	height:10px;
	overflow:hidden;
}
.space-20 {
	height:20px;
	overflow:hidden;
}
.space-30 {
	height:30px;
	overflow:hidden;
}

.bg-fff{ background-color:#fff;}



@charset "utf-8";
/* CSS Document */
/*  初始化  */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{
	margin:0;
	padding:0;
	border:0;
	font-family:"Microsoft YaHei";
} 
ul,ol,li{
	list-style-type:none;
} 
select,input,img,select{
	vertical-align:middle;
} 
a{
	text-decoration:none;
} 
a:hover,a:active,a:focus{
	text-decoration:none;
}
body{min-width: 100%;}
/*  调用样式  */
.fl{float:left;	}
.flr{float:right;}
.ct{margin:0 auto;}
.clear{clear:both;}
.clearfixe:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
@font-face { 
  font-family: hanyilingxinti; 
  src: url("hanyilingxinti.ttf"); 
} 
/*首页*/
.header{height: 34px;width: 100%;background-color: #E5E5E5;min-width: 1200px;}
.header>div{width: 1200px;height: 34px;margin: 0 auto;}
.header>div>div{height: 34px;width: auto;font-size: 14px;color:#333333;line-height: 34px;}
.header>div>div a{color: #333333;padding:  14px;}
.header>div>div a:first-child{padding-left: 0;}
.header>div>div a:last-child{
	color: #3398cc;
	cursor: pointer;
}
.header>div>div a:hover{
	color: #3398cc;
}
.header>div>div>span{/*font-family:hanyilingxinti;*/
	font-size: 16px;
	color: #3398cc;
	font-family: "微软雅黑";
}
.header>div>div:last-child{padding-left: 29px;background: url(../images/yjz_1.png) no-repeat center left;}

.logo11{
	height: 92px;
	width: 100%;
}
.logo{height: 90px;width: 1200px;margin: 0 auto;}
.logo img{
	/* [disabled]width: 182px; */
	/* [disabled]height: 54px; */
	float: left;
	/* [disabled]margin-top: 18px; */
}

.nav{float: right;height: 90px;line-height: 90px;}
.navli{float: left;font-size: 16px;color: #333333;width: 100px;position: relative;}
.navli>a{color: #333333;height: 90px;display: block;width: 100%;text-align: center;}

.subnav{width: 100%;height: auto;background-color: rgba(255,255,255,0.8);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff);position: absolute;z-index: 98;height: 320px;display: none;}

.nav-up-selected{display: block!important;border-bottom: 4px solid #3398cc;}
.nav-up-selected>a{height: 87px;color: #3398cc;}
.ziul{width:100px;height: 320px;position: absolute;top: 90px;z-index: 99;display: none;}
.ziul_on{background-color:#3398cc;}
.ziul_on>li>a{color: #FFFFFF!important;}
.ziul>li{border:none;text-align: center;line-height: 1.5;height: auto;margin-top: 1px;}
.ziul>li>a{color: #333333;font-size: 14px;display: block;width: 100%;height: 100%;padding: 6px 0;}
.ziul_on>li:hover a{color: #FFff00!important;}
.on1122{
	border-bottom: 3px solid #3398cc;
	height: 87px;
}
.on1122 a{
	color: 3398cc;
}
.fixednav2{position: fixed;top: 0;z-index: 105;}
.fixednav{position: fixed;top: 34px;background-color: #ffffff;z-index: 999;box-shadow:0px 3px 0px rgba(0,0,0,0.2) ;}
.fixednav1{position: fixed;top: 124px;z-index: 90;}


/* 大图轮播 */
.banner{
	width: 100%;
	height: 4em;
}
.fullSlide{
	width: 100%;
	position: relative;
	height: 4em;
}
.fullSlide .bd{
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.fullSlide .bd ul{ width:100% !important;  }
.fullSlide .bd li{
	width: 100% !important;
	height: 3em;
	overflow: hidden;
	/* [disabled]text-align: center; */
	position: relative;
	/* [disabled]top: -31px; */
}
.fullSlide .hd{
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 93px;
	left: 0;
	line-height: 72px;
}
.fullSlide .hd ul{ text-align:center;}
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:88px; height:8px; margin:0 11px; overflow:hidden; background-color: rgba(0,0,0,0.5);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);line-height:999px; }

.fullSlide .hd ul .on{ background:#fff;  }

.main1{width: 100%;height: 600px;margin: 0 auto 0;}
.main1_1{height: 315px;width: 1200px;margin: 50px auto 0;}
.main1_1li{float: left;width: 185px;height: 315px;margin-right: 68px;}
.main1_1li:last-child{margin-right: 0;}
.main1_1li img{width: 147px;height: 162px;display: block;margin: 0 auto;}
.main1_1li h4{font-size: 22px;color: #333333;line-height: 1;margin: 32px 0 17px 0;text-align: center;font-weight: normal;}
.main1_1li>a:hover h4{color:#3398cc;}
.main1_1li p{font-size: 14px;color: #666666;line-height: 24px;height: 72px;overflow: hidden;}
.main1_1li p a{color: #3398cc;}
.addclass{width: 170px!important;height: auto!important;margin-bottom: -25px!important;}

.main_title1aa{height: 261px;width: 100%!important;background-color: #fafafa;border-bottom: 1px solid #e5e5e5;border-top: 1px solid #e5e5e5;}
.main_title1aa>p{font-size: 20px;color: #666666;line-height: 40px;text-align: center;margin-bottom: 0!important;}
.main_title1aa>p span{
	font-size: 20px;
	color: #3398cc;
}
.main_title1aa>p:last-child{padding-bottom: 20px;}
.main_title1aa>h3{padding-bottom: 20px;font-size: 30px!important;}


.main2{
	width: 100%;
	height: 559px;
	background: url(../images/yjz_1.jpg) no-repeat;
	min-width: 1200px;
}
.main2>div{width: 1200px;height: 589px;background: url(../images/yjz_20.png) no-repeat;margin: 0 auto;}
.main2>div{width: 1200px;height: 589px;margin: 0 auto;}
.main2>div>h3{font-size: 36px;color: #FFFFFF;text-align: center;padding-top: 57px;line-height: 1;font-weight: normal;}
.main2>div>span{
	width: 79px;
	height: 3px;
	display: block;
	border: 1px solid #3398cc;
	background-color: #3398cc;
	margin: 23px auto;
}
.main2>div>p{text-align: center;font-size: 20px;color: #ffffff;}
.main2_1{width: 1096px;height: 282px;margin: 90px auto 0;}
.main2_1li{width: 176px;height: 282px;margin-right: 126px;float: left;}
.main2_1li:last-child{margin-right: 0;}
.main2_1li>span{display: block;width: 71px;height: 67px;margin: 0 auto;}
.main2_1li1>span{background: url(../images/yjz_21.png) repeat 0px 67px;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-o-transition:all .4s linear;-ms-transition:all .4s linear;transition:all .4s linear;}
.main2_1li1:hover>span{background: url(../images/yjz_21.png) repeat 0px -67px;}
.main2_1li2>span{background: url(../images/yjz_22.png) repeat 0px 67px;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-o-transition:all .4s linear;-ms-transition:all .4s linear;transition:all .4s linear;}
.main2_1li2:hover>span{background: url(../images/yjz_22.png) repeat 0px -67px;}
.main2_1li3>span{background: url(../images/yjz_23.png) repeat 0px 67px;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-o-transition:all .4s linear;-ms-transition:all .4s linear;transition:all .4s linear;}
.main2_1li3:hover>span{background: url(../images/yjz_23.png) repeat 0px -67px;}
.main2_1li4>span{background: url(../images/yjz_24.png) repeat 0px 67px;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-o-transition:all .4s linear;-ms-transition:all .4s linear;transition:all .4s linear;}
.main2_1li4:hover>span{background: url(../images/yjz_24.png) repeat 0px -67px;;}
.main2_1li_1{width: 176px;height: 196px;background: url(../images/yjz_29.png) no-repeat;margin-top: 19px;}
.main2_1li_1 h5{height: 68px;font-size: 24px;color: #FFFFFF;line-height: 68px;text-align: center;font-weight: normal;}
.main2_1li_1 a{display: block;font-size: 16px;color: #FFFFFF;padding: 0 0 0 38px;line-height: 36px;height: 36px;}
.main2_1li_1 a:hover{background: url(../images/yjz_30.png) no-repeat center right 20px;}
.main2_1li4 .main2_1li_1{position: relative;}
.main2_1li4 .main2_1li_1 img{position: absolute;top:-4px;right: -5px;width: 52px;height: 48px;display: block;}

.main3{width: 1200px;height: 720px;margin: 50px auto 0;}
/* 选项卡 */
.main3_1{ width:1200px;  }
.main3_1 .parHd{
	height: 32px;
	padding: 0 165px;
	position: relative;
	margin: 50px 0 60px 0;
}
.main3_1 .parHd ul{ float:left;  height:32px;   }
.main3_1 .parHd ul li{ float:left; padding:0 15px; cursor:pointer; color: #333333;font-size: 20px;margin: 0 14px; height: 32px;line-height:30px;}
.main3_1 .parHd ul li.on{
	height: 32px;
	background: #3398cc;
	border-radius: 16px;
	color: #FFFFFF;
}
.main3_1 .parHd .more{position: absolute;right: 1px;top: -80px;}
.main3_1 .parHd .more a{font-size: 12px;color: #666666;float: right;}
.main3_1 .parHd .more a span{width: 10px;height: 10px;display: inline-block;border: 1px solid #3398cc;background-color: #3398cc;border-radius: 5px;color: #FFFFFF;vertical-align: inherit;font-size: 12px;text-align: center;line-height: 9px;font-style: normal;margin-left: 2px;}
.main3_1 .slideBox{ overflow:hidden; zoom:1; padding:10px 0 10px 42px; position:relative;   }
.main3_1 .slideBox{width:1200px;padding:0px;position:relative;}
.main3_s .slideBox{margin-top: 50px;}
.main3_1 .slideBox .tbC{ width:1212px; padding:0;    overflow: hidden; margin: 0 auto;}
.main3_1 .slideBox .slide{ width:1212px; overflow:hidden;    }
.main3_1 .slideBox .slide ul{ overflow:hidden; zoom:1; width:1212px;height: 500px;}
.main3_1 .slideBox .slide li{
	width: 284px;
	margin: 0 9px 20px;
	display: inline;
	float: left;
	line-height: 20px;
	position: relative;
}
.main3_1 .slideBox .slide li>a>img{ display:block; border:1px solid #e6e6e6; width:284px!important;height: 214px!important; }
.main3_1 .slideBox .slide li>a>div{position: absolute;width: 286px;height: 100%;bottom: 0;background-color: rgba(0,0,0,0);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000,endColorstr=#00000000);-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear;}
.main3_1 .slideBox .slide li>a>div *{-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear;}

.main3_1 .slideBox .slide li>a>div>div{width: 50px;height: 50px;margin: 50px auto 0;border: 1px solid #FFFFFF;border-radius: 25px;display: none;}
.main3_1 .slideBox .slide li>a>div>div img{width: 25px;height: 24px;margin: 13px auto 0;display: block;}
.main3_1 .slideBox .slide li>a>div>p{font-size: 16px;color: #ffffff;margin-top: 20px;text-align: center;display: none;}
.main3_1 .slideBox .slide li>a>span{display: block;width: 266px;height: 40px;line-height: 40px;color: #ffffff;font-size: 14px;text-align: center;background-color: rgba(0,0,0,0.7);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000);white-space: nowrap;overflow: hidden;text-overflow: ellipsis;position: absolute;bottom: 0;padding: 0 10px;}
.main3_1 .slideBox .slide li>a:hover>span{color: #3398cc;}
.main3_1 .slideBox .slide li .slide_bg{position: absolute;width: 286px;height: 216px;bottom: 0;background-color: rgba(0,0,0,0.7);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000);}
.main3_1 .slideBox .slide li .slide_bg>div{width: 50px;height: 50px;margin: 50px auto 0;border: 1px solid #FFFFFF;border-radius: 25px;display: block;}
.main3_1 .slideBox .slide li .slide_bg>div img{width: 25px;height: 24px;margin: 13px auto 0;display: block;}
.main3_1 .slideBox .slide li .slide_bg>p{font-size: 16px;color: #ffffff;margin-top: 20px;text-align: center;display: block;}
.main3_1 .slideBox .slide li .slide_bg>p:hover{color: #ff4400;}
.main3_1 .slideBox .hd { width:100%;bottom: -10px; font-size:0; z-index:1;text-align: center!important;margin-top: 20px;}
.main3_1 .slideBox .hd>li>li{margin: 0 5px; background: url(../images/dot.png) no-repeat right 0; height: 13px; overflow: hidden; width: 13px; cursor: pointer;
		display:inline-block; *display:inline; zoom:1; 
	}
.main3_1 .slideBox .hd .on{ background-position:0 0; }


.main4{width: 100%;height: 378px;background: url(../images/yjz_2.jpg) no-repeat;background-size: 100% 100%;margin-top: 60px;min-width: 1200px;}
.main4>div{width: 1200px;height: 378px;margin: 0 auto;}
.main4>div>h3{font-size: 36px;color: #FFFFFF;text-align: center;padding-top: 47px;line-height: 1;font-weight: normal;}
.main4>div>span{
	width: 79px;
	height: 3px;
	display: block;
	border: 1px solid #3398cc;
	background-color: #3398cc;
	margin: 23px auto;
}
.main4>div>p{text-align: center;font-size: 20px;color: #999999;}
.main4_1{width: 1200px;height: 127px;margin-top: 65px;}
.main4_li{float: left;width: 376px;height: 127px;margin-right: 36px;position: relative;}
.main4_li:last-child{margin-right: 0;}
.main4_li a{display: block;width: 100%;height: 100%;}
.main4_li1 a:first-child{background: url(../images/yjz_3.png) no-repeat;background-size: 100% 100%;}
.main4_li2 a:first-child{background: url(../images/yjz_4.png) no-repeat;background-size: 100% 100%;}
.main4_li3 a:first-child{background: url(../images/yjz_3.png) no-repeat;background-size: 100% 100%;}
.main4_li1 a:last-child,.main4_li2 a:last-child,.main4_li3 a:last-child{font-size: 12px;color: #CCCCCC;position: absolute;bottom: 13px;right: 8px;height: auto!important;text-align: right;}
.main4_li p{font-size: 14px;color: #ffffff;line-height: 28px;padding-top: 22px;}
.main4_li1 p{margin: 0 0 0 176px;}
.main4_li2 p{margin: 0 0 0 235px;}
.main4_li3 p{margin: 0 0 0 176px;}
.main4_li span{font-size: 12px;color: #CCCCCC;position: absolute;bottom: 13px;right: 8px;}
.main4_li a:last-child:hover{
	color: #3398cc;
}
.main4_li em{
	font-size: 75px;
	font-weight: bold;
	font-style: normal;
	position: absolute;
	top: 10px;
	color: #3398cc;
}
.main4_li div{position: absolute;top: 58px;height: 3px;border: none;background: url(../images/yjz_19.jpg) repeat-x;}
.main4_li1 em{left: 80px;}
.main4_li2 em{left: 30px;}
.main4_li3 em{left: 77px;}
.main4_li1 div{left: 99px;width: 60px;}
.main4_li2 div{left: 49px;width: 165px;}
.main4_li3 div{left: 80px;width: 88px;}

.main5{width: 1200px;height: 610px;margin: 70px auto 0;}
/*.main5_left,.main5_right{width: 563px;height: 565px;}*/
.main5_right{width: 1200px;height: 610px;}
/*.main_title{height: 36px;line-height: 36px;border-bottom: 1px solid #CCCCCC;}
.main_title h4{font-size: 24px;color: #333333;float: left;font-weight: normal;}
.main_title span{font-size: 12px;color: #666666;float: right;}
.main_title span em{width: 10px;height: 10px;display: inline-block;border: 1px solid #ff4400;background-color: #ff4400;border-radius: 5px;color: #FFFFFF;vertical-align: inherit;font-size: 12px;text-align: center;line-height: 9px;font-style: normal;margin-left: 2px;}
.main_title a:hover span{color: #ff4400;}
.main5_left1{width: 100%;height: 495px;margin-top: 25px;}
.main5_left1 img{width: 560px;height: 182px;display: block;margin: 0 auto 11px;}
.main5_left1 p{font-size: 14px;color: #666666;line-height: 27px;text-align: justify;text-justify: inter-ideograph;text-indent: 2em;}
.main5_left1 p a{color: #ff4400;}*/


.main5_rightul{height: 420px;margin-top: 50px;}
.main5_rightli{height: 100px;width: 600px;float: left; margin-bottom: 50px;position: relative;}

.main5_rightli1{
	width: 100px;
	height: 100px;
	background-color: #3398cc;
	color: #FFFFFF;
	margin: 0;
	font-size: 14px;
	text-align: center;
	line-height: 5px;
	border-radius: 50px;
}
.main5_rightli1 span{font-size: 40px;line-height: 72px;}
.main5_rightli2{width: 436px;line-height: 24px;margin: 0 0 0 19px;overflow: hidden;}
.main5_rightli2 h5{font-size: 20px;color: #333333;font-weight: normal;line-height: 38px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.main5_rightli2 p{font-size: 14px;color: #333333;height: 50px;overflow: hidden;line-height: 25px;}
.main5_rightli a:hover .main5_rightli1{background-color: #3398cc;}
.main5_rightli a:hover h5{color: #3398cc;}
.main5_rightli a:hover p span{color: #3398cc;}
.block1{
	width: 5px;
	height: 4px;
	background: #3398cc;
	position: absolute;
	right: 23px;
	bottom: 37px;
}
.line1{
	width: 1px;
	height: 36px;
	position: absolute;
	right: 25px;
	bottom: 2px;
	background: #3398cc;
}
.line2{
	width: 268px;
	height: 1px;
	position: absolute;
	right: 25px;
	bottom: 2px;
	background: #3398cc;
}
.block2 {
	width: 4px;
	height: 5px;
	background: #3398cc;
	position: absolute;
	right: 291px;
	bottom: 0px;
}
.main5_rightli a:hover .block1{animation: block1 2.2s linear infinite;-webkit-animation: block1 2.2s linear infinite;background-color: #3398cc;}
.main5_rightli a:hover .line1{animation: line1 2.2s linear infinite;-webkit-animation: line1 2.2s linear infinite;background-color: #3398cc;}
.main5_rightli a:hover .line2{animation: line2 2.2s linear infinite;-webkit-animation: line2 2.2s linear infinite;background-color: #3398cc;}
.main5_rightli a:hover .block2{animation: block2 2.2s linear infinite;-webkit-animation: block2 2.2s linear infinite;background-color: #3398cc;}
@keyframes block1{
	0%{bottom: 37px;}
	33%{bottom: 95px;}
	66%{bottom: 0;}
	100%{bottom: 37px;}
}
@-webkit-keyframes block1{
	0%{bottom: 37px;}
	33%{bottom: 95px;}
	66%{bottom: 0;}
	100%{bottom: 37px;}
}

@keyframes line1{
	0%{height: 36px;}
	33%{height: 94px;}
	66%{height: 0;}
	100%{height: 36px;}
}
@-webkit-keyframes line1{
	0%{height: 36px;}
	33%{height: 94px;}
	66%{height: 0;}
	100%{height: 36px;}
}

@keyframes block2{
	0%{right: 291px;}
	33%{right: 23px;}
	66%{right: 376px;}
	100%{right: 291px;}
}
@-webkit-keyframes block2{
	0%{right: 291px;}
	33%{right: 23px;}
	66%{right: 376px;}
	100%{right: 291px;}
}

@keyframes line2{
	0%{width: 267px;}
	33%{width: 0;}
	66%{width: 352px;}
	100%{width: 267px;}
}
@-webkit-keyframes line2{
	0%{width: 267px;}
	33%{width: 0;}
	66%{width: 352px;}
	100%{width: 267px;}
}

.main6{width: 1224px;height: 580px;margin: 50px auto 66px;}

.main_title1{width: 1200px;height: auto;position: relative;margin: 0 auto;}
.main_title1>h3{font-size: 36px;color: #333333;text-align: center;padding-top: 35px;line-height: 1;font-weight: normal;}
.main_title1>span{
	width: 79px;
	height: 3px;
	display: block;
	border: 1px solid #19a523;
	background-color: #19a523;
	margin: 23px auto;
}
.main_title1>p{text-align: center;font-size: 20px;color: #999999;margin-bottom: 30px;}
.main_title1 a{font-size: 12px;color: #666666;position: absolute;right: 0;top: 45px;}
.main_title1 a span{width: 10px;height: 10px;display: inline-block;border: 1px solid #19a523;background-color: #19a523;border-radius: 5px;color: #FFFFFF;vertical-align: inherit;font-size: 12px;text-align: center;line-height: 9px;font-style: normal;margin-left: 2px;}
.main_title1 a:hover{color: #19a523;}
/* 两行滚动 */
.main6_1{width:1224px;padding:0px;position:relative;}
.main6_1 .tbC{ width:1224px; padding:0;    overflow: hidden; margin: 0 auto;}
.main6_1 .prev{ background:url(../images/prev1.png) no-repeat;width:15px; height:25px; position:absolute; left:-20px; top:190px; }
.main6_1 .next{ background:url(../images/next1.png) no-repeat;width:15px; height:25px; position:absolute; right:-20px; top:190px;}

.main6_1 .slide{ width:1224px; overflow:hidden;   }
.main6_1 .slide ul{ overflow:hidden; zoom:1; width:1224px;}
.main6_1 .slide li{border:1px solid #cccccc; width:380px;height: 395px; margin:0 12px 29px 12px; display:inline; float:left; line-height:20px;  position: relative; overflow: hidden;}

.main6_1 .slide li span{width: 100%;height: 161px;display: block;border-bottom: 1px solid #cccccc;position: relative;}
.main6_1 .slide li span h3{height: 54px; font-weight: normal;font-size: 20px;color: #333333;text-align: center;line-height: 54px;width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;background-color: #e5e5e5;}
.main6_1 .slide li span img{ display:block;  width:150px;height: 150px; border: 8px solid #e5e5e5;border-radius: 79px;position: absolute;top: 78px;left: 107px;background-color: #ffffff;}
.main6_1 .slide li p{font-size: 14px;color: #333333;line-height: 30px;height: 120px;overflow: hidden;width: 354px;margin-left: 13px;margin-top: 100px;}
.main6_1 .slide li p i{font-style: normal;}
.main6_1 .slide li:hover span h3{color: #ff4400;}
.main6_1 .slide li:hover p i{color: #ff4400;}
/*.main6_1 .slide li span p a{color: #ff4400;}
.main6_1 .slide li .on1{width: 100%;height: 100%;position: absolute;display: block;bottom: 0;background-color: rgba(41,41,41,0.81);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f292929,endColorstr=#7f292929);cursor: pointer;}
.main6_1 .slide li .on1 h3{font-weight: normal;font-size: 18px;color: #FFFFFF;text-align: center;line-height: 100px;height: 100px;margin-top: 22px;width: 220px;padding-left: 144px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;text-align: left;background: url(../images/yjz_14.png) no-repeat center left 15px;}
.main6_1 .slide li .on1 h3 a{color: #FFFFFF;}
.main6_1 .slide li .on1 p{font-size: 14px;color: #FFFFFF;line-height: 30px;height: 60px;overflow: hidden;width: 340px;margin-left: 25px;margin-top: 20px;}
.main6_1 .slide li .on1 p a{color: #ff4400;}*/

/*案例中心*/
.banner1{width: 100%;height: 361px;background: url(../images/yjz_9.jpg) no-repeat;background-size: 100% 100%;min-width: 1200px;}
.banner1 img{width: 1200px;height: 361px;margin: 0 auto;display: block;}
.main_er{width: 100%;height: auto;background-color: #eeeeee;padding-top: 1px;}


/*分页*/
.mypage {display: inline-block;*display: inline;*zoom: 1;font-size:14px;border-radius: 3px;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d000000,endColorstr=#0d000000);margin-bottom:20px;margin-top:20px;clear: both;}
.mypage li{font-size: 14px;padding: 5px 10px;list-style: none;display: inline;float: left;line-height: 1em;text-decoration: none;height: 23px;line-height: 22px;background: #d1d1d1;margin-right: 6px;margin-left: 0px;}
.mypage li a {display: inline-block;color: #444;}
.mypage li a:hover{text-decoration:none;}
.mypage li.thisclass {background-color: #ff4400;color:#fff;}
.mypage li:first-child {border-radius: 3px 0 0 3px;}
.mypage li:last-child{border-radius: 0 3px 3px 0;}
.mypage .pageinfo{color: #444;}

.pic_list .mypage {display: inline-block;*display: inline;*zoom: 1;font-size:14px;border-radius: 3px;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d000000,endColorstr=#0d000000);margin-bottom:20px;margin-top:20px;clear: both;margin-left: 11px;}

/*案例列表-电脑*/
.pic_list{height: auto;padding-top: 31px;width: 1224px;margin: 0 auto;}
.pic_listul{min-height: 500px;}
.pic_listli{float: left;width: 280px;line-height: 36px;height: 310px;background-color: #FFFFFF;border: 1px solid #e5e5e5;border-radius: 2px;margin: 0 11px 33px;position: relative;}
.pic_listli>a>img{width: 255px;margin: 11px auto 7px;height: 191px;display: block;border: 1px solid #e5e5e5;background-color: #CCCCCC;}
.pic_listli>a>h5{font-size: 16px;color: #333333;line-height: 30px;padding: 0 13px;font-weight: normal;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.pic_listli>a>p{font-size: 14px;color: #333333;line-height: 20px;padding: 0 13px;font-weight: normal;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.pic_listli>p{font-size: 14px;color: #333333;line-height: 20px;padding: 0 13px;font-weight: normal;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.pic_listli>p a{color: #333333;}
.pic_listli>p a:hover{color: #ff4400;}
.pic_listli>a:hover h5{color: #ff4400;}
.pic_listli>a:hover img{border: 1px solid #ff4400;}
.pic_listli_1{height: 37px;}
.pic_listli_1 span{font-size: 12px;color: #999999;min-width: 55px;display: inline-block;}
.pic_listli_1_span1{padding-left: 33px;background: url(../images/yjz_40.png) no-repeat center left 12px;}
.pic_listli_1_span2{padding-left: 21px;background: url(../images/yjz_41.png) no-repeat center left;}

.pic_listli_1_span11{padding-left: 25px;background: url(../images/yjz_40.png) no-repeat center left;background-size: 20px 15px;font-size: 14px!important;color: #999999;min-width: 60px;display: inline-block;}
.pic_listli_1_span22{padding-left: 25px;background: url(../images/yjz_41.png) no-repeat center left;background-size: 22px 14px;font-size: 14px!important;color: #999999;min-width: 60px;display: inline-block;}


.fenleinav_top{height: 86px;width: 100%;border-bottom: 1px solid #e3e3e3;background: url(../images/yjz_21.jpg) repeat-x;}
.fenleinav_top>div{width: 1200px;height: 86px;margin: 0 auto;}
.fenleinav_top>span>a>span{color: #ff4400;}
.fenleinav_top>span>a:last-child{margin-left: 17px;}
.fenleinav_top form{width: 467px;height: 34px;border: 1px solid #e5e5e5;background-color: #e5e5e5;border-radius: 6px;margin-top: 24px;padding: 5px 4px;}
.fenleinav_top_form_ipt1{width: 324px;height: 31px;border: 1px solid #b9b9b9;border-radius: 3px;border-right: none;border-top-right-radius: 0;border-bottom-right-radius: 0;padding: 0 10px 0 36px;background: url(../images/yjz_38.png) #FFFFFF no-repeat center left 9px;font-size: 14px;color: #999999;}
.fenleinav_top_form_ipt2{
	width: 94px;
	height: 35px;
	background-color: #3398cc;
	border: none;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	margin-left: -4px;
	font-size: 18px;
	color: #FFFFFF;
	font-family: "微软雅黑";
}
.fenleinav_bottom_1{height: 40px;margin-top: 30px;}
.fenleinav_bottom_1 a{font-size: 18px;color: #FFFFFF;padding: 8px 12px 8px 42px;border-radius: 3px;margin-right: 32px;display: inline-block;}
.fenleinav_bottom_1 a:first-child{
	background: url(../images/yjz_46.png) #fc4545 no-repeat center left 7px;
	cursor: pointer;
	text-align: center;
}
.fenleinav_bottom_1 a:last-child{background: url(../images/yjz_47.png) #00a0e9 no-repeat center left 7px;}

.fenleinav_bottom{background-color: #f1f1f1;width: 100%;height: 165px;border-bottom: 1px solid #e3e3e3;}
.fenleinav_bottom>div{width: 1200px;height: 165px;margin: 0 auto;}
.fenleinav_bottom>div>span{padding-top: 15px;display: block;padding-bottom: 27px;}
.fenleinav_bottom>div>span>a{font-size: 18px;color: #333333;padding: 6px 10px 5px 25px;border-radius: 3px;margin-right: 22px;background: url(../images/yjz_22.jpg) no-repeat center left 7px;}
.fenleinav_bottom>div>span>a:hover{background-color: #e5e5e5;color:#3398cc;}
.on0{background-color: #e5e5e5!important;color: #ff4400!important;}
.fenleinav_bottom1{height: 21px;margin-bottom: 19px;}
.fenleinav_bottom1 span{font-size: 14px;color: #333333;border: 1px solid #3398cc;border-radius: 1px;padding: 2px;margin-right: 14px;}
.fenleinav_bottom1 a{padding: 2px 6px;font-size: 14px;color: #333333;border: 1px solid #f1f1f1;margin-right: 17px;}
.fenleinav_bottom1 a:hover{border: 1px solid #3398cc;border-radius: 1px;color: #FFFFFF;background-color: #3398cc;}
.fenleinav_bottom1 b{margin-right: 17px;padding: 2px 6px;font-size: 14px;border: 1px solid #ff4400;border-radius: 1px;color: #FFFFFF;background-color: #3398cc;font-weight: normal;}

.on01{border: 1px solid #ff4400!important;border-radius: 1px;color: #FFFFFF!important;background-color: #ff4400;}
/*案例列表-手机+电脑*/
.xiaoshouji{position: absolute;width: 85px;height: 172px;background: url(../images/yjz_71.png) no-repeat;background-size: 100% 100%;top: 45px;right: 25px;}
.xiaoshouji img{display: block;width: 73px;height: 130px;margin: 20px 0 0 6px;}

/*案例列表-手机*/
.pic_listli2{float: left;width: 179px;line-height: 36px;height: 485px;border-radius: 2px;margin: 0 31px 25px;position: relative;}
.pic_listli2>a>img{width: 255px;margin: 11px auto 7px;height: 191px;display: block;border: 1px solid #e5e5e5;background-color: #CCCCCC;}
.pic_listli2>a>h5{font-size: 16px;color: #333333;line-height: 30px;padding: 0 13px;font-weight: normal;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.pic_listli2>a>p{font-size: 16px;color: #333333;line-height: 30px;padding: 0 13px;font-weight: normal;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.pic_listli2>a:hover h5{color: #ff4400;}
.pic_listli2>a:hover img{border: 1px solid #ff4400;}
.dashouji{width: 179px;height: 364px;background: url(../images/yjz_71.png) no-repeat;background-size: 100% 100%;position: relative;}
.dashouji img{display: block;width: 155px;height: 276px;position: absolute;top: 42px;left: 12px;}
.pic_listli2 .pic_listli_1_span1{padding-left: 33px;background: url(../images/yjz_23.jpg) no-repeat center left 12px;}
.pic_listli2 .pic_listli_1_span2{padding-left: 21px;background: url(../images/yjz_24.jpg) no-repeat center left;}


/*案例展示*/
.news_show{width: 1164px;min-height: 500px;margin: 28px auto 32px;border: 1px solid #e5e5e5;background-color: #FFFFFF;padding: 0 18px;}
.news_title{height: 80px;line-height: 80px;}
.news_title h3{font-size: 26px;color: #333333;font-weight: normal;width: 930px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
/*.news_title span>a{display: inline-block;font-size: 18px;color: #333333;padding-left: 28px;}*/
/*.news_title span>a:first-child{background: url(../images/yjz_42.png) no-repeat center left;}
.news_title span>a:first-child:hover{background: url(../images/yjz_44.png) no-repeat center left;color: #ff4400;}
.news_title span>a:last-child{background: url(../images/yjz_43.png) no-repeat center left 10px;margin-left: 25px;}
.news_title span>a:last-child:hover{background: url(../images/yjz_45.png) no-repeat center left 10px;margin-left: 25px;color: #ff4400;}*/
.news_title span{font-size: 14px;line-height: 60px;color: #999999;min-width: 55px;display: inline-block;}
.news_show>p{font-size: 16px;line-height: 32px;color: #333333;}
.news_show>p span{font-size: 14px;line-height: 32px;color: #333333;}
.news_show>p a{color: #333333;}
.news_show>p a:hover{color: #ff4400;}
.news_show>.news_show_p1 span{margin-right: 115px;}
.news_show img{width: 100%;height: auto;border: 1px solid #e5e5e5;margin: 40px auto 22px;}
.news_bottom{height: 60px;margin-bottom: 30px;}
.news_bottom_left{width: 920px;height: 60px;}
.news_bottom_left span{display: block;line-height: 30px;font-size: 16px;color: #333333;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.news_bottom_left a{color: #333333;}
.news_bottom_left a:hover{color: #ff4400;}
.news_bottom>span{font-size: 14px;line-height: 60px;color: #999999;min-width: 55px;display: inline-block;}


.baojiabiaodan{
	width: 100%;
	height: 702px;
	background-color: #ffffff;
	position: fixed;
	top: 0;
	z-index: 300;
}
.baojiabiaodan>div{width: 1200px;height: 100%;margin: 0 auto;position: relative;}
.bjbd_left{width: 522px;height: 100%;}
.bjbd_left h3{font-size: 50px;color: #151515;line-height: 60px;font-weight: normal;padding-bottom: 36px;border-bottom: 2px solid #e1e1e1}
.bjbd_left h3>span{color: #ff4400;line-height: 112px;}
.bjbd_left>p{font-size: 15px;color: #333333;line-height: 26px;padding-top: 35px;}
.lxfs{margin-top: 108px;}
.lxfs p{height: 25px;line-height: 25px;font-size: 16px;color: #333333;margin-bottom: 15px;line-height: 30px;padding-left: 40px;}
.lxfs_p1{background: url(../images/yjz_11.jpg) no-repeat center left;}
.lxfs_p2{background: url(../images/yjz_12.jpg) no-repeat center left;}
.lxfs_p3{background: url(../images/yjz_13.jpg) no-repeat center left;}
.lxfs_p4{background: url(../images/yjz_14.jpg) no-repeat center left;}
.lxfs span{display: inline-block;width: 340px;vertical-align: top;}
.lxfs p em{color: #ff4400;font-style: normal;font-size: 20px;}
.bjbd_right{width: 486px;height: 100%;margin-right: 86px;}
.bjbd_right form{height: 655px;padding-top: 25px;}
.bjbd_right form h4{font-size: 26px;color: #333333;line-height: 56px;font-weight: normal;}
.bjbd_right form h5{font-size: 20px;color: #333333;line-height: 42px;font-weight: normal;}
.bjbd_right form h6{font-size: 18px;color: #333333;line-height: 46px;font-weight: normal;}

.bjbd_right_ipt1{width: 463px;height: 41px;background-color: #f6f6f6;border: 2px solid #dedede;border-radius: 3px ;margin-bottom: 8px;padding: 0 10px;font-size: 16px;color: #999999;font-family: "微软雅黑";outline: medium;}
.bjbd_right_ipt2{width: 213px;height: 41px;background-color: #f6f6f6;border: 2px solid #dedede;border-radius: 3px ;margin: 0 0 8px 0;padding: 0 10px;font-size: 16px;color: #999999;font-family: "微软雅黑";outline: medium;}
.bjbd_right form textarea{width: 462px;height: 116px;border: 1px solid #cccccc;padding: 10px;outline: medium;}
.bjbd_right form>p{font-size: 14px;color: #999999;text-align: right;line-height: 30px;}
.bjbd_right form>p span{color: #ff0000;}
.bjbd_right form label{font-size: 14px;color: #333333;margin-right: 8px;}
.bjbd_right form label input{width: 15px;height: 15px;margin: 0 5px!important;}
.yanzhengma{height: 45px;margin-top: 30px;}
.yanzhengma input{width: 230px;height: 41px;background-color: #f6f6f6;border: 2px solid #dedede;border-radius: 3px ;padding: 0 10px;font-size: 16px;color: #999999;font-family: "微软雅黑";}
.yanzhengma img{width: 160px;height: 45px;margin: 0 20px;}
.bjbd_right_ipt3{width: 479px;height: 52px;border: 3px solid #ff4400;margin-top: 19px;background-color: #FFFFFF;font-size: 30px;color: #ff4400;font-family: "微软雅黑";cursor: pointer;}
.cha{position: absolute;top: 16px;right: 5px;cursor: pointer;}

.anlizhongxin img{width: 203px;height: 58px;}
.anlizhongxin .navli{width: auto!important;}
.anlizhongxin .navli a{padding: 0 25px;width: auto!important;height: 87px!important;}
.anlizhongxin .navli a:hover{border-bottom: 3px solid #3398cc;}

/*案例展示-电脑+手机*/
.shoujifudong{background: url(../images/yjz_dashouji.png) no-repeat;background-size: 100% 100%;width: 358px;height: 560px;}
.shoujifudong>div{margin: 65px auto 0;display: block;border: 1px solid #CCCCCC!important;width:310px; height:400px;overflow-y: auto;}
.shoujifudong>div img{width: 100%;height: auto;}
.shoujifudong iframe{margin: 65px auto 0;display: block;border: 1px solid #CCCCCC!important;height: 400px!important;}
.mengban{background-color: rgba(0,0,0,0.7);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000);position: fixed;bottom: 0;display: none;}
/*案例展示-手机*/
.news_show_shouji{width: 1200px;height: 825px;margin: 0 auto;}
.main_shouji_left{width: 377px;height: 767px;margin-top: 31px;background: url(../images/yjz_72.png) no-repeat;}
.main_shouji_left>div{margin: 88px 0 0 23px;border: 1px solid #CCCCCC!important;overflow-y: auto;width:329px;height:582px;}
.main_shouji_left>div img{width: 100%;height: auto;}
.main_shouji_left iframe{margin: 88px 0 0 23px;border: 1px solid #CCCCCC!important;}
.main_shouji_right{width: auto;height: 100%;}
.main_shouji_right_top{margin: 69px 0 0 124px;height: 246px;}
.main_shouji_right_top>img{width: 246px;height: 246px;}
.main_shouji_right_top>div{height: 246px;margin-left: 30px;}
.main_shouji_right_top h3{font-size: 32px;color: #ff4400;font-weight: normal;margin-top: 34px;line-height: 1;}
.main_shouji_right_top1{height: 15px;margin-top: 43px;}
.main_shouji_right_top1 span{padding-left: 21px;min-width: 54px;display: inline-block;fill: 12px;color: #969fa8;}
.main_shouji_right_top1_span1{background: url(../images/yjz_23.jpg) no-repeat center left;}
.main_shouji_right_top1_span2{background: url(../images/yjz_24.jpg) no-repeat center left;}
.main_shouji_right_bottom{height: 423px;margin-top: 59px;background: url(../images/yjz_26.jpg) no-repeat;background-size: 100% 100%;width: 699px;padding-left: 124px;}
.main_shouji_right_bottom p{font-size: 18px;line-height: 35px;color: #333333;max-height: 140px;overflow: hidden;}
.main_shouji_right_bottom p a{color: #333333;}
.main_shouji_right_bottom p a:hover{color: #ff4400;}
.main_shouji_right_bottom p:first-child{padding-top: 56px;}
.main_shouji_right_bottom p span{font-size: 16px;}
.main_shouji_right_bottom1{height: 60px;margin-top: 90px;}
.main_shouji_right_bottom1 span{display: block;font-size: 16px;color: #333333;line-height: 30px;}
.main_shouji_right_bottom1 span a{color: #333333;}
.main_shouji_right_bottom1 span a:hover{color: #ff4400;}

/*关于我们*/
.aboutwe_main1{width: 100%;height: 359px;background: url(../images/yjz_39.jpg) no-repeat;background-size: 100% 100%;}
.aboutwe_main1>div{width: 1200px;height: 359px;margin: 0 auto;position: relative;}
.aboutwe_main1_img1{width: 226px;height: 222px;position: absolute;top: 32px;left: 26px;z-index: 10!important;}
.aboutwe_main1_img2{width: 361px;height: 287px;position: absolute;top: 36px;left: 420px;z-index: 10!important;}
.aboutwe_main1_img3{width: 192px;height: 176px;position: absolute;top: 168px;right: 33px;z-index: 10!important;}
.aboutwe_title{height: 106px;}
.aboutwe_title>h3{font-size: 36px;color: #333333;text-align: center;line-height: 1;padding-top: 47px;font-weight: normal;}
.aboutwe_title>h3 a{color: #333333;}
.aboutwe_title>span{
	width: 79px;
	height: 3px;
	border: 1px solid #3398cc;
	background-color: #FFFFFF;
	display: block;
	margin: 18px auto 0;
}
.aboutwe_main2{
	height: 615px;
	width: 100%;
}
.aboutwe_main2>div{
	width: 1200px;
	height: 615px;
	margin: 0 auto;
}
.aboutwe_main2_1{height: 503px;margin-top: 36px;}
/*选项卡*/
.aboutwe_main2_1_left{width: 753px;height: 100%;}
.aboutwe_main2_1_left .hd{ line-height:38px; height:38px; position:relative;}
.aboutwe_main2_1_left .hd>span{background: url(../images/yjz_75.png) no-repeat;display: block;width: 295px;height: 38px;float: right;}
.aboutwe_main2_1_left .hd ul{ z-index:5; position:absolute; height:38px;  overflow:hidden; zoom:1; }
.aboutwe_main2_1_left .hd li{ float:left;height:38px; cursor:pointer;color: #FFFFFF; font-size: 24px;width: 146px;background-color: #868686;text-align: center;margin-right: 7px;}
.aboutwe_main2_1_left .hd li.on{line-height:38px; background:#ff4400;}
.aboutwe_main2_1_left .bd{
	height: 380px;
	padding: 20px 15px;
	clear: both;
	position: relative;
	border: 1px solid #e5e5e5;
	margin-top: 10px;
}
.aboutwe_main2_1_left .bd .con p{font-size: 14px;color: #666666;line-height: 30px;text-indent: 2em;width: 100%;margin-bottom: 0px;}
.aboutwe_main2_1_left .bd .con img{width: 538px;height: 70px;display: block;margin: 0 auto;padding-top: 10px;}

.aboutwe_main2_1_right{width: 427px;height: 100%;}
.aboutwe_main2_1_right>a>img{width: 427px;height: 244px;display: block;}
.aboutwe_main2_1_right1{width: 427px;height: 247px;margin-top: 12px;position: relative;}
.aboutwe_main2_1_right1 img{position: absolute;width: 252px;height: 247px;}
.aboutwe_main2_1_right1 img:first-child{left: 0;top: 0;}
.aboutwe_main2_1_right1 img:last-child{right: 0;top: 18px;}

.aboutwe_main3{height: 629px;width: 100%;background: url(../images/yjz_29.jpg) no-repeat;background-size: 100% 100%;position: relative;}
.aboutwe_main3>div{width: 1200px;height: 100%;margin: 0 auto;}
.aboutwe_main3>img{width: 623px;height: 384px;position: absolute;display: block;right: 0;top: 0;}
/* 小轮播 */
.aboutwe_main3_1{ width:1200px;position:relative;z-index: 2;margin-top: 42px;}
.aboutwe_main3_1 .piclist{ overflow:hidden; zoom:1;}
.aboutwe_main3_1 .ohbox{overflow:hidden; position:relative;width:auto;padding: 0 67px;}
.aboutwe_main3_1 .ohbox .tempWrap{width: 100%!important;}
.aboutwe_main3_1 {position:relative;overflow:hidden;zoom:1;}
.aboutwe_main3_1 .piclist li{
	float: left;
	display: inline;
	width: 302px;
	margin-right: 80px;
	height: 350px;
	background: url(../images/yjz_77.png) no-repeat;
	/* [disabled]text-align: center; */
}
.aboutwe_main3_1 .piclist li img{
	/* [disabled]width: 276px; */
	/* [disabled]height: 376px; */
	border: 1px solid #9b9a9c;
	margin: 8px;
}
.aboutwe_main3_1 .piclist li:hover{background: url(../images/yjz_78.png) no-repeat;}
.aboutwe_main3_1 .piclist li:hover img{border: 1px solid #ff4400;}
.aboutwe_main3_1 .pageBtn .list{overflow:hidden;zoom:1;margin:55px 0 0 540px; }
.aboutwe_main3_1 .pageBtn .list li{ background:url(../images/yjz_79.png) top right;float:left; display:inline; width:45px;height:6px;cursor:pointer;margin-left:14px;line-height:10000px;overflow:hidden;  }
.aboutwe_main3_1 .pageBtn .list li.on{background:url(../images/yjz_79.png) top left;}

.aboutwe_main4{width: 100%;height: 646px;}
.aboutwe_main4>div{width: 1200px;height: 610px;border-top: 1px dashed #a8a7a7;margin:34px auto 0 ;}
.aboutwe_main4_title{height: 51px;}
.aboutwe_main4_title h4{font-size: 24px;color: #000000;padding-left: 36px;background: url(../images/yjz_83.png) no-repeat bottom left;font-weight: normal;line-height: 1;padding-top: 27px;}
.aboutwe_main4_title h4 a{color: #000000;}
.aboutwe_main4_1{height: 559px;position: relative;}
.aboutwe_main4_line{width: 1px;height: 506px;border: 1px solid #67b803;background-color: #67b803;position: absolute;top: 0;left: 598px;}
.aboutwe_main4_dian1{
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 8px;
	left: 590px;
}
.aboutwe_main4_dian2{width: 20px;height: 20px;display: block;position: absolute;top: 94px;left: 589px;}
.aboutwe_main4_dian3{width: 20px;height: 20px;display: block;position: absolute;top: 180px;left: 589px;}
.aboutwe_main4_dian4{width: 20px;height: 20px;display: block;position: absolute;top: 266px;left: 589px;}
.aboutwe_main4_dian5{width: 20px;height: 20px;display: block;position: absolute;top: 352px;left: 589px;}
.aboutwe_main4_dian6{width: 20px;height: 20px;display: block;position: absolute;top: 438px;left: 589px;}
.aboutwe_main4_jishi1{
	width: 449px;
	height: auto;
	line-height: 24px;
}
.aboutwe_main4_jishi1 h5{font-size: 16px;color: #67b803;font-weight: normal;}
.aboutwe_main4_jishi1 p{
	font-size: 14px;
	color: #5d5f5b;
	height: 96px;
	overflow: hidden;
}
/*.aboutwe_main4_jishi1:last-child p{height: 48px;}*/
.aboutwe_main4_js1{background: url(../images/yjz_40.jpg) no-repeat top 14px left;text-align: left;position: absolute;top: 4px;right: 0px;padding-left: 138px;}
.aboutwe_main4_js2{background: url(../images/yjz_40.jpg) no-repeat top 14px right;position: absolute;top: 90px;left: 0px;padding-right: 138px;}
.aboutwe_main4_js3{background: url(../images/yjz_40.jpg) no-repeat top 14px left;text-align: left;position: absolute;top: 176px;right: 0px;padding-left: 138px;}
.aboutwe_main4_js4{background: url(../images/yjz_40.jpg) no-repeat top 14px right;position: absolute;top: 262px;left: 0px;padding-right: 138px;}
.aboutwe_main4_js5{
	background: url(../images/yjz_40.jpg) no-repeat top 14px left;
	text-align: left;
	position: absolute;
	top: 178px;
	right: 1px;
	padding-left: 138px;
}
.aboutwe_main4_js6{
	background: url(../images/yjz_40.jpg) no-repeat top 14px right;
	position: absolute;
	top: 432px;
	left: 1px;
	padding-right: 138px;
}
.aboutwe_main4_js7{
	background: url(../images/yjz_40.jpg) no-repeat top 14px left;
	text-align: left;
	position: absolute;
	top: 349px;
	right: 2px;
	padding-left: 138px;
	;
}
.aboutwe_main4_js2 h5{text-align: right;}
.aboutwe_main4_js4 h5{text-align: right;}
.aboutwe_main4_js6 h5{text-align: right;}



.aboutwe_main5{width: 100%;height: 522px;background: url(../images/yjz_31.jpg) no-repeat;margin-bottom: 155px;}
.aboutwe_main5>div{width: 1200px;height: 522px;margin: 0 auto;}
.aboutwe_main5 .aboutwe_title h3 a{color: #FFFFFF;}
.aboutwe_main5_1{width: 1180px;height: 486px;padding: 9px;border: 1px solid #cccccc;background-color: #FFFFFF;margin-top: 37px;position: relative;}
.aboutwe_main5_1_left{width: 858px;height: 486px;}
.aboutwe_main5_1_left_img{height: 243px;}
.aboutwe_main5_1_left_img img{display: block;width: 245px;height: 243px;float: left;}
.aboutwe_main5_1_left_img a:first-child img{width: 368px;height: 243px;}
.aboutwe_main5_1_right{width: 322px;height: 486px;background-color: #dadada;}
.aboutwe_main5_1_right img{margin: 13px 0 0 24px;display: block;width: 280px;height: 351px;margin-bottom: 18px;}
.aboutwe_main5_1_right p{font-size: 18px;color: #000000;padding-left: 24px;line-height: 35px;}
.aboutwe_main5_1_right p em{
	display: inline-block;
	width: 79px;
	height: 50px;
	font-size: 24px;
	color: #3398cc;
	vertical-align: top;
	line-height: 30px;
	font-style: normal;
}
.aboutwe_main5_1_img1{position: absolute;top:87px;right: 50px;}
.aboutwe_main5_1_img2{position: absolute;top:240px;right: 200px;width: 100px;height: 70px;}
.aboutwe_main5_1_span1{display: block;background-color: #FFFFFF;font-size: 18px;color: #b18f75;width: 232px;height: 28px;border: 1px solid #FFFFFF;border-radius: 15px;position: absolute;top: 218px;right: -40px;line-height: 28px;padding-left:22px ;}
.aboutwe_main5_1_span2{display: block;background-color: rgba(255,255,255,0.7);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2ffffff,endColorstr=#b2ffffff);font-size: 18px;color: #b18f75;width: 265px;height: 56px;border: 1px solid #FFFFFF;border-radius: 30px;position: absolute;top: 254px;right: -99px;line-height: 28px;padding-left:28px ;}
.aboutwe_main5_1_span2 em{margin-left: 87px;}

/*联系我们*/
.contactus_main1{width: 100%;height: 359px;background: url(../images/yjz_41.jpg) no-repeat center;}
.contactus_main2{width: 1200px;height: 638px;margin: 0 auto;}
.contactus_main3{width: 1200px;height: 656px;margin: 0 auto;margin-bottom: 29px;}
.contactus_main2_1{height: 448px;background: url(../images/yjz_42.jpg) no-repeat;margin-top: 19px;padding-top: 66px;}
.contactus_main2_1 p{font-size: 18px;color: #333333;line-height: 37px;padding-left: 70px;margin-bottom: 30px;height: 37px;}
.contactus_main2_p1{background: url(../images/yjz_l_1.jpg) no-repeat center left;background-size: 37px 37px;}
.contactus_main2_p1 span{font-size: 26px;color: #333333;}
.contactus_main2_p1 span em{
	color: #3398cc;
	font-style: normal;
}
.contactus_main2_p2{background: url(../images/yjz_43.jpg) no-repeat center left;background-size: 37px 37px;margin-bottom:0!important;}
.contactus_main2_p4{background: url(../images/yjz_l_2.jpg) no-repeat center left;background-size: 37px 37px;}
.contactus_main2_p5{background: url(../images/yjz_l_3.jpg) no-repeat center left;background-size: 37px 37px;}
.contactus_main2_p6{background: url(../images/yjz_l_4.jpg) no-repeat center left;background-size: 37px 37px;}
.contactus_main2_p6 span{display: inline-block;vertical-align: top;}


/*客户服务-内容页*/
.khfw_main1{width: 100%;height: 359px;background: url(../images/yjz_44.jpg) no-repeat top center;background-size: 100% 100%;}
.khfw_main1_1{width: 1200px;height: 359px;margin: 0 auto;}
.khfw_main1_1 img{width: 1200px;height: 359px;display: none;}

/*----------面包屑导航----------*/
.base_bdcnav{
	height: 40px;
	line-height: 40px;
	clear: left;
}
.base_bdcnav>span{font-size: 14px;margin-right: 15px;color: #696969;height:40px;white-space:nowrap;}
.base_bdcnav>span>a{padding: 0 5px;color: #696969;}
.base_bdcnav>span>a:hover{color: #ff4400}
.base_bdcnav>span>a:last-child{color: #3398cc;}
.base_bdcnav_location{
	background: url(../images/location.jpg) no-repeat center left;
	/* [disabled]padding-left: 24px; */
}

.khfw_new{width: 1200px;height: auto;margin: 0 auto;}
.khfw_new_title{height: auto;}
.khfw_new_title h3{font-size: 36px;color: #666666;font-weight: normal;text-align: center;border-bottom: 1px solid #999999;margin-top: 25px;}
.khfw_new_title h3>span{
	width: 79px;
	height: 3px;
	border: 1px solid #3398cc;
	background-color: #3398cc;
	display: block;
	margin: 18px auto -3px;
}
.khfw_new_title_1{font-size: 16px;color: #999999;text-align: center;height: 39px;line-height: 39px;}
.khfw_new_title_1 span{margin-right: 34px;}
.khfw_new_title_1 span:last-child{margin-right: 0;}

.khfw_new_1{
	min-height: 500px;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.khfw_new_1 img{max-width: 95%;height: auto;display: block;margin: 10px auto 44px;}
.khfw_new_footer{height: 100px;border-top: 1px solid #eeeeee;}
.khfw_new_footer_left{width: 920px;height: 50px;padding: 15px 0;}
.khfw_new_footer_left span{display: block;line-height: 25px;font-size: 12px;color: #999999;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.khfw_new_footer_left a{color: #999999;}
.khfw_new_footer_left a:hover{color: #ff4400;}
.khfw_new_footer_right{width: 135px;height: 100%;}
.khfw_new_footer_right a{
	width: 135px;
	height: 32px;
	background-color: #3398cc;
	display: block;
	text-align: center;
	line-height: 32px;
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 22px;
}

.khfw_new_1_abcd li{float:left;display: block;width: 300px;height: 40px;line-height: 40px;font-size: 16px;color: #000000;text-align: center;}
.khfw_new_1_abcd li a{color: #000000;display: block;}
.khfw_new_1_abcd li a:hover{color: #ff4400;}
.khfw_main2{width: 100%;height: 225px;margin-bottom: 35px;}
.khfw_main2_1{
	width: 233px;
	height: 225px;
	background-color: #3398cc;
}
.khfw_main2_1 h3{font-size: 30px;color: #FFFFFF;font-weight: normal;padding: 40px 0 0 84px;line-height: 1;}
.khfw_main2_1 h4{font-size: 24px;color: #FFFFFF;font-weight: normal;padding: 20px 0 0 56px;line-height: 1;}
.khfw_main2_2_1{width:1200px;padding:0px;position:relative;margin: 0 auto;}
.khfw_main2_2_1 .tbC{ width:939px; padding:0;    overflow: hidden; margin: 0 auto;}
.khfw_main2_2_1 .prev{ background:url(../images/prev2.png) no-repeat;width:12px; height:25px; position:absolute; left:134px; top:155px; }
.khfw_main2_2_1 .prev:hover{ background:url(../images/prev2_hv.png) no-repeat;width:12px; height:25px; position:absolute; left:134px; top:155px; }
.khfw_main2_2_1 .next{ background:url(../images/next2.png) no-repeat;width:12px; height:25px; position:absolute; left:188px; top:155px;}
.khfw_main2_2_1 .next:hover{ background:url(../images/next2_hv.png) no-repeat;width:12px; height:25px; position:absolute; left:188px; top:155px;}

.khfw_main2_2_1 .slide{ width:939px; overflow:hidden;    }
.khfw_main2_2_1 .slide ul{ overflow:hidden; zoom:1; width:939px;height: 225px;}
.khfw_main2_2_1 .slide li{ width:238px; margin:0 15px 0 0; display:inline; float:left; line-height:20px;   position: relative;}
.khfw_main2_2_1 .slide li>a>span{display: block;width: 215px;height: 40px;line-height: 40px;color: #ffffff;font-size: 14px;text-align: center;background-color: rgba(0,0,0,0.7);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000);white-space: nowrap;overflow: hidden;text-overflow: ellipsis;position: absolute;bottom: 0;padding: 0 10px;}
.khfw_main2_2_1 .slide li>a:hover>span{color:#3398cc;}
.khfw_main2_2_1 .slide li>a>img{ display:block; border:1px solid #e6e6e6; width:233px;height: 223px; }
.khfw_main2_2_1 .slide li>a>div{position: absolute;width: 100%;height: 100%;bottom: 0;background-color: rgba(0,0,0,0);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000,endColorstr=#00000000);-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear;}
.khfw_main2_2_1 .slide li>a>div *{-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear;}
.khfw_main2_2_1 .slide .tempWrap{ width:939px!important;}
.khfw_main2_2_1 .slide li>a>div>div{width: 50px;height: 50px;margin: 50px auto 0;border: 1px solid #FFFFFF;border-radius: 25px;display: none;}
.khfw_main2_2_1 .slide li>a>div>div img{width: 25px;height: 24px;margin: 13px auto 0;display: block;}
.khfw_main2_2_1 .slide li>a>div>p{font-size: 16px;color: #ffffff;margin-top: 20px;text-align: center;display: none;}

.khfw_main2_2_1 .slide li .slide_bg{position: absolute;width: 100%;height: 100%;bottom: 0;background-color: rgba(0,0,0,0.7);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000);}
.khfw_main2_2_1 .slide li .slide_bg>div{width: 50px;height: 50px;margin: 50px auto 0;border: 1px solid #FFFFFF;border-radius: 25px;display: block;}
.khfw_main2_2_1 .slide li .slide_bg>div img{width: 25px;height: 24px;margin: 13px auto 0;display: block;}
.khfw_main2_2_1 .slide li .slide_bg>p{font-size: 16px;color: #ffffff;margin-top: 20px;text-align: center;display: block;}
.khfw_main2_2_1 .slide li .slide_bg>p:hover{color: #ff4400;}

/*客户服务-信息讲堂*/
.khfw{width: 1200px;height: auto;margin: 0 auto;}
.khfw_qiehuan{width: 598px;height: 32px;margin: 48px auto 0;text-align: center;}
.khfw_qiehuan a{font-size: 20px;color: #333333;padding: 5px 35px;border: 1px solid #CCCCCC;border-radius: 30px;margin: 0 21px;display: inline-block;line-height: 1;}
.khfw_qiehuan .khfw_on{background-color: #ff4400;border: 1px solid #ff4400!important;color: #FFFFFF;}
.khfw_qiehuan a:hover{background-color: #ff4400;border: 1px solid #ff4400!important;color: #FFFFFF;}
.khfw_xxjt{min-height: 500px;margin-top: 41px;margin-bottom: 20px;}
.khfw_xxjt>ul{margin-bottom: 20px;}
.khfw_xxjt>ul>li{height: 175px;width: 1158px;padding-right: 42px;background: url(../images/yjz_85.png) no-repeat center right;border-bottom: 1px solid #eeeeee;}
.khfw_xxjt>ul>li div{height: 64px;line-height: 64px;margin-top: 6px;}
.khfw_xxjt>ul>li div>h3{font-size: 20px;color: #333333;font-weight: normal;}
.khfw_xxjt>ul>li div>h3 b{font-size: 20px;color: #333333;font-weight: normal;}
.khfw_xxjt>ul>li div>span{font-size: 16px;color: #999999;}
.khfw_xxjt>ul>li p{font-size: 14px;line-height: 28px;color: #999999;height: 84px;overflow: hidden;}
.khfw_xxjt>ul>li>a:hover h3{color: #ff4400;}

/*客户服务-知名客户*/
.khfw_zmkh{min-height: 500px;margin-top: 41px;margin-bottom: 20px;}
.khfw_zmkh>ul{ overflow:hidden; zoom:1; width:1226px;margin-left: -13px;}
.khfw_zmkh>ul li{border:1px solid #cccccc;  width:380px;height: 442px; margin:0 12px 29px 12px; display:inline; float:left; line-height:20px;  position: relative; overflow: hidden;}

.khfw_zmkh>ul li p{font-size: 14px;color: #333333;line-height: 30px;height: 180px;overflow: hidden;width: 354px;margin-left: 13px;padding-top: 100px;}
.khfw_zmkh>ul li p i{font-style: normal;}
.khfw_zmkh>ul li span{width: 100%;height: 161px;display: block;border-bottom: 1px solid #cccccc;position: relative;}
.khfw_zmkh>ul li span h3{height: 54px; font-weight: normal;font-size: 20px;color: #333333;text-align: center;line-height: 54px;width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;background-color: #e5e5e5;}
.khfw_zmkh>ul li span img{ display:block;  width:150px;height: 150px; border: 8px solid #e5e5e5;border-radius: 79px;position: absolute;top: 78px;left: 107px;background-color: #ffffff;}
.khfw_zmkh>ul li:hover span h3{color: #ff4400;}
.khfw_zmkh>ul li:hover p i{color: #ff4400;}
/*.khfw_zmkh>ul li .on1{width: 100%;height: 100%;position: absolute;display: block;bottom: 0;background-color: rgba(41,41,41,0.81);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ce292929,endColorstr=#ce292929);cursor: pointer;}
.khfw_zmkh>ul li .on1 h3{font-weight: normal;font-size: 18px;color: #FFFFFF;text-align: center;line-height: 100px;height: 100px;margin-top: 22px;width: 220px;padding-left: 144px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;text-align: left;background: url(../images/yjz_14.png) no-repeat center left 15px;}
.khfw_zmkh>ul li .on1 h3 a{color: #FFFFFF;}
.khfw_zmkh>ul li .on1 p{font-size: 14px;color: #FFFFFF;line-height: 36px;height: 72px;overflow: hidden;width: 340px;margin-left: 25px;}
.khfw_zmkh>ul li .on1 p a{color: #ff4400;}*/




/*客户服务-售后服务*/
.khfw_shfw{margin-top: 41px;margin-bottom: 20px;}
.khfw_shfw_1{
	width: 625px;
	height: 71px;
	background: url(../images/yjz_46.jpg) no-repeat;
	font-size: 28px;
	color: #3398cc;
	line-height: 71px;
	text-align: center;
	margin: 71px auto 0;
}
.khfw_shfw>p{width: 625px;line-height: 42px;height: 42px;color: #999999;font-size: 18px;margin: 0 auto;}
.khfw_shfw_2{width: 1200px;height: 1640px;background: url(../images/yjz_86.png) no-repeat;margin-top: 23px;padding: 5px 0;}
.khfw_shfw_2_1{width: 1200px;height: 410px;}
.khfw_shfw_2_1_left{width: 775px;}
.khfw_shfw_2_1_left h3{font-size: 30px;color: #666666;font-weight: normal;padding-top: 105px;padding-bottom: 24px;}
.khfw_shfw_2_1_left p{font-size: 18px;color: #999999;line-height: 30px;height: 90px;overflow: hidden;}
.khfw_shfw_2_1_right{width: 410px;height: 345px;}
.khfw_shfw_2_1_right img{width: 410px;height: 345px;display: block;margin-top: 32px;}
.khfw_shfw_2_2_right{width: 775px;}
.khfw_shfw_2_2_right h3{font-size: 30px;color: #666666;font-weight: normal;padding-top: 105px;padding-bottom: 24px;}
.khfw_shfw_2_2_right p{font-size: 18px;color: #999999;line-height: 30px;height: 90px;overflow: hidden;}
.khfw_shfw_2_2_left{width: 410px;height: 345px;}
.khfw_shfw_2_2_left img{width: 410px;height: 345px;display: block;margin-top: 32px;}

/*高端设计*/
.gdsj_main1{
	width: 100%;
	height: 359px;
	background:url(../images/yjz_47.jpg) no-repeat;
	background-size: 100% 100%;
}
.gdsj_main1>div{
	width: 100%;
	height: 359px;
	margin: 0 auto;
}
.gdsj_main1>div img{
	width: 100%;
	height: 359px;
	display: block;
}
.gdsj_main1b{
	width: 100%;
	height: 549px;
	background:url(../images/ydzf.jpg) bottom center no-repeat;
	background-size: 100% 100%;
}
.gdsj_main1b>div{
	width: 100%;
	height: 549px;
	margin: 0 auto;
}
.gdsj_main1b>div img{
	width: 100%;
	height: 549px;
	display: block;
}
.gdsj_main2{height: 571px;width: 1200px;margin: 0 auto;}
.gdsj_main2_ul{width: 1200px;height: 290px;margin-top: 64px;}
.gdsj_main2_li{width: 354px;height: 290px;position: relative;margin-right: 69px;}
.gdsj_main2_li:last-child{margin-right: 0;}
.gdsj_main2_li img{width: 352px;height: 288px;display: block;border: 1px solid #dcdbdb;}
.gdsj_main2_li span{
	position: absolute;
	display: block;
	height: 66px;
	width: 354px;
	bottom: 0;
	left: 0;
	background-color: #3398cc;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9ff4400,endColorstr=#d9ff4400);	font-size: 20px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	padding-top: 7px;
}
.gdsj_main3{width: 100%;height: 1123px;background: url(../images/yjz_95.png) no-repeat;background-size: 100% 100%;}
.gdsj_main3>div{width: 1200px;height: 100%;margin: 0 auto;background: url(../images/yjz_96.png) no-repeat;}
.gdsj_main3>div .main_title1 h3{color: #FFFFFF;padding-top: 90px;}
.gdsj_main3>div .main_title1 span{background-color: #FFFFFF;border: 1px solid #FFFFFF;}
.gdsj_main3>div .main_title1 p{color: #7ecef4;}
.gdsj_main3_1{height: 822px;width: 1200px;margin-top: 70px;}
.gdsj_main3_1 ul{height: 205px;margin-bottom: 66px;}
.gdsj_main3_1 ul li{width: 319px;height: 203px;float: left;border: 1px solid #809eb5;border-radius: 1px;position: relative;background: url(../images/yjz_97.png) no-repeat;}
.gdsj_main3_ul1{width: 1107px;float: left;}
.gdsj_main3_ul1 li{margin-right: 47px;}
.gdsj_main3_ul2{width: 1107px;float: right;}
.gdsj_main3_ul2 li{margin-left: 47px;}
.gdsj_main3_ul3{width: 738px;margin: 0 auto;}
.gdsj_main3_ul3 li{/*margin:0 23px;*/margin-left:450px;}
.gdsj_main3_1 ul li p{font-size: 18px;color: #FFFFFF;line-height: 36px;height: 180px;overflow: hidden;width: 288px;text-justify: inter-ideograph;text-align: justify;margin: 18px auto 0;}
.gdsj_main3_1 ul li h4{position: absolute;font-size: 20px;color: #7ecef4;background: url(../images/yjz_51.jpg) repeat-x;top: -14px;font-weight: normal;left: 15px;padding: 0 3px;}

.gdsj_main4{width: 1200px;height: 498px;margin: 0 auto;}
.gdsj_main4_1{height: auto;margin-top: 55px;width:1200px;margin:0px auto;}
.gdsj_main4_1>img{width: 1200px;height: 35px;display: block;margin: 15px 0;}
.gdsj_main4_1 ul{width: 1200px;height: 78px;}
.gdsj_main4_1 ul li{float: left;}
.gdsj_main4_1 ul li p{font-size: 16px;color: #666666;line-height: 24px;height: 48px;overflow: hidden;}
.gdsj_main4_ul1 li{margin-left: 112px;width: 128px;}
.gdsj_main4_ul1 li h4{font-size: 24px;color: #00a0e9;font-weight: normal;}
.gdsj_main4_ul2 li{margin-right: 70px;width: 160px;}
.gdsj_main4_ul2 li h4{
	font-size: 24px;
	color: #3398cc;
	font-weight: normal;
}

.gdsj_main5{width: 100%;height: 588px;background: url(../images/yjz_98.png) no-repeat;background-size: 100% 100%;}
.gdsj_main5>div{width: 1200px;height: 551px;background: url(../images/yjz_99.png) no-repeat;margin: 0 auto;}
.gdsj_main5>div .main_title1 h3{color: #FFFFFF;}
.gdsj_main5>div .main_title1 span{
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.gdsj_main5>div ul{margin-top: 66px;}
.gdsj_main5>div li{width: 268px;height: 335px;float: left;background-color: rgba(255,255,255,0.15);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26ffffff,endColorstr=#26ffffff);margin-right: 193px;padding: 1px;position: relative;}
.gdsj_main5>div li:last-child{margin-right: 0;}
.gdsj_main5_top{height: 111px;width: 268px;border-bottom: 1px solid #FFFFFF;}
.gdsj_main5_top span{display: block;width: 71px;height: 0;border:1px solid #cccccc;margin: 0 auto;}
.gdsj_main5_bottom{height: 243px;}
.gdsj_main5_bottom h3{font-size: 24px;color: #FFFFFF;text-align: center;line-height: 1;margin-top: 71px;font-weight: normal;}
.gdsj_main5_bottom span{
	width: 123px;
	height: 32px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	border-radius: 16px;
	display: block;
	margin: 39px auto;
	font-size: 18px;
	color: #3398cc;
	text-align: center;
	line-height: 32px;
}
.gdsj_main5>div li img{width: 96px;height: 96px;display: block;position: absolute;top: 70px;left: 88px;}
.gdsj_main5>div li a:hover .gdsj_main5_top span{border:1px solid #3398cc;}
.gdsj_main5>div li a:hover .gdsj_main5_bottom span{background-color: #3398cc;color: #FFFFFF;}

/*域名注册*/
.ymzc_main1{width: 100%;height: 359px;background: url(../images/yjz_52.jpg) no-repeat;background-size: 100% 100%;}
.ymzc_main1>div{width: 1200px;height: 359px;margin: 0 auto;}
.ymzc_main1>div img{width: 1095px;height: 359px;display: block;margin-left: -212px;}
.ymzc_main2{width: 1200px;height: 930px;margin: 0 auto;}
.ymzc_main2_1{height: 405px;width: 1200px;}
.ymzc_main2_1_left{width: 677px;height: 395px;border: 1px solid #d9d9d9;background-color: #eeeeee;padding: 1px;margin-top: 4px;}
.slideTxtBox{width: 675px;height: 393px;border: 1px solid #d9d9d9;border-bottom: 1px solid #ebebeb ;}
.slideTxtBox .hd{ height:56px; line-height:46px;border-bottom:1px solid #d9d9d9; }
.slideTxtBox .hd ul{ float:left; height:47px;  margin-top: 9px; }
.slideTxtBox .hd ul li{ float:left; width: 194px; cursor:pointer;margin: 0 15px; text-align: center; height:47px;font-size: 22px;color: #666666;}
.slideTxtBox .hd ul li.on{
	height: 46px;
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	color: #3398cc;
}
.slideTxtBox .bd{height: 336px;background-color: #FFFFFF;}
.slideTxtBox .bd ul{ zoom:1;  width: 100%;height: 336px;overflow:auto;}
.slideTxtBox .bd li{ height:55px; line-height:55px;border-bottom: 1px solid #ececec;   }
.slideTxtBox .bd li a{text-decoration:underline;padding-left: 10px;display: inline-block;width: 200px;color: #333333;font-size: 18px;}
.slideTxtBox .bd li span{font-size: 18px;color: #a6a6a8;}
.slideTxtBox .bd li span:first-child{margin-left: 40px;display: inline-block;font-size: 18px;width: 25px;height: 25px;text-align: center;line-height: 25px;color: #ffffff;}
.ymzc_main2_1_leftli1 span:first-child{background-color: #76ca29;border: 1px solid #76ca29;border-radius: 25px;}
.ymzc_main2_1_leftli2 span:first-child{background-color: #00a4d1;border: 1px solid #00a4d1;border-radius: 25px;}
.ymzc_main2_1_leftli3 span:first-child{background-color: #ff4400;border: 1px solid #ff4400;border-radius: 25px;}
.ymzc_main2_1_right{width: 427px;height: 403px;}
.ymzc_main2_1_right img{width: 501px;height: 354px;display: block;margin-left: -92px;margin-top: -25px;}
.ymzc_main2_1_right1{height: 72px;margin-top: 0px;}
.ymzc_main2_1_right1 a{display: block;width: 175px;height: 37px;background: url(../images/yjz_54.jpg) no-repeat;font-size: 22px;color: #FFFFFF;line-height: 37px;padding-left: 8px;}
.ymzc_main2_1_right1 span{font-size: 25px;color:#333333;}
.ymzc_main2_1_right1 span em{font-size: 32px;color: #ff464b;}
.ymzc_main2_2{width: 875px;height: 185px;margin: 116px auto 0;}
.ymzc_main2_2li{float: left;width: 288px;}
.ymzc_main2_2li:last-child{float: left;width: 222px;margin-left: 71px;}
.ymzc_main2_2li:first-child{float: left;width: 222px;padding-right: 71px;}
.ymzc_main2_2li img{width: 182px;height: 80px;margin: 0 auto 30px;display: block;}
.ymzc_main2_2li p{font-size: 23px;color: #666666;text-align: center;}
.ymzc_main2_2li p span{color: #077ee2;}
.ymzc_main2_2li h5{font-size: 26px;color: #666666;text-align: center;font-weight: normal;}
.ymzc_main2_2li h5 span{color: #ff464b;font-size: 31px}
.ymzc_main2_2li:first-child p span{color: #ff464b;}
.ymzc_main2_2li:last-child p span{color: #689e0d;}
.ymzc_main3{width: 100%;height: 572px;background: url(../images/yjz_55.jpg) no-repeat;background-size: 100% 100%;}
.ymzc_main3>div{width: 1200px;height: 572px;margin: 0 auto;}
.ymzc_main3ul{width: 1213px;height: 572px;margin-left: -4px;}
.ymzc_main3li{float: left;width: 289px;height: 366px;background: url(../images/yjz_108.png) no-repeat;margin-right: 19px;}
.ymzc_main3li:last-child{margin-right: 0;}
.ymzc_main3li img{display: block;width: 99px;height: 99px;margin: 0 0 0 93px;padding-top: 54px;}
.ymzc_main3li h4{
	font-size: 24px;
	color: #3398cc;
	font-weight: normal;
	text-align: center;
	margin: 15px 0 25px -4px;
}
.ymzc_main3li p{font-size: 16px;color: #333333;padding: 0 18px;line-height: 30px;text-align: justify;text-justify: inter-ideograph;}
.ymzc_main3li span{
	font-size: 16px;
	color: #3398cc;
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 25px;
}
.ymzc_main4{width: 1230px;height: 1390px;background: url(../images/yjz_56.jpg) no-repeat;margin: 0 auto;}
.ymzc_main4_1{height: 620px;}
.ymzc_main4_1 img{width: 844px;height: 362px;display: block;margin: 0 auto;}
.ymzc_main4_1 .main_title1 h3{padding-top: 76px;}
.ymzc_main4_1 .main_title1 p{margin-bottom: 20px;}

/*服务器租赁*/
.fwqzl_main1{width: 100%;height: 359px;background: url(../images/yjz_57.jpg) no-repeat;background-size: 100% 100%;}
.fwqzl_main1>div{width: 1200px;margin: 0 auto;}
.fwqzl_main1>div img{width: 1269px;height: 359px;display: block;margin-left: -72px;}
.fwqzl_main2{width: 1200px;height: 572px;margin: 0 auto;}
.fwqzl_main2_1_1{width: 1200px;height: 142px;margin-top: 27px;}
.fwqzl_main2_1_11{width: 521px;height: 83px;margin-top: 59px;}
.fwqzl_main2_1_11_left{
	width: 208px;
	height: 81px;
	border: 1px solid #3398cc;
	border-radius: 2px;
	position: relative;
	margin-right: 19px;
}
.fwqzl_main2_1_11_left img{width: 165px;height: 57px;display: block;margin: 18px auto 0;}
.fwqzl_main2_1_11_left h4{
	position: absolute;
	width: 119px;
	font-size: 24px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #3398cc;
	font-weight: normal;
	top: -15px;
	left: 46px;
	background-color: #FFFFFF;
}
.fwqzl_main2_1_11_right{height: 81px;}
.fwqzl_main2_1_11_right p{font-size: 18px;color: #666666;line-height: 1;margin-bottom: 14px;}
.fwqzl_main2_1_1_img{width: 113px;height: 142px;margin-right: 45px;}
.fwqzl_main2_1_1_img{width: 113px;height: 142px;display: block;}
.fwqzl_main3{width: 100%;height: 623px;background: url(../images/yjz_62.jpg) no-repeat;background-size: 100% 100%;}
.fwqzl_main3>div{width: 1200px;height: 572px;margin: 0 auto;}
.fwqzl_main3ul{width: 1216px;height: 572px;margin-left: -4px;}
.fwqzl_main3 .main_title1>h3{color: #FFFFFF;padding-top: 44px;}
.fwqzl_main3 .main_title1>span{border: 1px solid #00a0e9;background-color: #00a0e9;}
.fwqzl_main3 .main_title1>p{color: #FFFFFF;}
.fwqzl_main3li{float: left;width: 304px;height: 404px;background: url(../images/yjz_116.png) no-repeat;margin-right:0;}
.fwqzl_main3li img{display: block;width: 99px;height: 99px;margin: 0 0 0 93px;padding-top: 54px;}
.fwqzl_main3li h4{font-size: 24px;color: #004688;font-weight: normal;text-align: center;margin: 15px 0 25px -4px;}
.fwqzl_main3li p{font-size: 16px;color: #333333;padding: 0 24px;line-height: 30px;text-align: justify;text-justify: inter-ideograph;}
.fwqzl_main3li span{
	font-size: 16px;
	color: #3398cc;
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 25px;
}
.fwqzl_main4{width: 1200px;height: 652px;margin: 0 auto;}
.fwqzl_main4ul{height: 392px;width: 1200px;}
.fwqzl_main4li{float: left;width: 227px;height: 390px;border: 1px solid #e5e5e5;margin-right: 13px;}
.fwqzl_main4li:last-child{margin-right: 0;}
.fwqzl_main4li:last-child .fwqzl_main4li_top h3{margin-bottom: 6px;}
.fwqzl_main4li:hover .fwqzl_main4li_top{border-top: 5px solid #00a0e9;}
.fwqzl_main4li_top{width: 207px;height: 241px;border-bottom: 1px solid #e5e5e5;border-top: 5px solid #FFFFFF;padding: 0 10px;}
.fwqzl_main4li_top img{width: 205px;height: 45px;margin: 0 auto;display: block;padding-top: 22px;}
.fwqzl_main4li_top h3{font-size: 18px;color: #333333;font-weight: normal;text-align: center;margin-top: 28px;margin-bottom: 30px;}
.fwqzl_main4li_top p{font-size: 14px;color: #999999;padding-left: 30px;line-height: 25px;}
.fwqzl_main4li_bottom{width: 227px;height: 143px;}
.fwqzl_main4li_bottom_1{height: 71px;border-bottom: 1px solid #e5e5e5;}
.fwqzl_main4li_bottom_1_left{width: 159px;height: 71px;border-right: 1px solid #e5e5e5;float: left;}
.fwqzl_main4li_bottom_1_left h5{padding: 16px 0 0 16px;font-size: 14px;color: #656565;font-weight: bold;}
.fwqzl_main4li_bottom_1_left p{font-size: 14px;color: #656565;padding: 5px 0 0 16px;}
.fwqzl_main4li_bottom_1_right{width: 67px;height: 71px;float: right;text-align: center;line-height: 71px;}
.fwqzl_main4li_bottom_1_right a{
	font-size: 14px;
	color: #3398cc;
}
.fwqzl_main4li_bottom_2{height: 143px;}
.fwqzl_main4li_bottom_2_left{width: 159px;height: 143px;border-right: 1px solid #e5e5e5;float: left;}
.fwqzl_main4li_bottom_2_left p{font-size: 14px;color: #656565;padding: 0 0 0 16px;line-height: 143px;}
.fwqzl_main4li_bottom_2_right{width: 67px;height: 143px;float: right;text-align: center;line-height: 143px;}
.fwqzl_main4li_bottom_2_right a{
	font-size: 14px;
	color: #3398cc;
}
.fwqzl_main5{width: 100%;height: 564px;background: url(../images/yjz_68.jpg) no-repeat;background-size: 100% 100%;}
.fwqzl_main5>div{width: 1200px;height: 564px;margin: 0 auto;}
.fwqzl_main5 .main_title1>span{
	border: 1px solid #3398cc;
	background-color: #3398cc;
}
.fwqzl_main5 .main_title1>p>span{font-size: 24px;color: #fb3c3c;}

.fwqzl_main5_1{width:1200px;padding:0px;position:relative;margin: 0 auto;}
.fwqzl_main5_1 .tbC{ width:1200px; padding:0;    overflow: hidden; margin: 0 auto;}
.fwqzl_main5_1 .prev{ background:url(../images/prev3.png) no-repeat;width:21px; height:41px; position:absolute; left:0px; top:155px; }
.fwqzl_main5_1 .next{ background:url(../images/next3.png) no-repeat;width:21px; height:41px; position:absolute; right:0px; top:155px;}

.fwqzl_main5_1 .slide{ width:1031px; overflow:hidden; margin: 0 auto;   }
.fwqzl_main5_1 .slide ul{ overflow:hidden; zoom:1; width:1031px;height: 320px;}
.fwqzl_main5_1 .slide li{ width:490px;height: 316px; margin:0 43px 0 0; display:inline; float:left;position: relative;border: 2px dashed #6ebdfe;}
.fwqzl_main5_1 .slide li h4{width: 471px;height: 45px;background-color: #62b7fe;border: 2px solid #62b7fe;margin: -2px 0 0 -2px;font-size: 22px;color: #FFFFFF;padding-left: 19px;line-height: 45px;font-weight: normal;}
.fwqzl_main5_1 .slide li p{font-size: 18px;color: #666666;line-height: 35px;padding-left: 19px;}
.fwqzl_main5_1 .slide li p span{font-size: 22px;color: #ff464b;}
.fwqzl_main5_1 .slide li img{width: 63px;height: 63px;display: block;position: absolute;top: -5px;right: -5px;}

/*企业邮箱*/
.qyyx_main1{width: 100%;height: 359px;background: url(../images/yjz_69.jpg) no-repeat;background-size: 100% 100%;}
.qyyx_main1>div{width: 1200px;height: 359px;margin: 0 auto;position: relative;}
.qyyx_main1_img1{width: 671px;height: 359px;display: block;margin-left: -146px;clear:left;}
.qyyx_main1_img2{width: 513px;height: 343;position: absolute;display: block;top: 16px;right: 0;}
.qyyx_main2{width: 1200px;height: 700px;margin: 0 auto;}
.qyyx_main2 .main_title1 h3 span{color: #fb3c3c;}

.qyyx_main2_1{height: 433px;width: 1200px;background: url(../images/yjz_128.png) no-repeat;}
.qyyx_main2_li{width: 180px;height: 287px;position: relative;float: left;margin-right: 97px;}
.qyyx_main2_li p{font-size: 18px;color: #FFFFFF;text-align: center;line-height: 36px;padding-top: 99px;}
.qyyx_main2_li img{width: 104px;height: 104px;display: block;position: absolute;left: 38px;bottom: -46px;}
.qyyx_m1{margin-left: 92px;background: url(../images/yjz_70.jpg) no-repeat;margin-top: 100px;}
.qyyx_m2{background: url(../images/yjz_71.jpg) no-repeat;margin-top: 20px;}
.qyyx_m3{background: url(../images/yjz_72.jpg) no-repeat;margin-top: 120px;}
.qyyx_m4{background: url(../images/yjz_73.jpg) no-repeat;margin-top: 50px;}

.qyyx_main3{width: 100%;height: 651px;background: url(../images/yjz_74.jpg) no-repeat;background-size: 100% 100%;}
.qyyx_main3>div{width: 1080px;height: 651px;margin: 0 auto;padding: 0 60px;}
.qyyx_main3 .main_title1{width: 1080px;}
.qyyx_main3 .main_title1 h3{color: #FFFFFF;}
.qyyx_main3 .main_title1 span{background-color: #00a0e9;border: 1px solid #00a0e9;}
.qyyx_main3 .main_title1 p{color: #FFFFFF;}
.qyyx_main3_1{height: 444px;width: 1080px;margin-top: 66px;}
.qyyx_main3_li{float: left;width: 338px;height: 163px;margin:0 11px 66px;}
.qyyx_main3_li img{width: 104px;height: 109px;display: block;margin: 0 auto;}
.qyyx_main3_li h4{width: 338px;height: 38px;background: url(../images/yjz_135.png) no-repeat;font-size: 24px;font-weight: normal;line-height: 38px;text-align: center;margin-top: 15px;}
.qyyx_main3_11 h4{color: #ff464b;}
.qyyx_main3_12 h4{color: #55c3f5;}
.qyyx_main3_13 h4{color: #96b51a;}
.qyyx_main3_14 h4{color: #c490bf;}
.qyyx_main3_15 h4{color: #43cdb2;}
.qyyx_main3_16 h4{color: #f8b551;}

.qyyx_main4{width: 1200px;height: 650px;margin: 0 auto;}
.qyyx_main4_1{width: 1200px;height: 380px;margin-top: 57px;}
.qyyx_main4_1_left{width: 739px;height: 380px;}
.qyyx_main4_1_left_1{width: 739px;height: 170px;margin-bottom: 35px;}
.qyyx_main4_title{width: 302px;height: 52px;position: relative;padding-top:17px ;}
.qyyx_main4_title span{width: 227px;height: 2px;display: block;background-color: #e5e5e5;border: 1px solid #e5e5e5;}
.qyyx_main4_1_left_1_left{width: 302px;height: 170px;}
.qyyx_main4_1_left_1_left>p{font-size: 16px;color: #666666;line-height: 33px;width: 268px;margin-left: 19px;height: 99px;overflow: hidden;}
.qyyx_main4_1_left_1_left .qyyx_main4_title{background: url(../images/yjz_136.png) no-repeat;}
.qyyx_main4_1_left_1_left .qyyx_main4_title span{margin-left: 19px;}
.qyyx_main4_1_left_1_left .qyyx_main4_title h3{
	position: absolute;
	font-size: 21px;
	color: #3398cc;
	font-weight: normal;
	background-color: #eeeeee;
	top: 4px;
	left: 19px;
	padding-right: 15px;
}
.qyyx_main4_1_left_1_left .qyyx_main4_title h4{
	margin-left: 19px;
	font-size: 21px;
	margin-top: 15px;
	color: #3398cc;
	font-weight: normal;
}
.qyyx_main4_1_left_1_mid{height: 126px;}
.qyyx_main4_1_left_1_right{width: 302px;height: 170px;}
.qyyx_main4_1_left_1_right>p{font-size: 16px;color: #666666;line-height: 33px;width: 268px;height: 99px;overflow: hidden;}
.qyyx_main4_1_left_1_right .qyyx_main4_title{background: url(../images/yjz_137.png) no-repeat;}
.qyyx_main4_1_left_1_right .qyyx_main4_title span{margin-left: 55px;}
.qyyx_main4_1_left_1_right .qyyx_main4_title h3{
	position: absolute;
	font-size: 21px;
	color: #3398cc;
	font-weight: normal;
	background-color: #eeeeee;
	top: 4px;
	left: 55px;
	padding-right: 15px;
}
.qyyx_main4_1_left_1_right .qyyx_main4_title h4{
	margin-left: 55px;
	font-size: 21px;
	margin-top: 15px;
	color: #3398cc;
	font-weight: normal;
}
.qyyx_main4_1_right{width: 460px;height: 170px;}
.qyyx_main4_1_right img{width: 444px;height: 408px;margin-top: 0;margin-left: 16px;}
.qyyx_main5{height: 825px;width: 1200px;margin: 0 auto;}
.qyyx_main5_1{height: 569px;width: 1198px;}
.qyyx_main5_li{width: 398px;height: 568px;float: left;border-top:2px solid #EEEEEE ;}
.qyyx_main5_li:first-child .qyyx_main5_title{border-left: 2px solid #EEEEEE;}
.qyyx_main5_li:hover .qyyx_main5_title{border-top: 5px solid #229ad9;margin-top: -1px;}
.qyyx_main5_title{height: 192px;border-bottom: 2px solid #EEEEEE;border-top: 4px solid #FFFFFF;border-right: 2px solid #EEEEEE;}
.qyyx_main5_title img{width: 99px;height: 51px;display: block;margin: 0 auto;padding-top: 19px;}
.qyyx_main5_title h5{font-size: 18px;color: #000000;font-weight: normal;text-align: center;margin: 20px 0 15px;letter-spacing: 3px;}
.qyyx_main5_title p{font-size: 15px;color: #333333;text-align: center;}
.qyyx_main5_li_bottom{height: 311px;border-bottom: 1px solid #CCCCCC;}
.qyyx_main5_li_bottom_h{height: 76px;margin-top: 25px;border-right: 1px dashed #ededed;border-left: 1px dashed #ededed;}
.qyyx_main5_li:first-child .qyyx_main5_li_bottom_h{border-left: none;}
.qyyx_main5_li:last-child .qyyx_main5_li_bottom_h{border-right: none;}
.qyyx_main5_li_bottom_h h4{font-size: 18px;color: #000000;font-weight: normal;padding-left: 30px;background: url(../images/yjz_79.jpg) no-repeat center left 17px;letter-spacing: 3px;}
.qyyx_main5_li_bottom_h p{font-size: 16px;color: #333333;padding-left: 30px;line-height: 2;}
.qyyx_main5_li>a{
	width: 104px;
	height: 34px;
	line-height: 34px;
	display: block;
	text-align: center;
	border: 1px solid #3398cc;
	background-color: #3398cc;
	color: #FFFFFF;
	border-radius: 17px;
	margin: 22px auto 0;
}
.qyyx_main6{width: 100%;height: 414px;background: url(../images/yjz_80.jpg) no-repeat;background-size: 100% 100%;}
.qyyx_main6>div{width: 1200px;height: 414px;margin: 0 auto;}

.qyyx_main6_1{width:1200px;padding:0px;position:relative;margin: 0 auto;height: 137px;margin-top: 66px;}
.qyyx_main6_1 .tbC{ width:1200px; padding:0;    overflow: hidden; margin: 0 auto;}
.qyyx_main6_1 .prev{ background:url(../images/prev3.png) no-repeat;width:21px; height:41px; position:absolute; left:0px; top:47px; }
.qyyx_main6_1 .next{ background:url(../images/next3.png) no-repeat;width:21px; height:41px; position:absolute; right:0px; top:47px;}
.qyyx_main6_1 .slide{ width:900px; overflow:hidden; margin: 0 auto;   }
.qyyx_main6_1 .slide ul{ overflow:hidden; zoom:1; width:900px;height: 137px;}
.qyyx_main6_1 .slide li{ width:898px;height: 135px;  display:inline; float:left;position: relative;}
.qyyx_main6_1 .slide li h4{width: 575px;height: 41px;font-size: 24px;padding-left: 163px;line-height: 41px;font-weight: normal;padding-top: 10px;}
.qyyx_main6_1 .slide li p{width: 575px;font-size: 18px;line-height: 36px;padding-left: 163px;}
.qyyx_main6_li1{border: 1px dashed #ec9b9e;}
.qyyx_main6_li1 h4{color:#ff464b;}
.qyyx_main6_li1 p{color:#ff464b;}
.qyyx_main6_li2{border: 1px dashed #1887e4;}
.qyyx_main6_li2 h4{color: #077ee2;}
.qyyx_main6_li2 p{color: #077ee2;}
.qyyx_main6_li3{border: 1px dashed #906ca8;}
.qyyx_main6_li3 h4{color:#8d66a4;}
.qyyx_main6_li3 p{color:#8d66a4;}


/*软件开发*/
.rjkf_main1{width: 100%;height: 359px;background: url(../images/yjz_81.jpg) no-repeat;background-size: 100% 100%;}
.rjkf_main1>div{width: 1200px;height: 359px;margin: 0 auto;}
.rjkf_main1>div img{width: 1200px;height: 359px;display: block;}

.rjkf_main2{width: 1200px;height: 520px;margin: 0 auto;}
.rjkf_main2_1{width: 1200px;height: 272px;margin-top: 60px;}
.rjkf_main2_1_left{width: 376px;height: 272px;background: url(../images/yjz_140.png) no-repeat;margin-left: 70px;position: relative;}
.rjkf_main2_1_left a{display: block;width: 101px;height: 101px;border: 5px solid #77b6e4;border-radius: 55px;position: absolute;top: 82px;line-height: 101px;text-align: center;font-size: 18px;color: #4d96d1;}
.rjkf_main2_1_left a:hover{
	color: #3398cc;
}
.rjkf_main2_1_left_a1{left: -70px;}
.rjkf_main2_1_left_a2{left: 58px;}
.rjkf_main2_1_left_a3{right: -50px;}
.rjkf_main2_1_left_a4{right: 78px;}
.rjkf_main2_1_left span{font-size: 30px;color: #f6ad02;position: absolute;display: block;top: 115px;}
.rjkf_main2_1_left_span1{left: 39px;}
.rjkf_main2_1_left_span2{left: 167px;}
.rjkf_main2_1_left_span3{left: 296px;}
.rjkf_main2_1_right{width: 637px;height: 221px;border: 2px dashed #a0c0dc;border-radius: 3px;margin-top: 14px;padding: 10px 19px;}
.rjkf_main2_1_right p{font-size: 18px;color: #999999;line-height: 30px;}
.rjkf_main2_1_right p:first-child{margin-bottom: 29px;}

.rjkf_main3{width: 100%;height: 623px;background: url(../images/yjz_82.jpg) no-repeat;background-size: 100% 100%;}
.rjkf_main3>div{width: 1200px;height: 623px;margin: 0 auto;}
.rjkf_main3 .main_title1 h3{color: #FFFFFF;}
.rjkf_main3 .main_title1 span{background-color: #00a0e9;border: 1px solid #00a0e9;}
.rjkf_main3 .main_title1 p{color: #FFFFFF;}
.rjkf_main3_ul{width: 1200px;height: 376px;margin-top: 56px;}
.rjkf_main3_li{width: 222px;height: 374px;float: left;border: 1px solid #c1c1c1;background-color: rgba(255,255,255,0.31);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4fffffff,endColorstr=#4fffffff);margin-right: 20px;-webkit-box-shadow: #00a0e9 0px 0px 10px;-moz-box-shadow: #00a0e9 0px 0px 10px;box-shadow: #00a0e9 0px 0px 10px;}
.rjkf_main3_li:last-child{margin-right: 0;}
.rjkf_main3_li img{display: block;width: 99px;height: 99px;padding-top:40px;margin: 0 auto;}
.rjkf_main3_li h4{font-size: 24px;color: #004688;font-weight: normal;text-align: center;line-height: 1;margin-top: 17px;}
.rjkf_main3_li p{font-size: 16px;color: #333333;margin: 24px 15px 0;text-align: justify;text-justify: inter-ideograph;line-height: 30px;}
.rjkf_main3_li a:hover h4{
	color: #3398cc;
}

/*分享*/
.bshare-custom{text-align: center;padding: 25px 0;}

/*微信开发*/
.wxkf_main1{width: 100%;height: 359px;background: url(../images/yjz_88.jpg) no-repeat;background-size: 100% 100%;}
.wxkf_main1>div{width: 1200px;height: 359px;margin: 0 auto;position: relative;}
.wxkf_main1>div img:first-child{width: 1274px;height: 359px;display: block;margin-left: -40px;}
.wxkf_main1>div img:last-child{width: 312px;height: 307px;display: block;position: absolute;top: 68px;left: 494px;}
.wxkf .main_title1>span{background-color: #19a523;border: 1px solid #19a523;}
.wxkf_main2{height: 575px;width: 1200px;margin: 0 auto;}
.wxkf_main2_1{height: 330px;padding: 0 85px;margin-top: 52px;}
.wxkf_main2li{width: 186px;height: 330px;float: left;margin-right: 223px;}
.wxkf_main2li:last-child{margin-right: 0;}
.wxkf_main2li img{width: 186px;height: 186px;display: block;}
.wxkf_main2li h4{font-size: 24px;color: #666666;text-align: center;font-weight: normal;line-height: 1;margin: 23px 0 14px 0;}
.wxkf_main2li p{font-size: 18px;color: #999999;width: 160px;padding-left: 11px;height: 90px;line-height: 30px;border-left: 2px solid #49a5f2;margin-left: 25px;}
.wxkf_main2li:first-child p{border-left: 2px solid #6cb032;margin-left: 0;}
.wxkf_main2li:last-child p{border-left: 2px solid #7addd7;margin-left: 8px;}
.wxkf_main3{height: 755px;width: 1200px;margin: 0 auto;}
.wxkf_main3 img{width: 1182px;height: 506px;display: block;margin: 40px auto 0;}
.wxkf_main4{height: 910px;width: 100%;}
.wxkf_main4_1{height: 702px;width: 100%;background-color: #eeeeee;margin-top: 60px;}
.wxkf_main4_1>div{width: 1200px;height: 642px;margin: 0 auto;background: url(../images/yjz_153.png) no-repeat top 60px center ;background-size: 510px 418px;padding-top: 60px;position: relative;}
.wxkf_main4li{height: 56px;padding: 11px 0 11px 114px;margin-bottom: 50px;}
.wxkf_main4li h4{font-size: 22px;color: #428f01;font-weight: normal;line-height: 30px;}
.wxkf_main4li p{font-size: 18px;color: #666666;line-height: 26px;}
.wxkf_main4li_1{background: url(../images/yjz_147.png) no-repeat center left 3px;}
.wxkf_main4li_2{background: url(../images/yjz_148.png) no-repeat center left 3px;}
.wxkf_main4li_3{background: url(../images/yjz_149.png) no-repeat center left 3px;}
.wxkf_main4li_4{background: url(../images/yjz_150.png) no-repeat center left 3px;}
.wxkf_main4li_5{background: url(../images/yjz_151.png) no-repeat center left 3px;}
.wxkf_main4_1>div img{width: 539px;height: 640px;display: block;position: absolute;bottom: 0;right: -167px;}

/*企业官方网站*/
.wzjs_main1{width: 100%;height: 359px;background: url(../images/yjz_89.jpg) no-repeat center center;}
.wzjs_main1 a{display: block;width: 100%;height: 100%;}
.wzjs_main2{width: 1200px;height: 430px;margin: 0 auto;margin-top: 40px;}
.wzjs_main2_1{height: 276px;border: 1px solid #cccccc;margin-top: 53px;position: relative;}
.wzjs_main2_1>h3{position: absolute;font-size: 28px;color: #333333;padding: 0 15px 0 42px;left: -1px;top: -14px;line-height: 1;font-weight: normal;background: url(../images/yjz_154.png) #ffffff no-repeat center left;}
.wzjs_main2_bz{width: 688px;height: 237px;position: absolute;left: -1px;bottom: -1px;background-color: #ffffff;padding-top: 26px;}
.wzjs_main2_bz div{width: 207px;height: 237px;float: left;margin-right: 22px;}
.wzjs_main2_bz div img{width: 96px;height: 96px;display: block;padding-top: 20px;margin: 0 auto 20px;}
.wzjs_main2_bz div h3{font-size: 24px;font-weight: normal;color: #FFFFFF;text-align: center;}
.wzjs_main2_bz div h4{font-size: 18px;font-weight: normal;color: #FFFFFF;text-align: center;line-height: 24px;}
.wzjs_main2_bz div h5{width: 21px;height: 12px;display: block;margin: 20px auto 0;background: url(../images/yjz_160.png) no-repeat;}
.wzjs_main2_bz1{background: url(../images/yjz_90.jpg) no-repeat;background-size: 100% 100%;}
.wzjs_main2_bz2{background: url(../images/yjz_91.jpg) no-repeat;background-size: 100% 100%;}
.wzjs_main2_bz3{background: url(../images/yjz_92.jpg) no-repeat;background-size: 100% 100%;}
.wzjs_main2_bz div a{display: block;width: 100%;height: 100%;}
.wzjs_main2_bz div a:hover{background: url(../images/yjz_159.png) no-repeat;}
.wzjs_main2_bz div a:hover h3{color: #3398cc;}
.wzjs_main2_yy{width: 495px;height: 236px;margin-right: 15px;padding-top: 30px;}
.wzjs_main2_yy p{font-size: 18px;color: #666666;line-height: 36px;margin-bottom: 18px;background: url(../images/yjz_155.png) no-repeat top 10px left;padding-left: 28px;}
.wzjs_main2_yy p span{
	color: #3398cc;
}

.wzjs_title{width: 100%;height: 62px;background-color: #eeeeee;border-top: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;margin-top: 64px;}
.wzjs_title_ul{width: 1200px;height: 62px;margin: 0 auto;}
.wzjs_title_li{float: left;width: 240px;text-align: center;line-height: 62px;font-size: 20px;color: #333333;}
.wzjs_title_li a{color: #333333;display: block;width: 100%;height: 100%;}
.wzjs_title_li_on{width: 238px;height: 58px;line-height: 58px;border-left: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;background-color: #ffffff;border-bottom: 1px solid #FFFFFF;color: #3398cc;border-top:4px solid #3398cc;}
.wzjs_title_li_on a{color: #3398cc;}

.wzjs_title_li:active{width: 238px;border-left: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;background-color: #ffffff;border-bottom: 1px solid #FFFFFF;color: #ff4400;height: 58px;line-height: 58px;border-top:4px solid #3398cc;}
.wzjs_title_li:active a{color: #3398cc;}

.wzjs_title_li:hover{
	width: 238px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	background-color: #ffffff;
	border-bottom: 1px solid #FFFFFF;
	color: #3398cc;
	height: 58px;
	line-height: 58px;
	border-top: 4px solid #3398cc;
}
.wzjs_title_li:hover a{color:#3398cc;}


.qygfwz{height: auto;}
/*切换*/
.qygfwz_1{ width:1200px; text-align:left; height: auto;margin: 58px auto 0; }
.qygfwz_1 .hd{ height:38px; line-height:38px; padding:0 10px 0 20px;  position:relative; }
.qygfwz_1 .hd ul{ float:left;  position:absolute; left:0px; top: 0; height:38px; width: 842px;padding: 0 179px;  }
.qygfwz_1 .hd ul li{ float:left; cursor:pointer; width: 297px;height: 36px;border: 1px solid #CCCCCC;border-radius: 18px;line-height: 36px;text-align: center; font-size: 18px;color: #333333;margin:0 61px;}
.qygfwz_1 .hd ul li.on{
	background: #3398cc;
	border: 1px solid #3398cc;
	color: #FFFFFF;
}
.qygfwz_1 .bd ul{width: 1200px;height: auto;border-top: 1px solid #d6d6d6;border-bottom: 1px solid #d6d6d6;margin-top: 34px;}
.qygfwz_1 .bd li{ height:24px; line-height:24px; height: 70px;width: 100%;border-bottom:1px solid #d6d6d6 ; }
.qygfwz_1 .bd li:last-child{border-bottom: none;}
.qygfwz_1 .bd li div{ float:left;border-right: 1px solid #d6d6d6;height: 70px; border-left: 1px solid #d6d6d6;font-size: 12px;color: #333333; }
.qygfwz_1 .bd li div:last-child{border-right: none;width: 942px;padding: 5px 28px;line-height: 30px;height: 60px;}
.qygfwz_1 .bd li div:first-child{width: 198px;border-left: none;text-align: center;line-height: 70px;}
.qygfwz_1 .bd li:first-child div{
	text-align: center;
	line-height: 70px;
	color: #3398cc;
	font-size: 18px
}
.qygfwz_1_bd_lion{background-color: #f2f2f2;}
.qygfwz_main1{width: 100%;height: 755px;background: url(../images/yjz_93.jpg) no-repeat;background-size: 100% 100%;margin-top: 45px;padding-top: 25px;}

/*切换2*/
.qygfwz_main1 .slideGroup{ width:1200px;  height: 600px;margin: 52px auto 0; }
.qygfwz_main1 .slideGroup .parHd{ height:38px; line-height:38px; padding:0 10px 0 20px;  position:relative; }
.qygfwz_main1 .slideGroup .parHd ul{ float:left;  position:absolute; left:0px; top: 0; height:38px; width: 842px;padding: 0 179px;  }
.qygfwz_main1 .slideGroup .parHd ul li{ float:left; cursor:pointer; width: 297px;height: 36px;border: 1px solid #CCCCCC;border-radius: 18px;line-height: 36px;text-align: center; font-size: 18px;color: #333333;margin:0 61px;background-color: #FFFFFF;}
.qygfwz_main1 .slideGroup .parHd ul li.on{
	background: #3398cc;
	border: 1px solid #3398cc;
	color: #FFFFFF;
}
.qygfwz_main1 .slideGroup .parBd{height: 470px;width: 1200px;margin-top: 70px;}
.qygfwz_main1 .slideGroup .parBd .slideBox_1{width: 660px;height: auto;}
.qygfwz_main1 .slideGroup .parBd .slideBox_1 h4{font-size: 20px;color: #666666;font-weight: normal;line-height: 34px;}
.qygfwz_main1 .slideGroup .parBd .slideBox_1 p{font-size: 18px;color: #999999;line-height: 38px;margin-top: 30px;text-align:justify;text-justify: inter-ideograph;}
.qygfwz_main1 .slideGroup .parBd .slideBox_1 span{display: block;width: 50px;height: 3px;background-color: #CCCCCC;border: 1px solid #CCCCCC;margin: 94px auto 0;}

/* 滚动 */
.qygfwz_main1 .slideGroup .parBd .slideBox .slideBox_2{width: 294px;height: 419px;position: relative;margin-right: 110px;}
.qygfwz_main1 .slideGroup .parBd .slideBox .slideBox_hd{ overflow:hidden;  height:30px; padding:0 10px; position: absolute;bottom: -30px; width: 100%;}
.qygfwz_main1 .slideGroup .parBd .slideBox .slideBox_hd ul{ float:right; overflow:hidden; zoom:1;  zoom:1;width: 100%;text-align: center;}
.qygfwz_main1 .slideGroup .parBd .slideBox .slideBox_hd ul li{ display: inline-block;  width:9px; height:9px; overflow:hidden; margin:0 5px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.gif") 0 -9px no-repeat; }
.qygfwz_main1 .slideGroup .parBd .slideBox .slideBox_hd ul li.on{ background-position:0 0; }
.qygfwz_main1 .slideGroup .parBd .slideBox_ul{width: 294px;height: 419px; }
.qygfwz_main1 .slideGroup .parBd .slideBox_ul{ overflow:hidden; zoom:1; }
.qygfwz_main1 .slideGroup .parBd .slideBox_ul li{width: 294px;height: 419px; margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center; background: url(../images/yjz_161.png) no-repeat; position: relative; }
.qygfwz_main1 .slideGroup .parBd .slideBox_ul li .pic{ text-align:center;}
.qygfwz_main1 .slideGroup .parBd .slideBox_ul li .pic img{ width:99px; height:99px; display:block;margin: 0 auto; padding-top: 48px;  }
.qygfwz_main1 .slideGroup .parBd .slideBox_ul li .pic h3{
	margin: 17px auto 23px;
	font-size: 24px;
	color: #3398cc;
	font-weight: normal;
	line-height: 1;
}
.qygfwz_main1 .slideGroup .parBd .slideBox_ul li .pic p{margin: 0 auto;font-size: 14px;color: #333333;text-align: left;line-height: 30px;padding: 0 25px; }
.qygfwz_main1 .slideGroup .parBd .slideBox_ul li .pic span{
	display: block;
	font-size: 16px;
	color: #3398cc;
	position: absolute;
	bottom: 25px;
	width: 100%;
}

/*电子商务网站*/
.dzswwz{height: auto;}
.dzswwz_main1{width: 100%;height: 755px;background: url(../images/yjz_93.jpg) no-repeat;background-size: 100% 100%;margin-top: 45px;padding-top: 25px;}
.slideGroup{ width:1200px;  height: 600px;margin: 52px auto 0; }
.slideGroup .parBd{height: 470px;width: 1200px;margin-top: 70px;}
.slideGroup .parBd .slideBox_1{width: 660px;height: auto;}
.slideGroup .parBd .slideBox_1 h4{font-size: 20px;color: #666666;font-weight: normal;line-height: 34px;}
.slideGroup .parBd .slideBox_1 p{font-size: 18px;color: #999999;line-height: 38px;margin-top: 30px;text-align:justify;text-justify: inter-ideograph;}
.slideGroup .parBd .slideBox_1 span{display: block;width: 50px;height: 3px;background-color: #CCCCCC;border: 1px solid #CCCCCC;margin: 94px auto 0;}
/* 滚动 */
.dzswwz_main1 .slideGroup .parBd .slideBox .slideBox_2{width: 494px;height: 392px;position: relative;margin-right: 7px;}
.dzswwz_main1 .slideGroup .parBd .slideBox .slideBox_hd{ height:30px; padding:0 10px; position: absolute;bottom: -30px; width: 100%;}
.dzswwz_main1 .slideGroup .parBd .slideBox .slideBox_hd ul{ float:right; overflow:hidden; zoom:1;  zoom:1;width: 100%;text-align: center;}
.dzswwz_main1 .slideGroup .parBd .slideBox .slideBox_hd ul li{ display: inline-block;  width:9px; height:9px; overflow:hidden; margin:0 5px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.gif") 0 -9px no-repeat; }
.dzswwz_main1 .slideGroup .parBd .slideBox .slideBox_hd ul li.on{ background-position:0 0; }
.dzswwz_main1 .slideGroup .parBd .slideBox_ul{width: 494px;height: 392px; }
.dzswwz_main1 .slideGroup .parBd .slideBox_ul{  zoom:1;padding-top: 5px!important; }
.dzswwz_main1 .slideGroup .parBd .slideBox_ul li{width: 494;height: 392px; margin:0 8px; float:left; _display:inline; text-align:center; position: relative;}
.dzswwz_main1 .slideGroup .parBd .slideBox_ul li h3{width:472px;height: 49px;font-size: 22px;color: #ffffff;font-weight: normal; line-height: 49px;background-color: #62b7fe;padding-left: 22px;}
.dzswwz_main1 .slideGroup .parBd .slideBox_ul li div{ border: 2px dashed #b5d5f0;width: 490px;height: 340px;border-top: none;}
.dzswwz_main1 .slideGroup .parBd .slideBox_ul li p{
	font-size: 14px;
	color: #666666;
	text-align: left;
	line-height: 36px;
	padding: 0 18px;
	margin-bottom: 13px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.dzswwz_main1 .slideGroup .parBd .slideBox_ul li img{width: 63px;height: 63px;position: absolute;top: -5px;right: -5px;}

.slideBox_3{width: 519px;height: 466px;margin-right: 1px;}
.slideBox_3>img{width: 519px;height: 466px;display: block;}

/*移动手机建站*/
.ydsjjz_1{width: 1200px;height: 496px;margin: 0 auto;padding: 34px 0 0 0;}
.ydsjjz_1_left{width: 427px;height: 496px;border-left: 1px solid #e5e5e5;margin: 0 0 0 61px;}
.ydsjjz_1_left h3{font-size: 24px;color: #333333;font-weight: normal;width: 427px;height: 45px;border-bottom: 1px solid #e5e5e5;position: relative;margin-bottom: 34px;}
.ydsjjz_1_left h3 span{display: block;margin-left: 65px;padding-left: 53px;background-color: #FFFFFF;position: absolute;bottom: -15px;}
.ydsjjz_1_li{height: 135px;border-bottom: 1px solid #e5e5e5;width: 65px;white-space: nowrap;position: relative;}
.ydsjjz_1_li img{position: absolute;width: 91px;height: 91px;top: 24px;left: -46px;}
.ydsjjz_1_li h4{font-size: 24px;color: #333333;margin-left: 120px;font-weight: normal;line-height: 1;padding-top: 46px;margin-bottom: 12px;}
.ydsjjz_1_li p{font-size: 16px;color: #333333;margin-left: 120px;line-height: 1;}
.ydsjjz_1_right{width: 681px;height: 461px;}
.ydsjjz_1_right img{display:block;width: 681px;height: 461px;}
.ydsjjz_main1{
	width: 100%;
	height: 490px;
	background: url(../images/yjz_93.jpg) no-repeat;
	background-size: 100% 100%;
	margin-top: 45px;
	padding-top: 25px;
	clear: left;
}
.ydsjjz_main1_1{width: 1200px;height: 213px;margin: 60px auto 0;}
.ydsjjz_main1_li{width: 280px;height: 213px;float: left;margin-right: 26px;}
.ydsjjz_main1_li:last-child{margin-right: 0;}
.ydsjjz_main1_li h4{
	height: 35px;
	background-color: #3398cc;
	position: relative;
	font-size: 21px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 35px;
	padding-left: 18px;
}
.ydsjjz_main1_li h4 span{
	position: absolute;
	display: block;
	width: 125px;
	height: 2px;
	background-color: #3398cc;
	border: 1px solid #3398cc;
	right: 21px;
	top: 15px;
}
.ydsjjz_main1_li_1{height: 154px;padding: 12px;width: 256px;}
.ydsjjz_main1_li_1 p{font-size: 16px;color: #666666;line-height: 32px;}
.ydsjjz_main1_li_on1{background: url(../images/yjz_171.png) no-repeat;}
.ydsjjz_main1_li_on2{background: url(../images/yjz_172.png) no-repeat;}
.ydsjjz_main1_li_on3{background: url(../images/yjz_173.png) no-repeat;}
.ydsjjz_main1_li_on4{background: url(../images/yjz_174.png) no-repeat;}





/*建站服务*/
.jianzhanfuwu{width: 100%;height: 1443px;background-color: #eeeeee;padding-bottom: 31px;}
.jzfw1{width: 100%;height: 478px;}
.jzfw1 .jzfw_li{height: 436px;background: url(../images/yjz_187.png) no-repeat;}
.jzfw2{width: 100%;height: 456px;background: url(../images/yjz_94.jpg) no-repeat;background-size: 100% 100%;}
.jzfw2 .jzfw_li{margin-top: 86px;background: url(../images/yjz_188.png) no-repeat top 30px left;height: 309px;}
.jzfw2 .jzfw_li h3{margin-top: 0px!important;}
.jzfw_ul{width: 1200px;height: auto;margin: 0 auto;}
.jzfw_li{float: left;width: 338px;margin-right: 93px;}
.jzfw_li:last-child{margin-right: 0;}
.jzfw_li h3{width: 224px;height: 78px;margin-top: 115px;padding-left: 114px;text-align: center;font-size: 30px;color: #ffff00;font-weight: normal;line-height: 70px;}
.jzfw_li p{font-size: 16px;color: #666666;line-height: 36px;padding-top: 42px;padding-left: 95px;}
.jzfw_li a{display: block;width: 194px;height: 34px;background-color: #fe8900;color: #ffffff;text-align: center;line-height: 34px;border: 1px solid #fe8900;border-radius: 17px;margin: 28px 0 0 72px;}
.jzfw_li a:hover{color: #ffff00;}
.jzfw_li1 h3{background: url(../images/yjz_178.png) no-repeat;}
.jzfw_li2 h3{background: url(../images/yjz_179.png) no-repeat;}
.jzfw_li3 h3{background: url(../images/yjz_180.png) no-repeat;}
.jzfw_li4 h3{background: url(../images/yjz_181.png) no-repeat;}
.jzfw_li5 h3{background: url(../images/yjz_182.png) no-repeat;font-size: 28px!important;}
.jzfw_li6 h3{background: url(../images/yjz_183.png) no-repeat;}
.jzfw_li7 h3{background: url(../images/yjz_184.png) no-repeat;}
.jzfw_li8 h3{background: url(../images/yjz_185.png) no-repeat;}
.jzfw_li9 h3{background: url(../images/yjz_186.png) no-repeat;}



.qqzixun{width: 42px;height: 210px;position: fixed;right: 0;top: 300px;}
.qqzixun>div{width: 40px;height: 40px;background-color: #333333;border: 1px solid #3f3f3f;position: absolute;right: 0;background-repeat:no-repeat ;cursor: pointer;}
.qqzixun>div a{width: 100%;height: 40px;display: block;font-size: 20px;color: #ffffff;line-height: 40px;padding-left: 40px;}
.qq_zixun{overflow: hidden;background-image: url(../images/yjz_qq.png);background-position: left top;top: 0;}
.shouhuo_zixun{overflow: hidden;background-image: url(../images/yjz_kefu.png);background-position: left top;top: 42px;}
.tel_zixun{overflow: hidden;background-image: url(../images/yjz_tel.png);background-position: left top;top: 84px;}
.erweima_zixun{background-image: url(../images/yjz_erweima_s.png);background-position: left top;top: 126px;}
.get_top{background-image: url(../images/yjz_bktop.png);background-position: left top;top: 168px;}
.erweima_zixun img{position: absolute;width: 84px;height: 84px;right: 42px;bottom: -42px;display: none;}
.bgc_ff4400{background-color: #3398cc!important;border: 1px solid #3398cc!important;}

.jzfw_b{width: 100%;height: 359px;background:url(../images/yjz_z_1.jpg) no-repeat top center;}
.jianzhanfuwu1{height: 849px;width: 1200px;margin: 0 auto;}
.jianzhanfuwu1_1{height: 545px;margin-top: 77px;}
.jianzhanfuwu1_1 img{width: 1200px;height: 545px;display: block;}
.jianzhanfuwu2{width: 100%;height: 1135px;background-color: #eeeeee;}
.jianzhanfuwu2>div{width: 1200px;height: 1135px;margin: 0 auto;}
.jianzhanfuwu2_1{height: 870px;margin-top: 65px;}
.jianzhanfuwu2_1_top{height: 670px;margin-top: 65px;}
.jianzhanfuwu2_1_top_left{width: 405px;}
.jianzhanfuwu2_1_top_left h3{font-weight: normal;font-size: 20px;line-height: 40px;color: #ffffff;height: 40px;width: 405px;background-color: #b31726;text-align: center;}
.jianzhanfuwu2_1_top_left img{display: block;width: 405px;height: 613px;margin-top: 7px;}
.jianzhanfuwu2_1_top>img{display: block;width: 201px;height: 366px;margin: 90px 0 0 92px;}
.jianzhanfuwu2_1_top_right{width: 405px;}
.jianzhanfuwu2_1_top_right_t{width: 405px;height: 363px;}
.jianzhanfuwu2_1_top_right_t h3{font-weight: normal;font-size: 20px;line-height: 40px;color: #ffffff;height: 40px;width: 405px;background-color: #707070;text-align: center;}
.jianzhanfuwu2_1_top_right_t img{display: block;width: 405px;height: 308px;margin-top: 7px;}
.jianzhanfuwu2_1_top_right>h2{color: #b31726;font-size: 32px;font-weight: bold;margin: 10px 0 20px 0;}
.jianzhanfuwu2_1_top_right1{width: 405px;height: 208px;}
.jianzhanfuwu2_1_top_right1>h4{width: 405px;height: 38px;font-size: 18px;color: #ffffff;text-align: center;line-height: 38px;font-weight: normal;}
.jianzhanfuwu2_1_top_h1{background-color: #b31726;}
.jianzhanfuwu2_1_top_h2{background-color: #707070;}
.jianzhanfuwu2_1_top_right1_ul1,.jianzhanfuwu2_1_top_right1_ul2{height: 74px;width: 403px;border: 1px solid #cccccc;border-top: none;}
.jianzhanfuwu2_1_top_right1_li{font-size: 16px;float: left;width: 182px;padding-left: 18px;line-height: 36px;}
.jianzhanfuwu2_1_top_right1_ul1 .jianzhanfuwu2_1_top_right1_li{color: #b31726;}
.jianzhanfuwu2_1_top_right1_ul2 .jianzhanfuwu2_1_top_right1_li{color: #707070;}
.jianzhanfuwu2_1_bottom{height:165px;width:1200px;margin-top: 45px;}
.jianzhanfuwu2_1_bottom>h3{font-size: 32px;font-weight: bold;color: #b31726;line-height: 1;}
.jianzhanfuwu2_1_bottom>h3 span{font-size: 16px;color: #333333;border-bottom: 1px solid #999999;margin-left: 35px;font-weight: normal;}
.jianzhanfuwu2_1_bottom1{height: 105px;width: 1200px;margin-top: 28px;}
.jianzhanfuwu2_1_bottom1_title{height: 32px;background-color: #595959;}
.jianzhanfuwu2_1_bottom1_title div{float: left;width: 215px;font-size: 18px;color: #ffffff;height: 32px;line-height: 32px;padding-left: 25px;}
.jianzhanfuwu2_1_bottom1_main1{height: 36px;background-color: #ffffff;}
.jianzhanfuwu2_1_bottom1_main2{height: 36px;background-color: #ffffff;}
.jianzhanfuwu2_1_bottom1_main1 div{float: left;width: 215px;font-size: 18px;color: #666666;height: 36px;line-height: 36px;padding-left: 25px;}
.jianzhanfuwu2_1_bottom1_main2 div{float: left;width: 215px;font-size: 18px;color: #dd2550;height: 36px;line-height: 36px;padding-left: 25px;}
.jianzhanfuwu3{height: 647px;width: 1200px;margin: 0 auto;}
.jianzhanfuwu3_1{height: 426px;margin-top: 60px;}
.jianzhanfuwu3_1_left{width: 645px;}
.jianzhanfuwu3_1_left p{font-size: 18px;color: #333333;line-height: 45px;}
.jianzhanfuwu3_1_left p span{
	font-size: 22px;
	color: #3398cc;
}
.jianzhanfuwu3_1_left img{width: 579px;height: 140px;margin-top: 40px;}
.jianzhanfuwu3_1_right{width: 426px;margin-right: 27px;}
.jianzhanfuwu3_1_right h3{
	font-size: 22px;
	color: #3398cc;
	text-align: center;
	margin-bottom: 15px;
	font-weight: normal;
}
.jianzhanfuwu3_1_right h5{text-align: center;border-top:1px solid #666666;width: 426px;height: 20px;display: block;}
.jianzhanfuwu3_1_right h5 span{display: block;width: 236px;font-size: 18px;color: #000000;font-weight: normal;background-color: #ffffff;height: 21px;line-height: 21px;text-align: center;margin:-10px auto 0}
.jianzhanfuwu3_1_right_ul{width: 432px;margin-top: 15px;margin-left: -4px;}
.jianzhanfuwu3_1_right_ul div{float: left;width: 132px;height: 65px;margin: 0 6px 14px 6px;}
.jianzhanfuwu3_1_right_ul div img{width: 129px;height: 61px;display: block;border: 2px solid #cccccc;border-radius: 1px;}
.jianzhanfuwu3_1_right_ul:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.gdsj_main4_web{background-color: #eeeeee;width: 100%;height: 493px;}
.main3.clearfixe .main3_1 .parHd #myTab2 .normal {
	background-color: #FFF;
}
.main3.clearfixe .main3_1 .parHd #myTab2 .actice {
	background-color: #ff4400;
}
.hd #myTab3 .normal {
	background-color: #868686;
}
.hd #myTab3 .actice {
	background-color: #ff4400;
}
.f1{
	width:400px;
	height:222px;
	float:left;
	margin:86px 0px;
	}
.f1 h2{
	color:#FFF;
	}
.f1 ul li{
	height: 45px;
	line-height: 45px;
	font-family: "Microsoft YaHei UI";
	font-size: 14px;
	color: #FFF;
	padding-left: 20px;
	}
.f2{
	width:400px;
	height:222px;
	float:left;
	margin:86px 0px;
	}
.f2 h2{
	color:#FFF;
	text-align:center;
	}
.f2 ul li{
	width:100px;
	height:45px;
	line-height:45px;
	float:left;
	text-align:center;
	}
	
.f2 ul li a{
	font-family:"Microsoft YaHei UI";
	color:#FFF;
	font-size:14px;
	}

.f3{
	width:400px;
	height:222px;
	float:left;
	margin:86px 0px;
	text-align:center;
	}
.f3 ul li{
	height:30px;
	font-family:"Microsoft YaHei UI";
	font-size:16px;
	color:#FFF;
	}

.gdsj_main2b{
	height: 381px;
	width: 100%;
	margin: 0 auto;
	background: #f0f0ee;
}
.gdsj_main2b_ul{
	width: 1200px;
	height: 245px;
	margin-top: 64px;
	margin: 0px auto;
}
.gdsj_main2b_li{
	width: 354px;
	height: 245px;
	position: relative;
	margin-right: 69px;
}
.gdsj_main2b_li:last-child{margin-right: 0;}
.gdsj_main2b_li img{
	/* [disabled]width: 76px; */
	/* [disabled]height: 61px; */
	display: block;
}
.gdsj_main2b_li span{
	position: absolute;
	display: block;
	height: 66px;
	width: 354px;
	bottom: -3px;
	left: 1px;

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9ff4400,endColorstr=#d9ff4400);							font-size: 14px;
	color: #000000;
	line-height: 30px;
	text-align: center;
	padding-top: 7px;
}

.gdsj_main4{
	height: 451px;
	width: 100%;
	margin: 0 auto;
}

.gdsj_main4 .ts{
	width:1200px;
	height:451px;
	margin:0px auto;
	}

.gdsj_main4 .ts ul li{
	width:250px;
	height:210px;
	float:left;
	text-align:center;
	border:2px solid #00aef3;
	border-radius:50%;
	margin-left:40px;
	margin-top:80px;
	}
.gdsj_main4 .ts ul li img{
	line-height:30px;
	padding-top:30px;
	}
.gdsj_main4 .ts ul li h2{
	height:80px;
	}
.gdsj_main4 .ts ul li div{
	width:200px;
	margin:0px auto;
	font-family:"Microsoft YaHei UI";
	}
	
.gdsj_main5b{
	width: 100%;
	height: 558px;
	background: #f0f0ee;
}
.gdsj_main5b>div{width: 1200px;height: 551px;background: url(../images/yjz_99.png) no-repeat;margin: 0 auto;}
.gdsj_main5b>div .main_title1 h3{
	color: #000000;
}
.gdsj_main5b>div .main_title1 span{
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.gdsj_main5b>div ul{
	margin-top: 36px;
}
.gdsj_main5b>div li{
	width: 282px;
	height: 400px;
	float: left;
	background-color: rgba(255,255,255,0.15);






filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26ffffff,endColorstr=#26ffffff);							padding: 1px;
	position: relative;
}
.gdsj_main5b>div li:last-child{margin-right: 0;}
.gdsj_main5b_top{height: 111px;width: 268px;border-bottom: 1px solid #FFFFFF;}
.gdsj_main5b_top span{display: block;width: 71px;height: 0;border:1px solid #cccccc;margin: 0 auto;}
.gdsj_main5b_bottom{height: 243px;}
.gdsj_main5b_bottom h3{font-size: 24px;color: #FFFFFF;text-align: center;line-height: 1;margin-top: 71px;font-weight: normal;}
.gdsj_main5b_bottom span{
	width: 123px;
	height: 32px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	border-radius: 16px;
	display: block;
	margin: 39px auto;
	font-size: 18px;
	color: #3398cc;
	text-align: center;
	line-height: 32px;
}
.gdsj_main5b>div li img{
	width: 282px;
	height: 400px;
	display: block;
	/* [disabled]position: absolute; */
	/* [disabled]top: 70px; */
	/* [disabled]left: 88px; */
}
.gdsj_main5b>div li a:hover .gdsj_main5b_top span{border:1px solid #3398cc;}
.gdsj_main5b>div li a:hover .gdsj_main5b_bottom span{background-color: #3398cc;color: #FFFFFF;}
