﻿html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    /*min-height: 100%;*/
    position: relative;
    left: 0;
    height: auto;
    overflow-x: auto;
  /*  overflow-x: scroll;
    -webkit-overflow-scrolling:touch;overflow:auto;*/
}

@font-face {
    font-family: "msyhl";
    src: url('http://m.tphoto.cn/stylesheet/MicrosoftYaHeiLight.woff2') format('woff2'),
        url('http://m.tphoto.cn/stylesheet/MicrosoftYaHeiLight.woff') format('woff');
}
@font-face {
    font-family: "CLANOT-BOLD";
    src: url("http://m.tphoto.cn/stylesheet/CLANOT-BOLD.OTF");
}
body {
    font-family: Microsoft YaHei,msyhl,CLANOT-BOLD;
    font-size: 14px;
    color: #000;
    background: #fff;
    position: relative;
   /* overflow-x: hidden;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

ul,
ol {
    list-style: none
}

img {
    border: none;
    vertical-align: middle
}

a {
    color: #000;
    text-decoration: none
}

a:visited {
    color: #000;
    text-decoration: none
}

a:hover {
    color: #000;
    text-decoration: none
}

a:active {
    color: #000;
    text-decoration: none
}

table {
    border-collapse: collapse;
    table-layout: fixed
}

input,
textarea {
    outline: none;
    border: none
}

textarea {
    resize: none;
    overflow: auto
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow: hidden
}

.box {
    width: 100%;
    margin: 0 auto;
}

header {
    width: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    border-bottom: 1px solid #dadada;
    height: 100px;
    box-sizing: border-box;
}

.wrap {
    width: 1400px;
    margin: 0 auto;
}

#nav {
    /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+  */
	display: flex;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	/* Firefox 17-  */
	display: -webkit-box;
	display: -moz-box;  
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16  */
	display: -webkit-flex; 
	/* Firefox 18+  */
	display: -moz-flex; 
	/* IE 10 */
	display: -ms-flexbox; 
    justify-content: space-around;
    align-items: center;
}

.logo {
    width: 117px;
    overflow: hidden;
}

.logo img {
    display: block;
    max-width: 100%;
}
.logo1 {
    width: 105px;
    overflow: hidden;
	margin-right:15px;
}

.logo1 img {
    display: block;
    max-width: 100%;
}
ul.nav {
    /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+  */
	display: flex;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	/* Firefox 17-  */
	display: -webkit-box;
	display: -moz-box;  
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16  */
	display: -webkit-flex; 
	/* Firefox 18+  */
	display: -moz-flex; 
	/* IE 10 */
	display: -ms-flexbox; 
    justify-content: space-around;
    padding-left: 36px;
    padding-right: 100px;
}

li.nav-item {
    padding-right: 47px;
}

li.nav-item>a {
    line-height: 100px;
    font-size: 14px;
    color: #000;
    z-index: 3;
    padding-bottom: 39px;
}

li.nav-item>a>span {
    display: block;
    text-align: center;
}
.other{
    display: flex;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    /* Firefox 17-  */
    display: -webkit-box;
    display: -moz-box;  
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16  */
    display: -webkit-flex; 
    /* Firefox 18+  */
    display: -moz-flex; 
    /* IE 10 */
    display: -ms-flexbox; 
    position: relative;
    height: 100px;
    align-items: center;
    cursor: pointer;
}
.other>div{
    height: 100%;
    display: flex;
    align-items: center;
}
.hoverlink{
    display:block;
    position: absolute;
    top: 62px;
    left: -141px;
    display: none;
    z-index: 999;
}
.hoverlinks{
    top:62px;
    left: -21px;
}
.hover {
    border-bottom: 1px solid #000;
}
.activeho {
    border-bottom: 2px solid #000;
}
.active {
    border-bottom: 1px solid #000;
}

.address {
    margin-right: 35px;
}

.man {
    margin-right: 33px;
}
.mans {
	
	margin-right: 33px;
}

.mansbaoyou{
	position:absolute;
	top:62px;
	left:-79px;
	display:none;
    z-index: 999;
}
.tel {
    /*margin-left: 10px;*/
    color: #000;
}
/* 二级菜单 */
.subMenu {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 5000px;
    background-color: rgb(0, 0, 0, .4);
    z-index: 2;
}

