@charset "utf-8";
/*css reset*/
body {
    margin:0 auto;background: #fff;
    font-family: "Microsoft YaHei","Arial";
    font-size: 12px;
    color:#000;
}
html{
    padding:0;
    height:0;
}
ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,input,button {
    margin:0;
    padding:0;
}
ul,ol {
    list-style: none;
}
img{
    border:none;
}
.lf{
    float: left;
}
.rt{
    float:right;
}
input,button,textarea {
    outline:none;
    font-family: "Microsoft YaHei";
}
a {
    color:#333;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
em{
    font-style: normal;
}
.link {
    display: block;
    width: 100%;
}

input, button, textarea,select, optgroup, option { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit;}

ul, li, dl, dt, dd, ol { display: block; list-style: none; }

img{border:0;}

.clear {clear:both;height: 0; }

.clear-fix:after{content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden;}

a{text-decoration:none;outline:0;}

.w1200{
    display: block;
    width:1200px;
    margin:0 auto;
    min-width: 1200px;
}
/*head*/
#head{
    width:100%;
    min-width: 1200px;
    height:110px;
    background: #fff;
    box-sizing: border-box;
    padding-top:18px;
    position: relative;
}
#logo{
    display: block;
    width:128px;
    height:80px;
    background: url("../img/logo.png") no-repeat;
    float:left;
}
.headRight{
    float:right;
    margin-top:-2px;
}
.headRight>p {
    text-align: right;
    height:16px;
    overflow: hidden;
}
.headRight>p a{
    font-size:12px;
    color:#000;
}
.headRight>p a:hover{
    color:#d02a7e;
}
.headRight h2{
    color:#d02a7e;
    font-size:20px;
    padding-top:10px;
    text-align: right;
    height:36px;
    overflow: hidden;
    box-sizing: border-box;
}
.menu{
    margin-top:12px;
    height:31px;
}
.menu ul li{
    float:left;
    margin:0 30px;
    padding:0 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-bottom: 11px;
    height:30px;
    border-bottom: 2px solid #fff;
}
.menu ul li:last-child{
	margin-right: 0px;
	padding-right: 0px;
}
.menu ul li a{
    color:#000;
    font-size:12px;
}
.menu ul li a em{
    width: 0;
    display: inline-block;
    height: 0;
    border-top: 5px solid #676767;
    border-right: 5px solid transparent;
    border-left:5px solid transparent;
    vertical-align: middle;
}
.menu ul li.cur{
    box-sizing: border-box;
    border-bottom: 2px solid #d02a7e;
}
.menu ul li.cur >a{
    color:#d02a7e;
}
.menu ul li.cur >a em{
border-top-color: #d02a7e;
}
.banner{
    width:100%;
    height:600px;
    min-width: 1200px;
    position: relative;
}
.banner ul li{
    background-position: center top !important;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    width:100%;
    height:600px;
    position: absolute;
    left:0;
    top:0;
    display: none;
}
.indicator{
    width:100%;
    text-align: center;
    min-width: 1200px;
    padding-top:16px;
    padding-bottom: 36px;
}
.indicator span{
    display: inline-block;
    width:20px;
    height:20px;
    border-radius: 50%;
    box-sizing: border-box;
    margin:0 14px;
    cursor: pointer;
}
.indicator span i{
    display: inline-block;
    margin-top:3px;
    width:12px;
    height:12px;
    background: #eeeeee;
    border-radius: 50%;
    box-shadow: 3px 0px 5px rgba(7,0,2,0.26);
}
.indicator span.cur{
    box-sizing: border-box;
    border:1px solid #d02a7e;
}
.indicator span.cur i{
    background: #d02a7e;
}
.couture .title{
    width:100%;
    height:29px;
    background: url("../img/title.jpg") no-repeat;
    position: relative;
}
.pracitise .title{
    width:100%;
    height:29px;
    background: url("../img/title2.jpg") no-repeat;
    position: relative;
}
.couture .title .more,.pracitise .title .more{
    position: absolute;
    top:2px;
    background: #fff;
    right:0px;
    width:85px;
    text-align: right;
    font-size:16px;
    color:#6c6c6c;
}
.couture .title span,.pracitise .title span{
    font-size:22px;
    position: absolute;
    background: #fff;
    top:5px;
    left:10px;
}
.couture_box{
    width:100%;
    padding:12px 16px 0 16px;
    box-sizing: border-box;
}
.couture_box ul li{
    margin-top:19px;
    float:left;
    margin-right:20px;
    width:375px;
    height:375px;
    overflow: hidden;
}
.couture_box ul li:nth-child(3n){
    margin-right:0;
}
.couture_box ul li img{
    display: block;
    width:260px;
    height:375px;
    transition: all 1s ease 0s;
	margin-left: auto;margin-right: auto;
	
}
.couture_box ul li:hover img{
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -transform: scale(1.2,1.2);
}
.pracitise{
    margin-top:50px;
    margin-bottom: 50px;
}
.pracitise_box{
    width:100%;
    box-sizing: border-box;
    padding:0 16px;
    padding-top:33px;
}
.pracitise_box .slider{
    width:100%;
    height:400px;
    position: relative;
    overflow: hidden;
}
.pracitise_box .slider ul{
    position: absolute;
    left:0;
    top:0;
    width:500%;
    height:400px;
}
.pracitise_box .slider ul li{
    width:277px;
    float:left;
    margin-right:20px;
}
.pracitise_box .slider ul li .pic{
    width:277px;
    height:339px;
    box-shadow: 5px 5px 5px  rgba(7,0,2,0.1);
}
.pracitise_box .slider ul li .text{
    width:100%;
    padding:0 10px;
    box-sizing: border-box;
}
.pracitise_box .slider ul li .text p{
    padding-top:18px;
    width:100%;
    display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.pracitise_box .slider ul li .text p a{
    font-size:14px;
    color:#333;
}
.pracitise_box .slider ul li .text span.price{
    font-size:12px;
    color:#d02a7e;
    padding-top:8px;
    display: block;
}
.click_btn{
    text-align: center;
    width:100%;
    padding-top:17px;
}
.click_btn .left_btn{
    width:21px;
    height:14px;
    display: inline-block;
    background: url("../img/left.png") no-repeat;
    margin-right:10px;
    cursor: pointer;
}
.click_btn .right_btn{
    width:21px;
    height:14px;
    background: url("../img/right.png") no-repeat;
    display: inline-block;
    margin-left:10px;
    cursor: pointer;
}
.footer{
    width:100%;
    height:178px;
    background: url("../img/footer.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    box-sizing: border-box;
    padding-top:40px;
}
.footer p{
    padding-bottom: 15px;
}
.footer .w1200{
    position: relative;
}
.goTop{
    position: absolute;
    background: url("../img/top.png");
    width:35px;
    height:37px;
    right:0;
    top: 60px;cursor: pointer;
}
.footer p span{
    font-weight: bold;
    font-size:12px;
    width:135px;
    display: inline-block;
}
.footer p span em{
    background: url("../img/fot_right.jpg") no-repeat right;
    width:8px;
    height:5px;
    display: inline-block;
    vertical-align: middle;
    margin-left:10px;
}
.footer p a{
    display: inline-block;
    padding:0 27px;
}
.footer .iconText p{
    float:left;
    margin-right:45px;
    height:19px;
    line-height: 19px;
    padding-left:30px;
}
.child_menu{
    position: absolute;
    top:110px;
    width:100%;
    left:0;
    background:#f7f7f7;
    z-index: 1500;
    min-width: 1200px;
    padding-top:30px;
    box-sizing: border-box;
}
.child_menu p{
    box-sizing: border-box;
    margin-bottom: 28px;
}
.child_menu p a:hover{
    color:#d02a7e;
}
.ad{
    width:100%;
    height:200px;
    background: red;
    background-size: cover !important;
    background-position: center top !important;
}
.breadcrumb{
    padding: 10px 0;
    background-color: #fff;
    border-radius: 0;
    text-align: left;
    font-size: x-small;
    border-bottom: 1px solid #ddd;
}
.text-center{
    background: #fff;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    border-left: none;
    border-right: none;
}
.text-center h2{
    font-size: 2em;
    letter-spacing: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}
.content_box,.couture_main{
    box-sizing: border-box;
    padding:0 10px;
    margin-bottom: 50px;
}
.content_box p{
    line-height: 35px;
    font-size: x-small;
    text-indent: 2em;
}
.left_menu{
    float:left;
    width:195px;
    border-top:1px solid #ddd;
    padding-top:20px;
}
.left_menu ul li{
    width:100%;
    height:45px;
    line-height: 45px;
}
.left_menu ul li.cur a{
    color:#d02a7e;
}
.left_menu ul li a:hover{
    color:#d02a7e;
}
.right_content{
    width:960px;
    float:right;
}
.couture_main .right_content ul li{
    float:left;
    width:240px;
    box-sizing: border-box;
    padding:10px;
    height:240px;
    overflow: hidden;
}
.couture_main .right_content ul li img{
    display: block;
    width:100%;
    height:100%;
    transition: all 1s ease 0s;
}
.couture_main .right_content ul li:hover img{
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -transform: scale(1.2,1.2);
}
.couture_main .right_content h2.title{
    width:100%;
    padding:20px 0;
    text-align: center;
    font-weight: normal;
    border-top:1px solid #ddd;
    font-size: 20px;
}
.right_content .content_box img{
    display: block;
    margin:0 auto;
}
.qractise_main .right_content ul li{
    width:240px;
    box-sizing: border-box;
    padding:10px;
    float:left;
    height:348px;
}
.qractise_main .right_content ul li .pic{
    width:220px;
    height:270px;
    overflow: hidden;
}
.qractise_main .right_content ul li .pic img{
    display: block;
    width:220px;
    height:270px;
    transition: all 1s ease 0s;
}
.qractise_main .right_content ul li .pic:hover img{
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -transform: scale(1.2,1.2);
}
.qractise_main .right_content ul li .text{
width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}
.qractise_main .right_content ul li .text p{
    padding-top: 18px;
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.qractise_main .right_content ul li .text span.price {
    font-size: 12px;
    color: #d02a7e;
    padding-top: 8px;
    display: block;
}
.qractise_main{
    margin-bottom: 50px;
}
.contact_box{
    width:100%;
    padding:0 10px;
    margin-bottom: 50px;
}
.contact_box p{
    margin-top: 30px;
    font-size:14px;
}
.leftForm{
    width:380px;
    float:right;
}
.leftForm h2{
    font-size: small;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-weight: 700;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #f7f7f7;
    border: none;
    border-bottom: none;
    margin-bottom: 30px;
}
#isForm li{
    margin-top:10px;
}
#isForm li p{
    font-size: small;
    max-width: 100%;
    font-family: 'Lato',Arial,sans-serif;
    letter-spacing: 1px;
    text-indent: 0em;
}
#isForm li input{
    font-size: 12px;
    letter-spacing: 1px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    -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;
}
#isForm li input.submit{
    width:100px;
    margin:0 auto;
    background: #d02a7e;
    color:#fff;
    cursor: pointer;
}
.right_text{
    width:700px;
    float:left;
}
.right_text h2{
    font-size: small;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-weight: 700;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #f7f7f7;
    border: none;
    border-bottom: none;
    margin-bottom: 30px;
}
.page {
	float: right;
	border: solid 1px #dddddd;
	border-radius: 3px;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	width: auto;overflow: hidden;
}
.page a{
	display: block;
	width: 30px;
	height: 30px;
	border-right:  solid 1px #dddddd;
	float:left;
}
.page span{
	display: block;
	width: 30px;
	height: 30px;
	border-right:  0px;
	background-color: #000;
	color: #fff;
	float:left;
	
}