img{
	max-width:100%;	
	vertical-align: middle;
}

/* Header */
header {
	-webkit-transition: ease-in-out;
	-moz-transition: ease-in-out;
	-o-transition: ease-in-out;
	transition: ease-in-out;
	position:relative;
	z-index:10;
}

.no-background {
	background: none
}

header .full-screen1 {
	width: 100%;
	height: 100%;
	/*margin-top:101px;*/
}
.collapse-navation{
    width: 840px;
}
.nav {
	font-size: 0;
	text-align: right;
}

.nav > li {
	display: inline-block;
	color: #333333;
	font-size: 15px;
	height:100px;
    position: relative;
}

.nav > li > a {
    font-size: 15px;
    color: #333333;
    padding: 0 30px;
    margin: 30px 0;
    line-height: 40px;
    display: block;
    height: 40px;
    border-radius: 5px;
}
.nav > li:hover > a{
	color: #fff;
    background: #333;
}

/* Sticky Navigation */
nav {
	width: 100%;
	top: 0px;
	z-index: 99;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
}

.suma-icon {
    background: url(../images/suma-icon.png) no-repeat;
    display: block;
    position: relative;
}

.nr-djz {
    position: relative;
    max-width: 1465px;
    margin: 0 auto;
    padding: 0 50px;
}

.color-overlay {
    position: relative;
    height: 100%;
    width: 100%;
}


.container1 {
	width: 100%;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
}

.shrink-nav .container {
	max-width: 100%;
	margin: 0 auto;
}



.sticky-nav,.shrink-nav.nav-dark, 
.shrink-nav.nav-transparent {
	background: rgba(255, 255, 255, 1);
}

.sticky-nav {
	position: fixed;
	min-height: 100px;
	border-bottom: 1px solid #cccccc;
	top: 0px;
	min-height: 100px;
}


/* Main Navigation */
.container .float-left {
	height: 100px;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
}

.shrink-nav .container .float-left {
	height: 100px;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
}

.logo-light {
    display: inline-block;
    float: none;
    background: url(../images/logo_01.png) no-repeat center center;
    width: 120px;
    text-align: center;
    height: 100%;
}

.navbar-fixed-top .nav > li > a:hover {
	color: #df1f26
}

.shrink-nav .logo-light {
	width: 120px;
}

.shrink-nav .navbar-nav > li {
	color: #999999;
	height:100px;
}

.shrink-nav .navbar-nav > li > a {
    color: #333;
    display: block;
}

.sticky-nav .navbar-nav li .sub-nav{
    position: absolute;
    z-index: 9999;
    width:130%;
    overflow: visible;
    left: -10%;
    display: none;
}
.sticky-nav .navbar-nav li:nth-of-type(2) .sub-nav,.sticky-nav .navbar-nav li:nth-of-type(5) .sub-nav {
  display:none !important;
}
.sticky-nav .navbar-nav li:nth-of-type(5) .sub-nav, .sticky-nav .navbar-nav li:nth-of-type(6) .sub-nav, .sticky-nav .navbar-nav li:nth-of-type(7) .sub-nav {
    width: 100%;
    left: 0%;
}

.sticky-nav .navbar-nav li .sub-nav2{
-webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
	top: -5px;
    -moz-box-shadow: 0 2px 10px #c7c7c7;
    -webkit-box-shadow: 0 2px 10px #c7c7c7;
    box-shadow: 1px 1px 8px #a2a2a2;
}
.sticky-nav .navbar-nav li .sub-nav2:before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom: 10px solid rgb(8, 8, 8);
    top: -18px;
    left: 50%;
    margin-left: -14px;
}
.sticky-nav .navbar-nav li .sub-nav2:after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom: 10px solid #fff;
    top: -18px;
    left: 50%;
    z-index: 9;
    margin-left: -14px;
}

.sub-nav ul{
	text-align: left;
    border-radius: 5px;
    overflow: hidden;
}
.sub-nav ul li{
    line-height: 45px;
    border-left: 0px solid #fff;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.sub-nav ul li:hover{
	border-left: 3px solid #df262d;
}
.sub-nav ul li a{
	color: #333;
    padding-left: 15px;
    display: block;
    font-size: 14px;
}
.shrink-nav .nav > li:hover > a {
	color: #fff;
}

.full-screen1{
	background:#fff;
}


/* ==========================================================================
Footer
========================================================================== */

#footer {
	background: url(../images/footbg.jpg) no-repeat center top fixed;	
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-repeat: repeat;
    background-position: 0 0;
    text-align: center;
    z-index: 0;		
}

footer .color-overlay {
	padding: 40px 0;
}

.footer-social{
	font-size:0;
	line-height:0;
	text-align:center;
}

.footer-social li {
	display: inline-block;
	color:#6b6b6b;
	font-size:15px;
	line-height:22px;
}
.footer-social li a{
	padding:0 15px;
	color:#6b6b6b;
	font-size:15px;
	line-height:22px;
}

.footer-social li i {
	font-size: 40px;
}

.dblogo{
	padding:40px 0;
}

.keyfont{
	max-width:1200px;
	margin:0 auto;
}
.keyfont p{
	color:#6b6b6b;
	font-size:14px;
	line-height:26px;
}
.keyfont p a{
	color:#6b6b6b;
	font-size:14px;
}

.copy{
	padding-top:15px;
	color:#5d5d5d;
	font-size:14px;
	line-height:26px;
}


/*INTERNET*/
.content_inter{
	width:1365px;
	margin:0 auto 40px;
	padding:30px 0;
}
.content_inter_left{
	float:left;
	width:1000px;
}


.inter-mod-b:nth-of-type(1){
    width: 670px;
    height: 460px;
    overflow: hidden;
    float: left;
	border-bottom:none;
	padding:0;
}

.inter-mod-b:nth-of-type(2),.inter-mod-b:nth-of-type(3){
    float: right;
    width: 320px;
    position: relative;
    height: 225px;
	padding: 0;
    margin-bottom: 10px;
    overflow: hidden;
}
.inter-mod-b:nth-of-type(1)  .inter-qs,.inter-mod-b:nth-of-type(2)  .inter-qs,.inter-mod-b:nth-of-type(3) .inter-qs{
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
}
.inter-mod-b:nth-of-type(1):before,.inter-mod-b:nth-of-type(2):before,.inter-mod-b:nth-of-type(3):before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: -webkit-gradient(linear,0 30%,0 100%,from(rgba(0,0,0,0)),to(#121515));
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),#121515);
    background: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),#121515);
    background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),#121515);
}

.inter-mod-b:nth-of-type(1) .inter-pic,.inter-mod-b:nth-of-type(2) .inter-pic,.inter-mod-b:nth-of-type(3) .inter-pic{
	float:none;
	width:100%;
}
.inter-mod-b:nth-of-type(1) .inter-text,.inter-mod-b:nth-of-type(2) .inter-text,.inter-mod-b:nth-of-type(3) .inter-text{
	margin:0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
    bottom: 0;
    display: block;
	float:none;
}
.inter-mod-b:nth-of-type(1) .inter-text h3,.inter-mod-b:nth-of-type(2) .inter-text h3,.inter-mod-b:nth-of-type(3) .inter-text h3{
    margin: 0 30px;
    bottom: 22px;
    position: absolute;
    line-height: 1.5;
    font-size: 24px;
    color: #fff;
    word-wrap: break-word;
    word-break: normal;
}

.inter-mod-b:nth-of-type(2) .inter-text h3,.inter-mod-b:nth-of-type(3) .inter-text h3{
	font-size: 16px;
    margin: 0 20px;
    bottom: 16px;
}

.inter-mod-b:nth-of-type(1) .inter-text h3 a,.inter-mod-b:nth-of-type(2) .inter-text h3 a,.inter-mod-b:nth-of-type(3) .inter-text h3 a{
    color: #fff;
	display:block;
}

.inter-mod-b:nth-of-type(1) .inter-text .inter-author,.inter-mod-b:nth-of-type(1) .inter-text .inter-sub,
.inter-mod-b:nth-of-type(2) .inter-text .inter-author,.inter-mod-b:nth-of-type(2) .inter-text .inter-sub,
.inter-mod-b:nth-of-type(3) .inter-text .inter-author,.inter-mod-b:nth-of-type(3) .inter-text .inter-sub{
	display:none;
}
.content_inter_box{
	position: relative;
}
.big-pic{
    width: 670px;
    height: 460px;
    overflow: hidden;
	position:relative;
	float:left;
}
.inter-box-pic:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: -webkit-gradient(linear,0 30%,0 100%,from(rgba(0,0,0,0)),to(#121515));
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),#121515);
    background: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),#121515);
    background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),#121515);
}
.inter-box-pic img{
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    vertical-align: top;
}
.inter-box-pic:hover img{
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}