.subMenu>ul {
    width: 100%;
    height: 600px;
    /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+  */
	display: flex;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	/* Firefox 17-  */
	display: -webkit-box;
	display: -moz-box;  
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16  */
	display: -webkit-flex; 
	/* Firefox 18+  */
	display: -moz-flex; 
	/* IE 10 */
	display: -ms-flexbox; 
    background-color: #dedede;
}

.subMenu>ul>li {
    flex-shrink: 0;
    height: 600px;
}

.subMenu>ul>li:nth-child(1) {
    padding-top: 68px;
    flex-basis: 538px;
}

.subMenu>ul>li.list_tit a {
    display: block;
    width: 204px;
    margin: 0 auto;
    text-align: left;
    line-height: 30px;
    color: #000;
}
li.nav-item>a.activeho {
    border-bottom: 2px solid #000;
}
.active {
    border-bottom: 1px solid #000;
}

.subMenu>ul>li:nth-child(2) {
    padding-top: 68px;
    flex-basis: 500px;
    background-color: rgb(246, 245, 243);
}

.subMenu>ul>li:nth-child(2) a {
    margin: 0;
    margin-left: 32px;
    color: #666;
}

.subMenu>ul>li:nth-child(3) {
    width: 883px;
}

.subMenu>ul>li:nth-child(3) a {
    width: 100%;
}

.subMenu>ul>li:nth-child(3) img {
    width: 883px;
    height: 600px;
}

.close {
    position: fixed;
    top: 117px;
    right: 17px;
    z-index: 2;
    cursor: pointer;
}

.view {
    width: 100%;
    margin: 0 auto;
    margin-top: 99px;
    margin-bottom: 40px;
}

.header_nav {
    width: 100%;
    margin: 0 auto;
    height: 50px;
    text-align: left;
    line-height: 50px;
    border-bottom: solid 1px #dadada;
}

.header_nav_tit {
    width: 984px;
    margin: 0 auto;
    font-size: 16px;
    /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+  */
	display: flex;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	/* Firefox 17-  */
	display: -webkit-box;
	display: -moz-box;  
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16  */
	display: -webkit-flex; 
	/* Firefox 18+  */
	display: -moz-flex; 
	/* IE 10 */
	display: -ms-flexbox; 
    align-items: center;
}

.header_nav_tit>.en,
.header_nav_tit>.ch {
    font-size: 14px;
}
.header_nav_tit b{
    font-weight: normal;
}
/* 分页 */
#page {
    position: relative;
    width: 100%;
    bottom: 0;
    margin: 20px auto;
    color: #666;
    display: block;
    text-align: center;
    display: flex;
}

#page>ul {
    margin: auto;
}

#page li {
    display: inline-block;
    min-width: 29px;
    height: 40px;
    cursor: pointer;
    font-size: 13px;
    line-height: 40px;

    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.xl-nextPage,
.xl-prevPage {
    width: 60px;
    height: 28px;
}

#page li.xl-disabled {
    opacity: .5;
    cursor: no-drop;
}


#page li.xl-active {
    border: 1px solid #000;
}

#page li.xl-jumpText {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: none;
}


#page li.xl-jumpButton {
    padding: 0 5px;
    display: none;
}

#xlJumpNum {
    width: 35px;
    margin: 0 3px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}
/* 样片&写真公用样式 */

#content_style_rightlist {
    width: 1126px;
    flex-shrink: 0;
    /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+  */
	display: flex;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	/* Firefox 17-  */
	display: -webkit-box;
	display: -moz-box;  
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16  */
	display: -webkit-flex; 
	/* Firefox 18+  */
	display: -moz-flex; 
	/* IE 10 */
	display: -ms-flexbox; 
    justify-content: space-around;
    flex-wrap: wrap;
}

#content_style_rightlist>li {
    margin-bottom: 70px;

}

#content_style_rightlist .secname {
    width: 100%;
    height: 42px;
    margin: 12px 0 18px;
    overflow: hidden;
}

#content_style_rightlist .secname .secnamel {
    text-align: left;
    float: left;
}

#content_style_rightlist .secname span {
    display: block;

}

