﻿/*html { overflow: scroll; }*/

::-webkit-scrollbar {
  display: none; /* chrome safari */
}

html,body {
	/*overflow: scroll;*/	
	width: 100%;
	font-family:'微软雅黑'  !important;
}

.enfont{ font-family: 'proximanova' !important;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ font-family:'微软雅黑',sans-serif;}
a{color: #666;text-decoration: none;outline:none;}

li{list-style: none;}
input,button,select,textarea{outline:none;} 

.userlogin {outline:0px !important;}
.modal-open { overflow: initial;}

.m0{ margin:0;}
.m5 { margin:5px;}
.m10 { margin:10px;}
.m20 { margin:20px;}
.m25 { margin:25px;}
.mt0{ margin-top:0;}
.mt5{ margin-top:5px;}
.mt10 { margin-top:10px;}
.mt15 { margin-top:15px;}
.mt20 { margin-top:20px;}
.mt30 { margin-top:30px;}
.mt40 { margin-top:40px;}
.mt50 { margin-top:50px;}
.mb0 { margin-bottom:0;}
.mb5 { margin-bottom:5px;}
.mb10 { margin-bottom:10px;}
.mb15 { margin-bottom:15px;}
.mb20 { margin-bottom:20px;}
.mb30 { margin-bottom:30px;}
.mb40 { margin-bottom:40px;}
.mb50 { margin-bottom:50px;}

.pt5{ padding-top:5px;}
.pt10{ padding-top:10px;}
.pt20{ padding-top:20px;}
.pt30{ padding-top:30px;}
.pt40{ padding-top:40px;}
.pt50{ padding-top:50px;}
.pb5 { padding-bottom:5px;}
.pb10 { padding-bottom:10px;}
.pb15 { padding-bottom:15px;}
.pb20 { padding-bottom:20px;}
.pb30 { padding-bottom:30px;}
.pb40 { padding-bottom:40px;}
.pb50 { padding-bottom:50px;}

.pl0 { padding-left:0px;}
.pl5 { padding-left:5px;}
.pl10 { padding-left:10px;}
.pl20 { padding-left:20px;}
.pl25 { padding-left:25px;}
.pl30 { padding-left:38px;}
.pl40 { padding-left:40px;}
.pl50 { padding-left:50px;}
.pl80 { padding-left:80px;}
.pl100 { padding-left:100px;}
.pl105 { padding-left:105px;}

.pr5 { padding-right:5px;}
.pr10 { padding-right:10px;}
.pr20 { padding-right:20px;}
.pr40 { padding-right:40px;}
.pr50 { padding-right:50px;}

.line-height20 { line-height:20px;}
.line-height30 { line-height:30px;}
.line-height40 { line-height:40px;}

.red { color:#f00;}
.beckman-red {color:#851014}
.beckman-blue { color:#006699;}
.beckman-light-grey {color:#e4e4e4;}

.ht50 { height:50px;}
.ht80 { height:80px;}
.ht100 { height:100px;}
.ht120 { height:120px;}
.ht150 { height:150px;}

.container {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 970px !important;
    margin: 30px auto;
}

header{ background: #fff; height:118px;}

.nav_box{
    width: 100%;
    height: 30px;
    position: fixed;
    top: 94px;
    background:rgba(255, 255, 255, 0.95) none !important;
    z-index: 10;
}

.logo{
    width: 200px;
    height: 75px;
    padding-top:0px;
    padding-left:0px;
}
.log_ul{ padding-left: 0px; z-index: 12;
}
.log_ul li{
    float: left;
    font-size: 12px;
    line-height: 12px;
    position: relative;
}
.log_ul a{ padding:0 10px; padding-bottom: 40px;}

.nav_ul a{ padding:0 30px;}
li.li_one { border-left: 0;}
.li_one:hover .submenu{ display: block;}
.li_two:hover .submenu{ display: block;}
.li_three:hover .submenu{ display: block;}
li a:hover{ text-decoration: none; color: #ea1c2c;}

.nav{
    width:450px;
    margin:0 auto;
}
.nav_ul li{  /*menu font*/
    float: left;
    font-size: 16px;
	font-weight:400;
}


/*submenu start*/
.submenu {
    width: 967px;
    display: none;
    margin-top: -3px !important;
    box-shadow: rgba(105, 105, 105, 0.5) 5px 5px 15px;
    border: none !important;
    background: rgba(255, 255, 255, 0.95) none !important;
    z-index: 11;
    position: absolute;
    top: 19px;
    left: 0px;
}
.subwrapper { border: none !important;}
.about li.li_one  .submenu {
    width: 224px;
    left: 0px !important;
    height: auto;
}
.about li.li_one  .submenu  ul{
    padding-left: 0;
    padding-bottom: 5px !important;
}
.about li.li_one  .submenu  ul li{ float: none;}
.about li.li_one  .submenu  ul li a {
    color: #474c55 !important;
    font-size: 12px !important;
    width: auto;
    border: none !important;
    padding-top: 4px !important;
    padding-bottom: 5px !important;
    margin-left: 0;
    line-height: 25px;
    text-align: left;
}
.about li.li_one  .submenu  ul li a:hover{
    text-decoration:underline;
    color: #ea1c2c !important;
}
.submenu ul {
    float: left;
    width: 240px;
    margin: 10px 0 0 10px;
}
.submenuheader {
    background: transparent none !important;
    text-align: left;
    color: #474c55 !important;
    font-size: 12px;
    font-weight: 500 !important;
    text-transform: uppercase;
    border-bottom: 1px #474c55 solid !important;
    margin: 0 -10px 5px 10px !important;
    padding: 0 !important;
    padding-left: 0 !important;
    height: 30px !important;
}
.submenu ul .submenuheader {
    line-height: 30px;
    font-family: '微软雅黑';
}
.submenu li {
    color: #474c55;
    border-left: 0px;
}
.submenu li a{
    padding: 0px;
    margin-left: 10px;
    line-height: 26px;
    font-size: 10pt !important;
}


.thirdcolumn .tit a{ font-size: 11pt !important;}
li.li_one .submenu{
    left: -260px !important;
    height: 290px;
}
li.li_two .submenu{
    left: -384px !important;
    height: 290px;
}
li.li_three .submenu{
    left: -508px !important;
    height: 290px;
}
.nav_ul li li {
    float: none;
    list-style: none;
}
/*submenu end*/


.web_cp_title_blue {
	font-size:16px;
	font-weight:bold;
}

.form-group { padding:0 17px 0 17px;}

/* button */
input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	background-color:#d91d22;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), ;
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), ;
	background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), ;
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), ;
	background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), ;
	border-radius: 5px;
	border: 0;
	color: white;
	cursor: pointer;
	display: inline-block;
	padding: 0 1.5em;
	line-height: 2.75em;
	min-width: 9em;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: -0.025em;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover {
	background-color: #a51d21;
	color: white !important;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.button:active {
	background-color: #1eb8fb;
	color: white;
}

input[type="submit"].alt,
input[type="reset"].alt,
input[type="button"].alt,
.button.alt {
	background-color: #d91d22;
	color: #fff;
}

input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
input[type="button"].alt:hover,
.button.alt:hover {
	background-color: #a51d21;
}

input[type="submit"].alt:active,
input[type="reset"].alt:active,
input[type="button"].alt:active,
.button.alt:active {
	background-color: #a51d21;
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
.button.icon:before {
	margin-right: 0.5em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
.button.fit {
	width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
.button.small {
	font-size: 0.8em;
}


/*foot start*/
footer{
    width: 100%;
    height: 40px;
    background: #474c55;
}
.fot_nav ul{
    padding-left: 0px;
}
.fot_nav ul li{
    float: left;
}
.fot_nav ul li a{
    padding: 0 5px;
    color: #ddd !important;
    line-height: 40px;
    font-size: 11px;
    font-weight: 100;
    font-family: '微软雅黑', helvetica, sans-serif;
}
.fot_nav ul li a:hover {
    text-decoration: underline;
}
footer span{
    color: #ddd !important;
    line-height: 40px;
    font-size: 12px;
    font-family: '微软雅黑', helvetica, sans-serif;
}
/*foot end*/