.inter-content{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
	top: 0;
    display: block;
}
.inter-content .inter-box-til {
    margin: 0 30px;
    bottom: 22px;
    position: absolute;
    line-height: 1.5;
    font-size: 24px;
    color: #fff;
    word-wrap: break-word;
    word-break: normal;
}
.big2-pic{
	float:right;
	width:320px;
	position:relative;
	height:225px;
	margin-bottom:10px;
	overflow:hidden;
}
.big2-pic-content .inter-box-til{
    font-size: 16px;
    margin: 0 20px;
    bottom: 16px;
}

.inter-info-flow{
	display: inline-block;
    position: relative;
}
.inter-mod-b{
    position: relative;
	padding: 30px 0;
    border-bottom: 1px solid #f0f0f0;
    width: 1000px;
	float: left;
}
.inter-mod-b:last-child{
    border-bottom: none;
}
.inter-mod-b .inter-pic{
width: 290px;
    overflow: hidden;
    float: left;
    height: 100%;
}
.inter-pic img{
	width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    vertical-align: top;
}
.inter-pic:hover img,.inter-mod-b:nth-of-type(1):hover img,.inter-mod-b:nth-of-type(2):hover img,.inter-mod-b:nth-of-type(3):hover img{
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}
.inter-mod-b .inter-text{
	float: right;
    margin: 0 30px 0 0;
    width: 660px;
}
.inter-mod-b .inter-text h3{
    font-size: 18px;
    line-height: 20px;
}
.inter-mod-b .inter-text h3 a{
	color:#303030;
}
.inter-author{
	margin:15px 0;
	line-height:20px;
}
.inter-author span,.author-face a{
	color:#bbbbbb;
	display: inline-flex;
	font-size:14px;
	line-height:20px;
}
.inter-author span i{
	width:20px;
	height:20px;
	margin-right:5px;
	display:inline-block;
	background-position:-1108px -28px;
}
.author-face{
    display: inline-block;
    padding-left: 20px;
}
.author-face a i{
	width:20px;
	display:inline-block;
	height:20px;
	background-position:-1108px -28px;
}
p.inter-sub{
	color:#999999;
	font-size:14px;
	line-height:24px;
}
.inter-link-box{
	position:absolute;
	right:0;
	bottom:25px;
}
.inter-link-box a{
	color:#2b99ff;
	font-size:12px;	 
}

.inter-push .inter-pic{
	width:600px;
}
.inter-push .inter-text{
    width: 350px;
}

.get-mod-more {
    display: inline-block;
    height: 60px;
    width: 100%;
    line-height: 60px;
    border: 1px solid #f0f0f0;
    margin-bottom: 20px;
    color: #bbb;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}
.get-mod-more:hover{
    background-color: #fafafa;
    color: #999;
    border-color: #fafafa;
}

.content_inter_right{
	float:right;
	width:335px;   
  margin-bottom: 30px;
}
.inter_right{
	background:#f9f9f9;	
}
.inter_right_til{
	padding:20px 20px 15px 20px;	
}
.inter_right h3{
	color:#333333;
	font-size:18px;
	line-height:30px;
	display:inline-block;
}
.inter_right h3:after{
	content:"";
	width:35px;
	height:3px;
	background:#df1f26;
	display:block;
}
.inter_right .inter_right_more{
	display:inline-block;
	color:#999999;
	font-size:14px;
	margin-right: 20px;
	float:right;
}

.inter-tags{
	margin-bottom:20px;
}
.inter-tags ul{
	margin-left:20px;
}
.inter-tags ul li{
    padding-left: 22px;
    padding-right: 22px;
    line-height: 35px;
    border-radius: 4px;
    font-size: 16px;
    background: #fff;
    font-weight: 700;
    float: left;
    -moz-box-shadow: 2px 2px 10px #efefef;
    -webkit-box-shadow: 2px 2px 5px #efefef;
    box-shadow: 2px 2px 5px #efefef;
    margin: 0 20px 20px 0;
}
.inter-tags ul li a{
	color:#2b99ff;
}
.inter-news ul li {
	border-bottom:1px solid #f0f0f0;
	padding:0 20px 20px 20px;
}
.inter-news ul li:first-child h5{
	padding-top:5px;
}
.inter-news ul li:last-child{
	border-bottom:none;
}
.inter-news ul li h5{
	font-size:15px;
	padding-top:20px;
	line-height:25px;
}
.inter-news ul li h5 a{
	color:#333333;
}
.inter-news ul li p{
	padding-top:5px;
	color:#999999;
	font-size:14px;
	line-height:25px;
}

.content_inter_left .pagerMain span:nth-of-type(1),.content_inter_left .pagerMain span:last-child{
	display:none;
}
.content_inter_left .pagerMain span a{
    width: auto;
    padding: 0 20px;   
	height: 40px;
    line-height: 40px;
}

/*SHARE*/
.share{
	position:fixed;
	background:#fff;
	border-radius:5px;
	top:20%;
	left:40px;
	z-index:9999;
	-moz-box-shadow: 0px 1px 10px #efefef;
    -webkit-box-shadow: 0px 1px 5px #efefef;
    box-shadow: 0px 1px 5px #efefef;
}
.share li{
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    cursor: pointer;
    height: 58px;
    width: 58px;
}
.share li:before:last-child{
	border:none;
}

.share li:before{
    content: "";
    position: absolute;
    z-index: 0;
    width: 58px;
    height: 58px;
    opacity: 0;
    -webkit-transition: .5s cubic-bezier(.3,0,0,1.3);
    -moz-transition: .5s cubic-bezier(.3,0,0,1.3);
    -ms-transition: .5s cubic-bezier(.3,0,0,1.3);
    -o-transition: .5s cubic-bezier(.3,0,0,1.3);
    transition: .5s cubic-bezier(.3,0,0,1.3);
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
}
.share li:hover:before {
    opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}
.share li a{
    margin: 0 !important;
    height: 58px !important;
    line-height: 58px !important;
    position: relative;
    z-index: 99;
    padding-left: 58px !important;
	background-image: url(../images/suma-icon.png) !important;
	background-repeat:no-repeat;
	-webkit-transition: none;
    transition: none;
}

.share li i{
	width:58px;
	height:58px;
	position:absolute;	
    z-index: 1;
	left:0;
	margin:0 auto;
	transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}
.share li.wechat:hover:before{
    background-color: #1ec354;
	border-radius:5px 5px 0 0 ;
}
.share li.wechat:hover a{
	background-position:-1090px -322px;
}
.bd_weixin_popup .bd_weixin_popup_foot{
	display: none !important;
}
.share li.wechat:hover .ewm{
	display: block;
    opacity: 1;
    left: 70px;
    top: -40px;
    background: #fff;
}
.share li.wechat a{
	background-position:-1090px -82px;
}
.share li.wechat .ewm{
	opacity:0;
	position:absolute;
	display:none;
}
.share li.wechat .ewm .ewm_pic{
    border-radius: 5px;
    width: 120px;
    padding: 4px;
    height: 120px;
    -moz-box-shadow: 0px 0px 10px #dadada;
    -webkit-box-shadow: 0px 0px 10px #dadada;
    box-shadow: 0px 0px 10px #dadada;
}
.share li.wechat .ewm:before{
	content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-right: 10px solid rgba(0,0,0,.3);
    top: 52px;
    left: -18px;
}
.share li.wechat .ewm:after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-right: 10px solid #fff;
    top: 52px;
    left: -18px;
}
.share li.weibo a{
	background-position:-1090px -142px;
}
.share li.weibo:hover:before{
    background-color: #f7383d;
}
.share li.weibo:hover a{
	background-position:-1090px -382px;
}
.share li.qq-space a{
	background-position:-1090px -202px;
}
.share li.qq-space:hover:before{
    background-color: #f7c912;
}
.share li.qq-space:hover a{
	background-position:-1090px -442px;
}
.share li.share-more a{
	background-position:-1090px -262px;
}
.share li.share-more:hover:before{
    background-color: #3091f4;
	border-radius: 0 0 5px 5px;
}
.share li.share-more:hover a{
	background-position:-1090px -502px;
}




