/* 清除默认样式 */
*{
    padding: 0;
    margin: 0;
}
body{
    min-width: 1200px;
    overflow: auto;
    color: #333;
   font-family: 
   "Microsoft YaHei",
   "黑体",
   "宋体",sans-serif;
}

ul,ol{list-style-type:none;} 
a{text-decoration:none;} 
img {
    border: none;
    vertical-align: middle;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
    }
      
    .clearfix {
    zoom: 1;
    }
.inline{
    display: inline;
}
.fl{
    float: left
}

.fr{
    float: right
}
.wth1200{
    width: 1200px;
    margin: 0 auto;
}

/* a:link,a:active,a:visited,a:hover{
    background:none;
    -webkit-tap-highlight-color:transparent;
} */


/* 内容模块 */
.top{
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    background:url("http://pic.grdt.com.cn/img/xuchuan/ctoxc/top.png") no-repeat center;  
    z-index: 2;
}
.banner{
    width: 100%;
    height: 736px;
     background:url("http://pic.grdt.com.cn/img/xuchuan/cfoxc/banner2.png") no-repeat center;
}
.banner_content{
    width: 1200px;
    height: 736px;
    margin: 0 auto;
    position: relative;
}
.banner .form_btn{
    display: block;
    width: 260px;
    height: 52px;
    cursor: pointer;
}
.btn1{
    position: absolute;
    left: 298px;
    bottom: 110px;
}
.btn2{
    position: absolute;
    left: 612px;
    bottom: 110px;
}

.list1{
    width: 100%;
    height: 672px;
    background: #ffffff;
}
.content_title{
    padding-top: 70px;
	font-size: 28px;
    letter-spacing: 0px;
    font-family: PingFang SC Bold;
    color: #19171a;
    text-align: center;
}
.list1_content{
    width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
	font-family: PingFang SC Medium;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #19171a;
}

/* css3翻转样式 */
.turn_box{
    margin: 36px 0 50px;
}
.turn_box div{
    transition: all 0.5s ease;
}
.turn_box ul {
    transform-style: preserve-3d;
    /* -webkit-transform-style: preserve-3d; */
    display: flex;
    justify-content: space-between;
}
.turn_box li {
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; 
    width: 188px;
    height: 266px;
    list-style: none;
    -webkit-transition: all  0.5s linear;
    -moz-transition: all  0.5s linear;
    -o-transition: all  0.5s linear;
    transition: all  0.5s linear;
    cursor: pointer;
    border-radius: 4px;
}
.turn_box li:hover {
    -webkit-transform: rotateY(180deg) !important;
    -moz-transform: rotateY(180deg) !important;
    -o-transform: rotateY(180deg) !important;
   transform: rotateY(180deg) !important;
}
.turn_box li:nth-child(1) .force{
    background: url("http://pic.grdt.com.cn/img/xuchuan/cfoxc/list-04.png");
}
.turn_box li:nth-child(1) .back {
    background: #1c1c1c;
}
.turn_box li:nth-child(2) .force{
    background: url("http://pic.grdt.com.cn/img/xuchuan/cfoxc/list-02.png");
}
.turn_box li:nth-child(2) .back {
    background: #1c1c1c;
}
.turn_box li:nth-child(3) .force{
    background: url("http://pic.grdt.com.cn/img/xuchuan/cfoxc/list-03.png");
}
.turn_box li:nth-child(3) .back {
    background: #1c1c1c;
}
.turn_box li:nth-child(4) .force{
    background: url("http://pic.grdt.com.cn/img/xuchuan/cfoxc/list-04.png");
}
.turn_box li:nth-child(4) .back {
    background: #1c1c1c;
}
.turn_box li:nth-child(5) .force{
    background: url("http://pic.grdt.com.cn/img/xuchuan/cfoxc/list-05.png");
}
.turn_box li:nth-child(5) .back {
    background: #1c1c1c;
}
.turn_box li div {
    position: absolute;
    left: 0;
    top: 0;
    width: 188px;
    height: 266px;
    background-size: 100% 100%!important;
}
.back {
    transform: rotateY(180deg);
    backface-visibility: hidden;
    font-family: PingFang SC Medium;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ebd9b9;
}
.force {
    backface-visibility: hidden;
	font-family: PingFang SC Bold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}
