
.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.common_head_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #888888;
}
.common_head {
    height: 40px;
    background-color: #f7f7f7;
    line-height: 40px;
}
.common_head_main .search1 ul {
   display: flex;
}
.common_head_main .search1 ul li:nth-of-type(1) {
    position: relative;
}
.common_head_main .search1 ul li:nth-of-type(1) img {
    position: absolute;
    top: 12px;
    right: 10px;
}
.common_head_main .search1 ul li {
    padding: 0 5px;
}
.common_logo_main {
    height: 120px;
    display: flex;
    justify-content: space-between;
}
.common_logo_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.common_logo_main .logo img {
    width: 100%;
}

.common_logo_main .iphone {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 89%;
    border-left: 1px solid #c9c9c9;
}
.common_logo_main .iphone .left p {
    font-size: 22px;
    line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
    padding-left: 22px;
}
.common_logo_main .iphone .left p:nth-of-type(2) {
    font-size: 18px;
    color: #666666;
}
.common_logo_main .iphone .right p {
    font-size: 24px;
    line-height: 32px;
    color: #db1919;
    font-weight: bolder;
    text-align: right;
}

.common_logo_main .iphone .right {
    display: flex;
}

.common_logo_main .iphone .right p:nth-of-type(2) {
    font-size: 24px;
    color: #DB241C;
    font-weight: bolder;
}

.head_nav {
    background-color:  #0D308C;
    height: 62px;
}

.head_nav_main ul {
    height: 62px;
    display: flex;
    justify-content: space-between;
}

.head_nav_main ul li {
    font-size: 17px;
    color: #ffffff;;
    width: 207px;
    text-align: center;
    height: 62px;
    line-height: 62px;
}

.head_nav_main ul li p {
    display: none;
    background-color: #ffffff;
    border-bottom: 1px dashed #f4f4f4;
    opacity: 0.9;
    color: #333333;
}

.head_nav_main ul li p:hover {
    background-color: #DB241C;
    color: #ffffff;
}

.head_nav_main ul li {
    z-index: 999;
}

.head_nav_main ul li:hover {
    background-color: #DB241C;
    color: #ffffff;
}
.head_nav_main ul li:hover p {
    display: block;
}

.page_search {
    height: 67px;
    border-bottom: 1px solid  #e2e2e2;
}

.banner1 img {
    width: 100%;
}

.page_search_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 67px;
}

.page_search_main ul {
    display: flex;
    align-items: center;
}

.page_search_main ul li {
    padding: 0 4px;
    font-size: 14px;
    color: #000000;
    font-weight: bolder;
}

.page_search_main .input {
    width: 320px;
    position: relative;
}

.page_search_main .input input {
    width: 320px;
    height: 34px;
    border-radius: 17px;
    border: solid 1px #e5e5e5;
    padding-left: 10px;
    outline: none;
}

