/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{color:inherit;margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
.clearIt:after,.clearIt:before{display:block;visibility: hidden;font-size:0;line-height:0;height:0;clear:both;content:"";}
.fl{float:left;}
.fr{float:right;}
li{list-style:none}
.inlineTop{display: inline-block;vertical-align: top;}
.inlineMid{display: inline-block;vertical-align: middle;}
.inlineBot{display: inline-block;vertical-align: bottom;}
.maxWidth{
	width:1146px;
	margin:0 auto;
}
html,body{ 
	width:100%;
	height:100%;
}

html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* =============================================================================
   My CSS
   ========================================================================== 
*/

/* header */
.com-header{
	padding:10px 0;
}
.header-tab-box{
	padding:20px 0;
	font-size:0;
}
.header-tab-box > li{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size:16px;
	width:70px;
	padding:0 0 10px 0;
	text-align: center;
	box-sizing: border-box;
	height: 30px;
	cursor: pointer;
	margin: 0 10px;
	color:#777777;
}
.header-tab-box > li.select{
	color:#c40e24;
	border-bottom:3px solid #c40e24;
}
.header-tab-box > li:not(:first-child):after{
	content:"";
	position: absolute;
	left:-10px;
	top:0;
	height:20px;
	width:1px;
	background:#c5c5c5;
}


/* footer */
.com-footer-intro{
	background: #313131;
	padding:35px 0 45px;
}
.com-footer-name{
	color:#fff;
	font-size:24px;
	font-weight: bold;
}
.com-footer-list > li{
	color:#fff;
	font-size:14px;
	padding-top:15px;
}
.com-footer-link{
	padding-top:15px;
}
.com-footer-link > li{
	display:inline-block;
	vertical-align: middle;
	color:#fff;
	font-size:14px;
	padding-left:10px;
}
.com-footer-link > li:first-child{
	padding-left:0;
}
.com-footer-space{
	width:540px;
}
.com-footer-cooperation{
	background:#161616;
	text-align: center;
	color:#fff;
	font-size:14px;
	padding:30px 0;
}

.com-banner{
	width:100%;
}

.index-content-title{
	font-size:36px;
	line-height: 36px;
	color:#010101;
	font-weight: bold;
	text-align: center;
}
.index-content-title-font{
	position: relative;
}
.index-content-title-font::before{
	content: "";
	position: absolute;
	left:-20px;
	top:0;
	width:5px;
	height:36px;
	background:#c40e24;
}
.index-content-img{
	padding-right:35px;
}
.index-content-intro{
	font-size:16px;
	color:#000000;
	font-weight: bold;
	text-align: justify;
}
.index-content-info{
	padding-top:40px;
}
.index-content-label{
	line-height: 28px;
        text-indent:2em;
}
.index-content-more{
	color:#fff;
	background:#c40e24;
	padding:10px 20px;
	border-radius: 25px;
	font-size: 24px;
}
.index-content-more-box{
	padding-top:35px;
	text-align: center;
}
.index-content-row{
	padding-bottom:25px;
	padding-top:53px;
}
.index-content-row:not(:first-child){
	border-top:1px solid #d2d2d2;
	padding-top:43px;
}
.index-content-label-middle{
	transform: translateY(116%);
}