.force span{
    display: inline-block;
    margin-top: 90px;
    letter-spacing: 1px;
}
.back span{
    display: inline-block;
    padding: 30px 10px 0;
    text-align: justify;
    letter-spacing: 1px;
}

/* list2 */
.list2{
    width: 100%;
    height: 501px;
	background-color: #f9f9f9;
}
.list2 .img_wrap{
    text-align: center;
    margin-top: 60px;
}
.list2 .img_wrap img{
    margin: 0 20px;
}
/* list3 */
.list3{
    width: 100%;
    height: 536px;
	background-color: #ffffff;
}
.list3 .s_title{
    text-align: center;
    font-family: PingFang SC Medium;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 1px;
    color: #a08162;
    margin-top: 20px;
}
.list3_content{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}
.list3 .img_wrap{
    display: inline-block;
}
.list3 .item{
    float: left;
    text-align: center;
    width: 220px;
    margin: 0 40px;
}
.list3 .item1{
   margin-left: 100px;
}
.list3 .pic_box{
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #b8895e;
}
.list3 .pic_box2{
    background: #f3d092;
}
.list3 .pic_box img{
    padding-top: 30px;
}
.list3 .item .name{
    font-family: PingFang SC Regular;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #b98b5d;
}
.list3 .item .dec{
    font-family: PingFang SC Medium;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
    color: #19171a;
    text-align: justify;
}

.list4{
    width:100%;
    height:669px;
    background:#f9f9f9;
}
.list4 .s_title{
    text-align: center;
    font-family: PingFang SC Medium;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 1px;
    color: #a08162;
    margin-top: 20px;
}
.list4_content{
    width: 801px;
    height: 265px;
    padding-top: 20px;
	background-color: #ffffff;
	box-shadow: 0px 8px 8px 0px 
		#f9e2cc;
	border-radius: 10px;
	border: solid 1px #d9bfad;
    margin: 20px auto 0;
    position: relative;
}
.list4_content li{
	font-family: PingFang SC Medium;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #19171a;
}
.list4 .btn{
    display: block;
    position: absolute;
    width: 267px;
    height: 43px;
    line-height: 43px;
    color: #ffffff;
	background-color: #b8895e;
    border-radius: 20px;
    text-align: center;
    bottom: -20px;
    left: 250px;
    font-size: 20px; 
    cursor: pointer;
}

.list5{
    width: 100%;
	height: 521px;
	background:url("http://pic.grdt.com.cn/img/xuchuan/cfoxc/b1.png") no-repeat center;
}
.list5 .list5_content{
    width: 1100px;
    margin: 0 auto;
    margin-top: 60px;
}
.list5 .f_title{
    text-align: center;
    font-family: PingFang SC Medium;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
    color: #ffffff;
    margin-top: 30px;
}

.list5 .item{
    float: left;
    text-align: center;
    width: 140px; 
    /* margin: 0 40px; */
    margin: 0 18px;
}
.list5 .item img{
    width: 86px;
    height: auto;
}

.list5 .item .name{
    font-family: PingFang SC Medium;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
    color: #ffffff;
    margin: 6px 0;
}
.list5 .item .dec{
    font-family: PingFang SC Medium;
    text-align: justify;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #ffffff;
}
.list6{
    width: 100%;
    height: 1032px;
    background: #ffffff;
}
.list6_content{
    width: 1100px;
    margin: 0 auto;
}

.list6 .img_wrap img{
    display: block;
    width: 1062px;
}
.list6 .name_wrap{
    padding-left: 40px;
}
.list6 h4{
    font-family: PingFang SC Bold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #19171a;
}
.list6 .ul{
    margin-right: 30px;
    padding-right: 40px;
    border-right: 1px solid #707070;
    /* padding-bottom: 20px; */
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
    color: #1d2021;
   
}
/* .list6 .ul .li{
    margin-bottom: 20px;
} */
.list6 .ul .zw{
    margin-right: 30px;
}

