/*
用来写cssreset css重置
通用样式
头尾样式
 */

 body{
    min-width:1200px;
    overflow-x: hidden;
 }
/* html,body,p,button,h1,h2,h3,h4,h5,ul,li,ol,dl,dt,dd{
	margin:0;
	padding:0;
    font-family: "微软雅黑";
}*/
img{
	vertical-align: middle;
}
input,button{
    border:none;
    outline:none;
    background: none;
}
a{
	text-decoration: none;
    font-size:14px;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.rl{
	position: relative;
}
/*.clear{
	overflow: hidden;
}
.clearfix:after,.clearfix:before{
	content:"";
	display: table;
}
.wrap{
	width: 1136px;
	margin:0 auto;
}
ul,li{
	list-style:none;
}
input,button,a,div {
    outline:0 none !important;
}*/
/*合作与案例*/
/* .active{
    background:#237AE4;
    color:#fff;
} */
/*合作与案例*/
/* .pro-list{
    width:200px;
    height:100%;
    column-count: 3;
}
.pro-list .num{
    width:30px;
    height:30px;
    background: red;
} */
/*.header{
    width:100%;
    height:78px;
    position: fixed;
    top:0;
    left:0;
    z-index:1000;
    background:rgba(14,14,14,0.85);
    display: flex;
    align-items: center;
    font-weight: 400;
    color:rgba(255,255,255,1);
}*/
.layout{
    width:100%;
    min-width:1200px;
    height:78px;
    padding:0 351px 0 120px;
    display:flex;
    align-items:center;
    justify-content: space-between;
}
.header-left{
    width:140px;
    text-align: left;
    margin-right:150px;
}
.logo{
    display: flex;
    align-items:center;
}
.logo-box{
  width:140px;
  height:106px;
  background-image: url(../image/main/chnt_techsel.png);
  background-position: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top:28px;
}
.header-left a{
    display: block;
}
.divided-line{
    width:2px;
    height:24px;
    background: #fff;
    margin:0 24px;
}
.header-right{
    width:600px;
}
.naver-list>li{
    float: left;
    position: relative;
    width:120px;
    text-align: center;
}
.naver-list>li>a{
    color:#fff;
    font-size: 16px;
    height: 78px;
    line-height: 78px;
    padding:2px 0;
    display: inline-block;
}
.naver-list>li>a:hover{
    color:#999;
}
.naver-list>li>a:focus{
    color:#999;
}
.naver-list>li .sub-nav{
    position: absolute;
    top:78px;
    left:-1px;
}
.sub-nav>li{
    width:120px;
    background:rgba(14,14,14,0.85);
    text-align: center;
    margin-bottom:1px;
    cursor: pointer;
}
.sub-nav>li:last-child{
    margin-bottom:0;
}
.sub-nav>li>a{
    line-height: 36px;
    font-size: 14px;
    padding: 0;
    color:#fff;
}
.sub-nav>li:hover a.one-floor{
    color:#999;
}
.sub-nav>li:focus a.one-floor{
    color:#999;
}
.pro-list{
    background:rgba(14,14,14,0.85);
    position: absolute;
    top:1px;
    left:121px;
    padding:12px;
    column-count: 3;
    -o-column-count: 3;
    -ms-column-count:3;
    -moz-column-count:3;
    -webkit-column-count:3;
    column-gap: 15px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
}
.pro-list dl>dd{
    width:120px;
    height:26px;
    line-height:26px;
}
.sub-nav{
    display: none;
}
.pro-list{
    display: none;
}
.pro-items{
    width:120px;
    text-align: center;
    margin:8px 0;
}
.pro-items dt{
    font-size:13px;
    height:22px;
    line-height:22px;
}
.pro-items dt a{
    color:#FFF;
    display: block;
    overflow:hidden; 
    text-overflow:ellipsis;
    white-space:nowrap;
}
.pro-items dd a{
    font-size:12px;
    color:#999;
    height:20px;
    display: block;
    overflow:hidden; 
    text-overflow:ellipsis;
    white-space:nowrap;
}  
.pro-items dd:hover a{
    color:#fff;
}
/*侧边栏*/
.slide{
    width:60px;
    position: fixed;
    right:0px;
    bottom:100px;
    height:249px;
    z-index:1000;
    display: none;
}
.tel, .qq, .weixin, .back{
    width:60px;
    height:60px;
    line-height:60px;
    background:#AAAAAA;
    text-align: center;
    cursor:pointer;
    transition:all .3s;
    border-radius: 4px;
    margin-bottom:3px;
}
.tel:hover,.qq:hover,.weixin:hover,.back:hover{
    background:#237AE4;
}
.weixin-content{
    width:168px;
    height:196px;
    border-radius: 4px;
    background:#237AE4;
    position: fixed;
    font-size:15px;
    right:63px;
    bottom:163px;
    color:#FFF;
    overflow: hidden;
    display: none;
}
.weixin-content img{
    margin-top:16px;
}
.weixin-content p{
    font-size:15px;
    font-family:'微软雅黑';
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:40px !important;
}

.button-common{
    width:200px;
    background:#237AE4;
    border:1px solid #237AE4;
    font-size:14px;
    font-family:"微软雅黑";
    font-weight:400;
    color:#fff;
    line-height:46px;
    transition: all .3s;
    text-align: center;
    cursor: pointer;
}
.more{
    width:128px;
    height:34px;
    border:1px solid #999;
    display: flex;
    justify-content: space-around;
    align-items:center;
    padding:0 14px;
    cursor: pointer;
}
.more .more-name{
    font-size:14px;
    font-family:'微软雅黑';
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:20px;
}
.more .more-img{
    width:12px;
    height:12px;
    background-image: url(../image/media/more-gray.png);
}
.more:hover{
    background:#237AE4;
    border:1px solid #237AE4;
}
.more:hover .more-name{
    color:#fff;
}
.more:hover .more-img{
    background-image: url(../image/media/more-white.png);
}
/*左上角日历*/
.left-mark{
    width:52px;
    height:63px;
    position: absolute;
    top:10px;
    left:11px;
}
.day{
    height:44px;
    line-height:44px;
    text-align: center;
    background:#237AE4;
    color:#fff;
    font-size:24px;
    font-family:Montserrat-Regular;
    font-weight: 400;
}
.month{
    height:19px;
    line-height: 19px;
    background:#fff;
    text-align:center;
    font-size: 13px;
    color:rgba(119,119,119,1);
    font-family:Montserrat-Regular;
}
/*左上角日历*/
/*公司详情开始*/
.com-details{
    width:100%;
    height: 200px;
    background:rgba(242,242,242,1);
}
.det-container{
    max-width:1200px;
    margin:0 auto;
    color:#666;
    padding:34px 0;
}
.techsel-logo{
    height:100px;
    line-height: 100px;
}
.detail-content{
    max-width:1200px;;
    display: flex;
    justify-content: space-evenly;
}
.content-left{
    width:720px;
    height:132px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
}
.location{
    height:45px;
    display: flex;
    justify-content: flex-start;
    align-items:center;
}
.location .icon1{
    width:45px;
    height:45px;
    background:url(../image/main/location.png);
}
.location .icon2{
    width:45px;
    height:45px;
    background:url(../image/main/phone.png);
}
.location .icon3{
    width:45px;
    height:45px;
    background:url(../image/main/email.png);
}
.location .icon i{
    transition:all .3s;
}
.location .icon:hover i{
    color:#237AE4;
}
.location .loc-intro{
    font-size:14px;
    font-family:'微软雅黑';
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:28px;
    margin-left:15px;
}
.techsel-code{
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}
.techsel-code img{
    transition:all .6s;
    cursor: pointer;
}
.techsel-code img:hover{
    transform: scale(1.1);
}
.techsel-code div{
    font-size:14px;
    font-family:'微软雅黑';
    font-weight:400;
    color:rgba(0,102,204,1);
    line-height:32px;  
    margin-left:26px;  
    cursor: pointer;               
}
/*公司详情结束*/

/*公共title*/
.common-header{
    height:100px;
    text-align: center;
    font-family: '微软雅黑';
}
.common-header p{
    font-size: 26px;
    color:#333;
    margin-bottom:6px;
}
.common-header div{
    color:#999;
    font-size: 14px;
    font-family: "微软雅黑";
}
/*公共title*/

.submit-mask{
    position: fixed;
    z-index:1000;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,0.3);
    overflow-y: scroll;
}
.modal-content{
    position: fixed;
    z-index: 2000;
    width:820px;
    height:570px;
    background:rgba(69,129,253,1);
    border-radius:10px;
    top: 50%;
    left: 50%;
    margin-top:-285px;
    margin-left:-410px;
    text-align: center;
    border:1px solid transparent;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    animation:first .3s;
}
@keyframes first{
    from{
        transform: scale(0.1);
    }
    to{
        transform: scale(1);
    }
}
.modal-mark{
    width:140px;
    height:140px;
    line-height:140px;
    text-align:center;
    background:#fff;
    border-radius: 100%;
    position: absolute;
    top:-70px;
    left:340px;
}
.be-agency{
    font-size:30px;
    font-family:'微软雅黑';
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:70px;
    margin-top:44px;
}
.form-content{
    width:780px;
    height:416px;
    background:rgba(255,255,255,1);
    border-radius:10px;
    border:1px solid transparent;
    padding:27px 20px 29px;
}
.close{
    width:32px;
    height:32px;
    background-image:url(../image/main/close.png);
    position:absolute;
    top:0px;
    right:-52px;
    cursor: pointer;
}
.form-input{
    display: flex;
    align-items:center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.form-input div,.form-input1 div{
    color:red;
}
.form-input input{
    width:340px;
    height:40px;
    background:rgba(241,246,255,1);
    border-radius:4px;
    padding-left:20px;
    color:#666;
}

.form-input1{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.form-input1 input{
    margin-bottom: 10px;
    color:#666;
}
.form-input1 input{ 
    width:716px;
    height:40px;
    background:rgba(241,246,255,1);
    border-radius:4px;
    padding-left:20px;
}
.textarea{
    width:716px;
    height:150px;
    padding:0 20px;
    border:none;
    background:rgba(241,246,255,1);
    border-radius: 4px;
    font-size:14px;
    font-family:'微软雅黑';
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:38px;
    outline:none;
    color:#666;
}
.submit-mess{
    text-align:right;
    margin-top:15px;
}
.submit-mess button{
    width:130px;
    height:40px;
    background:#ff8400;
    border-radius: 4px;
    color:#fff;
    cursor: pointer;
}

/*底部开始*/
/*.footer{
    width:100%;
    height:50px;
    background:#1C1D20;
}*/
.foot-container{
    max-width:1200px;;
    height:50px;
    margin:0 auto;
    color:#b4b4b4;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items:center;
    padding:0 30px;
}
.foot-left a.record{
    color:#b4b4b4;
    font-size: 13px;
}
.foot-left a.record:hover{
    color:#fff;
}
.foot-right ul li{
    float: left;
    height:14px;
    line-height:14px;
    border-right:1px solid #434343;
}
.foot-right ul li:last-child{
    border-right:none;
}
.foot-right ul li a{
    padding:0 20px;
    color:#b4b4b4;
}
.foot-right ul li:hover a{
    color:#fff;
}
.white{
    color:#fff !important;
}
.gray{
    color:#999 !important;
}
.block{
    display: block;
}
.none{
    display:none;
}
/*底部结束*/
@media screen and (max-width: 1366px){
    .header-left{
        margin-right:150px;
    }
    .layout{
        padding:0 50px;
    }
    .header-right{
        width:660px;
    }
    .naver-list>li,.sub-nav>li,.sub-nav>li dl>li{
        width:110px !important;
    }
    .sub-nav>li .pro-list{
        left:111px !important;
    }
    .common-header p{
        font-size: 26px;
    }
    .common-header div{
        font-size: 14px;
    }
    .modal-content{
        width:640px;
        height:446px;
        margin-top:-223px;
        margin-left:-320px;
    }
    .modal-mark{
        width:90px;
        height:90px;
        line-height:90px;
        text-align:center;
        top:-45px;
        left:275px;
    }
    .modal-mark img{
        width:60%;
    }
    .be-agency{
        font-size:22px;
        line-height:26px;
        margin:40px 0 15px;
    }
    .form-content{
        width:600px;
        height:320px;
    }
    .close{
        width:25px;
        height:25px;
        background-image:url(../image/main/close.png) center no-repeat;
        background-size: 25px 25px;
        right:-40px;
    }
    .form-input{
        display: flex;
        align-items:center;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .form-input div,.form-input1 div{
        color:red;
    }
    .form-input input{
        width:254px;
        height:34px;
    }
    .form-input1 input{ 
        width:540px;
        height:34px;
        margin-bottom: 0px;
    }
    .textarea{
        width:540px;
        height:100px;
    }
    .submit-mess{
        margin-top:5px;
    }
    .submit-mess button{
        width:100px;
        height:32px;
    }
    .more {
        width: 110px;
        height: 28px;
        padding: 0 10px;
    }
    .more .more-name {
        font-size: 12px;
        line-height: 16px;
    }
    .more .more-img {
        width: 10px;
        height: 10px;
        background-image: url(../image/media/more-gray.png) no-repeat;
        background-size: 10px 10px;
    }
    .button-common{
        width:160px;
        background:#237AE4;
        border:1px solid #237AE4;
        font-size:14px;
        font-family:"微软雅黑";
        font-weight:400;
        color:#fff;
        line-height:50px;
        transition: all .3s;
        text-align: center;
        cursor: pointer;
    }
}