/*tags*/
.content_tags{
    width: 1000px;
    margin: 0 auto;
    padding: 55px 0 30px;
}

.tags_search{
	position:relative;
	width:760px;
	margin:0 auto;
	padding-bottom: 40px;
}
.tags_search button{
    position: absolute;
    right: 0;
    width: 100px;
    height: 54px;
    text-indent: -999px;
    border: none;
    background:url(../images/suma-icon.png) #2b99ff no-repeat 16px -643px;
    outline: 0;
	border-radius:0 5px 5px 0;
	cursor: pointer;
}
.tags_search input{
    border: none;
    height: 54px;
	border:1px solid #d9d9d9;
	border-radius:5px 0 0 5px;
    width: 95%;
	font-size:16px;
	font-family:"微软雅黑";
	padding-left:10px;
    background-color: transparent;
    padding-right: 50px;
}
.tags_search input:hover{
	border:1px solid #2b99ff;
}
:-moz-placeholder { 
    color: #999999; opacity:1; 
	font-size:16px;
}

::-moz-placeholder {
    color: #999999;opacity:1;
	font-size:16px;
}

input:-ms-input-placeholder{
    color: #999999;opacity:1;
	font-size:16px;
}

input::-webkit-input-placeholder{
    color: #999999;opacity:1;
	font-size:16px;
}

.search-hot h5{
	color:#333333;
	font-size:18px;
	line-height:30px;
	padding-bottom:10px;
}
.search-hot ul li{
	float:left;
}
.search-hot ul li a{
	color:#666;
	font-size:15px;
	font-weight:700;
	border:1px solid #e3e3e3;
	padding:0 22px;
	line-height:35px;
	display:block;
	margin:0 20px 20px 0;
}

.tags_sx{
	padding:30px 0;
}

.isotope-filters{
	width:260px;
	float:left;
}
.isotope-filters li{
	float:left;
	width:50px;
	border-radius:5px;
	height:35px;
	border:1px solid #2b99ff;
	text-align:center;
	line-height:35px;
	margin:0 15px 15px 0;
}
.isotope-filters li a{
	display:block;
	color:#2b99ff;
	font-weight:700;
}
.portfolio{
	width:700px;
	float:right;
}
.portfolio li{
	float:left;
	margin:0 11px 5px 0;
}
.portfolio li a{
	width:105px;
	color:#333;
	font-size:14px;
	line-height:35px;
	text-align:center;
	border-radius:5px;
	border:1px solid #e3e3e3;
	display:block;
}

/*TAGS LIST*/
.tags_list_til{
	width:1000px;
	margin:0 auto;
}
.tags_list_til .bread_left h3{
	color:#333333;
	font-size:20px;
	font-weight:700;
	line-height:35px;
}
.tags_list_til p{
	padding-top:10px;
	color:#999999;
	font-size:14px;
	line-height:24px;
}

.tags_list{
    margin: 20px auto 30px;
    text-align: center;
}
.tags_list_about{	
    text-align: left;
	width:1000px;
	position:relative;
	color:#333333;
	font-size:18px;
	border-bottom:1px solid #f0f0f0;
	line-height:40px;
	margin:0 auto;
}
.tags_list_about:after{
	content: "";
    width: 35px;
    position: absolute;
    height: 2px;
    background: #df1f26;
    display: block;
    bottom: -1px;
}
.tags_list ul{
	width:1020px;
	margin:15px auto 0;
}
.tags_list ul li{
    text-align: left;
	float:left;
	width:490px;
	margin:10px;
    -moz-box-shadow: 0px 0px 10px #eeeeee;
    -webkit-box-shadow: 0px 0px 10px #eeeeee;
    box-shadow: 0px 0px 10px #eeeeee;
	padding:20px;
}
.tags_list ul li a{
	color:#666666;
	font-size:16px;
	display:block;
	line-height:25px;
}
.tags_list ul li span{
	color:#999999;
	font-size:14px;
	line-height:24px;
}
.tags_list .get-mod-more{
	width:1000px;
	margin-top:20px;
}

/*INTER DETAIL*/
.inter_detail_til h3{
    font-size: 28px;
    margin: 0;
    position: inherit;
    line-height: 1.5;
    color: #333;
    word-wrap: break-word;
    word-break: normal;
}
.inter_detail_til .inter-author{
    border-bottom: 1px dashed #ececec;
    padding-bottom: 15px;
}
.inter_detail_til .inter-link{
	float:right;
}
.inter_detail_til .inter-link a{
    color: #2b99ff;
}
.inter_detail_main{
	color: #757575;
    font-size: 16px;
    line-height: 25px;
}
.inter_detail_main p{
	color: #757575;
    font-size: 16px;
    line-height: 25px;
}


.inter_tag{
	border-top:1px solid #ececec;
	margin-top:20px;
	padding-top:15px;
    margin-bottom: 30px;
}
.inter_tag ul li{
	padding-left: 22px;
    padding-right: 22px;
    line-height: 35px;
    border-radius: 4px;
    font-size: 15px;
    background: #fff;
    float: left;
	background:#f1f1f1;
    margin: 0 20px 20px 0;
}
.inter_tag ul li a{
	color:#333;
}

.inter_recommend .recom_til{
    position: relative;
    color: #333333;
    font-size: 18px;
    border-bottom: 1px solid #f0f0f0;
    line-height: 40px;
    margin-bottom: 20px;
}
.inter_recommend .recom_til:after{
    content: "";
    width: 35px;
    position: absolute;
    height: 2px;
    background: #df1f26;
    display: block;
    bottom: -1px;
}
.inter_recommend ul{
	margin:0 -10px 0;
}
.inter_recommend ul li{
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    max-width: 33.33%;
}
.inter_recommend ul li .inter-xbox{
	margin:0 10px 30px 10px;
}

