/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section{
  display: block;
}

body{
  line-height: 1;
  color: #333;
  /* font-family: arial,tahoma,宋体; */
  font-family:'Microsoft YaHei';
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: default;
  background-color: white;
}

blockquote, q{
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after{
  content: none;
}

table{
  border-collapse: collapse;
  border-spacing: 0;
}
/* custom */

a{
  -webkit-backface-visibility: hidden;
  text-decoration: none;
}
li{
  list-style: none;
}
.clear{clear: both;}
.Hide{display: none;}
.Hide.Show{display: block;}
.tc{text-align: center;}
.fb{font-weight: bold;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mt15{margin-top: 15px;}
.pl35{padding-left: 35px;}
.pr35{padding-right: 35px;}

.about-des{
	font-size: 17px;
	line-height: 1.75em;
	text-indent: 2em;
	margin-bottom: 15px;
}

.Loading{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 100;
	top: 0;left: 0;
	background: white url('../images/loading.gif') center 20% no-repeat;
}
.Loading p{
	font-size: 30px;
	text-align: center;
	letter-spacing: 1px;
}
.Loading p:nth-child(1){
	padding-top: 43%;
	color: #555;
}
.Loading p:nth-child(2){
	padding-top: 25px;
}

.header{
	height: 74px;
	width: 100%;
	position: fixed;
	z-index: 95;
	top: 0;left: 0;
	background-color: rgba(255,255,255,.7);
}
.header h1{float: left;height: 100%;}
.header h1 .logo{
	display: block;
	width: 248px;
	height: 100%;
	background: url('../images/logo.png') no-repeat center center;
}

.footerStand{
	height: 265px;
}
.footer.Fixed{
	position:fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.base-wrap,
.footer .f-wrap{
	width: 1200px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.header .menu{
	float: right;
}
.header .menu a{display: block;}
.header .menu .m-btn{
	width: 100px;
	height: 74px;
	line-height: 74px;
	text-align: center;
	color: black;
	font-size: 14px;
	display: inline-block;
	position: relative;
}
.header .menu .m-btn ul{
	font-size: 13px;
	line-height: 50px;
	position: absolute;
	background: rgba(0,0,0,.6);
	width: 100%;
}
.header .menu .m-btn a{
	color:#444;
	font-weight: bold;
}
.header .menu .m-btn a.On{
	color: black;
}
/* .header .menu .m-btn a:hover,
.header .menu .m-btn.has-sub-menu:hover a{
	font-weight: bold;} */
.header .menu .m-btn.has-sub-menu:hover{
	background-color: #ecaa39;
	color: white;
}
.header .menu .m-btn ul{
	display: none;
}
.header .menu .m-btn.has-sub-menu:hover ul{
	display: block;
}
.header .menu .m-btn ul li a{color:white;}
.header .menu .m-btn ul li a:hover{
	color:#eaab37;
}

.brands-list{
	padding-bottom: 25px;
	text-align: center
}
.brands-list a,
.brands-list span{
	display: inline-block;
	width: 24.8%;
}
.brands-list .brand p{
	font-size: 14px;
	margin-top: 15px;
}

.banner{
	font-size: 0;
	/* height:780px; */
	position: relative;
	background-image: url('../video/cover.jpg');
	background-position: center 0;
}
.banner .banner-bg{
	position: absolute;
	top: 0;left: 0;
	z-index: 1;
	width: 100%;height: 100%;
}
.banner .description{
	height: 180px;
	width: 100%;
	position: absolute;
	z-index: 2;
	left: 0;bottom: 0;
}
.banner .description.positionUnset{
	position: static;
}
.banner .description h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.banner .left,
.banner .right{
	height: 100%;
	float: left;
}
.banner .left{
	width: 55%;
	background-color: rgba(255,255,255,.7);
}
.banner .right{
	color: white;
	width: 45%;
	background: rgba(236,170,57,.7) url('../images/i-banner-list.png') 35px 85px no-repeat;
}
/* .banner .content,
.banner .right .content-about,
.banner .right .content-tel{
	height: 100%;
} */
.banner .left .content{
	padding: 35px 20px;
	width: 680px;
	float: right;
	box-sizing: border-box;
}
.banner .left .content p{
	font-size: 14px;
	color: #555;
	line-height: 1.7em;
}
.banner .right h3{
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
}
.banner .right h3:after{
	content: "";
	position: absolute;
	left:0;bottom: -17px;
	display: inline-block;
	width: 30px;height: 3px;
	background-color: rgba(255,255,255,.6);
	border-radius: 1.5px;
}
.banner .right .content-about,
.banner .right .content-tel{
	float: left;
	height: 80px;
	margin-top: 35px;
	padding: 0 35px;
}
.banner .right .content-about{
	width: 120px;
	border-right: 1px solid white;
}
/* .banner .right .content-tel p{font-size:32px;font-weight:bold;} */

/* 津万产业 old*/
.industry-nav{
	height: 200px;
	background-color: #f8f8f8;
	margin-top: 25px;
	margin-bottom: 50px;
	text-align: center;
	background-size: 450px 538px;
}
.industry-nav .btn{
	font-size: 14px;
	color: #333;
	display: inline-block;
	width: 200px;
	height: 200px;
	cursor: pointer;
}
.industry-nav .btn .icon{
	display: inline-block;
	width: 60px;
	height: 50px;
	overflow: hidden;
	background-image: url('../images/icon.png');
	background-repeat: no-repeat;
	margin-top: 55px;
	padding: 0;
}
.industry-nav .btn .icon.habiliment{
	background-position: 0 0;
	background-position-y: 0;
}
.industry-nav .btn .icon.comics{
	background-position-x: -60px;
}
.industry-nav .btn .icon.culture{
	background-position-x: -120px;
}
.industry-nav .btn .icon.other{
	background-position-x: -180px;
}
.industry-nav .btn .icon.trading{
	background-position-x: -240px;
}
.industry-nav .btn span{
	display: block;
	text-align: center;
	margin-top: 15px;
}
.industry-nav .btn:hover,
.industry-nav .btn.On{
	color: white;
	background-color: #eda93a;
}
.industry-nav .btn:hover .icon,
.industry-nav .btn.On .icon{
	background-position-y: -50px;
}
/* 津万产业 new*/
.industry-nav__new{
	height: 200px;
	background-color: #f8f8f8;
	margin-top: 25px;
	margin-bottom: 50px;
	text-align: center;
	background-size: 450px 538px;
}
.industry-nav__new.default {
	margin-top: 0;
	margin-bottom: 0;
	background-color: transparent;
}
.industry-nav__new.default .btn{
	position: relative;
}
.industry-nav__new.default .btn::before {
	content: '';
	position: absolute;
	height: 70%;
	top: 15%;
	left: 0;
	border-left: 1px solid #eee;
}
.industry-nav__new.default .btn:first-child::before{
	display: none;
}
.industry-nav__new.default .btn.Stand::after {
	content: '';
	position: absolute;
	height: 4px;
	width: 80%;
	background-color: #E1A33B;
	left: 10%;
	bottom: 10px;
}
.industry-nav__new .btn{
	font-size: 14px;
	color: #333;
	display: inline-block;
	width: 260px;
	height: 200px;
	cursor: pointer;
}
.industry-nav__new .btn .icon{
	display: inline-block;
	width: 68px;
	height: 55px;
	overflow: hidden;
	background-image: url('../images/icon_2.png');
	background-repeat: no-repeat;
	margin-top: 37px;
	margin-bottom: 3px;
	padding: 0;
	transition: transform 0.1s;
}
.industry-nav__new .btn .icon.advertising{
	background-position-y: 4px;
}
.industry-nav__new .btn .icon.SAAS{
	background-position-y: -72px;
}
.industry-nav__new .btn .icon.intellectual{
	background-position-y: -102px;
	background-position-x: center;
    background-size: 55px;
}
.industry-nav__new .btn .icon.games{
	background-position-y: -200px;
}
.industry-nav__new .btn span{
	display: block;
	text-align: center;
	margin-top: 15px;
}
.industry-nav__new .btn span.project{
	font-size: 1.4em;
	font-weight: bold;
}
.industry-nav__new .btn span.in-title{
	font-size: 0.8em;
	color: #999;
}
/* .industry-nav__new .btn:hover,
.industry-nav__new .btn.On{
	color: white;
	background-color: #eda93a;
} */
.industry-nav__new .btn:hover .icon,
.industry-nav__new .btn.On .icon{
	transform: scale(1.2);
}

.i-about{
	height: 400px;
	background:#f7f6f2 url('../images/i-about-bg.png') center center repeat-x;
	background-size: 550px 657px;
	margin-bottom: 60px;
}
.i-about-wrap{
	padding-left: 700px;
	background: url('../images/i-about-logo.png') 160px 40px no-repeat;
	box-sizing: border-box;
	font-size: 14px;
}
.i-about-wrap h5{
	font-size: 22px;
	font-weight: bold;
	color: #eda93a;
	padding-top: 120px;
	padding-bottom: 30px;
}
.i-about-wrap p{
	line-height: 1.65em;
	color: #aaa;
}
.i-about-wrap a{
	display: inline-block;
	color: #aaa;
	border: 1px solid #eda93a;
	padding: 15px 25px;
	margin-top: 15px;
}
.i-about-wrap a:hover{
	background-color: #eda93a;
	color: white;
}

.title{
	text-align: center;
	height: 30px;
	line-height: 30px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.title .line{
	height:2px;
	width: 100%;
	position: absolute;
	top: 50%;
	background-color: #f5f5f5;
	/* background-color: #000; */
}
.title span{
	width: 140px;
	font-size: 18px;
	font-weight: bold;
	background-color: white;
	position: relative;
	z-index: 1;
	padding: 0 15px;
}



.footer{
	padding: 40px 0 50px;
	margin-top: 25px;
	background: #565656 url('../images/bg.png') no-repeat 120% -120px;
	/* background-size: 800px 800px; */
}
.footer .f-wrap{
	padding-left: 460px;
	height: 150px;
	background: url('../images/logo_foot.png') no-repeat 50px 0;
	box-sizing: border-box;
}
.footer .f-wrap dl{
	color: #ccc;
	float: left;
	width: 140px;
	min-height: 150px;
	margin-top: 15px;
	margin-left: 30px;
}
.footer .f-wrap dt{
	font-size: 16px;
	font-weight: bold;
}
.footer .f-wrap dd{margin-top:12px;}
.footer .f-wrap a{
	font-size: 13px;
	color: #a4a8ab;
}
.footer .f-wrap a:hover{color:white;}

/* 子页面 */

.sub-banner{
	height: 398px;
	background: url('../images/sub-banner.jpg') no-repeat center center;
}
.nav{
	font-size: 0.8em;
	margin-top: 30px;
}
.nav a,
.nav span{
	color: #333;
	margin-left: 5px;
	margin-right: 5px;
}


/* 手机版头部 */
.phoneMenuBg{
	position: fixed;
	z-index: 96;
	top: 0;left: 0;
	width: 100%;height: 100%;
	background-color: rgba(255,255,255,.5);
}
.phoneMenu,
.phoneMenu dd span:before{
	transition:all .2s;
	-webkit-transition:all .2s;
	-ms-transition:all .2s;
	-o-transition:all .2s;
}
.phoneHeader,
.phoneHeaderStand{
	height: 150px;
	width: 100%;
}
.phoneHeader{
	position: fixed;
	z-index: 95;
	background: rgba(255,255,255,.9) url('../images/logo.png') center center no-repeat;
	background-size: auto 90px;
	top: 0;left: 0;
}
.phoneMenu{
	font-size: 42px;
	position: fixed;
	top:0;left: -80%;
	z-index: 97;
	width: 80%;
	height: 100%;
	background-color: white;
}
.phoneMenu dd > a {
	display: block;
}
.phoneMenu.Show{
	left: 0;
}
.show-menu-icon{
	width: 72px;
	height: 51px;
	float: right;
	margin: 48px 25px 0 0;
	background-image: url('../images/phone/menu-icon.png');
}
.phoneMenu a{color:#333;}
.phoneMenu dt,
.phoneMenu dd{
	height: 150px;
	line-height: 150px;
}
.phoneMenu dt{
	background-color:#eda93a;
	margin-bottom: 25px;
}
.phoneMenu dt .closePhoneMenu{
	width: 100px;
	height: 100px;
	margin: 25px 0 0 35px;
	display: inline-block;
	background-image: url('../images/phone/menu-close-icon.png');
	background-size: 100px 100px;
}
.phoneMenu dd{
	text-indent: 110px;
	border-bottom: 1px solid #ddd;
}
.phoneMenu dd > a,
.phoneMenu dd > span > a{
	font-weight: bold;
}
.phoneMenu dd ul{
	display: none;
}
.phoneMenu dd.Show{
	height: auto;
	transition:all .2s;
	background-color: #f7f7f7;
}
.phoneMenu dd span{display: block;}
.phoneMenu dd span:before{
	content: "";
	float: right;
	margin: 45px 65px 0 0;
	width: 32px;height: 55px;
	background-image: url('../images/phone/menu-right-icon.png');
}
.phoneMenu dd.Show span{
	background-color: #eaeaea;
}
.phoneMenu dd.Show span:before{
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); 	/* IE 9 */
	-moz-transform:rotate(90deg); 	/* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); 	/* Opera */
}
.phoneMenu dd.Show ul,
.phoneMenu dd.Show ul > li > a{
	display: block;
}
.phoneMenu dd.Show li{
	font-size: 40px;
	padding-left: 35px;
}


/* @media screen and (max-width: 950px){
	#app{
		font-size: 24px;
	}
 	.header h1 .logo{
 		margin-left: 25px;
 	}
	.banner .left .content{
		width: 660px;
	}
	.nav{
		padding-left: 10px;
		box-sizing: border-box;
	}
	.culture{
		padding-left: 35px;
		padding-right: 35px;
		box-sizing: border-box;
	}
	div.jobs-list .list ul li:nth-child(1){
		padding-left: 30px;
		box-sizing: border-box;
	}
	div.jobs-list .list ul li:nth-child(2){
		width: 20%;
	}
 } */
