@charset "utf-8";
/* CSS Document */
*{
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    background: #e21a21;
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
    background: #b9b9b9;
}
@font-face {
    font-family: 'OpenSans-Light';
    src: url('/templates/specialty/css/../fonts/OpenSans-Light.eot');
    src: url('/templates/specialty/css/../fonts/OpenSans-Light.eot') format('embedded-opentype'),
         url('/templates/specialty/css/../fonts/OpenSans-Light.woff') format('woff'),
         url('/templates/specialty/css/../fonts/OpenSans-Light.ttf') format('truetype'),
         url('/templates/specialty/css/../fonts/OpenSans-Light.svg#Open Sans') format('svg');
}
@font-face {
    font-family: 'OpenSans-Bold';
    src: url('/templates/specialty/css/../fonts/OpenSans-Bold.eot');
    src: url('/templates/specialty/css/../fonts/OpenSans-Bold.eot') format('embedded-opentype'),
         url('/templates/specialty/css/../fonts/OpenSans-Bold.woff') format('woff'),
         url('/templates/specialty/css/../fonts/OpenSans-Bold.ttf') format('truetype'),
         url('/templates/specialty/css/../fonts/OpenSans-Bold.svg#Open Sans') format('svg');
}
html, body{
	width:100%;
	height: 100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	font: 14px/1.8 'OpenSans-Regular', Arial, "Microsoft YaHei", sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
	-webkit-text-size-adjust: none;
	margin: 0px;
	padding: 0px;
	background: #fff;
}
body, td, th {
	color:#343434;
	line-height: 24px;
}
td, th, caption {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
img {
	border: none;
}
ol, ul, li {
	list-style: none;
}
input, textarea, select, button {
	font: 14px/1.8 Arial, "Microsoft YaHei", sans-serif;
}
input, textarea, select {
 *font-size:100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color:#343434;
	text-decoration:none;
	outline: none;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
a:link {
	text-decoration: none;
	outline: none;
}
a:visited {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #e21a21;
	outline: none;
}
a:active {
	text-decoration: none;
	outline: none;
}
dl, dd, dt {
	line-height: 26px;
	margin: 0px;
	padding: 0px;
}
/* css common */
.rel {
    position: relative;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
	overflow: hidden;
}
.clearfix {
*zoom: 1;
}
.lt, .left {
	float: left;
}
.rt, .right {
	float: right;
}
.clear, .clr {
	clear: both;
}
.f-cb{
    zoom:1;
}
.f-cb:after{
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    content:".";
}
.fl {
    float:left;
    display: inline;
}
.fr {
    float:right;
    display: inline;
}
.por{
    position: relative;
}
.poa{
    position: absolute;
}
.poa-f{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ovh{
    overflow: hidden;
}
.noselect{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.z1{
    z-index: 1;
}
.z2{
    z-index: 2;
}
.z3{
    z-index: 3;
}
.dn{
    display: none;
}
.width-full{
    width: 100%;
}
.height-full{
    height: 100%;
}
.dib{
    display: inline-block;
}
.wrap{
	width: 94%;
	margin:0 auto;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt60{
	margin-top: 60px;
}
.mt80{
	margin-top: 80px;
}
.mb80{
	margin-bottom: 80px;
}
.mt90{
	margin-top: 90px;
}
.mtb90{
	margin:90px 0;
}
.pt30{
	padding-top:30px;
}
.pt90{
	padding-top:90px;
}
.pb60{
	padding-bottom:60px;
}
.pb90{
	padding-bottom:90px;
}
.ptb60{
	padding:60px 0;
}
.ptb80{
	padding:80px 0;
}
.ptb90{
	padding:90px 0;
}
.ptb100{
	padding:100px 0;
}
.ptb180{
	padding:180px 0;
}
.font72{
	font-size: 72px;
}
.font48{
	font-size: 48px;
}
.font40{
	font-size: 40px;
}
.font36{
	font-size: 36px;
}
.font32{
	font-size: 32px;
}
.font24{
	font-size: 24px;
}
.font20{
	font-size: 20px;
}
.font18{
	font-size: 18px;
}
.font16{
	font-size: 16px;
}
.indent{
	text-indent: 2em;
}
@media (max-width: 1600px){
	.font72{
		font-size: 64px;
	}
	.font48{
		font-size: 42px;
	}
	.font40{
		font-size: 36px;
	}
	.font36{
		font-size: 32px;
	}
	.font32{
		font-size: 28px;
	}
	.font24{
		font-size: 20px;
	}
}
@media (max-width: 1280px) {
	.mt40{
		margin-top: 4%;
	}
	.mt50{
		margin-top: 5%;
	}
	.mt60{
		margin-top: 6%;
	}
	.mt80{
		margin-top: 8%;
	}
	.mb80{
		margin-bottom: 8%;
	}
	.mt90{
		margin-top: 9%;
	}
	.mtb90{
		margin:9% 0;
	}
	.pt30{
		padding-top:3%;
	}
	.pt90{
		padding-top:9%;
	}
	.pb60{
		padding-bottom: 6%;
	}
	.pb90{
		padding-bottom: 9%;
	}
	.ptb60{
		padding:6% 0;
	}
	.ptb80{
		padding:8% 0;
	}
	.ptb90{
		padding:9% 0;
	}
	.ptb100{
		padding:10% 0;
	}
	.ptb180{
		padding:18% 0;
	}
	.font72{
		font-size: 60px;
	}
	.font48{
		font-size: 36px;
	}
	.font40{
		font-size: 28px;
	}
	.font36{
		font-size: 24px;
	}
	.font32{
		font-size: 24px;
	}
	.font24{
		font-size: 18px;
	}
	.font20{
		font-size: 18px;
	}
}
@media (max-width: 992px){
	.font72{
		font-size: 48px;
	}
	.font48{
		font-size: 24px;
	}
	.font40{
		font-size: 24px;
	}
	.font36{
		font-size: 18px;
	}
	.font32{
		font-size: 18px;
	}
	.font24{
		font-size: 16px;
	}
	.font20{
		font-size: 16px;
	}
	.font18{
		font-size: 14px;
	}
}
@media (max-width: 750px){
	.font72{
		font-size: 36px;
	}
	.font16{
		font-size: 14px;
	}
}

/* 颜色*/
.white{
	color: #fff;
}
.white a{
	color: #fff;
}
.white a:hover {
	color: #e21a21;
}
.hui{
	color:rgba(255, 255, 255, .4);
}
.hui a{
	color:rgba(255, 255, 255, .4);
}
.hui a:hover {
	color: #fff;
}

img{
	max-width: 100% !important;
	height: auto !important;
}

/* Header */
header{
	width: 100%;
	height: 91px;
	position: fixed;
	top:0;
	z-index: 999;
}
header.scroll{
	height: 90px;
	background: #fff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
}
header .logo{
	width: 298px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    background:url(/templates/specialty/css/../images/logo-w.png) no-repeat center;
    background-size:contain;
	overflow: hidden;
}
header.scroll .logo{
    background-image:url(/templates/specialty/css/../images/logo.png);
}
header .header-right{
	margin-left:298px;
	height: 100%;
	border-bottom: 1px rgba(255, 255, 255, .1) solid;
}
header.scroll .header-right{
	border-bottom: none;
}
header .header-right .search-box{
	position: absolute;
	right:0;
	top:0;
	width: 90px;
	height: 90px;
	z-index: 1;
	overflow: hidden;
}
header .header-right .search-box input{
	display: none;
	width: 360px;
	height: 90px;
	padding:0 20px;
	float: left;
	border:none;
	outline: none;
}
header .header-right .menu-icon,
header .header-right .search-icon{
	width: 90px;
	height: 90px;
    display: block;
    text-align: center;
    line-height: 90px;
    color: #fff;
    border:none;
    outline: none;
    cursor: pointer;
    float: right;
    background:none;
}
header.scroll .header-right .menu-icon, 
header.scroll .header-right .search-icon,
header .header-right .search-icon.open{
	background: #d20001;
}
header .header-right .menu-icon i, header .header-right .search-icon i{
	font-size: 30px;
}
header .header-right .menu-icon{
	display: none;
}
header .header-right .header-nav{
	margin-right: 90px;
	display: block;
}
header .header-right .header-nav i{
	display: none;
}
header .header-right .header-nav .mb-header{
	display: none;
	width: 100%;
	padding:10px 3%;
	overflow: hidden;
}
header .header-right .header-nav .mb-header .mb-logo{
	height: 80px;
}
header .header-right .header-nav .mb-header .mb-logo img{
	height: 80px !important;
}
header .header-right .header-nav .mb-header .close{
	height: 80px;
	line-height: 80px;
}
header .header-right .header-nav .mb-header .close i{
	font-size: 24px;
}
header .header-right .header-nav > ul{
    text-align: center;
}
header .header-right .header-nav > ul > li{
	display: inline-block;
	padding:0 4%;
	background: url(/templates/specialty/css/../images/line.gif) no-repeat center right;
	position: relative;
}
header.scroll .header-right .header-nav > ul > li{
	background: url(/templates/specialty/css/../images/line1.gif) no-repeat center right;
}
header .header-right .header-nav > ul > li:last-child{
	background: none;
}
header .header-right .header-nav > ul > li > a{
	line-height: 90px;
	color: #fff;
	font-size: 16px;
	display: block;
    position: relative;
}
header.scroll .header-right .header-nav > ul > li > a{
	color: #555;
}
header .header-right .header-nav > ul > li > a:after{
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	background: #d20001;
	bottom: 0;
	left:0;
	transform-origin: center;
    transform: scale(0, 1);
    transition: transform .3s cubic-bezier(1, 0, 0, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
header .header-right .header-nav > ul > li:hover > a, header .header-right .header-nav > ul > li.current > a{
	color: #d20001;
}
header .header-right .header-nav > ul > li:hover > a:after, header .header-right .header-nav > ul > li.current > a:after{
	transform-origin: center;
    transform: scale(1);
}
header .header-right .header-nav > ul > li > ul{
	display: none;
	position: absolute;
	width: 180px;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    background: #d20001;
    border-radius: 0 0 8px 8px;
    padding:20px 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}
header.scroll .header-right .header-nav > ul > li > ul{
    background: #fff;
}
header .header-right .header-nav > ul > li > ul > li{
	padding:0 20px;
	text-decoration:none;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
header .header-right .header-nav > ul > li > ul > li:hover{
	background: #fff;
}
header.scroll .header-right .header-nav > ul > li > ul > li:hover{
	background: #d20001;
}
header .header-right .header-nav > ul > li > ul > li > a{
	display: block;
	color: #fff;
	line-height: 40px;
	border-bottom: 1px rgba(255, 255, 255, .3) solid;
}
header.scroll .header-right .header-nav > ul > li > ul > li > a{
	color: #555;
	border-bottom: 1px #e2e2e2 solid;
}
header .header-right .header-nav > ul > li > ul > li:hover > a{
	color: #d20001;
	border-bottom: 1px #fff solid;
}
header.scroll .header-right .header-nav > ul > li > ul > li:hover > a{
	color: #fff;
	border-bottom: 1px #d20001 solid;
}
@media (max-width: 1480px) {
	header{
		height: 81px;
	}
	header.scroll{
		height: 80px;
	}
	header .header-right .header-nav > ul > li{
		padding:0 3%;
	}
	header .logo{
		width: 259px;
	}
	header .header-right{
		margin-left:259px;
	}
	header .header-right .search-box{
		position: absolute;
		right:0;
		top:0;
		width: 80px;
		height: 80px;
		background: #fff;
		z-index: 1;
	}
	header .header-right .search-box input{
		display: none;
		height: 80px;
	}
	header .header-right .menu-icon, header .header-right .search-icon{
		width: 80px;
		height: 80px;
	    line-height: 80px;
	}
	header .header-right .menu-icon i, header .header-right .search-icon i{
		font-size: 24px;
	}
	header .header-right .header-nav{
		margin-right: 80px;
	}
	header .header-right .header-nav > ul > li > a{
		line-height: 80px;
	}
	header .header-right .header-nav > ul > li > ul{
	    top: 80px;
	}
}
@media (max-width: 1280px) {
	header .header-right .search-box, header .header-right .header-nav{
		display: none;
	}
	header .header-right .menu-icon, header .header-right .header-nav .mb-header, header .header-right .header-nav i {
		display: block;
	}
	header .header-right .header-nav{
		position: fixed;
		width: 100%;
		height: 100%;
		background: url(/templates/specialty/css/../images/logo-gray.png) #fff no-repeat 94% 98%;
		margin:0;
		left:0;
		top:0;
		overflow: hidden;
	}
	header .header-right .header-nav i{
		font-size: 14px;
	}
	header .header-right .header-nav > ul{
		text-align: left;
		height: 100%;
		height: calc(100% - 100px);
		overflow: hidden;
		overflow-y:auto;
		-webkit-overflow-scrolling: touch;
	}
	header .header-right .header-nav > ul > li{
		width: 100%;
		padding:0;
	}
	header .header-right .header-nav > ul > li > a{
		margin:0 3%;
		color: #555;
		background: none;
		border-bottom: 1px #e2e2e2 solid;
		line-height: 42px;
		font-size: 14px;
	}
	header .header-right .header-nav > ul > li:hover > a, header .header-right .header-nav > ul > li.current > a{
		color: #555;
	}
	header .header-right .header-nav > ul > li > a:after{
		display: none;
	}
	header .header-right .header-nav > ul > li > ul, header.scroll .header-right .header-nav > ul > li > ul{
		width: 100%;
		position: static;
		background: #e2e2e2;
		border-radius: 0;
		top:0;
		left:0;
		transform: translateX(0);
		padding: 0 0 10px 0;
		box-shadow: none;
	}
	header .header-right .header-nav > ul > li > ul > li{
		padding:0 3%;
	}
	header .header-right .header-nav > ul > li > ul > li > a{
		color: #555;
		border-bottom: 1px rgba(255, 255, 255, .4) solid;
	}
	header .header-right .header-nav > ul > li > ul > li:hover{
		background: none;
	}
}
@media (max-width: 992px) {
	header{
		height: 61px;
	}
	header.scroll{
		height: 60px;
	}
	header .logo{
		width: 194px;
	}
	header .header-right{
		margin-left:194px;
	}
	header .header-right .menu-icon, header .header-right .search-icon{
		width: 60px;
		height: 60px;
	    line-height: 60px;
	}
	header .header-right .menu-icon i, header .header-right .search-icon i{
		font-size: 18px;
	}
	header .header-right .header-nav{
		margin-right: 60px;
	}
	header .header-right .header-nav .mb-header .mb-logo{
		height: 50px;
	}
	header .header-right .header-nav .mb-header .mb-logo img{
		height: 50px !important;
	}
	header .header-right .header-nav .mb-header .close{
		height: 50px;
		line-height: 50px;
	}
	header .header-right .header-nav .mb-header .close i{
		font-size: 18px;
	}
	header .header-right .header-nav > ul{
		height: 100%;
		height: calc(100% - 80px);
	}
}
@media (max-width: 750px) {
	header{
		height: 54px;
	}
	header.scroll{
		height: 53px;
	}
	header .logo{
		width: 162px;
	}
	header .header-right{
		margin-left:162px;
	}
	header .header-right .menu-icon, header .header-right .search-icon{
		width: 53px;
		height: 53px;
	    line-height: 53px;
	}
	header .header-right .header-nav{
		margin-right: 53px;
	}
	header .header-right .header-nav .mb-header .mb-logo{
		height: 40px;
	}
	header .header-right .header-nav .mb-header .mb-logo img{
		height: 40px !important;
	}
	header .header-right .header-nav .mb-header .close{
		height: 40px;
		line-height: 40px;
	}
	header .header-right .header-nav > ul{
		height: 100%;
		height: calc(100% - 74px);
	}
}

/* Footer */
footer{
	width: 100%;
	background: #222222;
	overflow: hidden;
}
footer .box1{
	width: 100%;
	border-bottom: 1px #393939 solid;
	padding:24px 0;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	overflow: hidden;
}
footer .box1 > div{
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .box1 .box-left img{
	opacity: .4;
}
footer .box1 .box-right img{
	float: left;
	margin-left:20px;
}
footer .box2{
	width: 100%;
	padding:80px 0;
	overflow: hidden;
}
footer .box2 .footer-nav{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
footer .box2 .footer-nav i{
	display: none;
	font-size: 14px;
}
footer .box2 .footer-nav a{
	display: block;
}
footer .box2 .footer-nav > li > a{
	color: #fff;
	font-size: 16px;
	line-height: 48px;
	background: url(/templates/specialty/css/../images/footer-bg.png) no-repeat left bottom;
	margin-bottom: 14px;
}
footer .box2 .footer-nav > li > ul > li > a{
	line-height: 32px;
}
footer .box3{
	border-top: 1px #393939 solid;
	width: 100%;
	padding:20px 0;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
footer .box3 > div{
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
}
footer .box3 .box-left a{
	margin:0 4px;
}
footer .box3 img{
	margin-left:10px;
}
@media (max-width: 1280px) {
	footer .box1{
		padding:3% 0;
	}
	footer .box1 .box-left img{
		width: 160px;
	}
	footer .box2{
		padding:8% 0;
	}
	footer .box3{
		padding:2% 0;
	}
}
@media (max-width: 992px) {
	footer .box1 .box-left img{
		width: 150px;
	}
    footer .box2 .footer-nav, footer .box2 .footer-nav i{
	    display: block;
	}
	footer .box2 .footer-nav > li > a{
		background: none;
		border-bottom: 1px #393939 solid;
		margin-bottom: 0;
		color: rgba(255, 255, 255, .4);
		font-size: 14px;
		line-height: 40px;
	}
	footer .box2 .footer-nav > li > ul{
		display: none;
		margin-top: 10px;
	}
	footer .box3{
		border-top:none;
	}
	footer .box3, footer .box3 .box-left{
		display: inline-block;
		text-align: center;
	}
	footer .box3 .box-right{
		display: none;
	}
	footer .box3{
		padding:0 0 4% 0;
	}
}
@media (max-width: 750px) {
    footer .box1{
    	padding:0;
    	padding-top: 7%;
    	display: block;
    	border-bottom: none;
    }
    footer .box1 .box-left, footer .box1 .box-right div:first-child{
    	display: none;
    }
    footer .box1 .box-right img{
		margin:0 10px;
	}
	footer .box3 .box-left a {
	    margin:0;
	}
}