.inter_recommend ul li:hover .inter-xbox{
    box-shadow: 0 15px 40px -12px #bcbcbc;
}
.inter_recommend ul li:nth-child(3n) {
    margin-right: 0;
}
.inter_recommend ul li .recom_pic{
    overflow: hidden;
    min-height: 219px;
    height: 219px;
}
.inter_recommend ul li .recom_pic img{
    -webkit-transition: all .5s ease-in-out;
    height: 100%;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.inter_recommend ul li:hover .recom_pic img{
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}
.inter_recommend ul li .recom_title{
	border-left:1px solid #d1d1d1;
	border-right:1px solid #d1d1d1;
	border-bottom:1px solid #d1d1d1;
	padding:15px;
}
.inter_recommend ul li .recom_title a{
	color: #333;
    word-break: break-all;
    text-overflow: ellipsis;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 26px;
    overflow: hidden;
}

.inter_detail_news ul li{
	margin-top:20px;
}
.inter_detail_news ul li:first-child{
	margin-top:0;
}


/*ABOUT*/

/*banner*/
.about_ban{
    position: relative;
    height: 100%;
}
.about_ban-b{
	position: absolute;
    width: 100%;
    height: 500px;
}
.about_ban-b .about_ban_l{
    float: left;
    width: 46%;
}
.about_ban-b .about_ban_l img{
	max-width:none;
	height:100%;
}
.about_ban-b .about_ban_r{
	float:right;
	background:url(../images/about_pic_bg.png) #333;
	width:54%;
	height:100%;
}

.about_ban-t{
	height:500px;
}

.about_logo{
	float:left;
	text-align:center;
	width:45%;
	height:100%;
	display: table;
}


.about_text{
    float: right;
    width: 52%;
    height: 500px;
    display: table;
}
.about_text h4{
	color: #ffffff;
    font-size: 35px;
    line-height: 40px;
    padding-bottom: 30px;
}
.about_text p{
	color:#bfbfbf;
	font-size:14px;
	line-height:24px;
}

.about_til{
	text-align:center;
	width:260px;
	height:60px;
	border:1px solid #c83238;
	margin:0 auto;
	position:relative;
}
.about_til h2{
	color:#333333;
	font-size:30px;
	line-height:60px;
}
.about_til span{
    position: relative;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    top: -15px;
    background: #fff;
	color:#999999;
	font-size:20px;
	font-family:"黑体";
}

/*different*/
.different {
	padding:45px 0;
}
.different .container {
	text-align: center;
	margin-top:50px;
}
.different .col-md-3 {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.different .counterBox {
	padding: 10px 0;
	-webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.counterBox .suma-icon{
	width:80px;
	height:80px;
	margin:0 auto;
	background:url(../images/suma-icon.png) no-repeat;
}
.counterBox .diff-1{
	background-position:0 -80px;
}
.counterBox .diff-2{
	background-position:-80px -80px;
}
.counterBox .diff-3{
	background-position:-160px -80px;
}
.counterBox .diff-4{
	background-position:-240px -80px;
}

.shuzhi {
    display: inline-block;
    position: relative;
    text-align: center;
}

.shuzhi em{
	font-size: 40px;
	font-family: "SimSun";
	color: #999999;
	position: absolute;
	font-style: normal;
	bottom:55px;
	right: -25px;
	display: block;
}
.different .col-md-3:hover .suma-icon{
    -webkit-animation: 0.8s linear 0s normal none infinite iconFloat;
    animation: 0.8s linear 0s normal none infinite iconFloat;	
}
.different .col-md-3:hover .counterBox {
	background:#f7f7f7;
}
.different .col-md-3:hover .shuzhi em {
	color: #666666;
}

.different .col-md-3 .counterBox:after {
	content: "";
	position: absolute;
	right: 0;
	height: 100%;
	width: 1px;
	background: #e1e1e1;
	top: 0;
	display: block;
}

.different .col-md-3.last .counterBox:after {
	display: none;
}

.counterBoxNumber {
	font-size: 60px;
	color: #666666;
	font-family:"SimSun";
	line-height: 80px;
	display:block;
}

.different .col-md-3:hover .counterBoxNumber {
	color: #333333;
}
.counterBoxDetails {
	text-transform: none;
	color: #555555;
	font-size: 16px;
	font-weight: 100;
	letter-spacing: 0;
}

.different .col-md-3:hover .counterBoxDetails {
	color: #444444;
}

.counterBoxDetails span {
	font-family: arial;
	font-size: 16px;
	display: block;
	color: #cccccc;
	font-weight: 100;
  	line-height:20px;
  padding-top:8px;
}

.different .col-md-3:hover .counterBoxDetails span {
	color: #bbbbbb;
}

.counterBox .line {
	width: 20%;
	margin: 0 auto 15px;
	height: 1px;
	background: #999999;
	-webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.different .col-md-3:hover .counterBox .line {
	width: 60%;
	background: #999999;
}


/*culture*/
#culture{
	padding:0;
}
.culture_main{
	width:100%;
	background:url(../images/culture_pic.png) #333 no-repeat 94% center;
	height:500px;
	display: table;
}
.culture_main_jz{
	width:auto;
	padding-left:4%;
}
.culture_center{
	width:63%;
	display:block;
}
.culture_til{
    border-left: 3px solid #fff;
    height: 55px;
}
.culture_til h3{
	padding-left:6px;
	color:#ffffff;
	font-size:30px;
	line-height:35px;
}
.culture_til span{
	padding-left:6px;
	color:#ffffff;
	font-size:20px;
	font-family:"黑体";
}
.culture_main p{
	padding-top:50px;
	color:#fff;
	font-size:14px;
	line-height:25px;
}

/*service liucheng*/
#service{
	padding-bottom:50px;
}
.service_jied{
	margin-top:40px;
}
.service_jied .pro_title li{
	text-align:center;
	width:33.33%;
	position:relative;
}
.service_jied .pro_title li .service_nav{
    width: 180px;
    height: 180px;
    border: 1px solid #dedede;
    border-radius: 50%;
    margin: 0 auto;
    cursor: pointer;
    display: table;
	    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;	
}
.service_jied .pro_title li.on .service_nav,.service_jied .pro_title li:hover .service_nav{
	border:1px solid #c83238;
}
.service_jied .pro_title li .service_nav i{
	width:110px;
	height:110px;
	margin:0 auto 12px;
	transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}
.service_jied .pro_title li span{
	color:#333;
	font-size:20px;
	line-height:40px;
}
.service_jied .pro_title li.on span,.service_jied .pro_title li:hover span{
	color:#c83238;
}
.service_jied .pro_title li .right_jt{
    width: 35px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: -12px;
    height: 35px;
    background-position: -970px -144px;
}
.service_jied .pro_title li.service_shouq .service_nav i{
	background-position:-210px -537px;
}
.service_jied .pro_title li.service_shouq.on .service_nav i,.service_jied .pro_title li.service_shouq:hover .service_nav i{
	background-position:-210px -682px;
}
.service_jied .pro_title li.service_shouz .service_nav i{
	background-position:-354px -537px;
}
.service_jied .pro_title li.service_shouz.on .service_nav i,.service_jied .pro_title li.service_shouz:hover .service_nav i{
	background-position:-354px -682px;
}
.service_jied .pro_title li.service_shouh .service_nav i{
	background-position:-505px -537px;
}
.service_jied .pro_title li.service_shouh.on .service_nav i,.service_jied .pro_title li.service_shouh:hover .service_nav i{
	background-position:-505px -682px;
}
.service_jied .pro_wrap{
    margin-top: 40px;
    padding: 0 10px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.service_jied .pro_wrap .product{
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.service_jied .pro_wrap ul li{
    width: calc(33.33% - 20px);
    height: 50px;
    border-radius: 5px;
    margin: 10px;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
    background: #fff;
    color: #333;
    border: 1px solid #333;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.service_jied .pro_wrap ul li:hover{
    cursor: pointer;
    color: #fff;
    background: #8c8c8c;
    border: 1px solid #8c8c8c;
}

/*partner*/
#partner{
    padding: 50px 0;
}
.partner .partner_til{
	text-align:center;
	width:260px;
	height:60px;
	border:1px solid #c83238;
	margin:0 auto;
	position:relative;
}
.partner .partner_til h2{
	color:#333333;
	font-size:30px;
	line-height:60px;
}
.partner .partner_til span{
    position: relative;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    top: -15px;
    background: #fff;
	color:#999999;
	font-size:20px;
	font-family:"黑体";
}
.partner #demo1{
    padding-top: 35px;
}
.partner #demo1 li{
    margin:0 8px 8px 0;
    width: 163px;
	-webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;	
}
.partner #demo1 li:last-child{
	margin-right:0;
}


/*contact*/
#contact{
	background:#c83238;
	padding:0;
	margin-bottom:450px;
}
.contact_box{
	width:100%;
	position:relative;
	height:450px;
}
.contact_box_jz{
	position:absolute;
	width:1920px;
	top:0;
}
.contact_left{
	width:960px;	
	float:left;
	position:relative;
}
.contact_left .left_jz{
	width:1920px;
	position:absolute;
	margin:0 auto;
}
.contact_left .left_jz .left_cen{
    width: 1365px;
    margin: 0 auto;
    display: table;
    height: 450px;
}
.contact_til{
    border-left: 3px solid #fff;
    height: 55px;
    margin-bottom: 25px;
}
.contact_til h3{
	padding-left:6px;
	color:#ffffff;
	font-size:30px;
	line-height:35px;
}
.contact_til span{
	padding-left:6px;
	color:#ffffff;
	font-size:20px;
	font-family:"黑体";
}
.contact_left .icon-list{
	position:relative;
}
.contact_left .icon-list li{
	color:#ffffff;
	font-size:14px;
	line-height:45px;
}
.contact_left .icon-list li a{
	color:#fff;
}
.contact_ewm{
	position:absolute;
	top:18px;
	left:34%;
}
.contact_ewm img{
	display:block;
}
.contact_ewm span{
	display:block;
	text-align:center;
}

.contact_right{
	width:960px;
	float:right;
	height:450px;
	position:relative;
	z-index:99;
}

/*ABOUT END*/



/* SERVICE */


/*SERVICE LIST*/

.service_web{
	background:url(../images/service_ban_03.jpg) no-repeat center center;
	width: 100%;
	margin:0 auto;
	text-align:center;
}
.service_cen{
	display: table;
    width: 100%;
    height: 450px;
}

.service_cen .nr-cz{
	margin-top: 150px;
}

.service-text{
    width: 580px;
    padding: 40px 0;
    margin: 0 auto;
    background: rgba(255,255,255,0.8);
}
.service_web h2{
	color:#333333;
	font-size:35px;
	line-height:45px;
}
.service_web h3{
	color:#999999;
	font-size:25px;
	line-height:30px;
}

