@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

body,
html {
    margin:0;
    padding:0;
    font-size: 16px;
    font-family: "微软雅黑", Arial;
    background-color: #f3f7fb;
    color: #333;
}

h2 {
    font-size: 18px;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:active {
    star: expression(this.onFocus=this.blur());
}

a:link {
    text-decoration: none;
    outline: none;
}

a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    outline: none;
}

li {
    list-style: outside none;
}

ul {
    list-style: none
}

button {
    line-height: normal;
    border: none;
}
.center {
	text-align:center;
}
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
.pd {
	padding-bottom:20px;
}
.white {
    color: #fff;
}

.black {
    color: #000;
}

.clear {
    clear: both;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
    text-align: left
}
.content {
    margin: 0 auto;
    width: 100%;
}
.container {
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;

}
.main {
	width: 1260px;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
	overflow: hidden;


}

.main-1 {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}

.header {
    margin: 0 auto;
    width: 100%;
    height: 240px;
    background: url(../images/index_01.png) no-repeat right;
    background-color: #004990;
}

.header-box {
    margin: 0 auto;
    width: 1300px;
    height: 240px;
}

.header-box .logo {
    width: 520px;
    height: 240px;
    float: left;
}

.header-box .text {
    width: 320px;
    height: 180px;
    float: left;
    margin-top: 30px;
    border-left: #fff 1px solid;
}

.header-box .text p {
    float: left;
    padding-left: 20px;
    color: #fff;
    width: 300px;
    line-height: 44px;
}

.header-box .register {
    width: 310px;
    height: 240px;
    float: right;
}

.header-box .register-top {
    width: 310px;
    height: 30px;
	line-height:30px;
    float: left;
    margin-top: 20px;
}
.header-box .register-top span {
	float:left;
}
.header-box .register-top p {
	float:right;
	color:#fff;
}
.header-box .register-bottom {
    width: 310px;
    height: 35px;
    float: left;
    margin-top: 135px;
}

.header-box .en {
    width: 30px;
    height: 30px;
    display: block;
    float: right;
	color:#fff;
	
}
.header-box .en i {
	font-size:30px;
}
.header-box .ss {
    width: 40px;
    height: 35px;
    border: none;
    background: url(../images/index_04.jpg) no-repeat;
    float: left;
}

.header-box .sr {
    width: 260px;
    height: 35px;
    border: none;
    background-color: #fff;
    float: left;
    line-height: 35px;
    padding-left: 10px;
}

.pop {
    display: none;
    width: 400px;
    min-height: 400px;
    max-height: 650px;
    height: 470px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 25px;
    z-index: 99999;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 3px 18px rgba(100, 0, 0, .5);
}

.pop-top {
    height: 40px;
    width: 100%;
}

.pop-top span {
    float: right;
    cursor: pointer;
    font-weight: bold;
    display: black
}

.pop-foot {
    height: 50px;
    line-height: 50px;
    width: 100%;
    border-top: 1px #E5E5E5 solid;
    text-align: right;
}

.pop-cancel,
.pop-ok {
    padding: 8px 15px;
    margin: 15px 5px;
    border: none;
    border-radius: 5px;
    background-color: #337AB7;
    color: #fff;
    cursor: pointer;
}

.pop-cancel {
    background-color: #FFF;
    border: 1px #CECECE solid;
    color: #000;
}

.pop-content {
    height: 300px;
}

.pop-content-left {
    float: left;
}

.pop-content-right {
    width: 310px;
    float: left;
    padding-top: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 35px;
}

.pop-content .text {
    padding: 15px 20px;
    float: left;
    color: #ccc;
	width:350px;
	border: 1px solid #ccc;
}

.pop-content .text,
textarea {
    font-size: 16px;
    color: #ccc;
    
    border-radius: 0;
    background: white;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-appearance: none;
}

.pop-content .text:focus,
textarea:focus {
    outline: none;
    border-color: #92AFED;
    box-shadow: 0 0 5px #92AFEC, inset 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.pop-content .btn-green {
    height: 50px;
    width: 100%;
    line-height: 50px;
    background-color: #9ed04d;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
    border: none;
}

.pop-content .btn-green:hover {
    background-color: #76bf48;
}

.pop-content .btn-green:active {
    background-color: #51b73d;
}

