﻿/*清除默认样式*/
body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;font-weight: normal;}
fieldset,img{border:0;}
img{vertical-align:middle;}
ol,ul,li{list-style-type:none;}
p,big,small,span,font,em{margin:0;}
table{border-collapse:collapse;border-spacing:0;}
button,input,select,textarea{font-size:13px;font-family:inherit;margin:0;outline:none;resize:none;border:none;}
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;}
body{color:#666;font-size:13px;line-height:24px;font-family:"微软雅黑","宋体", Arial, Helvetica, sans-serif; }
a{color:#666;text-decoration:none;outline:none;}
a:hover {text-decoration: none;color:#3a3a3a;}
img{-ms-interpolation-mode:bicubic;max-width:100%;-webkit-touch-callout:none;}
/*html5 初始化新标签的CSS*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block;}
/*清除浮动*/
.clearfix:after {clear: both; content: ""; display:block; height: 0; overflow: hidden; visibility: hidden; }
.clearfix { zoom:1;}
/*字体*/
@font-face {
    font-family: "RuiZiChaoPaiHaoHengHeiJian";
    src: url("../fonts/ruizichaopaihaohengheijian-dahei-2.ttf");
}
@font-face {
    font-family: "Futura";
    src: url("../fonts/futura-light.woff2");
}
@font-face {
    font-family: "Futura";
    src: url("../fonts/futura-medium.woff2");
}
/*滚动条样式*/
::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
    background: #ffc006;
}
/*video标签隐藏下载按钮*/
video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}
/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.wrap{width:100%;overflow:hidden;}
.mainWidth{width:1000px; margin:0 auto;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.erp{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.center{text-align:center;}
.normal{font-weight:normal;}
.box{box-sizing: border-box;}
.en {font-family: 'Futura';}
.pic-scale{-webkit-transition:opacity 0.55s, -webkit-transform 0.55s;transition: opacity 0.55s, transform 0.55s;-webkit-transform: scale(1);transform: scale(1);}
.radius{ border-radius:25px; -webkit-border-radius:25px; -moz-border-radius:25px; -ms-border-radius:25px; -o-border-radius:25px;}
.full-container {
    width: 100%;
	height: 100%;
    margin: 0 auto;
}
.container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
/*头部*/
.header {
    padding: 20px 0;
    border-bottom: none;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index:9;
	background-image: linear-gradient(to top,rgba(0,0,0,0.01) 0,rgba(0,0,0,.5) 100%);
}
.headerfix,.header:hover {
	background:rgba(12, 55, 113,1);
}
.header-container {
    width: 100%;
    margin: 0 auto;
    padding:0 3%;
}
/*头部logo*/
.header .logo {
    width: 14%;
    *min-width: 220px;
    height: 57px;
    background: url(../fonts/logo.svg) no-repeat left center;
    background-size: 80%;
}
.header .logo a {
    display:block;
    width:100%;
    height:inherit;
    opacity: 0;
}
/*头部菜单*/
.header .nav {
    width:60%;
    margin-left:2%;
}
.header .nav>ul {
    width:100%;
}
.header .nav>ul>li {
    float: left;
    width:12%;
    text-align: center;
}
.header .nav>ul>li::after {
    content: '';
    display: block;
    position:absolute;
    right:0;
    bottom:7px;
    width: 1px;
    height: 10px;
    background: #fff;
}
.header .nav>ul>:last-child::after {
    display:none;
}
.header .nav>ul>li>a {
    font-size: 14px;
    color:#fff;
}
.header .nav>ul>li>a>span {
    display:block;
    font-size: 12px;
    color:#fff;
    *font-family: 'Futura';
    margin-top:5px;
}
.header .nav>ul>li:hover a {
    color:#ffc006;
}
.header .nav>ul>li:hover>a>span{
    color:#ffc006;
}
/*头部菜单-下拉菜单*/
.header .nav ul li .sub-box {
	display:none;
	position: absolute;
    width: 100%;
	padding:3% 0;
    z-index: 999;
    left: 0;
    overflow: hidden;
    transition: all 0.3s;
}
.header .nav ul li .sub-box::after {
    content: '';
    display: block;
    position:absolute;
    top:20px;
	left:0;
    width: 100%;
    height: 100%;
    background:#0f3d7b;
	z-index:-1;
}
.header .nav ul li:hover .sub-box {
	display:block;
}
.header .nav ul li .sub-box  .item-fl {
	width: 20%;
	text-align:left;
}
.header .nav ul li .sub-box  .item-fl h3 {
	display:inline-block;
	font-size: 24px;
    padding: 0 10px;
    margin:0 0 10% 0;
    color: #fff;
	font-family: 'RuiZiChaoPaiHaoHengHeiJian';
    position: relative;
	z-index:1;
}
.header .nav ul li .sub-box  .item-fl h3:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0%;
    width: 100%;
    height: 10px;
    background: #ffc006;
    z-index: -1;
    transition: all 0.5s;
}
.header .nav ul li .sub-box  .item-fl p {
	height:80px;
	font-size:14px;
	color:#fff;
	line-height: 1.6;
	text-align:left;
}
.header .nav ul li .sub-box  .item-fr {
	width: 100%;
	border-left: solid 1px #55739c;
}
.header .nav ul li .sub-box  .item-fr a {
	display:block;
	float: left;
    width: 16.666%;
    padding: 0 4.016%;
	margin-bottom:0%;
}
.header .nav ul li .sub-box  .item-fr a h4 {
	font-size:18px;
	color:#aac2e2;
	font-family: 'Futura';
	text-transform: uppercase;
	height:40px;
	overflow:hidden;
	transition: all 0.5s;
}
.header .nav ul li .sub-box  .item-fr a:hover h4{
	color:#fff;
}
.header .nav ul li .sub-box  .item-fr a p {
	width:1px;
	height:20px;
	background:#aac2e2;
	margin:20px auto;
}
.header .nav ul li .sub-box  .item-fr a h3 {
	font-size:16px;
	color:#fff;
	transition: all 0.5s;
}
.header .nav ul li .sub-box  .item-fr a:hover h3 {
	color:#ffc006;
	font-family: 'RuiZiChaoPaiHaoHengHeiJian';
	transform: translate(0px,10px);
    -webkit-transform: translate(0px,10px);
    -moz-transform: translate(0px,10px);
    -ms-transform: translate(0px,10px);
    -o-transform: translate(0px,10px);
}
.header .menu{ 
    display:none;width:39px; height:39px; margin-left:20px; margin-top:8px;background:url(../fonts/menu.svg) no-repeat center; background-size:cover;}

	
.header .submenu {
    width:18%;
}
.header .submenu .search {
    padding: 0% 0% 0 0%;
    margin-right: 10%;
    margin-top: 4%;
    max-width: 170px;
}
.header .submenu .search form {
    height: 36px;
    line-height: 36px;
    border: 1px solid #fff;
    padding: 0 12px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.header .submenu .search .test {
    float: left;
    width: 84%;
    font-size: 12px;
    color: #fff;
    background: none;
}
.header .submenu .search .button {
    width: 16%;
    background:url(../fonts/search.svg) no-repeat center/20px;
}
.header .submenu .buss {
    width:30px;
    height:30px;
    margin-top: 2%;
    -webkit-border-radius: 50%;
    background:#fff url(../fonts/buss-icon.svg) no-repeat center center/20px;
}
.header .submenu .buss a {
	display:block;
    width:100%;
    height:100%;
	position:relative;
}
.header .submenu .buss a span {
	position: relative;
    top: 29px;
    left: -12px;
    display: inline-block;
    width: 60px;
    font-size: 10px;
    color: #fff;
}
/*自适应样式*/
@media screen and (max-width:1024px){
/*头部*/
.header {
    padding: 0px 0;
}
/*头部logo*/
.header .logo {
    width: 50%;
    background: url(../fonts/logo.svg) no-repeat left center;
    background-size: 80%;
}
/*头部菜单*/
.header .nav {
	display:none;
	position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 20px;
    line-height:30px;
    background: #0f3d7b;
}
.header .nav>ul {
    width:100%;
}
.header .nav>ul>li {
    width:100%;
	margin:2% 0;
	padding:5px 20px;
    text-align: left;
	border-bottom: 1px solid #13417d;
}
.header .nav>ul>li::after {
    content: '';
    display: block;
    position:absolute;
    right:0;
    bottom:7px;
    width: 1px;
    height: 10px;
    background: #fff;
}
.header .nav>ul>:last-child::after {
    display:none;
}
.header .nav>ul>li>a {
    display: inline-block;
    font-size: 18px;
    padding: 0 10px;
    margin: 0 0 0 0;
    color: #fff;
    font-family: '微软雅黑';
    position: relative;
}
.header .nav>ul>li>a:after {
    /*content: "";*/
    /*position: absolute;*/
    /*left: -20%;*/
    /*bottom: 50%;*/
    /*width: 5px;*/
    /*height: 5px;*/
    /*background: #ffc006;*/
    /*z-index: -1;*/
    /*transition: all 0.3s;*/
}
.header .nav>ul>li>a>span {
    display:none;
    font-size: 12px;
    color:#f6f6f6;
    margin-top: 0px;
}
.header .nav>ul>li:hover a {
    color:#ffc006;
}
.header .nav>ul>li:hover>a>span{
    color:#ffc006;
}
/*头部菜单-下拉菜单*/
.header .nav ul li .sub-box {
	display:none;
	position: absolute;
    width: 100%;
	padding:4% 0;
    background: rgba(12,55, 113, 0.99);
	border-bottom: solid 1px #fff;
    z-index: 999;
    left: 0;
    overflow: hidden;
    transition: all 0.3s;
}
.header .nav ul li:hover .sub-box {
	display:none;
}
.header .nav ul li .sub-box  .item-fl {
	width: 100%;
	text-align:left;
}
.header .nav ul li .sub-box  .item-fl h3 {
	display:inline-block;
	font-size: 24px;
    padding: 0 10px;
    margin:0 0 10% 0;
    color: #fff;
	font-family: 'RuiZiChaoPaiHaoHengHeiJian';
    position: relative;
}
.header .nav ul li .sub-box  .item-fl h3:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0%;
    width: 100%;
    height: 10px;
    background: #ffc006;
    z-index: -1;
    transition: all 0.5s;
}
.header .nav ul li .sub-box  .item-fl p {
	font-size:14px;
	color:#fff;
	line-height: 1.6;
	text-align:left;
}
.header .nav ul li .sub-box  .item-fr {
	width: 100%;
	border-left:none;
}
.header .nav ul li .sub-box  .item-fr a {
	display:block;
	float: left;
    width: 33.3%;
    padding: 0 4.016%;
	margin-bottom:8%;
}
.header .nav ul li .sub-box  .item-fr a h4 {
	font-size:20px;
	color:#aac2e2;
	font-family: 'Futura';
	text-transform: uppercase;
	transition: all 0.5s;
}
.header .nav ul li .sub-box  .item-fr a h3 {
	font-size:14px;
	color:#fff;
}
.header .menu{ 
    display:block;
	width:39px; 
	height:39px;
	margin-left:20px;
	margin-top:8px;
	background:url(../fonts/menu.svg) no-repeat center/30px;
}
.headerfixmenu .menu{ 
    background:url(../fonts/close.svg) no-repeat center/30px; 
}
.header .submenu {
	display:none;
    width:18%;
}
.header .submenu .search {
    padding: 0% 0% 0 0%;
    margin-right: 10%;
    margin-top: 4%;
    max-width: 170px;
}
.header .submenu .search form {
    height: 36px;
    line-height: 36px;
    border: 1px solid #fff;
    padding: 0 12px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.header .submenu .search .test {
    float: left;
    width: 84%;
    font-size: 12px;
    color: #fff;
    background: none;
	
}
.header .submenu .search .button {
    width: 16%;
    background:url(../fonts/search.svg) no-repeat center/20px;
}
.header .submenu .buss {
    width:30px;
    height:30px;
    margin-top: 4%;
    -webkit-border-radius: 50%;
    background:#fff url(../fonts/buss-icon.svg) no-repeat center center/20px;
}
.header .submenu .buss a {
	display:block;
    width:100%;
    height:100%;
}
}
/*尾部*/
.footer {
    position:relative;
	background: #0f3d7b;
}
.footer:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0%;
    width: 41%;
    height: 100%;
    *background: #0c3771;
    z-index: -1;
}
.footer:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0%;
    width: 59%;
    height: 100%;
    *background: #fafafa;
    z-index: -1;
}
.footer {
    padding:5% 0 2% 0;
}
.footer .item-left {
    float:left;
    width:39%;
}
.footer .item-left .logo {}
.footer .item-left .call {
    margin: 5% 0 10% 0;
}
.footer .item-left .call p {
    font-size: 12px;
    color:#fff;
    padding:5% 0 3% 0;
}
.footer .item-left .call a {
    font-size: 40px;
    color: #ffc006;
    font-family: 'Futura';
}
.footer .item-left .contact {}
.footer .item-left .contact .t1 {
    font-size: 12px;
    color: #aac2e2;
    padding-left: 2%;
    margin: 3% 0 2% 0;
    position:relative;
}
.footer .item-left .contact .t1:before {
    /*content: "";*/
    /*position: absolute;*/
    /*left: 0px;*/
    /*top: 30%;*/
    /*width:2px;*/
    /*height: 50%;*/
    /*background: #ffc006;*/
}
.footer .item-left .contact .t2 {
    font-size: 14px;
    color:#fff;
}
.footer .item-left .guanzhu {
    margin-top: 8%;
}
.footer .item-left .guanzhu .tit {
    float:left;
    width:12%;
    font-size: 12px;
    color: #aac2e2;
    margin-top: 0.8%;
}
.footer .item-left .guanzhu .icon {
    float:left;
    width:50%;
}
.footer .item-left .guanzhu .icon span {
    display:inline-block;
    width:33px;
    height:33px;
    border:1px solid #fff;
    margin-right: 10px;
    padding:2px;
    -webkit-border-radius: 25px;
	position: relative;
}
.footer .item-left .guanzhu .icon span .fix {
	display:none;
	position: absolute;
    top: -164px;
    left: -50px;
    width: 150px;
    height: 150px;
}
.footer .item-left .guanzhu .icon span .fix img {
	background: #fff;
	border-radius: 5px;
}
.footer .item-left .guanzhu .icon span .fix:after {
   content: "";
    position: absolute;
    left: 38%;
    bottom: -18px;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.footer .item-left .guanzhu .icon span:hover .fix {
	display:block;
}
.footer .item-right {
    float:right;
    width:55%;
}
.footer .item-right .top-tit {}
.footer .item-right .top-tit h6 {
    font-size: 28px;
    color: #ffc006;
    font-family: 'RuiZiChaoPaiHaoHengHeiJian';
    letter-spacing:20px;
}
.footer .item-right .nav {
    margin:5% 0;
    padding:5% 0;
    border-top: 1px solid #55739c;
    border-bottom: 1px solid #55739c;
}
.footer .item-right .nav .item-list {
    float:left;
    width:20%;
}
.footer .item-right .nav .item-list h6 {
    padding-left: 10%;
    margin-bottom: 20%;
    position:relative;
}
.footer .item-right .nav .item-list h6:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 16%;
    width: 2px;
    height: 75%;
    background: #ffc006;
}
.footer .item-right .nav .item-list h6 a {
    font-size: 18px;
    color:#fff;
}
.footer .item-right .nav .item-list ul {}
.footer .item-right .nav .item-list ul li {
    padding:4px 0 4px 10%;
}
.footer .item-right .nav .item-list ul li a {
    font-size: 12px;
    color:#aac2e2;
}
.footer .item-right .nav .item-list ul li a:hover {
    color:#ffc006;
}
.footer .item-right .copy {}
.footer .item-right .copy p {
    font-size: 12px;
    color:#aac2e2;
}
.footer .item-right .copy p a {
    font-size: 12px;
    color:#aac2e2;
    padding:0 5%;
}
.footer .item-right .copy p a:hover {
    color:#ffc006;
}
/*自适应样式*/
@media screen and (max-width:1024px){
.footer {
    padding:10% 0 5% 0;
}
.footer .item-left {
    float:left;
    width:100%;
}
.footer .item-left .logo {
	width:50%;
}
.footer .item-left .call {
    margin: 5% 0 10% 0;
}
.footer .item-left .call p {
    padding:5% 0 3% 0;
}
.footer .item-left .call a {
    font-size: 34px;
}
.footer .item-left .contact {}
.footer .item-left .contact .t1 {
    /*padding-left: 5%;*/
}
.footer .item-left .contact .t2 {
    font-size: 15px;
}
.footer .item-left .guanzhu {
    margin-top: 8%;
}
.footer .item-left .guanzhu .tit {
    width:20%;
}
.footer .item-left .guanzhu .icon {
    float:left;
    width:80%;
}
.footer .item-left .guanzhu .icon span {
    width:28px;
    height:28px;
}
.footer .item-right {
    float:left;
    width:100%;
}
.footer .item-right .top-tit {
	margin:10% 0 5% 0;
}
.footer .item-right .top-tit h6 {
    font-size: 18px;
    letter-spacing:2px;
}
.footer .item-right .nav {
    margin:10% 0;
    padding:10% 0;
}
.footer .item-right .nav .item-list {
    float:left;
    width:100%;
	margin-bottom: 0%;
}
.footer .item-right .nav .item-list h6 {
    padding-left: 10%;
    margin-bottom: 7%;
    position:relative;
}
.footer .item-right .nav .item-list h6:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 16%;
    width: 2px;
    height: 75%;
    background: #ffc006;
}
.footer .item-right .nav .item-list h6 a {
    font-size: 16px;
    color:#fff;
}
.footer .item-right .nav .item-list ul {
	display:none;
}
.footer .item-right .nav .item-list ul li {
    padding:4px 0 4px 10%;
}
.footer .item-right .nav .item-list ul li a {
    font-size: 12px;
}
.footer .item-right .copy {}
.footer .item-right .copy p {
    font-size: 14px;
	padding-bottom:3%;
}
.footer .item-right .copy p a {
    font-size: 14px;
}
}
/*浮窗视频播放*/
.modal .modal-header{ border-bottom:none;}
.modal{text-align:center; width:100%; height:100%;}
.modal .modal-content{ width:100%; height:100%; position:absolute;margin:0 auto; left:0; right:0;top:50%;margin-top:-275px;max-width:1000px; height:auto;}
.modal .modal-content video{ width:100%; height:100%; height:auto;}