.content_pro{
	max-width:1465px;
	margin:0 auto;
	padding:0 50px 35px;
}
.content_pro ul{
	margin:-15px -7.5px;
}
.content_pro ul li{
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    max-width: 33.33%;
    position: relative;
    overflow: hidden;
}
.content_pro ul li .service-xbox{
	margin: 15px 7.5px;
    position: relative;
}

.serivce-main{
    height: auto;
	width:100%;
	position:relative;
	overflow:hidden;
}
.content_pro ul li .service_pro_off{
	overflow:hidden;
}
.content_pro ul li .service-img img{
    -webkit-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
}
.content_pro ul li:hover .service-img img{
	-moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -o-transform:  scale(1.1,1.1);
}
.service_pro_off .service-title{
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    background: #2a2c2f;
    color: #ffffff;
    font-size: 15px;
    line-height: 45px;
    text-align: center;
    -webkit-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
}
.content_pro ul li:hover .service_pro_off .service-title{
	bottom:-100%;
}
.service_pro_on{
	text-align: center;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
	background:rgba(0,0,0,0.4);
    width: 100%;
    -webkit-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
}
.content_pro ul li:hover .service_pro_on{
	-moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform:  scale(1,1);
}

.service_pro_on h2{
	color: #ffffff;
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 40px;
    font-weight: 700;
}
.service_pro_on p{
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
    padding: 20px;
}
.service_pro_on a i{
    background-position: -500px -80px;
    width: 100px;
    height: 80px;
    margin:15% auto 8%;
}
.content_pro ul li:nth-of-type(2) .service_pro_on i{
    background-position: -400px -80px;
}
.content_pro ul li:nth-of-type(3) .service_pro_on i{
    background-position: -800px -160px;
}
.content_pro ul li:nth-of-type(4) .service_pro_on i{
    background-position: -600px -80px;
}
.content_pro ul li:nth-of-type(5) .service_pro_on i{
    background-position: -800px -80px;
}
.content_pro ul li:nth-of-type(6) .service_pro_on i{
    background-position: -700px -160px;
}
.content_pro ul li:nth-of-type(7) .service_pro_on i{
    background-position: -600px -160px;
}
.content_pro ul li:nth-of-type(8) .service_pro_on i{
    background-position: -700px -80px;
}
.content_pro ul li:nth-of-type(9) .service_pro_on i{
    background-position: -800px -240px;
}
.content_pro ul li:nth-of-type(10) .service_pro_on i{
    background-position: -700px -240px;
}
.service-til{
    padding: 10px 25px 25px;
    border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
    position: relative;
}

.content_pro ul li .service-xbox:after,.service-til:before,.service-til:after{
	content:"";
	height:0;
	width:1px;
	display:block;
	position:absolute;
	background:#df262d;
	-webkit-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
}
.content_pro ul li .service-xbox:after{
	bottom:0;
	right:0;
	width:0;
	height:1px;
	-webkit-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
}
.case-pro li:hover .service-xbox:after{
	display:none;
}
.service-til:before{
	bottom:0px;
	left:-1px;
}
.service-til:after{
	top:0;
	right:-1px;
}
.content_pro ul li .service-xbox:hover:after{
	width:100%;
}
.content_pro ul li:hover .service-til:before,.content_pro ul li:hover .service-til:after{
	height:100%;
}
.content_pro ul li:hover .service-more:before{
	width:100%;
}

.service-til h3{
	font-size:16px;
	line-height:50px;
}
.service-til h3 a{
	color:#333;
}
.service-til p{
	color: #666;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
      word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}	
.service-more{
    width: 118px;
    height: 34px;
    border: 1px solid #dadada;
    display: block;
    text-align: center;
    line-height: 34px;
    background: none;
    margin-top: 20px;
    position: relative;
}
.service-more:before {
    content: "";
    position: absolute;
    background: #df262d;
    width: 0;
    height: 34px;
    left: 0;
    z-index: 0;
    transition: 0.3s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.service-more i {
    width: 30px;
    height: 8px;
    position: relative;
    left: 50%;
    top: 10px;
    margin-left: -15px;
    z-index: 1;
    background-position: -975px -205px;
}
.content_pro ul li:hover .service-more i {
	background-position:-975px -246px;
}
/*wm_web*/

.service_ban{
	height:450px;
}

.service_ban .wm_web{
	max-width:1530px;
	margin:0 auto;
	text-align:center;
}
.service_cen{
	display: table;
    width: 100%;
    height: 450px;
}
.web_cen h2{
    color: #ffffff;
    font-size: 30px;
    padding-bottom: 40px;
    line-height: 30px;
    font-weight: 700;
}
.web_cen p{
	color:#cccccc;
	max-width:880px;
	font-size:14px;
	line-height:25px;
	margin:0 auto;
}
.ser_nav{
	text-align:center;
	line-height:0;
	font-size:0;
	padding-top:110px;
}
.ser_nav li{
	display:inline-block;
	padding:0 5px;
  	margin:4px 0;
}
.ser_nav li a{
	color: #fff;
    font-size: 14px;
    line-height: 40px;
    border: 1px solid #fff;
    padding: 0 40px;
    border-radius: 50px;
    display: block;
}
.ser_nav li a:hover{
    background: #c83238;
    border: 1px solid #c83238;
}

/*conter-box*/

#conter-box{
	padding:10px 0;
}
.conter-box_nr {
	border-bottom:1px solid #aeaeae;
	line-height:42px;
	color:#666666;
	font-size:14px;
	height: 42px;
}
.bread_left{
	float:left;
}
.bread_left i{
    background-position: -1052px -34px;
    width: 26px;
    height: 42px;
    margin-right: 8px;
    float: left;
}
.bread_left a{
	color:#666666;
}
.service_menu{
	float:right;
}
.service_menu a{
	display:block;
	width:35px;
	height:35px;
	background:#333333;
	border-radius:3px;
}
.service_menu a i{
	background-position:-1047px  -77px;
	width:35px;
	height:35px;
}


/*content*/
#content{
	padding:0;
}


/*advant-a*/
.content_advant-a {
	padding-top:60px;
	text-align:center;
	padding-bottom:80px;
}
.content_advant-a h3{
	color:#333333;
	font-size:30px;
	line-height:30px;
	
}
.content_advant-a ul li{
    width: 25%;
    color: #333333;
    font-size: 14px;
    line-height: 25px;
}
.content_advant-a ul li.advant-a1 i{
	background-position:0 -265px;
}
.content_advant-a ul li.advant-a2 i{
	background-position:-80px -265px;
}
.content_advant-a ul li.advant-a3 i{
	background-position:-160px -265px;
}
.content_advant-a ul li.advant-a4 i{
	background-position:-240px -265px;
}
.content_advant-a ul li i{
    width: 80px;
    height: 80px;
    margin: 60px auto 35px;
}
.content_advant-a ul li .suma-icon{    background:none;}	

/*advant-b*/
.content_advant-b .advant_left{
	background:#f4f4f4;
}
.content_advant-b .advant_text{
	display:table;
	height:300px;
}
.content_advant-b .advant-img img{
	display:block;
	margin:0 auto;
	width: 210px;
}
.content_advant-b .advant_text h3{
	color:#333333;
	line-height:55px;
}
.content_advant-b .advant_text p{
	color:#666666;
	font-size:14px;
	line-height:25px;
}