.bgPop {
    display: none;
    position: absolute;
    z-index: 129;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.click_pop {
    float: left;
	padding:0px 20px;
	line-height:30px;
}

.Menubox {
    width: 300px;
    height: 27px;
    float: left;
}

.Menubox ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.Menubox ul li {
    float: left;
    line-height: 40px;
    display: block;
    cursor: pointer;
    width: 120px;
    text-align: center;
    color: #333;
    font-size: 16px;
}

.Menubox ul li.hover {
    color: #198cff;
    position: relative;
}

.Menubox ul li.hover::before {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #198cff;
    position: absolute;
    bottom: -2px;
    left: 35px;
    border-radius: 1px;
}

.Contentbox {
    clear: both;
    border-top: none;
    float: left;
    width: 100%;
    color: #666666;
    overflow: hidden;
    padding-top: 30px;
}

.Contentbox ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.Contentbox ul li {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.nav {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    background-color: #f5f5f5;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
}

.menu {
    width: 1300px;
    height: 50px;
    font-size: 16px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    position: relative;
    z-index: 999;
}

.menu .arrow {
    width: 32px;
    height: 32px;
    background: url(../images/arrow1.png) no-repeat;
    position: absolute;
    top: 10px;
    right: 30px;
}

.menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.menu ul li {
    float: left;
    position: relative;
    width: 162px;
    z-index: 1;

}

.menu ul li a,
.menu ul li a:visited {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 162px;
    height: 50px;
    color: #000;
    line-height: 50px;
    font-size: 16px;
}

.menu ul li ul {
    display: none;
}

.menu ul li:hover a {
    color: #fff;
    background: #f5a101;

}

.menu ul li:hover ul {
    display: block;
    position: absolute;
    top: 50px;
    left: 0px;
    width: 162px;
    animation: myfirst 1s;
    -webkit-animation: myfirst 1s;
    /* Safari and Chrome */
    z-index: 2;
}

/*
@keyframes myfirst
{
	0%   {left:-40px; top:44px;}
	100% {left:-40px; top:48px;}
}

@-webkit-keyframes myfirst 
{
	0%   {left:-40px; top:0px;}
	100% {left:-40px; top:48px;}
}
*/
.menu ul li:hover ul li a {
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    background-image: none;
    color: #000;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    width: 162px !important;
}

.menu ul li:hover ul li {
    width: 162px !important;
}

.menu ul li:hover ul li a:hover {

    color: #fff;
    background: #f5a101;
}

.menu .home {
    background: #f5a101;
    color: #fff !important;
}

.partition {
    width: 1300px;
    height: 20px;
    margin: 0 auto;
}

.newslist {
    float: right;
}

/*焦点图*/
.focus {
    position: relative;
    width: 660px;
    height: 453px;
    background-color: #000;
    float: left;
    z-index: 1;
}

.focus .btn {
    position: absolute;
    bottom: 34px;
    left: 510px;
    overflow: hidden;
    zoom: 1;
}

.focus .btn a {
    position: relative;
    display: inline;
    width: 13px;
    height: 13px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.focus .btn a:hover,
.focus .btn a.current {
    cursor: pointer;
    background: #fc114a;
}

.focus .fPic {
    position: absolute;
    left: 0px;
    top: 0px;
}

.focus .D1fBt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
}

.focus .shadow {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 4;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
    display: block;
    text-align: left;
}

.focus .shadow a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    margin-left: 10px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
}

.focus .fcon {
    position: relative;
    width: 660px;
    height: 453px;
    left: 0px;
    top: 0px;
    display: none;
    z-index: 2;
    overflow: hidden;
}

.focus .fcon img {
    display: block;
    position: absolute;
    z-index: auto;
    width: 660px;
    height: 453px;
    top: 0px;
    left: 0px;
    transform: scale(1);
    transition: all 1s ease s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    overflow: hidden;
}

.focus .fcon img:hover {
    transform: scale(1.1);
    transition: all 1s ease s;
    -webkit-transform: all 1s ease 0s;
    -webkit-transform: scale(1.1);
    /*放大1.3倍*/
    transition-duration: .5s;
    overflow: hidden;
}

.focus .fbg {
    bottom: 10px;
    right: 10px;
    position: absolute;
    height: 21px;
    text-align: center;
    z-index: 200;
}

.focus .fbg div {
    margin: 4px auto 0;
    overflow: hidden;
    zoom: 1;
    height: 14px
}

.focus .D1fBt a {
    position: relative;
    display: inline;
    width: 12px;
    height: 12px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #fff;
}

.focus .D1fBt .current,
.focus .D1fBt a:hover {
    background: #f5a101;
}

.focus .D1fBt img {
    display: none
}

.focus .D1fBt i {
    display: none;
    font-style: normal;
}

.focus .prev,
.focus .next {
    position: absolute;
    width: 40px;
    height: 74px;
    background: url(../images/focus_btn.png) no-repeat;
    z-index: 4;
}

.focus .prev {
    top: 50%;
    margin-top: -37px;
    left: 0;
    background-position: 0 -74px;
    cursor: pointer;
}

.focus .next {
    top: 50%;
    margin-top: -37px;
    right: 0;
    background-position: -40px -74px;
    cursor: pointer;
}

.focus .prev:hover {
    background-position: 0 0;
}

.focus .next:hover {
    background-position: -40px 0;
}

/*选项卡样式*/
.newsbox {
    width: 580px;
    height: 34px;
    float: left;
    background-color: #f5f5f5;
}

.newsbox span {
    float: right;
    line-height: 34px;
    padding-right: 20px;
}

.newsbox span a {
    color: #ccc;
}

.newsbox span a:hover {
    color: #f5a101;
}

.newsbox ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.newsbox ul li {
    float: left;
    line-height: 34px;
    display: block;
    cursor: pointer;
    width: 132px;
    text-align: center;
    color: #004990;
    font-size: 18px;
    background-color: #f5f5f5;
}

.newsbox ul li.hover {
    background-color: #004990;
    color: #ffffff;
}

.listbox {
    clear: both;
    border-top: none;
    padding: 10px 0 0 0;
    float: left;
    width: 580px;
    color: #666666;
    overflow: hidden;
}

.listbox h2 {
    color: #004990;
    text-align: center;
    font-size: 18px;
    padding: 5px 10px;
}

.listbox h2 a {
    color: #004990;
}

.listbox h2 a:hover {
    color: #f5a101;
}

.listbox h3 {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    padding: 0 10px 12px 10px;
    border-bottom: #cccccc 1px dashed;
    line-height: 24px;
}

.listbox ul {
    list-style: none;
    margin: 0;
    padding: 8px 0 0 0;
}

.listbox ul li {
    width: 580px;
    float: right;
    height: 38px;
    line-height: 38px;
}

.listbox ul li p {
    width: 450px;
    height: 38px;
    line-height: 38px;
    float: left;
    text-align: left;
    font-size: 16px;
}

.listbox ul li p a {
    color: #333;
}

.listbox ul li p a:hover {
    color: #f5a101;
}

.listbox ul li span {
    width: 100px;
    height: 38px;
    line-height: 38px;
    float: right;
    text-align: left;
    color: #999999;
}

/* marqueeleft */
.marqueeleft {
    width: 100%;
    height: 112px;
    overflow: hidden;
    margin: 0px auto;
}

.marqueeleft ul {
    float: left;
}

.marqueeleft li {
    float: left;
    margin: 0 5px;
    display: inline;
    overflow: hidden;
}

.marqueeleft li img {
    width: 196px;
    height: 106px;
    transform: scale(1);
    transition: all 1s ease s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    overflow: hidden;
    display: block;
}

.marqueeleft li img:hover {
    transform: scale(1.1);
    transition: all 1s ease s;
    -webkit-transform: all 1s ease 0s;
    -webkit-transform: scale(1.1);
    /*放大1.3倍*/
    transition-duration: .5s;
    overflow: hidden;
}

.marqueeleft li .pic {
    display: block;
    border: #e7e7e7 1px solid;
    padding: 2px;
    overflow: hidden;
}

.marqueeleft li .txt {
    text-align: center;
    height: 23px;
    line-height: 23px;
}

.shop-btn {
    float: left;
    width: 150px;
    height: 48px;
    margin-right: 20px;
}

/* select */
SELECT {
    BOX-SIZING: content-box;
    BORDER-BOTTOM: #ccc 1px solid;
    BORDER-LEFT: #ccc 1px solid;
    PADDING-BOTTOM: 1px;
    LINE-HEIGHT: 20px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: #ccc 1px solid;
    BORDER-RIGHT: #ccc 1px solid;
    PADDING-TOP: 1px;

}

OPTION {
    PADDING-BOTTOM: 0px;
    BORDER-RIGHT-WIDTH: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP-WIDTH: 0px;
    BORDER-BOTTOM-WIDTH: 0px;
    BORDER-LEFT-WIDTH: 0px;
    PADDING-TOP: 0px
}

.shop-select {
    float: left;
}

.shop_sel {
    BORDER-BOTTOM: #ccc 1px solid;
    BORDER-LEFT: #ccc 1px solid;
    LINE-HEIGHT: 44px;
    WIDTH: 180px;
    HEIGHT: 44px;
    text-align: center;
    font-size: 16px;
    float: left;
    COLOR: #cccccc;
    BORDER-TOP: #ccc 1px solid;
    BORDER-RIGHT: #ccc 1px solid
}

.shop-input {
    BORDER-BOTTOM: #ccc 1px solid;
	BORDER-LEFT: #ccc 1px solid;
    border-right: none;
    LINE-HEIGHT: 46px;
    WIDTH:598px;
    HEIGHT: 46px;
    text-align: center;
    font-size: 16px;
    float: left;
    COLOR: #cccccc;
    BORDER-TOP: #ccc 1px solid;
}

.shop-button {
    LINE-HEIGHT: 48px;
    WIDTH: 150px;
    HEIGHT: 48px;
    float: left;
    border: none;
    background: url(../images/index_09.jpg) no-repeat center;

}

.overview {
    float: left;
    padding: 20px;
    width: 873px;
    background-color: #fff;
}

.overview-left {
    float: left;
    width: 242px;
    height: 346px;
    overflow: hidden;
}

.overview-left img {
    width: 242px;
    height: 346px;
    transform: scale(1);
    transition: all 1s ease s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    overflow: hidden;
    display: block;
}

.overview-left img:hover {
    transform: scale(1.1);
    transition: all 1s ease s;
    -webkit-transform: all 1s ease 0s;
    -webkit-transform: scale(1.1);
    /*放大1.3倍*/
    transition-duration: .5s;
    overflow: hidden;
}

.overview-right {
    float: right;
    width: 611px;
}

.overview-right-name {
    width: 611px;
    height: 22px;
    background-color: #ececec;
    float: left;
}

.overview-right-name p {
    float: left;
    width: 150px;
    text-align: center;
    line-height: 22px;
    font-size: 20px;
    color: #000;
    background: url(../images/index_11.jpg) no-repeat left;
    background-color: #fff;
}

.overview-right-name span {
    float: right;
    line-height: 22px;
    background-color: #015da2;
    padding: 0 20px;
}

.overview-right-name span a {
    color: #fff;
    font-size: 14px;
}

.overview-right-content {
    width: 611px;
    float: left;
    line-height: 30px;
}

.overview-right-content ul {
    padding: 20px 0;
}

.overview-right-content ul li {
    float: left;
    width: 305px;
    text-align: left;
}

.overview-right-content div {
    width: 601px;
    float: left;
    padding: 20px 0;
}

.price {
    float: right;
    padding: 20px;
    width: 327px;
    
    background-color: #fff;
}

.price-name {
    width: 100%;
    height: 22px;
    background-color: #ececec;
    float: left;
}

.price-name p {
    float: left;
    width: 160px;
    text-align: center;
    line-height: 22px;
    font-size: 20px;
    color: #000;
    background: url(../images/index_11.jpg) no-repeat left;
    background-color: #fff;
}

.price table {
    width: 100%;
    float: left;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    margin-top: 12px;
}

.price .sheng {
    color: #fd1c00;
}

.price .jiang {
    color: #08b900;
}

.journaltitle {
    width: 100%;
    float: left;
    height: 34px;
    line-height: 34px;
    background-color: #f5f5f5;
}

.journaltitle-name {
    float: left;
    width: 150px;
    text-align: center;
    font-size: 20px;
    color: #000;
    background: url(../images/index_11.jpg) no-repeat left;
    background-color: #fff;
}

.journaltitle-time {
    background-color: #f5f5f5;
    float: left;
    width: 860px;
    text-align: right;
    padding: 0 20px;
}

.journaltitle-nav {
    float: right;
    background-color: #015da2;
    padding: 0 20px;
    color: #fff;
    border-left: #fff 20px solid;
}

.journalbox {
    width: 100%;
    float: left;
}

.subNavBox {
    width: 217px;
    float: left;
    padding-top: 20px;
}

.subNav {
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    line-height: 48px;
    background-color: #f0f0f0;
    margin-bottom: 10px;
}

.subNav:hover {
    color: #fff;
    background-color: #015da2;
}

.subNav span {
    padding: 0 10px 0 40px;
}

.currentDd {
    color: #fff;
    background-color: #015da2;
}

.currentDt {
    
}

.navContent {
    display: none;
    overflow: hidden;
}

.navContent li a {
    display: block;
    width: 30px;
    heighr: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #000;
    background-color: #f7f7f7;
    float: left;
    margin: 0 5px 10px 8px;
}

.navContent li a:hover {
    color: #fff;
    background-color: #f5a101
}

.navContent .hover {
    color: #fff;
    background-color: #f5a101
}

.subNavBox1 {
    width: 210px;
    float: left;
	margin:5px;
}

.subNav1 {
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    line-height: 48px;
    background-color: #f0f0f0;
    margin-bottom: 10px;
}

.subNav1:hover {
    color: #fff;
    background-color: #f5a101;
}

.subNav1 span {
    padding: 0 10px 0 40px;
}

.currentDd1 {
    color: #fff;
    background-color: #0056a9;
}

.currentDt1 {
    
}

.navContent1 {
    display: none;
    overflow: hidden;
}

.navContent1 li a {
    display: block;
    width: 30px;
    heighr: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #000;
    background-color: #f7f7f7;
    float: left;
    margin: 0 5px 10px 7px;
}

.navContent1 li a:hover {
    color: #fff;
    background-color: #f5a101
}

.navContent1 .hover {
    color: #fff;
    background-color: #f5a101
}

.journalbox-list {
    width: 1023px;
    height: 682px;
    float: right;
    background: url(../images/index_12.jpg) no-repeat center;
    margin-top: 20px;
}

.journalbox-list ul {
    overflow: auto;
    width: 973px;
    margin: 12px 0 0 30px;
    height: 652px;
}

.journalbox-list ul li {
    float: left;
    border-bottom: #cccccc 1px dashed;
    padding: 20px 0;
    width: 926px;
}

.journalbox-list ul li img {
    width: 220px;
    height: 117px;
    float: left;
    border: #eaeaea 1px solid;
    padding: 2px;

}

.journalbox-list-box {
    float: left;
    padding-left: 20px;
	width:600px;
}

.journalbox-list-box h2 {
    line-height: 30px;
}

.journalbox-list-box h2 a:hover {
    color: #f5a101;
}

.journalbox-list-box span {
    display: block;
    padding: 0 10px;
    line-height: 24px;
    color: #fff;
    background-color: #f5a101;
    width: 100px;
    text-align: center;
    font-size: 14px;
}

.journalbox-list-box p {
    color: #999;
    font-size: 14px;
    line-height: 24px;
}

/*编委 css*/
.i_title {
    width: 1260px;
    height: 40px;
    float: left;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #004990;
}

.i_title p {
    font-weight: normal;
    font-size: 24px;
    display: block;
    font-weight: normal;
    border-bottom: 1px solid #004990;
    position: relative;
    margin: 0 auto;
    width: 220px;
    padding-bottom: 5px;
}

.i_title p::before {
    content: '';
    display: block;
    width: 50px;
    height: 5px;
    background: #f5a101;
    position: absolute;
    bottom: -3px;
    left: 86px;
    border-radius: 10px;
}

.i_box {
    position: relative;
    overflow: hidden;
    width: 1260px;
    height: 420px;
    float: left;
}

.i_imglist {
    width: 1260px;
    height: 420px;
    z-index: 0
}

.i_imglist li {
    width: 1260px;
    height: 420px;
}

.i_imglist li img {
    width: 306px;
    height: 420px;
    display: block;
    float: left;
}

.i_imglist_box {
    float: left;
    width: 860px;
    padding: 20px 0 0 40px;
}

.i_imglist_box h2 {
    color: #275caa;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
}

.i_imglist_box p {
    color: #000;
    font-size: 14px;
    line-height: 30px;
}

.i_main {
    position: absolute;
    right: 0;
    bottom: 60px;
    overflow: hidden;
    width: 940px;
    height: 185px;
    z-index: 2;
    background-color: #f7f7f8;
}

.i_nav {
    position: absolute;
    right: 30px;
    bottom: 60px;
    overflow: hidden;
    width: 860px;
    height: 185px;
    z-index: 3;
    background-color: #f7f7f8;
}

.i_nav ul li {
    float: left;
    height: 165px;
    margin: 10px 20px 0 0;
    text-align: center;
    line-height: 30px;
    color: #000;
}

.i_nav ul li img {
    width: 100px;
    height: 135px;
}

.i_nav ul li.hover {
    color: #000;
}

.i_nav ul li a {
    color: #000;
    text-decoration: none;
    border: #f7f7f8 2px solid;
    display: block;
    overflow: hidden;
}

.i_nav ul li a:hover {
    text-decoration: underline;
    border: #f39c0d 2px solid;
}

.i_nav ul li p {
    font-weight: 400;
    font-size: 16px;
}

.i_nav ul li.hover a {
    color: #f39c0d;
    border: #f39c0d 2px solid;
}

.i_prev a,
.i_next a {
    position: absolute;
    overflow: hidden;
    width: 15px;
    height: 26px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    line-height: 26px;
    z-index: 4;
}

.i_prev a {
    left: 335px;
    bottom: 140px;
}

.i_next a {
    right: 15px;
    bottom: 140px
}

.i_prev a:hover,
.i_next a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #f39c0d
}

