@import url(http://fonts.googleapis.com/css?family=Raleway:300,400,700);
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
	background: #333;
	color: #333;
	font-weight: 400;
	font-size: 1em;
	/* font-family: 'Raleway', Arial, sans-serif; */
	font-family: "微软雅黑","微软雅黑","Microsoft YaHei",Helvetica,Tahoma,sans-serif;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;

}

a {
	color: #f0f0f0;
	text-decoration: none;
	outline: none;
}

*{
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;	
}

ul,li{
    list-style-type: none; 
}

/* Demo colors */
.demo-1 { background: #ef6e7e; }
.demo-1 a { color: #be4856; }

.demo-2 { background: #ffffff;}
.demo-2 a { color:#313131;; }

a:hover, a:focus {
	color: #FF5722;
}

section {
	padding: 1em;
	text-align: center;
}

/* Header */
.codrops-header {
	margin: 0 auto;
	padding: 2em;
	text-align: center;
}

.codrops-header h1 {
	margin: 0;
	font-weight: 300;
	font-size: 2.5em;
	line-height: 1.3;
}

.codrops-header h1 span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 60%;
	opacity: 0.7;
}

/* To Navigation Style */
/* .codrops-top {
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	display: inline-block;
	padding: 2em;
	text-decoration: none;
	letter-spacing: 1px;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
} 

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

 .codrops-icon-prev:before {
	content: "\e004";
} */

/* Demo Buttons Style */

/* .codrops-demos {
	padding: 2em 0 1em;
	font-size: 0.8em;
	text-align: center;
}

.codrops-demos a {
	display: inline-block;
	margin: 0.5em 0.75em;
	line-height: 1.5;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

.codrops-demos a.current-demo {
	color: inherit;
}
 */
/* Related demos */
/* .related {
	padding: 4em 0 3em;
}

.related p {
	font-size: 1.25em;
	font-weight: 700;
}

.related > a {
	border: 2px solid #000;
	border-color: initial;
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
}

.related a img {
	max-width: 100%;
	opacity: 0.8;
}

.related a:hover img,
.related a:active img {
	opacity: 1;
}

.related a h3 {
	margin: 0;
	padding: 0.5em 0 0.3em;
	max-width: 300px;
	text-align: left;
} */

/*搜索*/
body .mod-search.theme1 {
    background-color: #fff;
}

.mod-search {
    background-color: transparent;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}

.mod-search input[type=text].front-input {
    -webkit-appearance: none;
    height: 29px;
    line-height: 29px;
    border-radius: 4px;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    background-color: rgba(0,0,0,0.13);
    border: none;
    outline: 0;
    box-shadow: none;
    padding: 0px;
    vertical-align: top;
    margin-top: 8px;
}

.ip-main .search-word-wrap {
    position: absolute;
    color: #FFFFFF;
    height: 45px;
    line-height: 45px;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 8px;
}

.ip-main .search-word-wrap .front-i-search {
    vertical-align: middle;
    color: #FFFFFF;
    line-height: 29px;
    height: 29px;
    font-size: 20px;
}

.ip-main .search-word-wrap .search-word {
    font-size: 16px;
}

.ki-t {
    font-family: 'icomoon-thin';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.ki-t.i-search:before {
    content: "\e61d";
}

/*共用*/
/* .globalPadding {
    padding-left: 1%;
    padding-right: 1%;
} */

 /*导航菜单*/

/* .subNavheader {
    height: 2rem;
}

.subNav {
    background-color: #1172c2;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 98;
    padding-right: .4rem;
    padding-left: .4rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
    box-shadow: rgba(187,183,183,.2) 0 2px 5px 0;
    -webkit-box-shadow: rgba(187,183,183,.2) 0 2px 5px 0;
    transition: all .4s;
    -webkit-transition: all .4s;
}
 
 
.subNav p {
    padding: 1px 0;
    margin: 0;
}
 
.subNav p {
    float: left;
}

.subNav p a {
    display: inline;
    float: left;
    color: #fff;
    white-space: nowrap;
}

.subNav p a.cur {
    -webkit-radius: 3.01px;
    -moz-radius: 3.01px;
    -ms-radius: 3.01px;
    -o-radius: 3.01px;
    border-radius: 0;
    padding: 5px 7px;
}


.subNav p a.cur {
    border-bottom: 3px solid #6ED56C;
}

.subNav p a {
    padding: 5px 7px;
    font-size: 16px;
    margin-right: 13px;
    color: #333;
}
  */

  
.new-nav {
    overflow-y: hidden;
    overflow-x: auto;
    position: relative;
	color: #333;
}

.new-nav ul{
	-webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
.sys-nav-16 {
    width: 100%;
    height: 30px;
    display: -webkit-box;
    border-bottom: 1px solid #dedcdf;
}

.sys-nav-16 li:hover {
    border-bottom: 3px solid #6ED56C;
}

.new-nav > ul > li {
    position: relative;
}

.sys-nav-16 li {
    text-align: center;
    overflow: hidden;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.new-nav a:hover {
    color: inherit;
    text-decoration: none;
}

.new-nav a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    color: inherit;
    z-index: 11;
}
.sys-nav-16 li:hover>div {
    color: #6ED56C;
}

.sys-nav-16 li.ww{
	color: #6ED56C;
	border-bottom: 3px solid #6ED56C;
}


.sys-nav-16 li>div>span {
    vertical-align: middle;
}

.new-nav-container .cus-nav {
    font-size: 15px;
    margin: 0 10px;
    position: relative;
    line-height: 26px;
}

.new-nav > ul > li > div {
    position: relative;
}

.sys-nav-16 li>div {
    font-size: 12px;
    margin: 0 10px;
    position: relative;
    line-height: 50px;
}

/* 图片轮播 */
.kz-component {
    position: relative;
    border: 2px solid transparent;
}

.kz-component .module-delete {
    width: 14px;
    height: 14px;
    background: #b7b7b7;
}

body .cus-swiper-1499842343182 {
    border-radius: 0;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
}

.new-swiper-container {
    overflow: hidden;
}

.new-swiper-container {
    overflow: hidden;
}

.new-swiper-container .new-swiper-wrap .new-swiper-item {
    position: relative;
}
 
body .cus-swiper-1499842343182 .new-swiper-item {
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.new-swiper-container .new-swiper-wrap a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: inherit;
    background-size: cover;
    background-position: center center;
}

.new-swiper-container .new-swiper-wrap a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: inherit;
    background-size: cover;
    background-position: center center;
}

body .cus-swiper-1499842343182 a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.new-swiper-container a {
    pointer-events: none;
}

.cus-swiper-1499842343182 .new-swiper-item {
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.cus-swiper-1499842343182 .new-swiper-progress>span {
    background-color: #DBDBDB;
    width: 6px;
    height: 2px;
    margin: 2px;
    padding: 0;
    border-radius: 0;
    display: inline-block;
    line-height: 2px;
    progress_style: swiper-dashed;
}

.cus-swiper-1499842343182 .new-swiper-progress {
    transform: translateY(-100%);
    font-size: 12px;
    right: 0;
    position: absolute;
}


/*评分*/
._score {
    font-size: 10px;
    position: absolute;
    top: 24px;
    /* left: 80px; */
    right: 24px;
    /* text-align: right; */
    background: inherit;
    width: 26px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(135deg) translate(-50%,-50%);
    transform: rotate(135deg) translate(-50%,-50%);
    -webkit-transform-origin: top left;
    transform-origin: top right;
    background:rgba(3, 169, 244, 0.65);
}

._score span {
    /* display: none; */
    position: relative;
    left: 3px;
    /* top: -1px; */
    -webkit-transform: rotate(-145deg);
    transform: rotate(-180deg);
    color: #fff;
}

._score:after {
    content: "";
    position: absolute;
    top: -7px;
    bottom: -7px;
    right: 0;
    width: 1px;
    background: #fff;
}


/* Demo ad design */
body #cdawrap {
	background: none;
	top: 50px;
	opacity: 0;
	-webkit-transition: opacity 0.3s 1.2s;
	transition: opacity 0.3s 1.2s;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body #cdawrap a {
	color: #fff !important;
}

body .loaded ~ #cdawrap {
	opacity: 1;
}

body #cdawrap #cda-remove {
	top: 20px;
	right: 25px;
	width: 20px;
	height: 20px;
	opacity: 0;
}

body #cdawrap:hover #cda-remove {
	opacity: 1;
}

@media screen and (max-width: 35em) {
	.codrops-icon span {
		display: none;
	}
}
.ip-container{
	position: relative;
}

/*标题*/
body .mod-title.t1 {
    margin: 0;
    padding: 2px 14px;
    min-height: 24px;
    height: auto;
    background-color: #fafafa;
}

.mod-title.t1 {
    padding: 0;
    margin: 14px 0;
    overflow: hidden;
}
.mod-title {
    padding: 6px 0;
    position: relative;
    text-align: left;
}

body .mod-title.t1 h2 {
    border: none;
    vertical-align: top;
    padding: 0;
    left: 8px;
    display: inline-block;
    font-size: 16px;
    padding-left: 10px;
    position: relative;
    color: #333;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

.mod-title.t1 h2 {
    display: inline-block;
    position: relative;
    border-left: 6px solid;
    padding: 0 13px;
}

.mod-title h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    vertical-align: middle;
}

body .mod-title.t1 h2:before {
    display: inline-block;
    content: ' ';
    width: 3px;
    background-color: #e63d3e;
    border-radius: 3px;
    margin: 0;
    position: absolute;
    height: 80%;
    top: 10%;
    left: 0;
}

/*标题里的右箭头*/

.t1 .aMore {
	float: right;
    padding: 7px 16px 7px 13px;
}

.t1 .moreArrow {
    float: left;
    display: inline;
}
  
.t1 .moreArrow {
    width: 12px;
    height: 12px;
}

.t1 .moreArrow {
    font-size: 0;
    line-height: 0;
    border: solid #1c9ccd;
    vertical-align: top;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.t1 .moreArrow {
    border-width: 1px 1px 0 0;
}