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, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
input,button,select{outline: 0;}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before {
  box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
body {
  font-size:1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color:#333;
  outline:none;
  font-family:normal small Microsoft YaHei,"微软雅黑","宋体",Verdana, Arial, Helvetica, sans-serif !important;
  overflow-x:hidden;
    
}
body::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
@media only screen and (min-width: 1050px) {
  body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}
@media (max-width:1100px){
    body{display:block;overflow:hidden;overflow-y:auto;}
}
input::-webkit-input-placeholder{
	color:#dfdfdf;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#dfdfdf;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#ddfdfdf;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#dfdfdf;
}
/*附加样式调用开始*/
.cl{clear:both !important;}
.fl{float:left !important;}
.fr{float:right !important;}
.mc{margin:0 auto !important;}
.mn{margin:0 !important;}
.mt0{margin-top:0 !important;}
.mt20{margin-top:20px !important;}
.mt40{margin-top:40px !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr30{margin-right:30px !important;}
.mb30{margin-bottom:30px !important;}
.c{text-align:center !important;}
.l{text-align: left !important;}
.r{text-align: right !important;}
.pd{padding:0 !important;}
.pt0{padding-top:0 !important;}
.pb0{padding-bottom: 0 !important;}
.pb20{padding-bottom: 20px !important;}
.f14{font-size:14px !important;}
.f24{font-size:24px !important;}
.nr{border:0 !important;}
.nr{border-radius:0 !important;}
.nb{background:none !important;}
.dk{display:block !important;}
.dn{display:none !important;}
.dl{display:inline-block !important;}
.hd{display:none;}
.rel{position:relative;}
.abl{position:absolute;}
.offf{background:rgba(255, 255, 255, 0.6)!important;filter:Alpha(opacity=60); background:#fff;transition: all 1s;}
.o000{background:rgba(0, 0, 0, 0.3)!important;filter:Alpha(opacity=30); background:#000;}
.o6{opacity: .6;}
.bgeee{background:#eee !important;}
.hand{cursor:pointer;}
.upp{text-transform: uppercase;}
.tl{text-align:left !important;}
.tc{text-align:center !important;}
.fw700{font-weight:700 !important;}
.Arial{font-family:"Arial" !important;}
.lt05{letter-spacing:0.5px;}
.lt1{letter-spacing:1px;}
.topLine{border-top:#eee solid 1px;}
.bottomLine{border-bottom:#eee solid 1px;}
/*加粗设置*/
b,strong,h1,h2{font-weight:bold;}
/*Margin间距*/
/*文字大小*/
.f20{font-size:20px !important;}
/*颜色*/
.c000{color:#000 !important;}
.cfff{color:#fff !important;}
.cee7c1c{color:#ee7c1c !important;}
.c521a11{color:#1c3681 !important;}
.animation{transition: all 1s;}
/*链接属性*/
a{color:#000;}
a:hover{color:#1c3681;}
/*更多按钮*/
.more{clear:both;line-height:32px;padding:0 20px;border-radius:70px;border:#1c3681 solid 2px;color:#1c3681;font-size:14px;overflow:hidden;display:inline-block;}
/*CSS3鼠标经过渐变*/
a,img{
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
}
a:hover{-webkit-tap-highlight-color:transparent;}
a:link {-webkit-tap-highlight-color:transparent;} 
a:visited {-webkit-tap-highlight-color:transparent;} 
a:active {-webkit-tap-highlight-color:transparent;}
square{background:#e5e5e5;width:80px;height:2px;display:inline-block;}
img{
	border: 0;
	display: block;
	max-width: 100%;
	vertical-align: middle;
}
/*圆角*/
.boxRound{
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	     -o-border-radius:5px;
	        border-radius:5px;	
}
/*投影*/
.shadows{
            box-shadow: 0 0 35px rgba(0,0,0,0.2);
       -moz-box-shadow: 0 0 35px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,0.2);
}
.noshadows{
            box-shadow: 0 0 0 rgba(0,0,0,0) !important;
       -moz-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
}
.shadows_code{
            box-shadow: 0 0 5px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.shadows_edge{
            box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
       -moz-box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}
.pc{display:block;}
.mb{display:none;}
@media (max-width:1100px){
	.pc{display:none !important;}
	.mb{display:block !important;}
}
.space{clear:both;height:30px;display:block;}
/*附加样式调用结束*/
/*头部开始*/
header{clear:both;width:100%;max-width:1100px;height:120px;z-index:999;background:#fff;margin:0 auto;}
header .header{height:120px;margin:0 auto;position:relative;padding:0 30px;}
header .header .logo{float:left;margin-top:15px;}
header .header .logo img{height:90px;overflow:hidden;}
header .header .openMenu{width:42px;position:absolute;right:0;top:15px;display:none;}
header .header .openMenu img{width:100%;}

lang{float:right;position:relative;z-index: 9999;}
.lang{display:block;margin:30px 0 0 10px;font-size:13px;padding-left:25px;line-height:20px;float:left;}
.langcn{background:url("../images/icons/cn.png") no-repeat left center;}
.langjp{background:url("../images/icons/jp.png") no-repeat left center;}
.search,.share{float:right;position: relative;z-index:9999;margin:46px 0 0;padding-left:20px;}
.search i,.share i{cursor: pointer;color:#666;}
.search i:hover,.share i:hover{color:#1c3681;}
.toSearch{height:120px;background:#fff;position:fixed;top:0;left:0;right:0;z-index:9999;display:none;color:#111;}

.search-alert{
	position: absolute;
	left:10%;
	top:0;
	width:80%;
	height: 100%;
	z-index: 99999;
	transition:all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    bottom:0;
}

.search-alert .close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 2.6%;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    font-size:30px;
    background:url("../images/icons/close.png") no-repeat;
    background-size:100%;
    opacity: 1;
}
.search-alert .close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.search-alert .cent-form {
    position: absolute;
    width: 86%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #515151;
}
.search-alert .cent-form .tex {
    font-size: 24px;
    height: 65px;
    line-height: 65px;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    color: #111;
    background:url("../images/icons/search.png") no-repeat left center !important;
    padding-left: 70px;
    padding-right: 120px;
    border:none;
    
}
.search-alert .cent-form .sub-butn {
    border: none;
    width: 120px;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    height: 65px;
    font-size: 22px;
    line-height: 65px;
    color: #111;
}
.search-alert .cent-form .sub-butn:hover{color:#1c3681;}

navs{float:right;display:block;margin-right:20px;}

@media (max-width:1100px){
    header{position:relative;height:auto;}
    header .header{height:90px;padding:0 30px 0 15px;}
    header .header .logo{margin-top:10px;}
    header .header .logo img{width:auto;height:70px;}
	lang{margin:2px 40px 0 0;}
    .search{margin:35px 20px 0;border:0;}
}
/*头部结束*/
/*底部开始*/
footer{clear:both;width:100%;height:auto;overflow:hidden;background:#21262c;padding:20px 0 0;margin:0 auto;}
footer .footer{clear:both;width:1100px;height:auto;margin:0 auto;line-height:23px;color:#999;font-size:14px;padding: 0 0 20px;font-size:12px;}
footer .footer b{line-height:35px;font-weight:normal;padding:0 0 10px;font-size:14px;color:#999;}
footer .footer b em{height:35px;display: inline-block;border-bottom:#1c3681 solid 2px;line-height:30px;font-size:15px;color:#999;}
footer .footer a{color:#999;}
footer .footer a:hover{color:#1c3681;}
footer .copy{clear:both;width:100%;line-height:20px;padding:15px 0;font-size:12px;color:#bfbfbf;background:#101316;text-align:center;}

.return_top{width:30px;height:30px;background:#1c3681;color:#fff;border-radius:30px;line-height:30px;margin-top:10px;position:fixed;right:10px;bottom:20px;text-align:center;z-index:99999;}
/*底部结束*/
/*底部结束*/
.h-space{clear:both;width:100%;height:20px;overflow:hidden;display:block;}

@media (max-width:1100px){
    footer .footer{clear:both;width:100%;padding:0 20px;}
    footer .footer ul{padding:0 0 20px;overflow:hidden;}
    footer .footer li{width:33.333333%;float:left;text-align: center;font-size:14px;line-height:30px;}
    footer .copy .wrapper{clear:both;width:100%;text-align:center !important;}
    footer .copy .fr{float:none !important;display:inline-block;margin:0 auto;}
    footer .copy .copyright{padding:0 20px;}
    
}
/*分页开始*/
.pagination{clear:both;overflow:hidden;height:auto;margin:15px 0 0;display:block;}
.pagination ul{
  float:right;
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul li{float:left;}
.pagination ul > li {display: inline;}
.pagination ul > li > a,
.pagination ul > li > span {float:left;padding: 4px 12px;line-height: 20px;text-decoration: none;background-color: #f5f5f5;border: 1px solid #dddddd;border-left-width: 0;color:#333;}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {color: #fff;background-color:#1c3681;}
.pagination ul > .active > a,
.pagination ul > .active > span {color: #fff;cursor: default;}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {color: #aaa;cursor: default;background:#f5f5f5;}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
}
/*分页结束*/

