﻿ 
@media screen and (min-width: 1600px) {
	.layout{width:1500px}
}
.p_Contact{}
.p_Contact .layout{}
.p_Contact .tou_02{
    margin-top: 110px;
    margin-bottom: 50px;
    text-align: center;
}
.p_Contact .tou_02 .h1{
    font-size: 54px;
    color: #000;
}
.p_Contact .tou_02 .p2{
    font-size: 18px;
    line-height: 34px;
    color: #666666;
    margin: 0 auto;
    margin-top: 10px;
    max-width: 80%;
}
.p_Contact .p_Contact_l{
    width: 50%;
    float: left;
    background: #f0f0f0;
    padding: 20px 65px 65px;
}
.p_Contact .p_Contact_r{
    width: 50%;
    float: right;
    padding-top: 0;
}
.p_Contact  .tt{}
.p_Contact  .tt .p1{
    /* font-size: 54px; */
    font-size: 36px;
}
.p_Contact  .tt .p2{
    font-size: 18px;
    color: #666666;
    line-height: 29px;
    margin-top: 10px;
}

.p_Contact_l .form_r{} 
.p_Contact_l .form_r {/* width: 60%; *//* float: right; *//* box-shadow: rgba(0, 0, 0, 0.16) 1.5px 2.598px 27px 0px; *//* height: 100%; *//* padding: 50px 60px 0px; */margin-top: 38px;}
.p_Contact_l .form_r ul { }
.p_Contact_l .form_r ul li {margin-bottom: 20px;width: 100%;position: relative;}
.p_Contact_l .form_r ul li.l, .p_Contact_l .form_r ul li.r { }
.p_Contact_l .form_r ul li.li1 { width: 47%; }
.p_Contact_l .form_r ul li span{position:absolute;height: 60px;line-height: 60px;color: red;left: 19px;}
.p_Contact_l .form_r ul li.li2 { }
.p_Contact_l .form_r ul li input {border: none;background: rgb(244, 244, 244);line-height: 60px;text-indent: 30px;font-size: 16px;width: 100%;background: white;}
.p_Contact_l .form_r ul li textarea {border: none;background: rgb(244, 244, 244);line-height: 60px;text-indent: 20px;font-size: 16px;width: 100%;background: white;line-height: 31px;padding: 10px 20px;min-height: 150px;}
.p_Contact_l .form_r .sub {text-align: center;margin-top: 37px;text-align: left;}
.p_Contact_l .form_r .sub input[type="submit"] {width: 200px;height: 45px;border: none;font-size: 16px;background: #3CA8E0 !important;cursor: pointer;color: white;margin: 0px;border: 2px solid #3CA8E0;}
.p_Contact_l .form_r .sub input[type="submit"]:hover{background-color: #fff !important;color: #3CA8E0;}

.p_Contact_r{
    padding: 65px;
    padding-top: 20px;
}
.p_Contact_r .tt{
}
.p_Contact_r .tt .p1{}
.p_Contact_r .tt .p2{}
.p_Contact_r .contact_list{
    margin-top: 30px;
}
.p_Contact_r .contact_list li{
    border: 1px solid #f1f1f1;
    position: relative;
    /* height: 110px; */
    padding-left: 110px;
    width: 100%;
    margin-left: 0;
    min-height: 110px;
    margin-bottom: 17px;
}
.p_Contact_r .contact_list li .pic{
    width: 65px;
    height: 65px;
    background-color: #3CA8E0;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 22px;
    left: 20px;
}
.p_Contact_r .contact_list li .pic:hover{
    transform: scale(1.1);
}
.p_Contact_r .contact_list li .ro{}
.p_Contact_r .contact_list li .ro .p1{
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}
.p_Contact_r .contact_list li .ro .p2{
    font-size: 18px;
    color: #666666;
}
.p_Contact_r .contact_list li .ro .p2 a,
.p_Contact_r .contact_list li .ro .p2 p{
    display:block;
    line-height: 1.2;
}
.p_Contact_r  .sharA{
    margin-top: 20px;
}
.p_Contact_r  .sharA .p1{float: left;font-size: 24px;font-weight: bold;}
.p_Contact_r  .sharA ul{float: right;}
.p_Contact_r  .sharA ul li{float: left;margin-right: 15px;}
.p_Contact_r  .sharA ul li a{}
.p_Contact_r  .sharA ul li img{
    height: 22px;
}
.contact_map{
    margin-top: 50px;
}
.contact_map>img{width: 100%;}
@media only screen and (max-width: 950px){
    .p_Contact .p_Contact_l{width:100%;padding: 30px;}
    .p_Contact .p_Contact_r{width:100%;padding: 0;margin-top: 50px;}
    .p_Contact_l .form_r ul li.li1{width:100%}
    .p_Contact .tt .p1{font-size:26px}
    .p_Contact .tt .p2{font-size:16px;line-height: 1.5;}
    .p_Contact_l .form_r ul li input{line-height:45px}
    .p_Contact_l .form_r ul li textarea{line-height:1.5}
    .p_Contact_l .form_r ul li span{line-height:45px}
    .p_Contact_r .contact_list li .ro .p2{font-size:16px}
    .p_Contact_r .contact_list li .ro .p1{font-size:22px}
    .p_Contact .tou_02 .h1{font-size:30px}
    .p_Contact .tou_02{margin-top:50px}
    .p_Contact .tou_02 .p2{line-height:1.5;font-size: 16px;}
}