.list7{
    width: 100%;
	height: 635px;
	background:url("http://pic.grdt.com.cn/img/xuchuan/cfoxc/b2.png") no-repeat center;
}
.list7 h4{
    font-family: PingFang SC Regular;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    padding-top: 70px;
}
.list7_content{
    width: 1100px;
    margin: 0 auto;
}
.list7 form{
    margin: 0 auto;
    margin-top: 50px;
    color: #ffffff;
    text-align: center;
}
.list7 form label{
    display: block;
    margin: 30px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #ffffff;
}
.list7 form label span{
    margin: 30px;
}
.list7 form input{
    outline: none;
    padding:  0 20px;
    width: 400px;
	height: 45px;
	background-color: #323130;
	border-radius: 12px;
	border: solid 1px #ffffff;
    font-size: 18px;
    color: #ffffff;
}
.tj_btn{
    display: block;
    margin: 0 auto;
    width:237px;
    height:42px;
    line-height: 42px;
    background:#B8895E;
    border-radius:20px;
    font-size: 20px;
    color: #ffffff;
    outline: none;
}

/* 蒙层 */
.mc{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.zx_form{
    width: 532px;
    padding:60px 40px 50px;
    background: #ffffff;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 120px;
    color: #333333;
}
.zx_form .layui-form-label{
    color: #000;
}
.bm_btn{
    display: block;
    width:316px;
    height:50px;
    line-height: 50px;
    margin: 0 auto;
    background-color: #b8895e;
    /* background:linear-gradient(360deg,rgba(11,60,174,1) 0%,rgba(5,131,211,1) 100%); */
    border-radius:8px;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    outline: none;
    border: none;
    cursor: pointer;
    margin-top: 40px;
}

.bottom_form{
    width: 700px;
    padding:30px 40px 30px;
    background: #ffffff;
    border-radius: 4px;
    margin: 0 auto;
    margin-bottom: 100px;
    color: #333333;
}
.bottom_form .layui-form-label{
    color: #000;
}
.bottom_form .btn{
    display: block;
    width:316px;
    height:50px;
    line-height: 50px;
    margin: 0 auto;
    background:linear-gradient(360deg,rgba(11,60,174,1) 0%,rgba(5,131,211,1) 100%);
    border-radius:8px;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    outline: none;
    border: none;
    cursor: pointer;
    margin-top: 10px;
}


/* 添加视频播放 */

.video-icon{
    margin-left: 4px;
    margin-bottom: 4px;
}
.list4_content li{
    cursor: pointer;
}
.list4_content .l_ul span{
    display: inline-block;
    width: 246px;
}
.list4_content .r_ul span{
    display: inline-block;
    width: 200px;
}
.videos {
position: fixed;
display: none;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
z-index: 1000;
transform: translateZ(100px);
-webkit-transform: translateZ(100px);
-moz-transform: translateZ(100px);
-ms-transform: translateZ(100px);
-o-transform: translateZ(100px);
}
.videos .video-box {
position: relative;
width: 640px;
height: 368px;
margin: 140px auto;
background-color: black;
transition: all 0.6s ease 0s;
-webkit-transition: all 0.6s ease 0s;
-moz-transition: all 0.6s ease 0s;
-ms-transtion: all 0.6s ease 0s;
-o-transtion: all 0.6s ease 0s;
}
.videos .video-box .video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.videos .video-box .delete {
position: absolute;
cursor: pointer;
top: -50px;
right: -50px;
width: 40px;
height: 40px;
/* background-color: rgba(255, 255, 255, 0.2); */
color: white;
font-size: 30px;
text-align: center;
line-height: 40px;
border-radius: 50%;
}
.videos .video-box .delete img {
width: 20px;
height: 20px;
}