.page_search_main .input::before {
    content: '';
    position: absolute;
    right: 0px;
    width: 49px;
    height: 33px;
    background-image: url(../image/search2.png);
    background-repeat: no-repeat;
}
.page_about {
    padding-top: 70px;
    padding-bottom: 50px;
}
.page_about_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page_about_main .left {
    width: 530px;
}
.page_about_main .left h1 {
    font-size: 34px;
    color: #023a8b;
}
.page_about_main .left h3 {
    font-size: 22px;
    line-height: 30px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 10px;
}
.page_about_main .left h3::after {
    display: block;
    content: '';
    width: 50px;
	height: 4px;
    margin-top: 20px;
	background-color: #db1919;
}
.page_about_main .left p {
    margin-top: 35px;
    font-size: 15px;
    line-height: 30px;
    color: #666666;
}
.page_about_main .left p a {
    color: #db1919;
}
.page_about_main .left ul {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
.page_about_main .left ul li {
    text-align: center; 
}
.page_about_main .left ul li em {
    display: block;
    height: 41px;
}
.page_about_main .left ul li em:nth-of-type(2) {
    display: none;
}
.page_about_main .left ul li:hover em:nth-of-type(2) {
    display: block;
}
.page_about_main .left ul li:hover em:nth-of-type(1) {
    display: none;
}
.page_about_main .left ul li:hover p {
    color: #db1919;
}
.page_about_main .left ul li p {
    margin-top: 5px;
    color: #023a8b;
    font-size: 18px;
}
.page_products {
    padding: 60px 0;
   background-color: #f7f7f7;
}
.common_title {
    text-align: center;
}
.common_title h2 {
    font-size: 36px;
    color: #333333;
}
.common_title h2 span:nth-of-type(2) {
    color: #023a8b;
}
.common_title p {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.common_title p span {
	height: 28px;
	background-color: #eeeeee;
	border: solid 1px #e5e5e5;
    line-height: 28px;
    color: #c0c0c0;
    padding: 0 20px;
}
.common_title p em {
    display: inline-block;
    width: 107px;
    height: 1px;
    background-color: #dcdcdc;
}
.common_title h3 {
    margin-top: 5px;
    font-size: 15px;
    line-height: 30px;
    color: #666666;
}
.page_products_main {
    margin-top: 70px;
}
.page_products_main ul {
    display: flex;
    flex-wrap: wrap;
}
.page_products_main ul li {
    width: 23%;
    text-align: center;
    margin: 1%;
    
}
.page_products_main ul li a {
    display: block;
    background-color: #ffffff;
    padding: 45px 0;
}
.page_products_main ul li p {
    font-size: 16px;
    line-height: 40px;
    color: #333333;
}
.page_products_main h6 {
    font-size: 16px;
    line-height: 42px;
    color: #ffffff;
    width: 182px;
	height: 42px;
	background-color: #023a8b;
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
}
.page_fire {
    padding-top: 70px;
}
.page_fire_body {
    background-color: #f2f5f9;
   padding-top: 30px;
   padding-bottom: 0px;
   text-align: center;
   margin-top: 20px;
}
.page_fire_top ul {
    display: flex;
    justify-content: center;
}
.page_fire_top ul li {
    width: 210px;
    border-right: 1px solid  #d2d2d2;
}
.page_fire_top ul li:nth-of-type(4) {
    border-right: 1px solid #f2f5f9;
}
.page_fire_top ul li p {
    font-size: 60px;
    line-height: 42px;
	letter-spacing: 0px;
	color: #b0b0b0;
    opacity: 1;
}
.page_fire_top ul li:hover p {
    color: #db1919;
}
.page_fire_top ul li:hover p:nth-of-type(2) {
    color: #db1919;

}
.page_fire_top ul li p:nth-of-type(2) {
    font-size: 18px;
    line-height: 42px;
    color: #333333;
}
.page_fire_body img {
    margin-top: 20px;
    width: 100%;
}
.page_fire_body .consulting {
    display: flex;
    justify-content: center;
}
.page_fire_top .content1>div {
    display: none;
}

.page_fire_top .content1>div.active {
    display: block;
}

.page_fire_body .consulting ul {
	background-color: #023a8b;
    padding: 40px 70px;
    position: relative;
    margin-top: -80px;
    display: block;
    border-right: unset;
}
.page_fire_body .consulting ul li {
    border-right: unset;
}
.page_fire_body .consulting ul li:nth-of-type(1) {
    color: #ffffff;
	opacity: 0.24;
    font-size: 72px;
}
.page_fire_body .consulting ul li:nth-of-type(2) {
    font-size: 30px;
    color: #ffffff;
}
.page_fire_body .consulting ul li:nth-of-type(3) {
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
	opacity: 0.53;
}
.page_fire_body .consulting .text {
    width: 590px;
    margin-top: 30px;
    margin-left: 40px;
    font-size: 15px;
    line-height: 30px;
    color: #666666;
    text-align: left;
}
.page_fire_body .consulting .right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 880px;
}
.page_fire_body .consulting .right h6 a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    width: 152px;
	height: 48px;
	background-color: #db1919;
    border-radius: 24px;
    line-height: 48px;
}
.page_case {
    margin-top: 65px;
}
.page_case_main ul {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
}
.page_case_main ul a,em {
    display: block;
}
.page_case_main ul li {
    width: 30%;
    margin: 1.5%;
}
.page_case_main ul li em {
    border: 1px solid #e5e5e5;
}
.page_case_main ul li img {
    width: 100%;
}
.page_case_main ul li p {
    text-align: center;
    padding: 20px 0;
    background-color: #f5f5f5;
    color: #333333;
}
.page_case_main ul li:hover a p {
    background-color: #023a8b;
    color: #ffffff;
}
.page_news {
    margin-top: 45px;
    padding: 40px 0 60px 0;
    background-color: #f7f7f7;
}
.project_case_items ul{
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 30px;
}
.project_case_items ul li:hover {
    background-color: #023a8b;
}
.project_case_items ul li {
    width: 159px;
    height: 40px;
    background-color:  #db1919;
    align-items: center;
    line-height: 40px;
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    color: #ffffff;
    border-radius: 20px;
    display: flex;
    margin-left: 10px;
}
.project_case_items ul li a {
    display: flex;
        display: flex;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    
}
.project_case_top .project_case_items{
   margin-top: 44px;
}
.page_news_main .tu {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.page_news_main .tu .text h4 {
    font-family: SourceHanSansCN-Normal;
	font-size: 18px;
    color: #333333;
    margin-top: 27px;
}
.page_news_main .tu .text {
    text-align: left;
}
.page_news_main .tu .text p {
    font-family: SourceHanSansCN-Light;
	font-size: 15px;
    color: #888888;
    margin-top: 14px;
}
.right_center ul li a {
    display: flex;
    width: 554px;
    height: 84px;
    justify-content: space-between;
    border-bottom: 1px solid #d2d2d2;
}
.right_center ul li:nth-of-type(2) {
    margin-top: 26px;
}
.right_center ul li:nth-of-type(3) {
    margin-top: 26px;
}

.right_center ul li:hover h5 {
    color: #7eba14;
}
.right_center ul li p{
    width: 446px;
}
.right_center ul li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.right_center ul li h3 {
    font-family: SourceHanSansCN-Bold;
	font-size: 36px;
    color: #333333;
}
.right_center ul li h3 span {
    font-family: SourceHanSansCN-Bold;
	font-size: 24px;
    color: #333333;
}
.right_center ul li h5{
    font-family: SourceHanSansCN-Normal;
	font-size: 18px;
    color: #333333;
    text-align: left;
}
.right_center ul li p {
    font-family: SourceHanSansCN-Light;
	font-size: 15px;
    color: #888888;
}
.right_center ul li em {
    margin-top: 30px;
    display: block;
    width: 0px;
    height: 1px;
}
.bottom {
    background-color: #023a8b;
    padding: 40px 0;
    margin-top: 40px;
}
.bottom_main h1 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #aec0da;
    
}
.bottom_main h1 span:nth-of-type(1) {
    font-size: 28px;
    line-height: 36px;
    color: #ffffff;
    border-bottom: 4px solid #305ea0;
    padding-bottom: 10px;
}
.bottom_main h1 span:nth-of-type(2) {
    font-size: 15px;
    line-height: 32px;
    color: #ffffff;
	opacity: 0.89;
}
.bottom_main .body {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom_main .body ul li {
    font-size: 15px;
    color: #ffffff;
	/* opacity: 0.77; */
    line-height: 30px;
}
.bottom_main .body .code {
    width: 280px;
    display: flex;
    justify-content: space-between;
}
.bottom_main .body .code p {
    text-align: center;
}
.bottom_main .body ul:nth-of-type(4) li {
    display: flex;
    margin: 15px 0;
}
.bottom_main .body ul:nth-of-type(4) li span {
    margin-left: 10px;
}
.bottom_bottom {
    height: 60px ;
    font-size: 16px;
    line-height: 60px;
    color: #666666;
}
/* 关于我们 */
.about_us {
    margin-top: 60px;
}
 .tabs {
    display: flex;
    justify-content: space-between;
}
 .tabs .left {
    width: 310px;
} 
 .tabs .left .phone {
    height: 90px;
    background-color: #DB241C;
    padding-top: 10px;
}
 .tabs .left .phone p {
    font-size: 18px;
    color: #ffffff;
    display: flex;
    justify-content: center;
}
 .tabs .left .phone p::before {
    content: '';
    width: 40px;
    height: 31px;
    background-image: url(../image/contact_phone.png);
    background-repeat: no-repeat;
}
 .tabs .left .phone h4 {
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
 .tabs .right {
    width: 860px;
}
 .tabs .left a {
    display: block;
}
 .tabs .cont {
    overflow: hidden;
    display: none;
}
 .tabs .left h3 {
    height: 62px;
    background-color: #DB241C;
    text-align: center;
    line-height: 62px;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
}
.tabs .left nav {
    border: solid 1px #e5e5e5;
}
 .tabs .left nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 292px;
	height: 50px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 3px;
    padding: 0 40px;
    line-height: 50px;
    font-size: 18px;
    color: #333333;
    background-color: #f4f4f4;
}
 .tabs .left nav a:last-of-type {
    margin-bottom: 9px;
}
 .tabs .left nav a:hover {
    color: #ffffff;
    background-color:  #DB241C;
}
 .tabs .right .center .center_top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}
 .tabs .right .center .center_top ul {
    display: flex;
}
 .tabs .right .center .center_top ul li {
    color: #888888;
    font-size: 14px;
}
 .tabs .right .center .center_top h2 {
    font-size: 24px;
    color: #0D308C;
}
 .tabs .right .center .center_top h2::after {
    content: '';
    width: 142px;
    height: 3px;
    display: block;
    margin-top: 7px;
	background-color: #0D308C;
}
 .tabs .right .center p {
    font-size: 15px;
    line-height: 30px;
    color: #666666;
    margin-top: 24px;
    margin-bottom: 24px;
}
 .tabs .right .center .pric ul {
    justify-content: space-between;
    flex-wrap: wrap;
}
 .tabs .right .center .pric ul li {
    width: 32.33%;
    margin-top: 25px;
    float: left;
    margin-right: 1%;

}
 .tabs .right .center .pric ul li a {
    display: inline-block;
    text-align: center;
    border: 1px solid #e5e5e5;
}
 .tabs .right .center .pric ul li a p {
    font-size: 16px;
    color: #444444;
}
 .tabs .right .center .pric ul li:hover p {
    color: #0D308C;
}
/* 新闻 */
.news {
    margin-top: 60px;
}
.tabs .right .center .news_dynamic {
    margin-top: 23px;
    padding: 15px 0;
    border-bottom: 1px dashed #e5e5e5;
    border-top: 1px dashed #e5e5e5;
}
.tabs .right .center .news_dynamic .news_dynamic_center {
    display: flex;
    background-color: #f8f8f8;
}
.tabs .right .center .news_dynamic .news_dynamic_center ul {
    margin-left: 48px;
    padding-right: 40px;
}
.tabs .right .center .news_dynamic .news_dynamic_center ul li h3 {
    font-size: 18px;
    color: #444444;
}
.tabs .right .center .news_dynamic .news_dynamic_center ul li p {
    font-size: 15px;
    color: #737373;
    margin-top: 10px;
    line-height: 24px;
}
.tabs .right .center .news_dynamic .news_dynamic_center ul li a {
    display: block;
    font-size: 14px;
    color: #0D308C;
    margin-top: 20px;
}
* 新闻详情 */
.news_details_mian_top {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #999999;
}
.news_details_mian_top ul {
    display: flex;
}
.news_details_mian .news_title {
    margin: 5px 0;
    padding: 0;
    text-align: center;
    font-size: 30px;
}
.news_details_mian .news_info {
    text-align: center;
    color: #999;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-right: 0;
    margin: 10px 0;
    padding: 5px 0;
}
.news_details_mian .prv_all {
    width: 100%;
    overflow: hidden;
    border-top: 1px dashed #999;
    margin-top: 40px;
}
.news_details_mian .prv_all .prv_next {
    width: 70%;
    overflow: hidden;
    float: left;
    line-height: 180%;
    margin-top: 10px;
}
.news_details_mian .prv_all .go_back {
    width: 30%;
    overflow: hidden;
    float: right;
    line-height: 180%;
    margin-top: 20px;
    text-align: right;
}
.news_details_mian_top {
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center;
}
/* 联系我们 */
.contact_us_body {
    padding-top: 45px;
    text-align: center;
}
.contact_us_body h2 {
    font-size: 32px;
    color: #333333;
}
.contact_us_body p {
    font-size: 16px;
    color: #666666;
    margin-top: 23px;
}
.contact_us_body p {
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    color: #666666;
    margin-top: 23px;
}
.contact_us_way {
    margin-top: 53px;
}