/*留言咨询浮窗按钮*/
.fix-bottom {
	display:block !important;
    position:fixed;
    bottom: 10%;
    right: 1%;
    width: 60px;
    z-index: 999;
}

.fix-bottom a {
	display:block;
    background: #ffc006;
    padding:2px;
    margin-bottom: 1px;
    cursor: pointer;
    text-align: center;
    position:relative;
	border-radius: 10px;
}
.fix-bottom a i {
	font-size: 0;
    display: inline-block;
    width: 42px;
    height: 36px;
    line-height: 36px;
}
.fix-bottom a i img {
    width:30px;
}
.fix-bottom a span {
	font-size:10px;
	color:#fff;
}
/*自适应样式*/
@media screen and (max-width:1024px){
.fix-bottom {
	bottom: 5%;
    width: 40px;
}

.fix-bottom a {
    padding:0px;
}
.fix-bottom a i {
	font-size: 0;
    display: inline-block;
    width: 36px;
    height: 30px;
    line-height: 30px;
}
.fix-bottom a i img {
    width:25px;
}
.fix-bottom a span {
	font-size:8px;
}
}

/*右边浮窗按钮*/
.right-fixed {
    position:fixed;
    top: 200px;
    right: 0;
    width: 70px;
    z-index: 999;
}
.right-fixed .icon {
    background: #0c3771;
    padding:2px;
    margin-bottom: 1px;
    cursor: pointer;
    text-align: center;
    position:relative;
}
.right-fixed .icon i {
    display:inline-block;
    width:70px;
    height:42px;
    line-height: 42px;
}
.right-fixed .icon i img {
    width:35px;
}
.right-fixed .icon span {
    font-size: 12px;
    color:#fff;
}
.right-fixed .icon:hover {
    background:#0c3771;
}
.right-fixed .icon .weixin {
    display:none;
    position:absolute;
    top:-32px;
    right:80px;
    width:100px;
    height:100px;
}
.right-fixed .icon:hover  .weixin {
    display:block;
}
.right-fixed .icon .weixin img {
    width:100%;
}
.right-fixed .icon  .call {
    position: absolute;
    top: 0;
    right: -300px;
    width: 200px;
    height: 70px;
    background: #222222;
    padding:22px 0;
    box-sizing:border-box;
    overflow:hidden;
    transition: all 0.5s;
}
.right-fixed .icon:hover .call {
    right: 71px;
}
.right-fixed .icon  .call .no {
    font-size: 24px;
    color: #fff;
}
/*自适应样式*/
@media screen and (max-width:1024px){
.right-fixed {
	display:none;
    position:fixed;
    top: 200px;
    right: 0;
    width: 70px;
    z-index: 999;
}
}
/*浮窗留言*/
.fixed-msg {
    position: fixed;
    z-index: 1000;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    display: none;
    background: rgba(0,0,0, 0.6);
	z-index: 99999999999999;
}
.fixed-msg .msg-box {
    height: 430px;
    width: 50%;
    margin:10% auto;
    padding:50px;
    background:#fff;
    position:relative;
}
.fixed-msg .msg-box h4 {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    overflow: hidden;
    text-align: center;
}
.fixed-msg .msg-box h4 strong {
    font-size: 24px;
    color: #0c3771;
}
.fixed-msg .msg-box h5 {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    color: #666666;
    text-align: center;
}
.fixed-msg .msg-box .closefix {
    width: 26px;
    height: 26px;
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 15px;
    cursor: pointer;
    background: url(../images/close.png) no-repeat left top;
}
.fixed-msg .msg-box .form {}
.fixed-msg .msg-box .form input,.fixed-msg .msg-box .form select {
    float: left;
    background: #fff;
    border: solid 1px #f1f1f1;
    border-radius: 50px;
    font-size: 14px;
    padding: 0 5%;
    margin:1% 1%;
    line-height: 46px;
    width: 48%;
    height:46px;
}
.fixed-msg .msg-box .fixSubmit{
    background: #0c3771 url(../images/more-icon.png) no-repeat 85% center/10px;
    border: 0;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: 180px;
    line-height: 40px;
    margin: 20px auto;
    clear: both;
	transition: all 0.5s;
    cursor: pointer;
}
.fixed-msg .msg-box .fixSubmit:hover {
	background: #e1aa06 url(../images/more-icon.png) no-repeat 90% center/10px;
}
/*以下代码是自适应样式*/
@media screen and (max-width:1024px){
.fixed-msg .msg-box h4 {
    font-size: 20px;
}
.fixed-msg .msg-box h4 strong {
    font-size: 20px;
}
.fixed-msg .msg-box h5 {font-size:14px;}
.fixed-msg .msg-box {
    height: 100%;
    width: 100%;
    margin:0% auto;
    padding:10% 5% 0 5%;
}
.fixed-msg .msg-box .form input,.fixed-msg .msg-box .form select {
	margin:2% 1%;
    line-height: 46px;
    width: 100%;
	height:46px;
}
}
.none-banner {
	height:120px;
}
/*自适应样式*/
@media screen and (max-width:1024px){
.none-banner {
	height:60px;
}
}
/*当前位置*/
.position {
    color: #666;
    font-size: 14px;
	height:50px;
}
.position .position-link {
    min-width: 200px;
    min-height: 50px;
    line-height: 50px;
}
.position .position-link a:hover,.position .position-link a:last-child {
    color:#0c3771;
}
.position .position-nav {
    min-width:200px;
}
.position ul li {
    float: left;
    padding-left: 30px;
    height: 50px;
    display: block;
}
.position ul .cur a{
     color: #0c3771;
     border-bottom: 3px solid #0c3771;
 }