#content_style_rightlist .secname span.photoname {
    font-size: 14px;
    line-height: 12px;
    color: #656565;
}

#content_style_rightlist .secname span.chiname {
    font-size: 21px;
    line-height: 30px;
    color: #000;
}

#content_style_rightlist .secname .secnamer {
    float: right;
    margin-right: 0px;
    text-align: right;
}

#content_style_rightlist .secname span.diresign {
    width: 12px;
    height: 12px;
    font-size: 14px;
    line-height: 12px;
    text-align: center;
    margin-top: -2px;
    margin-right: 0px;
    display: inline-block;
    border-radius: 50%;
    background-color: #060606;
    color: #fff;
    padding-left: 2px;
}

#content_style_rightlist .secname span.photonamesec {
    letter-spacing: -.3px;
    font-size: 12px;
    margin-top: 9px;
}

#content_style_rightlist .secview {
    width: 100%;
    height: 44px;
    font-size: 12px;
    background-color: #000;
    border: 1px solid #dadada;
    margin: 0 auto;
    line-height: 44px;
    color: #fff;
    text-align: center;
    padding: 0;
}

#content_style_rightlist>li:hover .secview {
    background-color: #e4e4e4;
    color: #000;
}
/*右侧栏*/

.left-fixed {
    width: 100px;
    height: 427px;
    border: none;
}
.left-fixed.g {
    position: fixed;
    display: none;
    top: 186px;
    right: 0;
    z-index: 99;
    height: auto;
    text-align: right;
}
.left-fixed a {
    position: relative;
    display: block;
    right: 10px;
    width: 150px;
    height: 58px;
    transition: all .2s ease;
}
.left-fixed a #wx_ewm{
    opacity: 0;
    position:relative;
    right:138px;
    bottom:67px;
}
.left-fixed a:hover {
    right: 30px;
}
.left-fixed a:hover #wx_ewm{
    opacity: 1;
}
.left-fixed.g a img{
    width: 100%;
}
/* 回到顶部 */
.totop{
    position: fixed;
    bottom: 40px;
    right: 20px;
}
/* 蒙板 */
.dim{
    opacity:0.6; filter: alpha(opacity=60);
    background-color: #000;
}
.dimback{
    background: #000;
}
.ml{
    position: absolute;
    top: 88px;
    right: 29px;
    z-index: 10000;
}
/* 弹窗 */
.reg {
    width: 413px;
    height: 294px;
    position: fixed;
    left: 50%;
    margin-left: -205px;
    top: 50%;
    margin-top: -147px;
    background: url(http://new.tphoto.cn/skins/2016/img/regbg.png) no-repeat center center;
    z-index: 999999;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 5px #333;
    display: none;
}

.close-reg {
    width: 20px;
    height: 20px;
    position: absolute;
    display: inline-block;
    right: 10px;
    top: 10px;
    background: url(http://new.tphoto.cn/skins/2016/img/x.png) no-repeat center center;
    opacity: .5;
    cursor: pointer;
}

.close-reg0 {
    width: 80px;
    height: 30px;
    position: absolute;
    display: inline-block;
    left: 83px;
    bottom: 11px;
    background: #333;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    line-height: 28px;
    font-size: 16px;
}

.reg-iframe {
    width: 390px;
    height: 140px;
    margin: 148px auto;
}
.iframe {
    width: 850px;
    height:435px;
    left: 50%;
    top: 25%;
    margin-left: -425px;
    position: fixed;
    z-index: 10001;
    display: none;
}

.mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    display: none;
    z-index: 1000;
    cursor: pointer;
}

#reg {
    width:850px;
    height: 435px;
    left: 50%;
    top: 0;
    margin-left: -425px;
    position: absolute;
    z-index: 1000;
    display: none;
    background: #fff;
    border: none;
    border-radius: 7px;
    cursor: pointer;
}

#close {
    font-size: 36px;
    position: absolute;
    top: 0;
    right: 10px;
    color: #828282;
    cursor: pointer;
    display: none;
    z-index: 1000;
}
.body_scroll {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    /*overflow-y: scroll;*/
    overflow: hidden;
}
footer {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    color: #666;
    margin-top: 30px;
    margin-bottom: 60px;
}