/*---新增----*/
form input.btn {
	border: none;
	height: 18px;
	width: 18px;
	float: right;
    position: absolute;
    top: 13px;
    right: 13px;
	background: url(../image/search1.png) no-repeat center;
}


.menu form input.btn1{
	border: none;
	height: 30px;
	width: 30px;
	float: right;
	background: url(../image/search1.png) no-repeat center rgba(255,117,25,1);
}

/*分页*/
.pagev{
	text-align:center;
	color:#666;
	clear:both;
}
.pagev span{
	line-height:24px;
	padding:0px 9px;
	display: inline-block;
}
.fonts{
	color:#fff;
	background-color:#0D308C;
	border:1px solid #0D308C;
}
.pagev span a{
	background-color:#fff;
	color:#666;
	border:1px solid #D9D9D9;
	line-height:24px;
	padding:0px 9px;
	display: inline-block;
	text-decoration:none;
	margin:1.5em 0;
}
.pagev span a:hover{
	color:#fff;
	background-color:#2d9aea;
	border:1px solid #2d9aea;
}

/*客户留言*/
.liuyanform{
	
}
.form-group{
	margin-bottom:20px;
}
.form-group label{
	float: left;
	width:10%;
	font-size:16px;
	color:#666;
	line-height:40px;
	text-align: right;
    margin-right:1%;
}
.form-group input{
	line-height:38px;
	border:1px solid #ccc;
	border-radius:5px;
	outline:none;
	width:70%;
	padding-left: 15px;
	font-family:"微软雅黑";
}
.form-group textarea{
	line-height:25px;
	border:1px solid #ccc;
	border-radius:5px;
	outline:none;
	resize:none;
	width:70%;
	padding-left: 15px;
	font-family:"微软雅黑";
}
.form-group1 input{
	display:block;
	width:200px;
	float:left;
	margin-left:100px;
	line-height:45px;
	background-color:#023A8B;
	color:#fff;
	font-size:16px;
	text-align:center;
	font-family:"微软雅黑";
}


.prv_all{ width:100%; overflow:hidden; border-top:1px dashed #999;margin-top:40px;}
.prv_next{ width:70%; overflow:hidden; float:left; line-height:180%; margin-top:10px;}
.go_back{ width:30%; overflow:hidden; float:right; line-height:180%;margin-top:20px; text-align:right;}