.position ul li a {
    display: block;
    height: 50px;
    line-height: 46px;
    float: none;
    font-size: 16px;
    color: #666;
    padding: 0 8px;
    border-bottom: 3px solid #f7f7f7;
}
.position-title {
    width:100%;
    padding:4% 0;
}
.position-title p {
    text-align:center;
}
.position-title .en {
    font-size: 24px;
    padding-bottom: 10px;
}
.position-title .cn {
    font-size: 20px;
}
/*分页页码*/
.page {padding:30px 0px;text-align:center;overflow:hidden;}
.page ul li{display:inline-block;height:30px;}
.page ul li a{display:block;font-size:12px;line-height:30px;height:30px;padding:0 12px;text-align:center;color:#333;border: 1px solid #e3e3e3;background:#fff;}
.page a:hover{text-decoration:none;}
.thisclass{line-height:30px;padding:0 12px;text-align:center;margin-left:2px;background:#ffc006;color:#fff;}


/*公共-轮播左右切换按钮*/
.LR-swiper{
    width:100%;
}
.LR-swiper a{ 
    display:block;
    position:absolute;
    top:50%;
    width:41px;
    height:41px;
    z-index:99999;
}
.LR-swiper a{ }
.LR-swiper a{ 
    display:block;
    position:absolute;
    top:50%;
    width:40px;
    height:40px;
    background:#000;
    z-index:99999;
}
.LR-swiper a.prev {
    left:5%;
    background: url(../images/next.png) no-repeat left center;
    transform: rotate(-180deg);
}
.LR-swiper a.next {
    right:5%;
    background: url(../images/next.png) no-repeat left center;
}
.LR-swiper a:hover {
    background: url(../images/next.png) no-repeat right center;
}
/*自适应样式*/
@media screen and (max-width:1024px) {
.LR-swiper{ 
    display:none;
}
}
/*自适应样式 end*/

/*网站sitemap地图*/
.sitemap {
}
.sitemap .linkbox {
	margin:10px 0;
}
.sitemap .linkbox h3 {
	max-width:100px;
	font-size: 16px;
    color: #fff;
    padding: 10px;
    border-bottom:1px dotted #ccc;
	position: relative;
}
.sitemap .linkbox h3 a {
	color: #000;
    font-size: 16px;
}
.sitemap .linkbox ul {}
.sitemap .linkbox ul li {
	display:inline-block;
	padding:10px 15px;
}
.sitemap .linkbox ul li a {}
.sitemap .linkbox ul li:hover a {
	color:#0c3771;
}
.sitemap .artkbox {
	margin:10px 0;
}
.sitemap .artbox h3 {
	max-width:100px;
	color: #000;
	font-size: 16px;
    padding: 10px;
	border-bottom:1px dotted #ccc;
}
.sitemap .artbox h3 a {
	color: #000;
    font-size: 16px;
}
.sitemap .artbox ul {
	padding:20px 0;
}
.sitemap .artbox ul li {
	display:inline-block;
	width:30%;
	padding:5px;
}
.sitemap .artbox ul li a {}
.sitemap .artbox ul li:hover a {
	color:#0c3771;
}
/*大将军陶瓷子栏目菜单*/
.twomenu {padding:2% 0 2% 0;}
.twomenu .title{overflow:hidden;}
.twomenu .title font{ font-size:30px; margin-right:5%;line-height:34px; text-transform:uppercase;font-family: 'Futura';}
.twomenu .title em{ border:solid 1px #cfcfcf;background:#fff; margin-top:10px;margin-left: 10px;text-align:center; width:100%; font-style:normal;max-width: 150px;line-height: 40px;}
.twomenu .title em a{font-size: 14px; color:#464646;}
.twomenu .title .cur,.title em:hover {background:#ffc006;border: solid 1px #ffc006;}
.twomenu .title .cur a,.title em:hover a {color:#fff;}
/*自适应样式*/
@media screen and (max-width:1024px){
.twomenu {padding:2% 0 2% 0;}
.twomenu .title{overflow:hidden;}
.twomenu .title font{display:none;font-size:16px;}
.twomenu .title em{ border:solid 1px #cfcfcf; margin-top:5px;margin-left:5px;text-align:center; width:100%; font-style:normal;max-width: 110px;line-height: 32px;}
.twomenu .title em a{font-size: 12px; color:#464646;}
}
/*自适应样式 end*/
/*PC端和移动端显示和隐藏  公共样式 自适应样式 end*/
.pc {
	display:block;
}
.mobile {
	display:none;
}
@media screen and (max-width:1024px){
.pc {
	display:none;
}
.mobile {
	display:block;
}
}


/*按钮动画*/
.btn-wave{position:relative;-webkit-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);overflow:hidden;}
.btn-wave:before{content:'';display: block;width: 120%;height: 0;padding: 60% 0;background-color:#fabe0d;border-radius: 50%;position: absolute;left: -10%;top: 50%;-webkit-transform: translateY(-50%) scale(0);transform: translateY(-50%) scale(0);z-index: -1;}
.btn-wave:hover:before,.btn-wave-active:before{-webkit-animation: btnWave 2s ease;animation: btnWave 2s ease infinite;-webkit-animation-fill-mode: forwards;-o-animation-fill-mode: forwards;animation-fill-mode: forwards;}
@-webkit-keyframes btnWave{0%{-webkit-transform: translateY(-50%) scale(0);transform: translateY(-50%) scale(0);}50%{opacity: 1;}100%{opacity: 0;-webkit-transform: translateY(-50%) scale(1);transform: translateY(-50%) scale(1);}}
@keyframes btnWave{0%{-webkit-transform: translateY(-50%) scale(0);transform: translateY(-50%) scale(0);}50%{opacity: 1;}100%{opacity: 0;-webkit-transform: translateY(-50%) scale(1);transform: translateY(-50%) scale(1);}}
/*按钮动画 end */
