/* 样式初始化 */
*{
    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
}

/* 内容模块 */
.top{
    position: fixed;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 80px;
     background:url("http://pic.grdt.com.cn/img/xuchuan/ctoxc/top.png") no-repeat center;  
}
.banner{
    width: 100%;
    height: 650px;
    background:url("http://pic.grdt.com.cn/img/xuchuan/cwjlxc/banner.png") no-repeat center;
}
.banner_content {
    width: 1200px;
    height: 650px;
    margin: 0 auto;
    position: relative;
}

.banner .form_btn {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    height: 50px;
    bottom: 122px;
    cursor: pointer;
}
.list1{
    width: 100%;
    height: 700px;
    background: #ffffff;
}
.list1_cont{
    width: 1124px;
    height: 450px;
    padding-top: 250px;
    margin: 0 auto;
    position: relative;
}
.list1 .text_box{
    width: 1124px;
    height: 243px;
    padding-top: 40px;
	background-color: #ffffff;
	box-shadow: 0px 0px 24px 0px 
		rgba(45, 8, 137, 0.14);
    border-radius: 15px;
    position: absolute;
    top: -80px;
}
.list1 .text_box p{
  padding-left: 250px;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  margin: 30px 0px;
}
.list1 .text_box p::before{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    background: #666666;
    border-radius: 50%;
    content: '';
}
.bot_box{
    width: 1068px;
    height: 217px;
    background: url('http://pic.grdt.com.cn/img/xuchuan/cwjlxc/list1_bg.png') no-repeat center;
    margin: 50px auto 0px;
    position: relative;
}
.list_title{
    text-align: center;
}
.list_title span{
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.list_title .line{
    width: 260px;
    height: 1px;
    background: #cccccc;;
}

.list1 .bot_box>div{
    position: absolute;
    width: 236px;
    height: 62px;
    line-height: 62px;
    font-size: 20px;
    text-align: center;
	letter-spacing: 0px;
	color: #ffffff;
}
.list1_item1{
    top: 0px;
    left: 0px;
}
.list1_item2{
    top: 0px;
    left: 277px;
}
.list1_item3{
    top: 0px;
    left: 554px;
}
.list1_item4{
    top: 0px;
    left: 831px;
}
.list1_item5{
    top: 155px;
    left: 138px;
}
.list1_item6{
    top: 155px;
    left: 415px;
}
.list1_item7{
    top: 155px;
    left: 692px;
}
.list2{
    width: 100%;
    height: 480px;
    background: #5229a5;
}
.list2_cont{
    width: 1200px;
    margin: 60px auto;
    text-align: center;
}
.list2_cont>div{
    width: 258px;
    height: 233px;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 35px;
}
.list2_item1{
    background: url('http://pic.grdt.com.cn/img/xuchuan/cwjlxc/list2_bg1.png');
}
.list2_item2{
    background: url('http://pic.grdt.com.cn/img/xuchuan/cwjlxc/list2_bg2.png');
}
.list2_item3{
    background: url('http://pic.grdt.com.cn/img/xuchuan/cwjlxc/list2_bg3.png');
}

.list3{
    width: 100%;
    height: 670px;
    background: #f7f7f7;
}
.list3_cont ul{
    width: 800px;
    /* width: 900px; */
    padding: 40px 70px;
    margin:50px auto 0px;
    background-color: #ffffff;
	box-shadow: 0px 0px 117px 0px 
		rgba(187, 154, 116, 0.28);
    border-radius: 10px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.list3_cont li{
    width: 374px;
    /* width: 420px; */
    height: 38px;
    line-height: 38px;
	border-radius: 5px;
    border: dashed 1px #bb9a74;
    margin: 6px 0px;
    letter-spacing: 0px;
    color: #666666;
    font-size: 20px;
    display: -webkit-flex; /* Safari */
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.list3_cont li img{
    margin-left: 15px;
    margin-right: 5px;
}

















.list3_btn{
    position: absolute;
    bottom: 0px;
    width: 258px;
    height: 46px;
    line-height: 46px;
    color: #ffffff;
	background-color: #542ea7;
	border-radius: 20px;
    border: solid 1px #a33dbd;
    text-align: center;
    margin-left: 341px;
    bottom: -23px;
    font-size: 22px;
    cursor: pointer;
}
.list4{
    width: 100%;
    height: 978px;
    background: url('http://pic.grdt.com.cn/img/xuchuan/cwjlxc/list3_bg.png')no-repeat center;
}
.list4_cont{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.list4_item{
    text-align: center;
    width: 170px;
    margin: 70px 35px 0px;
}
.list4_item img{
    width: 131px;
}
.list4_item .tc_name{
    color: #ffffff;
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.list4_item .tc_dec{
    text-align: justify;
    color: #ffffff;
    font-size: 16px;
}
.list5{
    width: 100%;
    height: 470px;
    background: #ffffff;
}
.list5_cont{
    margin: 70px auto 0px;
	background-color: #ffffff;
	box-shadow: 0px 0px 13px 0px 
		rgba(84, 46, 167, 0.25);
    border-radius: 30px 10px 10px 0px;
    width: 944px;
    height: 110px;
    padding: 40px 60px;
	font-size: 22px;
	line-height: 44px;
	letter-spacing: 0px;
	color: #666666;
}
.list6{
    width: 100%;
	height: 673px;
	background-color: #f9f9f9;
}
   
/* 底部表单 */
.list6 form{
    margin: 0 auto;
    margin-top: 50px;
    color: #666666;
    text-align: center;
}
.list6 form label{
    display: block;
    margin: 30px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #666666;
}
.list6 form label span{
    display: inline-block;
    margin:0px 30px ;
    vertical-align: middle;
}
.list6 form input{
    outline: none;
    padding:  0 20px;
    width: 400px;
	height: 45px;
	border-radius: 12px;
	border: solid 1px #666666;
    font-size: 18px;
}
.tj_btn{
    width: 241px;
    height: 43px;
    outline: none;
    border: none;
	background-image: linear-gradient(44deg, 
		#593aac 0%, 
		#7632b8 100%);
    border-radius: 20px;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
}




/* 提交成功弹窗 */

.tc_mc{
    z-index: 10;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}
.tj_mc{
    z-index: 11;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}
.tc_mc form{
    width: 532px;
    padding:40px 40px 50px;
    background: #ffffff;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 120px;
    color: #333333;
    display: none;
}
.tc_mc form .layui-form-label{
    color: #000;
}
.bm_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: 40px;
    
}

.tc_box{
    position: absolute;
    width: 532px;
    padding: 20px 50px;
    z-index: 13;
    background:rgba(255,255,255,1);
    box-shadow:0px 3px 6px rgba(13,45,93,1);
    border-radius:8px;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
    -ms-transform:translateX(-50%) translateY(-50%);
    -moz-transform:translateX(-50%) translateY(-50%);
    -webkit-transform:translateX(-50%) translateY(-50%);
    -o-transform:translateX(-50%) translateY(-50%);    
}
.tc_box .icon_face{
    width: 61px;
    margin-top: 10px;
}
.tc_box .text{
    width:440px;
    font-size:24px;
    font-family:Source Han Sans CN;
    font-weight:400;
    line-height:41px;
    color:rgba(35,35,35,1);
    text-align: justify;
}

.video-icon{
    position: absolute;
    right: 12px;
}
.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;
}