.advant-b1{background:#f4f4f4;}
.advant-b1 .advant_text{
	float:right;
	width:60%;
}
.advant-b1:nth-of-type(2n){background:#fff;}
.advant-b1:nth-of-type(2n) .advant-img{
	float:right;
}
.advant-b1:nth-of-type(2n) .advant_text{
	float:left;
}


/*CASE*/
.case-pro{
	padding-top:10px;
}
.case-pro .jjbq-box{
	padding-bottom: 30px;
}

.case-pro .case_img{
	position:relative;
}
.case-pro .case_img a{
	width:100%;
	height:100%;
	background:rgba(51,51,51,0.6);
	display:block;
	position:absolute;
	top:0;
    filter: alpha(opacity=0);
    opacity: 0;
	text-align:center;
}
.case-pro li:hover .case_img a{
    filter: alpha(opacity=1);
    opacity: 1;
}
.case-pro .case_img a .case_more{
	font-size:40px;
	color:#fff;
	width:78px;
	height:78px;
	font-family: SimSun;
	display:block;
	margin:106px auto;
	border:1px solid #fff;
	border-radius:50px;
	line-height:78px;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}
.case-pro li:hover .case_img a .case_more{
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}
.case-pro .case_text{
	border-left:1px solid #eaeaea;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	text-align:center;
	padding:10px 0;
	-webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.case-pro li:hover .case_text{
    background: #c83238;
    border-left: 1px solid #c83238;
    border-right: 1px solid #c83238;
    border-bottom: 1px solid #c83238;
}
.case-pro li:hover .case_text h4 a,.case-pro li:hover .case_text span{
	color:#fff;
}
.case-pro .case_text h4{
	font-size:15px;
	font-weight:700;
	line-height:25px;
}
.case-pro .case_text h4 a{
	color:#333333;	
}
.case-pro .case_text span{
	color:#999999;
	font-size:13px;
	line-height:20px;
	-webkit-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
}



/*CASE DETAIL*/
.case-links{
	width:50px;
	height:50px;
	border:1px solid #fff;
	border-radius:50px;
	margin:0 auto;
	display:block;
	position:relative;
}
case-bgnr{
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    transition: all 0.3s ease 0s;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
}
.case-links:hover .case-bg{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
}
.case-links:hover{
	background:#fff;
	border:1px solid #fff;
}
.case-links i{
	background-position:-1043px -114px;
	height:50px;
	width:50px;
}
.case-links:hover i{
	background-position:-1043px -171px;
}

.case-pro-detail{
	padding:20px 0 40px;
}
.case_detail_text{
	width:100%;
	background:#f7f7f7;	
	margin-bottom:15px;
}
.case_detail_text h2{
	color:#333;
	font-size:25px;
	padding-bottom:25px;
	line-height:30px;
}
.detail_left{
	float:left;
	width:50%;
	height:100%;
	padding: 60px 40px 0 60px;
}
.detail_left li{
	line-height:27px;
	color:#777;
}
.detail_left li ul{
    display: inline-table;
}
.detail_right{
	float:right;
	height:100%;
	width:50%;
	padding: 60px 40px 60px 60px;
	background:#f1f1f1;
}
.detail_right p{
	color:#777;
	line-height:27px;	
	padding-bottom:30px;
}
.detail_right a{
	width:130px;
	height:40px;
	line-height:40px;
	color:#333;
	border:1px solid #d0d0d0;
	display:block;
	text-align:center;
	border-radius:4px;
}
.detail_right a:hover{
	background:#333;
	color:#fff;
	border:1px solid #333;
}



/*NEWS*/
.content_news{
    margin: 0 auto;
  max-width:1410px;
    padding-bottom: 40px;
}
.content_news li{
	width: calc(50% - 45px);
    float: left;
    margin: 22.5px;
}
.content_news li:hover{
	-moz-box-shadow:0px 0px 10px #eeeeee; 
	-webkit-box-shadow:0px 0px 10px #eeeeee; 
	box-shadow:0px 0px 10px #eeeeee;
}
.content_news li .news_main{
	padding:30px;
}
.news_main h4{
    color: #666666;
    font-size: 16px;
    line-height: 20px;
    word-break: break-all;
    height: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news_main p{
	color: #999999;
    font-size: 14px;
    line-height: 22px;
    margin: 20px 0 15px;
    word-break: break-all;
    min-height: 44px;
    max-height: 44px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news_main span{
	color:#666666;
	font-size:14px;
	line-height:20px;
	font-family:arial;
}

/*NEWS DETAIL*/
.news_detail{
	max-width: 1365px;
    padding: 0 40px 40px;
}
.news_detail_title{
	text-align:center;
	padding:25px 0 15px;
	margin-bottom:20px;
	border-bottom: 1px dashed #e4e4e4;
}
.news_detail_title h4{
	color:#333333;
	font-size:18px;
	line-height:25px;
}
.news_message span{
	color:#999999;
	font-size:14px;
	line-height:20px;
	padding:0 15px;
}
.news_detail_main{
	color:#333;
	font-size:14px;
	line-height:24px;
}
.news_other {
	padding-top:35px;
	margin-top:35px;
	border-top:1px solid #dedede
}
.news_other a{
	color:#999;
}
.news-next{
	float:left;
}
.news-next i{
	width:10px;
	height:10px;
	background-position:-1101px -8px;
	display:inline-block;
    margin-right: 10px;
}
.news-prew{
	float:right;
}
.news-prew i{
	width:10px;
	height:10px;
	background-position:-1121px -8px;
	display:inline-block;
	margin-left: 10px;
}



/*CONTACT*/
.contact_text {
	padding:40px 0;   
  	max-width: 1365px; 	
}

.contact_title{
    border-left: 3px solid #df1f26;
    height: 45px;
    margin-bottom: 20px;
}
.contact_title h3{
    padding-left: 6px;
    color: #333;
    font-size: 25px;
    line-height: 25px;
}
.contact_title span{
    padding-left: 6px;
    color: #333;
    font-size: 16px;
}

.contact_l{
	width:665px;
	float:left;
}
.contact_l .icon-list{
    position: relative;
}
.contact_l .icon-list li{
	color: #333;
    font-size: 14px;
    line-height: 45px;
}
.contact_l .icon-list li a{
    color: #333;
}
.contact_left_ewm{
    position: absolute;
    top: 18px;
    right: 5%;
}
.contact_left_ewm img {
    display: block;
}
.contact_left_ewm span {
    display: block;
    text-align: center;
}




.contact_r{
	width:665px;
	float:right;
}

.form-group input{
    width: 100%;
    border: 1px solid #cccccc;
    height: 50px;
    line-height: 30px;
    margin: 7.5px 0 15px;
    font-family: "微软雅黑";
    font-size: 14px;
    margin-right: 2%;
    color: #666666;
    padding: 10px 10px 10px 45px;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 10px center;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	border-radius:4px;
}
.form-group input:hover{
	border:1px solid #df1f26;
}
.form-group textarea{
	width:100%;
	border-radius:5px;
	font-size:14px;
	border:1px solid #cccccc;
	height:120px;
	font-family:"微软雅黑";
	margin:7.5px 0;
	line-height:30px;
	padding:10px 10px 10px 45px;
	color:#666666;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 10px 10px;
	-webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	border-radius:4px;
}
.form-group textarea:hover{
	border:1px solid #df1f26;
}
.form-group .name1{
	background-image:url(../images/lx2.png);
}
.form-group .name1:hover{
	background-image:url(../images/lx2_on.png);
}
.form-group .tel{
    display: inline;
    background-image: url(../images/lx3.png);
    width: calc(50% - 7.5px);
    float: left;
    margin-right: 0;
}
.form-group .tel:hover{
	background-image:url(../images/lx3_on.png);
}
.form-group .email{
    float: right;
    margin-right: 0;
    width: calc(50% - 7.5px);
    background-image: url(../images/lx1.png);
}
.form-group .email:hover{
	background-image:url(../images/lx1_on.png);
}
.form-group .comment{
	background-image:url(../images/lx4.png);
}
.form-group .comment:hover{
	background-image:url(../images/lx4_on.png);
}
.form-group .form-yzmnr {
    background: url(../images/yzm4.png) no-repeat 7px 10px;
}
.form-group .form-yzmnr:hover {
    background: url(../images/yzm4_on.png) no-repeat 7px 10px;
}
.form-group .small-button{
	width:100%;
	height:50px;
	border-radius:50px;
	border:1px solid #df1f26;
	color:#df1f26;
	background:none;
	font-family:"微软雅黑";
	font-size:14px;
	text-align:center;
	cursor: pointer;
	line-height:50px;
}
.form-group .small-button:hover{
    background: #333;
    border: 1px solid #333;
    color: #fff;
}

::-webkit-input-placeholder {
	color: #666666 !important;
	line-height:30px;
	font-size:14px !important;
}
:-moz-placeholder {
	color: #666666 !important; 
	line-height:30px;
	font-size:14px !important;
}
::-moz-placeholder {
	color: #666666 !important;
	line-height:30px;
	font-size:14px !important;
}
:-ms-input-placeholder {
	color: #666666 !important;
	line-height:30pxx;
	font-size:14px !important;
}
.form-control:focus {
    outline: 0;
	font-family:"微软雅黑";
    color: #666666;
	font-size:14px !important;
}

.content_advant-b{
	margin-bottom:55px;
}

.content_box .lylx-con{
	margin-bottom:60px;
}


.lylx-con{
    background-color: #e10413;
	margin-bottom: 40px;
	-moz-box-shadow: 2px 2px 10px #efefef;
    -webkit-box-shadow: 2px 2px 5px #efefef;
    box-shadow: 0px 0px 10px #dedede
}
.lylx-con .f5_left {
    box-sizing: border-box;
    float: left;
    background-color: #e10413;
    color: #fff;    
	width: 25%;
}

.f5_top{margin:18% 0 0 10%;font-weight:lighter;font-size: 30px;  line-height: 1.42857143;}
.f5_top span{display: block;font-family: "Microsoft YaHei";}
.f5_top b{display: block;font-weight:lighter;font-size: 36px;}
.f5_top i{
margin: 20px 0;
    display: block;
    width: 157px;
    height: 1px;
    background-color: #fff;
}
.f5_top .ewm{
    text-align: center;
    line-height: 0;
    font-size: 0;
    margin: 20px 20%;
    display: block;
}
.f5_top .ewm img{
    float: left;
    width: 100px;
}
.f5_top .ewm em{
    width: 20px;
    line-height: 20px;
    font-size: 16px;
    font-style: normal;
    float: left;
	padding-left: 10px;
    display: block;
}
.index_call{margin:10% 10px 0 10%;}
.index_call a{
	color:#fff;
}
.ind5_form{ width: 94%;height:94%;margin:3%;padding: 40px 3.5% 35px; overflow: hidden;background: #fff;}
.ind5_form h5{font-size: 24px;line-height: 34px;color: #3d3d3d;margin: 0 9px;}

.ind5_wrap2{
    margin: 10px 0 25px;
    overflow: hidden;
    width: 100%;
    float: left;
}
.ind5_wrap2 div{
    width: calc(25% - 15px);
    margin-right: 15px;
    float: left;
}
.ind5_wrap2 div:nth-of-type(4){
    margin-right: 0;
    width: 25%;
}
.ind5_wrap2 div select{padding: 0 22px;color: #646464;background: url("../images/w_index_34.jpg") no-repeat 90% center;  border: 1px solid #dfdfdf;display: block;width: 100%;height: 50px; line-height: 48px;font-size: 14px;appearance:none;  -moz-appearance:none;  -webkit-appearance:none;  -webkit-transition: .5s;  -moz-transition: .5s;  -ms-transition: .5s;  -o-transition: .5s;  transition: .5s;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);}
.ind5_wrap2 div select:hover{border-color: #cc0a0a;background-image: url("../images/w_index_37.jpg") ;}

.f5_right {
    box-sizing: border-box;
    float: left;    width: 75%;
    background: #fff;
}


.contact_map{
	width:100%;
	margin:0 auto 0px;
	/*height:450px;*/
}


/*recruitment*/

.recruitment_list{
	width:1000px;
	margin:0 auto;
}

.recruitment_list li.blog-content{
    width: 100%;
    border: 1px solid #f1f1f1;
    padding: 20px;
    border-radius: 5px;
    background: #f9f9f9;
	position:relative;
    margin-bottom: 20px;
}
.blog-content-out{
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
	margin-top:15px;
	padding-top:15px;
}
li.active .blog-content-out{
	border-top:1px solid #f1f1f1;
}

.blog-content-out .recui_til{
	color:#df1f26;
	font-weight:700;
}
.blog-content-out .recruit_list{
	padding-left:15px;
}
.blog-content-out .recruit_list li{
	color:#737373;
}
.blog-content-out a{
	float:right;
	width:120px;
	height:35px;
	background:#df1f26;
	line-height:35px;
	text-align:center;
	color:#fff;
	border-radius:5px;
}

.recruitment_til{
	height:25px;
    cursor: pointer;
}
.recruitment_til span{
	color:#333;
	font-size:16px;
	line-height:25px;
}

.recruitment_til .date{
	color:#929292;
	font-weight:100;
	float:right;
	line-height:25px;
	padding-right:30px;
	font-size:15px;
}

.recruitment_til i{
    position: absolute;
    right: 20px;
}
li.active .recruitment_til i:after{
	content:"-";
	color:#df1f26;
}
.recruitment_til i:after{
	content: '+';
    font-size: 22px;
	line-height:25px;
    color: #333;
    font-style: normal;
    display: block;
}




/*品牌型内页*/
.content_ad-jianj{
	width:100%;
	max-width:1365px;
	margin:20px auto 0;
	background:#f9f9f9;
	border-radius:5px;
}
.content_ad-jianj .content_left{
	width:50%;
	float:left;
	padding:20px;
}
.content_left h1{
	color:#333;
	font-size:35px;
	line-height:60px;
}
.content_left p{
	color:#555;
	line-height:40px;
	font-size:18px;
	padding:20px 0;
}
.content_left a {
	color:#fff;
	width:175px;
	height:45px;
	line-height:45px;
	display:block;
	text-align:center;
	background:#c83238;
	border:1px solid #c83238;
	border-radius:50px;
}
.content_left a:hover{
	background:#fff;
	color:#c83238;
}

.content_ad-jianj .content_right{
	width:50%;
	float:right;
}



.content-con1,.content-con2,.con3-cen,.content-con4 ul{
    max-width: 1405px;
    margin: 0 auto;
    padding: 20px 20px 0;
}
.content-con1 .con1-wena{
	padding:60px 0 0 68px;
	height:449px;
	width:100%;
}
.content-con1 h2{
	color:#ffffff;
	font-size:32px;
	line-height:60px;
}
.content-con1 h4{
	color:#fff;
	font-size:20px;
	line-height:30px;
	padding:15px 0 25px 0;
}
.content-con1 p{
	color:#fff;
	font-size:15px;
	padding-bottom:30px;
	line-height:24px;
}
a.con1-zx,a.con1-case{
	padding:0 40px;
	height:40px;
	line-height:40px;	
	margin-right:15px;
	display:inline-block;
	border-radius:5px;
    border: 1px solid #fff;
}
a.con1-zx{
	background:#fff;
	color:#333;
}
a.con1-case{
    color: #fff;
}
.conTel{
	text-align:center;
}
.conTel h3{
	color:#333;
	font-size:30px;
	line-height:60px;
}
.conTel p{
	color:#666;
	font-size:15px;
	line-height:25px;
}
.content-con2 .conTel{
	padding-top:20px;
}
.content-con2 ul,.content-con4-yx ul{
	margin-top:30px;
  overflow:hidden;
}
.content-con2 ul li,.content-con4-yx ul li{
    width: 50%;
    float: left;
    text-align: center;
    padding: 35px 20px;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    cursor: pointer;
}
.content-con2 ul li:hover,.content-con4-yx ul li:hover{
	box-shadow: 0px 0px 8px #c5c5c5;
}
.content-con2 ul li i,.content-con4-yx ul li i{
    width: 56px;
    display: block;
    margin: 0 auto;
}
.content-con2 ul li:nth-of-type(2),.content-con2 ul li:nth-of-type(4),.content-con4-yx ul li:nth-of-type(3),.content-con4-yx ul li:nth-of-type(6){
	border-right:none;
}
.content-con2 ul li:nth-of-type(3),.content-con2 ul li:nth-of-type(4),.content-con4-yx ul li:nth-of-type(4),.content-con4-yx ul li:nth-of-type(5),.content-con4-yx ul li:nth-of-type(6){
	border-bottom:none;
}
.content-con2 ul li h3,.content-con4-yx ul li h3{
    color: #333;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
}
.content-con2 ul li p,.content-con4-yx ul li p{
	color:#666666;
	font-size:14px;
	line-height:24px;
	width:80%;
	margin:0 auto;
}

.content-con3{
    margin-top: 50px;
    background: #f1f1f1;
    padding: 30px 0 10px;
}
.content-con3 ul{
	padding:25px 0;
}
.content-con3 ul li{
    float: left;
    background: #fff;
    width: 49.25%;
    padding: 25px;
    margin: 0 1.5% 1.5% 0;
}
.content-con3 ul li:nth-child(even){
	margin-right:0;
}
.content-con3 ul li i{
	
}
.content-con3 ul li h5{
	color:#333;
	font-size:16px;
	font-weight:700;
}
.content-con3 ul li .con3-left{
	float:left;
	padding-right:15px;
	border-right:1px solid #d1d1d1;
	margin-right:15px;
}
.content-con3 ul li .con3-right{
	float:left;
}
.content-con3 ul li i{
    width: 56px;
    height: 56px;
}
.content-con3 ul li:nth-of-type(1) i{
	background-position:0 -165px
}
.content-con3 ul li:nth-of-type(2) i{
	background-position:-56px -165px
}
.content-con3 ul li:nth-of-type(3) i{
	background-position:-112px -165px;
}
.content-con3 ul li:nth-of-type(4) i{
	background-position:-168px -165px;
}
.content-con3 ul li:nth-of-type(5) i{
	background-position:-224px -165px;
}
.content-con3 ul li:nth-of-type(6) i{
	background-position:-280px -165px;
}

.content-con4{
	padding:45px 0 60px;
	position:relative;
	
}
.content-con4 .conTel{
	margin-bottom:20px;
}
.content-con4:before{
    width: 100%;
    height: 1px;
    background: #eee;
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    top: 218px;
}
.content-con4 ul li{
    width: 25%;
    float: left;
	text-align:center;
}
.content-con4 ul li .servicesBoxList{
    padding: 0 10px;
}
.servicesBoxIcon i {
    display: inline-block;
    cursor: pointer;
    width: 90px;
    line-height: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #333;
    font-size: 16px;
    background: #fff;
    border: 1px solid #a3a3a3;
    transition: background 0.2s, color 0.2s;
}
.content-con4 ul li i:hover{
    color: #fff;
    border: 1px solid #fff;
}
.servicesBoxIcon i:before{
    width: 56px;
    height: 56px;
    display: block;
    position: absolute;
    content: '';
    background-image: url(../images/suma-icon.png);
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -28px;
	background-position:0 -221px;
}
.content-con4 ul li:nth-of-type(2) i:before{
	background-position:-56px -221px;
}
.content-con4 ul li:nth-of-type(3) i:before{
	background-position:-112px -221px;
}
.content-con4 ul li:nth-of-type(4) i:before{
	background-position:-168px -221px;
}
.servicesBoxIcon i:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-sizing: content-box;
}
.servicesBoxIcon i:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 1px #c20f36;
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}
.content-con4 ul li i:hover:after {
    transform: scale(1);
    opacity: 1;
}
.content-con4 li h3 {
    font-size: 20px;
    color: #333;
    padding: 10px 0 10px;
	line-height:35px;
	font-weight:700;
}
.content-con4 li p {
	color: #666;
    font-size: 14px;
    line-height: 24px;
}


/*营销网站建设*/
.content-con2-yx{
	padding:50px 0;
}
.content_advant-a ul li i{
	margin:40px auto 35px;
}
.content-con3-yx{
	background:#f4f4f4;
	padding:35px 0;
}
.content-con3-yx .advant-b1 .advant-img{
	border:none;
	width:auto;
	height:auto;
	margin-top:0;
}
.content-con3-yx .advant-b1:hover .advant-img{
	border:none;
}
.content-con3-yx .advant-b1 .advant-img:after{
	display:none;
}
.content-con3-yx .advant-b1 .advant-img img{
	width:auto;
}



.advant-b1 .advant-img{
    float: left;
    width: 210px;
    height: 210px;
    margin-top: 45px;
    display: table;
    border: 1px solid #a3a3a3;
    border-radius: 50%;
  	position:relative;
}
.advant-b1:hover .advant-img{
	border:1px solid  transparent;
}
.advant-b1 .advant-img:after{
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-sizing: content-box;
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 1px #c20f36;
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}
.advant-b1:hover .advant-img:after{
    transform: scale(1);
    opacity: 1;
}
.advant-b1:nth-of-type(2n) .advant-img{
	float:right;
}
.content-con3-yx em{
	font-style:normal;
	color:#c83238;
}
.content-con3-yx .advant_text{
	height:350px;
}
.content-con3-yx .advant_text p{
	font-size:15px;
	line-height:25px;
	color:#666666;
	padding:15px 0 20px 0;
}
.content-con3-yx .advant_text span{
	font-size:18px;
}

.content-con4-yx{
	padding:40px 50px 55px;
}
.content-con4-yx ul li{
    width: 33.33%;
    min-height: 305px;
}
.content-con4-yx ul li.clear-both{
	min-height:0;
}
.content-con4-yx ul li i{
	width:56px;
	height:56px;
	margin-bottom:8px;
}
.content-con4-yx ul li:nth-of-type(1) i{
	background-position:-224px -221px;
}
.content-con4-yx ul li:nth-of-type(2) i{
	background-position:-336px -221px;
}
.content-con4-yx ul li:nth-of-type(3) i{
	background-position:-392px -221px;
}
.content-con4-yx ul li:nth-of-type(4) i{
	background-position:-280px -221px;
}
.content-con4-yx ul li:nth-of-type(5) i{
	background-position:-448px -221px;
}
.content-con4-yx ul li:nth-of-type(6) i{
	background-position:-504px -221px;
}

/*品牌推广*/
.content-con1-tg{
	background:#f4f4f4;
	border-radius:5px;
	margin-top:20px;
	height:399px;
}
.con1-tg_left{
	float:left;
	padding:40px;
}
.con1-tg_left h2{
	color:#333333;
	font-size:32px;
	line-height:60px;
}
.con1-tg_left p{
	color:#666;
	font-size:18px;
	line-height:35px;
	padding:30px 0;
}
.con1-tg_left .con1-zx{
	background:#333;
	border:1px solid #333;
	color:#fff;
}
.con1-tg_left .con1-case{
	color:#333;
	border:1px solid #333;
}
.con1-tg_right{
    float: right;
    padding: 40px 80px 0 0;
    width: 32%;
}

.pp-tg li{
	width:33.33% !important;
}
.pp-tg li i{
	display:block;
}

.pptg-fs{
    width: 1103px;
    margin:0 auto 20px;
    text-align: center;
    padding-top: 50px;
    height: 558px;
    background: url(../images/ppyx_nrbg.png) no-repeat center bottom;
}
.pptg-fs-til h3{
	color:#333;
	font-size:30px;
	line-height:30px;
	padding-bottom:15px;
}
.pptg-fs-til span{
	width:220px;
	height:30px;
	line-height:30px;
	color:#fff;
	background:#c83238;
	display:block;
	margin:0 auto;
	border-radius:20px;
}
.pptg-fs .pptg-fs-icon{
	height:383px;
	position:relative;
}
.pptg-fs .pptg-fs-icon li{
	position:absolute;
	width:147px;
	height:30px;
	display:block;
	color:#333;
	font-size:18px;
}
.pptg-fs .pptg-fs-icon li.pptg-icon1{
    top: 233px;
    left: 171px;
}
.pptg-fs .pptg-fs-icon li.pptg-icon2{
    top: 145px;
    left: 374px;
}
.pptg-fs .pptg-fs-icon li.pptg-icon3{
	top: 163px;
    left: 581px;
}
.pptg-fs .pptg-fs-icon li.pptg-icon4{
    top: 206px;
    right: 181px;
}


.checkbox-group input{display:none;opacity:0;}
 .checkbox-group input[type=checkbox]+label, .checkbox-group input[type=radio]+label {
            line-height: 1;
            position: relative;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            /*cursor: pointer;*/
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            margin:2px;
 }
.checkbox-group input[type=checkbox]+label:before, .checkbox-group input[type=radio]+label:before {
            line-height: 18px;
            display: inline-block;
            width: 18px;
            height: 18px;
            margin-right: 8px;
            content: '';
            color: #fff;
            border: 1px solid #dce4e6;
            background-color: #f3f6f8;
            border-radius: 3px;
}
 .checkbox-group input[type=checkbox]:checked+label:before,.checkbox-group input[type=radio]:checked+label:before{
            /*content:'\2022';圆点*/
            content:'\2713';
            color:#fff;
            background-color: #e10413;
            border-radius: 3px;
            font-size:16px;
            text-align: center;
            border-color: #e10413;
}

@media screen and (max-width:768px){
	.f5_top{margin: 5% 0 0 2%;}
	.lylx-con{width: 100%;}
	.lylx-con .f5_left{float: none;width: 100%;}
	.f5_right{width: 100%;margin-top: 5%;}
	.form-group input{padding: 10px 10px 10px 10px;}
}