/*友情 css*/
.form {
    width: 1300px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.item {
    line-height: 38px;
    text-align: center;
    width: 32%;
}

.item span {
    display: inline-block;
    vertical-align: top;
}

.item select {
    width: 100%;
    text-align: center;
    border: none;
    position: relative;
    /* 父容器需要是相对定位 */
    padding: 10px 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    font-size: 16px;
    font-weight: 400;
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.3);
    background: #fff\9;
    color: #666;
    outline: none;
}

.item select:focus {
    outline: none;
    /* 去除焦点时的默认外边框 */
    border-color: #9ecaed;
    /* 焦点时边框颜色更改 */
    box-shadow: 0 0 10px #9ecaed;
    /* 焦点时的阴影效果 */
}

.item .select {
    border-radius: 3px;
    color: #616263;
    overflow: hidden;
    position: relative;
    display: block;
}

.item .select:after {
    content: '▼';
    /* 添加下拉箭头 */
    padding: 0;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
    color: #92acc1;
}

.item label {
    display: block;
    width: 100%;
    font-weight: normal;
    color: #353535;
    vertical-align: top;
    overflow: hidden;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
    box-sizing: border-box;
    text-align: center;
}
.right-section {
	width:1020px;
	min-height:800px;
	background-color:#fff;
	padding:20px;
	overflow:hidden;
}
.right-section-msg {
	width:980px; 
	background-color:#fff;
	margin:0 auto;
	font-size:14px;
	border-bottom:#f3f7fb 1px solid;
	padding-bottom:10px;
	text-align:right;
}
.right-section-msg a {
	color:#000;
}
.right-section-msg a:hover {
	color:#f5a101;
}
.right-section-title {
    width: 940px;
    margin:0 auto;
    text-align: center;
    font-size: 38px;
    padding: 50px 0 30px 0;
    color: #4177b7;
    border-bottom: #e8f2fc 1px dashed;
}
.right-section-sort {
    width: 940px;
    margin:30px auto 20px auto;
	height:42px;
	line-height:42px;
    color: #4177b7;
    background-color: #f5f5f5;
}
.right-section-sort i {
	font-size:20px;
	padding-right:5px;
}
.right-section-sort p {
	float:left;
	height:42px;
	line-height:42px;
	font-size: 18px;
	color:#fff;
	background-color:#004990;
	padding:0 20px;
	
}
.right-section-sort span {
	float:right;
	height:42px;
	line-height:42px;
	font-size:16px;
	padding-right:20px;
}
.right-section-sort span a {
	color:#004990 !important;
}
.right-section-sort span a:hover {
	color:#f5a101 !important;
}
.right-section .citation {
	width: 940px;
    margin:0 auto;
    text-align: left;
    padding: 30px 0 20px 0;
	line-height:32px;
    border-bottom: #e8f2fc 1px dashed;
	overflow:hidden;
}
.right-section .citation h2 {
	font-size:28px;
}
.right-section .paper {
    width: 940px;
    margin:0 auto;
    line-height: 42px;
    padding: 20px 0;
    font-size: 16px;
	overflow:hidden;
}
.right-section .paper a {
	color:#004990;
}
.right-section .paper a:hover {
	color:#f5a101;
}
.right-section .paper i {
	color:#f5a101;
	padding:0 10px;
	font-size:30px;
}
.right-section .paper ul {
}
.right-section .paper ul li {
    width: 940px;
	float:left;
}
.right-section .paper h2 {
	font-size:24px;
}
.right-section .paper h3 {
	color: #4177b7;
}
.right-section .paper span {
	color:#f5a101;
}
.right-section .paperbox {
	width: 940px;
    margin:0 auto;
	background-color:#f4f2f2;
	overflow:hidden;
}
.right-section .paperbox ul{ 
    list-style:none;
	margin:0;
	padding:0;
}
.right-section .paperbox ul li{
	float:left;
	line-height:42px;  
	display:block; 
	cursor:pointer;
	text-align:center;
	color:#000; 
	font-size:16px; 
	padding:0 50px;
}
.right-section .paperbox ul li.hover{ 
	color:#fff;
	background-color:#7dbfff
}
.right-section .abstractbox{  
	padding:20px;
	margin:0 auto; 
	width:898px; 
	overflow:hidden;
	line-height:32px;
	border-bottom:#f4f2f2 1px solid;
	border-right:#f4f2f2 1px solid;
	border-left:#f4f2f2 1px solid;

}
.right-section .abstractbox ul{
}
.right-section .abstractbox ul li{ 
    width:898px; 
	float:left; 
	line-height:42px;
	overflow:hidden;
}
.right-section .abstractbox a {
	color:#f5a101;
}
.right-section .abstractimg {
	padding-bottom:20px;
	color: #4177b7;
}
.right-section .abstractimg img {
	max-width: 100%;
    height: auto;
	border:#f4f2f2 1px solid;
	margin-bottom:10px;
}
.right-section .keyword {
	color: #4177b7;
}
.abstractbox ul li p { width:450px; height:30px; line-height:30px; float:left; text-align:left; padding-left:17px;}
.abstractbox ul li p a { color:#666666;}
.abstractbox ul li p a:hover { color:#333333;}
.abstractbox ul li span { width:75px; height:30px; line-height:30px; float:right; text-align:left; color:#999999;}
.right-section-time {
    width: 940px;
    margin:0 auto;
    text-align: center;
    font-size: 16px;
    padding: 10px 0 0 0;
    color: #999;
}
.right-section-label {
	width: 860px;
    margin:20px auto 0 auto;
    text-align: center;
    font-size: 16px;
    color: #999;
}
.right-section-label p {
	float:right;
	line-height:38px;
	padding:0 20px;
	background-color:#f7f7f7;
	color:#333;
}
.right-section-text {
    width: 900px;
    margin:0 auto;
    line-height: 42px;
    padding: 20px 0 0 0;
    font-size: 16px;
    text-align: justify;
	
}

.right-section-text p {
    line-height: 42px;
    text-align: justify;
}

.right-section-text img {
    max-width: 100%;
    height: auto;
    padding: 10px 0;
}
.right-section-text-nav {
	width: 900px;
    margin:0 auto;
    line-height: 42px;
}
.right-section-text-nav p {
	float:right;
}
.right-section-text-nav a:hover {
	color:#f5a101;
}
.magazine {
    width: 880px;
    margin:0 auto;
    line-height: 42px;
    padding: 20px 0 0 0;
    font-size: 16px;
    text-align: justify;
}
.magazine-title {
	width: 880px;
    margin:0 auto;
    line-height: 42px;
    padding: 20px 0 0 0;
    font-size: 16px;
    text-align: justify;
	overflow:hidden;
	
}
.magazine-title p {
	display:block;
	background-color:#7dbfff;
	color:#fff;
	float:left;
	padding:0 30px;
}
.magazine-box {
	width: 860px;
    margin:0 auto;
    line-height: 42px;
    padding: 10px;
    font-size: 16px;
    text-align: justify;
	border:#e8f2fc 1px solid;
	overflow:hidden;
}
.magazine-box a {
	color:#f5a101;
}
.magazine-box ul {
}
.magazine-box ul li {
	width: 860px;
	float:left;
}
.magazine-box ul li span {
	text-align:right;
	float:left;
	width:120px;
	color: #4177b7;
}
.magazine-box ul li p {
	width:720px;
	text-align:left;
	float:right;
	padding-right:20px;
}
.magazine-box h2 {
	font-weight:400;
	padding-left:20px;
}
.manu {
    PADDING-RIGHT: 3px;
    PADDING-LEFT: 3px;
    PADDING-BOTTOM: 3px;
    PADDING-TOP: 30px;
    TEXT-ALIGN: center;
	margin:0 auto;
}

.manu A {
    BORDER-RIGHT: #eee 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #eee 1px solid;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 2px;
    MARGIN: 2px;
    BORDER-LEFT: #eee 1px solid;
    COLOR: #036cb4;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #eee 1px solid;
    TEXT-DECORATION: none
}

.manu A:hover {
    BORDER-RIGHT: #999 1px solid;
    BORDER-TOP: #999 1px solid;
    BORDER-LEFT: #999 1px solid;
    COLOR: #666;
    BORDER-BOTTOM: #999 1px solid
}

.manu A:active {
    BORDER-RIGHT: #999 1px solid;
    BORDER-TOP: #999 1px solid;
    BORDER-LEFT: #999 1px solid;
    COLOR: #666;
    BORDER-BOTTOM: #999 1px solid
}

.manu .current {
    BORDER-RIGHT: #4177b7 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #4177b7 1px solid;
    PADDING-LEFT: 5px;
    FONT-WEIGHT: bold;
    PADDING-BOTTOM: 2px;
    MARGIN: 2px;
    BORDER-LEFT: #4177b7 1px solid;
    COLOR: #fff;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #4177b7 1px solid;
    BACKGROUND-COLOR: #4177b7
}

.manu .disabled {
    BORDER-RIGHT: #eee 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #eee 1px solid;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 2px;
    MARGIN: 2px;
    BORDER-LEFT: #eee 1px solid;
    COLOR: #ddd;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #eee 1px solid
}
.right-section-list {
    width: 860px;
    margin:0 auto;
	min-height:600px;
    line-height: 64px;
    padding: 20px 0;
    font-size: 16px;
}
.right-section-list ul {}
.right-section-list ul li {
	width:850px;
	border-bottom:#e8f2fc 1px dashed;
	text-align:left;
	padding-left:10px;
}
.right-section-list ul li span {
	width:110px;
	float:right;
}
.right-section-list ul li a {
	color:#000;
}
.right-section-list ul li a:hover {
	color:#f5a101;
}

.right-section-list1 {
    width: 860px;
    margin:0 auto;
    line-height: 64px;
    padding:0 0 20px 0;
    font-size: 16px;
	overflow:hidden;
}
.right-section-list1 ul {}
.right-section-list1 ul li {
	width:850px;
	border-bottom:#e8f2fc 1px dashed;
	text-align:left;
	padding-left:10px;
}
.right-section-list1 ul li span {
	width:110px;
	float:right;
}
.right-section-list1 ul li a {
	color:#000;
}
.right-section-list1 ul li a:hover {
	color:#f5a101;
}
.right-section-pic {
    width: 860px;
    margin:0 auto;
	min-height:600px;
    padding: 20px 0;
    font-size: 16px;
}
.right-section-pic ul {}
.right-section-pic ul li {
	width:850px;
	border-bottom:#e8f2fc 1px dashed;
	text-align:left;
	padding:20px 0 20px 10px;
}
.right-section-pic img {
	width:150px;
	height:204px;
	float:left;
	border:#e2f0fd 1px solid;
	padding:4px;
}
.right-section-pic .box { 
    float:right;
	width:670px;
}
.right-section-pic h2 {
	line-height:42px;
	font-size:22px;
	color: #004990;
}
.right-section-pic h2 a {
	color: #004990;
}
.right-section-pic h2 a:hover {
	color: #f5a101;
}
.right-section-pic p {
	line-height:30px;
}
.right-section-typebox {
	width: 860px;
    margin:0 auto;
    font-size: 16px;
	padding-bottom:20px;
	overflow:hidden;
}
.right-section-typebox ul {
	overflow:hidden;
}

.right-section-typebox ul li {
    float: left;
    border-bottom: #cccccc 1px dashed;
    padding: 20px 0;
    width: 860px;
	overflow:hidden;
}
.right-section-typebox h2 {
	line-height:42px;
}
.right-section-typebox p {
	line-height:32px;
}
.right-section-typebox a {
	color:#000;
}
.right-section-typebox a:hover {
	color:#f5a101;
}
.right-section-typebox .frame {
	width:820px;
	background-color:#f4f2f2;
	padding:20px;
	line-height:30px;
	text-align:justify;
	overflow:hidden;
}
.right-section-journal {
	width: 860px;
    margin:0 auto;
	min-height:600px;
    font-size: 16px;
	padding-bottom:20px;
	overflow:hidden;
}
.right-section-journal ul {
}

.right-section-journal ul li {
    float: left;
    border-bottom: #cccccc 1px dashed;
    padding: 20px 0;
    width: 860px;
}
.right-section-journal ul li img {
    width: 220px;
    height: 117px;
    float: left;
    border: #eaeaea 1px solid;
    padding: 2px;
}
.right-section-journalbox {
    float: left;
    padding-left: 20px;
	width:600px;
}
.right-section-journalbox i{
    color: #BA2C28 !important;
}
.right-section-journalbox h2 {
    line-height: 30px;
}
.right-section-journalbox h2 a:hover {
    color: #f5a101;
}
.right-section-journalbox span {
    display: block;
    padding: 0 10px;
    line-height: 24px;
    color: #fff;
    background-color: #f5a101;
    width: 100px;
    text-align: center;
    font-size: 14px;
}

.right-section-journalbox p {
    color: #999;
    font-size: 14px;
    line-height: 24px;
}
.right-section-classify {
	width: 900px;
    margin:0 auto;
	min-height:600px;
    font-size: 16px;
	padding-bottom:20px;
	overflow:hidden;
}
.right-section-classify ul {
}

.right-section-classify ul li {
    float: left;
    border-bottom: #cccccc 1px dashed;
    padding: 20px 0;
    width: 900px;
}
.right-section-classify ul li img {
    width: 220px;
    height: 117px;
    float: left;
    border: #eaeaea 1px solid;
    padding: 2px;
}
.right-section-classifybox {
    float: left;
    padding-left: 20px;
	width:640px;
}
.right-section-classifybox h2 {
    line-height: 30px;
}
.right-section-classifybox h2 a:hover {
    color: #f5a101;
}
.right-section-classifybox i {
	padding:0 5px 0 0;
	font-style:normal;
}

.right-section-classifybox p {
    color: #999;
    font-size: 14px;
    line-height: 24px;
}
.right-section-tab {
	width: 860px;
    margin:0 auto;
	min-height:600px;
    font-size: 16px;
	padding:20px 0;
	overflow:hidden;
}

.right-section-tab ul {
}

.right-section-tab ul li {
    float: left;
    border-bottom: #cccccc 1px dashed;
    padding: 20px 0;
    width: 860px;
}
.right-section-tab-time {
	width:150px;
	border:#004990 1px solid;
	padding:20px;
	float:left;
	margin-left:20px;
	background:url(../images/index_32.png) bottom right no-repeat;
}
.right-section-tab-time h2 {
	border-bottom:#004990 1px solid;
	line-height:30px;
	text-align:center;
}
.right-section-tab-time h3 {
	line-height:30px;
	text-align:center;
}
.right-section-tab-time span {
	margin:0 5px;
}
.right-section-tab-number { 
    float:left;
	width:620px;
	padding-left:20px;
}
.right-section-tab-number a {
	display:block;
	width:90px;
	text-align:center;
	line-height:40px; 
	margin:0 10px 10px 0;
	background-color:#f7f7f7;
	float:left;
}
.right-section-tab-number a:hover {
	display:block;
	background-color:#f5a101;
	color:#fff;

}
.right-section-select {
	width:860px;
	float:left;
    font-size: 16px;
}
.right-section-type {
	width:860px;
	float:left;
    font-size: 16px;
	padding:20px 0 0 0;
	text-align:left;
}
.right-section-sel {
    LINE-HEIGHT: 34px;
    WIDTH: 120px;
    HEIGHT: 34px;
    text-align: center;
    font-size: 14px;
    float: left;
    COLOR: #666;
	BORDER:#ccc 1px solid;

}
.right-section-sel1 {
    LINE-HEIGHT: 34px;
    WIDTH: 220px;
    HEIGHT: 34px;
    text-align: center;
    font-size: 14px;
    float: left;
    COLOR: #666;
	BORDER:#ccc 1px solid;

}
.right-section-input {
    BORDER-BOTTOM: #ccc 1px solid;
    border-left: none;
    border-right: none;
    LINE-HEIGHT: 36px;
    WIDTH: 280px;
    HEIGHT: 36px;
    text-align: left;
    font-size: 14px;
	padding-left:20px;
    float: left;
    COLOR: #000;
    BORDER-TOP: #ccc 1px solid;
}
.right-section-input1 {
    BORDER-BOTTOM: #ccc 1px solid;
    border-left: none;
    border-right: none;
    LINE-HEIGHT: 36px;
    WIDTH: 480px;
    HEIGHT: 36px;
    text-align: left;
    font-size: 14px;
	padding-left:20px;
    float: left;
    COLOR: #000;
    BORDER-TOP: #ccc 1px solid;
}
.right-section-button {
    LINE-HEIGHT: 38px;
    WIDTH: 38px;
    HEIGHT: 38px;
    float: left;
	border:none;
    background: url(../images/index_33.png) no-repeat center;

}

.left-section {
	width:220px;
	min-height:800px;
	background-color:#fff;

}
.left-section h3 { 
	width:220px; 
	height:70px;
	line-height:70px;
	font-size: 24px;
	text-align:center;
	color:#fff;
	background: url(../images/index_26.jpg) no-repeat center;
	border-radius: 5px 5px 0px 0px;
}
.left-section h4 { 
	width:220px; 
	height:70px;
	line-height:70px;
	font-size: 24px;
	text-align:center;
	color:#fff;
	background: url(../images/index_26.jpg) no-repeat center;
	border-radius: 5px 5px 0px 0px;
}
.left-section-tab {
	width:220px;
	text-align:center;
	background-color:#f3f7fb;
	overflow:hidden;
}
.left-section-tab a {
	display:block;
	width:220px;
	height:68px;
	line-height:68px;
	color:#fff;
	background-color:#0056a9;
	border-radius: 5px;
	margin-bottom:10px;
	font-size:22px;
}
.left-section-tab a:hover {
	background-color:#f5a101;
}
.left-section-tab span {
	font-size:22px;
}
.vertical-nav {
	list-style-type: none;
	padding: 0 0 20px 0;
	margin: 0;
}
.vertical-nav:after {
    content: '';
    display: table;
    clear: both;
}

.vertical-nav li {
    margin: 5px;
    width: 210px;
    display: inline;
    float: left;
    font-size: 16px;
    line-height: 52px;
    border-bottom: #efefef 1px dashed;
    overflow: hidden;

}

.vertical-nav li a {
    display: block;
    width: 210px;
    text-align: center;
    text-decoration: none;
    color: #666;
    transition: background 0.4s, color 0.4s;
    -o-transition: background 0.4s, color 0.4s;
    -ms-transition: background 0.4s, color 0.4s;
    -moz-transition: background 0.4s, color 0.4s;
    -webkit-transition: background 0.4s, color 0.4s;
}

.vertical-nav li>div {
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: -9999px;
    margin-top: 8px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}

.vertical-nav li>div:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 8px;
    background: transparent;
}

.vertical-nav li>div:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 24px;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(255, 255, 255, 0.9);
    border-left: 5px solid transparent;
}

.vertical-nav li:hover>a,
.vertical-nav li.current>a {
    background: #2da5da;
    color: #fff;
}

.vertical-nav li:hover>div {
    left: 0;
    opacity: 1;
    -webkit-transform: translate(0, 0);
}
.footer {
    width: 100%;
    margin: 0 auto;
    height: 225px;
    background: url(../images/index_25.jpg) no-repeat bottom;
    color: #fff;
    background-color: #004990;
}

.footerbox {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer-copyright {
    padding: 20px 0 0 0;
    display: block;
}

.footer-copyright h2 {
    line-height: 40px;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.footer-copyright h2::before {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-copyright p {
    line-height: 30px;
}

.footer-copyright p a {
    color: #fff;
}

.footer-copyright p a:hover {
    color: #fff;
}

.footer-copyright ul {
    width: 420px;
}

.footer-copyright ul li {
    float: left;
    width: 140px;
    text-align: left;
    line-height: 30px;
}

.footer-copyright ul li a {
    color: #fff;
}

.footer-copyright ul li a:hover {
    color: #fff;
}

.footer-img {
    padding-top: 40px;
}

.footer-img img {
    width: 114px;
    height: 114px;
}

input:disabled + label {/*禁用的指针*/
	cursor: not-allowed
	}
.Radio input,
.Checkbox input {
	display: none
	}
.Radio label,
.Checkbox label {
	padding: 0 16px 0 0;
	display: inline-block;
	cursor: pointer;
	position: relative
	}
.Radio label:before,
.Checkbox label:before {
	box-sizing: border-box;
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #999;
	margin: 0 8px;
	vertical-align: middle;
	display: inline-block;
	transition: 0.1S;
	}
.Radio label:hover:before,
.Checkbox label:hover:before {
	border-color: #00a4ff;
	}
.Radio input:disabled + label:before,
.Checkbox input:disabled + label:before {
	background-color: #CCC;
	border-color: #999;
	opacity: 0.5;
	}
.Radio input:disabled + label,
.Checkbox input:disabled + label {
	opacity: 0.5;
	}
.Radio input:checked + label:before {
	border: 5px solid #00a4ff;
	}
.Checkbox label:before {
	background: url(images/ico_tick.svg) no-repeat center;
	background-size: 0;
	border-radius: 4px;
	transition: 0.2S;
	}
.Checkbox input:checked + label:before {
	background-color: #00a4ff;
	background-size: 16px;
	border-color: #00a4ff;
	}
.HoverLabel label {
	display: block;
	border-radius: 4px;
	padding: 4px;
	width: 100%;
	}
.HoverLabel label:hover {
	background-color: #EEE;
	}
	
#pop{
	width:300px; 
	position:fixed;
	right:0;
	bottom:0; 
	z-index:999999
}
#popHead{
	line-height:40px;
	background:#0f92e2;
	border:1px solid #dcdcdc;
	font-size:12px;
	padding:0 0 0 10px; 
	border-radius: 10px 10px 0px 0px;
}
#popHead h2{
	font-size:14px;
	color:#fff;
	line-height:40px;
	height:40px; 
	text-align:center;
}
#popHead #popClose{
	position:absolute;
	right:10px;
	top:1px; 
	color:#fff;
}
#popHead a#popClose:hover{
	color:#fff;
	cursor:pointer;
}
#pop #popContent { 
    background:#fff; 
	font-weight:400; 
	font-size:12px; 
	line-height:24px; 
	padding:10px; 
	border-bottom:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc; 
	text-align: justify;
}