*{margin: 0;padding: 0}
a{text-decoration: none;}
ul li{list-style: none}
ol li{list-style: none}
body a:link{text-decoration:none;}
.container{width: 1600px;}

.part1{
    margin: 69px 105px;
}
.part1 h5{
    background-color: #7e97f0;
    font-size: 40px;
    line-height: 92px;
    color: #fff;
    text-indent: 2em;
    height: 92px;
    border-radius: 5px 5px 0 0;
    margin: 0;
}
.part1 h5 span:nth-of-type(2){text-indent: 5em;display: inline-block;}
.part1 .cont{
    padding: 43px 60px 47px 51px;
    box-shadow: 0px 4px 10px 2px rgba(206, 206, 206, 0.74);
    overflow: hidden;
}
.part1 .cont .contl{
    width: 35.6%;
    height:843px;
    background-color: #e9e9f1;
    padding: 33px 35px 0 36px;
    float: left;
    margin-bottom: 61px;
}
.part1 .cont .contl .ms{
    font-size: 24px;
    color: #666666;
    line-height: 36px;
}
.part1 .cont .contl .tex{margin-top: 106px;}
.part1 .cont .contl .tex p{
    margin-bottom: 10px;
    font-size: 24px;
    color: #666666;
}
/* 表单 */
.part1 .cont .contr{width: 58.57%;float: right;}
.part1 .cont .contr  p label{
    font-size: 30px;
    line-height: 60px;
    color: #666666;
    font-weight: normal;
    margin-right: 40px;
}
.part1 .cont .contr  p:nth-of-type(8) label{vertical-align: top;}
.part1 .cont .contr  p:nth-of-type(6),p:nth-of-type(7){font-size: 30px;line-height: 60px;color: #666666;}
.part1 .cont .contr p .chec{width: 57px;height: 51px;vertical-align: top;}
.part1 .cont .contr p span{margin: 0 2.5% 0 3px;}
.part1 .cont .contr  p #d1,#d2,#d3,#d4,#d5,#d6{
    background-color: #e9e9f1;
	border-radius: 5px;
    border: none;
    outline: none;
    height: 52px;
    width: 65.7%;
}
.part1 .cont .contr  p:last-child{margin-top:23px;}
.part1 .cont .cutton{
    clear: both;
    display: block;
    width: 19.5%;
    padding: 6.5px 0;
    margin: auto;
    font-size: 40px;
    color: #fff;
    text-align: center;
    border-radius: 26px;
    background-image: linear-gradient(9deg, 
		#0734f8 0%, 
		#4eadfe 100%)
}