@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	font-family: "微软雅黑";
	width: 100%;
	font-size: 12px;
}

img {
	border: none;
}

.wrap {
	width: 1260px;
	margin: 0 auto;
}

.link {
	display: block;
	width: 100%;
	height: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	overflow: hidden;
}

a {
	text-decoration: none;
}

.posr {
	position: relative;
}

.ovh:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both;
}

.header {
	padding-top: 80px;
	padding-bottom: 45px;
	text-align: center;
}

.nav {
	height: 68px;
	border-top: 1px solid #EAEAEA;
}

.nav_ul {
	overflow: hidden;
	text-align: center;
	position: relative;
}

.nav_ul li {
	display: inline-block;
	position: relative;
}

.nav_ul li:after {
	content: " ";
	display: block;
	height: 18px;
	width: 1px;
	background: #C9C9C9;
	position: absolute;
	right: 0;
	top: 36%;
}

.nav_ul li:last-child:after {
	display: none;
}

.nav_ul .navboot {
	width: 252px;
	height: 1px;
	background: #7E7E7E;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

.nav_ul li a {
	display: inline-block;
	height: 68px;
	font-size: 16px;
	color: #696969;
	width: 248px;
	text-align: center;
	line-height: 68px;
}

.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.footer {
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	border-top: 1px solid #F3F3F3;
}

.footer p {
	float: left;
	font-size: 14px;
	color: #696969;
}

.footer p a {
	color: #696969;
}

.footer span {
	float: right;
	color: #696969;
	font-size: 14px;
}

.loginbox {
	background: #F5F5F5;
}

.login {
	width: 530px;
	margin: 0 auto;
	padding: 50px 0;
}

.login h3 {
	font-size: 23px;
	font-weight: normal;
}

.loginForm {
	margin-top: 25px;
	padding: 15px 30px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 28px #757575;
}

.loginForm>p {
	font-size: 18px;
	color: #353535;
	margin-top: 10px;
}

.loginForm>span {
	font-size: 14px;
	display: block;
	color: #696969;
	padding-top: 10px;
	padding-bottom: 20px;
}

.input-group {
	margin-bottom: 25px;
}

.input-group label {
	font-size: 14px;
}

.input-group input {
	height: 35px;
	outline: none;
	width: 100%;
	margin-top: 6px;
	font-size: 14px;
	color: #555;
	padding-left: 3px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input-group input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.codeimg {
	vertical-align: bottom;
	margin-left: 25px;
	cursor: pointer;
}

.input-group span {
	font-size: 16px;
	padding-left: 12px;
}

.input-actions {
	font-size: 14px;
	margin-bottom: 25px;
	overflow: hidden;
}

.input-actions a {
	float: right;
	font-size: 14px;
	color: #337ab7;
}

.input-actions a:hover {
	text-decoration: underline;
	color: #23527c;
}

.checker {
	display: -moz-inline-box;
	display: inline-block;
	zoom: 1;
	vertical-align: middle;
	margin-right: 5px;
}

.input-group .subbtn {
	width: 60%;
	height: 45px;
	display: inline-block;
	background: #232323;
	color: #fff;
	border-radius: 10px;
	cursor: pointer;
	font-size: 14px;
}

.input-group .subbtn:hover {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.sbanner {
	overflow: hidden;
	height: 506px;
}

.search {
	/* height: 144px; */
	text-align: center;
}

.search input {
	margin-top: 30px;
	height: 50px;
	width: 730px;
	text-indent: 35px;
	font-size: 16px;
	border: 1px solid #E4E4E4;
	border-right: none;
	background: url(../images/ser.jpg) no-repeat 15px center;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.search input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.search button {
	width: 170px;
	height: 52px;
	border: none;
	margin-left: -3px;
	background-color: #EB0000;
	outline: none;
	font-size: 16px;
	color: #fff;
	vertical-align: bottom;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
	transition: all .25s ease;
	background-image: url(../images/s2.png);
	background-position: 38px center;
	background-repeat: no-repeat;
}

.search button:hover {
	background-color: #CB0808;
}

.container {
	margin: 0 80px;
}

.porbox {
	border: 1px solid #E4E4E4;
	margin-top: 30px;
}

.screeing-li {
	font-size: 16px;
	overflow: hidden;
}

.screeing-title {
	width: 10%;
	float: left;
	height: 58px;
	line-height: 58px;
	text-align: center;

}

.sct_list {
	width: 89%;
	float: right;
	border-left: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

.sct_list ul {
	width: 90%;
	/* height: 58px; */
	overflow: hidden;
	float: left;
}

.sct_list ul li {
	float: left;
	/* height: 40px; */
	line-height: 30px;
	/* width: 10%; */
	text-align: center;
	padding: 1% 1.5%;
}

.sct_list ul li a {
	color: #666666;
	transition: all .25s;
	padding-bottom: 5px;
	border-bottom: 2px solid #fff;
}

.open-btn {
	width: 80px;
	height: 22px;
	text-align: center;
	background: none;
	border: 1px solid #E4E4E4;
	outline: none;
	margin-left: 25px;
	margin-top: 18px;
	cursor: pointer;
}

.sct_list ul .active a {
	color: #000;
	border-bottom: 2px solid #000;
}

.sct_list ul li a:hover {
	color: #000;
	padding-bottom: 5px;
	border-bottom: 2px solid #000;
}

.sct_list ul .sexscr {
	width: 20%;
}

.sct_list ul .sexscr a {
	width: 50%;
	float: left;
	display: inline-block;
}

.porbtn {
	display: block;
	width: 230px;
	height: 38px;
	border: 1px solid #EB0000;
	font-size: 16px;
	margin: 30px auto;
	text-align: center;
	position: relative;
	line-height: 38px;
	color: #eb0000;
}

.prodown {
	width: 18%;
	margin-right: 2%;
}

.prodown-ul li a {
	position: relative;
}

.prodown-ul>li {
	margin-bottom: 15px;
}

.prodown-ul>li {
	background: url(../images/down1.jpg) no-repeat 25px 14px;
}

.prodown-ul>li>a {
	height: 50px;
	line-height: 50px;
	border: 1px solid #E5E5E5;
	display: block;
	width: 100%;
	text-indent: 60px;
	font-size: 16px;
	color: #000;
}

.prodown-ul-d1 {
	margin: 10px 0;
	display: none;
}

.prodown-ul li a i {
	width: 26px;
	height: 26px;
	position: absolute;
	right: 30px;
	text-align: center;
	top: 14px;
	text-indent: 0;
	font-size: 26px;
}

.prodown-ul-d1 li a i {
	margin-left: -15px;
}

.prodown-ul-d1>li {
	background: url(../images/down1.jpg) no-repeat 25px 14px;
}

.prodown-ul-d1>li>a {
	display: block;
	width: 100%;
	text-indent: 75px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #000;
}

.prodown-ul-d2 {
	display: none;
}

.prodown-ul-d2>li>a {
	display: block;
	width: 100%;
	text-indent: 90px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #000;
}

.prodown-ul-d3 {
	display: none;
}

.prodown-ul-d3>li>a {
	display: block;
	width: 100%;
	text-indent: 105px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #000;
}

.prodown-ul-d4 {
	display: none;
}

.prodown-ul-d4>li>a {
	display: block;
	width: 100%;
	text-indent: 120px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #000;
}

.prodown-ul-d5 {
	display: none;
}

.prodown-ul-d5>li>a {
	display: block;
	width: 100%;
	text-indent: 135px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #000;
}

.prodown-ul-d6 {
	display: none;
}

.prodown-ul-d6>li>a {
	display: block;
	width: 100%;
	text-indent: 150px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #000;
}

.angle-down-1 {
	transform: rotate(90deg);
}

.prodown-list {
	width: 80%;
}

.prodown-list ul {
	overflow: hidden;
	width: 102%;
}

.prodown-list ul li {
	float: left;
	width: 23%;
	position: relative;
	margin-right: 2%;
	margin-bottom: 2%;
	height: 340px;
}

.prodown-list ul li .prolist-img>a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.prodown-list ul li:hover .prolist-img>a .pro-hide-box {
	opacity: 1;
}

.prodown-list ul li .prolist-img>a .pro-hide-box {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 5%;
	transition: all .25s ease;
	background: url(../images/i.png);
}

.prodown-list ul li .prolist-img>a .pro-hide-box .pro-hide-box-t {
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 18px;
	border: 1px solid #928F88;
}

.prodown-list ul li .prolist-img>a .pro-hide-box .pro-hide-box-t p {
	margin-top: 50%;
}

.prodown-list ul li .prolist-img>a .pro-hide-box .pro-hide-box-t u {
	display: block;
	width: 20%;
	height: 1px;
	background: #fff;
	margin: 20px auto;
}

.prodown-list ul li .prolist-img>a>img {
	width: 100%;
}

.prodown-list ul li .prolist-text {
	/* margin-top: 35px; */
}

.prodown-list ul li .prolist-text p {
	font-size: 15px;
	color: #404040;
}

.prodown-list ul li>.afous {
	position: absolute;
	right: 15px;
	top: 15px;
	display: block;
	width: 62px;
	height: 62px;
	background: url(../images/fous.png) no-repeat;
}

.prodown-list ul li>.afousi {
	background-image: url(../images/fousi.png) !important;
	background-size: 100% 100%;
}

.porbtn:before {
	display: inline-block;
	content: "﹀";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 26px;
	height: 26px;
	top: 11px;
	font-size: 20px;
	position: absolute;
	right: 30px;
	font-weight: bold;
}


.winspro-l {
	width: 60%;
	float: left;
}

.ws-img-ul {
	width: 14%;
	position: relative;
	margin-left: 2%;
}

.pro-prev {
	position: absolute;
	top: -5%;
	left: 40%;
	font-size: 28px !important;
	cursor: pointer;
}

.pro-next {
	position: absolute;
	bottom: -6%;
	left: 40%;
	font-size: 28px !important;
	cursor: pointer;
}

.ws-hide {
	margin-top: 12px;
	overflow: hidden;
}

.ws-img-ul ul {}

.ws-img-ul ul li {
	margin-bottom: 8px;
	width: 98%;
}

.ws-img-ul ul li img {
	border: 1px solid #EDEDED;
	width: 100%;
	display: block;
}

.ws-img-ul ul li:hover img {
	border: 1px solid #000;
}

.ws-img-box {
	width: 80%;
}

.ws-img-box img {
	width: 100%;
	border: 1px solid #EDEDED;
}

.winspro-r {
	width: 38%;
}

.winspro {
	margin-top: 30px;
}

.ws-title {
	height: 96px;
	padding-left: 30px;
	background: #F7F7F7;
}

.ws-title h6 {
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 15px;
}

.ws-title h6 span {
	color: #f10f0f;

}

.ws-title p {
	font-size: 16px;
}

.ws-gg {
	margin: 30px 0 15px 0;
}

.ws-gg ul li {
	font-size: 16px;
	margin-bottom: 15px;
	overflow: hidden;
}

.ws-gg ul li span {
	color: #908e8e;
	padding-left: 8px;
}

.ws-gg ul li label {
	float: left;
	margin-top: 6px;
	margin-right: 8px;
}

.ws-gg ul li div {
	float: left;
	width: 49px;
	height: 33px;
	border: 1px solid #DAD9D6;
	text-align: center;
	line-height: 33px;
	font-size: 14px;
	margin-right: 15px;
	position: relative;
	cursor: pointer;
}

.ws-gg ul li .tb-selected {
	border: 1px solid #E60D0D;
}

.ws-gg ul li .tb-selected i {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 12px;
	height: 12px;
	overflow: hidden;
	text-indent: -99em;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	background: url(../images/set.png);
}

.ws-action {
	margin-bottom: 15px;
	overflow: hidden;
}

.ws-action a {
	display: block;
	height: 44px;
	text-align: center;
	width: 49%;
	line-height: 44px;
	font-size: 16px;
}

.ws-action .actiona1 {
	background: #000;
	color: #fff;
}

.ws-action .actiona2 {
	background: #fff;
	color: #000;
	border: 1px solid #000;
}

.ws-mesg ul li {
	font-size: 16px;
	margin-bottom: 10px;
}

.ws-mesg ul li span {
	margin-bottom: 5px;
	display: block;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #EBEBEB;
}

.ws-mesg ul li p {
	color: #6f6e6e;
}

.ws-prolist-ul {
	margin: 50px auto;
	position: relative;
}

.ws-prolist-hide {
	overflow: hidden;
	margin: 0 auto;
	width: 90%;
}

.ws-prolist-ul .pro-prev1 {
	position: absolute;
	top: 33%;
	left: 30px;
	font-size: 50px !important;
	cursor: pointer;
}

.ws-prolist-ul .pro-next1 {
	position: absolute;
	top: 33%;
	right: 30px;
	font-size: 50px !important;
	cursor: pointer;
}

.ws-prolist-hide .swiper-slide {

	float: left;

}

.ws-prolist-hide .swiper-slide .prolist-img {
	border: 1px solid #EDEDED;
}

.ws-prolist-hide .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.ws-prolist-hide .swiper-slide a .pro-hide-box {
	opacity: 0;
	position: absolute;
	width: 90%;
	height: 91.5%;
	top: 0;
	left: 0;
	padding: 5%;
	transition: all .25s ease;
	background: url(../images/i.png);
}

.ws-prolist-hide .tempWrap {
	width: 100% !important;
}

.ws-prolist-hide .swiper-slide:hover .pro-hide-box {
	opacity: 1;
}

.ws-prolist-hide .swiper-slide a .pro-hide-box-t {
	display: block;
	width: 100%;
	height: 106px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border: 1px solid #928F88;
}

.ws-prolist-hide .swiper-slide a .pro-hide-box p {
	margin-top: 40%;
}

.ws-prolist-hide .swiper-slide a img {
	width: 100%;
	height: 100%;
	display: block;
}

.prolist-user .prodown-list {
	width: 100%;
	float: inherit;
}

.prolist-user .prodown-list ul li {
	width: 18%;
}

.pages {
	margin: 60px 0;
}

.pages ul {
	text-align: center;
}

.pages ul li {
	display: inline-block;
}

.pages ul li a {
	color: #E1E1E1;
	font-size: 14px;
	width: 36px;
	height: 36px;
	margin: 0 6px;
	text-align: center;
	line-height: 36px;
	display: block;
	border: 1px solid #E1E1E1;
	transition: all .25s ease;
}

.pages ul li:hover a {
	background: #000;
	color: #fff;
}

.pages ul .active a {
	background: #000;
	color: #fff;
}

.pro-gn {
	margin-bottom: 50px;
}

.pro-gn .pro-gn-top {
	float: right;
}

.pro-gn .pro-gn-top li {
	float: left;
	margin-right: 15px;
}

.pro-gn .pro-gn-top li:hover a {
	background: #000;
	color: #fff;
}

.pro-gn .pro-gn-top li a {
	width: 160px;
	height: 38px;
	border: 1px solid #838383;
	font-size: 16px;
	display: block;
	text-align: center;
	line-height: 40px;
	color: #838383;
	transition: all .25s ease;
}

.pro-collection ul li {
	float: left;
	width: 15.666%;
	margin-right: 1%;
	margin-bottom: 2%;
	position: relative;
}

.pro-collection ul li a img {
	width: 100%;
}

.pro-collection ul li a p {
	font-size: 15px;
	color: #404040;
	padding: 15px 0;
}

.pro-collection {
	margin-top: 30px;
}

.pro-collection ul li>.afous {
	position: absolute;
	right: 15px;
	top: 15px;
	display: block;
	width: 62px;
	height: 62px;
	background: url(../images/fous.png) no-repeat;
}

.pro-collection ul li>.afousi {
	background-image: url(../images/fousi.png) !important;
	background-size: 100% 100%;
}

.zxkh {
	margin: 30px 0;
}

.zxkh ul {
	overflow: hidden;
}

.zxkh ul li {
	float: left;
	width: 19%;
	margin-right: 1%;
	margin-bottom: 15px;
}

.zxkh ul li a img {
	width: 100%;
	border: 1px solid #F2F2F2;
}

.morea {
	display: block;
	border-radius: 30px;
	margin: 30px auto;
	width: 230px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #EB0000;
	color: #fff;
	font-size: 18px;
}

.tp-bullets {
	z-index: 1001;
	position: absolute;
	bottom: 30px !important;
}

.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	background: #fff;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 0 8px;
	float: left;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
	background: #e1472f !important;
}

.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(../images/slider-left-arrow.png) no-Repeat;
	width: 42px;
	height: 43px;
	margin-left: 0px;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.tp-rightarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(../images/slider-right-arrow.png) no-Repeat 0 0;
	width: 42px;
	height: 43px;
	margin-left: 0;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.login-top {
    background: #000;
    height: 40px;
    line-height: 40px;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.login-top ul {
	float: right;
}

.login-top ul li {
	float: left;
	margin-right: 15px;
}

.login-top ul li a i {
	padding-right: 8px;
}

.login-top ul li a {
	color: #fff;
	;

}

@media(max-width: 1360px) {
	.open-btn {
		margin-left: 7px;
	}

	.prodown-ul>li>a {
		font-size: 14px;
	}

	.prodown-ul-d1>li>a {
		font-size: 14px;
	}

	.prodown-ul li a i {
		right: 12px;
	}

	.prodown-ul-d2>li>a {
		text-indent: 75px;
	}
}


.ul-hide {
	display: none;
}
